hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
fe854e1b215ec19aeb9b0b01686103eb37469e22
diff --git a/tests/Endpoints/ZonesTest.php b/tests/Endpoints/ZonesTest.php index <HASH>..<HASH> 100644 --- a/tests/Endpoints/ZonesTest.php +++ b/tests/Endpoints/ZonesTest.php @@ -20,7 +20,7 @@ class ZonesTest extends TestCase ->with( $this->equalTo('zones'), $this->equalTo...
Update zone tests to reflect correctly named jumpstart option
cloudflare_cloudflare-php
train
6b7a2a2b8bbbc571e085f7d85977a600f67908b1
diff --git a/examples/SuchThatTest.php b/examples/SuchThatTest.php index <HASH>..<HASH> 100644 --- a/examples/SuchThatTest.php +++ b/examples/SuchThatTest.php @@ -1,5 +1,10 @@ <?php +/** + * Some of these would make good unit tests, but importing them + * doesn't solve the problem as the more important ones are the ...
Embedding TODO from paper to code
giorgiosironi_eris
train
3914179f8af2f46101e697574b95348c541579f8
diff --git a/tests/test_functions.py b/tests/test_functions.py index <HASH>..<HASH> 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -316,7 +316,7 @@ class FunctionsTest(TestCase): def test_sum_series(self): series = self._generate_series_list() - sum_ = functions.sumSeries({...
Add test for sums of nulls
brutasse_graphite-api
train
e2872e25fccc1ca6a60dbfde903b9631456c6d1c
diff --git a/History.txt b/History.txt index <HASH>..<HASH> 100644 --- a/History.txt +++ b/History.txt @@ -9,9 +9,11 @@ as missing elements (by returning nil), rather than raising. Raise behavior can be accessed by supplying your own block or using the :required option. - * 1 bug fix + * 3 bug fixes *...
Don't apply xml_convention to name if it is explicitly set via :from, and protect : and / from modification by inflectors
Empact_roxml
train
20afb21eb6fc8585083d90ee572b04f646983642
diff --git a/ipywidgets/widgets/widget_float.py b/ipywidgets/widgets/widget_float.py index <HASH>..<HASH> 100644 --- a/ipywidgets/widgets/widget_float.py +++ b/ipywidgets/widgets/widget_float.py @@ -191,6 +191,13 @@ class _BoundedFloatRange(_FloatRange): max = CFloat(100.0, help="Max value").tag(sync=True) mi...
Default bounded range to <I>% - <I>% of (min, max)
jupyter-widgets_ipywidgets
train
e59e5c54df7c7a757a49e57ec40682aab4ba653f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ except ImportError: import sys sys.path.insert(0, '.') version = __import__('voluptuous').__version__ -long_description = open('README').read() +long_description = open('README.rst').read() description = long_...
Missed a reference to README.rst.
alecthomas_voluptuous
train
439b684f83e19f828e23344d6b7ee92030a7278f
diff --git a/cbamf/comp/psfs.py b/cbamf/comp/psfs.py index <HASH>..<HASH> 100644 --- a/cbamf/comp/psfs.py +++ b/cbamf/comp/psfs.py @@ -93,9 +93,6 @@ class PSF(object): self._rvecs = np.rollaxis(np.array(np.broadcast_arrays(rz,ry,rx)), 0, 4) self._rlen = np.sqrt(rx**2 + ry**2 + rz**2) - def _set_t...
activating GPPCAPSF for the new framework
peri-source_peri
train
205f4fe7efeb028e6977141d51dad75d5aa2cbf6
diff --git a/lib/urban_dictionary/word.rb b/lib/urban_dictionary/word.rb index <HASH>..<HASH> 100644 --- a/lib/urban_dictionary/word.rb +++ b/lib/urban_dictionary/word.rb @@ -7,9 +7,9 @@ module UrbanDictionary class Word attr_reader :word, :entries - # Can raise SocketError if unable to connect to specifie...
Don't leak file descriptor when opening URL
ryangreenberg_urban_dictionary
train
e85f89c959e5a707c1b78143eded7030d24d3dc1
diff --git a/javamelody-core/src/main/java/net/bull/javamelody/JdbcWrapper.java b/javamelody-core/src/main/java/net/bull/javamelody/JdbcWrapper.java index <HASH>..<HASH> 100644 --- a/javamelody-core/src/main/java/net/bull/javamelody/JdbcWrapper.java +++ b/javamelody-core/src/main/java/net/bull/javamelody/JdbcWrapper.ja...
fix pour issue <I>: StackOverflowError in JBoss 4 when using JNDI dataSources with several monitored webapps
javamelody_javamelody
train
0c42bb2b8fe1a10691e0bbaff17f7b77ebcd7fec
diff --git a/cli/install.go b/cli/install.go index <HASH>..<HASH> 100644 --- a/cli/install.go +++ b/cli/install.go @@ -1,14 +1,12 @@ package main import ( - "fmt" - "github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/go-docopt" "github.com/flynn/flynn/installer" ) func init() { - register("instal...
cli: Remove unused sprintf of install usage The format string was removed when the web installer landed.
flynn_flynn
train
30362ff7fe66db94b46830686ce71f87ed848484
diff --git a/lib/telephone_number/class_methods.rb b/lib/telephone_number/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/telephone_number/class_methods.rb +++ b/lib/telephone_number/class_methods.rb @@ -8,7 +8,7 @@ module TelephoneNumber end def parse(number, country = nil) - TelephoneNumber::N...
fix wasted sanitzation (#<I>)
mobi_telephone_number
train
785c45d8eff23f90bf87d5016219ed135b20245d
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ History v2.0.x (latest) +* Throw exception when headers already sent, fix #11. * Removed testcase where exception was not thrown in creating session on hvm. diff --git a/app/config/error_reporting....
Throw exception when headers already sent, fix #<I>
mosbth_Anax-MVC
train
4c2a163e25f0eb8908044600c4168b445b473e91
diff --git a/duct.py b/duct.py index <HASH>..<HASH> 100644 --- a/duct.py +++ b/duct.py @@ -78,8 +78,8 @@ class CheckedError(subprocess.CalledProcessError): self.expression = expression def __str__(self): - return 'Expression {0} returned non-zero exit status {1}.'.format( - self.expres...
include captured output in CheckedError's repr I suspect CI is failing because of a PYTHONPATH issue, but it's hard to tell because I'm not seeing captured output in my errors. This should fix the issue.
oconnor663_duct.py
train
05f01ab70e43120778db1bce286f53fd68917baf
diff --git a/spinoff/component/component.py b/spinoff/component/component.py index <HASH>..<HASH> 100644 --- a/spinoff/component/component.py +++ b/spinoff/component/component.py @@ -6,6 +6,7 @@ from twisted.application.service import Service from twisted.internet.defer import Deferred, inlineCallbacks, returnValue, D...
Made component.Component a plain object and moved the twisted.a.s.Service part outside to ActorsAsService
eallik_spinoff
train
18fbadf2867fb7ad4f929e1523dd249fdabbbb58
diff --git a/closure/goog/ui/keyboardshortcuthandler_test.js b/closure/goog/ui/keyboardshortcuthandler_test.js index <HASH>..<HASH> 100644 --- a/closure/goog/ui/keyboardshortcuthandler_test.js +++ b/closure/goog/ui/keyboardshortcuthandler_test.js @@ -372,17 +372,17 @@ function testCanRemoveOneHandler() { // regist...
Fix misleading test (that was still "working"). There never was a KeyCodes.COLON or KeyCodes.EXCLAMATION. The test was a lie since the beginning. Things still "worked" because some type coercion happened, but it wasn't really testing things right since in fact they both evaluated to undefined, and so were actually the...
google_closure-library
train
cc3c77d2bdc8b2e5bd3081a07e785f81a1624f0b
diff --git a/spyder/preferences/general.py b/spyder/preferences/general.py index <HASH>..<HASH> 100644 --- a/spyder/preferences/general.py +++ b/spyder/preferences/general.py @@ -23,8 +23,8 @@ from qtpy.QtWidgets import (QApplication, QButtonGroup, QGridLayout, QGroupBox, if sys.platform == "darwin": import appla...
Preferences: Don't show disabled translation languages
spyder-ide_spyder
train
3dc2ca14023e3ff1acb7a2101f58564e78e3831b
diff --git a/src/Tonic/Resource.php b/src/Tonic/Resource.php index <HASH>..<HASH> 100644 --- a/src/Tonic/Resource.php +++ b/src/Tonic/Resource.php @@ -26,7 +26,7 @@ class Resource { * @param str methodName Optional name of method to execute, bypasing annotations, useful for debugging * @return Tonic\Respons...
Priority condition method added Core methods made final
peej_tonic
train
c0a37a90544487bc536f8b9d0e77f6ea46aa6b9e
diff --git a/esigate-server/src/main/java/org/esigate/server/EsigateServer.java b/esigate-server/src/main/java/org/esigate/server/EsigateServer.java index <HASH>..<HASH> 100644 --- a/esigate-server/src/main/java/org/esigate/server/EsigateServer.java +++ b/esigate-server/src/main/java/org/esigate/server/EsigateServer.ja...
fix work dir deletion if it doesn't exist
esigate_esigate
train
f6aca23a62ee85aa8b9a4547a7c7d0f300843dd6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -85,10 +85,10 @@ module.exports = class Multispinner { symbol = animation break case states.success: - symbol = this.successIndicator + symbol = this.successSymbol ...
"Indicator" -> "Symbol"
codekirei_node-multispinner
train
4c12105b00c3898c44ecf4a00fcffce905ff9452
diff --git a/test/hashtable-spec.js b/test/hashtable-spec.js index <HASH>..<HASH> 100644 --- a/test/hashtable-spec.js +++ b/test/hashtable-spec.js @@ -243,4 +243,76 @@ describe('Hashtable validation type', function() { testHelper.verifyDocumentNotCreated(doc, 'hashtableDoc', errorFormatter.hashtableKeyEmpty('dyn...
Issue #<I>: Test cases for dynamic validation of hashtableValuesValidator
Kashoo_synctos
train
901b9496ae2ae8808377cb461481431d51328240
diff --git a/lib/fit4ruby/Session.rb b/lib/fit4ruby/Session.rb index <HASH>..<HASH> 100644 --- a/lib/fit4ruby/Session.rb +++ b/lib/fit4ruby/Session.rb @@ -22,7 +22,7 @@ module Fit4Ruby include RecordAggregator - attr_reader :laps + attr_reader :laps, :records # Create a new Session object. # ...
Add attr_reader for Session records.
scrapper_fit4ruby
train
65aceaa1dcd75a474937ac40ea3f7f886a5249dc
diff --git a/core/flyout.js b/core/flyout.js index <HASH>..<HASH> 100644 --- a/core/flyout.js +++ b/core/flyout.js @@ -216,7 +216,7 @@ Blockly.Flyout.prototype.dispose = function() { /** * Get the width of the flyout. - * @return {number} the width of the flyout. + * @return {number} The width of the flyout. */ ...
Fix docstrings and add horizontal scrolling.
LLK_scratch-blocks
train
35bba53ebb8c3f3915f149f0befe283151779e4e
diff --git a/src/Composer/Composer.php b/src/Composer/Composer.php index <HASH>..<HASH> 100644 --- a/src/Composer/Composer.php +++ b/src/Composer/Composer.php @@ -52,10 +52,10 @@ class Composer * const RELEASE_DATE = '@release_date@'; * const SOURCE_VERSION = '1.8-dev+source'; */ - const VERSION = ...
Release <I>-RC1
composer_composer
train
887084cf0cfcb1c4b4388f075dcf6b71c0fce20c
diff --git a/src/selection/attr.js b/src/selection/attr.js index <HASH>..<HASH> 100644 --- a/src/selection/attr.js +++ b/src/selection/attr.js @@ -22,6 +22,8 @@ function selectionAttr(name, value) { for (var i = 0; i < arr.length; i++) { this.__tags__.push(arr[i]); } + } else if (name === "pos...
handle scale, position, and rotation attributes
sghall_subunit
train
8efdcdff64aeadc57800b9612efb8b02029388c8
diff --git a/lib/polipus/page.rb b/lib/polipus/page.rb index <HASH>..<HASH> 100644 --- a/lib/polipus/page.rb +++ b/lib/polipus/page.rb @@ -82,7 +82,10 @@ module Polipus # def doc return @doc if @doc - @doc = Nokogiri::HTML(@body.toutf8, nil, 'utf-8') if @body && html? rescue nil + @body ||= '...
Pull request #<I>: make the tests pass
taganaka_polipus
train
0676cd2aeb2ee3708679fcf23a66d70777019dc6
diff --git a/src/Silex/Application.php b/src/Silex/Application.php index <HASH>..<HASH> 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -344,9 +344,9 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe * * @return string Escaped text */ - pu...
Use the application charset as default charset for `$app->escape()` method.
silexphp_Silex
train
00d24c062f981c38308ce668b5d79d20fe590bb4
diff --git a/tensorflow_probability/python/distributions/logistic_test.py b/tensorflow_probability/python/distributions/logistic_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/distributions/logistic_test.py +++ b/tensorflow_probability/python/distributions/logistic_test.py @@ -143,14 +143,19 @@...
Increase robustness of Logistic sample test. Previously it was testing that a single sample took some hardcoded values given a certain seed. This CL introduces a proper KS test, piggybacking on scipy stats. PiperOrigin-RevId: <I>
tensorflow_probability
train
59ecbaf5f78405f4172b320b3b866e236fb92e44
diff --git a/edison-jobs/src/main/java/de/otto/edison/jobs/controller/JobsController.java b/edison-jobs/src/main/java/de/otto/edison/jobs/controller/JobsController.java index <HASH>..<HASH> 100644 --- a/edison-jobs/src/main/java/de/otto/edison/jobs/controller/JobsController.java +++ b/edison-jobs/src/main/java/de/otto/...
fix Jobscontroller and add missing tests
otto-de_edison-microservice
train
76f2868785a7a442bea5ef055f5d1e82e381fb68
diff --git a/spec/adapters/googlecharts_spec.rb b/spec/adapters/googlecharts_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adapters/googlecharts_spec.rb +++ b/spec/adapters/googlecharts_spec.rb @@ -30,5 +30,9 @@ describe Daru::View::Plot, 'plotting with googlecharts' do it "Table class must be GoogleVisualr::Data...
Improve test coverage for googlecharts.rb
SciRuby_daru-view
train
1cc5888a62e509d7ff725be7db944fcf8b3a3c3c
diff --git a/worker/uniter/storage/attachments.go b/worker/uniter/storage/attachments.go index <HASH>..<HASH> 100644 --- a/worker/uniter/storage/attachments.go +++ b/worker/uniter/storage/attachments.go @@ -1,6 +1,9 @@ // Copyright 2015 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. +// ...
worker/uniter/storage: add package-level doc
juju_juju
train
e9e3dc9905867f2099e79fa952612fac3b7b540d
diff --git a/docker_discovery/docker_discovery.go b/docker_discovery/docker_discovery.go index <HASH>..<HASH> 100644 --- a/docker_discovery/docker_discovery.go +++ b/docker_discovery/docker_discovery.go @@ -141,9 +141,9 @@ func (d *DockerDiscovery) processEvents(quit chan bool) { event := <-d.events fmt.Printf(...
Don't go apeshit when Docker goes away.
newrelic_sidecar
train
2e0a1e2767565f886cb22a13dc34fc94d384e6f4
diff --git a/ezp/Content/Translation.php b/ezp/Content/Translation.php index <HASH>..<HASH> 100644 --- a/ezp/Content/Translation.php +++ b/ezp/Content/Translation.php @@ -12,6 +12,7 @@ use ezp\Base\Model, ezp\Base\Locale, ezp\Base\Collection\Type as TypeCollection, ezp\Content, + ezp\Content\Version\C...
Fixed: Version being an interface, a concrete object must be created
ezsystems_ezpublish-kernel
train
310aea5fcacf89a83aa50af2c9a655705b3be1fe
diff --git a/spec/lib/abstract_object_spec.rb b/spec/lib/abstract_object_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/abstract_object_spec.rb +++ b/spec/lib/abstract_object_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe "AbstractObject" do - describe "proxying" do + describe "proxy" do let(:obj...
Added spec for destroying and updating AbstractObject
sferik_rails_admin
train
5e069e8d158673257a7585571d577604a8aa305c
diff --git a/lottie/src/main/java/com/airbnb/lottie/Utils.java b/lottie/src/main/java/com/airbnb/lottie/Utils.java index <HASH>..<HASH> 100644 --- a/lottie/src/main/java/com/airbnb/lottie/Utils.java +++ b/lottie/src/main/java/com/airbnb/lottie/Utils.java @@ -97,7 +97,7 @@ final class Utils { L.endSection("applyT...
Don't trim a path when length < 1 Path lengths get casted to integers. Lengths < 1 will round to 0 and causes a DivideByZero exception
airbnb_lottie-android
train
ddcd7d47b502f5f7931054dd4c39936f8e11d909
diff --git a/bakery_cli/bakery.py b/bakery_cli/bakery.py index <HASH>..<HASH> 100644 --- a/bakery_cli/bakery.py +++ b/bakery_cli/bakery.py @@ -87,13 +87,6 @@ class Bakery(object): def addLoggingToFile(self): if not os.path.exists(self.build_dir): os.makedirs(self.build_dir) - else: - ...
auto-indexing build dirs is unecessary and has been breaking the compatibility between build/report scripts
googlefonts_fontbakery
train
28e9fbfcb2ecbb00b16cde1783ee9e6af60a5b25
diff --git a/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java b/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java index <HASH>..<HASH> 100755 --- a/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java +++ b/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java @@ -221,7...
Revert some more, led to memory leaks.
h2oai_h2o-3
train
0f59ccfc06e182d39005aeecb53caefb2f834e2c
diff --git a/src/actions/utils/middleware/log.js b/src/actions/utils/middleware/log.js index <HASH>..<HASH> 100644 --- a/src/actions/utils/middleware/log.js +++ b/src/actions/utils/middleware/log.js @@ -13,7 +13,8 @@ const blacklist = [ "MAP_SCOPES", "MAP_FRAMES", "ADD_SCOPES", - "IN_SCOPE_LINES" + "IN_SCOPE...
[mochi] stop logging remove breakpoint data (#<I>)
firefox-devtools_debugger
train
329a247ec26b9b57f655a4f862100af31aaa40ff
diff --git a/compiler/prelude/goroutines.go b/compiler/prelude/goroutines.go index <HASH>..<HASH> 100644 --- a/compiler/prelude/goroutines.go +++ b/compiler/prelude/goroutines.go @@ -86,7 +86,7 @@ var $callDeferred = function(deferred, jsErr) { } } } finally { - $skippedDeferFrames = localSkippedDefer...
fix: do not miss skipped stack frames from deeper levels
gopherjs_gopherjs
train
6a6bec6a3f6e8b27d6c2ba75e39565686326775a
diff --git a/besticon/iconserver/server.go b/besticon/iconserver/server.go index <HASH>..<HASH> 100644 --- a/besticon/iconserver/server.go +++ b/besticon/iconserver/server.go @@ -18,6 +18,9 @@ import ( "github.com/mat/besticon/besticon" "github.com/mat/besticon/besticon/iconserver/assets" "github.com/mat/besticon...
Enable pprof runtime profiling
mat_besticon
train
276d3de41a43c184d17240bc753d49e14f43151f
diff --git a/lib/scriptEvalChild.js b/lib/scriptEvalChild.js index <HASH>..<HASH> 100644 --- a/lib/scriptEvalChild.js +++ b/lib/scriptEvalChild.js @@ -52,6 +52,10 @@ module.exports = function (inputs, callback, done) { }) } + if (inputs.response.content) { + inputs.response.content = new Buffer(inputs.res...
fix - make sure res.content in script is always buffer
jsreport_jsreport-scripts
train
3ed87cbe46b96aeaf01a3535b1888e0097f273e1
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -185,7 +185,7 @@ func setupRouteFetcher(logger lager.Logger, c *config.Config, registry rregistry } routingApiUri := fmt.Sprintf("%s:%d", c.RoutingApi.Uri, c.RoutingApi.Port) - routingApiClient := routing_api.NewClient(routi...
Update gorouter to verify certs for RoutingApi [#<I>]
cloudfoundry_gorouter
train
b3300527c13d7bc5a8b60b5e065f7d8cd721805e
diff --git a/salt/transport/tcp.py b/salt/transport/tcp.py index <HASH>..<HASH> 100644 --- a/salt/transport/tcp.py +++ b/salt/transport/tcp.py @@ -9,6 +9,7 @@ header is a msgpack'd dict which includes (at least) msgLen ''' import socket +import sys import os import urlparse # TODO: remove @@ -365,6 +366,7 @@ c...
Better message_id handling This caps the number of inflight messages to maxint on the system, so we can wrap the message IDs instead of forever increasing in size
saltstack_salt
train
518784ec0e4566e04056541f62401f63402ca09a
diff --git a/salesforce/backend/query.py b/salesforce/backend/query.py index <HASH>..<HASH> 100644 --- a/salesforce/backend/query.py +++ b/salesforce/backend/query.py @@ -166,6 +166,7 @@ def extract_values(query): [value] = [value for qfield, model, value in query.values if qfield.name == field.name] else: # in...
Added error report for unsupported bulk_create.
django-salesforce_django-salesforce
train
cda7f4f30f94e0787088ea71c8edd5281e497022
diff --git a/src/windshaft/client.js b/src/windshaft/client.js index <HASH>..<HASH> 100644 --- a/src/windshaft/client.js +++ b/src/windshaft/client.js @@ -77,14 +77,18 @@ WindshaftClient.prototype.instantiateMap = function (options) { WindshaftClient.prototype._generateEncodedURL = function (payload, params) { pa...
Fixed lzma param
CartoDB_carto.js
train
59083e4b557daf930a9d5a4d6666ff9866e62605
diff --git a/src/Pixie/QueryBuilder/Adapters/BaseAdapter.php b/src/Pixie/QueryBuilder/Adapters/BaseAdapter.php index <HASH>..<HASH> 100644 --- a/src/Pixie/QueryBuilder/Adapters/BaseAdapter.php +++ b/src/Pixie/QueryBuilder/Adapters/BaseAdapter.php @@ -1,7 +1,6 @@ <?php namespace Pixie\QueryBuilder\Adapters; use Pixi...
Simplifying NestedCriteria class.
skipperbent_pecee-pixie
train
4f965e923b2bcd9b2425f38ce92e79554f6f1118
diff --git a/nunaliit2-js/src/main/webapp/nunaliit2/n2.mapAndControls.js b/nunaliit2-js/src/main/webapp/nunaliit2/n2.mapAndControls.js index <HASH>..<HASH> 100644 --- a/nunaliit2-js/src/main/webapp/nunaliit2/n2.mapAndControls.js +++ b/nunaliit2-js/src/main/webapp/nunaliit2/n2.mapAndControls.js @@ -440,7 +440,7 @@ var G...
nunaliit2-js: Fix issue with gazetteer code, where map projection are not interpreted correctly. Issue #<I>
GCRC_nunaliit
train
8cccae582e7e191c1453fb8763cc30e88b0e5928
diff --git a/test/integration/generated_gimarshallingtests_test.rb b/test/integration/generated_gimarshallingtests_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/generated_gimarshallingtests_test.rb +++ b/test/integration/generated_gimarshallingtests_test.rb @@ -210,6 +210,7 @@ describe GIMarshallingTests d...
Add skip guard for GIMarshallingTests::Interface3
mvz_gir_ffi
train
3f891cc717e2aaada1e8e396b5ac123c66de75c1
diff --git a/lib/error/serviceError.js b/lib/error/serviceError.js index <HASH>..<HASH> 100644 --- a/lib/error/serviceError.js +++ b/lib/error/serviceError.js @@ -22,7 +22,7 @@ function ServiceError(context) { ServiceError.buildFrom = function(err) { var error = new ServiceError({ - info: err.message + ...
rename ServiceError "info" context property to "message" to preserve consistent API
BohemiaInteractive_bi-service
train
d3124fd1fbb3b1e886298b1b2fb2278d9b6138db
diff --git a/Tests/Integration/AbstractNeustarIntegrationTest.php b/Tests/Integration/AbstractNeustarIntegrationTest.php index <HASH>..<HASH> 100644 --- a/Tests/Integration/AbstractNeustarIntegrationTest.php +++ b/Tests/Integration/AbstractNeustarIntegrationTest.php @@ -9,6 +9,7 @@ namespace MauticPlugin\MauticEnhance...
[ENG-<I>] Preliminary Neustar tests
TheDMSGroup_mautic-enhancer
train
e338fdc402f5fe06b027f733d620cab190b46372
diff --git a/packages/form/src/Form.js b/packages/form/src/Form.js index <HASH>..<HASH> 100644 --- a/packages/form/src/Form.js +++ b/packages/form/src/Form.js @@ -175,7 +175,7 @@ class Form extends Component { const { onSubmit } = this.props; this.getStore().markAsSubmitted(); - onSubmit && onSubmit(); +...
provide form state as argument for on submit callback
fi11_uikit
train
d3d5bea2198bca2a7bdc15938d84ec1e03771645
diff --git a/lib/genetic_algorithms/chromosome.rb b/lib/genetic_algorithms/chromosome.rb index <HASH>..<HASH> 100644 --- a/lib/genetic_algorithms/chromosome.rb +++ b/lib/genetic_algorithms/chromosome.rb @@ -31,7 +31,7 @@ module GeneticAlgorithms char == ON ? OFF : ON end - def crossover(chromosome,...
Changed name from Chromosome#crossover to reproduce_with
execdd17_genetic_algorithms
train
4744c6eab91487de130149f4066967bdf9c59591
diff --git a/tests/test_physical.py b/tests/test_physical.py index <HASH>..<HASH> 100644 --- a/tests/test_physical.py +++ b/tests/test_physical.py @@ -61,9 +61,9 @@ class TestPhysical(unittest.TestCase): for scale in (5, 6, 7): phys = Physical(scale=scale) - self.assertTrue(np.isclose...
fixed test error that came from using all() on a single value
ratcave_ratcave
train
2f31e6653cfe28698ef71db983708d8947edcaca
diff --git a/lib/lending_club/client/order_collection.rb b/lib/lending_club/client/order_collection.rb index <HASH>..<HASH> 100644 --- a/lib/lending_club/client/order_collection.rb +++ b/lib/lending_club/client/order_collection.rb @@ -37,7 +37,7 @@ module LendingClub def add(order) is_valid, error_message...
Change raise calls to use LendingClub error class.
flushentitypacket_lending_club
train
a92b55b81eb3586e4144f9332796c94747bf9cfe
diff --git a/tests/functional/api/test_merge_requests.py b/tests/functional/api/test_merge_requests.py index <HASH>..<HASH> 100644 --- a/tests/functional/api/test_merge_requests.py +++ b/tests/functional/api/test_merge_requests.py @@ -32,6 +32,22 @@ def test_merge_requests(project): ) +def test_merge_requests_...
chore: add functional test of mergerequest.get() Add a functional test of test mergerequest.get() and mergerequest.get(..., lazy=True) Closes: #<I>
python-gitlab_python-gitlab
train
232dbe116c848e5e7a5b02c7d8b3b36a7725d1ee
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ For more information, check the README.md in <http://github.com/i3visio/osrframework>. For the ToDo list and the known issues, scroll down till the end of this file. -0.10.0b, 2016/01/23 -- Mitigati...
Fix to issue #<I>: fixed a crash when launching -p wikipedia only in usufy.py and some false positives associated to the platform.
i3visio_osrframework
train
09edd51e9bd27832b5d1b0bcb2135ba5b26e195b
diff --git a/dojo/split/utils.py b/dojo/split/utils.py index <HASH>..<HASH> 100644 --- a/dojo/split/utils.py +++ b/dojo/split/utils.py @@ -1,7 +1,7 @@ import numpy as np def convert_assert(X, y): - X, y = np.array(X), np.array(y) + X, y = np.array(X, dtype=np.float32), np.array(y, dtype=np.float32) asser...
[Upgrade] set dtype to X, y in split/utils.py
VIVelev_PyDojoML
train
f12757c8023b2b83718053172b6fdd0a2fc54b1a
diff --git a/lib/solrizer/field_mapper.rb b/lib/solrizer/field_mapper.rb index <HASH>..<HASH> 100644 --- a/lib/solrizer/field_mapper.rb +++ b/lib/solrizer/field_mapper.rb @@ -85,6 +85,18 @@ module Solrizer # # self.descriptors = [MyCustomIndexDescriptors, DefaultDescriptors] # end + + class StringDescri...
Allow passing a string to solr_name
samvera_solrizer
train
e8854d3b3990c267b0c813da3bc583c15c0090e9
diff --git a/src/MatthiasNoback/MicrosoftOAuth/AzureTokenProvider.php b/src/MatthiasNoback/MicrosoftOAuth/AzureTokenProvider.php index <HASH>..<HASH> 100644 --- a/src/MatthiasNoback/MicrosoftOAuth/AzureTokenProvider.php +++ b/src/MatthiasNoback/MicrosoftOAuth/AzureTokenProvider.php @@ -38,7 +38,7 @@ class AzureTokenPro...
Fixed old PHP versions compatibility and new custom auth url functionality tested
matthiasnoback_microsoft-translator
train
5fa63c50f07482b652931506082208b94092a6b0
diff --git a/haproxy_exporter.go b/haproxy_exporter.go index <HASH>..<HASH> 100644 --- a/haproxy_exporter.go +++ b/haproxy_exporter.go @@ -382,7 +382,7 @@ func (e *Exporter) scrape(ch chan<- prometheus.Metric) (up float64) { info, err := e.parseInfo(infoReader) if err != nil { - level.Debug(e.logger).Log("msg...
Correct a typo in haproxy_exporter.go (#<I>)
prometheus_haproxy_exporter
train
d704e4eb6f39eccce1770911a7902b3f94c8e81e
diff --git a/cmd/ssh-proxy/main.go b/cmd/ssh-proxy/main.go index <HASH>..<HASH> 100644 --- a/cmd/ssh-proxy/main.go +++ b/cmd/ssh-proxy/main.go @@ -79,6 +79,24 @@ var diegoCredentials = flag.String( "Diego Credentials to be used with the Diego authentication method", ) +var bbsCACert = flag.String( + "bbsCACert", +...
support mutual-auth TLS to BBS [#<I>]
cloudfoundry_diego-ssh
train
f085d65f86fe504e2cda333dd15f274c29384923
diff --git a/jplephem/ephem.py b/jplephem/ephem.py index <HASH>..<HASH> 100644 --- a/jplephem/ephem.py +++ b/jplephem/ephem.py @@ -1,5 +1,14 @@ -"""Compute positions from an ephemeris installed as a Python package.""" +"""Compute positions from an ephemeris installed as a Python package. +Note: This entire module is ...
Mark `ephem.py` as deprecated I just spent twenty minutes trying to figure out why there are two duplicate implementations of Chebyshev before finally reconstructing why. So let’s mark all of these routines as clearly deprecated, so in the future I remember it each time I enter the file!
brandon-rhodes_python-jplephem
train
e2d523957ed3d6da9e1beefaa37b8cf3a2d878a8
diff --git a/src/main/java/org/logicng/solvers/MiniSat.java b/src/main/java/org/logicng/solvers/MiniSat.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/logicng/solvers/MiniSat.java +++ b/src/main/java/org/logicng/solvers/MiniSat.java @@ -231,7 +231,7 @@ public final class MiniSat extends SATSolver { @Overri...
Small improvements in the MiniSat solver
logic-ng_LogicNG
train
cf0b2e8b940d08d7ec7f7ea4a4cf09c6ed0dea16
diff --git a/lib/resource_address.rb b/lib/resource_address.rb index <HASH>..<HASH> 100644 --- a/lib/resource_address.rb +++ b/lib/resource_address.rb @@ -76,6 +76,20 @@ module FHIR url += "/$everything" params[:start] = options[:start] if options[:start] params[:end] = options[:end] if opt...
Preliminary operation support for ValueSet and
fhir-crucible_fhir_client
train
c1d9cfef74a9f3dbb6f394b49731b5216a5785e8
diff --git a/state/machine.go b/state/machine.go index <HASH>..<HASH> 100644 --- a/state/machine.go +++ b/state/machine.go @@ -301,8 +301,11 @@ func getInstanceCharmProfileData(st *State, id string) (instanceCharmProfileData // UpgradeCharmProfileApplication returns the replacement profile application name for the m...
Cater for missing documents When deploying without a document ensure that we still report a change when one does appear.
juju_juju
train
39a50087c88fcfaa2229f324204ff6af9d91aefd
diff --git a/src/renderer/map/MapCanvasRenderer.js b/src/renderer/map/MapCanvasRenderer.js index <HASH>..<HASH> 100644 --- a/src/renderer/map/MapCanvasRenderer.js +++ b/src/renderer/map/MapCanvasRenderer.js @@ -190,7 +190,8 @@ export default class MapCanvasRenderer extends MapRenderer { const mapAllLayers = cr...
fix ui's z-index
maptalks_maptalks.js
train
47dcd35d3834834d7e46b274c0828b82602df5a2
diff --git a/src/L.Control.Angular.js b/src/L.Control.Angular.js index <HASH>..<HASH> 100644 --- a/src/L.Control.Angular.js +++ b/src/L.Control.Angular.js @@ -5,9 +5,10 @@ position: 'bottomleft', template: '' }, - onAdd: function(map) { + onAdd: function onAdd (map) { var tha...
Add di to allow access to the control's options from its angular controller
grantHarris_leaflet-control-angular
train
9d3adb356f2c7b2e5d787b566c80897b5cf0c526
diff --git a/jbpm-runtime-manager/src/main/java/org/jbpm/runtime/manager/impl/cdi/InjectableRegisterableItemsFactory.java b/jbpm-runtime-manager/src/main/java/org/jbpm/runtime/manager/impl/cdi/InjectableRegisterableItemsFactory.java index <HASH>..<HASH> 100644 --- a/jbpm-runtime-manager/src/main/java/org/jbpm/runtime/m...
don't use workitemhandlerproducer for kmodule deployments
kiegroup_jbpm
train
ccd216dfe5d34bef5bf2fe2268a2ccf603255b73
diff --git a/moto/s3/exceptions.py b/moto/s3/exceptions.py index <HASH>..<HASH> 100644 --- a/moto/s3/exceptions.py +++ b/moto/s3/exceptions.py @@ -26,6 +26,10 @@ ERROR_WITH_RANGE = """{% extends 'single_error' %} <RangeRequested>{{ range_requested }}</RangeRequested>{% endblock %} """ +ERROR_WITH_STORAGE_CLASS = ""...
S3 - get_object() should error for Glacier-class (#<I>)
spulec_moto
train
85f1e8231db856c56a8104ff562557da17b99658
diff --git a/Kwf_js/EyeCandy/Lightbox/Lightbox.js b/Kwf_js/EyeCandy/Lightbox/Lightbox.js index <HASH>..<HASH> 100644 --- a/Kwf_js/EyeCandy/Lightbox/Lightbox.js +++ b/Kwf_js/EyeCandy/Lightbox/Lightbox.js @@ -547,8 +547,8 @@ Kwf.EyeCandy.Lightbox.Styles.CenterBox = Ext2.extend(Kwf.EyeCandy.Lightbox.Style //if ...
Fix problem with jquery-lightbox Corrected value was set to wrong var. Resulted in lightbox moved out of window if lightbox was higher than window.
koala-framework_koala-framework
train
dc3bbc4a1a91e5b708d23a98833271a305eedf05
diff --git a/src/main/java/com/nexmo/client/verify/VerifyResult.java b/src/main/java/com/nexmo/client/verify/VerifyResult.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/nexmo/client/verify/VerifyResult.java +++ b/src/main/java/com/nexmo/client/verify/VerifyResult.java @@ -21,11 +21,6 @@ */ package com.nexm...
Remove deprecation from VerifyResult as VerifyResponse is not ready for external usage.
Nexmo_nexmo-java
train
c44fdbc91b68953ff57364eb11190d5f3cfa85c2
diff --git a/zounds/learn/embedding.py b/zounds/learn/embedding.py index <HASH>..<HASH> 100644 --- a/zounds/learn/embedding.py +++ b/zounds/learn/embedding.py @@ -1,8 +1,9 @@ +from trainer import Trainer from random import choice import numpy as np -class TripletEmbeddingTrainer(object): +class TripletEmbeddingTr...
Refactor/de-duplicate code for selecting batches
JohnVinyard_zounds
train
5ff24097a7fd01b36c49648cb6b54b95e7725f97
diff --git a/src/java/com/threerings/media/sound/SoundManager.java b/src/java/com/threerings/media/sound/SoundManager.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/media/sound/SoundManager.java +++ b/src/java/com/threerings/media/sound/SoundManager.java @@ -260,8 +260,7 @@ public class SoundManager ...
Tested and verified: the bug is fixed. Removed extra debugging, found another instance of append() that needed to be changed to appendLoud(). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
cbfc3ee39dd465c3bf8ee8a2d9b50e5e1665595f
diff --git a/eZ/Publish/API/Repository/Tests/LocationServiceTest.php b/eZ/Publish/API/Repository/Tests/LocationServiceTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/LocationServiceTest.php +++ b/eZ/Publish/API/Repository/Tests/LocationServiceTest.php @@ -138,9 +138,9 @@ class LocationService...
Implemented further calculations on new Location.
ezsystems_ezpublish-kernel
train
626f5a24f4aa685dab06e20904ed89031fb42a06
diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remove/RemoveTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remove/RemoveTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integ...
[JBQA-<I>]: check that a bean gets removed even if it throws an exception in @PreDestroy
wildfly_wildfly
train
ff5cabb3c8850b57466a37587ec3317d991ba064
diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index <HASH>..<HASH> 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. -__version__ =...
Update Pyrogram to <I>
pyrogram_pyrogram
train
736214e959c4f83a4b72904e95746fd185b15ce2
diff --git a/src/pyscipopt/__init__.py b/src/pyscipopt/__init__.py index <HASH>..<HASH> 100644 --- a/src/pyscipopt/__init__.py +++ b/src/pyscipopt/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.1.8' +__version__ = '2.1.9' # export user-relevant objects: from pyscipopt.Multidict import multidict
increase version number to <I>
SCIP-Interfaces_PySCIPOpt
train
dc5545adf18b0012c6fc4ddde9e911d9a9752056
diff --git a/tests/core/providers/test_ipc_provider.py b/tests/core/providers/test_ipc_provider.py index <HASH>..<HASH> 100644 --- a/tests/core/providers/test_ipc_provider.py +++ b/tests/core/providers/test_ipc_provider.py @@ -1,4 +1,5 @@ import os +import pathlib import pytest import socket import tempfile @@ -73,...
IPCProvider: Accept pathlib.Path in constructor. If ipc_path is an instance of pathlib.Path, resolve the path and cast to string. Modify IPCProvider sync test to use pathlib Path. Fixes: #<I>
ethereum_web3.py
train
8b356a9b5c7c6847a301df9108767331df61be94
diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js +++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js @...
fix(plugin-meetings): locus migration for sip calls
webex_spark-js-sdk
train
5ef9075a491800fc7d9fa35b1f3f76d69d1b1169
diff --git a/rxjava-core/src/test/java/rx/operators/OperationConcatTest.java b/rxjava-core/src/test/java/rx/operators/OperationConcatTest.java index <HASH>..<HASH> 100644 --- a/rxjava-core/src/test/java/rx/operators/OperationConcatTest.java +++ b/rxjava-core/src/test/java/rx/operators/OperationConcatTest.java @@ -156,6...
Replaced 'Thread.sleep' with 'CountDownLatch' to fix the flaky test failures
ReactiveX_RxJava
train
106757303f04bde75155f9c9e1c360d24be4c19c
diff --git a/lib/helpers/observe-dom.js b/lib/helpers/observe-dom.js index <HASH>..<HASH> 100644 --- a/lib/helpers/observe-dom.js +++ b/lib/helpers/observe-dom.js @@ -8,18 +8,16 @@ */ function observeDOM(obj, callback) { const MutationObserver = window.MutationObserver || window.WebKitMutationObserver; - con...
Small refactors to make testing easier
silvestreh_onScreen
train
b79d539ebc5bacce0d47b759d9f77d9dede5d044
diff --git a/src/Behat/Testwork/Subject/GroupedSubjectIterator.php b/src/Behat/Testwork/Subject/GroupedSubjectIterator.php index <HASH>..<HASH> 100644 --- a/src/Behat/Testwork/Subject/GroupedSubjectIterator.php +++ b/src/Behat/Testwork/Subject/GroupedSubjectIterator.php @@ -28,7 +28,7 @@ class GroupedSubjectIterator im...
Clarified code by renaming some variables in GroupedSubjectIterator
Behat_Behat
train
62303907124424fc8efb6d559826ff290ebf450c
diff --git a/metafacture-commons/src/main/java/org/metafacture/commons/tries/SimpleRegexTrie.java b/metafacture-commons/src/main/java/org/metafacture/commons/tries/SimpleRegexTrie.java index <HASH>..<HASH> 100644 --- a/metafacture-commons/src/main/java/org/metafacture/commons/tries/SimpleRegexTrie.java +++ b/metafactur...
Don't handle empty '[]' as character class Fixes handling field names for JSON arrays like 'a[]<I>'
metafacture_metafacture-core
train
66a544ef49879cc2596ff59c00402a4a5cff0f96
diff --git a/src/Console/CreateCommand.php b/src/Console/CreateCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/CreateCommand.php +++ b/src/Console/CreateCommand.php @@ -107,7 +107,7 @@ class CreateCommand extends Command if ($input->getOption('git')) { return new GitRepoCreator($input->g...
Do not run composer init when creating a skeleton.
franzliedke_studio
train
8b312d0fd684a71b33d7f5d4e14fe76ef8a737ce
diff --git a/frontend/plaso_console.py b/frontend/plaso_console.py index <HASH>..<HASH> 100755 --- a/frontend/plaso_console.py +++ b/frontend/plaso_console.py @@ -20,6 +20,7 @@ __pychecker__ = 'unusednames=pyvshadow' import datetime import os +import pytz import logging import tempfile @@ -84,6 +85,8 @@ if __na...
Code review: <I>: Somehow got left behind from last review.
log2timeline_plaso
train
ee6692119c9b3cf6fbf20f6414b4b10728109529
diff --git a/test/precess.test.js b/test/precess.test.js index <HASH>..<HASH> 100644 --- a/test/precess.test.js +++ b/test/precess.test.js @@ -189,7 +189,9 @@ describe('#precess', function () { ele = p.reduceElements(ele) assert.equal(ele.inc * 180 / Math.PI, 47.13795835860312) // i - assert.equa...
fixing test node <I> precision changed
commenthol_astronomia
train
4ae4143107e0bb0a3d04e26e346ce73119b03851
diff --git a/core/server/worker/src/test/java/alluxio/worker/block/BlockLockManagerTest.java b/core/server/worker/src/test/java/alluxio/worker/block/BlockLockManagerTest.java index <HASH>..<HASH> 100644 --- a/core/server/worker/src/test/java/alluxio/worker/block/BlockLockManagerTest.java +++ b/core/server/worker/src/te...
Add tests for block lock manager session deadlock check
Alluxio_alluxio
train
6285d8544be583d20d18a5747babaca01d1aa127
diff --git a/liquibase-core/src/main/java/liquibase/parser/core/yaml/YamlChangeLogParser.java b/liquibase-core/src/main/java/liquibase/parser/core/yaml/YamlChangeLogParser.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/parser/core/yaml/YamlChangeLogParser.java +++ b/liquibase-core/src/mai...
Add support of onFailMessage and onErrorMessage to changeSet and add support of onFail[Message] onError[Message] to changeLog
liquibase_liquibase
train
1b327f2bba78b20a9b5856640bfe2a4e878bea5c
diff --git a/chance.js b/chance.js index <HASH>..<HASH> 100644 --- a/chance.js +++ b/chance.js @@ -1562,9 +1562,7 @@ ]); phone = options.formatted || numPick; } - break; - case 'us': var areacode = this.areacode(op...
Adding brazilian (br) phones support (#<I>)
chancejs_chancejs
train
4b68face5ed6720c6cfa894fadd732856d5b3510
diff --git a/lib/tilelive/sphericalmercator.js b/lib/tilelive/sphericalmercator.js index <HASH>..<HASH> 100644 --- a/lib/tilelive/sphericalmercator.js +++ b/lib/tilelive/sphericalmercator.js @@ -38,9 +38,9 @@ SphericalMercator.prototype.minmax = function(a, b, c) { }; /** - * Convert lat lon to screen pixel value +...
Add mercator bbox to xyz method and better comment projection math.
mapbox_tilelive
train
9ad2600aa8ce7175590fc2847547e47ce8d0586d
diff --git a/lib/uriPrefixToSlug/index.js b/lib/uriPrefixToSlug/index.js index <HASH>..<HASH> 100644 --- a/lib/uriPrefixToSlug/index.js +++ b/lib/uriPrefixToSlug/index.js @@ -17,5 +17,5 @@ module.exports = function (uri, site) { } isUriStringCheck.strCheck(uri); - return uri.replace(prefix, slug); + return ur...
Making the check for prefix/slug more explicit with trailing slash
clay_clayutils
train
ce36bb267f336c9ede793d1b57817e5d551d5dac
diff --git a/auto_ml/utils.py b/auto_ml/utils.py index <HASH>..<HASH> 100644 --- a/auto_ml/utils.py +++ b/auto_ml/utils.py @@ -593,7 +593,6 @@ def rmse_scoring(estimator, X, y, took_log_of_y=False): return - 1 * rmse -raw_brier = make_scorer(brier_score_loss, greater_is_better=True) def brier_score_loss_wrapp...
removes no-longer-used function
ClimbsRocks_auto_ml
train
095e7aff55995877ed3f13d9a17c022d3d9893d0
diff --git a/salt/states/mdadm.py b/salt/states/mdadm.py index <HASH>..<HASH> 100644 --- a/salt/states/mdadm.py +++ b/salt/states/mdadm.py @@ -63,7 +63,7 @@ def present(name, devices A list of devices used to build the array. - + kwargs Optional arguments to be passed to mdadm.
Sneaky white space Using the web based editor and some white space found its way in.
saltstack_salt
train
b9968b09eb2f771129c6881f58074a30cc32bf6c
diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go index <HASH>..<HASH> 100644 --- a/lxd/container_lxc.go +++ b/lxd/container_lxc.go @@ -6410,12 +6410,13 @@ func (c *containerLXC) insertMount(source, target, fstype string, flags int) err } if lxc.HasApiExtension("mount_injection") { + cname := projectPrefi...
lxd/containers: Handle projects in forkmount
lxc_lxd
train
839361f04e3e83440a9f5c118f1d2fca6216d329
diff --git a/openpnm/utils/Workspace.py b/openpnm/utils/Workspace.py index <HASH>..<HASH> 100644 --- a/openpnm/utils/Workspace.py +++ b/openpnm/utils/Workspace.py @@ -344,7 +344,7 @@ class Workspace(dict): # If _next_id has not been set, then assign it self._next_id = 0 # But chec...
fixing bug in id gen
PMEAL_OpenPNM
train
148877b2f04f780865399f8566fbe0c12aef7839
diff --git a/server/filestore.go b/server/filestore.go index <HASH>..<HASH> 100644 --- a/server/filestore.go +++ b/server/filestore.go @@ -1225,8 +1225,9 @@ func (mb *msgBlock) firstMatching(filter string, wc bool, start uint64, sm *Stor fseq, isAll, subs := start, filter == _EMPTY_ || filter == mb.sfilter || filter ...
In the presence of many subjects in a stream and a wildcard filter subject, fall back to linear scan if too many.
nats-io_gnatsd
train
79de80443047d5b30d0c0533b4a2e704fe3f81ea
diff --git a/src/react-poke-sprites.js b/src/react-poke-sprites.js index <HASH>..<HASH> 100644 --- a/src/react-poke-sprites.js +++ b/src/react-poke-sprites.js @@ -5,12 +5,29 @@ import PropTypes from 'prop-types'; import pokemonNumberToName from 'pokemon-gif/lib/pokedex-number-to-name'; class PokeSprite extends Reac...
Update react-poke-sprites.js (#6)
anshumanv_react-poke-sprites
train
d0d2e1d5f57fad91c7385d59bcc112c8b856299c
diff --git a/go/vt/vtgate/vtgate_test.go b/go/vt/vtgate/vtgate_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/vtgate_test.go +++ b/go/vt/vtgate/vtgate_test.go @@ -1325,7 +1325,7 @@ func TestVTGateMessageStreamRetry(t *testing.T) { // which should make vtgate wait for 1s (5s/5) and retry. start := time.Now()...
vtgate_test: round duration before checking
vitessio_vitess
train
ba8942c35bcc47bc566cf157946b28d8e36dc5f9
diff --git a/src/ui/progress.js b/src/ui/progress.js index <HASH>..<HASH> 100644 --- a/src/ui/progress.js +++ b/src/ui/progress.js @@ -90,8 +90,9 @@ class CanvasRenderer extends BaseRenderer { } update() { + window.cancelAnimationFrame(this.__rafId) + this.__rafId = window.requestAnimationFrame(() => { ...
fix: raf cancelling
uploadcare_uploadcare-widget
train
7578695c05ad7abd464277c7d29cf089670c40b0
diff --git a/node-red-contrib-mongodb/node-mongodb.js b/node-red-contrib-mongodb/node-mongodb.js index <HASH>..<HASH> 100644 --- a/node-red-contrib-mongodb/node-mongodb.js +++ b/node-red-contrib-mongodb/node-mongodb.js @@ -24,6 +24,12 @@ module.exports = function(RED) { this.database = config.database; ...
move closing of the connection to the config node
NGRP_node-red-contrib-viseo
train
96ca25a7c8cfe5396f8722f94ad7ad8ae29b79df
diff --git a/src/bosh/agent/action/mount_disk_test.go b/src/bosh/agent/action/mount_disk_test.go index <HASH>..<HASH> 100644 --- a/src/bosh/agent/action/mount_disk_test.go +++ b/src/bosh/agent/action/mount_disk_test.go @@ -7,7 +7,7 @@ import ( boshdirs "bosh/settings/directories" fakesettings "bosh/settings/fakes" ...
Use gomega for mount disk assertions
cloudfoundry_bosh-agent
train