hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
150be0dfd0cd588ba3ca93f07b3d8f9bb254f417
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -92,8 +92,13 @@ foreach ($forums as $forum) { - $cm = get_coursemodule_from_instance("forum", $forum->id, $course->id); - $context = get_context_in...
MDL-<I> Merged return checking from stable <I>
moodle_moodle
train
e0370edde3ec17066cf40ddac8a1c625c3fc9e09
diff --git a/test/12-integration-tests.js b/test/12-integration-tests.js index <HASH>..<HASH> 100644 --- a/test/12-integration-tests.js +++ b/test/12-integration-tests.js @@ -549,7 +549,7 @@ describe('Integration tests', () => { }); describe('Node security project audit', () => { - it.only('Should fa...
test(validation): try fix test on npm version < 6
inikulin_publish-please
train
26acc47c795559ad712672c8aa0c2a1fdcb34f20
diff --git a/lib/aws-cloudwatch-statsd-backend.js b/lib/aws-cloudwatch-statsd-backend.js index <HASH>..<HASH> 100644 --- a/lib/aws-cloudwatch-statsd-backend.js +++ b/lib/aws-cloudwatch-statsd-backend.js @@ -81,9 +81,13 @@ console.log(new Date(timestamp*1000).toISOString()); sum = cumulativeValues[count-1]; ...
Recent config support to gausges, sets, timer.s
camitz_aws-cloudwatch-statsd-backend
train
42660e73668921c5c5a96346ab50e2aa8b7ef18a
diff --git a/src/main/java/org/jboss/pressgang/ccms/rest/v1/jaxrsinterfaces/RESTBaseInterfaceV1.java b/src/main/java/org/jboss/pressgang/ccms/rest/v1/jaxrsinterfaces/RESTBaseInterfaceV1.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/rest/v1/jaxrsinterfaces/RESTBaseInterfaceV1.java +++ b/s...
Fixed issue with not setting the content-type header for jpeg images.
pressgang-ccms_PressGangCCMSRESTv1Common
train
9fc847558676adab876c329d0691b5075801f0d7
diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index <HASH>..<HASH> 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -464,6 +464,10 @@ class PluggableMap extends BaseObject { } + /** + * @abstract + * @return {import("./renderer/Map.js").default} The map renderer + */ c...
Fix type check in ol/PluggableMap.js - Added JSDoc to getRenderer() - Cast default options to types - Cast event to MouseEvent to satisfy tsc. Non mouse/touch events will simply produce [NaN, NaN] - Cast to Layer before calling getSource(), as it does not exist on Base
openlayers_openlayers
train
79ca0ae03ff479e24b0200a72347e7d631390059
diff --git a/mungegithub/mungers/sync/issue-sync.go b/mungegithub/mungers/sync/issue-sync.go index <HASH>..<HASH> 100644 --- a/mungegithub/mungers/sync/issue-sync.go +++ b/mungegithub/mungers/sync/issue-sync.go @@ -35,23 +35,18 @@ const ( // PriorityFailingTest represents a failing or flaking test - PriorityFaili...
Changed issue-sync.Priority type to a const of string
kubernetes_test-infra
train
d8dd114a169b4694eb403f4cabdd686d421f1459
diff --git a/packages/table/src/table-body.js b/packages/table/src/table-body.js index <HASH>..<HASH> 100644 --- a/packages/table/src/table-body.js +++ b/packages/table/src/table-body.js @@ -136,6 +136,14 @@ export default { return this.store.states.columns.length; }, + leftFixedLeafCount() { + re...
Table: Fix error in cacluating hidden in `table-header` and `table-body`
ElemeFE_element
train
cc481ca1bdcd9e8bc3a2187944efcfbaed6a8f51
diff --git a/src/test/java/io/nats/client/impl/DrainTests.java b/src/test/java/io/nats/client/impl/DrainTests.java index <HASH>..<HASH> 100644 --- a/src/test/java/io/nats/client/impl/DrainTests.java +++ b/src/test/java/io/nats/client/impl/DrainTests.java @@ -513,26 +513,31 @@ public class DrainTests { asse...
Continuing to clean up drain/queue test for travis.
nats-io_java-nats
train
cfda9dcaea8015297d6364a7025f09092a590d44
diff --git a/app/models/fluentd/agent/common.rb b/app/models/fluentd/agent/common.rb index <HASH>..<HASH> 100644 --- a/app/models/fluentd/agent/common.rb +++ b/app/models/fluentd/agent/common.rb @@ -24,7 +24,7 @@ class Fluentd attr_reader :extra_options def self.included(base) - base.send(:includ...
Module#include is public since Ruby <I> We don't support old versions of Ruby.
fluent_fluentd-ui
train
54c6abdfa19b51c78cacc5f7b355174217639b08
diff --git a/app/controllers/api/sync_controller.rb b/app/controllers/api/sync_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/sync_controller.rb +++ b/app/controllers/api/sync_controller.rb @@ -37,8 +37,12 @@ class Api::SyncController < Api::ApiController end def cancel - @obj.cancel_syn...
sync api - correct message when cancel is called on object that is not being synced
Katello_katello
train
d3932d0de33ffb3c8411f22384682bfa44d8c470
diff --git a/py/nupic/frameworks/opf/exp_generator/ExpGenerator.py b/py/nupic/frameworks/opf/exp_generator/ExpGenerator.py index <HASH>..<HASH> 100755 --- a/py/nupic/frameworks/opf/exp_generator/ExpGenerator.py +++ b/py/nupic/frameworks/opf/exp_generator/ExpGenerator.py @@ -925,7 +925,7 @@ def _generateEncoderStringsV2...
didn't realize an option could be None as opposed to just missing
numenta_nupic
train
1131d0a0aa6e9569feb43844e924da0c5722757a
diff --git a/h2o-py/tests/pyunit_utils/utilsPY.py b/h2o-py/tests/pyunit_utils/utilsPY.py index <HASH>..<HASH> 100644 --- a/h2o-py/tests/pyunit_utils/utilsPY.py +++ b/h2o-py/tests/pyunit_utils/utilsPY.py @@ -2,6 +2,9 @@ from __future__ import print_function from future import standard_library +from h2o import H2OFra...
Use test_java_scoring from Python in CoxPH test
h2oai_h2o-3
train
7644f9f3db5891ddadd8d8456a21cc6edf814627
diff --git a/lib/zlib/deflate.js b/lib/zlib/deflate.js index <HASH>..<HASH> 100644 --- a/lib/zlib/deflate.js +++ b/lib/zlib/deflate.js @@ -999,6 +999,9 @@ function deflateInit2(strm, level, method, windowBits, memLevel, strategy) { s.pending_buf_size = s.lit_bufsize * 4; s.pending_buf = utils.arrayCreate(s.pendin...
add initialization l_buf and d_buf
nodeca_pako
train
6b438a5a5edd30c675695bbf478e08da3677681c
diff --git a/lib/keen/client.rb b/lib/keen/client.rb index <HASH>..<HASH> 100644 --- a/lib/keen/client.rb +++ b/lib/keen/client.rb @@ -25,7 +25,8 @@ module Keen } def beacon_url(event_name, properties) - data = Base64.urlsafe_encode64(MultiJson.encode(properties)) + json = MultiJson.encode(propert...
Base<I> encode manually <I> has no Base<I>.urlsafe_encode<I> method
keenlabs_keen-gem
train
d01d14541ce28998f76eedf7d777cdf96efc55f1
diff --git a/aioauth_client.py b/aioauth_client.py index <HASH>..<HASH> 100644 --- a/aioauth_client.py +++ b/aioauth_client.py @@ -145,7 +145,7 @@ class Client(object, metaclass=ClientRegistry): try: async with session.request(method, url, **kwargs) as response: - if response.stat...
don't raise HTTPBadRequest for 2XX status codes
klen_aioauth-client
train
806cd0466d33db0076299409a6ae763873899d05
diff --git a/packages/core/parcel-bundler/src/cli.js b/packages/core/parcel-bundler/src/cli.js index <HASH>..<HASH> 100755 --- a/packages/core/parcel-bundler/src/cli.js +++ b/packages/core/parcel-bundler/src/cli.js @@ -14,7 +14,7 @@ program parseInt ) .option( - '-h, --hmr-port <port>', + '--hmr-port <...
Remove `-h` alias for `hmr-port` option (#<I>) The alias was clashing with the alias for help Closes <I>
parcel-bundler_parcel
train
f6d1e9966017e2ca02de69e5477e3c6f0b7fc304
diff --git a/pharen.php b/pharen.php index <HASH>..<HASH> 100644 --- a/pharen.php +++ b/pharen.php @@ -324,6 +324,15 @@ class AtArrayNode extends Node{ } } +class SuperGlobalNode extends Node{ + + public function compile(){ + $varname = strToUpper($this->children[1]->compile()); + $key = $this-...
Add superglobal special form to add a nicer syntax to access POST, GET, etc. data.
Scriptor_pharen
train
3ce92a74e85e8e729c681da1ba0bbc2de9313b0a
diff --git a/pyrax/__init__.py b/pyrax/__init__.py index <HASH>..<HASH> 100755 --- a/pyrax/__init__.py +++ b/pyrax/__init__.py @@ -116,7 +116,17 @@ regions = tuple() services = tuple() +def _id_type(ityp): + """Allow for shorthand names for the most common types.""" + if ityp.lower() == "rackspace": + ...
Fixed a bug in the way identity type was set in environment variables. GitHub #<I>.
pycontribs_pyrax
train
16d5e85b8841a9a99ef5550f1019675ffca23596
diff --git a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTest.java b/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/SerializationErrorTest.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parsetree/reconstr/Se...
Simplified error reporting of the ParseTreeConstructor. Now, only the <I> most promising deadends during backtracking are kept. This should prevent some OutOfMemoryErrors. Furthermore, the naming of some variables has been improved.
eclipse_xtext-extras
train
d0742daeef0380d972449824cfed5061175357d9
diff --git a/spec/support/billy.rb b/spec/support/billy.rb index <HASH>..<HASH> 100644 --- a/spec/support/billy.rb +++ b/spec/support/billy.rb @@ -19,3 +19,57 @@ module EventMachine end end +# Monkey patch for removing +# warning: instance variable @ssl not initialized +module Billy + class ProxyConnection < Eve...
patch Billy to avoid "instance variable not initialized" warns
algonauti_yasf
train
25459a10b32e40877f1f1abc1638da3966a09468
diff --git a/reef-common/src/main/java/com/microsoft/reef/client/DriverConfiguration.java b/reef-common/src/main/java/com/microsoft/reef/client/DriverConfiguration.java index <HASH>..<HASH> 100644 --- a/reef-common/src/main/java/com/microsoft/reef/client/DriverConfiguration.java +++ b/reef-common/src/main/java/com/micr...
add restart completed handler to driver configuration
apache_reef
train
79b33bbb4da5d0c76d45398717af8af8cd0f7a3f
diff --git a/yfinance/base.py b/yfinance/base.py index <HASH>..<HASH> 100644 --- a/yfinance/base.py +++ b/yfinance/base.py @@ -280,15 +280,41 @@ class TickerBase(): data = utils.get_json(url, proxy) # holders - url = "{}/{}/holders".format(self._scrape_url, self.ticker) - holders = _pd...
Fix Holders error for no tables found This Pull request must be pulled in it is a major fix
ranaroussi_fix-yahoo-finance
train
ec148fb3db5bdf5cae035b629db5daef42c06425
diff --git a/duniterpy/helpers/ws2p.py b/duniterpy/helpers/ws2p.py index <HASH>..<HASH> 100644 --- a/duniterpy/helpers/ws2p.py +++ b/duniterpy/helpers/ws2p.py @@ -4,28 +4,25 @@ from duniterpy.api import ws2p from duniterpy.api.client import WSConnection from duniterpy.documents.ws2p.messages import Connect, Ack, Ok ...
[enh] #<I> replace print statements by logging.debug() in ws2p handshake
duniter_duniter-python-api
train
c719e8000c93c2177052f1610729cd2f6d068935
diff --git a/src/mg/Ding/Autoloader/Ding_Autoloader.php b/src/mg/Ding/Autoloader/Ding_Autoloader.php index <HASH>..<HASH> 100644 --- a/src/mg/Ding/Autoloader/Ding_Autoloader.php +++ b/src/mg/Ding/Autoloader/Ding_Autoloader.php @@ -77,6 +77,13 @@ class Ding_Autoloader self::$_cache = $cache; } + /** +...
added doc for _resolve in autoloader
marcelog_Ding
train
21c366a4edba087b7e94fb1404504980062e4dea
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -23,12 +23,17 @@ module.exports = function (opt) { var options = {}; options.outExtension = opt.outExtension || '.html'; options.doubleQuote = opt.doubleQuote || false; + options.encodings = opt.encodings || ...
added haml encoding option
cheshire137_gulp-ruby-haml
train
191d43041eb42bdf52eab2b7439dbb383c7343cd
diff --git a/richtextfx/src/main/java/org/fxmisc/richtext/LineNumberFactory.java b/richtextfx/src/main/java/org/fxmisc/richtext/LineNumberFactory.java index <HASH>..<HASH> 100644 --- a/richtextfx/src/main/java/org/fxmisc/richtext/LineNumberFactory.java +++ b/richtextfx/src/main/java/org/fxmisc/richtext/LineNumberFactor...
Pad line numbers with spaces instead of zeros by default
FXMisc_RichTextFX
train
86c468de58e1f90e38e6f6df3d65ce1aaf78f13d
diff --git a/library.js b/library.js index <HASH>..<HASH> 100644 --- a/library.js +++ b/library.js @@ -112,7 +112,7 @@ function getGroupMemberUids(groupRecipients, callback) { return callback(err); } async.map(groups, function(group, next) { - Groups.getMembers(group, next); + Groups.getMembers(group, 0, ...
getMembers takes start end now
julianlam_nodebb-plugin-mentions
train
7dfe4b43126b223510e03d7fcc53fdb8780d85d2
diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py index <HASH>..<HASH> 100644 --- a/salt/modules/ssh.py +++ b/salt/modules/ssh.py @@ -35,8 +35,6 @@ def _format_auth_line( return line -# FIXME: mutable types as default parameter values, NO! -# http://goo.gl/ToU2z def _replace_auth_key( user, ...
make new .ssh dirs and authorized keys files have the right perms
saltstack_salt
train
20ccda043990deb1c85ea76b21540ccf8a68fed2
diff --git a/src/kg/apc/jmeter/perfmon/AbstractPerformanceMonitoringGui.java b/src/kg/apc/jmeter/perfmon/AbstractPerformanceMonitoringGui.java index <HASH>..<HASH> 100644 --- a/src/kg/apc/jmeter/perfmon/AbstractPerformanceMonitoringGui.java +++ b/src/kg/apc/jmeter/perfmon/AbstractPerformanceMonitoringGui.java @@ -35,7 ...
Changed background color of error text area
undera_jmeter-plugins
train
e03f0dfd9268e1132f8709c297fdc041778fbf8e
diff --git a/src/components/line.js b/src/components/line.js index <HASH>..<HASH> 100644 --- a/src/components/line.js +++ b/src/components/line.js @@ -24,7 +24,7 @@ module.exports.Component = registerComponent('line', { visible: data.visible }); geometry = this.geometry = new THREE.BufferGeometry(); - ...
use setAttribute in line component (#<I>)
aframevr_aframe
train
26bd3e381195ba0901c506e8257e0eb6e5d5c931
diff --git a/lib/Doctrine/ORM/EntityManager.php b/lib/Doctrine/ORM/EntityManager.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/EntityManager.php +++ b/lib/Doctrine/ORM/EntityManager.php @@ -203,13 +203,18 @@ class EntityManager implements ObjectManager public function transactional(Closure $func) { ...
Implemented support for closure return on EntityManager::transactional. Fixes DDC-<I>
doctrine_orm
train
b556c44c2fc1bf510f91f0f8edfb9db20339cd8d
diff --git a/numpy_groupies/__init__.py b/numpy_groupies/__init__.py index <HASH>..<HASH> 100644 --- a/numpy_groupies/__init__.py +++ b/numpy_groupies/__init__.py @@ -42,6 +42,13 @@ else: aggregate = aggregate_weave +try: + import numba +except ImportError: + aggregate_nb = None +else: + from .aggreg...
register numba aggregate impl as default
ml31415_numpy-groupies
train
2ad6ed721f0e3fd059174c3c2d07f7ea2e5d9d69
diff --git a/spec/progne_tapera/enum_list_spec.rb b/spec/progne_tapera/enum_list_spec.rb index <HASH>..<HASH> 100644 --- a/spec/progne_tapera/enum_list_spec.rb +++ b/spec/progne_tapera/enum_list_spec.rb @@ -1,5 +1,4 @@ require 'spec_helper' -require 'progne_tapera' describe ProgneTapera::EnumList do
1, Improve the Enum List spec.
topbitdu_progne_tapera
train
94607b4036f23917aba5ca007dc6fec605214788
diff --git a/code/model/SolrResultSet.php b/code/model/SolrResultSet.php index <HASH>..<HASH> 100644 --- a/code/model/SolrResultSet.php +++ b/code/model/SolrResultSet.php @@ -12,7 +12,7 @@ class SolrResultSet { /** * A list of solr field type suffixes to look for and swap out */ - static $solr_attrs = array('tx...
Updated the builder to filter by hierarchy correctly.
nyeholt_silverstripe-solr
train
61ca3ed5efa3b26240207f91606795700362856e
diff --git a/src/main/java/org/minimalj/backend/db/DbPersistence.java b/src/main/java/org/minimalj/backend/db/DbPersistence.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/minimalj/backend/db/DbPersistence.java +++ b/src/main/java/org/minimalj/backend/db/DbPersistence.java @@ -281,7 +281,7 @@ public class DbPe...
Persistence: rename read to readVersion (for read the past)
BrunoEberhard_minimal-j
train
ebf3a0e0fec7ecfde8a4ea723790a80d8d4dab6e
diff --git a/tests/unit/states/zk_concurrency_test.py b/tests/unit/states/zk_concurrency_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/states/zk_concurrency_test.py +++ b/tests/unit/states/zk_concurrency_test.py @@ -76,7 +76,7 @@ class ZkConcurrencyTestCase(TestCase): def test_min_party(self): ''...
Change the comment for test_min_party
saltstack_salt
train
610c3184972da82e990350a8ae0ecfcc9e8f28b6
diff --git a/test/test_core.rb b/test/test_core.rb index <HASH>..<HASH> 100644 --- a/test/test_core.rb +++ b/test/test_core.rb @@ -118,6 +118,48 @@ class CoreTest < Minitest::Test refute self.phase(:TestProjTests).include_filename?(/JLToast.*\.(h|swift)/) end + def test_install_common_before_separated_target...
Add tests for common seeds with separated targets.
devxoul_CocoaSeeds
train
bbf92abf50e65c5fd0f6f01c70a8fca79f018724
diff --git a/maas/client/bones/__init__.py b/maas/client/bones/__init__.py index <HASH>..<HASH> 100644 --- a/maas/client/bones/__init__.py +++ b/maas/client/bones/__init__.py @@ -15,6 +15,7 @@ from collections import ( namedtuple, ) import json +from urllib.parse import urlparse import aiohttp @@ -44,6 +45,...
Build the URI using the original scheme of the url also store in the connection is insecure in the profile. Fixes #<I>. (#<I>)
maas_python-libmaas
train
22d5528225cfcb8a8e6d60cd46fd977c6cb74e42
diff --git a/assert/assertion_format.go b/assert/assertion_format.go index <HASH>..<HASH> 100644 --- a/assert/assertion_format.go +++ b/assert/assertion_format.go @@ -269,7 +269,7 @@ func Implementsf(t TestingT, interfaceObject interface{}, object interface{}, ms // InDeltaf asserts that the two numerals are within ...
Fix InDelta docstring * Fixed the docstring for the InDelta function.
stretchr_testify
train
b467027972fc5db080029e81395be73910c089c9
diff --git a/website/config.rb b/website/config.rb index <HASH>..<HASH> 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/" activate :hashicorp do |h| h.name = "packer" - h.version = "1.4.4" + h.version = "1.4.5" h.github_slug = "h...
Update config.rb for <I>
hashicorp_packer
train
cddc6126cc5a27d440ecb162da8cd7c8025f3036
diff --git a/bcbio/bam/trim.py b/bcbio/bam/trim.py index <HASH>..<HASH> 100644 --- a/bcbio/bam/trim.py +++ b/bcbio/bam/trim.py @@ -26,7 +26,7 @@ QUALITY_FLAGS = {5: ['"E"', '"&"'], 20: ['"T"', '"5"']} def trim_adapters(fastq_files, dirs, config): - QUALITY_CUTOFF = 20 + QUALITY_CUTOFF = 5 ...
Change default trimming quality to 5 down from <I>. I think this is the correct way of looking at this debate: <URL>
bcbio_bcbio-nextgen
train
5f7875c4661370129943a94eed616ee17089d5ac
diff --git a/core/server/src/main/java/alluxio/worker/AlluxioWorker.java b/core/server/src/main/java/alluxio/worker/AlluxioWorker.java index <HASH>..<HASH> 100644 --- a/core/server/src/main/java/alluxio/worker/AlluxioWorker.java +++ b/core/server/src/main/java/alluxio/worker/AlluxioWorker.java @@ -16,6 +16,7 @@ import ...
Move data server to Alluxio Worker.
Alluxio_alluxio
train
2e93959475922ad982ecd71bad85e5366f7610da
diff --git a/openquake/commonlib/logictree.py b/openquake/commonlib/logictree.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/logictree.py +++ b/openquake/commonlib/logictree.py @@ -1250,16 +1250,21 @@ class GsimLogicTree(object): weights.append(weight) branch_id = bra...
Avoided multiple validation of GSIMs [skip hazardlib]
gem_oq-engine
train
ce5044eafcd5681a5398350deb3bef785c0b3682
diff --git a/src-gwt/org/opencms/gwt/client/ui/CmsListItemWidget.java b/src-gwt/org/opencms/gwt/client/ui/CmsListItemWidget.java index <HASH>..<HASH> 100644 --- a/src-gwt/org/opencms/gwt/client/ui/CmsListItemWidget.java +++ b/src-gwt/org/opencms/gwt/client/ui/CmsListItemWidget.java @@ -36,6 +36,7 @@ import org.opencms....
Improving truncation.
alkacon_opencms-core
train
aa2222af6a4a04c7f4f9edfe06ac2fb35967e02f
diff --git a/pysos/target.py b/pysos/target.py index <HASH>..<HASH> 100644 --- a/pysos/target.py +++ b/pysos/target.py @@ -24,7 +24,8 @@ import sys import types import hashlib import shutil -from .utils import env, Error, WorkflowDict +import fasteners +from .utils import env, Error, WorkflowDict, short_repr from ....
Lock signature file to avoid multiple processes working on the same step. #<I>, #<I>
vatlab_SoS
train
8799919f5e07133cbbd1a4c31cab696a66607593
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "prosemirror-collab", "version": "1.2.0", "description": "Collaborative editing for ProseMirror", - "main": "dist/collab.js", - "module": "src/collab.js", + "main": "dist/index....
Output a bundled, Bublé-ed mjs file in dist/ FIX: The file referred to in the package's `module` field now is compiled down to ES5. Issue prosemirror/prosemirror#<I>
ProseMirror_prosemirror-collab
train
2da469bbc6b31006c8b57a8396992e79071bb744
diff --git a/test/pack.js b/test/pack.js index <HASH>..<HASH> 100644 --- a/test/pack.js +++ b/test/pack.js @@ -422,8 +422,8 @@ packTest('Performing packing YUV422P10 to 420P', t.notOk(err, 'no error expected'); }, function (t, packer, done) { - var width = 8; - var height = 2; + var width = 12...
Undo temp change now packer is fixed
Streampunk_codecadon
train
b1956054c86af9f5f433fbb3113ef798747a8885
diff --git a/mangooio-core/src/main/java/io/mangoo/utils/TwoFactorUtils.java b/mangooio-core/src/main/java/io/mangoo/utils/TwoFactorUtils.java index <HASH>..<HASH> 100644 --- a/mangooio-core/src/main/java/io/mangoo/utils/TwoFactorUtils.java +++ b/mangooio-core/src/main/java/io/mangoo/utils/TwoFactorUtils.java @@ -79,6 ...
added validations to getQRCode and generateCurrentNumber
svenkubiak_mangooio
train
58970a9d2a7fe0e2a663feaf46cc490666affccb
diff --git a/go/cmd/vtgate/vtgate.go b/go/cmd/vtgate/vtgate.go index <HASH>..<HASH> 100644 --- a/go/cmd/vtgate/vtgate.go +++ b/go/cmd/vtgate/vtgate.go @@ -27,7 +27,7 @@ var ( connTimeoutPerConn = flag.Duration("conn-timeout-per-conn", 1500*time.Millisecond, "vttablet connection timeout (per connection)") connLif...
Change healthcheck retry delay default to 5s.
vitessio_vitess
train
06e0ee968a8cba1c7e249192c70bc837245c8d8e
diff --git a/commons/util/src/main/java/net/automatalib/commons/util/collections/BatchingIterator.java b/commons/util/src/main/java/net/automatalib/commons/util/collections/BatchingIterator.java index <HASH>..<HASH> 100644 --- a/commons/util/src/main/java/net/automatalib/commons/util/collections/BatchingIterator.java +...
fix order of BatchingIterator check By checking our internal batch size first and then the source iterator, we can prevent a call to the source iterator's hasNext() method and therefore save a potential (on-demand) creation of its next() object.
LearnLib_automatalib
train
d381cf9a0542bfe84e97bd98054abfa101160456
diff --git a/libmc/__init__.py b/libmc/__init__.py index <HASH>..<HASH> 100644 --- a/libmc/__init__.py +++ b/libmc/__init__.py @@ -28,10 +28,10 @@ from ._client import ( ) __VERSION__ = "0.5.6" -__version__ = "v0.5.6-2-g7a965e8" -__author__ = "mckelvin" +__version__ = "v0.5.6-4-g0112646" +__author__ = "PAN, Myautsa...
PacketParser::start_state: skipBytes after checking first few bytes Both the memcached protocol and the libmc software are stable now. Code snippets where `expectBytes` is used are more like assertions. We don't need to check all of bytes in production so let's just skip them using `skipBytes`.
douban_libmc
train
ae72998db764c05854f13c92fc9b0e23cdde2467
diff --git a/ext_tables.php b/ext_tables.php index <HASH>..<HASH> 100755 --- a/ext_tables.php +++ b/ext_tables.php @@ -16,6 +16,7 @@ $TCA['tx_gridelements_backend_layout'] = array( 'origUid' => 't3_origuid', 'sortby' => 'sorting', 'delete' => 'deleted', + 'rootLevel' => -1, 'thumbnail' => 'resources', '...
[FEATURE] Enable creation of Gridelements on root level Resolves #<I> Change-Id: Iada<I>ce<I>a<I>c6d<I>d0c<I>d4a Reviewed-on: <URL>
TYPO3-extensions_gridelements
train
530cd13ef57b9267d3e07fba8b0b9e35a2cc24d8
diff --git a/app/check.php b/app/check.php index <HASH>..<HASH> 100644 --- a/app/check.php +++ b/app/check.php @@ -64,13 +64,14 @@ if (class_exists('Locale')) { } $accelerator = - ((version_compare(phpversion('apc'), '3.0.17', '>=') && ini_get('apc.enabled')) + (function_exists('apc_store') && ini_get('apc.e...
Check APC version after for app/check
symfony_symfony-standard
train
1dc43e6f4bc92a7997d6893fc13a8047cbb76edf
diff --git a/babelsdk/babel/lexer.py b/babelsdk/babel/lexer.py index <HASH>..<HASH> 100644 --- a/babelsdk/babel/lexer.py +++ b/babelsdk/babel/lexer.py @@ -180,7 +180,7 @@ class BabelLexer(object): return token def t_NULL(self, token): - r'\bnull\b' + r'\bNull\b' token.value = Babe...
1. Errors don't have to be unions. 2. null -> Null 3. Segments no longer need to be named.
dropbox_stone
train
4505b50e3cc12da15ce88d457794f174b0c11396
diff --git a/pyecharts/charts/bar.py b/pyecharts/charts/bar.py index <HASH>..<HASH> 100644 --- a/pyecharts/charts/bar.py +++ b/pyecharts/charts/bar.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # coding=utf-8 from pyecharts.chart import Chart diff --git a/pyecharts/charts/effectscatter.py b/pyecharts/charts/effectscatt...
:fire: uselesss lines for python library
pyecharts_pyecharts
train
f113b4522b2e7c055b4490c63d0d25f08af7b0c6
diff --git a/src/Bonnier/WP/Cxense/Settings/Partials/CustomTaxonomiesSettings.php b/src/Bonnier/WP/Cxense/Settings/Partials/CustomTaxonomiesSettings.php index <HASH>..<HASH> 100644 --- a/src/Bonnier/WP/Cxense/Settings/Partials/CustomTaxonomiesSettings.php +++ b/src/Bonnier/WP/Cxense/Settings/Partials/CustomTaxonomiesSe...
Small update to the logic of ordering search facets
BenjaminMedia_wp-cxense
train
9514ecda5cc2bd2a362e1848c96f41806d5c86df
diff --git a/src/main/org/codehaus/groovy/vmplugin/v7/IndyInterface.java b/src/main/org/codehaus/groovy/vmplugin/v7/IndyInterface.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/vmplugin/v7/IndyInterface.java +++ b/src/main/org/codehaus/groovy/vmplugin/v7/IndyInterface.java @@ -72,13 +72,20 @@ publi...
GROOVY-<I>: Allow security managers to prevent system property access for Indy (closes #<I>)
apache_groovy
train
97431838ff66604c94c487113ca5345f86d45bb6
diff --git a/indra/sources/bel/api.py b/indra/sources/bel/api.py index <HASH>..<HASH> 100644 --- a/indra/sources/bel/api.py +++ b/indra/sources/bel/api.py @@ -238,13 +238,13 @@ def process_json_file(file_name): return process_pybel_graph(pybel_graph) -def process_jgif_file(file_name): - """Return a PybelPro...
More specific function name and docstring
sorgerlab_indra
train
87396de55daa7321110384e2391f3216474c87db
diff --git a/core/src/elements/ons-splitter-side.js b/core/src/elements/ons-splitter-side.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-splitter-side.js +++ b/core/src/elements/ons-splitter-side.js @@ -693,10 +693,6 @@ class SplitterSideElement extends BaseElement { this._page = null; this._isAtt...
fix(ons-spliter-side): Delay some functionality.
OnsenUI_OnsenUI
train
1dc21f08efd52ed9a31ab401e64c8913f400f845
diff --git a/src/DebugBar/DebugBar.php b/src/DebugBar/DebugBar.php index <HASH>..<HASH> 100644 --- a/src/DebugBar/DebugBar.php +++ b/src/DebugBar/DebugBar.php @@ -316,7 +316,11 @@ class DebugBar implements ArrayAccess */ public function hasStackedData() { - $http = $this->initStackSession(); + ...
added try/catch block to catch unused session is hasStackedData()
maximebf_php-debugbar
train
8067bb1fe6d5767d59000ce3c0195447a4e190f4
diff --git a/tests/test_appengine.py b/tests/test_appengine.py index <HASH>..<HASH> 100644 --- a/tests/test_appengine.py +++ b/tests/test_appengine.py @@ -497,9 +497,9 @@ class DecoratorTests(unittest.TestCase): class TestRequiredHandler(webapp2.RequestHandler): @decorator.oauth_required ...
Fix App Engine test branch miss. In an App Engine / webapp2.RequestHandler method that has been decorated with @decorator.oauth_required, a redirect will occur if decorator.has_credentials() is False, so the branch "if decorator.has_credentials()" always occurs and the other one never will.
googleapis_oauth2client
train
ce39ab1a8d0b2fda9469a074082366dd4710029f
diff --git a/spyder_notebook/notebookplugin.py b/spyder_notebook/notebookplugin.py index <HASH>..<HASH> 100644 --- a/spyder_notebook/notebookplugin.py +++ b/spyder_notebook/notebookplugin.py @@ -15,6 +15,7 @@ import sys from qtpy import PYQT4, PYSIDE from qtpy.compat import getsavefilename, getopenfilenames from q...
Interface to new Switcher introduced in Spyder 4 List all opened notebooks in the switcher, and switch to them if selected by the user.
spyder-ide_spyder-notebook
train
95e828096e06bcfbf1ad0f63a6f34196f51c2753
diff --git a/src/css_composer/index.js b/src/css_composer/index.js index <HASH>..<HASH> 100644 --- a/src/css_composer/index.js +++ b/src/css_composer/index.js @@ -27,7 +27,7 @@ * @module CssComposer */ -import { isArray } from 'underscore'; +import { isArray, isUndefined } from 'underscore'; import defaults from...
Add getComponentRules to CssComposer
artf_grapesjs
train
c74fc81cc6b8152e8fedce6edead55b420fa5541
diff --git a/EntityService/TimespanService.php b/EntityService/TimespanService.php index <HASH>..<HASH> 100755 --- a/EntityService/TimespanService.php +++ b/EntityService/TimespanService.php @@ -10,6 +10,7 @@ namespace CampaignChain\Hook\TimespanBundle\EntityService; +use CampaignChain\CoreBundle\Entity\Hook; use...
CE-<I> Repeating campaign
CampaignChain_hook-timespan
train
37ffb17640c1774bb8eccd0b27812f92a2217eaf
diff --git a/src/document/DocumentCommandHandlers.js b/src/document/DocumentCommandHandlers.js index <HASH>..<HASH> 100644 --- a/src/document/DocumentCommandHandlers.js +++ b/src/document/DocumentCommandHandlers.js @@ -1150,7 +1150,37 @@ define(function (require, exports, module) { function handleFileDelete(...
Confirm folder delete modal fixes #<I>
adobe_brackets
train
0034862d8d4bce29bcc5442b4352659dd12566ac
diff --git a/angr/artifacts/function.py b/angr/artifacts/function.py index <HASH>..<HASH> 100644 --- a/angr/artifacts/function.py +++ b/angr/artifacts/function.py @@ -85,7 +85,8 @@ class Function(object): self.prepared_registers = set() self.prepared_stack_variables = set() self.registers_rea...
Make function startpoint and endpoints blocks
angr_angr
train
77bca129d6031571b4da1edf63b9f5ae93fc6ee2
diff --git a/lib/database_cleaner/active_record/truncation.rb b/lib/database_cleaner/active_record/truncation.rb index <HASH>..<HASH> 100755 --- a/lib/database_cleaner/active_record/truncation.rb +++ b/lib/database_cleaner/active_record/truncation.rb @@ -24,6 +24,7 @@ module DatabaseCleaner def database_cleaner_...
always return Postgres table names with schema to avoid awfulness - without the schema, the migrations table gets truncated since the default AR method returns ‘public.schema_migrations’ - also a possibility is truncation of tables other than desired once since without the schema, Postgres has no way of knowing which ...
DatabaseCleaner_database_cleaner
train
5d8c4f6b039c13a26520f43f48010afb648dab7b
diff --git a/cmd/gb-vendor/main.go b/cmd/gb-vendor/main.go index <HASH>..<HASH> 100644 --- a/cmd/gb-vendor/main.go +++ b/cmd/gb-vendor/main.go @@ -18,10 +18,7 @@ var ( ) func init() { - fs.Usage = func() { - printUsage(os.Stderr) - os.Exit(2) - } + fs.Usage = usage } var commands = []*cmd.Command{ @@ -43,8 +4...
Show vendor plugin help when no command is given Fixes #<I>
constabulary_gb
train
c68ea67213765ce61c08f9da7bc3df01dc237234
diff --git a/discord/ui/view.py b/discord/ui/view.py index <HASH>..<HASH> 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -158,16 +158,16 @@ class View: __view_children_items__: ClassVar[List[ItemCallbackType[Any, Any]]] = [] def __init_subclass__(cls) -> None: - children: List[ItemCallba...
Properly handle inheritance overriding in View subclasses
Rapptz_discord.py
train
e73c98803912fd4b0e956b189dcb278dbbc73c7a
diff --git a/tests/VCR/LibraryHooks/CurlHookTest.php b/tests/VCR/LibraryHooks/CurlHookTest.php index <HASH>..<HASH> 100644 --- a/tests/VCR/LibraryHooks/CurlHookTest.php +++ b/tests/VCR/LibraryHooks/CurlHookTest.php @@ -294,7 +294,8 @@ class CurlHookTest extends TestCase curl_multi_add_handle($curlMultiHandle, ...
U-Tests: LibraryHooks: CurlHookTest: pass second param to curl_multi_exec
php-vcr_php-vcr
train
2bbfc3a971f884ba2492771cfe85eaeac1d94f65
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ extras_require = { ], 'dev': [ "bumpversion", - "flaky>=3.3.0", + "flaky>=3.7.0,<4", "hypothesis>=3.31.2,<6", "pytest>=4.4.0,<5.0.0", "pytest-asyncio>=...
flaky was updated to work with pytest and python <I>. Prior to this, running single tests using pytest would error out on earlier versions of flaky.
ethereum_web3.py
train
bc003b2efdd3ae2025152b3291c80071a6b57ec3
diff --git a/lib/mincer/engines/jade_engine.js b/lib/mincer/engines/jade_engine.js index <HASH>..<HASH> 100644 --- a/lib/mincer/engines/jade_engine.js +++ b/lib/mincer/engines/jade_engine.js @@ -27,6 +27,7 @@ // 3rd-party +var path = require('path'); var _ = require('underscore'); var Jade; // initialized late...
Modified Jade engine to support Jade include directives.
nodeca_mincer
train
006738e0c9a973bc70d944798f07b7205bc1dd13
diff --git a/core/src/main/java/io/neba/core/util/NodeUtil.java b/core/src/main/java/io/neba/core/util/NodeUtil.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/neba/core/util/NodeUtil.java +++ b/core/src/main/java/io/neba/core/util/NodeUtil.java @@ -31,8 +31,8 @@ public class NodeUtil { private static...
Review: Corrected javadoc
unic_neba
train
102d41a88fe3b45640efdfe64feafae7749f7117
diff --git a/objectstore/deltablock.go b/objectstore/deltablock.go index <HASH>..<HASH> 100644 --- a/objectstore/deltablock.go +++ b/objectstore/deltablock.go @@ -124,10 +124,13 @@ func CreateDeltaBlockBackup(volume *Volume, snapshot *Snapshot, destURL string, return "", err } defer deltaOps.CloseSnapshot(snaps...
backup: Add progress info in log for backup
rancher_convoy
train
e33a1e50bc81ab43627ee9238c4fc88e4ed8c794
diff --git a/lib/assistant/index.js b/lib/assistant/index.js index <HASH>..<HASH> 100644 --- a/lib/assistant/index.js +++ b/lib/assistant/index.js @@ -3,6 +3,8 @@ const GoogleAssistant = require("./google-assistant"); const app = module.exports = Express(); const assistant = new GoogleAssistant(); +app.use('/assist...
Fixed: cannot get /assistant/setup
vervallsweg_cast-web-api
train
7f6796d5da0abf4f68d2246b600760cb46338a79
diff --git a/src/main/java/com/teklabs/gwt/i18n/server/MessagesExporter.java b/src/main/java/com/teklabs/gwt/i18n/server/MessagesExporter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/teklabs/gwt/i18n/server/MessagesExporter.java +++ b/src/main/java/com/teklabs/gwt/i18n/server/MessagesExporter.java @@ -1,5 +...
Allow MessagesExporter to merge existing localization
lightoze_gwt-i18n-server
train
12b8a133d2f1a48610f458fa8f1a2c3aa2aa229f
diff --git a/aws/data_source_aws_redshift_service_account.go b/aws/data_source_aws_redshift_service_account.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_redshift_service_account.go +++ b/aws/data_source_aws_redshift_service_account.go @@ -13,6 +13,7 @@ var redshiftServiceAccountPerRegionMap = map[string]str...
redshift is in ap-east-1
terraform-providers_terraform-provider-aws
train
6774a73878a453ad51eb61cbe2f74fef5bce9491
diff --git a/storage/local/persistence.go b/storage/local/persistence.go index <HASH>..<HASH> 100644 --- a/storage/local/persistence.go +++ b/storage/local/persistence.go @@ -540,15 +540,19 @@ func (p *persistence) checkpointSeriesMapAndHeads(fingerprintToSeries *seriesMap begin := time.Now() f, err := os.OpenFile(...
Fix error checking and logging around checkpointing.
prometheus_prometheus
train
bde0aa03e0dd2762d5ab8540fbd6d483729bbb56
diff --git a/azure-webapp-maven-plugin/src/main/java/com/microsoft/azure/maven/webapp/AbstractWebAppMojo.java b/azure-webapp-maven-plugin/src/main/java/com/microsoft/azure/maven/webapp/AbstractWebAppMojo.java index <HASH>..<HASH> 100644 --- a/azure-webapp-maven-plugin/src/main/java/com/microsoft/azure/maven/webapp/Abst...
Disable the schemaversion configuration until the implementation complete (#<I>)
Microsoft_azure-maven-plugins
train
de48a83a9536cbf229e87206c9a712db37c59e8b
diff --git a/src/python/dxpy/__init__.py b/src/python/dxpy/__init__.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/__init__.py +++ b/src/python/dxpy/__init__.py @@ -156,7 +156,7 @@ def DXHTTPRequest(resource, data, method='POST', headers={}, auth=True, timeout= if _DEBUG: from repr import Repr - ...
more debug info when _DX_DEBUG is set
dnanexus_dx-toolkit
train
c1556f2bb830a5e0996d045fd1b6d4016572a2f2
diff --git a/src/Modal/__tests__/ModalContents-test.js b/src/Modal/__tests__/ModalContents-test.js index <HASH>..<HASH> 100644 --- a/src/Modal/__tests__/ModalContents-test.js +++ b/src/Modal/__tests__/ModalContents-test.js @@ -149,5 +149,20 @@ describe('ModalContents', function () { expect(calculatedHeight.inner...
Add a test for when original height is smaller than max height
mesosphere_reactjs-components
train
cf21e93b5db23e1a7171dafeb72ea9d629584826
diff --git a/server/Publish.rb b/server/Publish.rb index <HASH>..<HASH> 100644 --- a/server/Publish.rb +++ b/server/Publish.rb @@ -148,7 +148,7 @@ class Dbus_Plugin < DBus::Object dbus_method :register, " out id:i" do @plugin_count += 1 - trace "Plugin count : #{@plugin_count}" + $global.tra...
change trace to VERBOSE_OPOS env variable
openplacos_openplacos
train
e33e573d9d9603ac9c50d3c8479a9a82657ee156
diff --git a/src/lib/svg-optimizer.js b/src/lib/svg-optimizer.js index <HASH>..<HASH> 100644 --- a/src/lib/svg-optimizer.js +++ b/src/lib/svg-optimizer.js @@ -1,6 +1,9 @@ const SVGO = require('svgo'); const svgo = new SVGO({ - plugins: [{removeStyleElement: {}}] + plugins: [ + {removeStyleElement: {}}, + {rem...
fix(svgo): remove `<title>` elements svgo version below <I> does not enable `removeTitle` plugin by default `<title>`s make unexpected OS tooltip to show up upgrading svgo to <I> requires more changes
wix_svg2react-icon
train
02750e78892d5682b88d077dd373ccb84882bebb
diff --git a/src/vis/drawing-controller.js b/src/vis/drawing-controller.js index <HASH>..<HASH> 100644 --- a/src/vis/drawing-controller.js +++ b/src/vis/drawing-controller.js @@ -4,6 +4,8 @@ var DrawingController = function (mapView, map) { }; DrawingController.prototype.enableDrawing = function (geometry) { + thi...
Disable drawing/edition mode when trying to re-enable those modes. Only disable popups while editing a feature
CartoDB_carto.js
train
f0ebdd6926c1ab5f7e78f24fd558339f2fcdca55
diff --git a/core-bundle/contao/classes/DataContainer.php b/core-bundle/contao/classes/DataContainer.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/classes/DataContainer.php +++ b/core-bundle/contao/classes/DataContainer.php @@ -484,7 +484,24 @@ class DataContainer extends \Backend </fieldset>'; } - ...
[Core] Also show the preview image when editing multiple files (see #<I>)
contao_contao
train
a16cc7c0320a8626d44c3698c23b9a91f78d2dee
diff --git a/lib/zxcvbn.rb b/lib/zxcvbn.rb index <HASH>..<HASH> 100644 --- a/lib/zxcvbn.rb +++ b/lib/zxcvbn.rb @@ -16,7 +16,6 @@ require 'zxcvbn/crack_time' require 'zxcvbn/score' require 'zxcvbn/scorer' require 'zxcvbn/password_strength' -require 'pathname' module Zxcvbn def self.included(base) diff --git a/l...
Add yaml and pathname to omnimatch class
envato_zxcvbn-ruby
train
b079b401426f4c4a79361b6432f251d6ae552831
diff --git a/notedown/main.py b/notedown/main.py index <HASH>..<HASH> 100644 --- a/notedown/main.py +++ b/notedown/main.py @@ -217,7 +217,8 @@ def main(args, help=''): readers = {'notebook': nbformat, 'markdown': MarkdownReader(precode='\n'.join(args.precode), ...
new feature: set caption / id in code comments
aaren_notedown
train
e1477b41f6500d59d59fc00a0d7cfabb00bfc3f6
diff --git a/test/stubs/jekyll.rb b/test/stubs/jekyll.rb index <HASH>..<HASH> 100644 --- a/test/stubs/jekyll.rb +++ b/test/stubs/jekyll.rb @@ -9,13 +9,14 @@ module JekyllStub @pdata = picture_data_stub @jekyll_env = 'development' + @site_dest = '/tmp/jpt' @jconfig = { 'picture' => @pconfig, ...
Update test stubs for correct configuration location
robwierzbowski_jekyll-picture-tag
train
eecdf6899d36e57b72c4096ecae98b20e91aa97c
diff --git a/graceful/graceful.go b/graceful/graceful.go index <HASH>..<HASH> 100644 --- a/graceful/graceful.go +++ b/graceful/graceful.go @@ -37,9 +37,11 @@ Since I couldn't come up with a better idea, I just copy-and-pasted both ListenAndServe and ListenAndServeTLS here more-or-less verbatim. "Oh well!" */ -type ...
Make graceful.Server public again graceful.Server was made private in <I>c2ca7e, but I think the increased flexibility you get with being able to provide your own TLS options (etc.) outweighs the API complexity of an additional type.
zenazn_goji
train
ff52ba1699cefccb99dc729ad65b89b8f46aef45
diff --git a/src/matrix/dataset_util.js b/src/matrix/dataset_util.js index <HASH>..<HASH> 100644 --- a/src/matrix/dataset_util.js +++ b/src/matrix/dataset_util.js @@ -635,16 +635,18 @@ morpheus.DatasetUtil.autocompleteValues = function(dataset) { }); }); - fields.forEach(function(field) { - if (regex.test(f...
check for null field in autocomplete
cmap_morpheus.js
train
536d340dafeffd2f5d354d9eec3a1507a4e86146
diff --git a/EulerPy/tests.py b/EulerPy/tests.py index <HASH>..<HASH> 100644 --- a/EulerPy/tests.py +++ b/EulerPy/tests.py @@ -1,8 +1,10 @@ # -*- coding: utf-8 -*- import os -import unittest +import shutil +import tempfile import textwrap +import unittest from click.testing import CliRunner @@ -10,14 +12,84 @...
Added rudimentary tests using CLIRunner() Tests now automatically copy the EulerPy directory so that after changing directories to a temporary one, the test file still has access to problems.txt and solutions.txt.
iKevinY_EulerPy
train
59ce923559f50641d0380a97ba90974f6154e985
diff --git a/plexapi/base.py b/plexapi/base.py index <HASH>..<HASH> 100644 --- a/plexapi/base.py +++ b/plexapi/base.py @@ -421,9 +421,13 @@ class PlexPartialObject(PlexObject): 'havnt allowed items to be deleted' % self.key) raise - def history(self): - """ Get Play History for...
Add maxResults and mindate to all history methods
pkkid_python-plexapi
train
1a685a2c5171b75bf530381da57fe0b4cd5c2450
diff --git a/build.gradle b/build.gradle index <HASH>..<HASH> 100644 --- a/build.gradle +++ b/build.gradle @@ -17,15 +17,15 @@ configure(allprojects) { sourceCompatibility=1.5 targetCompatibility=1.5 - h2Version = '1.3.163' + h2Version = '1.3.166' hamcrestVersion = '1.2.1' - httpComponentsVers...
Updated dependencies; Spring <I>'s ClientHttpResponse has a new getRawStatusCode() method that must be implemented.
spring-projects_spring-social
train
a00cd8cdf3eb673a74316c0341b57fcf7eb04031
diff --git a/addok/core.py b/addok/core.py index <HASH>..<HASH> 100644 --- a/addok/core.py +++ b/addok/core.py @@ -398,6 +398,11 @@ class Search(BaseHelper): self.new_bucket(self.keys) def step_autocomplete(self): + if self.bucket_overflow: + return + if not self._autoco...
Do not compute autocomplete candidate if bucket already overflown
addok_addok
train
eac3d066c6b594395329e33d65b2ea76e7b7e6fe
diff --git a/generators/server/templates/src/test/java/package/security/_OAuth2TokenMockUtil.java b/generators/server/templates/src/test/java/package/security/_OAuth2TokenMockUtil.java index <HASH>..<HASH> 100644 --- a/generators/server/templates/src/test/java/package/security/_OAuth2TokenMockUtil.java +++ b/generators...
removed author information in the template, as this shouldn't go into the end-users application
jhipster_generator-jhipster
train
b48b0cb2994e3267360fa5f7f259a51b5594b3e9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.5.1 (unreleased) + - Fixed NFS erroring when NFS wasn't even enabled if `/etc/exports` doesn't + exist. [GH-126] - Fixed `vagrant resume` to properly resume a suspended VM. [GH-122] ...
NFS cleanup no longer errors if /etc/exports doesn't exist. [closes GH-<I>]
hashicorp_vagrant
train
624bcb1606882d6c1267c23d1699f915f3bc4cee
diff --git a/mod/scorm/lang/en/scorm.php b/mod/scorm/lang/en/scorm.php index <HASH>..<HASH> 100644 --- a/mod/scorm/lang/en/scorm.php +++ b/mod/scorm/lang/en/scorm.php @@ -179,7 +179,7 @@ $string['onchanges'] = 'Whenever it changes'; $string['optallstudents'] = 'all users'; $string['optattemptsonly'] = 'users with att...
SCORM MDL-<I> improved english string to state that some browsers may prevent these settings.
moodle_moodle
train
c9efdd096aec3ea280494ec57302223e253dcbea
diff --git a/spec/models/no_cms/blocks/duplicating_slots_spec.rb b/spec/models/no_cms/blocks/duplicating_slots_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/no_cms/blocks/duplicating_slots_spec.rb +++ b/spec/models/no_cms/blocks/duplicating_slots_spec.rb @@ -46,6 +46,10 @@ describe NoCms::Blocks::BlockSlot do ...
Add spec for save dipped slot
simplelogica_nocms-blocks
train
d3e9530dc370756d093bf64f2b5fe3b74dc399d5
diff --git a/openquake/server/views.py b/openquake/server/views.py index <HASH>..<HASH> 100644 --- a/openquake/server/views.py +++ b/openquake/server/views.py @@ -18,6 +18,7 @@ import shutil import json +import string import logging import os import tempfile
Added forgotten import [ci skip]
gem_oq-engine
train
73007b1fe22af1733395a88c74e65fb26fa1d69f
diff --git a/src/Validations/index.js b/src/Validations/index.js index <HASH>..<HASH> 100644 --- a/src/Validations/index.js +++ b/src/Validations/index.js @@ -982,7 +982,7 @@ Validations.equals = function (data, field, message, args, get) { return } - if (targetedValue === fieldValue) { + if (target...
fix(rules:equals): perform loose comparison since rules can be string and their values can be a number a loose == comparison is required Closes #<I>
poppinss_indicative
train