hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f37c1991ab786b57d28cdcdbd6455e52af0981d9
diff --git a/views/js/qtiCreator/widgets/static/object/states/Active.js b/views/js/qtiCreator/widgets/static/object/states/Active.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCreator/widgets/static/object/states/Active.js +++ b/views/js/qtiCreator/widgets/static/object/states/Active.js @@ -64,10 +64,10 @@ define([ ...
refactor: apply codestyles rules
oat-sa_extension-tao-mediamanager
train
60bacda685a2a01955dded1c11cc8fd5869d49a4
diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.5.0-RC1'; + const VERSION = '2.5.0-DEV'...
Bumping version to <I>-DEV
doctrine_orm
train
85f0e64316d109c76acf777b9c4eabdfd6aa1db5
diff --git a/gosu-core/src/main/java/gw/internal/gosu/ir/compiler/bytecode/statement/IRIfStatementCompiler.java b/gosu-core/src/main/java/gw/internal/gosu/ir/compiler/bytecode/statement/IRIfStatementCompiler.java index <HASH>..<HASH> 100644 --- a/gosu-core/src/main/java/gw/internal/gosu/ir/compiler/bytecode/statement/I...
Removing duplicated statement in IRIfStatementCompiler
gosu-lang_gosu-lang
train
9861c8e0cd5621242c6e4d465a17d848b6801c84
diff --git a/source/application/controllers/account_password.php b/source/application/controllers/account_password.php index <HASH>..<HASH> 100644 --- a/source/application/controllers/account_password.php +++ b/source/application/controllers/account_password.php @@ -83,7 +83,9 @@ class Account_Password extends Account ...
Removed deprecated code marked in <I>.x : oxUser::checkPassword() Fixing usages in account_password class and tests
OXID-eSales_oxideshop_ce
train
abb1af82035b7f61c15c3e1fc49ab39ad639143b
diff --git a/lib/serverspec/version.rb b/lib/serverspec/version.rb index <HASH>..<HASH> 100644 --- a/lib/serverspec/version.rb +++ b/lib/serverspec/version.rb @@ -1,3 +1,3 @@ module Serverspec - VERSION = "2.36.0" + VERSION = "2.36.1" end
Bump up version [skip ci]
mizzy_serverspec
train
ac38854c2659d89423df0aed91dca05d892b5873
diff --git a/presto-main/src/test/java/com/facebook/presto/operator/aggregation/TestNumericHistogramAggregation.java b/presto-main/src/test/java/com/facebook/presto/operator/aggregation/TestNumericHistogramAggregation.java index <HASH>..<HASH> 100644 --- a/presto-main/src/test/java/com/facebook/presto/operator/aggregat...
Test correct number of buckets in NumericHistogramAggregation * Add a test to ensure that the NumericHistogramAggregation function throws an exception if it is given a number of buckets less than 1. Testing: ran test in isolation and clean build
prestodb_presto
train
c670407c5b006c3d6508ca58dfe676f0d925a774
diff --git a/gcp/testing/eventually_consistent.py b/gcp/testing/eventually_consistent.py index <HASH>..<HASH> 100644 --- a/gcp/testing/eventually_consistent.py +++ b/gcp/testing/eventually_consistent.py @@ -15,6 +15,7 @@ Tools for dealing with eventually consistent tests. """ +import gcloud.exceptions from retryin...
Make eventual consistent retry on gcloud errors as well
GoogleCloudPlatform_python-repo-tools
train
948f57469bc9e8144d6fceb49b5e2cf1d5858eeb
diff --git a/ores/wsgi/preprocessors.py b/ores/wsgi/preprocessors.py index <HASH>..<HASH> 100644 --- a/ores/wsgi/preprocessors.py +++ b/ores/wsgi/preprocessors.py @@ -6,9 +6,8 @@ from flask import current_app, request def minifiable(f): @wraps(f) def wrapped_f(*args, **kwargs): - format_ = request.arg...
Set minify to False as well as sometimes setting it to True.
wikimedia_ores
train
aba1d09d51a295c355b1e3f9c6e4ffc1c2a9c071
diff --git a/src/requester.js b/src/requester.js index <HASH>..<HASH> 100644 --- a/src/requester.js +++ b/src/requester.js @@ -45,7 +45,7 @@ let ajax = function (options, cb) { // # Construct the request function. // It contains all the auth credentials passed in to the client constructor -let eventId = 0 // counte...
Fix end event IDs when there are concurrent requests
philschatz_octokat.js
train
a1d69c674ba462eb50f45aff3ccd1f113cace7fa
diff --git a/colorable_windows.go b/colorable_windows.go index <HASH>..<HASH> 100644 --- a/colorable_windows.go +++ b/colorable_windows.go @@ -88,6 +88,7 @@ type Writer struct { althandle syscall.Handle oldattr word oldpos coord + rest bytes.Buffer } // NewColorable return new instance of Writer whi...
save/restore part of buffers
mattn_go-colorable
train
c9d6650e0b903b1abec489a99ebdb3d2a291fb21
diff --git a/lib/dom2.js b/lib/dom2.js index <HASH>..<HASH> 100644 --- a/lib/dom2.js +++ b/lib/dom2.js @@ -130,3 +130,11 @@ XDRObject.prototype.close = function() { that.nuke(); that._cleanup(true); }; + +utils.createXHR = function(cors, method, url, payload) { + var XHRConstructor = XHRObject; + if (c...
Abstract creating of cors ajaxe objects
sockjs_sockjs-client
train
ac212e5aef7aa12350874ed611a5c1e2f36ee4aa
diff --git a/test/acceptance/emit-listen.js b/test/acceptance/emit-listen.js index <HASH>..<HASH> 100644 --- a/test/acceptance/emit-listen.js +++ b/test/acceptance/emit-listen.js @@ -6,7 +6,7 @@ const chai = require('chai'); const expect = chai.expect; -const goodly = require('../../src').default; +const goodly...
Removed es6 import shim for acceptance tests
bmancini55_goodly
train
278565cbf409e53da92cdf0e11c2f9affef33885
diff --git a/astrobase/astrokep.py b/astrobase/astrokep.py index <HASH>..<HASH> 100644 --- a/astrobase/astrokep.py +++ b/astrobase/astrokep.py @@ -264,7 +264,6 @@ def read_kepler_fitslc(lcfits, lcdict = appendto - # add the metadata to the existing arrays lcdict['quarter'].append(hdrinfo['q...
astrokep: added appendto mode to read_kepler_fitslc
waqasbhatti_astrobase
train
62bcfe8b198990d4e2dfd5d6898aa3b2973525e4
diff --git a/beekeeper/beekeeper.py b/beekeeper/beekeeper.py index <HASH>..<HASH> 100644 --- a/beekeeper/beekeeper.py +++ b/beekeeper/beekeeper.py @@ -83,7 +83,7 @@ class APIObject: """ Get a list of the available Actions on the APIObject. """ - return [x for x, y in self.actions.items...
Convention compliance for unused loopvars
haikuginger_beekeeper
train
9897e03d9fa3632c0ac4e3b6df1052b1d8b8bcd3
diff --git a/bin/clever.js b/bin/clever.js index <HASH>..<HASH> 100755 --- a/bin/clever.js +++ b/bin/clever.js @@ -1,5 +1,12 @@ #! /usr/bin/env node +// Exit cleanly if the program we pipe to exits abruptly +process.stdout.on('error', function(error) { + if(error.code == 'EPIPE') { + process.exit(0); + } +}); +...
Better handling of being piped to another program
CleverCloud_clever-tools
train
dbadf35b9911757c5d5fee84d9224cc2640c4edd
diff --git a/tests/library/CM/Paging/Log/AbstractTest.php b/tests/library/CM/Paging/Log/AbstractTest.php index <HASH>..<HASH> 100644 --- a/tests/library/CM/Paging/Log/AbstractTest.php +++ b/tests/library/CM/Paging/Log/AbstractTest.php @@ -78,4 +78,34 @@ class CM_Paging_Log_AbstractTest extends CMTest_TestCase { ...
Add test for log aggregation
cargomedia_cm
train
456186cc8079b6f65a61e068506edd01416073dc
diff --git a/Neos.CliSetup/Classes/Command/SetupCommandController.php b/Neos.CliSetup/Classes/Command/SetupCommandController.php index <HASH>..<HASH> 100644 --- a/Neos.CliSetup/Classes/Command/SetupCommandController.php +++ b/Neos.CliSetup/Classes/Command/SetupCommandController.php @@ -76,7 +76,7 @@ class SetupCommandC...
TASK: Visualize empty values in dialogs via '---' to prevent empty brackets that are confusion
neos_neos-development-collection
train
4cea8c302810a28e6290172353895ef1512fd666
diff --git a/rightscale/rightscale.py b/rightscale/rightscale.py index <HASH>..<HASH> 100644 --- a/rightscale/rightscale.py +++ b/rightscale/rightscale.py @@ -61,6 +61,9 @@ RS_REST_ACTIONS = { 'destroy': None, }, + # rs api 1.5 returns a link where rel=self for the ``/api/sessions`` +...
Add reason for ignoring the "self" rel
brantai_python-rightscale
train
fa0ce15d47d2688dcc57d41dcfbd350fbf288da4
diff --git a/test/e2e/apps/deployment.go b/test/e2e/apps/deployment.go index <HASH>..<HASH> 100644 --- a/test/e2e/apps/deployment.go +++ b/test/e2e/apps/deployment.go @@ -274,10 +274,6 @@ func testRollingUpdateDeployment(f *framework.Framework) { _, allOldRSs, err := deploymentutil.GetOldReplicaSets(deployment, c.Ext...
Stop checking hash labels of adopted resources in e2e tests
kubernetes_kubernetes
train
fff59a50c27b52176afae9b3772b0a8fd57cde44
diff --git a/lib/mongoid/relations/bindings/referenced/in.rb b/lib/mongoid/relations/bindings/referenced/in.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/relations/bindings/referenced/in.rb +++ b/lib/mongoid/relations/bindings/referenced/in.rb @@ -31,7 +31,7 @@ module Mongoid # :nodoc: def unbind ...
Clear polymorphic relational associations for references many
mongodb_mongoid
train
22f3e98b4b89552a345d0ef60b83e51bd7001ca2
diff --git a/src/Laravel/RevisionableTrait.php b/src/Laravel/RevisionableTrait.php index <HASH>..<HASH> 100644 --- a/src/Laravel/RevisionableTrait.php +++ b/src/Laravel/RevisionableTrait.php @@ -341,7 +341,7 @@ trait RevisionableTrait { $presenter = $this->getRevisionPresenter(); - return (is_sub...
Make it compatible with PHP <I> Use own getter instead of PHP<I>+ static method class
jarektkaczyk_revisionable
train
26591d0a897a57c7915310f2ac6272f38dcd0451
diff --git a/exp/sdb/get_test.go b/exp/sdb/get_test.go index <HASH>..<HASH> 100644 --- a/exp/sdb/get_test.go +++ b/exp/sdb/get_test.go @@ -16,6 +16,7 @@ package sdb import ( + . "github.com/jacobsa/oglematchers" . "github.com/jacobsa/ogletest" "testing" ) @@ -29,7 +30,7 @@ func TestGet(t *testing.T) { RunTests...
GetTest.ItemNameEmpty
jacobsa_aws
train
6ab5bd8caf97bf4f94cc9ab8098f3d20c411c732
diff --git a/lib/rocket_job/batch/categories.rb b/lib/rocket_job/batch/categories.rb index <HASH>..<HASH> 100644 --- a/lib/rocket_job/batch/categories.rb +++ b/lib/rocket_job/batch/categories.rb @@ -20,6 +20,9 @@ module RocketJob # Internal attributes class_attribute :defined_input_categories, instanc...
from_properties is no longer needed.
rocketjob_rocketjob
train
212bff4062c0bc357ea41cb587f698e887092508
diff --git a/src/Components/Database/Installer.php b/src/Components/Database/Installer.php index <HASH>..<HASH> 100644 --- a/src/Components/Database/Installer.php +++ b/src/Components/Database/Installer.php @@ -78,17 +78,17 @@ final class Installer extends AbstractInstaller ); $this->task( - ...
fix: change seeders folder from 'seeds' to 'seeders'
laravel-zero_framework
train
712426ac3ed403298453cef1746ff1d4c24db7a8
diff --git a/src/style/rating.js b/src/style/rating.js index <HASH>..<HASH> 100644 --- a/src/style/rating.js +++ b/src/style/rating.js @@ -12,6 +12,7 @@ var style = { }, ratingHolderStyle: { + fontSize: 32, color: '#e3e3e3', position: 'relative', overflow: 'hidden', @@ -25,7 +26,6 @@ var style...
style(Rating): increase font-size for rating
nikgraf_belle
train
2a9c27fba5505cc4f1ba7c690ce8a042e8ea0bcc
diff --git a/api/service/service_instance_test.go b/api/service/service_instance_test.go index <HASH>..<HASH> 100644 --- a/api/service/service_instance_test.go +++ b/api/service/service_instance_test.go @@ -111,13 +111,11 @@ func (s *S) TestRemoveAppReturnsErrorWhenTheAppIsNotBindedToTheInstance(c *C) { } func (s *...
api/service, app, fs: using compile time checks on interface tests Better than runtime checks.
tsuru_tsuru
train
660b392a7c4a5eb0517538171052e501cb2348ce
diff --git a/src/Environment.php b/src/Environment.php index <HASH>..<HASH> 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -7,4 +7,9 @@ interface Environment * @return DataVersion */ public function getVersion(); + + /** + * @return string + */ + public function getThemeDirectory(); } diff --g...
Issue #<I>: Add theme directory property to versioned environment
lizards-and-pumpkins_catalog
train
380a6f7aac54e87896786fcb60c2cda49bf622c5
diff --git a/uwg/uwg.py b/uwg/uwg.py index <HASH>..<HASH> 100644 --- a/uwg/uwg.py +++ b/uwg/uwg.py @@ -1414,7 +1414,7 @@ class UWG(object): for i in range(len(self.epwinput)): printme = '' - for ei in range(34): + for ei in range(len(self.epwinput[i])): ...
fix(uwg): Handle the case of EPWs without all <I> fields It seems that some programs don't use all <I> fields in the EPW and the UWG is largely able to handle this except for the very last step of writing the EPW. This change fixes this. More information can be found here: <URL>
ladybug-tools_uwg
train
e4ef3a1df5d0cea3ec3a46670a5a88b3e6802a51
diff --git a/pharen.php b/pharen.php index <HASH>..<HASH> 100755 --- a/pharen.php +++ b/pharen.php @@ -423,7 +423,7 @@ class Node implements Iterator, ArrayAccess, Countable{ public $unquoted; public $has_splice; - protected $scope = Null; + public $scope = Null; protected $value = ""; sta...
Give quoted nodes their own scope so that any variables from outside (in the macro body) don't interfere with it. This was the main cause of improper scope id's and non-found lexical scope number errors.
Scriptor_pharen
train
ac38c704cd235ffc9810c10e94631e877cc59eb0
diff --git a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/Nd4jTestsC.java b/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/Nd4jTestsC.java index <HASH>..<HASH> 100644 --- a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/Nd4jTestsC.java +++ b/nd4j/nd4j-backends/nd4j-tests/src/tes...
Update Nd4jTestsC.java
deeplearning4j_deeplearning4j
train
fb65e7b74451f41450349ca99083f52d033d3651
diff --git a/para-server/src/main/java/com/erudika/para/aop/IndexAndCacheAspect.java b/para-server/src/main/java/com/erudika/para/aop/IndexAndCacheAspect.java index <HASH>..<HASH> 100644 --- a/para-server/src/main/java/com/erudika/para/aop/IndexAndCacheAspect.java +++ b/para-server/src/main/java/com/erudika/para/aop/In...
Restores call to detectNestedInvocations() on public methods only
Erudika_para
train
1e66608183378c1fcb2a1d15a0628029bd795b12
diff --git a/src/parser/expr.js b/src/parser/expr.js index <HASH>..<HASH> 100644 --- a/src/parser/expr.js +++ b/src/parser/expr.js @@ -165,6 +165,8 @@ module.exports = function(api, tokens, EOF) { if (this.next().token !== ')') { expr = this.read_expr(); this.expect(')').next(...
fix T_EXIT look ahead
glayzzle_php-parser
train
50513ea105df808af05622a8524ac9da88689957
diff --git a/ui/app/components/line-chart.js b/ui/app/components/line-chart.js index <HASH>..<HASH> 100644 --- a/ui/app/components/line-chart.js +++ b/ui/app/components/line-chart.js @@ -43,7 +43,11 @@ export default class LineChart extends Component.extend(WindowResizable) { chartClass = 'is-primary'; title = ...
Convert field to overridable computed property StatsTimeSeries defines description as a computed property, which isn’t possible when this is a class field.
hashicorp_nomad
train
c1baa18afb7becd1a7a5568a19696d489446cbef
diff --git a/ratcave/camera.py b/ratcave/camera.py index <HASH>..<HASH> 100644 --- a/ratcave/camera.py +++ b/ratcave/camera.py @@ -14,11 +14,12 @@ class ProjectionBase(object): def __init__(self, z_near=0.1, z_far=12., **kwargs): """ - Abstract Base Class for the Projections. Used to create + ...
camera docs v0 added
ratcave_ratcave
train
725cb955493e20b702ee682c2e7950c04364b24d
diff --git a/api/__init__.py b/api/__init__.py index <HASH>..<HASH> 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -25,7 +25,6 @@ This file is part of Blockstack Core. import os from flask import Flask, Blueprint -from flask_sslify import SSLify from .config import SEARCH_API_ENDPOINT_ENABLED @@ -37,9 +...
index on fully qualified names. clean up flask server
blockstack_blockstack-core
train
e5bbc48e145e7581cfaa533fc8610f6e45e16c02
diff --git a/ui/recent_activity/gameEnd.js b/ui/recent_activity/gameEnd.js index <HASH>..<HASH> 100644 --- a/ui/recent_activity/gameEnd.js +++ b/ui/recent_activity/gameEnd.js @@ -18,7 +18,7 @@ module.exports = (msg, situation, myIdent) => { if (gameState.status.winner === myIdent) { return m('div', "You won...
Fix "you lost your name" typo
Happy0_ssb-chess
train
f43034fcced485b1a635f503ea311f01e6e9f128
diff --git a/lib/hooks.php b/lib/hooks.php index <HASH>..<HASH> 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -208,6 +208,10 @@ function url_handler($hook, $type, $url, $params) { /* @var ElggEntity $entity */ if ($entity instanceof Comment) { + $container = $entity->getContainerEntity(); + if ($container i...
fix(comments): nested comment URL now point to first level comment in the tree
hypeJunction_hypeInteractions
train
637b0ded0969f3c09dc424f83cc21d74ccc82882
diff --git a/fbchat/client.py b/fbchat/client.py index <HASH>..<HASH> 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -96,13 +96,13 @@ class Client(object): self.req_counter += 1 return payload - def _fix_fb_errors(self, error_code): + def _fix_fb_errors(self, error): """ ...
Added `FBchatRedirectError`
carpedm20_fbchat
train
3257abd6f93ea2371380d55168bf27fa62f902d4
diff --git a/tests/parker.js b/tests/parker.js index <HASH>..<HASH> 100644 --- a/tests/parker.js +++ b/tests/parker.js @@ -18,7 +18,7 @@ function generateMetrics(file, metricsArray) { { name: 'Top specificity', benchmark: 40, - threshold: 60, + threshold: 61, result: results['top-sel...
Bump parker test specificity threshold
canonical-web-and-design_vanilla-framework
train
a8686215379c908f629a72210c060a87fc4c84a8
diff --git a/hairball/plugins/blocks.py b/hairball/plugins/blocks.py index <HASH>..<HASH> 100644 --- a/hairball/plugins/blocks.py +++ b/hairball/plugins/blocks.py @@ -1,4 +1,5 @@ import collections +import kurt from . import PluginController, PluginView, PluginWrapper @@ -67,6 +68,57 @@ class DeadCode(PluginContr...
added check for empty/useless blocks to deadcode
ucsb-cs-education_hairball
train
7eb317716900f157089742a6e09e23581c9b3750
diff --git a/lib/fluent/engine.rb b/lib/fluent/engine.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/engine.rb +++ b/lib/fluent/engine.rb @@ -128,7 +128,7 @@ module Fluent unmatched_tags = Fluent::Log.event_tags.select{|t| !@log_event_router.match?(t) } unless unmatched_tags.empty? - $log....
fix to warn about logging configuration only on worker0, and fix tests for logging formats
fluent_fluentd
train
05a03bcf21a8b47b560eb1f6594e2b27948a71aa
diff --git a/zipline/data/benchmarks.py b/zipline/data/benchmarks.py index <HASH>..<HASH> 100644 --- a/zipline/data/benchmarks.py +++ b/zipline/data/benchmarks.py @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissi...
BUG: Fix error during benchmark update over empty period. On ranges with missing data from Yahoo, e.g.: On <I>-<I>-2 the date range of April <I>-<I>-<I> failed because of the first day in the range being Good Friday, and the API not yet updating for the Monday after. Handle the <I> that is found by raising and warnin...
quantopian_zipline
train
146dd75dd93aa0a2cb25b3240273b2d2760af4cc
diff --git a/packages/ra-ui-materialui/src/list/DatagridBody.js b/packages/ra-ui-materialui/src/list/DatagridBody.js index <HASH>..<HASH> 100644 --- a/packages/ra-ui-materialui/src/list/DatagridBody.js +++ b/packages/ra-ui-materialui/src/list/DatagridBody.js @@ -1,4 +1,4 @@ -import React, { cloneElement, useMemo } from...
Fix Datagrid can't handle dynamic children Fixes #<I> and #<I>
marmelab_react-admin
train
21ba55f1c099ae443f62577572051acf2edb1690
diff --git a/examples/scripts/get-license.py b/examples/scripts/get-license.py index <HASH>..<HASH> 100755 --- a/examples/scripts/get-license.py +++ b/examples/scripts/get-license.py @@ -26,6 +26,7 @@ if sys.version_info < (3, 4): import hpOneView as hpov from pprint import pprint +from datetime import timedelta, d...
Add a description to the get-license example script help output. Add a report optoin to display the license information in a human readable format
HewlettPackard_python-hpOneView
train
037fce158f388329b32b584b48ca93894b5fe97a
diff --git a/lib/open.js b/lib/open.js index <HASH>..<HASH> 100644 --- a/lib/open.js +++ b/lib/open.js @@ -1,28 +1,23 @@ 'use strict'; var Git = require('nodegit'); -var path = require('path'); -var mkdirp = require('mkdirp'); -var debug = require('debug')('open'); +var debug = require('debug')('kit:open'); -var ...
supports init option to disable automatic init
thisconnect_nodegit-kit
train
7db269b84c55113feb7e6f8fe250541518f09c19
diff --git a/centinel/experiments/baseline.py b/centinel/experiments/baseline.py index <HASH>..<HASH> 100644 --- a/centinel/experiments/baseline.py +++ b/centinel/experiments/baseline.py @@ -49,10 +49,10 @@ class BaselineExperiment(Experiment): "traceroute will be limited to UDP.") ...
added UDP traceroute back to the root version of baseline
iclab_centinel
train
8987d464c9f4d883552448cfbbbc289e74335355
diff --git a/src/components/MapMarker/__test__/mapMarker.spec.js b/src/components/MapMarker/__test__/mapMarker.spec.js index <HASH>..<HASH> 100644 --- a/src/components/MapMarker/__test__/mapMarker.spec.js +++ b/src/components/MapMarker/__test__/mapMarker.spec.js @@ -64,14 +64,6 @@ describe('<MapMarker/>', () => { ...
fix: fix MapMarker creation (#<I>)
90milesbridge_react-rainbow
train
060a76cef6aefc2e7903359b1d1f195226b3b57e
diff --git a/lxd/db/query/transaction.go b/lxd/db/query/transaction.go index <HASH>..<HASH> 100644 --- a/lxd/db/query/transaction.go +++ b/lxd/db/query/transaction.go @@ -30,7 +30,7 @@ func Transaction(db *sql.DB, f func(*sql.Tx) error) error { // succeeds the given error is returned, otherwise a new error that wraps ...
db: Retry failed rollbacks if they are due to transient errors This avoids leaving the connection in a bad state, where a transaction is already in progress and another one can't be started.
lxc_lxd
train
5588e3879ffd0b136b3292c016d0710e665dddac
diff --git a/eZ/Publish/Core/Repository/Tests/Service/InMemory/LocationTest.php b/eZ/Publish/Core/Repository/Tests/Service/InMemory/LocationTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/Tests/Service/InMemory/LocationTest.php +++ b/eZ/Publish/Core/Repository/Tests/Service/InMemory/LocationTest.p...
Add temporary solution for InMemory vs. Legacy fixture differences with remote ID for location service tests
ezsystems_ezpublish-kernel
train
f96555476eb616675987bcb6d6dfec6cfa06689c
diff --git a/plugin/dnssec/dnssec.go b/plugin/dnssec/dnssec.go index <HASH>..<HASH> 100644 --- a/plugin/dnssec/dnssec.go +++ b/plugin/dnssec/dnssec.go @@ -46,16 +46,21 @@ func (d Dnssec) Sign(state request.Request, zone string, now time.Time) *dns.Msg mt, _ := response.Typify(req, time.Now().UTC()) // TODO(miek): n...
plugin/dnssec: Drop inserting DS records on delegation (#<I>) See #<I> for disuccsion; current code is probably the wrong thing to do; rethink if we need/want this. Comment out the code for now.
coredns_coredns
train
63620f669f08827fcf1f301dbaac0a084bd68c27
diff --git a/tests/src/main/java/com/hazelcast/simulator/tests/special/FailingTest.java b/tests/src/main/java/com/hazelcast/simulator/tests/special/FailingTest.java index <HASH>..<HASH> 100644 --- a/tests/src/main/java/com/hazelcast/simulator/tests/special/FailingTest.java +++ b/tests/src/main/java/com/hazelcast/simula...
Enhanced FailingTest with more properties.
hazelcast_hazelcast-simulator
train
8b7aa4387b1ccb8fccb590b05e05e43263a33393
diff --git a/lib/dimples/site.rb b/lib/dimples/site.rb index <HASH>..<HASH> 100644 --- a/lib/dimples/site.rb +++ b/lib/dimples/site.rb @@ -17,8 +17,8 @@ module Dimples attr_accessor :post_class attr_accessor :errors - def initialize(config) - @config = config + def initialize(config = {}) + ...
Switch to a hash for the initial config, pick the post class directly, switch to config symbols.
waferbaby_dimples
train
13aa35b7a865014eafb7ab142edb90a30b8224e8
diff --git a/test/test-index.js b/test/test-index.js index <HASH>..<HASH> 100644 --- a/test/test-index.js +++ b/test/test-index.js @@ -32,6 +32,9 @@ describe('Test index.js', function () { }, "logMessage": function (args) { messageArgs = args; + ...
added tests for indexjs testing getCorrelationObject
SAP_cf-nodejs-logging-support
train
774b8343a7c172a50f685e4dc7b4adcfbb852e57
diff --git a/bids/layout/layout.py b/bids/layout/layout.py index <HASH>..<HASH> 100644 --- a/bids/layout/layout.py +++ b/bids/layout/layout.py @@ -381,6 +381,25 @@ class BIDSLayout(object): layouts = [l for l in collect_layouts(self) if l._in_scope(scope)] return list(set(layouts)) + def _sanitiz...
abstract dtype conversion into reusable helper
bids-standard_pybids
train
b6bb6a8fd12318f824e59fd4c4bd8e13b14c3ce8
diff --git a/watcher.go b/watcher.go index <HASH>..<HASH> 100644 --- a/watcher.go +++ b/watcher.go @@ -44,18 +44,22 @@ func NewWatcher(client *api.Client, dependencies []Dependency) (*Watcher, error) } // -func (w *Watcher) Watch() { +func (w *Watcher) Watch() error { + views := make([]*WatchData, 0, len(w.dependen...
Create the DataView before launching the go routine This fixes a race condition where the same view was created multiple times because the for loop would advance to the next dependency before creating the view.
hashicorp_consul-template
train
22ce29a375a8a7baed16b64918ef458a1c53b22b
diff --git a/detox/test/e2e/c-stress-tests.js b/detox/test/e2e/c-stress-tests.js index <HASH>..<HASH> 100644 --- a/detox/test/e2e/c-stress-tests.js +++ b/detox/test/e2e/c-stress-tests.js @@ -1,4 +1,4 @@ -describe.skip('Stress Tests', function () { +describe('Stress Tests', function () { beforeEach(function (done) ...
stress tests finally passing, hurray!
wix_Detox
train
75cbe33bdecd7548c322592b35e25af30e16d1e3
diff --git a/py/selenium/webdriver/firefox/firefox_profile.py b/py/selenium/webdriver/firefox/firefox_profile.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/firefox/firefox_profile.py +++ b/py/selenium/webdriver/firefox/firefox_profile.py @@ -204,7 +204,8 @@ class FirefoxProfile(object): instal...
DavidBurns deleting the extension folder if its there before we try copy to it r<I>
SeleniumHQ_selenium
train
1d7aa4d3447c8a2bb49021a4b351dc8a356f69bd
diff --git a/spyder_kernels/comms/frontendcomm.py b/spyder_kernels/comms/frontendcomm.py index <HASH>..<HASH> 100644 --- a/spyder_kernels/comms/frontendcomm.py +++ b/spyder_kernels/comms/frontendcomm.py @@ -122,10 +122,14 @@ class FrontendComm(CommBase): if out_stream: out_stream.flush(zmq.POLLOUT...
Add timeout kwarg to frontend_call This way the kernel will be able to make variable timeout calls to the frontend.
spyder-ide_spyder-kernels
train
bd83d66bff80a5b56f4a3c71434fc356518229e3
diff --git a/src/extensions/scratch3_speech/index.js b/src/extensions/scratch3_speech/index.js index <HASH>..<HASH> 100644 --- a/src/extensions/scratch3_speech/index.js +++ b/src/extensions/scratch3_speech/index.js @@ -155,18 +155,18 @@ class Scratch3SpeechBlocks { this._audioPromise = null; /** - ...
Update speech extension to use new audio engine api since the old version no longer exists. (#<I>)
LLK_scratch-vm
train
c897963f7574b870aeb0f5ef19c531e578dde1a0
diff --git a/src/Connection.php b/src/Connection.php index <HASH>..<HASH> 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -5,8 +5,8 @@ namespace Facile\DoctrineMySQLComeBack\Doctrine\DBAL; use Doctrine\DBAL\Configuration, Doctrine\DBAL\Driver, Doctrine\Common\EventManager, - Doctrine\DBAL\Cach...
updated phpdocs with new paths, made spacing between namespace/use statements consistent
facile-it_doctrine-mysql-come-back
train
9af330d77cd49199a99ec87ed1e91816ab099ea8
diff --git a/src/Sulu/Bundle/ContentBundle/Search/EventListener/ReindexListener.php b/src/Sulu/Bundle/ContentBundle/Search/EventListener/ReindexListener.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/ContentBundle/Search/EventListener/ReindexListener.php +++ b/src/Sulu/Bundle/ContentBundle/Search/EventListener/R...
removed deprecated Progress console helper
sulu_sulu
train
d84dc169f04adc141a2c97f10a149f1d2d7ae3e1
diff --git a/Action/CaptureAction.php b/Action/CaptureAction.php index <HASH>..<HASH> 100644 --- a/Action/CaptureAction.php +++ b/Action/CaptureAction.php @@ -25,6 +25,8 @@ class CaptureAction implements ActionInterface, GatewayAwareInterface, GenericTo /** * {@inheritdoc} + * + * @param Capture $r...
[Payzen] Made some api methods public for debugging.
ekyna_PayumPayzen
train
de117e0125e1b682cbc08d92b85bfd6342adc912
diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -39,12 +39,12 @@ use Codeception\PHPUnit\Constraint\Page as PageConstraint; * * * url *required* - start url f...
Make WebDriver config docs match actual config values There seems to be a bit of variation (across versions/branches) between what the doc says regarding defaults and what is set as defaults - but one thing is consistent - that the doc doesn't match the config being utilized.
Codeception_Codeception
train
8d6db9d4a67c462047b9112008f9ee68ca6f4cb9
diff --git a/src/utils/helper.js b/src/utils/helper.js index <HASH>..<HASH> 100644 --- a/src/utils/helper.js +++ b/src/utils/helper.js @@ -844,3 +844,39 @@ export const hasCustomRenderer = (props = {}) => { const { render, children } = props; return isFunction(children) || isFunction(render); }; + +/** + * Recursi...
feat: add util methods to support treeList component
appbaseio_reactivecore
train
d74220b1417156c5b7a560c8c1bc9c95dd459ab7
diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java +++ b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java @@ -464,6 +464,12 @@ publ...
skip reconciling pattern stops when both lists are empty
conveyal_gtfs-lib
train
388a5866c3c5a466e7035ce412aaabd8aee95a31
diff --git a/tests/inputs.py b/tests/inputs.py index <HASH>..<HASH> 100644 --- a/tests/inputs.py +++ b/tests/inputs.py @@ -23,10 +23,10 @@ IPATH_0 = os.path.join(os.path.dirname(__file__), "00-cnf.json") IPATH_0_FULL = anyconfig.utils.normpath(IPATH_0) -class Test(unittest.TestCase): +class Test_60_make(unittest.T...
refactor: rename test case class and its methods to test .inputs.make
ssato_python-anyconfig
train
c2715d5f9ba40451a86bd7abca6487b30b91e812
diff --git a/quickstarts/java/camel-cdi-http/src/main/java/io/fabric8/quickstarts/camelcdi/MyRoutes.java b/quickstarts/java/camel-cdi-http/src/main/java/io/fabric8/quickstarts/camelcdi/MyRoutes.java index <HASH>..<HASH> 100644 --- a/quickstarts/java/camel-cdi-http/src/main/java/io/fabric8/quickstarts/camelcdi/MyRoutes....
#<I>: Fixed the service name in the route as it requires a new Camel release for nice syntax
fabric8io_ipaas-quickstarts
train
2bc2450d1912f6cb2ba2448c6e5cc71ee1b45781
diff --git a/services/base.js b/services/base.js index <HASH>..<HASH> 100644 --- a/services/base.js +++ b/services/base.js @@ -94,7 +94,7 @@ class BaseService { return staticBadgeUrl({ label: badgeData.text[0], message: `${badgeData.text[1]}`, - color: badgeData.colorscheme, + color: badgeD...
Fix hex colors in static examples (#<I>) Fix a regression from #<I> which was noticed here: <URL>
badges_shields
train
3dc829a1ca02df930eee68d557041eca6a8fecf7
diff --git a/unittests/declarations_tester.py b/unittests/declarations_tester.py index <HASH>..<HASH> 100644 --- a/unittests/declarations_tester.py +++ b/unittests/declarations_tester.py @@ -78,10 +78,28 @@ class declarations_t(parser_test_case.parser_test_case_t): ns = self.global_ns.namespace('calldef') ...
Update extern qualifier test for castxml.
gccxml_pygccxml
train
7ba82f5550ce8261cdea1ef75981f6f64bfe468e
diff --git a/pipenv/cli.py b/pipenv/cli.py index <HASH>..<HASH> 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -110,7 +110,9 @@ def ensure_pipfile(validate=True): for package in reqs: if package.name not in BAD_PACKAGES: if package.original_link is not None: - ...
added ability for editable VCS links to be converted from requirements file
pypa_pipenv
train
bd8efb8e914465b0365eb6485ff6499963e39067
diff --git a/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java index <HASH>..<HASH> 100644 --- a/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java +++ b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java @@ -1...
[Java] Address alerts for LGTM with null checks in ChannelUriStringBuilder because LGTM is not smart enough to realise it is not an issue.
real-logic_aeron
train
24425225579af5b2485539e7bf899ecc1c5254d9
diff --git a/lib/Widget/UrlDebugger.php b/lib/Widget/UrlDebugger.php index <HASH>..<HASH> 100644 --- a/lib/Widget/UrlDebugger.php +++ b/lib/Widget/UrlDebugger.php @@ -21,6 +21,11 @@ namespace Widget; class UrlDebugger extends AbstractWidget { + /** + * Constructor + * + * @param array $options...
added docblock for url debugger
twinh_wei
train
3211347fefa64f485bdfa7972597f7a8a78bd557
diff --git a/Tone/source/Noise.js b/Tone/source/Noise.js index <HASH>..<HASH> 100644 --- a/Tone/source/Noise.js +++ b/Tone/source/Noise.js @@ -65,26 +65,28 @@ define(["Tone/core/Tone", "Tone/source/Source"], function(Tone){ } }, set : function(type){ - switch (type){ - case "white" : - this._buffer...
test if setting "type" is necessary before doing it
Tonejs_Tone.js
train
96c5f21e6141d430be0c543ed8dca89e1ecd44b7
diff --git a/mockredis/client.py b/mockredis/client.py index <HASH>..<HASH> 100644 --- a/mockredis/client.py +++ b/mockredis/client.py @@ -123,10 +123,10 @@ class MockRedis(object): def keys(self, pattern='*'): """Emulate keys.""" # Make a regex out of pattern. The only special matching character...
Fix 'keys' & 'scan match' with non-unicode strings
locationlabs_mockredis
train
54de2d54ed0e81fbefdfd131b4484be56215f5ea
diff --git a/tests/frontend/org/voltdb/utils/TestCatalogUtil.java b/tests/frontend/org/voltdb/utils/TestCatalogUtil.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/utils/TestCatalogUtil.java +++ b/tests/frontend/org/voltdb/utils/TestCatalogUtil.java @@ -713,6 +713,8 @@ public class TestCatalogUtil exte...
Fix broken test from code movement to pro (2/?).
VoltDB_voltdb
train
1431356efe1e24d680414589e51c196537b0c302
diff --git a/widgets/builderlist/builderlist.js b/widgets/builderlist/builderlist.js index <HASH>..<HASH> 100644 --- a/widgets/builderlist/builderlist.js +++ b/widgets/builderlist/builderlist.js @@ -13,8 +13,9 @@ Dashing.widgets.BuilderList = function(dashboard) { rivets.binders.color = function(el, value) { - ...
Don't append class names, clobber.
mverteuil_widget-party
train
29da663d6b27e760087fed62ee5717b47f26531a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( description='Network multiplexing and framing protocol for RPC', license='MIT', url='https://github.com/uber/tchannel', - packages=find_packages(include=['tchannel.*']), + packages=find...
Remove include clause from find_packages It's not supported on older versions of pip
uber_tchannel-python
train
84c0c1138dae2b4449697d48144a2f03fa695f39
diff --git a/lib/sprockets/uri_tar.rb b/lib/sprockets/uri_tar.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/uri_tar.rb +++ b/lib/sprockets/uri_tar.rb @@ -1,3 +1,5 @@ +require 'sprockets/path_utils' + module Sprockets # Internal: used to "expand" and "compress" values for storage class URITar @@ -41,7 +43,7 @...
Portable absolute path detection Instead of hardcoding windows and *nix to work on the same system we can use `PathUtils#absolute_path?` which is portable and optimized. This means that the windows tests won't run on *nix. This will eliminate the possibility that someone names a folder `c:` on a *nix system and the w...
rails_sprockets
train
274f2f06bad0a15cbdb7283fd19f8093f43aee65
diff --git a/drivers/python/rethinkdb/rethinkdb.py b/drivers/python/rethinkdb/rethinkdb.py index <HASH>..<HASH> 100644 --- a/drivers/python/rethinkdb/rethinkdb.py +++ b/drivers/python/rethinkdb/rethinkdb.py @@ -79,6 +79,9 @@ class Connection(object): self.socket = socket.create_connection((hostname, port)) ...
add Connection.close method to python driver
rethinkdb_rethinkdb
train
1a6ce8911327b6cbf9b1b298de81ca4138a73e2c
diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php +++ b/src/ContaoCommunity...
Only handle well known actions in base view.
contao-community-alliance_dc-general
train
bd86b071f3070177e1e6e7d941a9be67b6b470b4
diff --git a/lib/view.go b/lib/view.go index <HASH>..<HASH> 100644 --- a/lib/view.go +++ b/lib/view.go @@ -1066,3 +1066,7 @@ func (v *View) Word(off int) Region { func (v *View) WordR(r Region) Region { return v.buffer.WordR(r) } + +func (v *View) AddObserver(ob BufferObserver) error { + return v.buffer.AddObserver...
AddObserver method for view, frontends need this
limetext_backend
train
4f8218467612866091f7286177ddac1dc4b652f8
diff --git a/go/vt/vtctl/vtctlclient/interface.go b/go/vt/vtctl/vtctlclient/interface.go index <HASH>..<HASH> 100644 --- a/go/vt/vtctl/vtctlclient/interface.go +++ b/go/vt/vtctl/vtctlclient/interface.go @@ -24,6 +24,7 @@ type ErrFunc func() error // VtctlClient defines the interface used to send remote vtctl commands ...
vtworker + vtctld RPC interface: Clarify description when to check for errors.
vitessio_vitess
train
e6700893f58a4c104c9b0a28a9a475d47e52737a
diff --git a/admin/context.go b/admin/context.go index <HASH>..<HASH> 100644 --- a/admin/context.go +++ b/admin/context.go @@ -181,5 +181,6 @@ func (context *Context) JSON(name string, result interface{}) { } js, _ := json.MarshalIndent(context.Resource.convertObjectToJSONMap(context, result, name), "", "\t") + c...
Set header to application/json when render json
qor_qor
train
a3422dcb70ba1983cd218990d849fb3b9f0b409f
diff --git a/detect_secrets/plugins/keyword.py b/detect_secrets/plugins/keyword.py index <HASH>..<HASH> 100644 --- a/detect_secrets/plugins/keyword.py +++ b/detect_secrets/plugins/keyword.py @@ -77,6 +77,7 @@ FALSE_POSITIVES = { '<input', '<password>', '<redacted>', + '<secret', '>', '=', ...
:telescope: [Keyword Plugin] Add more to FALSE_POSITIVES
Yelp_detect-secrets
train
b8dd9f0436ea1cd1de1e21f8ca57f98b1a5fc3f4
diff --git a/lib/carthage_cache/version.rb b/lib/carthage_cache/version.rb index <HASH>..<HASH> 100644 --- a/lib/carthage_cache/version.rb +++ b/lib/carthage_cache/version.rb @@ -1,3 +1,3 @@ module CarthageCache - VERSION = "0.1.4" + VERSION = "0.2.0" end
Bumps version to <I>.
Wolox_carthage_cache
train
275504c040baca342c544f574ba3896f317b6055
diff --git a/digitalocean/SSHKey.py b/digitalocean/SSHKey.py index <HASH>..<HASH> 100644 --- a/digitalocean/SSHKey.py +++ b/digitalocean/SSHKey.py @@ -21,8 +21,19 @@ class SSHKey(BaseAPI): return ssh_key def load(self): + """ + Load the SSHKey object from DigitalOcean. + + R...
SHHkeys can be loaded by fingerprint
koalalorenzo_python-digitalocean
train
3cf7b2b761ad01464155d163bd9b04d8f1f21493
diff --git a/lib/babel/transformation/transformers/es6/classes.js b/lib/babel/transformation/transformers/es6/classes.js index <HASH>..<HASH> 100644 --- a/lib/babel/transformation/transformers/es6/classes.js +++ b/lib/babel/transformation/transformers/es6/classes.js @@ -83,7 +83,14 @@ ClassTransformer.prototype.run = f...
add name to constructor of extended anonymous class
babel_babel
train
48e858a0ac568531548fb7b868481ec9c7121e21
diff --git a/lib/grape_token_auth/orm_integrations/active_record_token_auth.rb b/lib/grape_token_auth/orm_integrations/active_record_token_auth.rb index <HASH>..<HASH> 100644 --- a/lib/grape_token_auth/orm_integrations/active_record_token_auth.rb +++ b/lib/grape_token_auth/orm_integrations/active_record_token_auth.rb @...
Fix case_insensitive_key clobbering Fixes issue #<I> returning nil because the AR token auth module can clobber the Devise method. So, the behavior is now that the reader method looks to see if an instance variable is set on the class, then it will use Devise's class variable set on the Devise module. If Devise is not...
mcordell_grape_token_auth
train
6146912400833b4209d338d2f012176021bb40cf
diff --git a/bin/hooks/salsaflow-pre-push/main.go b/bin/hooks/salsaflow-pre-push/main.go index <HASH>..<HASH> 100644 --- a/bin/hooks/salsaflow-pre-push/main.go +++ b/bin/hooks/salsaflow-pre-push/main.go @@ -94,7 +94,8 @@ func run(remoteName, pushURL string) error { io.WriteString(tw, "==========\t=====\n") for _,...
hooks/salsaflow-pre-push: Skip merge commits Merge commits are not supposed to be checked for Story-Id. Change-Id: <I>c<I> Story-Id: SF-<I>
salsaflow_salsaflow
train
2665dd125d6a25867f9ce8b178c06def8132bf09
diff --git a/core/phantomas.js b/core/phantomas.js index <HASH>..<HASH> 100644 --- a/core/phantomas.js +++ b/core/phantomas.js @@ -587,12 +587,15 @@ phantomas.prototype = { return; } + var currentUrl = this.page.url; + // prevent multiple triggers in PhantomJS - if (this.initTriggered) { - this.log('onI...
phantomas.onInit: do not run twice on the same URL (#<I>)
macbre_phantomas
train
e6b316c05638088bcdb4de07125cfe94ca65d56e
diff --git a/tests/helpers/factory.py b/tests/helpers/factory.py index <HASH>..<HASH> 100644 --- a/tests/helpers/factory.py +++ b/tests/helpers/factory.py @@ -8,9 +8,11 @@ from faker import Faker class Factory(object): @staticmethod - def client(): - app_id = os.environ['ALGOLIA_APPLICATION_ID_1'] - ...
Adds mcm index on test factory
algolia_algoliasearch-client-python
train
e0064a431b3c8910944b1fb6259dd4f9c5054aba
diff --git a/tests/frontend/org/voltdb/zk/TestZK.java b/tests/frontend/org/voltdb/zk/TestZK.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/zk/TestZK.java +++ b/tests/frontend/org/voltdb/zk/TestZK.java @@ -28,6 +28,8 @@ import org.junit.After; import org.junit.Before; import org.junit.Test; +import...
Fix for ENG-<I> which is the issue discovered while fixing ENG-<I>. Make sessions propagate correctly to rejoining nodes
VoltDB_voltdb
train
7c792e96c68c0308ca7d6b913dd9fc82cf727012
diff --git a/doc/en/conf.py b/doc/en/conf.py index <HASH>..<HASH> 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -35,6 +35,7 @@ release = ".".join(version.split(".")[:2]) # sys.path.insert(0, os.path.abspath('.')) autodoc_member_order = "bysource" +autodoc_typehints = "description" todo_include_todos = 1 #...
Add type annotations to the description instead of signature This configures Sphinx autodoc to include the type annotations along with the description of the function/method, instead of including it into the signature. Fix #<I>
pytest-dev_pytest
train
3d61bab2533a9a8204bb7f9636faa41a8eb03c4b
diff --git a/pixiedust/__init__.py b/pixiedust/__init__.py index <HASH>..<HASH> 100644 --- a/pixiedust/__init__.py +++ b/pixiedust/__init__.py @@ -38,12 +38,12 @@ with warnings.catch_warnings(): installPackage=packageManager.installPackage uninstallPackage=packageManager.uninstallPackage - import pixiedu...
Fail gracefully when loading pixiedust modules on worker nodes
pixiedust_pixiedust
train
84a64a7e479e2165ef897f4f87aabffbe11dd2a5
diff --git a/cmd/admin-handlers-users.go b/cmd/admin-handlers-users.go index <HASH>..<HASH> 100644 --- a/cmd/admin-handlers-users.go +++ b/cmd/admin-handlers-users.go @@ -984,15 +984,18 @@ func (a adminAPIHandlers) AccountInfoHandler(w http.ResponseWriter, r *http.Requ // Set delimiter value for "s3:delimiter" policy...
fix: accountInfo should use parentUser (#<I>) parentUser is needed to make sure that dynamic variables in policy work properly. fixes #<I>
minio_minio
train
94fb7f53d5287dfc4994ef73c5bc55f51fb97024
diff --git a/tests/integration/components/discover-page/component-test.js b/tests/integration/components/discover-page/component-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/components/discover-page/component-test.js +++ b/tests/integration/components/discover-page/component-test.js @@ -9,7 +9,7 @@ modul...
Change test to Ember.run.later.
CenterForOpenScience_ember-osf
train
1b1b7c42b04a27ff43c49dedbbd8393e2eb35c54
diff --git a/checks.py b/checks.py index <HASH>..<HASH> 100644 --- a/checks.py +++ b/checks.py @@ -427,7 +427,16 @@ def check_main_entries_in_the_name_table(fb, font, fullpath): 'AmaticaSC': 'Amatica SC', 'PatrickHandSC': 'Patrick Hand SC', ...
add a few more "SC" cases to our whitelist
googlefonts_fontbakery
train
01bfa889528977c06bdb278f18ca7d0d1e7c1835
diff --git a/components/AutoComplete/SearchBox.js b/components/AutoComplete/SearchBox.js index <HASH>..<HASH> 100644 --- a/components/AutoComplete/SearchBox.js +++ b/components/AutoComplete/SearchBox.js @@ -44,7 +44,7 @@ export default class SearchBox extends Component { removeLastTag (e) { const { onTagRemove,...
fix(AutoComplete): backspace deletes text before tags (#<I>)
ritz078_react-filters
train
bb177c15668d372a1292616a8797f7e6ef7fb887
diff --git a/library/modules/$.microtask.js b/library/modules/$.microtask.js index <HASH>..<HASH> 100644 --- a/library/modules/$.microtask.js +++ b/library/modules/$.microtask.js @@ -2,6 +2,7 @@ var global = require('./$.global') , macrotask = require('./$.task').set , Observer = global.MutationObserver || gl...
just in case add `Promise`-based fallback for microtask
zloirock_core-js
train
c27719691e490daecb33fa6ddc61ba301b682113
diff --git a/restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UsageEndpoint.java b/restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UsageEndpoint.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UsageEndpoint.java +++ b/restcomm/restcomm.h...
Issue #<I>: Disable Gson html escaping
RestComm_Restcomm-Connect
train