hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
dbd2576d1b1e107f0ea7d6361b48dcf5325a61df
diff --git a/rpc_test.go b/rpc_test.go index <HASH>..<HASH> 100644 --- a/rpc_test.go +++ b/rpc_test.go @@ -1036,7 +1036,7 @@ func TestCompress(t *testing.T) { var wg sync.WaitGroup for i := 0; i < 100; i++ { wg.Add(1) - go func() { + go func(i int) { defer wg.Done() for j := 0; j < 50; j++ { s := ...
fixed data race in the TestCompress()
valyala_gorpc
train
48102897d3f4107924869d6efac046a173970383
diff --git a/core/src/main/java/therian/TherianContext.java b/core/src/main/java/therian/TherianContext.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/therian/TherianContext.java +++ b/core/src/main/java/therian/TherianContext.java @@ -22,6 +22,7 @@ import javax.el.ELContext; import javax.el.ELResolver; ...
readd callbacky flavor of TherianContext#forwardTo
mbenson_uelbox
train
57233166124974be6cecef0a221d2531bf8f4857
diff --git a/crnk-meta/src/main/java/io/crnk/meta/provider/MetaPartitionBase.java b/crnk-meta/src/main/java/io/crnk/meta/provider/MetaPartitionBase.java index <HASH>..<HASH> 100644 --- a/crnk-meta/src/main/java/io/crnk/meta/provider/MetaPartitionBase.java +++ b/crnk-meta/src/main/java/io/crnk/meta/provider/MetaPartitio...
allocateMetaElement only for known Collections
crnk-project_crnk-framework
train
de7d7746ae0a1bc47a3cb7f0017424dbac4d2136
diff --git a/matchers.js b/matchers.js index <HASH>..<HASH> 100644 --- a/matchers.js +++ b/matchers.js @@ -524,3 +524,73 @@ vui.jasmine.dom.matchers = { } }; + +vui.jasmine.dom.differs = { + _private: { + createDeclassedClone: function( classedElement ) { + if( classedElement == document.body ) { + return cl...
Add some DOM differs to the jasmine testing tool (from the jasmine-karma-tester package).
Brightspace_jasmine-dom-matchers
train
69786cdab165d185e9c0325e97e6e719827369e5
diff --git a/tests-unit/Client/RequestTimeoutMiddlewareTest.php b/tests-unit/Client/RequestTimeoutMiddlewareTest.php index <HASH>..<HASH> 100644 --- a/tests-unit/Client/RequestTimeoutMiddlewareTest.php +++ b/tests-unit/Client/RequestTimeoutMiddlewareTest.php @@ -16,7 +16,7 @@ class RequestTimeoutMiddlewareTest extends ...
KBC-<I> tests (RequestTimeoutMiddlewareTest): fix expected timeout
keboola_storage-api-php-client
train
01543ccf2e5199c17482ff440770ba18aaa909df
diff --git a/azure-kusto-data/azure/kusto/data/client.py b/azure-kusto-data/azure/kusto/data/client.py index <HASH>..<HASH> 100644 --- a/azure-kusto-data/azure/kusto/data/client.py +++ b/azure-kusto-data/azure/kusto/data/client.py @@ -728,7 +728,7 @@ class KustoClient(_KustoClientBase): # Create a session obje...
Handle possibility of HTTPConnection.default_socket_options being None (#<I>) * Though we expect that HTTPConnection.default_socket_options will always be defined, handle the case where it isn't for robustness. * Black formatting
Azure_azure-kusto-python
train
c4dbbc3eeec6151b14e20764d16f3aabef50f511
diff --git a/Connector/Validator/Identity/IdentityValidator.php b/Connector/Validator/Identity/IdentityValidator.php index <HASH>..<HASH> 100644 --- a/Connector/Validator/Identity/IdentityValidator.php +++ b/Connector/Validator/Identity/IdentityValidator.php @@ -23,13 +23,13 @@ class IdentityValidator implements Valida...
correct validator path (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
0f55db4ea9e77198b57692f7de35bb28484ec2d0
diff --git a/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OUserTrigger.java b/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OUserTrigger.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OUserTrigger.java +++ ...
Fixed bug on creation of OUser instances without name or password
orientechnologies_orientdb
train
13eea435db971118ddbae6f61dc81a18753d4bd0
diff --git a/specs/process/selenium-process.spec.php b/specs/process/selenium-process.spec.php index <HASH>..<HASH> 100644 --- a/specs/process/selenium-process.spec.php +++ b/specs/process/selenium-process.spec.php @@ -32,7 +32,8 @@ describe('SeleniumProcess', function () { it('should return a java command wit...
Run commands through `exec` on POSIX compliant OS to avoid zombie procceses.
peridot-php_webdriver-manager
train
0f2e890653bc8e58b578e50a004dc9fdfbd6bcaa
diff --git a/app/models/shipit/deploy.rb b/app/models/shipit/deploy.rb index <HASH>..<HASH> 100644 --- a/app/models/shipit/deploy.rb +++ b/app/models/shipit/deploy.rb @@ -14,7 +14,7 @@ module Shipit has_many :commit_deployments, inverse_of: :task, foreign_key: :task_id do GITHUB_STATUSES = { 'pendi...
Fix Deployment status s/failed/failure/
Shopify_shipit-engine
train
3f11faafca8444ea77b9cf7a27749b8722546369
diff --git a/scripts/experiments/run_dp.py b/scripts/experiments/run_dp.py index <HASH>..<HASH> 100755 --- a/scripts/experiments/run_dp.py +++ b/scripts/experiments/run_dp.py @@ -52,6 +52,7 @@ class SrlExpParamsRunner(ExpParamsRunner): "dp-opt", "dp-conll07", ...
Adding logAdd / algebra test
mgormley_pacaya
train
4560556d6c81fc456d763ff0d80aa14897baa57a
diff --git a/torchvision/datasets/utils.py b/torchvision/datasets/utils.py index <HASH>..<HASH> 100644 --- a/torchvision/datasets/utils.py +++ b/torchvision/datasets/utils.py @@ -61,18 +61,20 @@ def check_integrity(fpath: str, md5: Optional[str] = None) -> bool: return check_md5(fpath, md5) -def _get_redirect_...
Fix redirect behavior of datasets.utils.download_url (#<I>) * use head request for redirects * remove requests dependency
pytorch_vision
train
defd29826b619550c5ce949cc83ab608105d2d11
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,6 @@ module.exports = { .then(function() { page.content = page.content.replace(re, function(match, p1, p2) { var filename = p1 || p2; - console.log("INCLUDING " + filename); return files[filename]...
rm INCLUDE log statement
rlmv_gitbook-plugin-include
train
902067d620df690bcc7ec0840f9700ca023b0660
diff --git a/builtin/logical/transit/policy.go b/builtin/logical/transit/policy.go index <HASH>..<HASH> 100644 --- a/builtin/logical/transit/policy.go +++ b/builtin/logical/transit/policy.go @@ -345,6 +345,10 @@ func (p *policy) needsUpgrade() bool { return true } + if p.Keys[p.LatestVersion].HMACKey == nil || l...
Ensure upgrades have a valid HMAC key
hashicorp_vault
train
1382360abd9cf55bf8483fc6f6177e5fb400df38
diff --git a/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java b/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java index <HASH>..<HASH> 100644 --- a/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java +++ b/plugins/websocket/src/main/java/greycat/...
Fix WSServer with workers (protect against callback <I>)
datathings_greycat
train
d6fb3ee8082024d2ba32154d820ccb22bda940d5
diff --git a/src/cli/core/manager/Manager.js b/src/cli/core/manager/Manager.js index <HASH>..<HASH> 100644 --- a/src/cli/core/manager/Manager.js +++ b/src/cli/core/manager/Manager.js @@ -68,8 +68,14 @@ class Manager { template: new events.EventEmitter(0), structure: new events.EventEmitter(0), refe...
enhancement: Activity stream updated even when no one is listening
abecms_abecms
train
32468974b83c237d3bc49f3aa8916634c12471a6
diff --git a/tests/test_write_readback.py b/tests/test_write_readback.py index <HASH>..<HASH> 100755 --- a/tests/test_write_readback.py +++ b/tests/test_write_readback.py @@ -53,8 +53,11 @@ class TestWriteReadbackCpythonMatlab(unittest.TestCase): def random_numpy(self, shape, dtype): nbytes = np.ndarray...
Added numpy bool read writeback tests.
frejanordsiek_hdf5storage
train
883265bc5ac5036506b7a4d4677367aa0401ad6b
diff --git a/h2o-core/src/main/java/water/fvec/Vec.java b/h2o-core/src/main/java/water/fvec/Vec.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/fvec/Vec.java +++ b/h2o-core/src/main/java/water/fvec/Vec.java @@ -415,6 +415,22 @@ public class Vec extends Keyed<Vec> { fs.blockForPending(); re...
PUBDEV-<I>: Add more (currently ignored) JUnit tests for Gains/Lift table corner cases with NAs and ties in quantiles.
h2oai_h2o-3
train
c66d2b128ca2fec68533a5a5f07f1d1e4a9e74ce
diff --git a/lib/plugins/aws/lib/naming.js b/lib/plugins/aws/lib/naming.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/lib/naming.js +++ b/lib/plugins/aws/lib/naming.js @@ -1,6 +1,7 @@ 'use strict'; const _ = require('lodash'); +const crypto = require('crypto'); /** * A centralized naming object that pro...
Make ALB event target group names unique
serverless_serverless
train
5ff23604530635185b0a3bfe4650879e00223866
diff --git a/component/all/resource.go b/component/all/resource.go index <HASH>..<HASH> 100644 --- a/component/all/resource.go +++ b/component/all/resource.go @@ -23,21 +23,21 @@ import ( type resources struct{} -func (c resources) registerForServer() error { - c.registerPublicFacade() +func (r resources) register...
Make a receiver variable consistent with the type name.
juju_juju
train
c1f5d61bb7cb0cdfc3ee4c0960f0eb9bea69b6f5
diff --git a/fmn/rules/bodhi.py b/fmn/rules/bodhi.py index <HASH>..<HASH> 100644 --- a/fmn/rules/bodhi.py +++ b/fmn/rules/bodhi.py @@ -1,6 +1,17 @@ from fmn.lib.hinting import hint, prefixed as _ +@hint(categories=['bodhi']) +def bodhi_catchall(config, message): + """ All bodhi events + + Adding this rule wi...
Add a few more catchall rules.
fedora-infra_fmn.rules
train
cfb26f84a4140ac36eab8e9a0b14a5e77536d380
diff --git a/src/main/java/com/suse/saltstack/netapi/client/SaltStackClient.java b/src/main/java/com/suse/saltstack/netapi/client/SaltStackClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/suse/saltstack/netapi/client/SaltStackClient.java +++ b/src/main/java/com/suse/saltstack/netapi/client/SaltStackClien...
Return a boolean result from logout() and logoutAsync()
SUSE_salt-netapi-client
train
df08c7fca52bee51a3a379ef675dc9ac71641b9f
diff --git a/x/errors.go b/x/errors.go index <HASH>..<HASH> 100644 --- a/x/errors.go +++ b/x/errors.go @@ -31,7 +31,7 @@ var ( ErrNotFound = &fosite.RFC6749Error{ CodeField: http.StatusNotFound, ErrorField: http.StatusText(http.StatusNotFound), - DescriptionField: "Unable to located the requested ...
fix: typo in errors.go (#<I>)
ory_hydra
train
c0531bdc1aae21acd65f06d79c89bef99edd9cc9
diff --git a/h11/tests/test_state.py b/h11/tests/test_state.py index <HASH>..<HASH> 100644 --- a/h11/tests/test_state.py +++ b/h11/tests/test_state.py @@ -63,7 +63,7 @@ def test_ConnectionState_switch_denied(): for switch_type in (_SWITCH_CONNECT, _SWITCH_UPGRADE): for deny_early in (True, False): ...
Update tests for client switch refactoring Oops.
python-hyper_h11
train
5c6bd93d2026026f28d108a0eed1fe2498a823b4
diff --git a/core/src/main/java/com/meltmedia/cadmium/core/history/HistoryManager.java b/core/src/main/java/com/meltmedia/cadmium/core/history/HistoryManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/meltmedia/cadmium/core/history/HistoryManager.java +++ b/core/src/main/java/com/meltmedia/cadmium/co...
Added maintenance special logEvent Method
meltmedia_cadmium
train
854c23124b28e7ad4c19b6c512a2a4d440593cc6
diff --git a/src/pusher_authorizer.js b/src/pusher_authorizer.js index <HASH>..<HASH> 100644 --- a/src/pusher_authorizer.js +++ b/src/pusher_authorizer.js @@ -9,7 +9,7 @@ Pusher.Channel.Authorizer.prototype = { composeQuery: function(socketId) { - var query = '&socket_id=' + encodeURIComponent(socketId) ...
Don't start form-post with & Some webservers don't deal with it well.
pusher_pusher-js
train
3fe1d70c93fc809610dc072608d53b5669532c95
diff --git a/app/helpers/-set.js b/app/helpers/-set.js index <HASH>..<HASH> 100644 --- a/app/helpers/-set.js +++ b/app/helpers/-set.js @@ -1 +1 @@ -export { default, set } from 'ilios-common/helpers/-set'; +export { default } from 'ilios-common/helpers/-set'; diff --git a/app/helpers/has-many-ids.js b/app/helpers/has-m...
Fix exports Seems like the ember blueprints have change a few times here and we've been left with a couple of places where we're exporting something that didn't actually exist.
ilios_common
train
08af0c1cec127a7367fb97513335b2402a1ba093
diff --git a/toxic_slicer.go b/toxic_slicer.go index <HASH>..<HASH> 100644 --- a/toxic_slicer.go +++ b/toxic_slicer.go @@ -81,6 +81,10 @@ func (t *SlicerToxic) Pipe(stub *ToxicStub) { select { case <-stub.interrupt: + stub.output <- &StreamChunk{ + data: c.data[chunks[i]:], + timestamp: c...
Send the rest of the data when we get an interrupt
Shopify_toxiproxy
train
a7f7478bc8f74edaad0602a27c46baaa83f11366
diff --git a/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java b/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java +++ b/src/main/java/com/couchbase/lite/replicator/ReplicationInt...
Refactors out duplicate calls. Closes #<I>
couchbase_couchbase-lite-java-core
train
17939c026323ecfed4996078b62728ee460b115d
diff --git a/opentrons/drivers/motor.py b/opentrons/drivers/motor.py index <HASH>..<HASH> 100644 --- a/opentrons/drivers/motor.py +++ b/opentrons/drivers/motor.py @@ -155,7 +155,18 @@ class CNCDriver(object): self.reset_port() log.debug("Connected to {}".format(device)) compatible = self.vers...
RuntimeError raised if versions incompatible (#<I>)
Opentrons_opentrons
train
3379b9a313ee4c6ffc48af4fb9cbf603509fcc42
diff --git a/plugins/Menu/src/View/Helper/LinkHelper.php b/plugins/Menu/src/View/Helper/LinkHelper.php index <HASH>..<HASH> 100644 --- a/plugins/Menu/src/View/Helper/LinkHelper.php +++ b/plugins/Menu/src/View/Helper/LinkHelper.php @@ -108,15 +108,23 @@ class LinkHelper extends Helper ]) === true; ...
fix LinkHelper & special chars in URL resolves #<I>
quickapps_cms
train
a52da3c8cedffe87d5eb141d4e5a828ffefdf5cb
diff --git a/lib/tty/prompt/reader/codes.rb b/lib/tty/prompt/reader/codes.rb index <HASH>..<HASH> 100644 --- a/lib/tty/prompt/reader/codes.rb +++ b/lib/tty/prompt/reader/codes.rb @@ -4,27 +4,8 @@ module TTY class Prompt class Reader module Codes - def keys + def ctrl_keys { - ...
Change to extract ctrl codes.
piotrmurach_tty-prompt
train
8ae996c279ad47d20ffd4995ccd2fffc2af8a4f1
diff --git a/classes/Gems/User/RadiusUserDefinition.php b/classes/Gems/User/RadiusUserDefinition.php index <HASH>..<HASH> 100644 --- a/classes/Gems/User/RadiusUserDefinition.php +++ b/classes/Gems/User/RadiusUserDefinition.php @@ -56,7 +56,7 @@ class Gems_User_RadiusUserDefinition extends \Gems_User_StaffUserDefinition...
Cosmetic fix: don't set the tab explicitly dev: when this does not work (it does for me) change the tab title to match the one from the organization model
GemsTracker_gemstracker-library
train
5c7c21a743eb3d2bc432327b2ee531da73b47e0d
diff --git a/platforms/firmata/firmata_adaptor_test.go b/platforms/firmata/firmata_adaptor_test.go index <HASH>..<HASH> 100644 --- a/platforms/firmata/firmata_adaptor_test.go +++ b/platforms/firmata/firmata_adaptor_test.go @@ -138,7 +138,7 @@ func TestAdaptorConnect(t *testing.T) { func TestAdaptorServoWrite(t *test...
firmata: assertions needed to be considered tests
hybridgroup_gobot
train
58f7045741d7bed09e353fc601f184b95bddbd4d
diff --git a/src/pikepdf/_methods.py b/src/pikepdf/_methods.py index <HASH>..<HASH> 100644 --- a/src/pikepdf/_methods.py +++ b/src/pikepdf/_methods.py @@ -399,10 +399,11 @@ class Extend_Pdf: def close(self) -> None: """ - Close a Pdf object and release resources acquired by pikepdf. + Clos...
Explain why we are not using QPDF::closeInputSource()
pikepdf_pikepdf
train
faf082274a706add90410be3ab6c1930746ff350
diff --git a/mock_open/mocks.py b/mock_open/mocks.py index <HASH>..<HASH> 100644 --- a/mock_open/mocks.py +++ b/mock_open/mocks.py @@ -121,7 +121,7 @@ class MockOpen(Mock): # evident by its name attribute being unset) we create a new file mock # instead of returning to previous one. if not is...
Fix #4: Set `_new_name` on child mocks
nivbend_mock-open
train
6e66ddfcb9307de26b278eb75adab54a44aa5b2b
diff --git a/dvc/version.py b/dvc/version.py index <HASH>..<HASH> 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -6,7 +6,7 @@ import os import subprocess -_BASE_VERSION = "1.1.2" +_BASE_VERSION = "1.1.3" def _generate_version(base_version):
dvc: bump to <I>
iterative_dvc
train
43ce6e22b19245318ff154f859c82272130ac238
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1046,7 +1046,6 @@ module ActionDispatch VALID_ON_OPTIONS...
ask the scope object if it is a resource_method_scope
rails_rails
train
73f89d112813ccf7371fde236786092bfcd0691e
diff --git a/search_queries_range.go b/search_queries_range.go index <HASH>..<HASH> 100644 --- a/search_queries_range.go +++ b/search_queries_range.go @@ -130,12 +130,11 @@ func (q *RangeQuery) Source() (interface{}, error) { if q.format != "" { params["format"] = q.format } - params["include_lower"] = q.include...
Move boost parameter in range query The `boost` parameter was in the wrong position in the query structure. Close #<I> Close #<I>
olivere_elastic
train
2e23f7169496924b85e843c822ef6b83d36126ee
diff --git a/Controller/Front/CategoryController.php b/Controller/Front/CategoryController.php index <HASH>..<HASH> 100755 --- a/Controller/Front/CategoryController.php +++ b/Controller/Front/CategoryController.php @@ -23,16 +23,16 @@ use WellCommerce\Component\Breadcrumb\Model\Breadcrumb; * * @author Adam Piotrow...
Added metadata management in shop configuration. Changed icons, added metadata helper & changed respective functions system-wide.
WellCommerce_CatalogBundle
train
83ea321e5c5e723779e0701270bb8725587005cb
diff --git a/plan/cbo_test.go b/plan/cbo_test.go index <HASH>..<HASH> 100644 --- a/plan/cbo_test.go +++ b/plan/cbo_test.go @@ -123,6 +123,35 @@ func (s *testAnalyzeSuite) TestStraightJoin(c *C) { )) } +func (s *testAnalyzeSuite) TestTableDual(c *C) { + defer testleak.AfterTest(c)() + store, dom, err := newStoreWit...
plan: statsInfo.count for LogicalTableDual should be its RowCount (#<I>)
pingcap_tidb
train
eb0738087fb5719d530957c7692424acb9817811
diff --git a/lib/spark/java_bridge/base.rb b/lib/spark/java_bridge/base.rb index <HASH>..<HASH> 100644 --- a/lib/spark/java_bridge/base.rb +++ b/lib/spark/java_bridge/base.rb @@ -71,19 +71,19 @@ module Spark # Call java object def call(klass, method, *args) # To java - args.map!{|item| rub...
smaller java bridge refactoring
ondra-m_ruby-spark
train
3bca572c62913ec226800fa1ebb52a455b68e34d
diff --git a/coverage_reporter/collectors/base.py b/coverage_reporter/collectors/base.py index <HASH>..<HASH> 100644 --- a/coverage_reporter/collectors/base.py +++ b/coverage_reporter/collectors/base.py @@ -10,7 +10,7 @@ class BaseCollector(Plugin): """ - def collect(self, path_list, path_filter): + def ...
Allow path_filter to not be set when collecting. In that case, assume all paths are correct.
dugan_coverage-reporter
train
4045c39259c3316955497ad02280b970efe34805
diff --git a/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java b/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java +++ b/languagetool-core/src/main/java/org/languagetool/JLanguageToo...
improve javadoc to avoid confusion of multiple rules with the same id
languagetool-org_languagetool
train
85336339fe12187eb34519cb703c66f4e6734bd1
diff --git a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java b/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java index <HASH>..<HASH> 100644 --- a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java +++ b/src/com/opera/core/systems/runner/lau...
Reverting check for setLastModified on newly copied launcher The check breaks on Windows 7 apparently, see <URI:<URL>
operasoftware_operaprestodriver
train
46bae04cae9b3a4abbc9049cb1b94e35810a6b8d
diff --git a/jumi-core/src/test/java/fi/jumi/core/ipc/AllocatedByteBufferSequence.java b/jumi-core/src/test/java/fi/jumi/core/ipc/AllocatedByteBufferSequence.java index <HASH>..<HASH> 100644 --- a/jumi-core/src/test/java/fi/jumi/core/ipc/AllocatedByteBufferSequence.java +++ b/jumi-core/src/test/java/fi/jumi/core/ipc/Al...
ByteBufferSequenceContract: do not let the position/limit be modified
luontola_jumi
train
5b95c0e0837183a0380b6dd4f0db44cd5c802314
diff --git a/tests/Fixture/VersionsWithUserFixture.php b/tests/Fixture/VersionsWithUserFixture.php index <HASH>..<HASH> 100644 --- a/tests/Fixture/VersionsWithUserFixture.php +++ b/tests/Fixture/VersionsWithUserFixture.php @@ -49,13 +49,13 @@ class VersionsWithUserFixture extends TestFixture * @var array */...
User non confusing ids.
josegonzalez_cakephp-version
train
171f8f663875ff2a12b8a26d64514f765eb876ef
diff --git a/tests/test_mock/mocksf.py b/tests/test_mock/mocksf.py index <HASH>..<HASH> 100644 --- a/tests/test_mock/mocksf.py +++ b/tests/test_mock/mocksf.py @@ -79,7 +79,7 @@ class MockRequestsSession: def __init__(self, testcase: SimpleTestCase, expected: Iterable['MockRequest'] = (), auth: ...
Fix: clean MockTestCase correctly after not consumed playback error It is not necessary to fix it in a test case now.
django-salesforce_django-salesforce
train
a9d1e705aba034d093c4c2ab4ba097856c6c7b16
diff --git a/library/VfsStreamWrapper.php b/library/VfsStreamWrapper.php index <HASH>..<HASH> 100644 --- a/library/VfsStreamWrapper.php +++ b/library/VfsStreamWrapper.php @@ -112,7 +112,7 @@ class VfsStreamWrapper $position = &$position[$part]; } $position = strpos($path, DIRE...
Improve vfsStream wrapper Convert file value to string. Seems like numeric content can not be passed to structure.
OXID-eSales_testing_library
train
36af605d0ca4d7c1bbd340d1bd4097ac919005de
diff --git a/js/base/functions/crypto.js b/js/base/functions/crypto.js index <HASH>..<HASH> 100644 --- a/js/base/functions/crypto.js +++ b/js/base/functions/crypto.js @@ -160,9 +160,12 @@ const makeCRCTable = () => { return crcTable; } -const crcTable = makeCRCTable () +let crcTable = undefined const crc32 =...
defer crc<I> calculation
ccxt_ccxt
train
ab82e7853f18be65bd73689ece1dd083842ec418
diff --git a/service-netty/src/main/java/info/bitrich/xchangestream/service/netty/NettyStreamingService.java b/service-netty/src/main/java/info/bitrich/xchangestream/service/netty/NettyStreamingService.java index <HASH>..<HASH> 100644 --- a/service-netty/src/main/java/info/bitrich/xchangestream/service/netty/NettyStrea...
handle unexpected channel error (#<I>)
knowm_XChange
train
169ee49e9566946bce949a30ce2e7d3a14dc7273
diff --git a/src/Network/Request.php b/src/Network/Request.php index <HASH>..<HASH> 100644 --- a/src/Network/Request.php +++ b/src/Network/Request.php @@ -20,7 +20,10 @@ use Cake\Core\Configure; use Cake\Network\Exception\MethodNotAllowedException; use Cake\Utility\Hash; use InvalidArgumentException; +use Psr\Http\M...
Add PSR7 body methods. Add the `withBody` and `getBody` methods. Internally the input parsing has been replaced with streams. This requires changing some internal state and deprecating setInput().
cakephp_cakephp
train
e72dd8d9ee342669c1afa8fb5ac551f7bb00ca05
diff --git a/pyuploadcare/uploader.py b/pyuploadcare/uploader.py index <HASH>..<HASH> 100644 --- a/pyuploadcare/uploader.py +++ b/pyuploadcare/uploader.py @@ -91,13 +91,14 @@ class UploaderMixin(object): with open(filename) as f: id = str(uuid4()) response = requests.post( - ...
replace iframe fith base upload
uploadcare_pyuploadcare
train
f47115272fce5a5a1529339105b3ba0e0526593d
diff --git a/lib/class-wp-json-taxonomies.php b/lib/class-wp-json-taxonomies.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-taxonomies.php +++ b/lib/class-wp-json-taxonomies.php @@ -40,10 +40,15 @@ class WP_JSON_Taxonomies { /** * Get taxonomies * + * @param string $type A specific type for which to r...
Fix regression causing all taxonomies to be returned for all types While the taxonomies routes are now type-independent, the post type routes (e.g. /posts/types/post) return embedded taxonomy objects for each taxonomy associated with that type. Removing the "types" argument from the get_taxonomies method caused a regr...
WP-API_WP-API
train
d25a3e570e7920991ba40e0e598b9853714c3c06
diff --git a/lib/octocatalog-diff/catalog-util/builddir.rb b/lib/octocatalog-diff/catalog-util/builddir.rb index <HASH>..<HASH> 100644 --- a/lib/octocatalog-diff/catalog-util/builddir.rb +++ b/lib/octocatalog-diff/catalog-util/builddir.rb @@ -195,6 +195,7 @@ module OctocatalogDiff def install_enc(logger) ...
Pass logger to ENC object execute method
github_octocatalog-diff
train
a5d0cd4a0a0da6a6df487d3652570e3c63ba19af
diff --git a/Model/Methods/AlternativePaymentMethod.php b/Model/Methods/AlternativePaymentMethod.php index <HASH>..<HASH> 100755 --- a/Model/Methods/AlternativePaymentMethod.php +++ b/Model/Methods/AlternativePaymentMethod.php @@ -33,6 +33,7 @@ use \Checkout\Models\Payments\BancontactSource; use \Checkout\Models\Payme...
Added a missing PoliSource class path
checkout_checkout-magento2-plugin
train
ef28256027256fda77963657130b29064127d9e6
diff --git a/sorl/thumbnail/images.py b/sorl/thumbnail/images.py index <HASH>..<HASH> 100644 --- a/sorl/thumbnail/images.py +++ b/sorl/thumbnail/images.py @@ -177,7 +177,7 @@ class DummyImageFile(BaseImageFile): class UrlStorage(Storage): def normalize_url(self, url, charset='utf-8'): - url = encode(url,...
fix encoding problem in normalize url
jazzband_sorl-thumbnail
train
ebc0cdc77924ecec344926fe34e8e8cd46a8d714
diff --git a/ReText/window.py b/ReText/window.py index <HASH>..<HASH> 100644 --- a/ReText/window.py +++ b/ReText/window.py @@ -941,7 +941,8 @@ class ReTextWindow(QMainWindow): def savePdf(self): fileName = QFileDialog.getSaveFileName(self, self.tr("Export document to PDF"), - "", self.tr("PDF files (*.pdf)")...
window: Autofill current filename for file to export to PDF Fixes #<I>.
retext-project_retext
train
247b18d6e87d77352aac7c4f7a586a2b0741f96b
diff --git a/spec/general_spec.rb b/spec/general_spec.rb index <HASH>..<HASH> 100644 --- a/spec/general_spec.rb +++ b/spec/general_spec.rb @@ -9,6 +9,12 @@ describe WithoutScope::ActsAsRevisable do @project = Project.create(:name => "Rich", :notes => "this plugin's author") end + describe "with auto-detect...
add test for detecting the properly named revision class
rich_acts_as_revisable
train
8abb5099431bf240d1f4f92865dde142d41ea1bf
diff --git a/lib/syclink/firefox.rb b/lib/syclink/firefox.rb index <HASH>..<HASH> 100644 --- a/lib/syclink/firefox.rb +++ b/lib/syclink/firefox.rb @@ -21,8 +21,8 @@ module SycLink end # Returns row values in Arrays - def rows - import.map do |row| + def rows(bookmark_file_path) + read(bookm...
implement internet explorer and finalize tests. Change interface for Importer
sugaryourcoffee_syclink
train
840970cefed7f7892aace435cd4a6011d0cb49c3
diff --git a/apidoc/object/source.py b/apidoc/object/source.py index <HASH>..<HASH> 100644 --- a/apidoc/object/source.py +++ b/apidoc/object/source.py @@ -44,7 +44,6 @@ class Root(): raise ValueError("Unknown version \"%s\"" % version) - @lru_cache() def get_used_namespaces(self): """retur...
Fix: shorcuts diff when API has one version
SolutionsCloud_apidoc
train
b89a9fb7457bc52543fbc9227dd643437b2d5856
diff --git a/node_modules_build/kwf-webpack/loader-kwc/component-assets-loader.js b/node_modules_build/kwf-webpack/loader-kwc/component-assets-loader.js index <HASH>..<HASH> 100644 --- a/node_modules_build/kwf-webpack/loader-kwc/component-assets-loader.js +++ b/node_modules_build/kwf-webpack/loader-kwc/component-assets...
load frontend core before chunks were loaded because public path has to be set before
koala-framework_koala-framework
train
7b9c0f079003b1876a70a2647df4ab5c7eb3f2aa
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.6.1 +===== + +* yet another make_admin_obj_mixin null bug, yay! for testing + 0.6 === diff --git a/awl/admintools.py b/awl/admintools.py index <HASH>..<HASH> 100644 --- a/awl/admintools.py +++ b...
Fix another null bug in admin_links tools
cltrudeau_django-awl
train
b73fb2039afb97f9c5e37fe600d2905fea6d0bef
diff --git a/index/mmap_windows.go b/index/mmap_windows.go index <HASH>..<HASH> 100644 --- a/index/mmap_windows.go +++ b/index/mmap_windows.go @@ -23,7 +23,7 @@ func mmapFile(f *os.File) mmapData { if size == 0 { return mmapData{f, nil} } - h, err := syscall.CreateFileMapping(f.Fd(), nil, syscall.PAGE_READONLY, ...
index: fix build on windows Reported by mattn. Fixes #<I>.
google_codesearch
train
0d44bbc643f6023635074edc39be71576c5d8406
diff --git a/spec/core/webfont_spec.js b/spec/core/webfont_spec.js index <HASH>..<HASH> 100644 --- a/spec/core/webfont_spec.js +++ b/spec/core/webfont_spec.js @@ -313,4 +313,55 @@ describe('WebFont', function () { }); }); }); + + describe('synchronous load event', function () { + var font = null, + ...
Add spec to make sure the loading event is fired synchronously.
typekit_webfontloader
train
704c7c57c50314eed1614d1264d0c6c21a42266c
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -41,24 +41,28 @@ A server saying hello: # Server request handler async def on_connected(proto): - while True: - # Receive a request from queue - stream_id, headers = await proto...
add CancelledError as an example of cleanup
decentfox_aioh2
train
fcbce21534397b29b4191e75e017445d131b85cf
diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index <HASH>..<HASH> 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -27,6 +27,7 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi - [abci] Add `ResponseCommit.retain_height` field, which will automatically remov...
cli: add command to generate shell completion scripts (#<I>) How to use it: ``` $ . <(tendermint completion) ``` Note that the completion command does not show up in the help screen, though it comes with its own --help option. This is a port of the feature provided by cosmos-sdk.
tendermint_tendermint
train
528d72b119b62532c0b1e37c5247346ea09bda3d
diff --git a/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java b/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java index <HASH>..<HASH> 100644 --- a/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java +++ b/stabilizer/src/main/java/com/hazelcast/s...
Improved logging to figure out how long it takes to process a command
hazelcast_hazelcast-simulator
train
a9f1ae91311276c5321e23f880aa3b0078e1d191
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index <HASH>..<HASH> 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -55,6 +55,10 @@ Bug fixes since 2.1 Addition and subtraction in MonthDay was fixed. It previously didn't work when the start value was 29th February. +- LocalDateTime.fromDateFields(...
Fix to avoid exception for times before <I> with non-zero milli-of-second
JodaOrg_joda-time
train
a03b5248c04d1434416643a8d5f2ab55c8ddec76
diff --git a/lib/middleware.js b/lib/middleware.js index <HASH>..<HASH> 100644 --- a/lib/middleware.js +++ b/lib/middleware.js @@ -84,11 +84,6 @@ module.exports = function(options) { // serve plugins if 404'd out from previous static server app.use(plugins(options)); - // catch 404's - app.use(functio...
[#<I>] - log on response instead of request
phonegap_connect-phonegap
train
b56e63cfa89f68327544dc726976018778a1ead5
diff --git a/java/src/playn/java/JavaNet.java b/java/src/playn/java/JavaNet.java index <HASH>..<HASH> 100644 --- a/java/src/playn/java/JavaNet.java +++ b/java/src/playn/java/JavaNet.java @@ -65,7 +65,8 @@ public class JavaNet extends NetImpl { // issue the request and process the response try { ...
We need to use getErrorStream for errors.
threerings_playn
train
20ad1a085eaa51885890e3edf13125a12d863f93
diff --git a/lib/apple_tv_converter/media_converter_mac_adapter.rb b/lib/apple_tv_converter/media_converter_mac_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/apple_tv_converter/media_converter_mac_adapter.rb +++ b/lib/apple_tv_converter/media_converter_mac_adapter.rb @@ -11,7 +11,7 @@ module AppleTvConverter ...
Escape the call to SublerCLI to allow running from any path
gokuu_apple-tv-converter
train
0e11789b47c759a541d012c019405aaee386ec95
diff --git a/src/main/java/com/codeborne/selenide/Selenide.java b/src/main/java/com/codeborne/selenide/Selenide.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/codeborne/selenide/Selenide.java +++ b/src/main/java/com/codeborne/selenide/Selenide.java @@ -14,6 +14,7 @@ import java.net.URL; import java.util.Arra...
Fixes #<I> try to read JS errors even if it's Map, not List ... still not properly tested with Edge browser :( ...
selenide_selenide
train
7ddee3574b4c90a7dd0c6970e51238f36aeb565f
diff --git a/core/budfox/candleManager.js b/core/budfox/candleManager.js index <HASH>..<HASH> 100644 --- a/core/budfox/candleManager.js +++ b/core/budfox/candleManager.js @@ -35,6 +35,9 @@ Manager.prototype.processTrades = function(tradeBatch) { Manager.prototype.relayCandles = function(candles) { this.emit('candle...
redraw market chart on new data
askmike_gekko
train
b150ec02890d94ca3767bcc8d568b96d8ec98b97
diff --git a/bin/sys.js b/bin/sys.js index <HASH>..<HASH> 100644 --- a/bin/sys.js +++ b/bin/sys.js @@ -80,7 +80,7 @@ module.exports = Object.defineProperties({ }, minifyJs: function minifyJs(input) { - var UglifyJS = require('uglify-js'); + var UglifyJS = require('uglify-es'); var result = UglifyJS.m...
fix(uglify): update to uglify-es
ionic-team_stencil
train
775e200f7a9dd345ced05be2531245980f997099
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -92,7 +92,7 @@ module.exports = function parse(feedXML, callback) { 'guid': true, 'itunes:summary': 'description', 'pubDate': text => { return { published: new Date(text) }; }, - 'author': tru...
Fixed multiple authors showing up if itunes:author and author present
akupila_node-podcast-parser
train
31e2e873c505f9f8911f8a0b07b65df47b35e6fd
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 @@ -44,13 +44,13 @@ class BinaryQuadraticModel(object): See :meth:`.BinaryQuadraticModel.energy`. vartype (:class...
Update some BQM docstrings for clarity
dwavesystems_dimod
train
afd7a7a228974e2f1c2bb3198f7c6ae3906a8e7a
diff --git a/eth_account/account.py b/eth_account/account.py index <HASH>..<HASH> 100644 --- a/eth_account/account.py +++ b/eth_account/account.py @@ -4,6 +4,9 @@ from collections import ( import json import os +from cytoolz import ( + dissoc, +) from eth_keyfile import ( create_keyfile_json, decode_k...
accept a matching from field in signTransaction
ethereum_eth-account
train
4a849359f1ad29bfd7c844cade96d1ec9f8c6f9c
diff --git a/dist/gibber.audio.js b/dist/gibber.audio.js index <HASH>..<HASH> 100644 --- a/dist/gibber.audio.js +++ b/dist/gibber.audio.js @@ -3758,7 +3758,7 @@ const Audio = { Audio.node = processorNode Audio.createUgens() Audio.Clock.init() - Audio.Theory.init() + Audio.Theory...
sequencing for root and tuning of Theory object
charlieroberts_gibber.audio.lib
train
b1c14dee25124e5f219c542268c97e6a6190bfca
diff --git a/src/com/google/javascript/jscomp/newtypes/JSType.java b/src/com/google/javascript/jscomp/newtypes/JSType.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/newtypes/JSType.java +++ b/src/com/google/javascript/jscomp/newtypes/JSType.java @@ -834,14 +834,19 @@ public abstract class JSTyp...
[NTI] Infer nullability better in conditionals. Specializes UNKNOWN to TRUTHY (or FALSY), loosely if needed, so that we can infer e.g. !Object from (x && typeof x === 'object'). ------------- Created by MOE: <URL>
google_closure-compiler
train
4e901bc23ed232b733fabe4a32db877b06567434
diff --git a/lib/jekyll-locale.rb b/lib/jekyll-locale.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll-locale.rb +++ b/lib/jekyll-locale.rb @@ -42,5 +42,6 @@ Jekyll::Hooks.register [:pages, :documents], :pre_render do |document, payload| handler = document.site.locale_handler handler.current_locale = document.loca...
Set "locale" in the payload properly
ashmaroli_jekyll-locale
train
078de7ba8b6035343c3e96b4767549e9ec43369a
diff --git a/lib/multi_json.rb b/lib/multi_json.rb index <HASH>..<HASH> 100644 --- a/lib/multi_json.rb +++ b/lib/multi_json.rb @@ -32,12 +32,12 @@ module MultiJson } REQUIREMENT_MAP = [ - ['oj', :oj], - ['yajl', :yajl], - ['json', :json_gem], - ['gson', :gson], - ['json/pure...
rename jrjackson
intridea_multi_json
train
08edec050c9d99ad2debf34f1e84cac85c5d6b77
diff --git a/src/components/Thumbs.js b/src/components/Thumbs.js index <HASH>..<HASH> 100644 --- a/src/components/Thumbs.js +++ b/src/components/Thumbs.js @@ -223,9 +223,7 @@ class Thumbs extends Component { position = position >= this.lastPosition ? this.lastPosition : position; this.setState({ - ...
remove code that made no sense as per #<I>
leandrowd_react-responsive-carousel
train
117f16f6093423aae94e4049c9f74f0b38f3ec34
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -128,7 +128,7 @@ Hbs.prototype.createRenderer = function() { // Initialization... move these actions into another function to remove // unnecessary checks - if(!hbs.partialsRegistered) + if(!hbs.partialsRegis...
registerPartials throws error when path not set Add tests to ensure we can not define partials path for normal operation. Fixes #4.
koajs_koa-hbs
train
495f9770aa05a63c0a731d28ad58611cfb71b182
diff --git a/TYPO3.Neos/Resources/Public/JavaScript/Shared/Utility.js b/TYPO3.Neos/Resources/Public/JavaScript/Shared/Utility.js index <HASH>..<HASH> 100644 --- a/TYPO3.Neos/Resources/Public/JavaScript/Shared/Utility.js +++ b/TYPO3.Neos/Resources/Public/JavaScript/Shared/Utility.js @@ -13,6 +13,9 @@ define(function() {...
TASK: Non-strings are not valid Json.
neos_neos-development-collection
train
889e0c4930432203464e76342c0ba3e8c69d914c
diff --git a/src/packet/secret_key.js b/src/packet/secret_key.js index <HASH>..<HASH> 100644 --- a/src/packet/secret_key.js +++ b/src/packet/secret_key.js @@ -379,7 +379,7 @@ SecretKey.prototype.generate = async function (bits, curve) { }; /** - * Clear private params, return to initial state + * Clear private key ...
Allow calling clearPrivateParams on decrypted keys Calling it on unencrypted keys was already allowed, so this safety check didn't do much.
openpgpjs_openpgpjs
train
6f7e407406e6b0f195cba35c0b2aa7fe8125a0bb
diff --git a/lib/steep/interface/builder.rb b/lib/steep/interface/builder.rb index <HASH>..<HASH> 100644 --- a/lib/steep/interface/builder.rb +++ b/lib/steep/interface/builder.rb @@ -453,6 +453,24 @@ module Steep end end + sig.members.each do |member| + case member + when ...
Translate alias method to method types
soutaro_steep
train
a4a8b5c222d11b70ac53ffab7f99c54f0a318050
diff --git a/src/Core/ObjectRegistry.php b/src/Core/ObjectRegistry.php index <HASH>..<HASH> 100644 --- a/src/Core/ObjectRegistry.php +++ b/src/Core/ObjectRegistry.php @@ -70,6 +70,7 @@ abstract class ObjectRegistry implements Countable, IteratorAggregate * @param string $objectName The name/class of the object to...
Include missing exception The controllers loadComponent has an exception docblock, but the method which causes that does not. This pull request addresses that inconsistency.
cakephp_cakephp
train
b01dad9f77dd279ec74ff03986c1e7372585a9a2
diff --git a/lib/rest/client.rb b/lib/rest/client.rb index <HASH>..<HASH> 100644 --- a/lib/rest/client.rb +++ b/lib/rest/client.rb @@ -27,17 +27,16 @@ module Rest @gem end - begin - require 'typhoeus' - Rest.gem = :typhoeus - require_relative 'wrappers/typhoeus_wrapper' - rescue LoadError => ex - ...
Removed typhoeus require for now until typhoeus bug is fixed: <URL>
iron-io_rest
train
d8685478a643717e862250e32904c36c88108aa2
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100755 --- a/lib/cli.js +++ b/lib/cli.js @@ -208,6 +208,8 @@ show this usage if TOPIC is not specified or recognized show an overview of the AsciiDoc syntax if TOPIC is syntax`, type: 'string' }) + .nargs('attribute', 1) + .nar...
resolves #<I> array options should consume only one argument
asciidoctor_asciidoctor-cli.js
train
ae346a553088c56dc8c17f0e1a50c4008be59bc8
diff --git a/planner/core/exhaust_physical_plans.go b/planner/core/exhaust_physical_plans.go index <HASH>..<HASH> 100644 --- a/planner/core/exhaust_physical_plans.go +++ b/planner/core/exhaust_physical_plans.go @@ -1497,7 +1497,11 @@ func (ijHelper *indexJoinBuildHelper) buildTemplateRange(matchedKeyCnt int, eqAn if...
planner: fix the issue that cached IndexJoin plans may return wrong results after changing parameters (#<I>)
pingcap_tidb
train
40f8b9a9db592c60543d05a9d29ee3611d8607c2
diff --git a/gui/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupPresenter.java b/gui/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupPresenter.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupPresenter.java +++ b/gui/src...
ability to preselect (and link) server groups
hal_core
train
c22f63d61271e1b2d8a5f25711cf65ec1b11ba3d
diff --git a/angular-azure-mobile-service.js b/angular-azure-mobile-service.js index <HASH>..<HASH> 100644 --- a/angular-azure-mobile-service.js +++ b/angular-azure-mobile-service.js @@ -162,6 +162,19 @@ angular.module('azure-mobile-service.module', []) getAll: function(tableName, withFilterFn){ r...
Exposing .read() method In order to send parameters to the javascript backend that can be read through request.parameters the .read() method of the azure sdk is now exposed with angular promise wrapped around. See also <URL>
TerryMooreII_angular-azure-mobile-service
train
dbd31b2b3dbcdb39ac7632c634236d95046118b0
diff --git a/plugins/SettingsFile.civi-setup.php b/plugins/SettingsFile.civi-setup.php index <HASH>..<HASH> 100644 --- a/plugins/SettingsFile.civi-setup.php +++ b/plugins/SettingsFile.civi-setup.php @@ -3,12 +3,26 @@ if (!defined('CIVI_SETUP')) { exit(); } +\Civi\Setup::instance()->getDispatcher() + ->addListene...
SettingsFile.php - Validate and create folder for `settingsPath`
civicrm_civicrm-setup
train
2e108571ac431104b31c602be0c57443562b9441
diff --git a/docs/_static/js/navbar.js b/docs/_static/js/navbar.js index <HASH>..<HASH> 100644 --- a/docs/_static/js/navbar.js +++ b/docs/_static/js/navbar.js @@ -1,13 +1,17 @@ var searchBox = $("#search-input-wrap"); var TITLE = ['/install/', '/gluon/', '/api/', '/docs/', '/community/' ]; var DOC_TITLE = ['/faq/', ...
[MXNET-<I>] Navbar community fix (#<I>) * Fixing the dropdown for community in the navbar * Initial hacky fix to the community drop down issue * Fixing the burger menu drop-down issue for mobile * Final fix to the burger dropdowns issue
apache_incubator-mxnet
train
cc7e2f569c7acdd84c07a4a46542efc3beb189e5
diff --git a/umap/plot.py b/umap/plot.py index <HASH>..<HASH> 100644 --- a/umap/plot.py +++ b/umap/plot.py @@ -39,7 +39,7 @@ import sklearn.neighbors from matplotlib.patches import Patch -from umap.utils import submatrix +from umap.utils import submatrix, average_nn_distance from bokeh.plotting import show as s...
Add plotting method for average NN distance
lmcinnes_umap
train
66f4964527eb31fe4fce41159fae9d4bf7fe9cd0
diff --git a/buzz.js b/buzz.js index <HASH>..<HASH> 100644 --- a/buzz.js +++ b/buzz.js @@ -29,7 +29,7 @@ var buzz = { defaults: { autoplay: false, - fadeSpeed: 5000, + duration: 5000, formats: [], loop: false, placeholder: '--', @@ -169,10 +169,10 @@ var buzz = { ...
Rename Fade method by FadeTo and Speed param by Duration
jaysalvat_buzz
train
a7df49885bf60e84911162cd93695597afef8aaf
diff --git a/webpack/config/module.js b/webpack/config/module.js index <HASH>..<HASH> 100644 --- a/webpack/config/module.js +++ b/webpack/config/module.js @@ -29,7 +29,7 @@ module.exports = function (env, debug) { loader: 'babel-loader', query: { babelrc: true, - cacheDirec...
fix babel loader cache Test Plan 1. start a development environment and ensure that babel cache is writing to `tmp/` normally 2. ensure babel cache is not created for prod builds Change-Id: Id7acf<I>b<I>f6ace<I>c9be2c7d<I>beefb<I>e Reviewed-on: <URL>
instructure_instructure-ui
train
f7d229ebb97a012b4634e3a34d391d251257977d
diff --git a/torext/mongodb.py b/torext/mongodb.py index <HASH>..<HASH> 100644 --- a/torext/mongodb.py +++ b/torext/mongodb.py @@ -140,7 +140,7 @@ class Document(StructedSchema): ro = self.col.save(self._, manipulate=True, safe=self.__safe__) - log...
remove logging.info when document is saved in mongodb
reorx_torext
train
755b866774fc34cf280ea416f550d4074237d2a3
diff --git a/tests/test_webapp_web_utils.py b/tests/test_webapp_web_utils.py index <HASH>..<HASH> 100644 --- a/tests/test_webapp_web_utils.py +++ b/tests/test_webapp_web_utils.py @@ -120,9 +120,10 @@ class WebAppWebUtilsTest(unittest.TestCase): cols = ['first','last'] return_page = 'home.html' ...
test for hidden rec_id field and removed full STR test in case of minor formatting
acutesoftware_AIKIF
train