hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
fe7cb6ded40a0ada5e1343b02dc8c0192748fbcf
diff --git a/dciclient/v1/helper.py b/dciclient/v1/helper.py index <HASH>..<HASH> 100644 --- a/dciclient/v1/helper.py +++ b/dciclient/v1/helper.py @@ -112,9 +112,11 @@ def run_command(context, cmd, cwd=None, jobstate_id=None, team_id=None, output.seek(0) output.truncate() - while pipe_process.pol...
helper.run_command: avoid race condition avoid a race condition where pipe_process.poll() is not None but the pipe_process.stdout is unread. Change-Id: I2e9f<I>c2dd3e5a8c<I>f<I>e<I>ac<I>e<I>
redhat-cip_python-dciclient
train
bfb1178a3eaa61b203adf82cc4c08538802a2703
diff --git a/lib/bittrex/client.rb b/lib/bittrex/client.rb index <HASH>..<HASH> 100644 --- a/lib/bittrex/client.rb +++ b/lib/bittrex/client.rb @@ -1,5 +1,6 @@ require 'faraday' require 'base64' +require 'json' module Bittrex class Client
Add missing require 'json' to Client
mwerner_bittrex
train
0b0b99667f1084f4d3a09fbf66d9f4bb265929c7
diff --git a/config/flay.yml b/config/flay.yml index <HASH>..<HASH> 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 7 -total_score: 63 +total_score: 62 diff --git a/lib/substation/environment.rb b/lib/substation/environment.rb index <HASH>..<HASH> 100644 --- a/lib/substation/environm...
Raise a dedicated error when no action class is configured
snusnu_substation
train
263dfa9ab07b271d01e004c5be68dff9513d173f
diff --git a/bosh-stemcell/spec/stemcells/centos_7_spec.rb b/bosh-stemcell/spec/stemcells/centos_7_spec.rb index <HASH>..<HASH> 100644 --- a/bosh-stemcell/spec/stemcells/centos_7_spec.rb +++ b/bosh-stemcell/spec/stemcells/centos_7_spec.rb @@ -65,6 +65,13 @@ HERE it { should contain('/usr/bin/gcc') } end ...
Fixed bug in Unit test. Instead of shelling out we are using `describe file` in a unit tests. [#<I>](<URL>)
cloudfoundry_bosh
train
6a570765d4a987d489484e487e3f9a26c273b6fb
diff --git a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java +++ b/src/main/java/or...
Workaround for NPE in Tomcat on undeploy
netty_netty
train
d47025985fb927e9f5a5126bf5b76fda80956ce4
diff --git a/core/src/main/java/hudson/model/RunMap.java b/core/src/main/java/hudson/model/RunMap.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/RunMap.java +++ b/core/src/main/java/hudson/model/RunMap.java @@ -162,7 +162,11 @@ public final class RunMap<R extends Run<?,R>> extends AbstractMap<In...
[HUDSON-<I>] reducing the amount of bogus error messages that Hudson prints during start up. git-svn-id: <URL>
jenkinsci_jenkins
train
83a6503a7c3dcd504c80e211c3e6a2dbb9da691c
diff --git a/test/document_test.js b/test/document_test.js index <HASH>..<HASH> 100644 --- a/test/document_test.js +++ b/test/document_test.js @@ -14,10 +14,7 @@ describe("Document", function() { before(function() { brains.get('/document/encoding', function(req, res) { res.header('Content-Type', 't...
Fix character encoding test case.
assaf_zombie
train
5fb92c2cf19fc7990db9945c89db31ca32930696
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ import os from setuptools import find_packages, setup with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme: - README = readme.read().split('h1>', 2)[1] + README ...
Cut out blank lines at the start of PyPi README
SectorLabs_django-postgres-extra
train
f04f66db5975f72ce2882a26c9004708dc2f07ff
diff --git a/aruba.gemspec b/aruba.gemspec index <HASH>..<HASH> 100644 --- a/aruba.gemspec +++ b/aruba.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'childprocess', '~> 3.0' spec.add_runtime_dependency 'contracts', '~> 0.16.0' - spec.add_runtime_dependency 'cucumber', [...
Support Cucumber <I> through 4.x
cucumber_aruba
train
bb9d7435df36a0e5189e9abfdf3bf8f9a1065d6f
diff --git a/presto-main/src/main/java/com/facebook/presto/cli/HttpQueryClient.java b/presto-main/src/main/java/com/facebook/presto/cli/HttpQueryClient.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/cli/HttpQueryClient.java +++ b/presto-main/src/main/java/com/facebook/presto/cli/Ht...
Print query url in client when in debug mode
prestodb_presto
train
fb4028735164d62a5266f7d7a4aa670b3234ff9b
diff --git a/DependencyInjection/AbstractConfiguration.php b/DependencyInjection/AbstractConfiguration.php index <HASH>..<HASH> 100755 --- a/DependencyInjection/AbstractConfiguration.php +++ b/DependencyInjection/AbstractConfiguration.php @@ -46,7 +46,8 @@ abstract class AbstractConfiguration implements ConfigurationIn...
Dynamic routing discriminatorMap (cherry picked from commit 8e<I>c<I>e9cea<I>c3e<I>c<I>a7)
WellCommerce_CouponBundle
train
853e4ec1f38c48b4708437b3440cc9e191d48d02
diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py index <HASH>..<HASH> 100644 --- a/pylint/lint/pylinter.py +++ b/pylint/lint/pylinter.py @@ -457,8 +457,8 @@ class PyLinter( self.option_groups = option_groups + PyLinter.option_groups self._options_methods = {"enable": self.enable, "disabl...
More modular code for enable/disable in pylinter
PyCQA_pylint
train
502ba4096e9c3019a060ab534b120f8a23c50f42
diff --git a/test/test_properties_defaults.py b/test/test_properties_defaults.py index <HASH>..<HASH> 100644 --- a/test/test_properties_defaults.py +++ b/test/test_properties_defaults.py @@ -27,7 +27,6 @@ import unittest import __import_shinken from shinken.property import UnusedProp, none_object -from shinken.obje...
Move global imports into the test-classes.
Alignak-monitoring_alignak
train
437cca6991b4ef2ee9ca4131e829215111be73f1
diff --git a/java/client/test/org/openqa/selenium/devtools/ChromeDevToolsTestBase.java b/java/client/test/org/openqa/selenium/devtools/ChromeDevToolsTestBase.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/devtools/ChromeDevToolsTestBase.java +++ b/java/client/test/org/openqa/selenium/devtoo...
[java] Renaming a test setup method to prevent overriding a method with the same name in the base class
SeleniumHQ_selenium
train
49f813cb5c84b063a9aa52910dbf70cde5edc8d2
diff --git a/protocol/src/main/java/org/jboss/as/protocol/ProtocolConnectionConfiguration.java b/protocol/src/main/java/org/jboss/as/protocol/ProtocolConnectionConfiguration.java index <HASH>..<HASH> 100644 --- a/protocol/src/main/java/org/jboss/as/protocol/ProtocolConnectionConfiguration.java +++ b/protocol/src/main/j...
[WFCORE-<I>] Restore using OptionMap for remaining non-security configuration.
wildfly_wildfly-core
train
fef91ec2c44c7c016d5ac6a22d2fc4ddae5ada99
diff --git a/evm/utils/address.py b/evm/utils/address.py index <HASH>..<HASH> 100644 --- a/evm/utils/address.py +++ b/evm/utils/address.py @@ -22,7 +22,7 @@ def generate_contract_address(address, nonce): def generate_CREATE2_contract_address(salt, code): """ - If contract is created by transaction, `salt` sh...
Update docstring of generate_CREATE2_contract_address
ethereum_py-evm
train
b655f2745e850fc43d0b5330ec33932937aa8d49
diff --git a/src/main/webapp/js/hintjbpm.js b/src/main/webapp/js/hintjbpm.js index <HASH>..<HASH> 100644 --- a/src/main/webapp/js/hintjbpm.js +++ b/src/main/webapp/js/hintjbpm.js @@ -147,8 +147,8 @@ var datainputs = csobj.properties.datainputset; var dataoutputs = csobj.properties.dataoutputset;...
fix for user task forms autocomplete on data inputs
kiegroup_jbpm-designer
train
ebc3d232f4b6c197d5dc5da2e1868d56b2096f1a
diff --git a/eth/downloader/queue.go b/eth/downloader/queue.go index <HASH>..<HASH> 100644 --- a/eth/downloader/queue.go +++ b/eth/downloader/queue.go @@ -1129,12 +1129,13 @@ func (q *queue) deliverNodeData(results []trie.SyncResult, callback func(int, bo if err != nil { q.stateSchedLock.Unlock() callback(i,...
eth/downloader: fix mutex regression causing panics on fail (#<I>)
ethereum_go-ethereum
train
1f718c941e3472407facadd5d9b5fa4552bf780f
diff --git a/src/Button/index.js b/src/Button/index.js index <HASH>..<HASH> 100644 --- a/src/Button/index.js +++ b/src/Button/index.js @@ -13,6 +13,8 @@ import { button } from '@bootstrap-styled/css-mixins/lib/buttons'; export const defaultProps = { tag: 'button', color: 'primary', + hover: false, + focus: fal...
fix(button): Added props `hover` and `focus`, prop `tag` accept any prop types
bootstrap-styled_v4
train
dbca4e44ca36f528a71fb8a33e5db9aa29c8faf1
diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index <HASH>..<HASH> 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -241,7 +241,7 @@ class auth_plugin_mnet extends auth_plugin_base { require_once $CFG->dirroot . '/mnet/xmlrpc/client.php'; // verify the remote host is configured loc...
MDL-<I> Require jump destination MNET peer to be non-deleted. Also require landing source MNET peer to be non-deleted.
moodle_moodle
train
08528efc946be260aaccb5c8070723d23d09b295
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ MOD_NAMES = [ 'thinc.linear.features', 'thinc.linear.serialize', 'thinc.linear.sparse', + 'thinc.linear.linear', 'thinc.neural.optimizers', 'thinc.neural.ops', 'thinc.extra.eg',
Add linear.pyx to setup.py
explosion_thinc
train
d5d2d02459d19727f17705c271eb7e0b4e3ee936
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -118,13 +118,11 @@ var jsTasks = function(filename) { var writeToManifest = function(directory) { return lazypipe() .pipe(gulp.dest, path.dist + directory) - .pipe(require('gulp-debug')) .pipe($.li...
Fixes livereload If the environment is development -> try loading the livereload client being served by `gulp watch`
roots_sage
train
7a3de081ad7a7a45871f0556dc16c66ece7c973d
diff --git a/lib/stream/leo-stream.js b/lib/stream/leo-stream.js index <HASH>..<HASH> 100644 --- a/lib/stream/leo-stream.js +++ b/lib/stream/leo-stream.js @@ -267,7 +267,7 @@ module.exports = function(configure) { done(err); } else { obj.payload = r; - done(null, obj) + done(null, obj...
bug fix for devnull, add single command function
LeoPlatform_Nodejs
train
69187c47c25ad510d627a72456037311c6a31a96
diff --git a/allocate.go b/allocate.go index <HASH>..<HASH> 100644 --- a/allocate.go +++ b/allocate.go @@ -50,6 +50,30 @@ var DefaultExecAllocatorOptions = []ExecAllocatorOption{ NoFirstRun, NoDefaultBrowserCheck, Headless, + + // After Puppeteer's default behavior. + Flag("disable-background-networking", true), ...
Add more default Chrome flags, after Puppeteer These seem to speed up Chrome slightly; 'go test' goes from ~<I>s to ~<I>s on my laptop. Moreover, it's likely that what Puppeteer does is what users will expect, or at least not be surprised by.
chromedp_chromedp
train
a680d8bf67afc348dbfa9904003a0fd295646eae
diff --git a/bin/openquake b/bin/openquake index <HASH>..<HASH> 100755 --- a/bin/openquake +++ b/bin/openquake @@ -135,11 +135,12 @@ def list_calculations(): """Simple UI wrapper around :function:`openquake.export.core.get_jobs`. It prints the results in a nice way.""" - calcs = export.get_jobs(getpas...
Fixed broken calculator workflow `execute` loop works now, signalling works, and adjusted bin/openquake to properly list completed calculations.
gem_oq-engine
train
0de6d434e361e86e6dbcd7063bb72373e4f3e197
diff --git a/spec/punchblock/translator/asterisk/call_spec.rb b/spec/punchblock/translator/asterisk/call_spec.rb index <HASH>..<HASH> 100644 --- a/spec/punchblock/translator/asterisk/call_spec.rb +++ b/spec/punchblock/translator/asterisk/call_spec.rb @@ -691,7 +691,7 @@ module Punchblock it "adds the join ...
[BUGFIX] Test should assert object identity
adhearsion_punchblock
train
1b90fe56efb5a9fe7de30187f58a0f0c7ad58e4c
diff --git a/media.go b/media.go index <HASH>..<HASH> 100644 --- a/media.go +++ b/media.go @@ -368,8 +368,8 @@ func (item *Item) Save() error { // // See example: examples/media/itemDownload.go func (item *Item) Download(folder, name string) (imgs, vds []string, err error) { - imgFolder := fmt.Sprintf("%s%cimages%c"...
Deleted fmt and change for Join paths xd
ahmdrz_goinsta
train
635980b0672c158eeda566e082e00b0b6a455f85
diff --git a/src/test/org/openscience/cdk/geometry/cip/CIPSMILESTest.java b/src/test/org/openscience/cdk/geometry/cip/CIPSMILESTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/geometry/cip/CIPSMILESTest.java +++ b/src/test/org/openscience/cdk/geometry/cip/CIPSMILESTest.java @@ -186,9 +186,6 @@ p...
Removing print to stdout.
cdk_cdk
train
35b78690f382d03b5c7e0f79e9f2f4d7284a4b75
diff --git a/lxc/image.go b/lxc/image.go index <HASH>..<HASH> 100644 --- a/lxc/image.go +++ b/lxc/image.go @@ -566,6 +566,11 @@ func (c *imageCmd) run(conf *config.Config, args []string) error { public = i18n.G("yes") } + cached := i18n.G("no") + if info.Cached { + cached = i18n.G("yes") + } + autoUpda...
lxc/image: Expose the "cached" flag
lxc_lxd
train
34306301167c4cf1657a767e4228a2d5aedc22f5
diff --git a/lib/google_static_maps_helper.rb b/lib/google_static_maps_helper.rb index <HASH>..<HASH> 100644 --- a/lib/google_static_maps_helper.rb +++ b/lib/google_static_maps_helper.rb @@ -4,6 +4,7 @@ require File.dirname(__FILE__) + '/google_static_maps_helper/map' require File.dirname(__FILE__) + '/google_static_m...
It seems like the encoded returns the expected encoded points.
thhermansen_google_static_maps_helper
train
8c2b6e69c9571870b38fd4d17599da61dc913fad
diff --git a/gitenberg/actions.py b/gitenberg/actions.py index <HASH>..<HASH> 100644 --- a/gitenberg/actions.py +++ b/gitenberg/actions.py @@ -9,7 +9,7 @@ def get_id(repo): book = Book(None, repo_name=repo) repo = book.github_repo.github.repository(orgname, repo) - print repo.id + print (repo.id) ...
changed all print statements to make them compatible with python 3
gitenberg-dev_gitberg
train
c93074d0289cf873047bf987a57cf49ed4baf479
diff --git a/Lib/fontbakery/specifications/googlefonts.py b/Lib/fontbakery/specifications/googlefonts.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/specifications/googlefonts.py +++ b/Lib/fontbakery/specifications/googlefonts.py @@ -880,30 +880,16 @@ def ttfautohint_stats(font): from io import BytesIO from ...
simplify ttfautohint-related checks and ... ... implement code-test for com.google.fonts/check/<I> (issue #<I>)
googlefonts_fontbakery
train
408bb29acf66f55f50dd2aeb91a066278823168c
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -161,6 +161,64 @@ trait Model */ public function __set(string $prop, $value) { + $annotations = $this->__ornamentalize(); + foreach ($annotations['methods'] as $name => $anns) {...
wrap in isset check, fix order and shortcircuit if we have a manual setter
ornament-orm_core
train
c04b146c83c0ed6cf523809d9e4450460035ef0e
diff --git a/src/main/java/com/lazerycode/jmeter/mojo/RunJMeterMojo.java b/src/main/java/com/lazerycode/jmeter/mojo/RunJMeterMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/lazerycode/jmeter/mojo/RunJMeterMojo.java +++ b/src/main/java/com/lazerycode/jmeter/mojo/RunJMeterMojo.java @@ -1,16 +1,15 @@ packag...
Upgrade to JMeter <I> Fix imports
jmeter-maven-plugin_jmeter-maven-plugin
train
d65f1fb08a4b4bb41aff64a699af06435750d235
diff --git a/lib/config/folderconfiguration.go b/lib/config/folderconfiguration.go index <HASH>..<HASH> 100644 --- a/lib/config/folderconfiguration.go +++ b/lib/config/folderconfiguration.go @@ -94,12 +94,10 @@ func (f *FolderConfiguration) CreateMarker() error { if err != nil { return err } - if dir, err :=...
lib/config: Improve debug logging around folder marker
syncthing_syncthing
train
be1732779dc768a586d2236c912818a04bc7d049
diff --git a/clustering/infinispan/src/main/java/org/jboss/as/clustering/infinispan/invoker/RetryingCacheInvoker.java b/clustering/infinispan/src/main/java/org/jboss/as/clustering/infinispan/invoker/RetryingCacheInvoker.java index <HASH>..<HASH> 100644 --- a/clustering/infinispan/src/main/java/org/jboss/as/clustering/i...
Remove logic to retry on tx commit on SuspectException. TX commit no longer throws SuspectException as of Infinispan <I>.CR2.
wildfly_wildfly
train
e543c08f134159e2b57425beeebd42464be0ced8
diff --git a/browsermob-proxy/src/main/java/com/groupon/odo/bmp/BrowserMobProxyHandler.java b/browsermob-proxy/src/main/java/com/groupon/odo/bmp/BrowserMobProxyHandler.java index <HASH>..<HASH> 100644 --- a/browsermob-proxy/src/main/java/com/groupon/odo/bmp/BrowserMobProxyHandler.java +++ b/browsermob-proxy/src/main/ja...
Switching to use string for ip
groupon_odo
train
7a44e6c36b47bb63bc56fc6fba2b8501edcae69e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -868,6 +868,8 @@ Faker::Space.distance_measurement #=> "15 parsecs" ```ruby Faker::Music.key #=> "C" +Faker::Music.chord => "Amaj7" + Faker::Music.instrument #=> "Ukelele" ``` diff --git a/lib/faker/music.rb b/lib/...
Add chords to music (#<I>)
stympy_faker
train
1f5f2f1085e227656186c215d2421bb4c00122fa
diff --git a/mutant/__init__.py b/mutant/__init__.py index <HASH>..<HASH> 100644 --- a/mutant/__init__.py +++ b/mutant/__init__.py @@ -3,6 +3,6 @@ from __future__ import unicode_literals import logging -__version__ = VERSION = (0, 1, 0) +__version__ = VERSION = (0, 1, 1) logger = logging.getLogger('mutant')
Bumped version number to <I>
charettes_django-mutant
train
698509e3d3a63e89b0ae8fec7f025fc7ae78d642
diff --git a/src/Extension.php b/src/Extension.php index <HASH>..<HASH> 100644 --- a/src/Extension.php +++ b/src/Extension.php @@ -112,7 +112,7 @@ abstract class Extension /** * @return NodeOptimizer */ - private function getNodeOptimizers() + public function getNodeOptimizers() { r...
Add ForLoopOptimizer to Core extension.
bugadani_Minty
train
d07f6d4c24348e9ff2eaa96709707f60ba04f863
diff --git a/prospector/encoding.py b/prospector/encoding.py index <HASH>..<HASH> 100644 --- a/prospector/encoding.py +++ b/prospector/encoding.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import codecs import re +import sys class CouldNotHandleEncoding(Exception): @@ -57,6 +58,9 @@ def determine_pyfile_encoding(...
[refs #<I>] Fixing encoding handling for python 3 and 2 - the ast module cannot handle encoding declarations when passed in as unicode objects (<URL>)
PyCQA_prospector
train
e0dbc2e637cf5989e5ecbf21125a87e42faf4767
diff --git a/bcbio/variation/freebayes.py b/bcbio/variation/freebayes.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/freebayes.py +++ b/bcbio/variation/freebayes.py @@ -12,6 +12,7 @@ from bcbio.pipeline import config_utils from bcbio.pipeline.shared import subset_variant_regions from bcbio.provenance import do ...
Add support for Freebayes paired tumor/normal variant calling Currently untested and not plugged into the main pipeline yet
bcbio_bcbio-nextgen
train
fde7676aff9243fb04046640c7155661a0bc5308
diff --git a/eliot/tests/test_output.py b/eliot/tests/test_output.py index <HASH>..<HASH> 100644 --- a/eliot/tests/test_output.py +++ b/eliot/tests/test_output.py @@ -249,7 +249,7 @@ class MemoryLoggerTests(TestCase): for i in range(write_count): logger.write(msg, serializer) - ms...
Make the msg dicts distinct values Otherwise list.index always just picks the first one.
itamarst_eliot
train
59e898e467327e6b2ae57ce48f9ed351a6d958f5
diff --git a/src/Bindings/Browser/JSONConstants.php b/src/Bindings/Browser/JSONConstants.php index <HASH>..<HASH> 100644 --- a/src/Bindings/Browser/JSONConstants.php +++ b/src/Bindings/Browser/JSONConstants.php @@ -240,6 +240,20 @@ class JSONConstants const JSON_FEATURE_DESCRIPTION = "description"; const JSON...
Add some missing getters to get a list of JSON Constants Summary: Add some missing public getters to get a list of JSON Constants for a specific object type. Reviewers: #forgetit-dev, claus.due Reviewed By: #forgetit-dev, claus.due Differential Revision: <URL>
dkd_php-cmis-client
train
247bb23233f8af8dc8dd70944d9382aeb4b6e80d
diff --git a/openquake/calculators/tests/event_based_risk_test.py b/openquake/calculators/tests/event_based_risk_test.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/tests/event_based_risk_test.py +++ b/openquake/calculators/tests/event_based_risk_test.py @@ -21,6 +21,7 @@ import unittest import numpy fr...
Added test [skip hazardlib]
gem_oq-engine
train
95c438dd0522c744dff67858d3d79924a515dfc4
diff --git a/test/providers/CouchDB.Provider.test.js b/test/providers/CouchDB.Provider.test.js index <HASH>..<HASH> 100644 --- a/test/providers/CouchDB.Provider.test.js +++ b/test/providers/CouchDB.Provider.test.js @@ -107,6 +107,48 @@ jstest.run({ assert.isInstanceOf(Provider, couchDB[PROTO_PROPERY], "Expected the ...
Added aditional tests that test for failures (server, database, credential issues)
Crafity_crafity-storage
train
e019e0cb1b7c61b9af04b422a09e2203078f8341
diff --git a/app/assets/javascripts/media_magick/plupload_it.js b/app/assets/javascripts/media_magick/plupload_it.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/media_magick/plupload_it.js +++ b/app/assets/javascripts/media_magick/plupload_it.js @@ -89,23 +89,22 @@ }); }); - $(...
bug fix - video upload with more than one uploader
nudesign_media_magick
train
2347c0454959f8767c2e1e051060e3890daeb364
diff --git a/lib/active_node/validations/uniqueness_validator.rb b/lib/active_node/validations/uniqueness_validator.rb index <HASH>..<HASH> 100644 --- a/lib/active_node/validations/uniqueness_validator.rb +++ b/lib/active_node/validations/uniqueness_validator.rb @@ -10,10 +10,11 @@ module ActiveNode private ...
Update uniqieness lookup by id to use neo4j's id(n)
klobuczek_active_node
train
c5a8d5ad014357d9819bf2fa022773585e32e8a4
diff --git a/ggplot/geoms/annotate.py b/ggplot/geoms/annotate.py index <HASH>..<HASH> 100644 --- a/ggplot/geoms/annotate.py +++ b/ggplot/geoms/annotate.py @@ -10,14 +10,17 @@ from ..utils.exceptions import GgplotError class annotate(object): - def __init__(self, geom, x=None, y=None, xmin=None, - ...
Remove [x|y]min, [x|y]max from geom_[h|v]line Add xend and yend to `annotate`
has2k1_plotnine
train
979a8d73e1ccf7e627fc87b3b46d0c32ea227940
diff --git a/test/e2e/framework/metrics_util.go b/test/e2e/framework/metrics_util.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/metrics_util.go +++ b/test/e2e/framework/metrics_util.go @@ -210,7 +210,10 @@ type SchedulingMetrics struct { SchedulingLatency LatencyMetric `json:"schedulingLatency"` BindingLa...
Compute avg and quantiles of scheduler throughput in density test
kubernetes_kubernetes
train
d3c0dc2195449a2288c46657d1103ee91c0b9cc4
diff --git a/lib/fog/bluebox/models/blb/lb_application.rb b/lib/fog/bluebox/models/blb/lb_application.rb index <HASH>..<HASH> 100644 --- a/lib/fog/bluebox/models/blb/lb_application.rb +++ b/lib/fog/bluebox/models/blb/lb_application.rb @@ -10,13 +10,13 @@ module Fog attribute :name attribute :ip_v4 ...
[bluebox|blb] lb_service collection implementation
fog_fog
train
5c49f87d4e5d5c9916a678e6eff1d6c0937c8ffc
diff --git a/raven/utils/__init__.py b/raven/utils/__init__.py index <HASH>..<HASH> 100644 --- a/raven/utils/__init__.py +++ b/raven/utils/__init__.py @@ -8,12 +8,15 @@ raven.utils import hashlib import hmac +import logging try: import pkg_resources except ImportError: pkg_resources = None import sys ...
Gracefully handle errors getting package versions (fixes GH-<I>)
getsentry_raven-python
train
fe92d96c3d56409627203e0cdd87fefae28fdc5e
diff --git a/lib/redfish/glassfish/interpreter/interpreter.rb b/lib/redfish/glassfish/interpreter/interpreter.rb index <HASH>..<HASH> 100644 --- a/lib/redfish/glassfish/interpreter/interpreter.rb +++ b/lib/redfish/glassfish/interpreter/interpreter.rb @@ -173,10 +173,12 @@ module Redfish #nodoc domain_options...
if managed flag is set to false then skip managing domain
realityforge_redfish
train
e79d821515754d6e6778525d202ba25992f68ff1
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -9,7 +9,7 @@ A native implementation of the RPM file specification in Go. ) func main() { - p, err := rpm.OpenPackage("my-package.rpm") + p, err := rpm.OpenPackageFile("my-package.rpm") if err != nil { panic(err) } d...
Added BuildTime to PackageEntry struct
cavaliercoder_go-rpm
train
d8d2c7f502baebab1f1994dfaec843139eded747
diff --git a/sources/ch/epfl/lamp/util/SourceFile.java b/sources/ch/epfl/lamp/util/SourceFile.java index <HASH>..<HASH> 100644 --- a/sources/ch/epfl/lamp/util/SourceFile.java +++ b/sources/ch/epfl/lamp/util/SourceFile.java @@ -89,6 +89,20 @@ public class SourceFile { this.encoding = encoding; } + /**...
- Added method getShortName
scala_scala
train
fadb8797f948c8f15aaa3191374da8f80af0e4b1
diff --git a/www/src/py2js.js b/www/src/py2js.js index <HASH>..<HASH> 100644 --- a/www/src/py2js.js +++ b/www/src/py2js.js @@ -275,7 +275,8 @@ var $add_yield_from_code = $B.parser.$add_yield_from_code = function(yield_ctx) pnode.bindings = pnode.bindings || {} for(attr in repl){ - replace_with = rep...
Fix bug in "yield from" ; set attribute $closed on indexedDB instance to reopen the db in run_script if it was closed
brython-dev_brython
train
aecd401cce4f83fed11a0cc013418bd4bdc76662
diff --git a/eZ/Publish/Core/FieldType/Tests/CountryTest.php b/eZ/Publish/Core/FieldType/Tests/CountryTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/Tests/CountryTest.php +++ b/eZ/Publish/Core/FieldType/Tests/CountryTest.php @@ -11,6 +11,7 @@ namespace eZ\Publish\Core\FieldType\Tests; use eZ\Pu...
EZP-<I>: Added FieldTypeTest::testGetName()
ezsystems_ezpublish-kernel
train
c0ebffa1dbe7a38e71833969788f1f6acaacca12
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -9,11 +9,13 @@ from uuid import UUID from flaskext.zodb import (Model, List, Mapping, BTree, Timestamp, UUID4, PersistentList, PersistentMapping, OOBTree) -from ZODB.DemoStorage import DemoStorag...
Test with temporary FileStorages
dag_flask-zodb
train
2d854c3505ccad66e9a7d94267e51bed800433c2
diff --git a/airflow/providers/google/cloud/operators/mlengine.py b/airflow/providers/google/cloud/operators/mlengine.py index <HASH>..<HASH> 100644 --- a/airflow/providers/google/cloud/operators/mlengine.py +++ b/airflow/providers/google/cloud/operators/mlengine.py @@ -1115,6 +1115,13 @@ class MLEngineStartTrainingJob...
Add service_account to Google ML Engine operator (#<I>)
apache_airflow
train
7eb3747d95e3443089ae8e96c77aa801b753babe
diff --git a/lib/parsers/ParseResult.js b/lib/parsers/ParseResult.js index <HASH>..<HASH> 100644 --- a/lib/parsers/ParseResult.js +++ b/lib/parsers/ParseResult.js @@ -4,7 +4,7 @@ function ParseResult() { this._req = {} } -requestRegex = /^([A-Z]+)\s+(\/.+)/ +requestRegex = /^([A-Z]+)\s+(\/.*)/ responseRegex = ...
Allow the root path / in requests
agnoster_literapi
train
426393b2b3d8120235923d55b223107a10ad7822
diff --git a/lib/plugins/aws/package/lib/mergeIamTemplates.test.js b/lib/plugins/aws/package/lib/mergeIamTemplates.test.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/package/lib/mergeIamTemplates.test.js +++ b/lib/plugins/aws/package/lib/mergeIamTemplates.test.js @@ -139,6 +139,114 @@ describe('#mergeIamTemplate...
Configure test exposing issue with custom function name Related to #<I>
serverless_serverless
train
1b3dae461bcc56c61b04c8be779599de1f808faa
diff --git a/src/main/java/org/gitlab/api/http/GitlabHTTPRequestor.java b/src/main/java/org/gitlab/api/http/GitlabHTTPRequestor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gitlab/api/http/GitlabHTTPRequestor.java +++ b/src/main/java/org/gitlab/api/http/GitlabHTTPRequestor.java @@ -24,7 +24,6 @@ import org....
gh-<I>: Propagate exceptions as a RuntimeException instead of java.lang.Error (#<I>)
timols_java-gitlab-api
train
e38a56a69b60460a592fdf594d23fe164d6d0493
diff --git a/eureka-core/src/main/java/com/netflix/eureka/PeerAwareInstanceRegistry.java b/eureka-core/src/main/java/com/netflix/eureka/PeerAwareInstanceRegistry.java index <HASH>..<HASH> 100644 --- a/eureka-core/src/main/java/com/netflix/eureka/PeerAwareInstanceRegistry.java +++ b/eureka-core/src/main/java/com/netflix...
Enabling registration for non-amazon datacenters on server startup. `PeerAwareInstanceRegistry` disregards any non-amazon instances got from a peer on initial startup. This change enabled the registration. Changes were discussed as part of pull request: <URL>
Netflix_eureka
train
d288cb7028bcd686d04d87c0199ad9cdc0a54a54
diff --git a/resource-server-utils/src/main/java/org/jasig/resourceserver/utils/cache/AggregationAwarePageCachingFilter.java b/resource-server-utils/src/main/java/org/jasig/resourceserver/utils/cache/AggregationAwarePageCachingFilter.java index <HASH>..<HASH> 100644 --- a/resource-server-utils/src/main/java/org/jasig/r...
ETag, Last-Modified and Expires support
Jasig_resource-server
train
7d03d837e89fc7385cb7df034356aa94a635de02
diff --git a/com.adobe.epubcheck/src/com/adobe/epubcheck/opf/XRefChecker.java b/com.adobe.epubcheck/src/com/adobe/epubcheck/opf/XRefChecker.java index <HASH>..<HASH> 100755 --- a/com.adobe.epubcheck/src/com/adobe/epubcheck/opf/XRefChecker.java +++ b/com.adobe.epubcheck/src/com/adobe/epubcheck/opf/XRefChecker.java @@ -1...
Fix for issue <I>: Validation of SVG (data: URLs)
w3c_epubcheck
train
d2da470e4fdcd8245ba10929479c5b0afab2e249
diff --git a/scripts/eject.js b/scripts/eject.js index <HASH>..<HASH> 100644 --- a/scripts/eject.js +++ b/scripts/eject.js @@ -39,6 +39,7 @@ prompt( path.join('config', 'jest', 'FileStub.js'), path.join('scripts', 'build.js'), path.join('scripts', 'start.js'), + path.join('scripts', 'test.js'), p...
Preserve scripts/test.js after ejecting (#<I>) Fixes #<I>
Pajn_tscomp
train
4aecf094e0a184f37479d2cc82b7819892d95776
diff --git a/lib/rdl/wrap.rb b/lib/rdl/wrap.rb index <HASH>..<HASH> 100644 --- a/lib/rdl/wrap.rb +++ b/lib/rdl/wrap.rb @@ -199,7 +199,7 @@ RUBY else tmp_klass = klass end - raise RuntimeError, "Deferred contract from class #{prev_klass} being applied in class #{tmp_klass}" if prev_kl...
adjust when checking is called in type slightly
plum-umd_rdl
train
67badc336c24d1bfe724e8bc4ba6ede401cc1562
diff --git a/wakatime/queue.py b/wakatime/queue.py index <HASH>..<HASH> 100644 --- a/wakatime/queue.py +++ b/wakatime/queue.py @@ -16,8 +16,6 @@ import os import traceback from time import sleep -from .compat import u - try: import sqlite3 HAS_SQL = True @@ -93,7 +91,7 @@ class Queue(object): ...
fix bug preventing offline heartbeats from being purged
wakatime_wakatime
train
a239d93288553aabdc63054ef61b429336e32f3c
diff --git a/lib/draper/decorator.rb b/lib/draper/decorator.rb index <HASH>..<HASH> 100755 --- a/lib/draper/decorator.rb +++ b/lib/draper/decorator.rb @@ -16,15 +16,6 @@ module Draper # @return [Hash] extra data to be used in user-defined methods. attr_accessor :context - def self.inherited(klass) - ...
Improve aliasing to object class name
drapergem_draper
train
be042d699f7335ff55e48799480831f22b61c112
diff --git a/features/051_check_for_template_partial_loops.feature b/features/051_check_for_template_partial_loops.feature index <HASH>..<HASH> 100644 --- a/features/051_check_for_template_partial_loops.feature +++ b/features/051_check_for_template_partial_loops.feature @@ -26,6 +26,12 @@ Feature: Check for template pa...
Don't raise if partial does not exist, refs #<I>.
Foodcritic_foodcritic
train
3618a44b82313597b49878c048c97e4713b00093
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,6 @@ entry_points = { runtime = { 'pyyaml>=3.10,<=3.12', - 'tornado>=4.2.1', - 'futures==3.0.5', - 'requests==2.13.0', } develop = { @@ -32,6 +29,8 @@ develop = { 'Sphinx', 'sphinx_rtd_...
Prepare for release on pypi (#<I>) * Adding package metadata for pypi * Removing unnecessary runtime dependencies requests and futures are only used by the archive tool script, so they are moved to the develop dependency section.
RedHatInsights_insights-core
train
b07f722666c5218ea47c757f30acb0b6271cde89
diff --git a/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionManagerServiceImpl.java b/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionManagerServiceImpl.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionManagerServiceImpl.java +...
Fix transaction manager log added by commmit d9b<I>
hazelcast_hazelcast
train
97cac4b985cb9688bdf5454a38f9c5a89f02b1fa
diff --git a/src/geom/Vec3.js b/src/geom/Vec3.js index <HASH>..<HASH> 100644 --- a/src/geom/Vec3.js +++ b/src/geom/Vec3.js @@ -125,8 +125,8 @@ define([ Logger.logMessage(Logger.LEVEL_SEVERE, "Vec3", "areColinear", "missingVector")); } - var ab = b.subtract(a).normalize(), ...
Inline subtraction to avoid overwriting subtrahend
NASAWorldWind_WebWorldWind
train
f3111a575aec81ce483bbcd53808df3d952fe05a
diff --git a/interop/grpclb_fallback/client.go b/interop/grpclb_fallback/client.go index <HASH>..<HASH> 100644 --- a/interop/grpclb_fallback/client.go +++ b/interop/grpclb_fallback/client.go @@ -1,3 +1,4 @@ +// +build linux // +build !appengine // +build go1.11
interop: Build grpclb_fallback/client.go only for linux. (#<I>)
grpc_grpc-go
train
7c95b213db465db5a96998daa08890be9ddd4f51
diff --git a/src/pyop/request_validator.py b/src/pyop/request_validator.py index <HASH>..<HASH> 100644 --- a/src/pyop/request_validator.py +++ b/src/pyop/request_validator.py @@ -29,11 +29,11 @@ def client_id_is_known(provider, authentication_request): :raise InvalidAuthenticationRequest: if the client_id is unkno...
Adapted error handling 1. Make sure we always return an OIDC error to the requester 2. Reduce the attack surface for injections in a web context by not reflecting user input. 3. Log all errors with details on the provider side for ease of troubleshooting
IdentityPython_pyop
train
4ea7acc4b31fa0575bc4ea37f0b6c9bddfdb95a7
diff --git a/natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model/CategoriesOptions.java b/natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model/CategoriesOptions.java index <HASH>..<HASH> 100644 --- a/natural-language-understa...
chore(natural-language-understanding-v1): post-gen manual change
watson-developer-cloud_java-sdk
train
756c888b71a6ff5ddac0bbc0894b5562f0f43635
diff --git a/neomodel/relationship.py b/neomodel/relationship.py index <HASH>..<HASH> 100644 --- a/neomodel/relationship.py +++ b/neomodel/relationship.py @@ -104,8 +104,9 @@ class RelationshipManager(object): if self.direction == EITHER: raise Exception("Cannot connect with direction EITHER") +...
Connecting to subclasses no longer supported
neo4j-contrib_neomodel
train
f55fa8211b6faf08091dd99ed8e5e3f08ab9cf1f
diff --git a/api/client/commands.go b/api/client/commands.go index <HASH>..<HASH> 100644 --- a/api/client/commands.go +++ b/api/client/commands.go @@ -1476,6 +1476,7 @@ func (cli *DockerCli) CmdPs(args ...string) error { outCommand = out.Get("Command") ports = engine.NewTable("", 0) ) + outCommand ...
Escape control and nonprintable characters in docker ps The docker ps command displays the user-entered command running in a container. If that command contained \n, \t, or other control characters, they were interpreted literally, and newlines and tabs would be printed in the output. Escape the command string to make...
containers_storage
train
cc93a1fb54bea392cf0c2da5c82ab190a2f921bd
diff --git a/src/test/java/com/github/dockerjava/core/command/CopyArchiveToContainerCmdImplTest.java b/src/test/java/com/github/dockerjava/core/command/CopyArchiveToContainerCmdImplTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/github/dockerjava/core/command/CopyArchiveToContainerCmdImplTest.java +++ b/s...
Added Test Case for CopyArchiveToContainerCmdImpl when copying files with execute permission. Test Case that simulates a scenario where a script file with permission to execute is copied to the containers with CopyArchiveToContainerCmdImpl and then it is executed.
docker-java_docker-java
train
7ef2f6f7d213cd0d88c44848ef83ef4efb273980
diff --git a/examples/shared_samples/ethernet_network.rb b/examples/shared_samples/ethernet_network.rb index <HASH>..<HASH> 100644 --- a/examples/shared_samples/ethernet_network.rb +++ b/examples/shared_samples/ethernet_network.rb @@ -22,6 +22,13 @@ require_relative '../_client' # Gives access to @client # - API500 fo...
Updating the doc in shared examples
HewlettPackard_oneview-sdk-ruby
train
77f72cde0262cd4d9e15842d133b3167b6f1608f
diff --git a/test/ImmutableArray/test-asMutable.js b/test/ImmutableArray/test-asMutable.js index <HASH>..<HASH> 100644 --- a/test/ImmutableArray/test-asMutable.js +++ b/test/ImmutableArray/test-asMutable.js @@ -14,6 +14,7 @@ module.exports = function(config) { var immutable = Immutable(array); var mut...
Test that Array#asMutable actually returns arrays.
rtfeldman_seamless-immutable
train
fd2d183f37b81023dd906896e4acc9d39ab8c04e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,11 @@ SETUP = { 'author_email': "ubuntu-devel-discuss@lists.ubuntu.com", 'url': "https://code.launchpad.net/charm-helpers", 'install_requires': [ - # Specify precise versions of runtime depende...
Removed version pins and netifaces to ensure that it installs properly on new trusty and precise images
juju_charm-helpers
train
d852269615b720fefce3a56d127feaf4d3c0a35f
diff --git a/core/src/main/java/org/kohsuke/stapler/TokenList.java b/core/src/main/java/org/kohsuke/stapler/TokenList.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/kohsuke/stapler/TokenList.java +++ b/core/src/main/java/org/kohsuke/stapler/TokenList.java @@ -86,14 +86,14 @@ public final class TokenList ...
renaming "l" variable to "asLongValue"
stapler_stapler
train
f44b68e0989a81cd77641a77b58accfa916bbc55
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -291,7 +291,7 @@ function TimekitBooking() { // Setup and render FullCalendar var initializeCalendar = function() { - var sizing = decideCalendarSize(); + var sizing = decideCalendarSize(config.fullCa...
restructured presets and auto-switch mobile view
timekit-io_booking-js
train
911133a2917788922ddb921516c1ade97310ccbf
diff --git a/agouti_dsl.go b/agouti_dsl.go index <HASH>..<HASH> 100644 --- a/agouti_dsl.go +++ b/agouti_dsl.go @@ -5,12 +5,10 @@ import ( "github.com/sclevine/agouti/page" "github.com/sclevine/agouti/phantom" "github.com/sclevine/agouti/webdriver" + "net" "time" ) -const PHANTOM_HOST = "127.0.0.1" -const PHA...
Moved phantomjs to run on arbitrary unused port
sclevine_agouti
train
91e8cef51e0cf4e2001e08ffd9d399bc9df2c4c8
diff --git a/pythran/analyses/constant_expressions.py b/pythran/analyses/constant_expressions.py index <HASH>..<HASH> 100644 --- a/pythran/analyses/constant_expressions.py +++ b/pythran/analyses/constant_expressions.py @@ -25,32 +25,32 @@ class ConstantExpressions(NodeAnalysis): return True def visit_Bo...
Ensure all(map evalutate everything for pure analysis. * Many constant folding were not performed with Python3.
serge-sans-paille_pythran
train
6deb757a509153e862b6ec0ec267421e01aa2ecb
diff --git a/tests/__init__.py b/tests/__init__.py index <HASH>..<HASH> 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -11,13 +11,13 @@ from smartfile.exceptions import SmartFileResponseException class BaseAPITestCase(unittest.TestCase): _test_user = { 'name': 'Test User', - 'username':...
Usernames need to be ASCII The server still requires ASCII characters in some of the requests it supports.
smartfile_client-python
train
7b368174e395b556e2a28a968b51aff4f818e1ab
diff --git a/src/qtism/data/AssessmentItemRefCollection.php b/src/qtism/data/AssessmentItemRefCollection.php index <HASH>..<HASH> 100644 --- a/src/qtism/data/AssessmentItemRefCollection.php +++ b/src/qtism/data/AssessmentItemRefCollection.php @@ -14,9 +14,9 @@ * along with this program; if not, write to the Free Soft...
Documentation of AssessmentItemRefCollection.
oat-sa_qti-sdk
train
db86fa03fc679c904632d3c09d44f6301193398c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ import re # container_child - pexpect-spawned child created to create the container # host_child - pexpect spawned child living on the host container -class setup(ShutItModule): +class conn_docker(ShutI...
Add a concept of a conn module
ianmiell_shutit
train
db8bceef5ec4a1ce5cb5072af5836c5fc7f95e55
diff --git a/server/src/main/java/org/realityforge/gwt/appcache/server/AbstractManifestServlet.java b/server/src/main/java/org/realityforge/gwt/appcache/server/AbstractManifestServlet.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/realityforge/gwt/appcache/server/AbstractManifestServlet.java +++ b/serv...
Test calculateBindingPropertiesForClient
realityforge_gwt-appcache
train
e76f93887f24e510f5ac6db797e12323ac01c06b
diff --git a/utils/webpack/webpack.config.js b/utils/webpack/webpack.config.js index <HASH>..<HASH> 100644 --- a/utils/webpack/webpack.config.js +++ b/utils/webpack/webpack.config.js @@ -21,7 +21,6 @@ const getExtensionsNodeModulesPaths = require('./lib/getExtensionsNodeModulesPat const themePath = process.cwd(); c...
PWA-<I> Get fresh component config on every run.
shopgate_pwa
train
2dde5bbaeb20dd8d1d7c8ca05d8b9ae5913967cc
diff --git a/src/components/link.js b/src/components/link.js index <HASH>..<HASH> 100644 --- a/src/components/link.js +++ b/src/components/link.js @@ -40,6 +40,15 @@ export default { const on = { click: (e) => { + // don't redirect with control keys + /* istanbul ignore if */ + if (e....
don't trigger transition when control keys or other mouse buttons are used. (#<I>)
vuejs_vue-router
train
91ba99310547bbe40f33f4ecbae3ffbd870f3539
diff --git a/oct2py/session.py b/oct2py/session.py index <HASH>..<HASH> 100644 --- a/oct2py/session.py +++ b/oct2py/session.py @@ -394,9 +394,11 @@ class Oct2Py(object): """ try: doc = self._eval('help {0}'.format(name), log=False, verbose=False) - except Oct2PyError: - ...
Improve docstring handling and create pwd method in Session
blink1073_oct2py
train
306fda14f0ea9a5349a2f5249f1abd9a831690af
diff --git a/python_modules/dagster/dagster/core/definitions/environment_configs.py b/python_modules/dagster/dagster/core/definitions/environment_configs.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/core/definitions/environment_configs.py +++ b/python_modules/dagster/dagster/core/definitions/envi...
(python-config-type-instance-9) Convert SolidContainerConfigDict and SolidConfigDict to inst() Summary: These are special config types in the environment configs system. Depends on D<I> Test Plan: BK Reviewers: max, alangenfeld Reviewed By: alangenfeld Differential Revision: <URL>
dagster-io_dagster
train
05f5fd92a0192900c32db553e87d84ce49a36383
diff --git a/lib/cxxproject/ext/rake.rb b/lib/cxxproject/ext/rake.rb index <HASH>..<HASH> 100644 --- a/lib/cxxproject/ext/rake.rb +++ b/lib/cxxproject/ext/rake.rb @@ -18,10 +18,15 @@ module Rake class Application attr_writer :max_parallel_tasks + attr_writer :check_unnecessary_includes attr_writer :de...
check unnecessary includes now off per default, can be switched on
marcmo_cxxproject
train
e8f75d022200e5b77d78303b3eb092914290167b
diff --git a/src/Command.php b/src/Command.php index <HASH>..<HASH> 100644 --- a/src/Command.php +++ b/src/Command.php @@ -33,6 +33,13 @@ class Command public $useExec = false; /** + * @var bool whether to capture stderr (2>&1) when `useExec` is true. This will try to redirect the + * stderr to stdo...
Improve error capturing with useExec
mikehaertl_php-shellcommand
train
fa522c41fca4f5c08707c7f04f1228b929e61b68
diff --git a/projects/samskivert/src/java/com/samskivert/servlet/user/UserUtil.java b/projects/samskivert/src/java/com/samskivert/servlet/user/UserUtil.java index <HASH>..<HASH> 100644 --- a/projects/samskivert/src/java/com/samskivert/servlet/user/UserUtil.java +++ b/projects/samskivert/src/java/com/samskivert/servlet/...
Go ahead and throw the exception in StringUtil since everyone else will end up doing something like that anyway. git-svn-id: <URL>
samskivert_samskivert
train
095ef4d89a2bf273f1675756607ecfd43bb3f619
diff --git a/cqlengine/query.py b/cqlengine/query.py index <HASH>..<HASH> 100644 --- a/cqlengine/query.py +++ b/cqlengine/query.py @@ -16,7 +16,7 @@ from cqlengine.functions import QueryValue, Token, BaseQueryFunction #http://www.datastax.com/docs/1.1/references/cql/index from cqlengine.operators import InOperator, E...
moving delete null columns to delete statement
cqlengine_cqlengine
train
6208b7ac72b0be25924cc03a0e360a088ae98cd9
diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java index <HASH>..<HASH> 100644 --- a/cachestore/remote/src/main/java/org/infinispan/lo...
Use common StoreConfiguration > CacheStoreConfig legacy adaptor for the RemoteCacheStore
infinispan_infinispan
train
51a627ac1da751d389ab3e265c32e4ff84fb334d
diff --git a/core/src/main/java/hudson/model/AbstractBuild.java b/core/src/main/java/hudson/model/AbstractBuild.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/AbstractBuild.java +++ b/core/src/main/java/hudson/model/AbstractBuild.java @@ -488,7 +488,7 @@ public abstract class AbstractBuild<P ext...
Hudson was failing to report error messages in several situations during a build. git-svn-id: <URL>
jenkinsci_jenkins
train