hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
812ff6bece0171cbc3e6324f6ca2738b52996c8a
diff --git a/lib/apic.js b/lib/apic.js index <HASH>..<HASH> 100644 --- a/lib/apic.js +++ b/lib/apic.js @@ -30,7 +30,6 @@ define(function (require) { var root = {}, base = desc.base, safeMethods = { 'GET': true, 'HEAD': true, 'OPTIONS': true }, - representationExpected = { '...
Fixed passing Content-Type only when there is request body
temich_apic.js
train
741df7d2cea489ef142ec7ce7a8059ab490b5ba1
diff --git a/src/RoboFileBase.php b/src/RoboFileBase.php index <HASH>..<HASH> 100644 --- a/src/RoboFileBase.php +++ b/src/RoboFileBase.php @@ -334,6 +334,8 @@ class RoboFileBase extends AbstractRoboFile $collection->drush('cset system.site uuid ' . $uuid); } $collection + ...
#<I>: Added cache rebuild before importing the configuration.
digipolisgent_robo-digipolis-drupal8
train
a35ee5cae43f2e3cc9fbedd5b4b90767528d06b9
diff --git a/src/Traits/ManipulationTrait.php b/src/Traits/ManipulationTrait.php index <HASH>..<HASH> 100644 --- a/src/Traits/ManipulationTrait.php +++ b/src/Traits/ManipulationTrait.php @@ -399,14 +399,18 @@ trait ManipulationTrait * @internal * * @param string $name - * @param string $value + ...
Allow \Closures to be passed in as the $class argument to addClass() / removeClass()
scotteh_php-dom-wrapper
train
e350c08941f619d7969b1a0da551e012b2c287e3
diff --git a/matrix_tests.sh b/matrix_tests.sh index <HASH>..<HASH> 100755 --- a/matrix_tests.sh +++ b/matrix_tests.sh @@ -12,7 +12,6 @@ fi ANDROID_TARGETS="16 10 17 15" # We should cover at least 90% of the market PLATFORM_MODES="CURRENT FROM_GEM STANDALONE" -PLATFORM_MODES="FROM_GEM STANDALONE" MASTER=`ls jruby-...
* Actually change the content of the Ruby source file to trigger a rebuild.
ruboto_ruboto
train
a690d30e01c68a964309bdd03a4731f91bddeec6
diff --git a/src/Acl/Controller/Plugin/AclFactory.php b/src/Acl/Controller/Plugin/AclFactory.php index <HASH>..<HASH> 100644 --- a/src/Acl/Controller/Plugin/AclFactory.php +++ b/src/Acl/Controller/Plugin/AclFactory.php @@ -35,7 +35,7 @@ class AclFactory implements FactoryInterface */ public function __invoke...
[ZF3] fixed all error in /en/jobboard page
yawik_auth
train
389e8c74d74f061042d1d9e7a12ce7f4ecc8bb1a
diff --git a/test/integration/07-integration-security-sync.js b/test/integration/07-integration-security-sync.js index <HASH>..<HASH> 100644 --- a/test/integration/07-integration-security-sync.js +++ b/test/integration/07-integration-security-sync.js @@ -29,7 +29,7 @@ describe(require('../_lib/test-helper').testName(__...
SMC-<I> - updated tests for quicker security replication-missing configs
happner_happner-cluster
train
141e1c52f4f1a35250282f5fa52659751a360afd
diff --git a/bcbio/cwl/hpc.py b/bcbio/cwl/hpc.py index <HASH>..<HASH> 100644 --- a/bcbio/cwl/hpc.py +++ b/bcbio/cwl/hpc.py @@ -348,7 +348,7 @@ HPC_CONFIGS = { submit = \"\"\" qsub -V -w w -j y -N ${job_name} -wd ${cwd} \ -o ${out} -e ${err} -q ${queue} \ - -pe ${pename} ${cpu} ${"-l " ...
CWL: SGE specification fixes for memory #<I>
bcbio_bcbio-nextgen
train
a0788a9dee82909265f776996f9f636cbfaf450f
diff --git a/core/MY_Model.php b/core/MY_Model.php index <HASH>..<HASH> 100644 --- a/core/MY_Model.php +++ b/core/MY_Model.php @@ -804,7 +804,7 @@ class MY_Model extends CI_Model if ($this->form_validation->run() === TRUE) { - return $_POST; + ...
Return instead of . Who put that in there?!
jamierumbelow_codeigniter-base-model
train
fce0d61f5e2708f3767ce20855eea5cde56ba1c5
diff --git a/src/Adapter/Curl/MultiAdapter.php b/src/Adapter/Curl/MultiAdapter.php index <HASH>..<HASH> 100644 --- a/src/Adapter/Curl/MultiAdapter.php +++ b/src/Adapter/Curl/MultiAdapter.php @@ -188,7 +188,7 @@ class MultiAdapter implements AdapterInterface, ParallelAdapterInterface try { // Send ...
Trying to fix failing tests on <I> and HHVM
guzzle_guzzle
train
5d9f28226dce64fb6c7ed8576c19feb6f6652247
diff --git a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/io/Instrumentation.java b/blueflood-core/src/main/java/com/rackspacecloud/blueflood/io/Instrumentation.java index <HASH>..<HASH> 100644 --- a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/io/Instrumentation.java +++ b/blueflood-core/src/...
jdk<I> doesnt like the private interface
rackerlabs_blueflood
train
38a714c6cd4fe5879b9aa7cb26a963a19eeaaf1c
diff --git a/Adapter/PlentymarketsAdapter/ResponseParser/Product/ProductResponseParser.php b/Adapter/PlentymarketsAdapter/ResponseParser/Product/ProductResponseParser.php index <HASH>..<HASH> 100644 --- a/Adapter/PlentymarketsAdapter/ResponseParser/Product/ProductResponseParser.php +++ b/Adapter/PlentymarketsAdapter/Re...
fix stockLimitation for variations without stock managment (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
e84245dd4167506911fb33bb2a521ff565611cd9
diff --git a/bokeh/charts/_data_source.py b/bokeh/charts/_data_source.py index <HASH>..<HASH> 100644 --- a/bokeh/charts/_data_source.py +++ b/bokeh/charts/_data_source.py @@ -283,7 +283,7 @@ class ChartDataSource(object): if len(arrays) > 0 and len(tables) > 0: raise TypeError('Only input either a...
Update data source to handle an array of arrays (2d) the same as a list of lists or list of arrays. This fixes the line chart example.
bokeh_bokeh
train
80dbe0459c59c649d4ce5fd7099cc56fbe6fb6d1
diff --git a/lib/node.io/dom.js b/lib/node.io/dom.js index <HASH>..<HASH> 100755 --- a/lib/node.io/dom.js +++ b/lib/node.io/dom.js @@ -39,6 +39,7 @@ Job.prototype.$ = function (selector, context) { * @api public */ Job.prototype.parseHtml = function (data, callback, response) { + var self = this; headers =...
Callbacks in the same scope + auto_retry support
node-js-libs_node.io
train
6c7a7579e101ef631b334d7e93abb6f2f5f320a4
diff --git a/parsing.go b/parsing.go index <HASH>..<HASH> 100644 --- a/parsing.go +++ b/parsing.go @@ -48,7 +48,7 @@ func parseTokens(expression string, functions map[string]ExpressionFunction) ([] return nil, err } - return optimizeTokens(ret) + return ret, nil } func readToken(stream *lexerStream, state le...
Fixed case where panics could occur due to double-optimization of tokens before final grammar check
Knetic_govaluate
train
bc8197969dc9140b583ed68e853e75a7002133e6
diff --git a/lib/OpenLayers/Control/PanZoom.js b/lib/OpenLayers/Control/PanZoom.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Control/PanZoom.js +++ b/lib/OpenLayers/Control/PanZoom.js @@ -31,8 +31,12 @@ OpenLayers.Control.PanZoom.prototype = this._addButton("panright", "east-mini.png", xy.addX(sz.w), sz...
Add buttons to the PanZoom control which currently allow you to zoom to any level. Add a 'zoomTo' function that allows you to specify a level. This will need to be refactored: Possibly the zoom control will become part of a subclass of PanZoom, "largePanZoom", which has a smaller set of controls. Also add a DEFAULT_...
openlayers_openlayers
train
639e987252a1a22b1793347f48c233da980c8939
diff --git a/JodaTime/src/test/org/joda/time/TestDateMidnight_Basics.java b/JodaTime/src/test/org/joda/time/TestDateMidnight_Basics.java index <HASH>..<HASH> 100644 --- a/JodaTime/src/test/org/joda/time/TestDateMidnight_Basics.java +++ b/JodaTime/src/test/org/joda/time/TestDateMidnight_Basics.java @@ -52,17 +52,16 @@ p...
Fix tests caused by extracting chronologies to constants git-svn-id: <URL>
JodaOrg_joda-time
train
bc26bc11e8dc12a5febfc6071ee960199ac55345
diff --git a/Vps/Benchmark.php b/Vps/Benchmark.php index <HASH>..<HASH> 100644 --- a/Vps/Benchmark.php +++ b/Vps/Benchmark.php @@ -236,6 +236,11 @@ class Vps_Benchmark self::_getInstance()->_shutDown(); } + final public static function getUrlType() + { + return self::_getInstance()->_getUrl...
Vps_Benchmark::getUrlType
koala-framework_koala-framework
train
7e14c25d36ea37dd6bea64387870e673e08d4288
diff --git a/org/postgresql/core/Parser.java b/org/postgresql/core/Parser.java index <HASH>..<HASH> 100644 --- a/org/postgresql/core/Parser.java +++ b/org/postgresql/core/Parser.java @@ -3,7 +3,7 @@ * Copyright (c) 2006, PostgreSQL Global Development Group * * IDENTIFICATION -* $PostgreSQL: pgjdbc/org/postgresql/c...
The driver was incorrectly parsing identifiers that had parts that look like dollar quotes. Things like a$b$c are valid identifiers, not dollar quotes. When determining if a $ we've found is a dollar quote start, look at the preceding character and see if it is a valid identifier part to determine if we're in the mid...
pgjdbc_pgjdbc
train
01c3bd20f81b27a5f6925a19cfaeb90695b91ebd
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -12,10 +12,10 @@ var isWin = /^win/i.test(platform); var isMac = /^dar/i.test(platform); var SELENIUM_BINARIES_HOME = process.env.SELENIUM_BINARIES_HOME; -var SELENIUM_BINARIES_SERVER_STANDALONE_VERSION...
Updating driver dependencies (#<I>)
spunjs_selenium-binaries
train
46db99fc8915d9ab455d4067d0b3f3a93e513191
diff --git a/src/main/java/com/j256/ormlite/jdbc/JdbcDatabaseConnection.java b/src/main/java/com/j256/ormlite/jdbc/JdbcDatabaseConnection.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/jdbc/JdbcDatabaseConnection.java +++ b/src/main/java/com/j256/ormlite/jdbc/JdbcDatabaseConnection.java @@ -8,7 +...
Fixed a problem which happened when I migrated the JDBC type stuff over to ormlite-jdbc.
j256_ormlite-jdbc
train
f3dff5f1118c87d091cc0a1026124f4d640ec814
diff --git a/urlfetch.py b/urlfetch.py index <HASH>..<HASH> 100644 --- a/urlfetch.py +++ b/urlfetch.py @@ -49,7 +49,6 @@ else: def u(s): return unicode(s, "unicode_escape") -import socket import base64 from functools import partial, wraps from io import BytesIO @@ -690,7 +689,7 @@ def fetch(*args, **...
None instead of socket._GLOBAL_DEFAULT_TIMEOUT
ifduyue_urlfetch
train
42fcd5ae8dfaf587b19d536590ca043d6031d266
diff --git a/cmd/influx/main.go b/cmd/influx/main.go index <HASH>..<HASH> 100644 --- a/cmd/influx/main.go +++ b/cmd/influx/main.go @@ -80,12 +80,25 @@ func init() { } influxCmd.PersistentFlags().BoolVar(&flags.local, "local", false, "Run commands locally against the filesystem") + + // Override help on all the co...
feat(cmd/influx): override help for all commands Making its initial word uppercase, at the same time.
influxdata_influxdb
train
692a43cac3cac883dca13f0bc18faddda2824e85
diff --git a/lib/heroku/config.rb b/lib/heroku/config.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/config.rb +++ b/lib/heroku/config.rb @@ -18,6 +18,7 @@ class Heroku::Config private def self.config + FileUtils.mkdir_p File.dirname(path) @config ||= JSON.parse(File.read(path)) rescue {} end
fix bug reading config on first load
heroku_legacy-cli
train
a90892c6612e2f1f75b856f2e4a1aa08f5427a72
diff --git a/hazelcast/src/test/java/com/hazelcast/wan/WanReplicationTest.java b/hazelcast/src/test/java/com/hazelcast/wan/WanReplicationTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/wan/WanReplicationTest.java +++ b/hazelcast/src/test/java/com/hazelcast/wan/WanReplicationTest.java @...
Change wan tests to SlowTest
hazelcast_hazelcast
train
50f93a53e307f3ad742304d17920b30e5026809d
diff --git a/test/eventuate-filter.js b/test/eventuate-filter.js index <HASH>..<HASH> 100644 --- a/test/eventuate-filter.js +++ b/test/eventuate-filter.js @@ -1,5 +1,5 @@ var test = require('tape'), - eventuate = require('eventuate'), + eventuate = require('eventuate-core'), filter = require('..') ...
updated tests to use eventuate-core
jasonpincin_eventuate-filter
train
36018cd8d29c09d3c8448d02cd5cdcac8500c826
diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ TEST_REMOTE_ssh=ssh://bak@proliant.local/mnt/butter/bak/test define CLEAN_REMOTE_ssh ssh root@proliant.local btrfs sub del -c '/mnt/butter/bak/test/*' || true ssh root@proliant.local rm '/mnt/butter/bak/tes...
Fix path exists error, and boto issue
AmesCornish_buttersink
train
6de4a2f03bf5e1d14c115f6caddc56a7e4ca7d91
diff --git a/dimod/binary_quadratic_model.py b/dimod/binary_quadratic_model.py index <HASH>..<HASH> 100644 --- a/dimod/binary_quadratic_model.py +++ b/dimod/binary_quadratic_model.py @@ -1928,9 +1928,11 @@ class BinaryQuadraticModel(abc.Sized, abc.Container, abc.Iterable): Args: - h (dict[variab...
Update args docs for ising/qubo
dwavesystems_dimod
train
45caf3b821a91e9eaa36e94eeb4e36c332603925
diff --git a/src/main/java/de/taimos/gpsd4java/backend/GPSdEndpoint.java b/src/main/java/de/taimos/gpsd4java/backend/GPSdEndpoint.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/taimos/gpsd4java/backend/GPSdEndpoint.java +++ b/src/main/java/de/taimos/gpsd4java/backend/GPSdEndpoint.java @@ -66,7 +66,7 @@ public ...
This fixes a race condition between the calling thread and the SocketThread. It was possible that once the request had been written, the response was coming back before the "this.asyncResult = null" (line <I>) statement was being called. This was causing a valid response to be lost and "null" being returned. This fix ...
taimos_GPSd4Java
train
a56731126dc02b79d7d351caa5ec1ddef275b3dd
diff --git a/web/api/v1/api.go b/web/api/v1/api.go index <HASH>..<HASH> 100644 --- a/web/api/v1/api.go +++ b/web/api/v1/api.go @@ -1317,8 +1317,8 @@ func (api *API) serveFlags(_ *http.Request) apiFuncResult { return apiFuncResult{api.flagsMap, nil, nil, nil} } -// stat holds the information about individual cardin...
Export TSDB status structs (#<I>) We would like to implement the tsdb/status API in certain Thanos components. In order to match the Prometheus API and avoid duplicating code, this commit makes the structs used in the status API public.
prometheus_prometheus
train
b35157f4ffa6b94b49494f9de13fe7bc4307ed2b
diff --git a/public/js/gogs.js b/public/js/gogs.js index <HASH>..<HASH> 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -1043,10 +1043,14 @@ $(window).load(function () { var $num_list = $('.code-view .lines-num'); // Building blocks. + var $toappendblock = []; + var $toappend...
reduce line number creation to one DOM manipulation
gogs_gogs
train
e83e8e6e772557194b4487792e4dc59207cd0c6e
diff --git a/pkg/cmd/server/origin/admissionconfig_test.go b/pkg/cmd/server/origin/admissionconfig_test.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/server/origin/admissionconfig_test.go +++ b/pkg/cmd/server/origin/admissionconfig_test.go @@ -85,6 +85,7 @@ var kubeAdmissionPlugins = sets.NewString( "PersistentVolumeL...
Include DefaultTolerationSeconds admission plugin but off by default.
openshift_origin
train
8d27cac43e5fe3ac27900e8b162588deefdf7a62
diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/elasticsearch/ElasticSearchRestHealthContributorAutoConfiguration.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/el...
Polish See gh-<I>
spring-projects_spring-boot
train
6cd5bc57f764e31c3c382df3a6ed79355a9936c4
diff --git a/jarn/mkrelease/scm.py b/jarn/mkrelease/scm.py index <HASH>..<HASH> 100644 --- a/jarn/mkrelease/scm.py +++ b/jarn/mkrelease/scm.py @@ -221,7 +221,7 @@ class Mercurial(SCM): @chdir def checkin_sandbox(self, dir, name, version, push): rc = self.process.system( - 'hg commit -v -m"...
Use curdir explicitly in {hg|git} commits.
Jarn_jarn.mkrelease
train
6ba5160512d75f865b4a09332a2c1cf7f4c06e57
diff --git a/spam_lists/structures.py b/spam_lists/structures.py index <HASH>..<HASH> 100644 --- a/spam_lists/structures.py +++ b/spam_lists/structures.py @@ -267,3 +267,6 @@ def non_ipv6_host(value): return create_host(factories, value) AddressListItem = namedtuple('AddressListItem', 'value source classificati...
Add docstring for AddressListItem
piotr-rusin_spam-lists
train
1ef2168b2f9780edeb09c6142f6cb220c5d846b0
diff --git a/closure/goog/testing/asynctestcase.js b/closure/goog/testing/asynctestcase.js index <HASH>..<HASH> 100644 --- a/closure/goog/testing/asynctestcase.js +++ b/closure/goog/testing/asynctestcase.js @@ -321,7 +321,7 @@ goog.testing.AsyncTestCase.prototype.getCurrentStepName = function() { * Preferred way of c...
Change the declared return type of AsyncTestCase.createAndInstall to be non-null since it never returns null. ------------- Created by MOE: <URL>
google_closure-library
train
4b25add2cd32139146fa2a1b65c993654aa1459e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ * Added missing enums to Fulfillment\Enums\PaymentMethodTypeEnum. * Added missing priceDiscount property to Fulfillment\Types\Pricingsummary. * Added missing enums to PostOrder\Enums\CancelRea...
fix: add missing properties to postorder\types\error close #<I>
davidtsadler_ebay-sdk-php
train
e24a438b89a4dc6ada0714ade0318c2901436aa3
diff --git a/tests/jasmine/jasmine-spec.js b/tests/jasmine/jasmine-spec.js index <HASH>..<HASH> 100644 --- a/tests/jasmine/jasmine-spec.js +++ b/tests/jasmine/jasmine-spec.js @@ -1,7 +1,8 @@ describe('Chimp Jasmine', () => { describe('Page title', () => { - it('should be set by the Meteor method @watch', () => {...
Adds jasmine assertions / chai assertions for the jasmine/mocha tests
TheBrainFamily_chimpy
train
13daa6372668204d7e0a17273837731c9e7dd7b9
diff --git a/hcl/scanner/scanner.go b/hcl/scanner/scanner.go index <HASH>..<HASH> 100644 --- a/hcl/scanner/scanner.go +++ b/hcl/scanner/scanner.go @@ -440,9 +440,9 @@ func (s *Scanner) scanHeredoc() { var identRegexp *regexp.Regexp if identBytes[0] == '-' { - identRegexp = regexp.MustCompile(fmt.Sprintf(`[[:spac...
scanner: Anchor heredoc-regexes at beginning of line.
hashicorp_hcl
train
4a783366a5b85a0e8796d437d760b7231f38cbff
diff --git a/src/LanguageLine.php b/src/LanguageLine.php index <HASH>..<HASH> 100644 --- a/src/LanguageLine.php +++ b/src/LanguageLine.php @@ -18,6 +18,7 @@ class LanguageLine extends Model public static function boot() { + parent::boot(); static::saved(function (LanguageLine $languageLine) ...
Fix trait problems compatibility (#<I>)
spatie_laravel-translation-loader
train
12203a11ef211e34d943e92d2f5571308e845bd7
diff --git a/molgenis-api-identities/src/main/java/org/molgenis/api/identities/GroupRestController.java b/molgenis-api-identities/src/main/java/org/molgenis/api/identities/GroupRestController.java index <HASH>..<HASH> 100644 --- a/molgenis-api-identities/src/main/java/org/molgenis/api/identities/GroupRestController.jav...
Identities API update due to versioning guideline change
molgenis_molgenis
train
7ed1d12cad907a5c6dbcc9c903a962b3e1f1d486
diff --git a/test/validation.js b/test/validation.js index <HASH>..<HASH> 100644 --- a/test/validation.js +++ b/test/validation.js @@ -20,7 +20,10 @@ module.exports = function (opts) { var keys = opts.keys.generate() var id = opts.hash(keys.public) validation.getLatest(id, function (err, obj) { - t....
change validation to test new output for getLatest
ssbc_ssb-db
train
a0bea2cc6dc3d768da8d6a6a1ff014fff701e562
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index <HASH>..<HASH> 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -163,3 +163,4 @@ Other * Replace outdated Sonatype parent POM with plugin definitions #1258 * Upgrade dependencies #1259 * Upgrade to RxJava 3.0.2 #1261 +* Reduce min thread count to 2 #1278 ...
Reduce min thread count to 2 #<I> Reduce thread count as the number of blocking tasks was reduced in the past releases.
lettuce-io_lettuce-core
train
0609f93f67a5192b9fd2ddc6ebe49a3289ecd43b
diff --git a/mpldatacursor.py b/mpldatacursor.py index <HASH>..<HASH> 100644 --- a/mpldatacursor.py +++ b/mpldatacursor.py @@ -202,6 +202,7 @@ class DataCursor(object): } x, y = event.mouseevent.xdata, event.mouseevent.ydata props = dict(x=x, y=y, label=event.artist.get_label(), event...
Added "i" (index of selected item) to event properties
joferkington_mpldatacursor
train
c8d0808c4307a3c28dd850789ecb05f7578619cb
diff --git a/filterpy/kalman/sigma_points.py b/filterpy/kalman/sigma_points.py index <HASH>..<HASH> 100644 --- a/filterpy/kalman/sigma_points.py +++ b/filterpy/kalman/sigma_points.py @@ -500,13 +500,14 @@ class SimplexSigmaPoints(object): lambda_ = n / (n + 1) Istar = np.array([[-1/np.sqrt(2*lambda_...
Fix computation of the simplex sigma points The computation of the sigma point was missing a transpose, leading to incorrect covariance-updates if the covariance was not diagonal. This error lead to the matrix not being positive semidefinite, and hence to errors when trying to decompose it using the cholesky algorith...
rlabbe_filterpy
train
91dcfe2ab5acd213142637ac5a89066ec8e3fb17
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/parser/scope.rb +++ b/lib/puppet/parser/scope.rb @@ -481,14 +481,17 @@ class Puppet::Parser::Scope def method_missing(method, *args, &block) method.to_s =~ /^function_(.*)$/ - super unless $1 -...
(#<I>) Profile function calls This adds profiling of function calls on Puppet::Parser::Scope objects.
puppetlabs_puppet
train
a3fa19a716ad5e82bea757432bd26124503b4607
diff --git a/src/Composer/Downloader/GitDownloader.php b/src/Composer/Downloader/GitDownloader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Downloader/GitDownloader.php +++ b/src/Composer/Downloader/GitDownloader.php @@ -25,12 +25,12 @@ class GitDownloader extends VcsDownloader */ public function doDow...
Avoid escaping too early to prevent issues
mothership-ec_composer
train
df5af3df161172a32e5efeff55d16930ac84c816
diff --git a/lib/chamber/commands/initialize.rb b/lib/chamber/commands/initialize.rb index <HASH>..<HASH> 100644 --- a/lib/chamber/commands/initialize.rb +++ b/lib/chamber/commands/initialize.rb @@ -49,30 +49,32 @@ class Initialize < Chamber::Commands::Base if namespaces.empty? end - shell.say 'The pas...
Change: Initialization to create passphrase files Before we were outputting them to STDOUT but it was too easy to miss it or forget to write them down. Now we create a passphrase file which is gitignored.
thekompanee_chamber
train
fa363dec54e0d3ff1a164138d4e05375f56f4ec8
diff --git a/lib/rubocop/cop/style/rescue_ensure_alignment.rb b/lib/rubocop/cop/style/rescue_ensure_alignment.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/style/rescue_ensure_alignment.rb +++ b/lib/rubocop/cop/style/rescue_ensure_alignment.rb @@ -33,9 +33,11 @@ module RuboCop end def investi...
Use each_with_object instead of select...map
rubocop-hq_rubocop
train
fa53e35f5adc8f9771f7340d631472a1b78b8b5c
diff --git a/vault/identity_store_oidc.go b/vault/identity_store_oidc.go index <HASH>..<HASH> 100644 --- a/vault/identity_store_oidc.go +++ b/vault/identity_store_oidc.go @@ -698,7 +698,7 @@ func (i *IdentityStore) pathOIDCGenerateToken(ctx context.Context, req *logical. } // Validate that the role is allowed to si...
Fixed some typos in an error message in the OIDC backend that can arise when signing a token against a role (#<I>) * fixes a typo in an error message * error msg shouldn't start with a capital letter
hashicorp_vault
train
4a37586606c79faa4cf07379a57e590a1ddb976f
diff --git a/main_chain.js b/main_chain.js index <HASH>..<HASH> 100644 --- a/main_chain.js +++ b/main_chain.js @@ -33,13 +33,23 @@ function updateMainChain(conn, from_unit, last_added_unit, onDone){ ORDER BY witnessed_level DESC, \n\ level-witnessed_level ASC, \n\ unit ASC \n\ - LIMIT 2", + LIMIT...
override the current MC when a retreating unit is among parents
byteball_ocore
train
2056c30de0834c19e95688797505d4a48f275233
diff --git a/lib/userlist/push/client.rb b/lib/userlist/push/client.rb index <HASH>..<HASH> 100644 --- a/lib/userlist/push/client.rb +++ b/lib/userlist/push/client.rb @@ -12,8 +12,20 @@ module Userlist @config = Userlist.config.merge(config) end - def post(endpoint, payload = {}) - request...
Adds more HTTP methods to the push client
userlistio_userlist-ruby
train
6367850c031abe473a4866ee61d554c49b4f32df
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/SourceFinder.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/SourceFinder.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/SourceFinder.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/ba/SourceFinder.java @@ -43,6 +43,7 @@ import java...
make sure io streams are closed, even if we have an exception git-svn-id: <URL>
spotbugs_spotbugs
train
acdbbd924c1ade96908410741641d78c8cc7d75f
diff --git a/app/controllers/blazer/queries_controller.rb b/app/controllers/blazer/queries_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/blazer/queries_controller.rb +++ b/app/controllers/blazer/queries_controller.rb @@ -13,7 +13,6 @@ module Blazer def new @query = Blazer::Query.new( - ...
Prevent statement from being passed as get var
ankane_blazer
train
131bd9a87e99ad079e4c2ac218f65241b48b372f
diff --git a/lib/lotus/interactor.rb b/lib/lotus/interactor.rb index <HASH>..<HASH> 100644 --- a/lib/lotus/interactor.rb +++ b/lib/lotus/interactor.rb @@ -1,4 +1,5 @@ require 'lotus/utils/basic_object' +require 'lotus/utils/class_attribute' require 'lotus/utils/hash' module Lotus @@ -122,6 +123,7 @@ module Lotus ...
Breaking change: remove magic from interactors, result payload accessors needs to be explicitly exposed
hanami_utils
train
636057a980da17ecd327e2df13ab3c65d262c6fd
diff --git a/UIPagination/demo/index.js b/UIPagination/demo/index.js index <HASH>..<HASH> 100644 --- a/UIPagination/demo/index.js +++ b/UIPagination/demo/index.js @@ -8,7 +8,7 @@ export default class UIPaginationDemo extends UIView { identifier: 'rolodex1000', } - itemToJSX(data) { + itemToJSX = (...
Separate implicit JSX conversion in getItem into own prop
enigma-io_boundless
train
31831b85fcc383c7fb5ac5a25990ed83d318a1b9
diff --git a/auctiontypes/types.go b/auctiontypes/types.go index <HASH>..<HASH> 100644 --- a/auctiontypes/types.go +++ b/auctiontypes/types.go @@ -59,7 +59,7 @@ type LRPAuctionInfo struct { func NewLRPAuctionInfo(info models.LRPStartAuction) LRPAuctionInfo { return LRPAuctionInfo{ - AppGuid: info.Guid, + Ap...
Guid => ProcessGuid
cloudfoundry_auction
train
a2011bf8b64f8fa75181bdd7905fed0c9832d8db
diff --git a/client/lib/comment-store/comment-store.js b/client/lib/comment-store/comment-store.js index <HASH>..<HASH> 100644 --- a/client/lib/comment-store/comment-store.js +++ b/client/lib/comment-store/comment-store.js @@ -132,7 +132,7 @@ function confirmComment( siteId, postId, commentPlaceholderId, confirmedComme...
Comment store: set correct state when comment is confirmed
Automattic_wp-calypso
train
880f02e671fb0ecfd145d8ab5a19ea6968bbf93e
diff --git a/tensorflow_probability/python/distributions/platform_compatibility_test.py b/tensorflow_probability/python/distributions/platform_compatibility_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/distributions/platform_compatibility_test.py +++ b/tensorflow_probability/python/distributi...
Bump tolerances for accuracy of DirichletMultinomial under XLA compilation. PiperOrigin-RevId: <I>
tensorflow_probability
train
3de32e3b906e99b6a099bfef9a27115590cb8003
diff --git a/pycbc/frame.py b/pycbc/frame.py index <HASH>..<HASH> 100644 --- a/pycbc/frame.py +++ b/pycbc/frame.py @@ -16,7 +16,7 @@ """ This modules contains functions for reading in data from frame files or caches """ -import lalframe +import lalframe, logging import lal import numpy import os.path @@ -283,7 +2...
add option to get frame from datafind
gwastro_pycbc
train
80cd62ddf367f375cfb7f9f43e1edc6b8967aada
diff --git a/apiserver/facades/agent/uniter/networkinfo.go b/apiserver/facades/agent/uniter/networkinfo.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/agent/uniter/networkinfo.go +++ b/apiserver/facades/agent/uniter/networkinfo.go @@ -43,14 +43,15 @@ var PreferredAddressRetryArgs = func() retry.CallArgs { } ...
Modifies uniter API server calls to GetNetworkInfoForSpaces to pass SpaceInfos instead of a set of space name strings.
juju_juju
train
9af741558bf1cbd42e404d93e9eab07e44fd83ec
diff --git a/okhttp/src/test/java/okhttp3/HttpUrlTest.java b/okhttp/src/test/java/okhttp3/HttpUrlTest.java index <HASH>..<HASH> 100644 --- a/okhttp/src/test/java/okhttp3/HttpUrlTest.java +++ b/okhttp/src/test/java/okhttp3/HttpUrlTest.java @@ -1784,6 +1784,14 @@ public final class HttpUrlTest { assertThat(parse("ht...
Test quirks of HttpUrl (#<I>)
square_okhttp
train
a5a0ba0afc0de3e0c7f18d89a1b010ff914fa4be
diff --git a/yoconfigurator/smush.py b/yoconfigurator/smush.py index <HASH>..<HASH> 100644 --- a/yoconfigurator/smush.py +++ b/yoconfigurator/smush.py @@ -63,7 +63,6 @@ def available_sources(sources): fn = os.path.join(directory, name) + '.py' if os.path.isfile(fn): yield fn -...
Change override behavior to source both files, instead of ignoring the overriden one
yola_yoconfigurator
train
92229ded11b771448cdaee5d463d4345c1be2d98
diff --git a/src/Cleaners/DocumentCleaner.php b/src/Cleaners/DocumentCleaner.php index <HASH>..<HASH> 100644 --- a/src/Cleaners/DocumentCleaner.php +++ b/src/Cleaners/DocumentCleaner.php @@ -5,8 +5,12 @@ namespace Goose\Cleaners; use Goose\Utils\Debug; class DocumentCleaner { + private $startsWithNodes = [ + ...
Add additional filters to select attributes by what they start with.
scotteh_php-goose
train
996b6b840aeaa6fe3cee17c8c2dfd85511308b8b
diff --git a/alloy_touch.full_page.js b/alloy_touch.full_page.js index <HASH>..<HASH> 100644 --- a/alloy_touch.full_page.js +++ b/alloy_touch.full_page.js @@ -9,7 +9,7 @@ if (type == "DOMMouseScroll" || type == "mousewheel") { event.delta = event.wheelDelta ? event.wheelDelta / 120 : -(eve...
Update alloy_touch.full_page.js clear timeout when page out
AlloyTeam_AlloyTouch
train
18c76e76ac7a55ed8f33227bf53e5e735fae7355
diff --git a/user/user.go b/user/user.go index <HASH>..<HASH> 100644 --- a/user/user.go +++ b/user/user.go @@ -16,10 +16,6 @@ import ( "gopkg.in/mgo.v2/bson" ) -func init() { - log.Init() -} - var ( ErrUserAlreadyExists = errors.New("user already exists") ErrUserNotFound = errors.New("user not found") di...
webserver: move log.Init call to main One does not simply call a function that depends on config during package initialization.
tsuru_gandalf
train
d4bed96e2ec8837fd013a3fa55d11c41b9781c1c
diff --git a/chaospy/quadrature.py b/chaospy/quadrature.py index <HASH>..<HASH> 100755 --- a/chaospy/quadrature.py +++ b/chaospy/quadrature.py @@ -660,13 +660,7 @@ def dep_golub_welsch(dist, order, acc=100): # if isinstance(order, (int, long, float)): # order = [order]*dim # indices = di.sort(dist...
non-code snuck it's way into my code. Not cool, brah.
jonathf_chaospy
train
40cdfb6f90fbadda0408488853c6f20acea2cb70
diff --git a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/LeftJoinNodeImpl.java b/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/LeftJoinNodeImpl.java index <HASH>..<HASH> 100644 --- a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/LeftJoinNodeImpl.java +++ b/core/model/src/main/java/it/...
LeftJoin binding lift can now converge.
ontop_ontop
train
a59c0f51db456a233b4a16cc34820bea8e413558
diff --git a/lib/dm-core/adapters/sqlite3_adapter.rb b/lib/dm-core/adapters/sqlite3_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/adapters/sqlite3_adapter.rb +++ b/lib/dm-core/adapters/sqlite3_adapter.rb @@ -34,8 +34,12 @@ module DataMapper protected def normalize_uri(uri_or_options) + ...
make relative paths passed in from merb_datamapper valid again. It is calling File.expand_path on the results, dkubb suggested against this for obvious reasons but there are now specs for this so refactor at will
datamapper_dm-core
train
7d7e7563dce98ebc374805c2af172ba6ba762c62
diff --git a/packages/material-ui-styles/src/makeStyles/indexCounter.js b/packages/material-ui-styles/src/makeStyles/indexCounter.js index <HASH>..<HASH> 100644 --- a/packages/material-ui-styles/src/makeStyles/indexCounter.js +++ b/packages/material-ui-styles/src/makeStyles/indexCounter.js @@ -1,6 +1,6 @@ /* eslint-di...
[styles] Fix wording in indexCounter comment (#<I>)
mui-org_material-ui
train
e7be265a13d88e2b5a9c841f5a74b62d59574ffb
diff --git a/src/Felixkiss/UniqueWithValidator/UniqueWithValidatorServiceProvider.php b/src/Felixkiss/UniqueWithValidator/UniqueWithValidatorServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Felixkiss/UniqueWithValidator/UniqueWithValidatorServiceProvider.php +++ b/src/Felixkiss/UniqueWithValidator/UniqueWithVa...
Move registration of the custom validator extension to register()
felixkiss_uniquewith-validator
train
4a3078a490765ccddd1b98f7ea9f7166a9c18d83
diff --git a/bika/lims/utils/analysis.py b/bika/lims/utils/analysis.py index <HASH>..<HASH> 100644 --- a/bika/lims/utils/analysis.py +++ b/bika/lims/utils/analysis.py @@ -54,7 +54,6 @@ def duplicateAnalysis(base): analysis.setResult(base.getResult()) analysis.setNumberOfRequiredVerifications( base.ge...
Deleted copying Verificators while duplicating analysis.
senaite_senaite.core
train
921ae5914234f0de48cc3d0fe186d6946558b140
diff --git a/pulsar/__init__.py b/pulsar/__init__.py index <HASH>..<HASH> 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 - '''Event driven concurrent framework for Python''' -VERSION = (0, 8, 0, 'final', 4) +VERSION = (0, 8, 0, 'beta', 4) import os diff --git a/pulsa...
slots changed to __slots__ in WsgiRequest
quantmind_pulsar
train
e085d334b409f6e797da426a127b3680b8e21156
diff --git a/websockets/protocol.py b/websockets/protocol.py index <HASH>..<HASH> 100644 --- a/websockets/protocol.py +++ b/websockets/protocol.py @@ -106,7 +106,6 @@ class WebSocketCommonProtocol(asyncio.StreamReaderProtocol): # Set to True when the closing handshake has completed properly and to # F...
Remove lock protecting fail_connection. Since we now always set the state to CLOSING before sending a close frame, it isn't needed anymore.
aaugustin_websockets
train
7eeb75d8be43b94bcc184dbd34557c6ba2f13069
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -711,7 +711,7 @@ function getPackage(name, callback) { }); } -var install = exports.install = function(module, options) { +exports.install = function(module, options) { requiresRoot(function() { loadPac...
fix #<I> uninstall for all package types
linnovate_mean-cli
train
18796173ab5cec2cf3111f71542e7173c41370b2
diff --git a/packages/babel-core/src/transformation/normalize-file.js b/packages/babel-core/src/transformation/normalize-file.js index <HASH>..<HASH> 100644 --- a/packages/babel-core/src/transformation/normalize-file.js +++ b/packages/babel-core/src/transformation/normalize-file.js @@ -24,10 +24,28 @@ export default fu...
feat(sourcemap): parse external source maps when normalizing (#<I>)
babel_babel
train
40833c551bf8d83d1294b0bbbc07c3b78d9db1fb
diff --git a/src/Framework/Dependency/CacheAwareContainer.php b/src/Framework/Dependency/CacheAwareContainer.php index <HASH>..<HASH> 100644 --- a/src/Framework/Dependency/CacheAwareContainer.php +++ b/src/Framework/Dependency/CacheAwareContainer.php @@ -94,10 +94,8 @@ class CacheAwareContainer implements ContainerInte...
Allow application execution to continue even if caching fails
phOnion_framework
train
bb01026daee17d20dbe4ee983a51042e8c45e8bb
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js b/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/explore...
Bug <I> - git-status2 has a problem when staging changes
eclipse_orion.client
train
a053a9df71040802cf4db1282d70e29217ccf9a4
diff --git a/dtoolcore/__init__.py b/dtoolcore/__init__.py index <HASH>..<HASH> 100644 --- a/dtoolcore/__init__.py +++ b/dtoolcore/__init__.py @@ -173,6 +173,10 @@ def _copy_content(src_dataset, dest_proto_dataset, progressbar=None): overlay = src_dataset.get_overlay(overlay_name) dest_proto_dataset._...
Ensure that annotations are included when datasets are copied
jic-dtool_dtoolcore
train
81a20a350384b92e5243b761e223a91b37d16aef
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ release = "1.0" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" ...
Set language to "en" for documentation
adafruit_Adafruit_CircuitPython_seesaw
train
34d3d1f7e81925420e2d1a61908d6763e3c6062a
diff --git a/lib/typhoeus/easy_factory.rb b/lib/typhoeus/easy_factory.rb index <HASH>..<HASH> 100644 --- a/lib/typhoeus/easy_factory.rb +++ b/lib/typhoeus/easy_factory.rb @@ -88,7 +88,7 @@ module Typhoeus if request.streaming? response = nil easy.on_headers do |easy| - response = Respo...
Avoid memoizing an incomplete easy.mirror.
typhoeus_typhoeus
train
ed9cfac4968f2a58af34d3c4aa358004f62f5f93
diff --git a/association_test.go b/association_test.go index <HASH>..<HASH> 100644 --- a/association_test.go +++ b/association_test.go @@ -809,7 +809,7 @@ func TestRelated(t *testing.T) { func TestForeignKey(t *testing.T) { for _, structField := range DB.NewScope(&User{}).GetStructFields() { - for _, foreignKey :...
add failing test for long foreign keys in mysql
jinzhu_gorm
train
c8ada5a5b4a565f4721ecc5e468735b190460071
diff --git a/src/Codeception/Lib/Connector/ZF1.php b/src/Codeception/Lib/Connector/ZF1.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Lib/Connector/ZF1.php +++ b/src/Codeception/Lib/Connector/ZF1.php @@ -64,7 +64,12 @@ class ZF1 extends Client $this->front->setRequest($zendRequest)->setResponse($zendRes...
Catch exception and close output buffer to avoid 'risky test' mark
Codeception_Codeception
train
a863ef78b59dc8329599d8142712c31edc9cc752
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( "rstcheck", "sphinx >= 1.3", "sphinx_rtd_theme", + "flaky", ], }, entry_points=""" diff --git a/tests/test_download.py b/tests/test_dow...
mark test_download_all_lta as flaky Ensures that the test is run at least twice when recording.
sentinelsat_sentinelsat
train
c0b7392ba8eb5786daebfecc8f88f3be48ee2bde
diff --git a/docs/1_request_reply.html b/docs/1_request_reply.html index <HASH>..<HASH> 100644 --- a/docs/1_request_reply.html +++ b/docs/1_request_reply.html @@ -323,6 +323,9 @@ hemera.act({ maxMessages$: 10 }, function(err, resp) { // You can receive 10 messages but also need 10 responses + + // if you rece...
[ci skip] make sid inside act context public, update docs
hemerajs_hemera
train
d6d73db1078e485321c506c48c27b92825791702
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneInfeasibleExceptionEdges.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneInfeasibleExceptionEdges.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneInfeasibleExceptionEdges.java +++ b/findbugs/src/java/edu/umd/cs/findbugs...
Fixed bug - methodGen field was never assigned. git-svn-id: <URL>
spotbugs_spotbugs
train
ab178a6762b5dd25837865a730fa3c444d4c8a4f
diff --git a/ArgusWeb/app/js/controllers/dashboards.js b/ArgusWeb/app/js/controllers/dashboards.js index <HASH>..<HASH> 100644 --- a/ArgusWeb/app/js/controllers/dashboards.js +++ b/ArgusWeb/app/js/controllers/dashboards.js @@ -38,7 +38,9 @@ angular.module('argus.controllers.dashboards', ['ngResource', 'ui.codemirror'])...
temp fix of empty entry generated by promise
salesforce_Argus
train
ddc051212461dc793ea4be2edf0517f3e4362731
diff --git a/tornado_profile.py b/tornado_profile.py index <HASH>..<HASH> 100644 --- a/tornado_profile.py +++ b/tornado_profile.py @@ -203,8 +203,7 @@ class CProfileHandler(tornado.web.RequestHandler): def post(self): """Start a new profiler.""" - if not CProfileWrapper.profiler: - CPr...
Overwrite the profiler when starting a new instance
makearl_tornado-profile
train
a3506c8e16ebb528bdbf80679805fe69b8c0904e
diff --git a/pkg/volume/azure_file/azure_file.go b/pkg/volume/azure_file/azure_file.go index <HASH>..<HASH> 100644 --- a/pkg/volume/azure_file/azure_file.go +++ b/pkg/volume/azure_file/azure_file.go @@ -210,11 +210,7 @@ func (b *azureFileMounter) SetUpAt(dir string, fsGroup *int64) error { } os.MkdirAll(dir, 0750) ...
Fall back on Azure public cloud endpoint when no Azure cloud provider is found
kubernetes_kubernetes
train
c39e902786052b4620a4c616d6c72cd99d94a026
diff --git a/src/RootSnippetSourceListBuilder.php b/src/RootSnippetSourceListBuilder.php index <HASH>..<HASH> 100644 --- a/src/RootSnippetSourceListBuilder.php +++ b/src/RootSnippetSourceListBuilder.php @@ -30,6 +30,12 @@ class RootSnippetSourceListBuilder ); } + if (!is_array($sourceArra...
Issue #<I>: Add check that products per page in source data is an array
lizards-and-pumpkins_catalog
train
f931e446b4f9d0f06aed4996b684cf2b9409850d
diff --git a/exec.go b/exec.go index <HASH>..<HASH> 100644 --- a/exec.go +++ b/exec.go @@ -3,13 +3,14 @@ package main import ( - "encoding/json" "fmt" "os" + "path" + "strconv" + "strings" "github.com/Sirupsen/logrus" "github.com/codegangsta/cli" - "github.com/opencontainers/specs" ) var execCommand =...
update exec to pass args and --tty on run
opencontainers_runc
train
1d68bbaaade7fb076c0913372af47697ab49b1e9
diff --git a/spec/yell/formatter_spec.rb b/spec/yell/formatter_spec.rb index <HASH>..<HASH> 100644 --- a/spec/yell/formatter_spec.rb +++ b/spec/yell/formatter_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' describe Yell::Formatter do - let(:logger) { Yell::Logger.new(name: 'Yell') } + let(:logger) { Yell::Logger....
FIX: Format fix for older Ruby versions
rudionrails_yell
train
2e657b00d9156c4f182d390924d86ab1a4d067ca
diff --git a/basicauth.php b/basicauth.php index <HASH>..<HASH> 100644 --- a/basicauth.php +++ b/basicauth.php @@ -81,30 +81,18 @@ class plgSystemBasicAuth extends JPlugin */ protected function _login($username, $password, $application) { - // If we did receive the user credentials from the user,...
Cleanup Remove cookie and header CSRF workarounds
joomlatools_joomla-basicauth
train
3371605957bc239b9463fb2f198459fb6909a93f
diff --git a/source/collection/operation.js b/source/collection/operation.js index <HASH>..<HASH> 100644 --- a/source/collection/operation.js +++ b/source/collection/operation.js @@ -39,11 +39,11 @@ // ----------- function execute_on_endpoint(data) { - return data_func(raw_arg, this_op.op...
fix bug where op name is undefined
d11n_bullpen
train
b8a316eeb2105de5ec70b6668dac706a06a7831c
diff --git a/lib/puppet/pops/types/type_parser.rb b/lib/puppet/pops/types/type_parser.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/types/type_parser.rb +++ b/lib/puppet/pops/types/type_parser.rb @@ -48,6 +48,10 @@ class Puppet::Pops::Types::TypeParser TYPES.pattern when "data" TYPES.data + ...
(#<I>) Add support for unparameterized Hash and Array Previously users would have to specify all of the parameter types of Array and Hash, which may not be friendly to those that either don't care or are not familiar with parameterized types. This allows them to specify a loose type that will default to a sane value.
puppetlabs_puppet
train
a91b643a8a0a728b663fb2e13813b9f540f2b500
diff --git a/ember-cli-build.js b/ember-cli-build.js index <HASH>..<HASH> 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -87,14 +87,17 @@ function rsvp() { } function routeRecognizer() { - var dist = path.dirname(require.resolve('route-recognizer')); - var es6 = new Funnel(path.join(dist, 'es6'), { -...
Make build use the package.json for resolving es entry.
emberjs_ember.js
train
3555383c6f025c127d6a07c86d2a8c25317faf8b
diff --git a/Controller/MenuItemController.php b/Controller/MenuItemController.php index <HASH>..<HASH> 100644 --- a/Controller/MenuItemController.php +++ b/Controller/MenuItemController.php @@ -96,11 +96,11 @@ class MenuItemController extends AbstractModuleController /** * @return Response */ - pub...
[Backoffice] Fix paging issues. Fixes #<I>
Clastic_MenuBundle
train
0fdbb8e76891fe6144575c4eb2164dc4863ac171
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLNonBlockingQuery.java b/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLNonBlockingQuery.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLNonBlockingQuery.java +++ ...
Fix non-blocking queries (activate db in current thread)
orientechnologies_orientdb
train
f231ac7465474dc7575a35598f5f05872b94c0de
diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go index <HASH>..<HASH> 100644 --- a/src/server/pachyderm_test.go +++ b/src/server/pachyderm_test.go @@ -133,7 +133,6 @@ func TestPachCommitIdEnvVarInJob(t *testing.T) { "", []string{"bash"}, []string{ - "echo $PACH_OUTPUT_COMMIT_ID > /pfs...
Remove PACH_OUTPUT_COMMIT_ID environment variable
pachyderm_pachyderm
train
830de153648eb90bb7798b4820a673a5ddd7fd15
diff --git a/tracer-spring-boot-starter/src/test/java/org/zalando/tracer/spring/AsyncTest.java b/tracer-spring-boot-starter/src/test/java/org/zalando/tracer/spring/AsyncTest.java index <HASH>..<HASH> 100644 --- a/tracer-spring-boot-starter/src/test/java/org/zalando/tracer/spring/AsyncTest.java +++ b/tracer-spring-boot-...
Increased timeout looks like travis is not fast enough?
zalando_tracer
train
a53a69520bb084e665a8202d4b73444e18033bbc
diff --git a/astropy_helpers/sphinx/conf.py b/astropy_helpers/sphinx/conf.py index <HASH>..<HASH> 100644 --- a/astropy_helpers/sphinx/conf.py +++ b/astropy_helpers/sphinx/conf.py @@ -10,6 +10,7 @@ # serve to show the default. import os +import sys import warnings from os import path @@ -18,6 +19,7 @@ import sph...
Adding python version dependent local sphinx inventories, to support both py2 and py3 docs builds
astropy_astropy-helpers
train