hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5b935700848f55a1ed12580e94ff2753ddea34ea
diff --git a/dev/MRecordRTC.js b/dev/MRecordRTC.js index <HASH>..<HASH> 100644 --- a/dev/MRecordRTC.js +++ b/dev/MRecordRTC.js @@ -311,14 +311,30 @@ function MRecordRTC(mediaStream) { */ this.getDataURL = function(callback) { this.getBlob(function(blob) { - getDataURL(blob.audio, function...
Add check for in audio/video blobs exist This effect MRecordRTC's getDataURL method when using a browser which records in a single blob. Currently only firefox or chome(ium) > <I>.
muaz-khan_RecordRTC
train
164a90f76603e324658fb5f2b244511374f728d2
diff --git a/tinytag/tinytag.py b/tinytag/tinytag.py index <HASH>..<HASH> 100644 --- a/tinytag/tinytag.py +++ b/tinytag/tinytag.py @@ -261,7 +261,7 @@ class MP4(TinyTag): # http://sasperger.tistory.com/103 esds_atom.seek(22, os.SEEK_CUR) # jump over most data... esds_atom.seek(4,...
fixed OGG, MP4 and Wave bitrate being cast to int in python 2
devsnd_tinytag
train
7aac0b52539361415c3ba74e9e0de99c05813d4b
diff --git a/python/mxnet/contrib/onnx/onnx2mx/_op_translations.py b/python/mxnet/contrib/onnx/onnx2mx/_op_translations.py index <HASH>..<HASH> 100644 --- a/python/mxnet/contrib/onnx/onnx2mx/_op_translations.py +++ b/python/mxnet/contrib/onnx/onnx2mx/_op_translations.py @@ -65,19 +65,47 @@ def sample_multinomial(attrs,...
reverting broadcasting fixes (#<I>)
apache_incubator-mxnet
train
bf3123f362f3d17170cb336f3ab206fce13d0c6c
diff --git a/src/Models/AbstractModel.php b/src/Models/AbstractModel.php index <HASH>..<HASH> 100644 --- a/src/Models/AbstractModel.php +++ b/src/Models/AbstractModel.php @@ -2,10 +2,10 @@ namespace Adldap\Models; -use Adldap\Adldap; -use Adldap\Classes\Utilities; use Adldap\Exceptions\AdldapException; use Adlda...
Model changes - Model is now constructed by a Builder instance instead of an Adldap instance for less dependencies
Adldap2_Adldap2
train
d25119943287384a54be89770cbb7926bba48843
diff --git a/client/driver/docker.go b/client/driver/docker.go index <HASH>..<HASH> 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -38,6 +38,10 @@ import ( ) var ( + // createClientsLock is a lock that protects reading/writing global client + // variables + createClientsLock sync.Mutex + //...
group similar functions; update comments health check timeout should be 1 minute
hashicorp_nomad
train
2d7f30ed7b55c7bea9e5d3bfd9973d3018ee8dbe
diff --git a/guacamole-common-js/src/main/resources/guacamole.js b/guacamole-common-js/src/main/resources/guacamole.js index <HASH>..<HASH> 100644 --- a/guacamole-common-js/src/main/resources/guacamole.js +++ b/guacamole-common-js/src/main/resources/guacamole.js @@ -307,12 +307,14 @@ function GuacamoleClient(display, t...
Fixed initial draw location for new cursors
glyptodon_guacamole-client
train
102ef98d32a40e1c7a7526d1d0d3165885315f1c
diff --git a/activerecord/test/cases/schema_dumper_test.rb b/activerecord/test/cases/schema_dumper_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/schema_dumper_test.rb +++ b/activerecord/test/cases/schema_dumper_test.rb @@ -229,6 +229,13 @@ class SchemaDumperTest < ActiveRecord::TestCase def t...
schema dumper tests for hstore
rails_rails
train
ea74a3103f655cdacb391eabf2e60f82e38db123
diff --git a/src/Commands/MonitorLists/Healthy.php b/src/Commands/MonitorLists/Healthy.php index <HASH>..<HASH> 100644 --- a/src/Commands/MonitorLists/Healthy.php +++ b/src/Commands/MonitorLists/Healthy.php @@ -20,7 +20,6 @@ class Healthy ConsoleOutput::info('================'); $rows = $healthyMoni...
Apply fixes from StyleCI (#<I>)
spatie_laravel-uptime-monitor
train
b9c02f7b7dd0f5000889d92466030aa3006a6457
diff --git a/test/test_rrschedule.rb b/test/test_rrschedule.rb index <HASH>..<HASH> 100644 --- a/test/test_rrschedule.rb +++ b/test/test_rrschedule.rb @@ -15,7 +15,7 @@ class TestRrschedule < Test::Unit::TestCase assert schedule.exclude_dates.empty? end - should "have a dummy team when team number ...
add test to make sure that every gamedays respect the wdays attribute
flamontagne_rrschedule
train
e1f6549fbd5158c54cb765e651dc06be4f7fdb6b
diff --git a/Entity/User.php b/Entity/User.php index <HASH>..<HASH> 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -265,7 +265,7 @@ class User extends AbstractRoleSubject implements Serializable, AdvancedUserInte /** * @ORM\Column(name="is_mail_notified", type="boolean") */ - protected $isMai...
Notifications are sent by email by default.
claroline_CoreBundle
train
9e9d0d47b0e9e4d4b724b74056cf5624cf8fbb94
diff --git a/blueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLWriter.java b/blueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLWriter.java index <HASH>..<HASH> 100644 --- a/blueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLW...
Convert XMLSchemaLocation setting to Optional in GraphMLWriter.
apache_tinkerpop
train
6f2a574808207b64e3bbee4bd58baf276bd22105
diff --git a/src/extend/toDiastereotopicSVG.js b/src/extend/toDiastereotopicSVG.js index <HASH>..<HASH> 100644 --- a/src/extend/toDiastereotopicSVG.js +++ b/src/extend/toDiastereotopicSVG.js @@ -5,8 +5,9 @@ module.exports = function toDiastereotopicSVG(options) { var width=options.width||300; var height=optio...
Add possibility to add a SVG in toDaistereotopicSVG to allow testing
cheminfo-js_openchemlib-extended
train
fbe46d84d37bb8541ba7211e36c58518ddeaae41
diff --git a/src/nwmatcher.js b/src/nwmatcher.js index <HASH>..<HASH> 100644 --- a/src/nwmatcher.js +++ b/src/nwmatcher.js @@ -938,12 +938,12 @@ compileSelector = function(selector, source) { - var i, a, b, n, k, expr, match, result, status, test, type; - - k = 0; + var i, a, b, n, k = 0, expr,...
joined increments of the same value in one place
dperini_nwmatcher
train
cd81a444cd0f570d9bc7ad94aea888971f835d55
diff --git a/pkg/cui/recipients.go b/pkg/cui/recipients.go index <HASH>..<HASH> 100644 --- a/pkg/cui/recipients.go +++ b/pkg/cui/recipients.go @@ -213,6 +213,10 @@ func AskForPrivateKey(ctx context.Context, crypto backend.Crypto, name, prompt s } iv, err := termio.AskForInt(ctx, fmt.Sprintf("Please enter the numb...
Bail-out on q-key during initializing store (#<I>) During initializing store, on step where gopass requests information, which private key should use, user cannot immediately stop the process, when he type the 'q' letter (as a quit).
gopasspw_gopass
train
14409fa133d8ce7d0ecf8636a5a4cccac851db33
diff --git a/holoviews/core/dimension.py b/holoviews/core/dimension.py index <HASH>..<HASH> 100644 --- a/holoviews/core/dimension.py +++ b/holoviews/core/dimension.py @@ -252,7 +252,8 @@ class LabelledData(param.Parameterized): the match, and so the sanitized versions of those values will need to be p...
Moved callable matching from LabelledData.traverse to .matches
pyviz_holoviews
train
8b0916edcfff54942d8a7e1a2df81be521891efd
diff --git a/salt/modules/solaris_shadow.py b/salt/modules/solaris_shadow.py index <HASH>..<HASH> 100644 --- a/salt/modules/solaris_shadow.py +++ b/salt/modules/solaris_shadow.py @@ -6,8 +6,11 @@ Manage the shadow file import os try: import spwd + HAS_SPWD = True except ImportError: - pass + # SmartOS ...
SmartOS joyent_<I>T<I>Z does not have `spwd`. Provide an alternative.
saltstack_salt
train
b5f1b35ad88749993135553c75ea868add8b6241
diff --git a/src/__tests__/selenium-spec.js b/src/__tests__/selenium-spec.js index <HASH>..<HASH> 100644 --- a/src/__tests__/selenium-spec.js +++ b/src/__tests__/selenium-spec.js @@ -314,10 +314,10 @@ describe('Selenium', function () { describe('interrupt', function () { - it('should return immediately by def...
Fix hanging selenium in non-watch mode
TheBrainFamily_chimpy
train
f1206035f69065812a962a816d401ce40c7565f6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ extras_require = { "pytest-instafail>=0.4,<1.0", "pytest-xdist>=1.32,<2.0", "eth-tester[py-evm]>=0.5.0b1,<0.6", + "py-evm==0.4.0a4", # NOTE: temporarily pinned until we have su...
chore: pin supported python distributions (#<I>) * chore: pin supported python distributions * chore: pin py-evm
ethereum_vyper
train
0366b1856489f01f1c46519dfebbda3a8676f933
diff --git a/lib/puppet/face/certificate.rb b/lib/puppet/face/certificate.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/face/certificate.rb +++ b/lib/puppet/face/certificate.rb @@ -97,9 +97,9 @@ Puppet::Indirector::Face.define(:certificate, '0.0.1') do find = get_action(:find) find.summary "Retrieve a certifica...
(#<I>) Set default format for SSL-related faces. By default, the SSL-related faces should all render a strings, not with `Object#inspect`. Reviewed-By: Daniel Pittman
puppetlabs_puppet
train
1713f935bf9c7474dc317db0637b1d7668d21b11
diff --git a/test/simple_i18n_test.rb b/test/simple_i18n_test.rb index <HASH>..<HASH> 100644 --- a/test/simple_i18n_test.rb +++ b/test/simple_i18n_test.rb @@ -58,6 +58,17 @@ class SimpleI18nTest < MiniTest::Unit::TestCase end end + test "set friendly_id should fall back default locale when none is given" do ...
Add regression test for currently incorrect usage of i<I>n API See issue #<I>
norman_friendly_id
train
1c287f118dcccbaea6385550e2c1e94969ec2618
diff --git a/core/Access.php b/core/Access.php index <HASH>..<HASH> 100644 --- a/core/Access.php +++ b/core/Access.php @@ -170,14 +170,11 @@ class Access $auth = StaticContainer::get(SessionAuth::class); $auth->setTokenAuth($tokenAuth); $result = $auth->authenticate(); - ...
Do not log a failed login if a valid app token_auth is sent with the request, but force_api_session parameter is present as well (#<I>)
matomo-org_matomo
train
dea48da4b37f94dbeb8134cfba6295b4c86547e9
diff --git a/spec/cabinet/local_spec.rb b/spec/cabinet/local_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cabinet/local_spec.rb +++ b/spec/cabinet/local_spec.rb @@ -1,25 +1,26 @@ require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) describe Cabinet::Local do - cl = Cabinet::...
Add instance variables to before(:all)
vonconrad_cabinet
train
c70f04bbbafa9da050501383d2ffb1310a8a286c
diff --git a/lib/specinfra/command/darwin/base/package.rb b/lib/specinfra/command/darwin/base/package.rb index <HASH>..<HASH> 100644 --- a/lib/specinfra/command/darwin/base/package.rb +++ b/lib/specinfra/command/darwin/base/package.rb @@ -1,7 +1,7 @@ class Specinfra::Command::Darwin::Base::Package < Specinfra::Command...
Resolve namespace properly for File resolves NoMethodError: NoMethodError: undefined method 'basename' for Specinfra::Command::Darwin::Base::File in darwin environment
mizzy_specinfra
train
6222f335f3b1eb5f013bb29096cdb1fe44157c07
diff --git a/moto/ec2/responses/nat_gateways.py b/moto/ec2/responses/nat_gateways.py index <HASH>..<HASH> 100644 --- a/moto/ec2/responses/nat_gateways.py +++ b/moto/ec2/responses/nat_gateways.py @@ -6,14 +6,14 @@ from moto.ec2.utils import filters_from_querystring class NatGateways(BaseResponse): def create_nat...
Refactor NatGateways methods to use _get_param()
spulec_moto
train
1e8c2ee56d7f02b6f35aac6d753ea7d4a958c7c4
diff --git a/st.js b/st.js index <HASH>..<HASH> 100644 --- a/st.js +++ b/st.js @@ -104,7 +104,7 @@ function Mount (opt) { content: AC(c.content) } - this._cacheControl = opt.cache === false ? 'public' + this._cacheControl = opt.cache === false ? 'no-cache' : 'public, max-age=' + c.cont...
Fix no cache option So far `cache-control: public` was sent, which invokes more aggressive caching than `cache-control: max-age=<I>` that's sent on cache == true
isaacs_st
train
895ca7dd327aa4c5b5829306b8fd66bcc98a2a2e
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index <HASH>..<HASH> 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ const webpack = require('webpack') const { version } = require('../../package.json') module.exports = { - base: process.env.PORTAL_VUE_DOCS_PATH ...
fix(docs): link to old docs
LinusBorg_portal-vue
train
e61890bb81be0bb37555d3912a61d9f5137783f8
diff --git a/lib/fakefs/file.rb b/lib/fakefs/file.rb index <HASH>..<HASH> 100644 --- a/lib/fakefs/file.rb +++ b/lib/fakefs/file.rb @@ -27,8 +27,8 @@ module FakeFS FILE_CREATION_BITMASK = RealFile::CREAT - def absolute_path(path) - RealFile.absolute_path(path) + def self.absolute_path(file) + Re...
Make absolute_path method a class method.
fakefs_fakefs
train
8b450a7d58f92d440d1a68555738727908ecc089
diff --git a/hcl/hclsyntax/structure.go b/hcl/hclsyntax/structure.go index <HASH>..<HASH> 100644 --- a/hcl/hclsyntax/structure.go +++ b/hcl/hclsyntax/structure.go @@ -279,7 +279,11 @@ func (b *Body) JustAttributes() (hcl.Attributes, hcl.Diagnostics) { } func (b *Body) MissingItemRange() hcl.Range { - return b.EndRa...
hclsyntax: return the starting position of a missing attr, not the end. (#<I>) Previously, hclsyntax MissingItemRange() function returned a zero-length range anchored at the end of the block in question. This commit changes that to the beginning of the block. In practice, the end of a block is generally just a "}" ...
hashicorp_hcl
train
19b2300ccc072ad9950aeb9d155c59c9928b8a2d
diff --git a/theanets/layers.py b/theanets/layers.py index <HASH>..<HASH> 100644 --- a/theanets/layers.py +++ b/theanets/layers.py @@ -377,7 +377,7 @@ class Layer(Base): '''Set up the parameters and initial values for this layer.''' pass - def _log_setup(self, count): + def log_setup(self, cou...
Make log_setup and add_weights/bias public.
lmjohns3_theanets
train
2075cbaa8efd631bb1a6a6662d6c039cc12f0088
diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py index <HASH>..<HASH> 100644 --- a/salt/client/ssh/__init__.py +++ b/salt/client/ssh/__init__.py @@ -833,10 +833,7 @@ class Single(object): self.opts = opts self.tty = tty - if kwargs.get('wipe'): - self.wipe = '...
Bugfix: get a proper option for CLI and opts of wiping the tmp
saltstack_salt
train
a16270a6e0bb23dbe6de1513585159a1821accbf
diff --git a/features/support/hooks.js b/features/support/hooks.js index <HASH>..<HASH> 100644 --- a/features/support/hooks.js +++ b/features/support/hooks.js @@ -40,6 +40,20 @@ Before(async function ({ gherkinDocument, pickle }) { } ` ); + + await fs.mkdir(path.join(this.tmpDir, "node_modules", "@badeb...
Symlink library in integration tests The integration tests previously required the user to npm-link themselves, but this sucks as you have to do it after every install. Furthermore, the tests don't fail with a useful message if forgotten, unless you also run with DEBUG. Hence, this makes development easier.
TheBrainFamily_cypress-cucumber-preprocessor
train
2264d0fbf93b29670b267627e691bffc4647f549
diff --git a/src/api/v4/dataview/time-series/index.js b/src/api/v4/dataview/time-series/index.js index <HASH>..<HASH> 100644 --- a/src/api/v4/dataview/time-series/index.js +++ b/src/api/v4/dataview/time-series/index.js @@ -182,11 +182,13 @@ TimeSeries.prototype._createInternalModel = function (engine) { offset: th...
Add circle filter to timeseries dataview
CartoDB_carto.js
train
81afb6163f1f3159da3f19ac4684f77ca45b8edd
diff --git a/tests/test_webapp_page_agents.py b/tests/test_webapp_page_agents.py index <HASH>..<HASH> 100644 --- a/tests/test_webapp_page_agents.py +++ b/tests/test_webapp_page_agents.py @@ -18,7 +18,7 @@ class TestWebAppPageAgent(unittest.TestCase): def test_01_get_list_of_files(self): res = page_agents....
fix test for additional <BR>
acutesoftware_AIKIF
train
1bc230f6620e987bf38fcab9027f0438233b0f30
diff --git a/test/unit/core.js b/test/unit/core.js index <HASH>..<HASH> 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -51,6 +51,7 @@ $(function() { deepEqual(empty.powerTip(), empty, 'original jQuery object returned for empty selector'); deepEqual(div.powerTip('show'), div, 'original jQuery object ret...
Added toggle return value test. Part of issue #<I>.
stevenbenner_jquery-powertip
train
1a0846fb7219094ec7901e7a8c04ad31f9b6f907
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -66,7 +66,9 @@ require('./credentials/credential_provider_chain'); * Node.js environment. * * **timeout** [Integer] &mdash; The number of milliseconds to wait before * giving up on a c...
Add `Config.httpOptions.xhrAsync` setting Allows sending of synchronous HTTP requests in the browser environment only.
aws_aws-sdk-js
train
cfc4f80898ec279c28f34d1ddd813234cd7cc418
diff --git a/lib/slideshow.rb b/lib/slideshow.rb index <HASH>..<HASH> 100644 --- a/lib/slideshow.rb +++ b/lib/slideshow.rb @@ -55,7 +55,7 @@ require 'slideshow/filters/slide_filter' module Slideshow - VERSION = '0.9.8' + VERSION = '0.9.9' # version string for generator meta tag (includes ruby version) de...
added support for HTTPS in dlbase
slideshow-s9_slideshow
train
e36d2dc3de7316d4196ac263400e29ed82ef220d
diff --git a/src/main/java/org/jboss/netty/bootstrap/ServerBootstrap.java b/src/main/java/org/jboss/netty/bootstrap/ServerBootstrap.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/bootstrap/ServerBootstrap.java +++ b/src/main/java/org/jboss/netty/bootstrap/ServerBootstrap.java @@ -41,7 +41,6 @@ imp...
Fixed issue: NETTY-<I> (Regression NETTY-<I>: Server bootstrap bound channel pipeline has become immutable) * ServerBootstrap now always uses the default pipeline instead of the static one
netty_netty
train
952298c5f5de8970964115311c4b3c9ff9a5d83a
diff --git a/src/RequestHeaderParser.php b/src/RequestHeaderParser.php index <HASH>..<HASH> 100644 --- a/src/RequestHeaderParser.php +++ b/src/RequestHeaderParser.php @@ -63,6 +63,14 @@ class RequestHeaderParser extends EventEmitter private function parseRequest($headers) { + // additional, stricter ...
Stricter check for invalid request-line in HTTP requests
reactphp_http
train
bf2d6c1c536cca1280035ca03237afbb1bf8f331
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ module.exports = function(options) { mkdirp(dest, function(err) { if (err) throw err; }); // renaming function for the destination directory - var renameDestDir = options.renameDestDir || function(dest,...
lib: renameDestDir changed to changeDest
expressjs_multer
train
0067002db82126ec725aeabbd1dced9e3e318f01
diff --git a/pkg/kubelet/qos/policy_test.go b/pkg/kubelet/qos/policy_test.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/qos/policy_test.go +++ b/pkg/kubelet/qos/policy_test.go @@ -109,7 +109,7 @@ var ( { Resources: v1.ResourceRequirements{ Requests: v1.ResourceList{ - v1.ResourceName(v1.Resou...
Make a few code paths compile cleanly with <I>-bit Go.
kubernetes_kubernetes
train
1ca49ef614aefde865a215b9ab64f28afd05a55f
diff --git a/__tests__/__snapshots__/hooks.js.snap b/__tests__/__snapshots__/hooks.js.snap index <HASH>..<HASH> 100644 --- a/__tests__/__snapshots__/hooks.js.snap +++ b/__tests__/__snapshots__/hooks.js.snap @@ -303,6 +303,27 @@ Array [ ] `; +exports[`hooks (proxy) - onDelete() when draft is a Map - delete 1`] = ` +...
feat: `onDelete` for `Maps`
immerjs_immer
train
f95e132555b36f1cb2a8353523e141b4c9f743fe
diff --git a/src/test/java/com/afrozaar/wordpress/wpapi/v2/ClientLiveTest.java b/src/test/java/com/afrozaar/wordpress/wpapi/v2/ClientLiveTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/afrozaar/wordpress/wpapi/v2/ClientLiveTest.java +++ b/src/test/java/com/afrozaar/wordpress/wpapi/v2/ClientLiveTest.java @...
Add type specifiers in live test.
Afrozaar_wp-api-v2-client-java
train
06e2d65716308f3a4f1b0a22a45b12662af5d28d
diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java +++ b/src/main/java/io/githu...
Localize IOException handling, so it doesn't interrupt the remainder of classpath scanning
classgraph_classgraph
train
78cbdca13a9d39fbcbb2dae0f4247e31f468a41d
diff --git a/src/resolver/value.js b/src/resolver/value.js index <HASH>..<HASH> 100644 --- a/src/resolver/value.js +++ b/src/resolver/value.js @@ -5,13 +5,23 @@ import Node from '../graph/node'; * is greedy and matches as much as it can. This is done by checking if the * rest of the expression can match and then af...
feat(values): Custom values and any now uses non-greedy matching by default
aholstenson_ecolect-js
train
f3e586b21f5b261cb51a2fa3159e4ad05ba25582
diff --git a/modelforge/backends.py b/modelforge/backends.py index <HASH>..<HASH> 100644 --- a/modelforge/backends.py +++ b/modelforge/backends.py @@ -40,3 +40,18 @@ def create_backend_noexc(log: logging.Logger, name: str=None, args: str=None): except ValueError: log.critical("Invalid backend arguments: %...
Move supply_backend and add local arg to use it in dump command
src-d_modelforge
train
31ff2570010575b4558a249c33b930f6e502dd16
diff --git a/client/lib/post-normalizer/rule-wait-for-images-to-load.js b/client/lib/post-normalizer/rule-wait-for-images-to-load.js index <HASH>..<HASH> 100644 --- a/client/lib/post-normalizer/rule-wait-for-images-to-load.js +++ b/client/lib/post-normalizer/rule-wait-for-images-to-load.js @@ -8,7 +8,6 @@ import { fo...
Reader: fix canonical misses caused by dedupe too early (#<I>)
Automattic_wp-calypso
train
d8ee4e6800e9ea0796b7b355ab4214c5d9ffcfad
diff --git a/support/cas-server-support-oauth/src/main/java/org/apereo/cas/support/oauth/web/response/accesstoken/ext/AccessTokenPasswordGrantRequestExtractor.java b/support/cas-server-support-oauth/src/main/java/org/apereo/cas/support/oauth/web/response/accesstoken/ext/AccessTokenPasswordGrantRequestExtractor.java ind...
Fix oauth password grant type issue with TGTs
apereo_cas
train
588dbac2117b52a77d97b8209c5ec01fb967dfb5
diff --git a/EloquentUserProvider.php b/EloquentUserProvider.php index <HASH>..<HASH> 100755 --- a/EloquentUserProvider.php +++ b/EloquentUserProvider.php @@ -68,7 +68,7 @@ class EloquentUserProvider implements UserProviderInterface { */ public function updateRememberToken(UserInterface $user, $token) { - $user...
Update EloquentUserProvider to use UserInterface#setRememberToken rather than Model#setAttribute directly. Closes #<I>.
illuminate_auth
train
507e3f113ebbc6f18947063af5f70b583c2c6b5c
diff --git a/signature/policy_config_test.go b/signature/policy_config_test.go index <HASH>..<HASH> 100644 --- a/signature/policy_config_test.go +++ b/signature/policy_config_test.go @@ -1104,7 +1104,7 @@ func TestPRMExactReferenceUnmarshalJSON(t *testing.T) { // Invalid "dockerReference" field func(v mSI) { v[...
Fix copy&pasted field names in duplicate field tests
containers_image
train
9818d96023afdc68dee254a2c225ef544156615a
diff --git a/lib/Client.js b/lib/Client.js index <HASH>..<HASH> 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -73,7 +73,7 @@ class Client extends EventEmitter { * @arg {Number} [options.messageLimit=100] The maximum size of a channel message cache * @arg {Boolean} [options.opusOnly=false] Whether to suppr...
General Docs Fixes (#<I>) * Permissions Docs Fixes * Fixed old occurrences of moreMentions in docs * Command docs code comment removal * Update Command.js
abalabahaha_eris
train
c92c2217ecb0078f021fab7c9a053d9e63f12143
diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/FilePath.java +++ b/core/src/main/java/hudson/FilePath.java @@ -218,9 +218,12 @@ public final class FilePath implements Serializable { this.remote = nor...
[FIXES JENKINS-<I>] As FilePath(FilePath,String) expects multi-segment relative paths, we should ensure that the multiple segments are using the correct separator character for the remote OS
jenkinsci_jenkins
train
7e16b7a80f3a2896351262a02af27a60401b6a5e
diff --git a/ot/da.py b/ot/da.py index <HASH>..<HASH> 100644 --- a/ot/da.py +++ b/ot/da.py @@ -247,7 +247,7 @@ def joint_OT_mapping_kernel(xs,xt,mu=1,eta=0.001,kerneltype='gaussian',sigma=1,b def loss(L,G): """Compute full loss""" - return np.sum((K1.dot(L)-ns*G.dot(xt))**2)+mu*np.sum(G*M)+eta*np...
add mapping estimation with kernels (still debugging)
rflamary_POT
train
37993da35f90e74cbb59fd11901347888e237cd3
diff --git a/preferencesfx-demo/src/main/java/module-info.java b/preferencesfx-demo/src/main/java/module-info.java index <HASH>..<HASH> 100644 --- a/preferencesfx-demo/src/main/java/module-info.java +++ b/preferencesfx-demo/src/main/java/module-info.java @@ -6,6 +6,7 @@ module com.dlsc.preferencesfx.demo { require...
Fixed issue where spacing was incorrect when elements were hidden.
dlemmermann_PreferencesFX
train
662e13ba362ffbd6cd955915ef46f1ccbf71de13
diff --git a/src/getjump/Vk/Response/Response.php b/src/getjump/Vk/Response/Response.php index <HASH>..<HASH> 100644 --- a/src/getjump/Vk/Response/Response.php +++ b/src/getjump/Vk/Response/Response.php @@ -14,7 +14,7 @@ use Closure; * Class Response * @package getjump\Vk\Response */ -class Response +class Respon...
Array Access, Iterating, Countable for Response class
getjump_VkApiPHP
train
9d873a20240e74265b803582ac36281e74f151e3
diff --git a/locator-proxy/locator-soap-proxy-service/src/main/java/org/talend/esb/locator/proxy/service/LocatorProxyServiceImpl.java b/locator-proxy/locator-soap-proxy-service/src/main/java/org/talend/esb/locator/proxy/service/LocatorProxyServiceImpl.java index <HASH>..<HASH> 100644 --- a/locator-proxy/locator-soap-pr...
- removed "proxy" word from soap proxy
Talend_tesb-rt-se
train
8d0fdc4c95e2b354547c1eced28834d08efa19a9
diff --git a/src/main/java/com/ibm/watson/developer_cloud/visual_recognition/v2_beta/VisualRecognition.java b/src/main/java/com/ibm/watson/developer_cloud/visual_recognition/v2_beta/VisualRecognition.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/ibm/watson/developer_cloud/visual_recognition/v2_beta/VisualRec...
Prepare removal of visual_recognition.v2_beta
watson-developer-cloud_java-sdk
train
1fe1e8997d39baa0697bee27664a3a024df3bb84
diff --git a/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php b/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php +++ b/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php @...
#<I> Added multiple author search gambit
flarum_core
train
d297ee9defc61a6b9c5a79b7e64353f2d31d7958
diff --git a/lib/oauth2/error.rb b/lib/oauth2/error.rb index <HASH>..<HASH> 100644 --- a/lib/oauth2/error.rb +++ b/lib/oauth2/error.rb @@ -27,7 +27,7 @@ module OAuth2 error_message = if opts[:error_description] && opts[:error_description].respond_to?(:encoding) script_encoding = opts[:...
handle encoding errors more gracefully in the error class
oauth-xx_oauth2
train
000ba9e8aad4aff1c28551abede8dfc8cb816d5e
diff --git a/test/integration/command_line_sanitizing.py b/test/integration/command_line_sanitizing.py index <HASH>..<HASH> 100755 --- a/test/integration/command_line_sanitizing.py +++ b/test/integration/command_line_sanitizing.py @@ -93,9 +93,8 @@ if __name__ == "__main__": (["--active-data-extents", "-1"...
Brought command-line sanitation test up to date.
rethinkdb_rethinkdb
train
3e5ede0a493b6dfb1405a8fb6eb5857dcf194949
diff --git a/source/test/common/test_z_gui_menu_bar.py b/source/test/common/test_z_gui_menu_bar.py index <HASH>..<HASH> 100644 --- a/source/test/common/test_z_gui_menu_bar.py +++ b/source/test/common/test_z_gui_menu_bar.py @@ -300,7 +300,7 @@ def trigger_gui_signals(*args): # wait_for_values_identical_number_state...
GUI menu bar test: Change tmp path to support multi-users
DLR-RM_RAFCON
train
3998fa5f09e9e362beea61bdd3a75d97feae9ae8
diff --git a/quark/db/api.py b/quark/db/api.py index <HASH>..<HASH> 100644 --- a/quark/db/api.py +++ b/quark/db/api.py @@ -96,9 +96,6 @@ def _model_query(context, model, filters, fields=None): else: model_filters.append(model._deallocated != 1) - if filters.get("device_id"): - model_fi...
Fixed tenant_id and device_id filtering Changes made after the network sharing busted tenant_id based filtering. Also noticed that the model_query call was making an explicit filtering choice on Ports for device_id, so that particular filter was moved into the port_find method.
openstack_quark
train
3d9e4558cfff7f8a9383d1501364c97b7df483da
diff --git a/airflow/operators/python.py b/airflow/operators/python.py index <HASH>..<HASH> 100644 --- a/airflow/operators/python.py +++ b/airflow/operators/python.py @@ -123,6 +123,11 @@ class PythonOperator(BaseOperator): :param templates_exts: a list of file extensions to resolve while processing templ...
Configurable logging of XCOM value in PythonOperator (#<I>)
apache_airflow
train
20341365c8c5d7b2790510724bc69454e9f21e10
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -284,7 +284,7 @@ except ImportError as e: # don't use setup_requires if just checking for information # (credit: matplotlib/setup.py) setup_requires = [] -if '--help' not in sys.argv: +if '--help' not in sys.argv and '--hel...
setup.py: don't add setup_requires for --help-commands
gwpy_gwpy
train
6bdd30c19debeafd7d3564299daef1f96d602a32
diff --git a/forms/gridfield/GridField.php b/forms/gridfield/GridField.php index <HASH>..<HASH> 100644 --- a/forms/gridfield/GridField.php +++ b/forms/gridfield/GridField.php @@ -840,7 +840,7 @@ class GridField_FormAction extends FormAction { 'args' => $this->args, ); - $id = preg_replace('/[^\w]+/', '_', uni...
BUG Fix gridfield storing duplicate data in session
silverstripe_silverstripe-framework
train
b863d3058870e773511e7e815423e169f0ea8c2f
diff --git a/features/support/pickle.rb b/features/support/pickle.rb index <HASH>..<HASH> 100644 --- a/features/support/pickle.rb +++ b/features/support/pickle.rb @@ -20,7 +20,7 @@ module OData # get a list of column names for a given class def self.column_names(klass) - klass.properties + kla...
Modified properties collection to return a collection of PropertyMetadata objects instead of just a string
visoft_ruby_odata
train
141afddd45d29594e5e1699e54a8d817b10c660d
diff --git a/lib/yaml/scanner.py b/lib/yaml/scanner.py index <HASH>..<HASH> 100644 --- a/lib/yaml/scanner.py +++ b/lib/yaml/scanner.py @@ -1211,7 +1211,7 @@ class Scanner: for k in range(length): if self.peek(k) not in '0123456789ABCDEFabcdef': ...
Correct spelling of “hexadecimal”
yaml_pyyaml
train
78e313db9294ef0ca7910f64dbcaf3f1dde53588
diff --git a/test/ComposerRequireCheckerTest/NodeVisitor/DefinedSymbolCollectorFunctionalTest.php b/test/ComposerRequireCheckerTest/NodeVisitor/DefinedSymbolCollectorFunctionalTest.php index <HASH>..<HASH> 100644 --- a/test/ComposerRequireCheckerTest/NodeVisitor/DefinedSymbolCollectorFunctionalTest.php +++ b/test/Compo...
Testing collection of defined non-namespaced functions
maglnet_ComposerRequireChecker
train
09fd56da70764218e27d4b37616540e93b7d212d
diff --git a/client/blocks/keyring-connect-button/index.js b/client/blocks/keyring-connect-button/index.js index <HASH>..<HASH> 100644 --- a/client/blocks/keyring-connect-button/index.js +++ b/client/blocks/keyring-connect-button/index.js @@ -147,7 +147,11 @@ class KeyringConnectButton extends Component { * @return ...
Fix Automatic Redirect on Google My Business Connect (#<I>) Fix conditions on "isConnected" check of KeyringConnectButton
Automattic_wp-calypso
train
e7ab5a457923c905fa916983ff462f5d3e1d4d60
diff --git a/src/Linna/Session/Session.php b/src/Linna/Session/Session.php index <HASH>..<HASH> 100644 --- a/src/Linna/Session/Session.php +++ b/src/Linna/Session/Session.php @@ -151,17 +151,20 @@ class Session */ public function start() { - //prepare session start - $this->prepare(); + ...
Session->start() fix Now call session->start() more than one time don't cause a error
linna_framework
train
f63b08ff9b05a16a74d9d9750feb26554d4d5594
diff --git a/py3status/modules/mpris.py b/py3status/modules/mpris.py index <HASH>..<HASH> 100644 --- a/py3status/modules/mpris.py +++ b/py3status/modules/mpris.py @@ -70,6 +70,7 @@ SERVICE_BUS = 'org.mpris.MediaPlayer2' INTERFACE = SERVICE_BUS + '.Player' SERVICE_BUS_URL = '/org/mpris/MediaPlayer2' SERVICE_BUS_REGEX...
Add unknown state for shuffle, loop and time
ultrabug_py3status
train
6f04e19867837d413444292f18523acd3c752bec
diff --git a/src/Presenters/Application/Search/SearchPanel.php b/src/Presenters/Application/Search/SearchPanel.php index <HASH>..<HASH> 100644 --- a/src/Presenters/Application/Search/SearchPanel.php +++ b/src/Presenters/Application/Search/SearchPanel.php @@ -183,7 +183,7 @@ class SearchPanel extends HtmlPresenter ...
Changes to how table filtering and tabs work
RhubarbPHP_Module.Leaf
train
e9338c24f000b944246e6d150d997428d48e1aa2
diff --git a/base64_test.go b/base64_test.go index <HASH>..<HASH> 100644 --- a/base64_test.go +++ b/base64_test.go @@ -2,7 +2,7 @@ package enmime import ( "bytes" - "github.com/stretchrcom/testify/assert" + "github.com/stretchr/testify/assert" "strings" "testing" ) diff --git a/mail_test.go b/mail_test.go ind...
Update for new stretchr testify repo
jhillyerd_enmime
train
4fcaac6bc53c1c2094f0f25aae7363cd93b2bfa4
diff --git a/spec/lib/nrser/mean_streak/identity_instance_spec.rb b/spec/lib/nrser/mean_streak/identity_instance_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/nrser/mean_streak/identity_instance_spec.rb +++ b/spec/lib/nrser/mean_streak/identity_instance_spec.rb @@ -15,7 +15,7 @@ describe_spec_file( describe_i...
Looks like I was fiddling with a MeanStreak spec, fix it. Specs passing
nrser_nrser.rb
train
cd14d85f3ce3ff0f7dd66739fac60007bf1d22d4
diff --git a/tasks/deploy/fetch.js b/tasks/deploy/fetch.js index <HASH>..<HASH> 100644 --- a/tasks/deploy/fetch.js +++ b/tasks/deploy/fetch.js @@ -36,12 +36,21 @@ module.exports = function (grunt) { */ function createWorkspace(cb) { - grunt.log.writeln('Create workspace "%s"', grunt.shipit.config.work...
there is not enough data in git history to do a merge when using shallow clone; deleting workspace before init
shipitjs_grunt-shipit
train
a9126a0b5742a9a76ac515753d426be406eae5f4
diff --git a/lib/halite/spec_helper/patcher.rb b/lib/halite/spec_helper/patcher.rb index <HASH>..<HASH> 100644 --- a/lib/halite/spec_helper/patcher.rb +++ b/lib/halite/spec_helper/patcher.rb @@ -15,6 +15,7 @@ # require 'chef/resource' +require 'chef/version' module Halite @@ -25,6 +26,9 @@ module Halite #...
Disable module name patching in Chef <I> since this is going away in core.
poise_halite
train
d928954fc4619113ccbdea7519115d3043679a5f
diff --git a/src/python/dxpy/bindings/dxfile_functions.py b/src/python/dxpy/bindings/dxfile_functions.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/bindings/dxfile_functions.py +++ b/src/python/dxpy/bindings/dxfile_functions.py @@ -27,6 +27,7 @@ from __future__ import print_function, unicode_literals, division, ...
dx download: warn when unable to checksum part with missing MD5
dnanexus_dx-toolkit
train
70cb3fab2cf658a95f2ccae5bfb2f0ccbba0c548
diff --git a/cmd_server.go b/cmd_server.go index <HASH>..<HASH> 100644 --- a/cmd_server.go +++ b/cmd_server.go @@ -3,6 +3,8 @@ package miniredis import ( + "strings" + "github.com/alicebob/miniredis/server" ) @@ -32,11 +34,15 @@ func (m *Miniredis) cmdDbsize(c *server.Peer, cmd string, args []string) { // F...
FLUSHDB and FLUSHALL can have ASYNC argument in <I>
alicebob_miniredis
train
6e5b1ff1cb2ad26b651c98ab77e5574b783f534a
diff --git a/pipes/pipeline/create_pipeline.py b/pipes/pipeline/create_pipeline.py index <HASH>..<HASH> 100644 --- a/pipes/pipeline/create_pipeline.py +++ b/pipes/pipeline/create_pipeline.py @@ -239,8 +239,10 @@ def main(): parser = argparse.ArgumentParser() parser.add_argument('-d', ...
fix: Log INFO by default See also: PSOBAT-<I>
foremast_foremast
train
c6f2af347b1bac32bbc59ece45c3bd63b0b08402
diff --git a/sphinxgallery/docs_resolv.py b/sphinxgallery/docs_resolv.py index <HASH>..<HASH> 100644 --- a/sphinxgallery/docs_resolv.py +++ b/sphinxgallery/docs_resolv.py @@ -409,17 +409,19 @@ def embed_code_links(app, exception): """Embed hyperlinks to documentation into example code""" if exception is not N...
Move early return before debug message for latex builder
sphinx-gallery_sphinx-gallery
train
28da9149291e05c81cf503156f3446c771216a89
diff --git a/tests/crianza_test.py b/tests/crianza_test.py index <HASH>..<HASH> 100644 --- a/tests/crianza_test.py +++ b/tests/crianza_test.py @@ -8,6 +8,7 @@ import operator import random import sys import unittest +import six try: import crianza.native @@ -69,7 +70,7 @@ class TestCrianza(unittest.TestCase)...
update the tests to be cross compatible as well
cslarsen_crianza
train
37f14ab928821c7c9c01307dc88da7609437531d
diff --git a/django_bouncy/utils.py b/django_bouncy/utils.py index <HASH>..<HASH> 100644 --- a/django_bouncy/utils.py +++ b/django_bouncy/utils.py @@ -1,8 +1,5 @@ # -*- coding: utf-8 -*- """Utility functions for the django_bouncy app""" -from __future__ import absolute_import -from __future__ import unicode_literals ...
do not use unicode_literals rather mark as unicode
ofa_django-bouncy
train
6f74e4589061a27e598c53b02cacb3cda7af333b
diff --git a/test/e2e/network/ingress.go b/test/e2e/network/ingress.go index <HASH>..<HASH> 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -382,7 +382,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() { // TODO(nikhiljindal): Check the instance group annotation value and verify wit...
add unreleased tag to http2 test
kubernetes_kubernetes
train
c4542fa6c28d6445b810aa4dbfc119c08e274f1f
diff --git a/tests/View/SummaryDoc.php b/tests/View/SummaryDoc.php index <HASH>..<HASH> 100644 --- a/tests/View/SummaryDoc.php +++ b/tests/View/SummaryDoc.php @@ -91,7 +91,10 @@ class SummaryDoc */ public function doc3() { - // {{ i + 1 }} + /* + # _ + {{ i + 1 }} + */...
docs<view>: add summary doc for view component
hunzhiwange_framework
train
3f09188d8839433b50daf7decf87a6b5967abe1e
diff --git a/tests/DateTime/DiffTest.php b/tests/DateTime/DiffTest.php index <HASH>..<HASH> 100644 --- a/tests/DateTime/DiffTest.php +++ b/tests/DateTime/DiffTest.php @@ -750,7 +750,7 @@ class DiffTest extends TestCase public function diffForHumansProvider() { - $now = Chronos::now(); + $now =...
Fixed testing diffForHumans with relative times changes
cakephp_chronos
train
8ca1c356bec65f45b235ea95edb92f07b461b1e4
diff --git a/src/main/java/com/amazon/carbonado/repo/jdbc/JDBCConnectionCapability.java b/src/main/java/com/amazon/carbonado/repo/jdbc/JDBCConnectionCapability.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/amazon/carbonado/repo/jdbc/JDBCConnectionCapability.java +++ b/src/main/java/com/amazon/carbonado/repo/...
Preparations for hiding JDBCRepository class.
Carbonado_Carbonado
train
1c09b025c071bc26803c041add92f8b8f1e02d78
diff --git a/p2p/security/tls/crypto.go b/p2p/security/tls/crypto.go index <HASH>..<HASH> 100644 --- a/p2p/security/tls/crypto.go +++ b/p2p/security/tls/crypto.go @@ -72,6 +72,7 @@ func generateConfig(privKey ic.PrivKey) (*tls.Config, error) { return nil, err } return &tls.Config{ + MinVersion: tls.Vers...
switch to TLS <I> TLS <I> support was recently made opt-in in Go <I>, so we need to explicitly enable it.
libp2p_go-libp2p
train
2e9179df3733eb30371805cada6f13ecc7831a56
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint-css": "stylelint public/js/components/*.css", "lint-js": "eslint public/js", "test": "mocha --compilers js:babel-register public/js/test/node-unit-tests.js", - "test-all": "...
Fix karma There were three issues + DevToolsUtils.assert was failing in karma due to `undefined.testing` property + The Editor component unit test is broken due to a loading issue (flagged off) + The devtools-sham promise file was loading poorly. Fixed and will move those files to defer.js soon
firefox-devtools_debugger
train
2059d6edb53b53cfe0ab25f805acbb353b012a06
diff --git a/lib/upgradelib.php b/lib/upgradelib.php index <HASH>..<HASH> 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -1526,7 +1526,9 @@ function print_upgrade_part_end($plugin, $installation, $verbose) { } } if ($verbose) { - echo $OUTPUT->notification(get_string('success'), '...
MDL-<I> upgradelib: Remove close button on success notification
moodle_moodle
train
5bc30129b0e7a37f7f1bb562b0bffc6d4ee07491
diff --git a/system-test/integration_test.go b/system-test/integration_test.go index <HASH>..<HASH> 100644 --- a/system-test/integration_test.go +++ b/system-test/integration_test.go @@ -58,7 +58,7 @@ retry apt-get update >/dev/null retry apt-get -y -q install git >/dev/null # Install desired version of Node.js -re...
chore: install newer version of nvm in integration test (#<I>)
googleapis_cloud-profiler-nodejs
train
ea4796fadff7f7d3c2f3481e112423bdb0f0681e
diff --git a/netsnmpagent.py b/netsnmpagent.py index <HASH>..<HASH> 100644 --- a/netsnmpagent.py +++ b/netsnmpagent.py @@ -895,7 +895,12 @@ class netsnmpAgent(object): def shutdown(self): libnsa.snmp_shutdown(self.AgentName) - libnsa.shutdown_agent() + + # Unfortunately we can't safely call shutdown_agent() fo...
Do not call net-snmp's shutdown_agent() anymore Unfortunately, the situation is even worse than described in 9c6c<I> so that we'll have to revert that change. Calling shutdown_agent() will cause trouble if SNMP objects have been registered (double free()s).
pief_python-netsnmpagent
train
d2f35e93182ebc79fe609ca01908283d0982c40a
diff --git a/libkbfs/prefetcher.go b/libkbfs/prefetcher.go index <HASH>..<HASH> 100644 --- a/libkbfs/prefetcher.go +++ b/libkbfs/prefetcher.go @@ -41,13 +41,18 @@ func newPrefetcher(retriever blockRetriever) *blockPrefetcher { } func (p *blockPrefetcher) run() { - for ch := range p.progressCh { - ch := ch - p.sg....
prefetcher: Fix prefetcher_test and qr_test so they work consistently
keybase_client
train
473578d358a02ce1bb3aa8b990f9d0a2ab9346d6
diff --git a/opentracing-api/src/main/java/io/opentracing/propagation/Format.java b/opentracing-api/src/main/java/io/opentracing/propagation/Format.java index <HASH>..<HASH> 100644 --- a/opentracing-api/src/main/java/io/opentracing/propagation/Format.java +++ b/opentracing-api/src/main/java/io/opentracing/propagation/F...
Use correct reference in Javadoc (#<I>)
opentracing_opentracing-java
train
bc926ebf98a9ae8f2db843ce16a33a5282d18d35
diff --git a/lib/i18n.rb b/lib/i18n.rb index <HASH>..<HASH> 100644 --- a/lib/i18n.rb +++ b/lib/i18n.rb @@ -12,7 +12,7 @@ module I18n RESERVED_KEYS = [:scope, :default, :separator, :resolve, :object, :fallback, :format, :cascade, :throw, :raise, :deep_interpolation] RESERVED_KEYS_PATTERN = /%\{(#{RESERVED_KEYS.joi...
undo c5d9e8cfbda9bdac0dd4f<I>d<I>e5eb8a1c<I>e This is so that I<I>n.translate will be available on rdoc
ruby-i18n_i18n
train
cc7006cc47f7f70ddb727eca1b799a0e46d8df3a
diff --git a/Tests/OrientDBCommandRecordDeleteTest.php b/Tests/OrientDBCommandRecordDeleteTest.php index <HASH>..<HASH> 100644 --- a/Tests/OrientDBCommandRecordDeleteTest.php +++ b/Tests/OrientDBCommandRecordDeleteTest.php @@ -122,8 +122,9 @@ class OrientDBRecordDeleteTest extends OrientDB_TestCase $this->db->...
Update test to reflect changes in r<I>
AntonTerekhov_OrientDB-PHP
train
c9724c546fcb6380c146657a0872ec583e52dba5
diff --git a/php/commands/media.php b/php/commands/media.php index <HASH>..<HASH> 100644 --- a/php/commands/media.php +++ b/php/commands/media.php @@ -27,11 +27,6 @@ class Media_Command extends WP_CLI_Command { * seq 1000 2000 | xargs wp media regenerate */ function regenerate( $args, $assoc_args = array() ...
check for platform support before calling 'wp media import' too
wp-cli_extension-command
train
a8ad9442ceabdbd1bd4c1bf6baab4fda8484bcac
diff --git a/azure/src/test/java/com/microsoft/azure/TestLoadBalancer.java b/azure/src/test/java/com/microsoft/azure/TestLoadBalancer.java index <HASH>..<HASH> 100644 --- a/azure/src/test/java/com/microsoft/azure/TestLoadBalancer.java +++ b/azure/src/test/java/com/microsoft/azure/TestLoadBalancer.java @@ -17,6 +17,7 @@...
initial inbound NAT rule CRUD test
Azure_azure-sdk-for-java
train
26c4bffa7950ed41c72abc34bce1a09de7ddd6ac
diff --git a/src/protobuf_js_6_common.js b/src/protobuf_js_6_common.js index <HASH>..<HASH> 100644 --- a/src/protobuf_js_6_common.js +++ b/src/protobuf_js_6_common.js @@ -64,7 +64,7 @@ exports.deserializeCls = function deserializeCls(cls, options) { * @return {cls} The resulting object */ return function des...
Upgrade Protobuf.js 6 code to work with <I>
grpc_grpc-node
train
356629e17389b3557077dca97141bab0785fee14
diff --git a/ccxt.js b/ccxt.js index <HASH>..<HASH> 100644 --- a/ccxt.js +++ b/ccxt.js @@ -3752,7 +3752,7 @@ var bitlish = { let now = this.seconds (); let start = now - 86400 * 30; // last 30 days let interval = [ start.toString (), undefined ]; - return this.publicPostOhlcv (this.ext...
bitlish async/await fixes
ccxt_ccxt
train
65df38f9b66802f599ed2e0c196fcf5d14c84a90
diff --git a/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java b/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java index <HASH>..<HASH> 100644 --- a/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java +++ b/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java @@ -38,6 ...
Corrected remoce sites multi action for site management wp tool.
alkacon_opencms-core
train
ac4d0abfda0a5622a74157b01a4ed7435755a4c6
diff --git a/plugin/geomajas-plugin-deskmanager/framework/src/main/java/org/geomajas/plugin/deskmanager/client/gwt/geodesk/GeodeskEntryPoint.java b/plugin/geomajas-plugin-deskmanager/framework/src/main/java/org/geomajas/plugin/deskmanager/client/gwt/geodesk/GeodeskEntryPoint.java index <HASH>..<HASH> 100644 --- a/plugi...
GDM-<I> Don't load widgets from framework, this is up to the specific applications
geomajas_geomajas-project-server
train