hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
fea1cdcff4d50d302d8e8532432c3ab107ff816d
diff --git a/activemodel/lib/active_model/conversion.rb b/activemodel/lib/active_model/conversion.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/conversion.rb +++ b/activemodel/lib/active_model/conversion.rb @@ -84,7 +84,7 @@ module ActiveModel def _to_partial_path #:nodoc: @_to_parti...
pass the class name to `tableize` We should not rely on to_s to return the name of the class
rails_rails
train
rb
e7460db016e8b1fa83b75e4a57403a681137a2ed
diff --git a/molgenis-data-migrate/src/main/java/org/molgenis/migrate/version/v1_19/Step28MigrateSorta.java b/molgenis-data-migrate/src/main/java/org/molgenis/migrate/version/v1_19/Step28MigrateSorta.java index <HASH>..<HASH> 100644 --- a/molgenis-data-migrate/src/main/java/org/molgenis/migrate/version/v1_19/Step28Migr...
Also remove the MatchingTask repository.
molgenis_molgenis
train
java
5ab2ff96e9ee9794c4b750723511de91f8ed8e37
diff --git a/tests/test_tracer.py b/tests/test_tracer.py index <HASH>..<HASH> 100644 --- a/tests/test_tracer.py +++ b/tests/test_tracer.py @@ -32,7 +32,7 @@ def test_recursion(): simgr.run() - print simgr.stashes, c.last_state, t._predecessors[0] + print simgr.stashes, c.last_state, t.predecessors[0] ...
Fix CrashMonitor attribute visibility
angr_angr
train
py
13ccbc017d5fde8da3819daa3d713462b5be4f13
diff --git a/tempy/t.py b/tempy/t.py index <HASH>..<HASH> 100644 --- a/tempy/t.py +++ b/tempy/t.py @@ -60,6 +60,8 @@ class TempyParser(HTMLParser): def handle_data(self, data): if self.current_tag and data.strip(): self.current_tag(data) + else: + self.result.append(data) ...
BUGFIX: parser now saves also content
Hrabal_TemPy
train
py
e54571f16d136f2c0aec9c8fdb0dd8111762f0de
diff --git a/lib/tanker.rb b/lib/tanker.rb index <HASH>..<HASH> 100644 --- a/lib/tanker.rb +++ b/lib/tanker.rb @@ -165,8 +165,10 @@ module Tanker self.tanker_config.indexes << [key, value] end - self.tanker_config.variables do - instance_exec &config.variables.first + unless...
Tweak code so variables 'inheritance' isn't run if not defined in 'sub-class'.
kidpollo_tanker
train
rb
d9c0befe2422eb77c476a2c4b53a99c42ac13844
diff --git a/src/main/java/org/jboss/netty/channel/group/DefaultChannelGroup.java b/src/main/java/org/jboss/netty/channel/group/DefaultChannelGroup.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/group/DefaultChannelGroup.java +++ b/src/main/java/org/jboss/netty/channel/group/DefaultChannel...
Fixed equality comparison methods of DefaultChannelGroup
netty_netty
train
java
daf676f5b97799ecc43e791495f365f3b5f94f7e
diff --git a/lib/opal/simple_server.rb b/lib/opal/simple_server.rb index <HASH>..<HASH> 100644 --- a/lib/opal/simple_server.rb +++ b/lib/opal/simple_server.rb @@ -15,6 +15,8 @@ class Opal::SimpleServer require 'set' require 'erb' + NotFound = Class.new(StandardError) + def initialize(options = {}) @pre...
Return not-found when nothing matches in simple server
opal_opal
train
rb
42e9d6224a3e6806dc6eda0c69a5ef466547b470
diff --git a/arcgis_integration/RichDEM_ArcScript.py b/arcgis_integration/RichDEM_ArcScript.py index <HASH>..<HASH> 100644 --- a/arcgis_integration/RichDEM_ArcScript.py +++ b/arcgis_integration/RichDEM_ArcScript.py @@ -1,15 +1,11 @@ -# Script Name: Remove Pits +# Script Name: RichDEM_ArcScript # -# Created By: Da...
Removed header comments carried over from TauDEM files I used as an example Eliminated unnecessary imports git-svn-id: file:///home/rick/.svn/richdem@<I> c4c8cafc-<I>d-<I>f-9f<I>-3f4f8cd<I>a<I>
r-barnes_richdem
train
py
731720d7be693bed2ba4747324d099b2a682e24e
diff --git a/security/BasicAuth.php b/security/BasicAuth.php index <HASH>..<HASH> 100755 --- a/security/BasicAuth.php +++ b/security/BasicAuth.php @@ -28,6 +28,7 @@ class BasicAuth extends Object { */ static function requireLogin($realm, $permissionCode) { if(!Security::database_is_ready() || Director::is_cli()...
BUGFIX #<I> BasicAuth should check if there's already a current member logged in before asking for a login/password (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
php
6a99c5aace5e56698d0402566840c8df06c8444a
diff --git a/spyplugins/ui/profiler/profiler.py b/spyplugins/ui/profiler/profiler.py index <HASH>..<HASH> 100644 --- a/spyplugins/ui/profiler/profiler.py +++ b/spyplugins/ui/profiler/profiler.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- # -# Copyright © 2011 Santiago Jaramillo +# Copyright © 2009- The Spyder Development...
Profiler: Fix icon for its Run menu entry in the Spyder 2 theme
spyder-ide_spyder
train
py
fe430ff006174c4567b2132a34706a5635c91e2f
diff --git a/lib/vagrant/systems/linux.rb b/lib/vagrant/systems/linux.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/systems/linux.rb +++ b/lib/vagrant/systems/linux.rb @@ -52,6 +52,17 @@ module Vagrant ssh.exec!("sudo chown #{config.ssh.username} #{guestpath}") end + def mount_nfs(ip, folders)...
Mount NFS folders on the linux system
hashicorp_vagrant
train
rb
62c751ff7fb4228c073eed464fce5cf9a60e2b48
diff --git a/reader_test.go b/reader_test.go index <HASH>..<HASH> 100644 --- a/reader_test.go +++ b/reader_test.go @@ -1,11 +1,11 @@ package torrent import ( - "context" "testing" "time" "github.com/stretchr/testify/require" + "golang.org/x/net/context" "github.com/anacrolix/torrent/internal/testutil" ...
Also fix "context" in reader_test.go
anacrolix_torrent
train
go
f437035362e87a529426d237e9f6483c8829d171
diff --git a/prospector/autodetect.py b/prospector/autodetect.py index <HASH>..<HASH> 100644 --- a/prospector/autodetect.py +++ b/prospector/autodetect.py @@ -56,7 +56,7 @@ def find_from_requirements(path): def autodetect_libraries(path): try: - adaptor_names = find_requirements(path) + adaptor_na...
Fixing detection of requirements through normal means
PyCQA_prospector
train
py
f9778a14b5f2a936be7e1dc0fc7305910b3bbf08
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ tests_requirements = install_requirements + [ ] setup(name='everest', - version='1.0b1', + version='1.0b2', description='everest', long_description=README, classifiers=[
Bumping up the everest version to <I>b2
helixyte_everest
train
py
c14c5c906e9b2a0f722dee201eb41f2684315909
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -225,36 +225,6 @@ exports.cleanOrientAttributes = function cleanOrientAttributes(model, schema) { /** - * Takes an edge or array of edges and returns the ID(s) of of the vertices pointed to - * - * @param ...
Removes utils.getForeignKeys() as it's not being used
appscot_sails-orientdb
train
js
a00ab0ba9d3d61e8a270458aa27206e4c2435eb9
diff --git a/orpsoc/simulator/__init__.py b/orpsoc/simulator/__init__.py index <HASH>..<HASH> 100644 --- a/orpsoc/simulator/__init__.py +++ b/orpsoc/simulator/__init__.py @@ -1,9 +1,12 @@ from orpsoc.simulator.icarus import SimulatorIcarus from orpsoc.simulator.modelsim import Modelsim +from orpsoc.simulator.verilato...
simulator: Register verilator in SimulatorFactory
olofk_fusesoc
train
py
c2bce8e3a08be47483d8e32d1348cccdc6edcfcc
diff --git a/client/components/domains/domain-suggestion/test/index.js b/client/components/domains/domain-suggestion/test/index.js index <HASH>..<HASH> 100644 --- a/client/components/domains/domain-suggestion/test/index.js +++ b/client/components/domains/domain-suggestion/test/index.js @@ -24,6 +24,7 @@ describe( 'Doma...
Fix the domain-suggestion unit test The AB test was causing this to this introduced in #<I> to randomly fail in CI.
Automattic_wp-calypso
train
js
8286b3589b0d772e7660d8cba0359656a4b5eaea
diff --git a/insights/parsers/tests/test_keystone_log.py b/insights/parsers/tests/test_keystone_log.py index <HASH>..<HASH> 100644 --- a/insights/parsers/tests/test_keystone_log.py +++ b/insights/parsers/tests/test_keystone_log.py @@ -1,6 +1,7 @@ from insights.parsers.keystone_log import KeystoneLog from insights.tes...
Keystone_log parser add get_after for master branch (#<I>) * Testing new get_after() method * Correction: get_after yields, not returns * Updated to time_format property
RedHatInsights_insights-core
train
py
02269e8fea3d78b80fc22530b6481747f2167a29
diff --git a/src/sap.ui.core/src/sap/ui/model/odata/ODataUtils.js b/src/sap.ui.core/src/sap/ui/model/odata/ODataUtils.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/model/odata/ODataUtils.js +++ b/src/sap.ui.core/src/sap/ui/model/odata/ODataUtils.js @@ -20,7 +20,7 @@ sap.ui.define(['jquery.sap.global',...
[INTERNAL] ODataUtils: Make public formatValue is public and meant to be used by the application, so ODataUtils must be marked as public as well to appear in JSDOC BCP: <I> Change-Id: I<I>d<I>c<I>a<I>d<I>baa<I>d5dc5fd<I>
SAP_openui5
train
js
f1d95ae1d5c819f6091488b99880a39da362f55b
diff --git a/ui/src/kapacitor/reducers/rules.js b/ui/src/kapacitor/reducers/rules.js index <HASH>..<HASH> 100644 --- a/ui/src/kapacitor/reducers/rules.js +++ b/ui/src/kapacitor/reducers/rules.js @@ -172,8 +172,10 @@ export default function rules(state = {}, action) { return { ...state, - [ruleI...
Fix alertNode redux schema bug by updating prop on rule correctly
influxdata_influxdb
train
js
4cbbddc970b2a9eba014aca7d569a5a54d0b3ec0
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -86,7 +86,7 @@ class Tests(TestCase): self.all_inst = [self.u1, self.u2, self.u3, self.e1, self.e2, self.e3, self.e4] def tearDown(self): - shutil.rmtree(self.app.config['WHOOSHEE_DIR']) + shutil.rmtr...
Set ignore errors flag to True Tests were failing in Windows 7 <I> bit - see <URL>
bkabrda_flask-whooshee
train
py
8ccb3150c843dbd7cde9d191a1d7144e01cf1352
diff --git a/mrq/dashboard/static/js/views/jobs.js b/mrq/dashboard/static/js/views/jobs.js index <HASH>..<HASH> 100644 --- a/mrq/dashboard/static/js/views/jobs.js +++ b/mrq/dashboard/static/js/views/jobs.js @@ -73,8 +73,8 @@ define(["jquery", "underscore", "views/generic/datatablepage", "models"],functio var s...
fixed buttons logs and results triggering job actions
pricingassistant_mrq
train
js
d2200884f8c8b7e1805a09521e78062d0f0d3efb
diff --git a/web/concrete/single_pages/dashboard/users/add.php b/web/concrete/single_pages/dashboard/users/add.php index <HASH>..<HASH> 100644 --- a/web/concrete/single_pages/dashboard/users/add.php +++ b/web/concrete/single_pages/dashboard/users/add.php @@ -90,10 +90,12 @@ $languages = Localization::getAvailableInterf...
Update Add User tweaks to wrap arrtibutes in 'label' tag Form UX improvement to increase click/hit area on list of attributes. Former-commit-id: <I>c<I>dac5b<I>e<I>ec2f7ff1bbc<I>a
concrete5_concrete5
train
php
538c9988706f4628cd8a71039ef71aa15ce249ff
diff --git a/lib/Cake/Model/Datasource/Database/Sqlite.php b/lib/Cake/Model/Datasource/Database/Sqlite.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Sqlite.php +++ b/lib/Cake/Model/Datasource/Database/Sqlite.php @@ -1,9 +1,5 @@ <?php /** - * SQLite layer for DBO - * - * PHP 5 - * * CakePH...
Fix strict errors and missing imports in Sqlite.
cakephp_cakephp
train
php
eeae0bb609a6db031b7d9efad01941c3c60f46f0
diff --git a/src/Illuminate/Routing/Middleware/ThrottleRequests.php b/src/Illuminate/Routing/Middleware/ThrottleRequests.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Routing/Middleware/ThrottleRequests.php +++ b/src/Illuminate/Routing/Middleware/ThrottleRequests.php @@ -102,6 +102,7 @@ class ThrottleRequests ...
Adds X-RateLimit-Reset header to throttled response (#<I>)
laravel_framework
train
php
d5657574d993ce5a95b4ee0b3c4960e94571757f
diff --git a/lib/serf/util/with_options_extraction.rb b/lib/serf/util/with_options_extraction.rb index <HASH>..<HASH> 100644 --- a/lib/serf/util/with_options_extraction.rb +++ b/lib/serf/util/with_options_extraction.rb @@ -54,9 +54,10 @@ module Util # Options Hash returns a nil because of either a # non-e...
`opts` now accepts blocks to generate default values. Details: * Sometimes we only want to do the work to instantiate a default value when the key doesn't exist in the options hash. Prior, all default values were processed and passed in. * This change first attempts to lookup the key; followed by trying the defa...
byu_serf
train
rb
0857b42af8a9be8e64837304f4e40b593434a03f
diff --git a/src/dependencies/_injector.py b/src/dependencies/_injector.py index <HASH>..<HASH> 100644 --- a/src/dependencies/_injector.py +++ b/src/dependencies/_injector.py @@ -59,20 +59,15 @@ class InjectorType(type): current_attr = attrs_stack.pop() have_default = False ...
Do not raise the same exception twice.
dry-python_dependencies
train
py
045ee3c0171939ad8557d83b3518dfc4cffba5cb
diff --git a/lfs/ntlm.go b/lfs/ntlm.go index <HASH>..<HASH> 100644 --- a/lfs/ntlm.go +++ b/lfs/ntlm.go @@ -59,7 +59,7 @@ func DoNTLMRequest(request *http.Request, retry bool) (*http.Response, error) { return nil, err } - challengeMessage, err := negotiate(negotiateReq, getNegotiateMessage()) + challengeMessa...
a const works just fine here for now
git-lfs_git-lfs
train
go
afefbbf6b6fe09f07e19a51c12befebb89c7168f
diff --git a/app/main.py b/app/main.py index <HASH>..<HASH> 100644 --- a/app/main.py +++ b/app/main.py @@ -9,6 +9,7 @@ def main(args, bootstrap_args): sys.path.insert(0, os.path.join(os.path.dirname(__file__), "nionswift")) sys.path.insert(0, os.path.join(os.path.dirname(__file__), "nionswift-instrumentation-...
Add nion-instrumentation to app-package path.
nion-software_nionswift
train
py
9a30f0dc8af3b7669cafb4576c4749af42b385c4
diff --git a/subscriptions/tasks.py b/subscriptions/tasks.py index <HASH>..<HASH> 100644 --- a/subscriptions/tasks.py +++ b/subscriptions/tasks.py @@ -408,8 +408,8 @@ class ScheduleDisable(Task): def scheduler_client(self): return SchedulerApiClient( - api_token=settings.SCHEDULER_API_TOKEN, ...
Remove keyword arguments for SchedulerApiClient These keyword arguments are inconsistent with every other API client, so let's use positional arguments instead. It's normally called `auth_token` not `api_token`. We changed the keyword arguments in <I> of the API client.
praekeltfoundation_seed-stage-based-messaging
train
py
b80646d5fde68319f519d679231fcbdfb5920404
diff --git a/dialog-helper.js b/dialog-helper.js index <HASH>..<HASH> 100644 --- a/dialog-helper.js +++ b/dialog-helper.js @@ -162,7 +162,7 @@ class DialogHelper { /** * Setting up validation of the dialog - * @param {Array<{wrapper:HTMLElement, input: HTMLElement}>} elements The elements + * @para...
Chnaging some JSDoc stuff
pklaschka_xd-dialog-helper
train
js
677ca0fbeafe9df221195d0f15630ac60f67fc75
diff --git a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java index <HASH>..<HASH> 100644 --- a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java +++ b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java @@ -442,6 +442,7 @@ p...
Use a bigger buffer as Stapler traces can get pretty large on deeply nested URL
jenkinsci_jenkins
train
java
5d135f848d0c3f084a7ffe3d67249a6d57f18ca2
diff --git a/ores/score_processors/celery.py b/ores/score_processors/celery.py index <HASH>..<HASH> 100644 --- a/ores/score_processors/celery.py +++ b/ores/score_processors/celery.py @@ -4,7 +4,6 @@ from urllib.parse import urlparse import celery import mwapi.errors -import redis import revscoring.errors from cel...
Makes redis import conditional on use for Celery score processor.
wikimedia_ores
train
py
977ffb382e456241d33e6a768ebca19c7c7b15fe
diff --git a/src/Products/ProductsList.php b/src/Products/ProductsList.php index <HASH>..<HASH> 100644 --- a/src/Products/ProductsList.php +++ b/src/Products/ProductsList.php @@ -25,4 +25,23 @@ class ProductsList return $result; } + public function listProducts($start, $limit, $search = null){ + ...
Added listProducts modified: src/Products/ProductsList.php
celdotro_marketplace
train
php
6a8c8b2cc617c051a78e147a0277588f919eb53c
diff --git a/visor-telnet/src/main/java/de/uniulm/omi/cloudiator/visor/telnet/TCPServer.java b/visor-telnet/src/main/java/de/uniulm/omi/cloudiator/visor/telnet/TCPServer.java index <HASH>..<HASH> 100644 --- a/visor-telnet/src/main/java/de/uniulm/omi/cloudiator/visor/telnet/TCPServer.java +++ b/visor-telnet/src/main/jav...
PS-<I> fixing closing of socket when connection is closed
cloudiator_visor
train
java
3cd9713e0d32033e4fde7b1c351708f53672d2c4
diff --git a/src/dataflow/load.js b/src/dataflow/load.js index <HASH>..<HASH> 100644 --- a/src/dataflow/load.js +++ b/src/dataflow/load.js @@ -5,8 +5,11 @@ export function ingest(target, data, format) { } function loadPending(df) { - var pending = new Promise(function(accept) { resolve = accept; }), - resolve...
Improve async request handling.
vega_vega-dataflow
train
js
078d25a674940393a825aa31ee7b9d3e15926ccd
diff --git a/src/styles/text/label.js b/src/styles/text/label.js index <HASH>..<HASH> 100644 --- a/src/styles/text/label.js +++ b/src/styles/text/label.js @@ -20,14 +20,21 @@ export default class Label { let aabbs = bboxes.aabb; let obbs = bboxes.obb; - // Broadphase + // Broad phase ...
skip narrow phase collision if neither object is rotated
tangrams_tangram
train
js
728f83b7f766b56a88736d5111f6666d36cb957c
diff --git a/lib/Cache.js b/lib/Cache.js index <HASH>..<HASH> 100755 --- a/lib/Cache.js +++ b/lib/Cache.js @@ -75,7 +75,11 @@ function Cache(disabled) { } cacheEntry.loading = false; cacheEntry.handlers.forEach(function (handler) { - handler(err, data); + try { + ...
Added extra exception handling around calling handlers
Crafity_crafity-webserver
train
js
1e1183a8bf0e8faf10229bfef7eef98500c6989f
diff --git a/pkg/search/query.go b/pkg/search/query.go index <HASH>..<HASH> 100644 --- a/pkg/search/query.go +++ b/pkg/search/query.go @@ -310,6 +310,7 @@ func (h *Handler) Query(rawq *SearchQuery) (*SearchResult, error) { Blob: meta.Ref, }) if q.Limit > 0 && len(res.Blobs) == q.Limit && q.candidatesAreSor...
search: add a forgotten Cancel. Funny, because this one line is why I finally went and added the Context type and started plumbing it through lots of stuff. Change-Id: Ie<I>a<I>e<I>de<I>fe<I>d4a
perkeep_perkeep
train
go
6c8bd98edaa7e8e43f801286df808ea4f533691a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -221,8 +221,6 @@ class YouTube extends React.Component { event.target.setPlaybackRate(this.props.playbackRate); } - this.playerInstance = event.target; - this.resolvePlayer(event.target); ...
Fix unmounting the component before the player has fully loaded.
u-wave_react-youtube
train
js
a75c039685e6f3278da19f1025c38205563c8036
diff --git a/src/basis/data.js b/src/basis/data.js index <HASH>..<HASH> 100644 --- a/src/basis/data.js +++ b/src/basis/data.js @@ -1819,10 +1819,7 @@ // module.setWrapper(function(value){ - ;;;basis.dev.warn('using basis.data as function is deprecated now, use basis.data.wrapData instead'); - - module.set...
warn on any basis.data as function usage
basisjs_basisjs
train
js,js
890bc6cddb845dce02cb92749b429617e6581dbe
diff --git a/proto/query/query.go b/proto/query/query.go index <HASH>..<HASH> 100644 --- a/proto/query/query.go +++ b/proto/query/query.go @@ -52,4 +52,5 @@ type Example struct { Db string QueryTime float64 Query string + Size int // Original size of the Query, before any truncation. ...
PMM-<I>: Add size to determine if query got truncated or not.
percona_pmm
train
go
93000886d69130c9f48c0e780ade2e11a2d66088
diff --git a/chef/lib/chef/mixin/language_include_attribute.rb b/chef/lib/chef/mixin/language_include_attribute.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/mixin/language_include_attribute.rb +++ b/chef/lib/chef/mixin/language_include_attribute.rb @@ -22,6 +22,11 @@ class Chef module Mixin module Languag...
Loading attributes on the node directly, instead of passing the node to the cookbook
chef_chef
train
rb
775eb985f407bc84fcf10a16483b7240bff12eb2
diff --git a/gui/riab.py b/gui/riab.py index <HASH>..<HASH> 100644 --- a/gui/riab.py +++ b/gui/riab.py @@ -98,7 +98,7 @@ class Riab: QVariant('')).toString() # Also set the system locale to the user overridden local # so that the riab library functions gett...
Set the LANG environment variable when starting the plugin
inasafe_inasafe
train
py
7999a1afd267f1ac9a433ab87b7e9fdff9439e4c
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,7 +133,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They...
docs/conf.py: Remove _static from html_static_path Avoid: WARNING: html_static_path entry '.../docs/_static' does not exist because we have no static source in doc/_static.
corydolphin_flask-cors
train
py
c9adf5c967e1ce8a406e6c3677c661d9e9da3cec
diff --git a/lib/Sabre/DAV/Server.php b/lib/Sabre/DAV/Server.php index <HASH>..<HASH> 100644 --- a/lib/Sabre/DAV/Server.php +++ b/lib/Sabre/DAV/Server.php @@ -320,7 +320,8 @@ class Sabre_DAV_Server { $newProps['href'] = $file['name']; if (!$properties || in_array('{DAV:}supportedlock',$prop...
Unused line for appledoubleheader support.. We'll need to dig into this further
sabre-io_dav
train
php
732ead5959aa9e53e17f67c73336559f7432d8f7
diff --git a/www/src/py_dom.js b/www/src/py_dom.js index <HASH>..<HASH> 100644 --- a/www/src/py_dom.js +++ b/www/src/py_dom.js @@ -1112,12 +1112,18 @@ DOMNode.bind = function(self, event){ var $ = $B.args("bind", 4, {self: null, event: null, func: null, options: null}, ["self", "event", "...
Method DOMNode.bind can be called without specifying a callback function : in this case, DOMNode.bind(element, event) is a decorator for the callback function. Combined with PEP <I>, it allows code like "@document['btn'].bind('click')"
brython-dev_brython
train
js
febb25bdfd538973ec962760858bd2f2441a30f2
diff --git a/src/org/jmock/integration/junit4/JMock.java b/src/org/jmock/integration/junit4/JMock.java index <HASH>..<HASH> 100644 --- a/src/org/jmock/integration/junit4/JMock.java +++ b/src/org/jmock/integration/junit4/JMock.java @@ -15,10 +15,11 @@ import java.lang.reflect.Field; /** * A test {@link Runner} that a...
deprecate JMock in favour of JUnitRuleMockery
jmock-developers_jmock-library
train
java
47596d1f90c7cbc6e331cba5fa040bba32fdab7b
diff --git a/lib/guard/rspec/formatter.rb b/lib/guard/rspec/formatter.rb index <HASH>..<HASH> 100644 --- a/lib/guard/rspec/formatter.rb +++ b/lib/guard/rspec/formatter.rb @@ -9,6 +9,7 @@ class Guard::RSpec::Formatter < RSpec::Core::Formatters::BaseFormatter # if this fails don't kill everything begin + ...
ensure the tmp dir is created
guard_guard-rspec
train
rb
23f059cb7e427fcb9a658d5ef4faaed87f268a66
diff --git a/src/server/pkg/obj/amazon_client.go b/src/server/pkg/obj/amazon_client.go index <HASH>..<HASH> 100644 --- a/src/server/pkg/obj/amazon_client.go +++ b/src/server/pkg/obj/amazon_client.go @@ -30,6 +30,7 @@ import ( const oneDayInSeconds = 60 * 60 * 24 const twoDaysInSeconds = 60 * 60 * 48 +const MaxRetri...
Increase number of retries for amazon client
pachyderm_pachyderm
train
go
a64a2b7ed83e98546ac2c4e7b3218245ef84f852
diff --git a/graftm/run.py b/graftm/run.py index <HASH>..<HASH> 100644 --- a/graftm/run.py +++ b/graftm/run.py @@ -308,11 +308,12 @@ class Run: first_search_method = self.args.search_method if self.args.decoy_database: - decoy_filter = DecoyFilter(Diamond(diamond_db), - ...
graft: Use expected number of threads when decoy searching.
geronimp_graftM
train
py
645dff1cf77d2c57eb6f8a5c9aa83fcbb9189550
diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index <HASH>..<HASH> 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -108,7 +108,7 @@ } /// Check availability - if (isguest()) { + if (isguestuser()) { print_heading(get_string('guestsno', 'quiz')); if (empty($popu...
Correct logic for stopping people using guest access from doing quizzes. Merged from MOODLE_<I>_STABLE.
moodle_moodle
train
php,php
524d4a35d2893396ba0d57b5eea853b11d5a57b9
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -32,7 +32,11 @@ module ActiveRecord class PendingMigrationError < ActiveRecordErr...
Refer to Rails.env only when Rails is defined
rails_rails
train
rb
f10e499317f05d510ee89a27998c4ed15a846a3e
diff --git a/lib/parse.js b/lib/parse.js index <HASH>..<HASH> 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -151,6 +151,7 @@ function beautify(neoRes, fn) { // console.log(beautify(neoRes, parseUser)) + /** * Beautify a matrix by JSON.stringify -> join('\n\n') -> join('\n\n---\n\n') to separate rows, and wrap...
use reduce for beautify, more reliable
kengz_neo4jKB
train
js
4843629f03bacbd29337579f57230220e2668320
diff --git a/porespy/filters/__funcs__.py b/porespy/filters/__funcs__.py index <HASH>..<HASH> 100644 --- a/porespy/filters/__funcs__.py +++ b/porespy/filters/__funcs__.py @@ -1530,7 +1530,7 @@ def chunked_func(func, overlap, im_arg=['input', 'image', 'im'], >>> f = spim.binary_dilation >>> im2 = ps.filters.ch...
Fixing tests and docstring calls signatures
PMEAL_porespy
train
py
749c688d43f3a7cda9a36e362cbab95be961b3ad
diff --git a/datacats/cli/pull.py b/datacats/cli/pull.py index <HASH>..<HASH> 100644 --- a/datacats/cli/pull.py +++ b/datacats/cli/pull.py @@ -10,7 +10,6 @@ import json from datacats.docker import pull_stream IMAGES = [ - 'scratch', 'datacats/web', 'datacats/web:preload_master', 'datacats/postgres...
stop using scratch image for data-only container
datacats_datacats
train
py,py
d52c9a9ad13c67555fc3f739761927effc212c34
diff --git a/oldlib/interpreter.js b/oldlib/interpreter.js index <HASH>..<HASH> 100644 --- a/oldlib/interpreter.js +++ b/oldlib/interpreter.js @@ -118,15 +118,12 @@ Interpreter.prototype = { getCommandModule: function (name) { var commands = this._commands; for (var i = 0; i < commands.length; i++) { - try { ...
commands are pre-loaded so no need for try/catch
particle-iot_particle-cli
train
js
cd3bb944a0c4eefbd61f2e3d9963e09fb82f7540
diff --git a/nfc/dev/transport.py b/nfc/dev/transport.py index <HASH>..<HASH> 100644 --- a/nfc/dev/transport.py +++ b/nfc/dev/transport.py @@ -227,7 +227,8 @@ class USB(object): self.usb_dev.claimInterface(0) except self.usb.USBError: raise IOError("unusable device") - self.usb...
fix: usb device reset when using pyusb 0.x is only needed for the PN<I> chip (makes trouble with PN<I>)
nfcpy_nfcpy
train
py
7b3d796d9fad27c886603f7d575f19f0f31614fb
diff --git a/lib/api_formats/siren/server.siren.js b/lib/api_formats/siren/server.siren.js index <HASH>..<HASH> 100644 --- a/lib/api_formats/siren/server.siren.js +++ b/lib/api_formats/siren/server.siren.js @@ -61,7 +61,7 @@ module.exports = function(context) { entity.properties.ql = context.query; entity.cla...
Fixing formatting of WS url in Server representation.
zettajs_zetta
train
js
c024b27681528601dfe804be818f3e24b7de0a57
diff --git a/tests/test_publisher.py b/tests/test_publisher.py index <HASH>..<HASH> 100644 --- a/tests/test_publisher.py +++ b/tests/test_publisher.py @@ -148,8 +148,14 @@ class TestMapServicePublisher(TestCase): mock_exists.return_value = {'exists': True} with patch('slap.api.Api.delete_servi...
Fixes tests for deleting service
lobsteropteryx_slap
train
py
ff8e363a8a244eab9bea2a844931cd88900da2a3
diff --git a/plugin/src/main/java/org/wildfly/plugin/cli/Commands.java b/plugin/src/main/java/org/wildfly/plugin/cli/Commands.java index <HASH>..<HASH> 100644 --- a/plugin/src/main/java/org/wildfly/plugin/cli/Commands.java +++ b/plugin/src/main/java/org/wildfly/plugin/cli/Commands.java @@ -72,7 +72,7 @@ public class Co...
[WFMP-<I>] Explicitly set failOnError to true
wildfly_wildfly-maven-plugin
train
java
f67155fe88ae969999c6b9c7af37b1cf4f14d2f6
diff --git a/src/js/components/Columns.js b/src/js/components/Columns.js index <HASH>..<HASH> 100644 --- a/src/js/components/Columns.js +++ b/src/js/components/Columns.js @@ -33,6 +33,17 @@ export default class Columns extends Component { setTimeout(this._layout, 10); } + componentWillReceiveProps (nextProps...
Changed Columns to relayout when props change.
grommet_grommet
train
js
c1b3dd04abb30fdff1327a3978ba6a3d43eaaf19
diff --git a/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php b/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php +++ b/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php @@ -116,12 +116,13 @@ class Compiler * If n...
BUGFIX: Don't create proxy classes for PHP enums This change introduces a check in the proxy class compiler which makes sure that PHP <I> enums are not considered as regular classes and are removed from the list of proxyable classes. Addresses #<I>
neos_flow-development-collection
train
php
f2c3bf51e6be8c0388b300ab1d3915775c4fd33f
diff --git a/mode/css/css.js b/mode/css/css.js index <HASH>..<HASH> 100644 --- a/mode/css/css.js +++ b/mode/css/css.js @@ -488,7 +488,7 @@ CodeMirror.defineMode("css-base", function(config, parserConfig) { "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "i...
[css mode] Added keep-all to valueKeywords. Valid value of e.g. word-break
codemirror_CodeMirror
train
js
ff74942afb5b1f0d2b840204325f709fa0896452
diff --git a/sos/plugins/libraries.py b/sos/plugins/libraries.py index <HASH>..<HASH> 100644 --- a/sos/plugins/libraries.py +++ b/sos/plugins/libraries.py @@ -24,6 +24,23 @@ class Libraries(Plugin, RedHatPlugin, UbuntuPlugin): self.add_copy_spec(["/etc/ld.so.conf", "/etc/ld.so.conf.d"]) if self.get_op...
[libraries] collect standard library paths Collects the paths to the libraries cached by "ldconfig". This is useful when a customer replaced a standard library by its own or when he added his own libraries to the standard paths or through symbolic links. Resolves: #<I>
sosreport_sos
train
py
139803ed7e4228e285ee39f22ea7158f5e10b4c9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ TEST_REQUIRES = ANSIBLE_REQUIRES + ( ) DOCS_REQUIRES = ( - 'pyinfra-guzzle_sphinx_theme==0.6', + 'pyinfra-guzzle_sphinx_theme==0.7', 'recommonmark==0.5.0', 'sphinx==2.2.1 ; python_version >= ...
Bump the sphinx theme to <I>.
Fizzadar_pyinfra
train
py
d742814686fc2c8dfbdcb582541155cb8df170ac
diff --git a/src/util/Util.js b/src/util/Util.js index <HASH>..<HASH> 100644 --- a/src/util/Util.js +++ b/src/util/Util.js @@ -8,7 +8,7 @@ const has = (o, k) => Object.prototype.hasOwnProperty.call(o, k); const isObject = d => typeof d === 'object' && d !== null; /** - * Contains various general-purpose utility met...
docs(Util): methods removed on the base object (#<I>)
discordjs_discord.js
train
js
94ebca0d044e4972c20e77933f9f5481b19f9e92
diff --git a/pandas/tests/test_expressions.py b/pandas/tests/test_expressions.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_expressions.py +++ b/pandas/tests/test_expressions.py @@ -73,17 +73,11 @@ class TestExpressions(object): def run_arithmetic(self, df, other, assert_func, check_dtype=False, ...
TST: Remove pow test in expressions These are already skipped for NumPy>=<I>, and buggy for NumPy <I>
pandas-dev_pandas
train
py
101f962403216845f97786c3fd550013c6c9651c
diff --git a/pypot/vrep/__init__.py b/pypot/vrep/__init__.py index <HASH>..<HASH> 100644 --- a/pypot/vrep/__init__.py +++ b/pypot/vrep/__init__.py @@ -125,6 +125,9 @@ def from_vrep(config, vrep_host, vrep_port, vrep_scene, if tracked_collisions: vct.start() + while vrep_io.get_simulation_...
Make sure that v-rep time is actually started before returning from the reset.
poppy-project_pypot
train
py
4553dc9feb352cc8c3224b4034fdecd39bd6199d
diff --git a/pkg/buildbot_pkg.py b/pkg/buildbot_pkg.py index <HASH>..<HASH> 100644 --- a/pkg/buildbot_pkg.py +++ b/pkg/buildbot_pkg.py @@ -214,8 +214,7 @@ class BuildJsCommand(distutils.cmd.Command): # if we find yarn, then we use it as it is much faster if yarn_version != "": - ...
fix yarn mutex to work on multiplatform buildbot_pkg was reportedly broken on windows since the yarn mutex fix
buildbot_buildbot
train
py
5405354d884e1cb03253962aa3edc640e89572fe
diff --git a/lib/dml/sqlsrv_native_moodle_database.php b/lib/dml/sqlsrv_native_moodle_database.php index <HASH>..<HASH> 100644 --- a/lib/dml/sqlsrv_native_moodle_database.php +++ b/lib/dml/sqlsrv_native_moodle_database.php @@ -443,7 +443,7 @@ class sqlsrv_native_moodle_database extends moodle_database { * @return...
MDL-<I> dml: php<I> compatibility, avoid counting on non-countables This was not detected earlier because we have been unable to run sqlsrv + php<I> till now (not available).
moodle_moodle
train
php
8abeaa40ec2bfd9e81744c976fe60a0e14de62da
diff --git a/src/Serverfireteam/Panel/Commands/PanelCommand.php b/src/Serverfireteam/Panel/Commands/PanelCommand.php index <HASH>..<HASH> 100644 --- a/src/Serverfireteam/Panel/Commands/PanelCommand.php +++ b/src/Serverfireteam/Panel/Commands/PanelCommand.php @@ -36,7 +36,7 @@ class PanelCommand extends Command { publ...
Fix Typo Fixed spelling of "Welcome"
serverfireteam_panel
train
php
bab7f8e1d520c30abfb3dff42ec94fd07a727e9a
diff --git a/js/bithumb.js b/js/bithumb.js index <HASH>..<HASH> 100644 --- a/js/bithumb.js +++ b/js/bithumb.js @@ -299,7 +299,7 @@ module.exports = class bithumb extends Exchange { let signature = this.hmac (this.encode (auth), this.encode (this.secret), 'sha512'); let signature64 = this.decod...
more edits for php #<I>
ccxt_ccxt
train
js
f2cd3fcb2a9b4b108f5ce34a9f121ec13ac1cc16
diff --git a/debug.go b/debug.go index <HASH>..<HASH> 100644 --- a/debug.go +++ b/debug.go @@ -16,6 +16,7 @@ func IsDebugging() bool { return ginMode == debugCode } +// DebugPrintRouteFunc indicates debug log output format. var DebugPrintRouteFunc func(httpMethod, absolutePath, handlerName string, nuHandlers int)...
chore: fix typo and add a little anotation (#<I>)
gin-gonic_gin
train
go,go
5f60d457541aea64e26ca00cbbed0f93c0dc3aed
diff --git a/lib/gibier/version.rb b/lib/gibier/version.rb index <HASH>..<HASH> 100644 --- a/lib/gibier/version.rb +++ b/lib/gibier/version.rb @@ -1,3 +1,3 @@ module Gibier - VERSION = "0.8.14" + VERSION = "0.8.15" end
Bump gibier to <I>
youchan_gibier
train
rb
e5ae4e01b623b07e85007440939fdda4e7e4c39a
diff --git a/lib/mimi/config.rb b/lib/mimi/config.rb index <HASH>..<HASH> 100644 --- a/lib/mimi/config.rb +++ b/lib/mimi/config.rb @@ -15,10 +15,10 @@ module Mimi # Current set of values for configurable and const parameters attr_reader :params - DEFAULT_OPTS = { + default_options( raise_on_mis...
Updated to use mimi/core
kukushkin_mimi-config
train
rb
45736b7c2ba5f2d81163cae9884e31a7f46ab229
diff --git a/src/ocrmypdf/cli.py b/src/ocrmypdf/cli.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/cli.py +++ b/src/ocrmypdf/cli.py @@ -340,8 +340,9 @@ Online documentation is located at: "Control how PDF is optimized after processing:" "0 - do not optimize; " "1 - do safe, los...
cli: clarify text to more accurately describe behavior of --jbig2-lossy
jbarlow83_OCRmyPDF
train
py
04140ab381ea3fd6154371202dd27c0b8aed7f6d
diff --git a/src/ikpy/chain.py b/src/ikpy/chain.py index <HASH>..<HASH> 100644 --- a/src/ikpy/chain.py +++ b/src/ikpy/chain.py @@ -159,6 +159,7 @@ class Chain(object): * URDF joints = IKPY links * URDF links are not used by IKPY. They are thrown away when parsing """ + # FIXME: Rename ...
Add doc to describe relations between IKPY links and URDF joints
Phylliade_ikpy
train
py
caf24c70592c4d3027df5a6702b850819e0da819
diff --git a/sacred/initialize.py b/sacred/initialize.py index <HASH>..<HASH> 100755 --- a/sacred/initialize.py +++ b/sacred/initialize.py @@ -324,8 +324,9 @@ def create_run(experiment, command_name, config_updates=None, post_runs = [pr for ing in sorted_ingredients for pr in ing.post_run_hooks] run = Run(c...
shallow-copy the list of observers when creating a run fixes #<I>
IDSIA_sacred
train
py
7e330e5b7ec2ebb3f8f0b9dc01f8e71d12a72faf
diff --git a/tacl/stripper.py b/tacl/stripper.py index <HASH>..<HASH> 100644 --- a/tacl/stripper.py +++ b/tacl/stripper.py @@ -82,7 +82,7 @@ class Stripper: work = os.path.splitext(os.path.basename(filename))[0] stripped_file_path = os.path.join(self._output_dir, work) self._logger.info('Stri...
Corrected continuation line indent.
ajenhl_tacl
train
py
8b3f2df3b3c069c185a7fa7816e4d1a71eb6837a
diff --git a/lib/fs.js b/lib/fs.js index <HASH>..<HASH> 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -838,10 +838,7 @@ MantaFs.prototype.readdir = function readdir(_path, cb) { res.on('entry', function onLsEntry(e) { names.push(e.name); - if (!out.write(JSON.strin...
MANTA-<I>: readdir treating EventEmitter as stream (it's not one)
joyent_node-mantafs
train
js
9dead1b7f194ac94f86545099086d58422642c7f
diff --git a/src/translate.js b/src/translate.js index <HASH>..<HASH> 100644 --- a/src/translate.js +++ b/src/translate.js @@ -38,7 +38,7 @@ export default function translate(namespaces, options = {}) { if (this.mounted) this.setState({ ready: true }); }); this.i18n.on('languageChanged load...
store not always ready when component loads;
i18next_react-i18next
train
js
a584a1e47f4721949a6b2c2f408dbc84382bc39f
diff --git a/src/lint.js b/src/lint.js index <HASH>..<HASH> 100644 --- a/src/lint.js +++ b/src/lint.js @@ -10,7 +10,12 @@ import CodeMirror from 'codemirror'; import {getDiagnostics} from 'graphql-language-service-interface'; -const SEVERITY = ['ERROR', 'WARNING', 'INFORMATION', 'HINT']; +const SEVERITY = ['error',...
fix incorrect annotation formating in lint (#<I>)
graphql_graphiql
train
js
05af02c7d69ff94392bfd69747481f080cfdb9a9
diff --git a/parsl/monitoring/db_manager.py b/parsl/monitoring/db_manager.py index <HASH>..<HASH> 100644 --- a/parsl/monitoring/db_manager.py +++ b/parsl/monitoring/db_manager.py @@ -383,7 +383,8 @@ class DatabaseManager: columns=['task_time_invoked', ...
update task_hashsum for task table in monitoring (#<I>)
Parsl_parsl
train
py
fdc59934b1fe37d74c9aaada6bbabd8e987598df
diff --git a/test-utils/src/main/java/com/github/olivergondza/dumpling/TestThread.java b/test-utils/src/main/java/com/github/olivergondza/dumpling/TestThread.java index <HASH>..<HASH> 100644 --- a/test-utils/src/main/java/com/github/olivergondza/dumpling/TestThread.java +++ b/test-utils/src/main/java/com/github/oliverg...
Fix failing tests on windows unable to get current class-path
olivergondza_dumpling
train
java
6a55e41d36e347d0dc116affd95fd1e636dc3d3b
diff --git a/lib/restify/adapter/typhoeus.rb b/lib/restify/adapter/typhoeus.rb index <HASH>..<HASH> 100644 --- a/lib/restify/adapter/typhoeus.rb +++ b/lib/restify/adapter/typhoeus.rb @@ -77,7 +77,9 @@ module Restify end def convert_headers(headers) - headers.each_with_object({}) do |header, memo|...
Improve webmock compatibility Web requests mock may return nil as headers.
jgraichen_restify
train
rb
553d4a828a4f13fe4c8993db87c2e2ea61a87c33
diff --git a/plugins/kernel_v2/config/vm_provider.rb b/plugins/kernel_v2/config/vm_provider.rb index <HASH>..<HASH> 100644 --- a/plugins/kernel_v2/config/vm_provider.rb +++ b/plugins/kernel_v2/config/vm_provider.rb @@ -19,30 +19,17 @@ module VagrantPlugins @config = nil @logger = Log4r::Logger.new("va...
Make sure provider config is always available even if no block was given
hashicorp_vagrant
train
rb
7f1e2ba211a1bd8f2068aadddba5173440d28e36
diff --git a/searx/engines/dailymotion.py b/searx/engines/dailymotion.py index <HASH>..<HASH> 100644 --- a/searx/engines/dailymotion.py +++ b/searx/engines/dailymotion.py @@ -16,8 +16,8 @@ from lxml import html # engine dependent config categories = ['videos'] -locale = 'en_US' paging = True +language_support = Tr...
[enh] dailymotion engine: add language support
asciimoo_searx
train
py
fb66e8f5451fd26cb9a5da97b9100b5b19b24cf8
diff --git a/lib/dsl.rb b/lib/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/dsl.rb +++ b/lib/dsl.rb @@ -122,9 +122,6 @@ module CQL } elsif @from == 'scenarios' filter.each { |k, v| - what, op = k.split /_/ - comp = Comparison.new op, v - filter_obj = Filter.new what, c...
Even further into nasty intermittent refactor
enkessler_cql
train
rb,rb
0e6ff415e43fa6e1353e63499a4d15b0e4d947ac
diff --git a/test/Async-test.js b/test/Async-test.js index <HASH>..<HASH> 100644 --- a/test/Async-test.js +++ b/test/Async-test.js @@ -132,6 +132,31 @@ describe('Async', () => { />); }); }); + + it('treats a rejected promise as empty options', () => { + + let promise1Resolve, promise2Reject; + + const...
Test for rejected promise Treats as if the options list was empty
HubSpot_react-select-plus
train
js
d3178b8d848a9291d7095b2e999dc2ae8f645fa9
diff --git a/src/core/useTrackBindingPlugin.js b/src/core/useTrackBindingPlugin.js index <HASH>..<HASH> 100644 --- a/src/core/useTrackBindingPlugin.js +++ b/src/core/useTrackBindingPlugin.js @@ -62,7 +62,7 @@ export class TrackBindingPlugin { if (this._traverseParent) { const rootElement = this._r...
Fix for IE console log error. SVG elements in IE do not have a parentElement. Need to use elem.parentNode to get the parent DOM element of SVG elements
nfl_react-metrics
train
js
6c225686f841711b7112a594b46b0d0b5715b26a
diff --git a/mozdownload/scraper.py b/mozdownload/scraper.py index <HASH>..<HASH> 100755 --- a/mozdownload/scraper.py +++ b/mozdownload/scraper.py @@ -431,7 +431,9 @@ class DailyScraper(Scraper): auth=self.authentication, headers=headers) r.raise_for_status() - return datetim...
Found another connection that should be closed. Not so essential as it won't be opened very often. Don't worry about closing main download connection; we exit soon after the download is complete. The only time we would leak is if we have to retry; that should be a limited number of tries.
mozilla_mozdownload
train
py
c16accc119e4ab80084549bb3f5860844c84db23
diff --git a/controller/client/client.go b/controller/client/client.go index <HASH>..<HASH> 100644 --- a/controller/client/client.go +++ b/controller/client/client.go @@ -315,8 +315,8 @@ outer: case "failed": return e.Err() } - case <-time.After(10 * time.Second): - return fmt.Errorf("Timed out waiting ...
controller: Bump the deploy timeout to <I>s
flynn_flynn
train
go
708ea506daa5042493087ed3145bef0539b194cf
diff --git a/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/commands/UserGroupCallbackTaskCommand.java b/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/commands/UserGroupCallbackTaskCommand.java index <HASH>..<HASH> 100644 --- a/jbpm-human-task/jbpm-human-task-core/...
JBPM-<I> - Administration service for processes and tasks - services api and kie server - fixed usergroupcallback usage
kiegroup_jbpm
train
java
2a80581cf11b32e22a119abff663bafa441b3448
diff --git a/qtism/runtime/tests/AssessmentTestSession.php b/qtism/runtime/tests/AssessmentTestSession.php index <HASH>..<HASH> 100644 --- a/qtism/runtime/tests/AssessmentTestSession.php +++ b/qtism/runtime/tests/AssessmentTestSession.php @@ -1038,6 +1038,7 @@ class AssessmentTestSession extends State { ...
item results also submitted when skipping. git-svn-id: <URL>
oat-sa_qti-sdk
train
php
f17fc55b819d409419d8b0c0fc6c58ae0ab8ced7
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 @@ -3,6 +3,7 @@ package signature import ( "bytes" "encoding/json" + "fmt" "os" "path/filepath" "testing" @@ -342,15 +343,17 @...
Add context to some test failures ... to make it easier to figure out which of breakFns failed.
containers_image
train
go
f77e2d15d7163107c972a36eeb3065d3239f0dd6
diff --git a/container_copy.go b/container_copy.go index <HASH>..<HASH> 100644 --- a/container_copy.go +++ b/container_copy.go @@ -38,6 +38,10 @@ func (cli *Client) CopyToContainer(ctx context.Context, container, path string, query.Set("noOverwriteDirNonDir", "true") } + if options.CopyUIDGID { + query.Set("co...
daemon/archive.go: Fix copy routines to preserve UID. This changes the long-standing bug of copy operations not preserving the UID/GID information after the files arrive to the container.
docker_cli
train
go
93961fd233717c01e3c8073e9866ccdedd007d6d
diff --git a/ceph/cephfs/cephfs-provisioner.go b/ceph/cephfs/cephfs-provisioner.go index <HASH>..<HASH> 100644 --- a/ceph/cephfs/cephfs-provisioner.go +++ b/ceph/cephfs/cephfs-provisioner.go @@ -170,7 +170,9 @@ func (p *cephFSProvisioner) Delete(volume *v1.PersistentVolume) error { return errors.New("ceph share anno...
Use storage v1beta1 client interface for compatibility with kube >=<I>
kubernetes-incubator_external-storage
train
go
33dc9a4a05b7965e157263a45158c3ad7fbe4a3d
diff --git a/packages/data-mate/bench/src.js b/packages/data-mate/bench/src.js index <HASH>..<HASH> 100644 --- a/packages/data-mate/bench/src.js +++ b/packages/data-mate/bench/src.js @@ -1,4 +1,3 @@ 'use strict'; -// module.exports = require('../dist/src'); -module.exports = require('/Users/peter/tmp/data-mate/node_...
Revert change to bench/src
terascope_teraslice
train
js
58f93bdf764753da6821c0b32c1803a2c7a78d0b
diff --git a/go/vt/sqlparser/parsed_query_test.go b/go/vt/sqlparser/parsed_query_test.go index <HASH>..<HASH> 100644 --- a/go/vt/sqlparser/parsed_query_test.go +++ b/go/vt/sqlparser/parsed_query_test.go @@ -5,6 +5,7 @@ package sqlparser import ( + "reflect" "testing" "github.com/youtube/vitess/go/sqltypes" @@...
sqlparser: add test for coverage
vitessio_vitess
train
go