hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
e041665db3b8278e8e1a8c44ce823e8c3600c028
diff --git a/acos_client/client.py b/acos_client/client.py index <HASH>..<HASH> 100644 --- a/acos_client/client.py +++ b/acos_client/client.py @@ -129,5 +129,5 @@ class Client(object): s = socket.create_connection((self.host, self.port), 1.0) s.close() break - ...
catch all socket errors in wait_for_connect
a10networks_acos-client
train
py
9fe621531c8a8d17a8093d7905fc56cd3a2211c0
diff --git a/bugwarrior/db.py b/bugwarrior/db.py index <HASH>..<HASH> 100644 --- a/bugwarrior/db.py +++ b/bugwarrior/db.py @@ -179,6 +179,7 @@ def find_taskwarrior_uuid(tw, keys, issue): 'or': [ ('status', 'pending'), ('status', 'waiting'), + ...
#<I> ability to reopen tasks
ralphbean_bugwarrior
train
py
72e4c14d2be50a907e3aea8acc86b4cf710a13b0
diff --git a/src/ParaTest/Runners/PHPUnit/Configuration.php b/src/ParaTest/Runners/PHPUnit/Configuration.php index <HASH>..<HASH> 100644 --- a/src/ParaTest/Runners/PHPUnit/Configuration.php +++ b/src/ParaTest/Runners/PHPUnit/Configuration.php @@ -20,7 +20,10 @@ class Configuration */ public function getBoots...
getBootstrap now ensures that the configuration XML has been loaded before attempting to access it.
paratestphp_paratest
train
php
7cfc3417a12ef06907563d7e6d23719b68cef31e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', - 'Programming Languag...
Update setup.py for installation.
fjwCode_cerium
train
py
7035a999e290ff24478c83f36c9d25b09bb8b466
diff --git a/src/Route.php b/src/Route.php index <HASH>..<HASH> 100644 --- a/src/Route.php +++ b/src/Route.php @@ -84,7 +84,7 @@ class Route $view = new call_user_func(self::defaultViewClassName); else $view = new $this->defaultViewClassName(); - $view->content ...
Fix default content Not needed and violating attr visibility
RobinDumontChaponet_TransitiveRouting
train
php
e4d89e85bbd3fe354cb3b6a3dbbf4ff751b378a4
diff --git a/cmsplugin_cascade/admin.py b/cmsplugin_cascade/admin.py index <HASH>..<HASH> 100644 --- a/cmsplugin_cascade/admin.py +++ b/cmsplugin_cascade/admin.py @@ -68,7 +68,7 @@ class CascadePageAdmin(PageExtensionAdmin): return HttpResponseForbidden() data = {'results': []} language =...
strip white space from query string during lookup
jrief_djangocms-cascade
train
py
3f5b1cb78f1e552d2baa4e52b395cccd34f12769
diff --git a/src/internal/config/config.go b/src/internal/config/config.go index <HASH>..<HASH> 100644 --- a/src/internal/config/config.go +++ b/src/internal/config/config.go @@ -231,7 +231,7 @@ func (c *Config) write() error { panic("config V1 included (this is a bug)") } - rawConfig, err := serde.EncodeJSON(c)...
Fix encoding of config files (was all on one line)
pachyderm_pachyderm
train
go
a13d995b2e60e69a31eafe52553cf07b4afd107b
diff --git a/molgenis-data/src/main/java/org/molgenis/data/meta/MetaDataServiceImpl.java b/molgenis-data/src/main/java/org/molgenis/data/meta/MetaDataServiceImpl.java index <HASH>..<HASH> 100644 --- a/molgenis-data/src/main/java/org/molgenis/data/meta/MetaDataServiceImpl.java +++ b/molgenis-data/src/main/java/org/molge...
Add FIXME for indexing System entities after bootstrap process.
molgenis_molgenis
train
java
8850882be31c4a38058a39f4966ee5aa9daae171
diff --git a/adapter.js b/adapter.js index <HASH>..<HASH> 100644 --- a/adapter.js +++ b/adapter.js @@ -4,7 +4,7 @@ * Root. */ - var root = this; + var global = this; /** * Format error. @@ -48,7 +48,7 @@ }); hydro.on('post:all', function() { - tc.complete({ coverage: root.__coverag...
Allow non-instantaneous setup
hydrojs_karma-hydro
train
js
da57d0b2d4375c09f56c9d94ef78a3d2ce8f4c62
diff --git a/actionpack/lib/action_dispatch/http/url.rb b/actionpack/lib/action_dispatch/http/url.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/http/url.rb +++ b/actionpack/lib/action_dispatch/http/url.rb @@ -29,7 +29,8 @@ module ActionDispatch end def url_for(options) - ...
push host / port / protocol extraction up Then we only need to extract host once.
rails_rails
train
rb
4f8164db224a9195739e145c2bb8cc9ae6797983
diff --git a/lib/MPAY24SDK.php b/lib/MPAY24SDK.php index <HASH>..<HASH> 100644 --- a/lib/MPAY24SDK.php +++ b/lib/MPAY24SDK.php @@ -250,7 +250,7 @@ class MPAY24SDK * * @return string */ - public function getMPya24LogPath() + public function getMPay24LogPath() { return $this->config-...
Update MPAY<I>SDK.php
mpay24_mpay24-php
train
php
19df376e8c86a720d149c5db3216cab5c39e0b2b
diff --git a/src/setuptools_scm/version.py b/src/setuptools_scm/version.py index <HASH>..<HASH> 100644 --- a/src/setuptools_scm/version.py +++ b/src/setuptools_scm/version.py @@ -205,7 +205,7 @@ def meta( ) parsed_version = _parse_tag(tag, preformatted, config) trace("version", tag, "->", parsed_vers...
Fix grammar "cant" to "Can't"
pypa_setuptools_scm
train
py
086d75bdf1d491d083f5e05dfe764bb9193480aa
diff --git a/niworkflows/func/tests/test_util.py b/niworkflows/func/tests/test_util.py index <HASH>..<HASH> 100755 --- a/niworkflows/func/tests/test_util.py +++ b/niworkflows/func/tests/test_util.py @@ -54,6 +54,14 @@ if datapath: parameters = zip(bold_datasets, exp_masks) + if not bold_datasets: + r...
fix: test preamble, failing to discover data
poldracklab_niworkflows
train
py
d674263eb71e44c98ba357c943b3dbe204a25d11
diff --git a/pkg/disk/disk.go b/pkg/disk/disk.go index <HASH>..<HASH> 100644 --- a/pkg/disk/disk.go +++ b/pkg/disk/disk.go @@ -43,8 +43,8 @@ func SameDisk(di1, di2 Info) bool { return false } - // returns true only if Used, Free and number of free - // inodes are same, then its the same disk. - return di1.Used =...
fix: remove inode free as part of SameDisk check (#<I>)
minio_minio
train
go
216f9e373292c759ac6869bd6105adda23c4c5df
diff --git a/lib/configurator.js b/lib/configurator.js index <HASH>..<HASH> 100644 --- a/lib/configurator.js +++ b/lib/configurator.js @@ -2,6 +2,7 @@ 'use strict'; const join = require('path').join; +const getPort = require('./utils').getPort; class Configurator { constructor(config){ @@ -17,10 +18,11 @@ c...
lib: configurator ensure we have a default port
goliatone_core.io-express-server
train
js
d9081f2b39e1ae785537240694651d8f5ff7069b
diff --git a/redisson/src/main/java/org/redisson/connection/pool/ConnectionPool.java b/redisson/src/main/java/org/redisson/connection/pool/ConnectionPool.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/connection/pool/ConnectionPool.java +++ b/redisson/src/main/java/org/redisson/connection/po...
ConnectionPool size not respected during connection by Redis address
redisson_redisson
train
java
ccaacd90267795bfc82001b8392b3335fe393116
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: setup( name='django-localized-fields', - version='1.8', + version='2.0', packages=find_packages(), include_packag...
Bumped version to <I> - breaking change This new version changes the behavior of .get() on LocalizedValue. Before: .get() without arguments would get the currently active language After : .get() without arguments will get the primary language
SectorLabs_django-localized-fields
train
py
3ab7cac6209cfa3c2d13929123bb61903fe10f58
diff --git a/testsuite-shading/src/test/java/io/netty/testsuite/shading/ShadingIT.java b/testsuite-shading/src/test/java/io/netty/testsuite/shading/ShadingIT.java index <HASH>..<HASH> 100644 --- a/testsuite-shading/src/test/java/io/netty/testsuite/shading/ShadingIT.java +++ b/testsuite-shading/src/test/java/io/netty/te...
Disable test as it sometimes fails on the CI Motivation: Temporary disable test that wwas introduced as part of f<I>d<I>fd<I>b<I>f<I>f<I>a<I>bac<I>f as it sometimes fail on the CI. We need to figure out why it fails there (can not reproduce so far even on the CI after ssh into it). Modifications: Ignore test. Resu...
netty_netty
train
java
79a5c36a4ce24a6b67d8af402ab805474c6c38e1
diff --git a/src/org/dmfs/dav/rfc4791/filter/PropFilter.java b/src/org/dmfs/dav/rfc4791/filter/PropFilter.java index <HASH>..<HASH> 100644 --- a/src/org/dmfs/dav/rfc4791/filter/PropFilter.java +++ b/src/org/dmfs/dav/rfc4791/filter/PropFilter.java @@ -75,7 +75,7 @@ public final class PropFilter extends StructuredFilter ...
Add missing context argument to the serializer of PropFilter.
dmfs_jdav
train
java
70eab87b4fd13eff40759e18b9d04f3e10c6cf7e
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/ApplyConnectorOptimization.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/ApplyConnectorOptimization.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/optim...
Remove ValuesNode verification in ApplyConnectorOptimization IndexSourceNode could also hit this code path and the planning would fail. This verification does not seem useful so we'd rather remove it instead of enhancing it.
prestodb_presto
train
java
9073dcd52d206a9ab668fd1cfabfde276e71e278
diff --git a/Controller/LegacyKernelController.php b/Controller/LegacyKernelController.php index <HASH>..<HASH> 100644 --- a/Controller/LegacyKernelController.php +++ b/Controller/LegacyKernelController.php @@ -27,9 +27,9 @@ class LegacyKernelController /** * Template declaration to wrap legacy responses i...
CS Fixes on LegacyKernelController.php (cherry picked from commit <I>bc<I>a<I>c<I>c3cff<I>f5afcde5a2c)
ezsystems_LegacyBridge
train
php
cdcce41e2af44ef93c9f6900654ce73493289a78
diff --git a/lib/init.js b/lib/init.js index <HASH>..<HASH> 100644 --- a/lib/init.js +++ b/lib/init.js @@ -20,6 +20,9 @@ module.exports = function(dir, o){ return Git.Repository.init(dir, option.bare); }) .then(function(repo){ + if (option.bare){ + return repo; + } ...
prevents initial commit if repo is bare
thisconnect_nodegit-kit
train
js
b8312445f6e676cd2998ddfb5ef7f3d75a1f788c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -313,7 +313,7 @@ let mlGlContext = null; if (nativeMl) { mlContext = new nativeMl(); nativeMl.requestPresent = function(layers) { - if (!isMlPresenting) { + if (!mlGlContext) { const layer = layers.find(lay...
Make magic leap request present create FBO if missing
exokitxr_exokit
train
js
5ffa3b1c466f8a4c22b1cb96312d2809c653fc1b
diff --git a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java +++ b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java @...
Only try to bind if late registration not failed. Motivation: We should not try to call bind if registration failed. Modifications: Only call doBind0(...) when the registration not failed. Result: Not try to to bind if the registration failed.
netty_netty
train
java
25d3030e2ab3585842e6fff19301f99b6c28529a
diff --git a/DependencyInjection/DoctrineExtension.php b/DependencyInjection/DoctrineExtension.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/DoctrineExtension.php +++ b/DependencyInjection/DoctrineExtension.php @@ -80,6 +80,10 @@ class DoctrineExtension extends AbstractDoctrineExtension thr...
Add a proper exception when Doctrine ORM is not installed
doctrine_DoctrineBundle
train
php
e6bf7de161b90e8b6280f2e181fd745ca063dc23
diff --git a/LiSE/LiSE/engine.py b/LiSE/LiSE/engine.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/engine.py +++ b/LiSE/LiSE/engine.py @@ -1541,9 +1541,6 @@ class Engine(AbstractEngine, gORM): ekv = (entity, k, v) parcel = (turn, entity, k, v) val = validat...
Handle falsy validation results last Basically just saves me a ``continue`` I think, but also a little more readable?
LogicalDash_LiSE
train
py
663347393492023f81fd967a17b0a70ec4c16601
diff --git a/src/umbra/components/factory/scriptEditor/searchAndReplace.py b/src/umbra/components/factory/scriptEditor/searchAndReplace.py index <HASH>..<HASH> 100644 --- a/src/umbra/components/factory/scriptEditor/searchAndReplace.py +++ b/src/umbra/components/factory/scriptEditor/searchAndReplace.py @@ -266,7 +266,7 ...
Ensure that non ascii search and replace patterns are storable in "umbra.components.factory.scriptEditor.searchAndReplace" module.
KelSolaar_Umbra
train
py
1041a2d260477f518c35dc6fac68b63c5075bd84
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -256,6 +256,7 @@ class DataFlowKernel(object): final_state_flag = True self.tasks_failed_count += 1 + self.tasks[ta...
Minor fix to ensure failed tasks have a finished time.
Parsl_parsl
train
py
69a66b8721cec0ce46ca97e0ecef537e994e33da
diff --git a/app/controllers/releaf/base_controller.rb b/app/controllers/releaf/base_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/releaf/base_controller.rb +++ b/app/controllers/releaf/base_controller.rb @@ -721,17 +721,18 @@ module Releaf end end - def add_resource_breadcrumb resour...
Possibility to add already built url for resource breadcrumb
cubesystems_releaf
train
rb
fcb6a05a9dd49f5c43cead8a259eacdb426d7dbd
diff --git a/src/Generator/Writer/CmsModelWriter.php b/src/Generator/Writer/CmsModelWriter.php index <HASH>..<HASH> 100644 --- a/src/Generator/Writer/CmsModelWriter.php +++ b/src/Generator/Writer/CmsModelWriter.php @@ -653,8 +653,8 @@ class CmsModelWriter extends AbstractCodeWriter . "\n"; ...
cmsmodelwriter bugfix for relations, return misplaced
czim_laravel-pxlcms
train
php
819b6eda0891910959110492a21165221ad320ea
diff --git a/src/Aws/S3/RangeDownload.php b/src/Aws/S3/RangeDownload.php index <HASH>..<HASH> 100644 --- a/src/Aws/S3/RangeDownload.php +++ b/src/Aws/S3/RangeDownload.php @@ -67,6 +67,8 @@ class RangeDownload extends AbstractHasDispatcher $target = EntityBody::factory($target); $this->meta = $client...
Adding a comment about why ReadLimitEntityBody is being used
aws_aws-sdk-php
train
php
cfa5527bcc62efd754cb72deb221b652b9654ffb
diff --git a/wpull/proxy.py b/wpull/proxy.py index <HASH>..<HASH> 100644 --- a/wpull/proxy.py +++ b/wpull/proxy.py @@ -124,6 +124,8 @@ class Session(object): self._reject_request('Upgrade not supported') return + _logger.debug(__('Got request 2 {0}', request)) + ...
proxy: Add debug log for request after possible CONNECT
ArchiveTeam_wpull
train
py
de3a68d52793ce543c290191127c82c35319633a
diff --git a/src/components/button/__tests__/index.driver.spec.js b/src/components/button/__tests__/index.driver.spec.js index <HASH>..<HASH> 100644 --- a/src/components/button/__tests__/index.driver.spec.js +++ b/src/components/button/__tests__/index.driver.spec.js @@ -33,13 +33,13 @@ describe('Button', () => { }...
Disable all button tests related to onPress callback
wix_react-native-ui-lib
train
js
1acba1c4c15a0c06d02e15e1d08c43f17efab621
diff --git a/php/base/Exchange.php b/php/base/Exchange.php index <HASH>..<HASH> 100644 --- a/php/base/Exchange.php +++ b/php/base/Exchange.php @@ -757,6 +757,10 @@ class Exchange { return true; } + public function checkRequiredCredentials($error = true) { + return $this->check_required_credent...
Exchange.php camelCase checkRequiredCredentials
ccxt_ccxt
train
php
de414c327e977a1ea46badf462ac832741167f8b
diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py index <HASH>..<HASH> 100644 --- a/salt/daemons/flo/core.py +++ b/salt/daemons/flo/core.py @@ -879,9 +879,7 @@ class SaltRaetRouter(ioflo.base.deeding.Deed): self.lane_stack.value.local.name, ...
Remove extra check for None because we can compare str to None. @thatch<I> please review. Perhaps this was for performance?
saltstack_salt
train
py
c0d3aa728d9f8f7fdff21968d474e4feaf5561d0
diff --git a/msk/actions/create_test.py b/msk/actions/create_test.py index <HASH>..<HASH> 100644 --- a/msk/actions/create_test.py +++ b/msk/actions/create_test.py @@ -249,7 +249,7 @@ class PadatiousTestCreator(TestCreator): test_case = {'utterance': self.utterance} if self.entity_names and self.utte...
Rename expected_data to intent It makes it more consistent with Adapt and is now supported
MycroftAI_mycroft-skills-kit
train
py
28119b3f8c0373a8dacc5737eb0828be52d299df
diff --git a/test/shp2geojson.test.js b/test/shp2geojson.test.js index <HASH>..<HASH> 100644 --- a/test/shp2geojson.test.js +++ b/test/shp2geojson.test.js @@ -19,7 +19,9 @@ describe('Convert to GeoJSON', function() { var actual = './test/tmp/world_merc.converted.geojson'; var expected = './test/data/w...
Restrict test to >= <I>.x
mapnik_node-mapnik
train
js
a918a5fb517d307e91b7365497303531c1055957
diff --git a/jsf-spring-boot-integration/src/main/java/org/joinfaces/annotations/JsfCdiToSpringAutoConfiguration.java b/jsf-spring-boot-integration/src/main/java/org/joinfaces/annotations/JsfCdiToSpringAutoConfiguration.java index <HASH>..<HASH> 100644 --- a/jsf-spring-boot-integration/src/main/java/org/joinfaces/annot...
Autoconfigure JsfCdiToSpringBeanFactoryPostProcessor with the implementation class to let spring know about the order (spring checks whether the BeanFactoryPostProcessor implements the Ordered interface or not to sort them)
joinfaces_joinfaces
train
java
5b961874809d78695e6cbad94d9e03a710c9929b
diff --git a/src/Traits/Preferenceable.php b/src/Traits/Preferenceable.php index <HASH>..<HASH> 100644 --- a/src/Traits/Preferenceable.php +++ b/src/Traits/Preferenceable.php @@ -2,6 +2,7 @@ namespace Timegridio\Concierge\Traits; +use Illuminate\Support\Facades\Cache; use Timegridio\Concierge\Models\Preference; ...
Reduce db queries with cache for preferences
timegridio_concierge
train
php
e99142494ae0a287a6c706918533b9162484b7df
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -122,11 +122,10 @@ class Client $this->host = $options['host']; } if (isset($options['port'])) { - $port = (int) $options['port']; - if (! $port || !...
Allow usage of port zero and disallow negative ports
thephpleague_statsd
train
php
42093fff9422ef66b595ef55a1e28df01a6fd2fc
diff --git a/activesupport/test/core_ext/kernel_test.rb b/activesupport/test/core_ext/kernel_test.rb index <HASH>..<HASH> 100644 --- a/activesupport/test/core_ext/kernel_test.rb +++ b/activesupport/test/core_ext/kernel_test.rb @@ -16,4 +16,8 @@ class KernelTest < Test::Unit::TestCase assert_equal old_verbose, $V...
Added test to ensure that silence_warnings also returned its value git-svn-id: <URL>
rails_rails
train
rb
42e815908e308c93e59c953928e24f075e227f68
diff --git a/externs/ie_dom.js b/externs/ie_dom.js index <HASH>..<HASH> 100644 --- a/externs/ie_dom.js +++ b/externs/ie_dom.js @@ -1392,4 +1392,4 @@ Screen.prototype.logicalXDPI; * @type {number} * @see http://msdn.microsoft.com/en-us/library/ms534130%28v=vs.85%29.aspx */ -Screen.prototype.logicalYDPI; \ No newli...
Update ie_dom.js Added a newline at the end of the line.
google_closure-compiler
train
js
e4a531de8ced9db645b86b05fcef89904231b1da
diff --git a/src/ol/format/IIIFInfo.js b/src/ol/format/IIIFInfo.js index <HASH>..<HASH> 100644 --- a/src/ol/format/IIIFInfo.js +++ b/src/ol/format/IIIFInfo.js @@ -70,6 +70,9 @@ const IIIF_PROFILE_VALUES = { } }; +/** + * @enum {string} + */ export const Versions = { VERSION1: 'version1', VERSION2: 'version...
Declare IIIF versions as enum
openlayers_openlayers
train
js
8f028a4be71f50f1b1d0fead9698df336a47d2bc
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -238,11 +238,6 @@ var compilable = vdom.val.replace(new RegExp(alias, "gi"), splitVal[1] + '[0]'); vdom.val = compileTemplate(compilable, self.$data); el.innerHTML = vdom.val; - ...
don't set as compile template
kbrsh_moon
train
js
8cebd62722bc2fffa049815792bb9380d17406dd
diff --git a/lib/Compilation.js b/lib/Compilation.js index <HASH>..<HASH> 100644 --- a/lib/Compilation.js +++ b/lib/Compilation.js @@ -151,7 +151,7 @@ const { /** * @typedef {Object} EntryData * @property {Dependency[]} dependencies dependencies of the entrypoint that should be evaluated at startup - * @property {...
chore(Compilation EntryData includeDependencies): Correct a grammatical error in the description.
webpack_webpack
train
js
919c7881ff8b6ed036188e067567e9290184f52e
diff --git a/tests/test_cases.py b/tests/test_cases.py index <HASH>..<HASH> 100644 --- a/tests/test_cases.py +++ b/tests/test_cases.py @@ -326,8 +326,7 @@ class TestComplexFeatures(unittest.TestCase): time.sleep(1) else: raise NotImplementedError("Platforms supported include: Windows") - window = lackey.App...
Fixing test cases Fixed a merge issue, and adjusted accuracy to run tests on multiple computers
glitchassassin_lackey
train
py
bba907732c49d6b47d66fb561e077ec81cf3a1a7
diff --git a/src/Select.js b/src/Select.js index <HASH>..<HASH> 100644 --- a/src/Select.js +++ b/src/Select.js @@ -1054,7 +1054,7 @@ const Select = React.createClass({ render () { let valueArray = this.getValueArray(this.props.value); - let options = this._visibleOptions = this.filterOptions(this.props.multi ? ...
Fixing a tab where there should be a space
HubSpot_react-select-plus
train
js
5fea7ca8e19e44ae5ae7e2d7d441265a8f438c15
diff --git a/wpull/http/request.py b/wpull/http/request.py index <HASH>..<HASH> 100644 --- a/wpull/http/request.py +++ b/wpull/http/request.py @@ -91,6 +91,11 @@ class RawRequest(SerializableMixin, DictableMixin): '''Return a copy.''' return copy.deepcopy(self) + def set_continue(self, offset): +...
http.request,writer: Move the Range field setting into Request
ArchiveTeam_wpull
train
py,py
9d3180a7e23cedc63fbf269c1227ce9bbe3e3005
diff --git a/src/Symfony/Component/Config/ResourceCheckerConfigCache.php b/src/Symfony/Component/Config/ResourceCheckerConfigCache.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Config/ResourceCheckerConfigCache.php +++ b/src/Symfony/Component/Config/ResourceCheckerConfigCache.php @@ -156,10 +156,11 @@ cla...
[Config] ensure moving away from Serializable wont break cache:clear
symfony_symfony
train
php
304a18c7a61a56ba2185aedf39aefcf373cda00d
diff --git a/lib/gcli/test/testExec.js b/lib/gcli/test/testExec.js index <HASH>..<HASH> 100644 --- a/lib/gcli/test/testExec.js +++ b/lib/gcli/test/testExec.js @@ -399,7 +399,7 @@ exports.testExecNode = function(options) { return helpers.audit(options, [ { - skipIf: options.isNoDom, + skipIf: options...
runat-<I>: Mark tests that fail when run remotely
joewalker_gcli
train
js,js
ed81ddb402bf099f19d21504b0dd2c1deeb55049
diff --git a/src/java/com/threerings/media/image/ImageUtil.java b/src/java/com/threerings/media/image/ImageUtil.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/media/image/ImageUtil.java +++ b/src/java/com/threerings/media/image/ImageUtil.java @@ -42,6 +42,8 @@ import java.awt.image.IndexColorModel; imp...
I'd varargified this a while back w/o getting around to committing it. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@<I> ed5b<I>cb-e<I>-<I>-a<I>-f6a<I>f<I>b<I>
threerings_nenya
train
java
864b7f6f067d8e9a9ca1f889ab38efbb75ac2632
diff --git a/cerium/service.py b/cerium/service.py index <HASH>..<HASH> 100644 --- a/cerium/service.py +++ b/cerium/service.py @@ -18,6 +18,7 @@ from typing import Any, Dict, Union from .commands import _PATH, Commands +from .exceptions import DeviceConnectionException from .utils import free_port, is_connectable,...
Object that manages the starting and stopping of the AndroidDriver.
fjwCode_cerium
train
py
0b8942d2039537fba3900051c6a737442efa9f98
diff --git a/MAVProxy/modules/lib/param_help.py b/MAVProxy/modules/lib/param_help.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/lib/param_help.py +++ b/MAVProxy/modules/lib/param_help.py @@ -44,6 +44,9 @@ class ParamHelp: return None path = mp_util.dot_mavproxy("%s.xml" % self.vehi...
paramhelp: check for presence of APMrover2.xml
ArduPilot_MAVProxy
train
py
25c83ee6882fd8da990ac17d5b696ae9f96e0364
diff --git a/test/acceptance/rspec_test.rb b/test/acceptance/rspec_test.rb index <HASH>..<HASH> 100644 --- a/test/acceptance/rspec_test.rb +++ b/test/acceptance/rspec_test.rb @@ -129,4 +129,28 @@ class RSpecTest < Test::Unit::TestCase end + context "two describe blocks in the same file" do + + should "run...
Wrote test to ensure multiple describe blocks in one file work
bhb_tack
train
rb
df520b8b4063aaf7c7736ece73ad948cb09957c2
diff --git a/tasks/assemble.js b/tasks/assemble.js index <HASH>..<HASH> 100644 --- a/tasks/assemble.js +++ b/tasks/assemble.js @@ -295,6 +295,11 @@ module.exports = function(grunt) { data: pageContext }; + if(pageObj.data.published === false){ + grunt.log.writeln('P...
Added a variable for excluding pages from build With this you can use frontmatter to disable rendering of a page when needed. (Useful for prototyping) I explained the justification for this in issue #<I> The actual implementation may need some finesse still.
assemble_assemble
train
js
02d693dad6b6e9fa64a5f83ffea04448e22d39d4
diff --git a/grimoire_elk/enriched/mattermost.py b/grimoire_elk/enriched/mattermost.py index <HASH>..<HASH> 100644 --- a/grimoire_elk/enriched/mattermost.py +++ b/grimoire_elk/enriched/mattermost.py @@ -95,7 +95,8 @@ class MattermostEnrich(Enrich): identity['name'] = composed_name if composed_name else N...
[enrich_mattermost] Fix error setting empty emails for identities Mattermost enricher assigns empty string values when the email of an identity is no available. This patch replaces this value by None.
chaoss_grimoirelab-elk
train
py
e7b8add6c703b02a977e1c7ee7a41247af50fa2e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages setup( name="deeputil", - version="0.2.7", + version="0.2.8", description="Commonly re-used logic kept in one library", keywords="deeputil", author...
references #<I>, added six as a dependency
deep-compute_deeputil
train
py
ef4e51431d7b9e909200e6de1303e4275ca862e9
diff --git a/lib/resource.js b/lib/resource.js index <HASH>..<HASH> 100644 --- a/lib/resource.js +++ b/lib/resource.js @@ -31,8 +31,9 @@ function Resource(options, schema) { this.consumerkey = options.consumerkey; this.consumersecret = options.consumersecret; - this.logger.silly && this.logger.silly( - 'Creating...
Fix linting errors by pulling out function falsey check into an if statement
7digital_7digital-api
train
js
a0d783094ecb9622559606df0591c8f9dd4231b6
diff --git a/core/state/journal.go b/core/state/journal.go index <HASH>..<HASH> 100644 --- a/core/state/journal.go +++ b/core/state/journal.go @@ -132,6 +132,7 @@ func (ch addLogChange) undo(s *StateDB) { } else { s.logs[ch.txhash] = logs[:len(logs)-1] } + s.logSize-- } func (ch addPreimageChange) undo(s *St...
core/state: revert log index when removing logs
ethereum_go-ethereum
train
go
02e8ea66ca9a53c4594a622507652ce9ae841150
diff --git a/arcrest/server.py b/arcrest/server.py index <HASH>..<HASH> 100644 --- a/arcrest/server.py +++ b/arcrest/server.py @@ -299,9 +299,13 @@ class GenerateToken(RestURL): query_dict['client'] = 'requestip' urllist[3] = urllib.urlencode(query_dict) url = urlpar...
Who's a moron?
jasonbot_arcrest
train
py
a3f004913d655fa2e75d4dbff31012a24fa88cca
diff --git a/rhumba/service.py b/rhumba/service.py index <HASH>..<HASH> 100644 --- a/rhumba/service.py +++ b/rhumba/service.py @@ -37,8 +37,8 @@ class RhumbaQueue(object): def loadPlugin(self, plugin): try: return getattr(importlib.import_module(plugin), 'Plugin')(self.config) - except...
Give a better error when plugins fail
calston_rhumba
train
py,py
ea030f34aaa7a60a4753b66ab7cb95bff6ed5824
diff --git a/test/automated/position_store/stream_name.rb b/test/automated/position_store/stream_name.rb index <HASH>..<HASH> 100644 --- a/test/automated/position_store/stream_name.rb +++ b/test/automated/position_store/stream_name.rb @@ -41,6 +41,30 @@ context "Position Store" do end end + context "Co...
Stream name test includes consumer identifier
eventide-project_consumer-postgres
train
rb
f46e54b12b475bf9b04a55ca3e732ef0f76bb75e
diff --git a/lib/uiautomator2.js b/lib/uiautomator2.js index <HASH>..<HASH> 100644 --- a/lib/uiautomator2.js +++ b/lib/uiautomator2.js @@ -155,10 +155,10 @@ class UiAutomator2Server { const maxRetries = 2; const delayBetweenRetries = 3000; while (retries < maxRetries) { - let didProcessExit = false;...
Hardcode instrumentation wind up time interval (#<I>)
appium_appium-uiautomator2-driver
train
js
7f802a330082b2d1a743fca1924288a87a626534
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -107,9 +107,9 @@ function convertToBoolean(input, options) { if (typeof input === 'boolean') { return options.reverse ? !input : input; } - if (isNullOrUndefined(input)) { - return opti...
Modified jsonapter.js for output tag in template and added the tests.
amida-tech_jsonapter
train
js
2af7db361b73f17af4b43ff40ac3f1fc49bc0bcb
diff --git a/transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java b/transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java +++ b/transport/src/main/java/io/netty/channel/ChannelOutboundBuffe...
[#<I>] Fix NPE which could be triggered one failed promises that trigger a close<I>
netty_netty
train
java
f05682fc29e6d59d5057ae700ec53b326e9444f1
diff --git a/org.jenetics/src/main/java/org/jenetics/engine/TimedResult.java b/org.jenetics/src/main/java/org/jenetics/engine/TimedResult.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/engine/TimedResult.java +++ b/org.jenetics/src/main/java/org/jenetics/engine/TimedResult.java @@ -77,7 ...
Fix bug in 'TimedResult' class. The creation of the 'Time' object was not created with the propert 'Clock' instance.
jenetics_jenetics
train
java
a0f40bb2492eed177acf955f1673de50a9aa39e1
diff --git a/pgpy/packet/fields.py b/pgpy/packet/fields.py index <HASH>..<HASH> 100644 --- a/pgpy/packet/fields.py +++ b/pgpy/packet/fields.py @@ -65,6 +65,12 @@ class SymmetricKeyAlgo(PFIntEnum): raise NotImplementedError(self.name) + def keylen(self): + if self == SymmetricKeyAlgo.CAST5: + ...
added some new metadata to fields; added new invalid HashAlgo to use as an initial value
SecurityInnovation_PGPy
train
py
34a450f871716b048a85bbe09ae2cf3c6ebd3fbf
diff --git a/LiSE/LiSE/proxy.py b/LiSE/LiSE/proxy.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/proxy.py +++ b/LiSE/LiSE/proxy.py @@ -1757,7 +1757,8 @@ class EngineProxy(AbstractEngine): except KeyError: if self.handle( command='character_has_t...
Pass 'thing' and not 'node' into 'character_has_thing'
LogicalDash_LiSE
train
py
d3aafe2268140e3abe1b8a39d69349e3fa8c9fc1
diff --git a/src/cr/cube/enums.py b/src/cr/cube/enums.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/enums.py +++ b/src/cr/cube/enums.py @@ -117,6 +117,9 @@ class MEASURE(enum.Enum): ROW_SHARE_SUM = "row_share_sum" ROW_STDDEV = "row_std_dev" ROW_STDERR = "row_std_err" + SMOOTHED_MEAN = "smoothed_mea...
[<I>]: add smoothed measures entries in enum
Crunch-io_crunch-cube
train
py
1a51478f36153cfaba4cdd262643bba556244c58
diff --git a/lib/randy.rb b/lib/randy.rb index <HASH>..<HASH> 100644 --- a/lib/randy.rb +++ b/lib/randy.rb @@ -6,11 +6,18 @@ class Simulator # TODO rename file end def outcome - first_key = @outcome_to_probability.keys.first - if rand < @outcome_to_probability[first_key] + num = rand + + first_key =...
This is the algorithm but need to generate dynamically
nigel-lowry_random_outcome
train
rb
e215a7309f4dce009f1706041aacae77889f07c2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( author_email='dabdoub.2@osu.edu', packages=['phylotoast', 'phylotoast.test'], include_package_data=True, - url='https://github.com/smdabdoub/phylotoast', + url='http://phylotoast.org', insta...
Updates project URL in setup.py Changes the project URL from github to phylotoast.org in setup.py.
smdabdoub_phylotoast
train
py
adee786f8965e3083889b33efb5f40b711eadfa5
diff --git a/qa_tests/risk/scenario_risk/test.py b/qa_tests/risk/scenario_risk/test.py index <HASH>..<HASH> 100644 --- a/qa_tests/risk/scenario_risk/test.py +++ b/qa_tests/risk/scenario_risk/test.py @@ -119,8 +119,10 @@ class ScenarioRiskCase3TestCase(risk.FixtureBasedQATestCase): return data def expect...
Restored indentation of the numbers in ScenarioRiskCase3TestCase
gem_oq-engine
train
py
658f56d984ba20d7fe6bfc73927d2f714e0a0680
diff --git a/javascript/node/selenium-webdriver/lib/input.js b/javascript/node/selenium-webdriver/lib/input.js index <HASH>..<HASH> 100644 --- a/javascript/node/selenium-webdriver/lib/input.js +++ b/javascript/node/selenium-webdriver/lib/input.js @@ -503,14 +503,14 @@ class PointerSequence extends Sequence { * {@li...
Set default values for the pointerMove offset. (#<I>) This allows callers to omit the x and y parameters when moving the pointer to the center of the target, consistent with the old API.
SeleniumHQ_selenium
train
js
a2d1597fd1525780ca217dd7f903f96f32eede69
diff --git a/lib/haml/engine.rb b/lib/haml/engine.rb index <HASH>..<HASH> 100644 --- a/lib/haml/engine.rb +++ b/lib/haml/engine.rb @@ -109,14 +109,6 @@ module Haml @tab_change = 0 @temp_count = 0 - if @options[:filters] - warn <<END -DEPRECATION WARNING: -The Haml :filters option is depreca...
[Haml] Get rid of the deprecation warning for the :filters option.
sass_ruby-sass
train
rb
8f3a8bb5fb30129c4dea3294e9f6e62f2aead7b1
diff --git a/lib/amee/data_category.rb b/lib/amee/data_category.rb index <HASH>..<HASH> 100644 --- a/lib/amee/data_category.rb +++ b/lib/amee/data_category.rb @@ -81,9 +81,21 @@ module AMEE raise AMEE::BadData.new("Couldn't load DataCategory from XML data. Check that your URL is correct.\n#{xml}") end ...
Added options to GET requests.
OpenAMEE_amee-ruby
train
rb
725bcad11f856d3f88edc38c0c17eb6b8a2760ad
diff --git a/source/migration/data/Version20180214152228.php b/source/migration/data/Version20180214152228.php index <HASH>..<HASH> 100644 --- a/source/migration/data/Version20180214152228.php +++ b/source/migration/data/Version20180214152228.php @@ -5,19 +5,21 @@ * See LICENSE file for license details. */ +decla...
OXDEV-<I> Restore empty migration file
OXID-eSales_oxideshop_ce
train
php
cd6cc411cd19f20cbac577f4bde321a72bebb964
diff --git a/multiqc/modules/whatshap/whatshap.py b/multiqc/modules/whatshap/whatshap.py index <HASH>..<HASH> 100755 --- a/multiqc/modules/whatshap/whatshap.py +++ b/multiqc/modules/whatshap/whatshap.py @@ -188,7 +188,7 @@ class MultiqcModule(BaseMultiqcModule): "description": "The number of bi...
Update whatshap discription of unphased
ewels_MultiQC
train
py
06f0a8995d4c27aaaeb8f496436022f4023ea205
diff --git a/tests/test_encode.py b/tests/test_encode.py index <HASH>..<HASH> 100644 --- a/tests/test_encode.py +++ b/tests/test_encode.py @@ -39,6 +39,16 @@ def test_encode_dict(): assert bencode(od) == b'd2:ka2:va2:kbi2ee' +def test_encode_dict_subclass(): + class AAA(dict): + pass + + od = dict...
Add tests for encoding subclasses of dict
whtsky_bencoder.pyx
train
py
ccdc2ef2872321921912576e70375f77b854e2eb
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -122,7 +122,6 @@ class Client extends ClientBase { const ret = new Duplex({ autoDestroy: true, - writableHighWaterMark: 1, read () { if (body) { body.resume()
fix: remove highwatermark override
mcollina_undici
train
js
aa8684a3567353c587cc97932ec7b4e4faa0103a
diff --git a/src/mixins/overlayable.js b/src/mixins/overlayable.js index <HASH>..<HASH> 100644 --- a/src/mixins/overlayable.js +++ b/src/mixins/overlayable.js @@ -82,6 +82,8 @@ export default { */ scrollListener (e) { if (e.type === 'keydown') { + if (['INPUT', 'TEXTAREA', 'SELECT'].includes(e....
fix: arrow up/down not working in inputs in dialog (#<I>) fixes #<I>
vuetifyjs_vuetify
train
js
bab54e4e529ae4d727fae8209ac60f9b25802680
diff --git a/actionview/lib/action_view/testing/assertions/selector.rb b/actionview/lib/action_view/testing/assertions/selector.rb index <HASH>..<HASH> 100644 --- a/actionview/lib/action_view/testing/assertions/selector.rb +++ b/actionview/lib/action_view/testing/assertions/selector.rb @@ -333,7 +333,7 @@ module Action...
Changed back to =~ or == comparison in HTMLSelector filter.
rails_rails
train
rb
77d95806398c696bec0654a95bf663d5737cbf48
diff --git a/lib/sandbox/chai-postman.js b/lib/sandbox/chai-postman.js index <HASH>..<HASH> 100644 --- a/lib/sandbox/chai-postman.js +++ b/lib/sandbox/chai-postman.js @@ -301,9 +301,9 @@ module.exports = function (chai) { if (_.isString(path)) { this.assert(_.has(jsonBody, path), - ...
Fixed lint errors in lib
postmanlabs_postman-sandbox
train
js,js
67ce60f1ac7f4f913c809f72708a0c503e5c18d0
diff --git a/app/models/scaptimony/scap_content.rb b/app/models/scaptimony/scap_content.rb index <HASH>..<HASH> 100644 --- a/app/models/scaptimony/scap_content.rb +++ b/app/models/scaptimony/scap_content.rb @@ -16,6 +16,12 @@ module Scaptimony return false end + existing = ScapContent.where(:dige...
Provide nice message when uploading file that has been already uploaded Do not use (validates, :uniqueness => true), this will provide more useful message.
OpenSCAP_scaptimony
train
rb
20607efd1056698310bd324de9a7ead1fbfff6b8
diff --git a/salt/cli/__init__.py b/salt/cli/__init__.py index <HASH>..<HASH> 100644 --- a/salt/cli/__init__.py +++ b/salt/cli/__init__.py @@ -540,7 +540,6 @@ class SaltKey(object): opts['delete'] = options.delete opts['gen_keys'] = options.gen_keys opts['gen_keys_dir'] = options.gen_keys_dir...
Cleaned up an old turd I found a turd in salt.cli related to key when I made the changes to logging in saltkey. It has now been cleaned it up.
saltstack_salt
train
py
025028c974a9295cbfc3865c8e4a38df4eca6b80
diff --git a/app/src/Bolt/Nut/ExtensionsEnable.php b/app/src/Bolt/Nut/ExtensionsEnable.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Nut/ExtensionsEnable.php +++ b/app/src/Bolt/Nut/ExtensionsEnable.php @@ -31,13 +31,9 @@ class ExtensionsEnable extends BaseCommand } $result = $this->app[...
install always returns string so pass through as message
bolt_bolt
train
php
06c108c638194bbafb3cb051bec2ccdb42e55187
diff --git a/classes/fields/color.php b/classes/fields/color.php index <HASH>..<HASH> 100644 --- a/classes/fields/color.php +++ b/classes/fields/color.php @@ -107,12 +107,14 @@ class PodsField_Color extends PodsField { if ( is_array( $value ) ) $value = implode( ' ', $value ); - // Farbta...
Fix pods_version_check usage to avoid different comparisons
pods-framework_pods
train
php
3b5eacd3b5d9204cd9f3b8f50ebf746fc7c8e178
diff --git a/librato_bg/__init__.py b/librato_bg/__init__.py index <HASH>..<HASH> 100644 --- a/librato_bg/__init__.py +++ b/librato_bg/__init__.py @@ -2,4 +2,4 @@ from __future__ import unicode_literals from librato_bg.client import Client # noqa -__version__ = '1.0.4' +__version__ = '1.0.5'
rev to <I> due to my pypi horkness
nyaruka_python-librato-bg
train
py
b4ab7f2ec939441598f5959b39ba7c928ef29585
diff --git a/lib/accesslib.php b/lib/accesslib.php index <HASH>..<HASH> 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -4759,8 +4759,8 @@ function context_moved($context, $newparent) { $newpath = $newparent->path . '/' . $context->id; $setdepth = ''; - if ($newparent->depth +1 != $context->de...
accesslib:content_moved() fix bug in depth handling the depth was getting a bit out-of-control when moving up the tree. Fix it...
moodle_moodle
train
php
c01aea5ea348599016cbd59da9b59b69c035a408
diff --git a/eZ/Bundle/EzPublishLegacyBundle/Services/LegacyKernel.php b/eZ/Bundle/EzPublishLegacyBundle/Services/LegacyKernel.php index <HASH>..<HASH> 100644 --- a/eZ/Bundle/EzPublishLegacyBundle/Services/LegacyKernel.php +++ b/eZ/Bundle/EzPublishLegacyBundle/Services/LegacyKernel.php @@ -79,8 +79,9 @@ class LegacyKer...
Fixed: leaveLegacyRootDir() never reached
ezsystems_ezpublish-kernel
train
php
dc1c534ddf542d773e5bbd9f29284558b809906c
diff --git a/features/step_definitions/cli_steps.rb b/features/step_definitions/cli_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/cli_steps.rb +++ b/features/step_definitions/cli_steps.rb @@ -143,7 +143,7 @@ end Then(/^the file "([^"]*)" should contain YAML like:$/) do |file_name, expected_con...
Switching to new rspec syntax
vcr_vcr
train
rb
052748c08502b18fc925290c71e4e99e61d10b02
diff --git a/lib/github/command.rb b/lib/github/command.rb index <HASH>..<HASH> 100644 --- a/lib/github/command.rb +++ b/lib/github/command.rb @@ -67,7 +67,12 @@ module GitHub end def github_user - git("config --get github.user") + user = git("config --get github.user") + if user.empty? + ...
Die if a github.user config setting cannot be found
defunkt_github-gem
train
rb,rb
c0ae49c07f44435c9a848583d0efd665e5ee14f6
diff --git a/lib/master.js b/lib/master.js index <HASH>..<HASH> 100644 --- a/lib/master.js +++ b/lib/master.js @@ -94,6 +94,6 @@ module.exports = function master(options) { logger.log({ event: 'received TTOU, disconnecting a worker' }); var worker = cluster.workers[Object.keys(cluster.workers)[0]]; - wor...
TTOU kills the worker with a SIGTERM
jclem_teamster
train
js,json,js
6977c475720aa18889cd11117a0135e857f2efca
diff --git a/airflow/providers/google/cloud/hooks/bigquery.py b/airflow/providers/google/cloud/hooks/bigquery.py index <HASH>..<HASH> 100644 --- a/airflow/providers/google/cloud/hooks/bigquery.py +++ b/airflow/providers/google/cloud/hooks/bigquery.py @@ -1766,7 +1766,7 @@ class BigQueryHook(GoogleBaseHook, DbApiHook): ...
BigQueryHook fix typo in run_load doc string (#<I>)
apache_airflow
train
py
8b9a673748c12f5ffb893603424ebed9cbabd04f
diff --git a/contrib/py_stress/stress.py b/contrib/py_stress/stress.py index <HASH>..<HASH> 100644 --- a/contrib/py_stress/stress.py +++ b/contrib/py_stress/stress.py @@ -67,7 +67,7 @@ parser.add_option('-c', '--columns', type="int", dest="columns", help="Number of columns per key", default=5) parse...
stress.py stdev accepts float instead of int. Patch by Oren Benjamin; revied by brandonwilliams for CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
py
05ee0271c887525f69e95047a73991125c251f5f
diff --git a/tests/RouterTest.php b/tests/RouterTest.php index <HASH>..<HASH> 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -162,6 +162,25 @@ class RouterTest extends PHPUnit_Framework_TestCase { } + public function testDynamicRouteWithMultiple() { + + // Create Router + $router = new \B...
Unittesting: New unit test to test multiple params in dynamic routes
bramus_router
train
php
74ac73e63e9f8a21582938a6202d3e4349ff9c4b
diff --git a/lib/serializer.js b/lib/serializer.js index <HASH>..<HASH> 100644 --- a/lib/serializer.js +++ b/lib/serializer.js @@ -632,6 +632,10 @@ class Serializer { } if (val.isRaw) return this._serializeRaw(val, inf); + if (val.type === 'select') { + const s = this._serializeSelect(val); + ...
Fix serializing "select" in condition value this closes #<I>
sqbjs_sqb
train
js
3d54764f7ae62e7c46342a7ef86afaf32858d377
diff --git a/lib/chef/dsl/platform_introspection.rb b/lib/chef/dsl/platform_introspection.rb index <HASH>..<HASH> 100644 --- a/lib/chef/dsl/platform_introspection.rb +++ b/lib/chef/dsl/platform_introspection.rb @@ -203,11 +203,9 @@ class Chef # true:: if the current node platform family is in the list. # ...
[CHEF-<I>] use Enumerable#any?; don't reimplement
chef_chef
train
rb
4243cd9f570954ad5114eb3a4a36bef6bd2da453
diff --git a/src/renderers/sigma.renderers.canvas.js b/src/renderers/sigma.renderers.canvas.js index <HASH>..<HASH> 100644 --- a/src/renderers/sigma.renderers.canvas.js +++ b/src/renderers/sigma.renderers.canvas.js @@ -254,7 +254,7 @@ renderers = sigma.canvas.nodes; for (a = this.nodesOnScreen, i = 0, l =...
Fix issue with incorrect node type renderer.
jacomyal_sigma.js
train
js
551cb33cbb5db7bc015cfdf231aa908cbbe7d554
diff --git a/lib/handlers/git/manifest.js b/lib/handlers/git/manifest.js index <HASH>..<HASH> 100644 --- a/lib/handlers/git/manifest.js +++ b/lib/handlers/git/manifest.js @@ -11,20 +11,27 @@ const semver = require('semver') module.exports = manifest function manifest (spec, opts) { opts = optCheck(opts) - if (spe...
fix(git): fix fallback order and only fall back on hosted shortcuts
zkat_pacote
train
js
c20a00c6948aba9876edf76d1fdf196064362b44
diff --git a/lib/capybara/spec/test_app.rb b/lib/capybara/spec/test_app.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/spec/test_app.rb +++ b/lib/capybara/spec/test_app.rb @@ -101,5 +101,5 @@ class TestApp < Sinatra::Base end if __FILE__ == $0 - Rack::Handler::Mongrel.run TestApp, :Port => 8070 + Rack::Handler...
Testapps self contained running uses WEBrick There's really no point in using Mongrel
teamcapybara_capybara
train
rb