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
94e6b17cd67f7c0767f8e3c4f02074339054c411
diff --git a/src/Storage/Repository.php b/src/Storage/Repository.php index <HASH>..<HASH> 100644 --- a/src/Storage/Repository.php +++ b/src/Storage/Repository.php @@ -44,22 +44,34 @@ class Repository implements ObjectRepository $this->setPersister($persister ?: new Persister($classMetadata)); $this->s...
remove indexby option from createQueryBuilder
bolt_bolt
train
php
9909894b1c9db1d5461765178151658a30214b31
diff --git a/werkzeug/urls.py b/werkzeug/urls.py index <HASH>..<HASH> 100644 --- a/werkzeug/urls.py +++ b/werkzeug/urls.py @@ -778,7 +778,7 @@ class Href(object): elif query: query = dict([(k.endswith('_') and k[:-1] or k, v) for k, v in query.items()]) - path = u...
Fix url_quote call in Href.__call__
pallets_werkzeug
train
py
1295b1ad3ec2bcd1e9380a64b825fc36acc7ae59
diff --git a/src/main/java/org/asteriskjava/manager/action/QueuePauseAction.java b/src/main/java/org/asteriskjava/manager/action/QueuePauseAction.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/asteriskjava/manager/action/QueuePauseAction.java +++ b/src/main/java/org/asteriskjava/manager/action/QueuePauseActio...
Add "Reason" getter/setter for QueuePauseAction. Note: Available with asterisk-<I> later.
asterisk-java_asterisk-java
train
java
21a0532274c5cdfd15dd70e951eb804ff1404758
diff --git a/src/Query/Builder.js b/src/Query/Builder.js index <HASH>..<HASH> 100644 --- a/src/Query/Builder.js +++ b/src/Query/Builder.js @@ -9,7 +9,9 @@ import WhereRaw from './WhereRaw'; export default class Builder { - constructor() { + constructor(neode) { + this._neode = neode; + this._...
Added execute method to query builder
adam-cowley_neode
train
js
fcfa32b22cfcc3d831526da77acfc08a50cfec04
diff --git a/src/Command/Db/AbstractDbCommand.php b/src/Command/Db/AbstractDbCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Db/AbstractDbCommand.php +++ b/src/Command/Db/AbstractDbCommand.php @@ -42,7 +42,7 @@ abstract class AbstractDbCommand extends AbstractCommand } $phinxArguments['com...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
bluzphp_bluzman
train
php
ec85024e581cc3ef7cb2b92896f7b5b184768cd6
diff --git a/lib/mongo_client.js b/lib/mongo_client.js index <HASH>..<HASH> 100644 --- a/lib/mongo_client.js +++ b/lib/mongo_client.js @@ -300,7 +300,10 @@ var connect = function(url, options, callback) { return errorServers[serverObj.host + ":" + serverObj.port] == null; }) ...
MongoClient support for MongoS through Unix Socket MongoClient didn't use the domain_socket property for MongoS connections, so this couldn't connect through Unix Sockets. Maybe this is because MongoS expects a port. I have included a dummy <I> port in the new Server invocation for the domain_socket version.
mongodb_node-mongodb-native
train
js
a35fa4061efe2f8f8bf069e304b9f0854fd0a8d3
diff --git a/scripts/gatk_genotyper.py b/scripts/gatk_genotyper.py index <HASH>..<HASH> 100644 --- a/scripts/gatk_genotyper.py +++ b/scripts/gatk_genotyper.py @@ -53,8 +53,7 @@ def unified_genotyper(picard, align_bam, ref_file, platform, dbsnp=None): params = ["-T", "UnifiedGenotyper", "-I", align_b...
Update output file commands for unified genotyper to match GATK changes
bcbio_bcbio-nextgen
train
py
50fa14525a4062859b327653862ce05e59f3e996
diff --git a/jpa/eclipselink/src/main/java/org/jipijapa/eclipselink/EclipseLinkPersistenceProviderAdaptor.java b/jpa/eclipselink/src/main/java/org/jipijapa/eclipselink/EclipseLinkPersistenceProviderAdaptor.java index <HASH>..<HASH> 100644 --- a/jpa/eclipselink/src/main/java/org/jipijapa/eclipselink/EclipseLinkPersisten...
Fix - Modification in if criteria only to be evaluated from PeristanceUnitMetadata properties
wildfly_wildfly
train
java
0dcfe7dd9503e31c45b6fe5ae4b592dcc7763182
diff --git a/addon/subscriptions/connection_monitor.js b/addon/subscriptions/connection_monitor.js index <HASH>..<HASH> 100644 --- a/addon/subscriptions/connection_monitor.js +++ b/addon/subscriptions/connection_monitor.js @@ -9,6 +9,7 @@ var ConnectionMonitor = Subscription.extend({ startedAt: null, pingedAt: nu...
Update connection_monitor.js
algonauti_ember-cable
train
js
f06d9f3c9579a4b63d7f72997e579601365b6256
diff --git a/src/deprecation.js b/src/deprecation.js index <HASH>..<HASH> 100644 --- a/src/deprecation.js +++ b/src/deprecation.js @@ -13,7 +13,7 @@ core.SpriteBatch = function () window.console.warn('SpriteBatch does not exist any more, please use the new ParticleContainer instead.'); }; -core.AssetsLoader = f...
Fix a typo from "AssetsLoader" to "AssetLoader"
pixijs_pixi.js
train
js
c22e9cea174f18b7bc33472da7d916b77cf7fbed
diff --git a/library/src/main/java/com/github/pwittchen/reactivebeacons/library/ReactiveBeacons.java b/library/src/main/java/com/github/pwittchen/reactivebeacons/library/ReactiveBeacons.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/github/pwittchen/reactivebeacons/library/ReactiveBeacons.java +++ b/l...
wraps BluetoothManager inside isBleSupported() to avoid NoClassDefFoundError When instantiating ReactiveBeacons on devices running API < <I> a java.lang.NoClassDefFoundError is thrown for BluetoothManager.
pwittchen_ReactiveBeacons
train
java
4e50d859d73b4afac972b77c6050cc96b043800c
diff --git a/salt/returners/mongo_future_return.py b/salt/returners/mongo_future_return.py index <HASH>..<HASH> 100644 --- a/salt/returners/mongo_future_return.py +++ b/salt/returners/mongo_future_return.py @@ -135,7 +135,7 @@ def get_minions(): conn, db = _get_conn() ret = [] for name in db.collection_n...
Fix typo in mongo future returner
saltstack_salt
train
py
71bbfa2dbdb1f3bdf39ecbbf2dccec2e4507112a
diff --git a/ghost/admin/app/controllers/settings/labs.js b/ghost/admin/app/controllers/settings/labs.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/controllers/settings/labs.js +++ b/ghost/admin/app/controllers/settings/labs.js @@ -128,10 +128,10 @@ export default Controller.extend({ }); },...
Improved variable naming in labs `downloadFile` action no issue
TryGhost_Ghost
train
js
abb3ba87bf356281ddc58681c60c9a0af903a0ea
diff --git a/tests/integration/netapi/test_client.py b/tests/integration/netapi/test_client.py index <HASH>..<HASH> 100644 --- a/tests/integration/netapi/test_client.py +++ b/tests/integration/netapi/test_client.py @@ -44,6 +44,19 @@ class NetapiClientTest(TestCase): ret.pop('jid', None) self.assertEq...
integration test: known JID through netapi #<I>
saltstack_salt
train
py
bf0b6b369e853b1c21b5577837908d582a06fa9b
diff --git a/test/Digest/Pbkdf2/Pbkdf2FactoryTest.php b/test/Digest/Pbkdf2/Pbkdf2FactoryTest.php index <HASH>..<HASH> 100644 --- a/test/Digest/Pbkdf2/Pbkdf2FactoryTest.php +++ b/test/Digest/Pbkdf2/Pbkdf2FactoryTest.php @@ -60,6 +60,17 @@ class Pbkdf2FactoryTest extends AbstractTestCase $this->assertEquals($exp...
Pbkdf2::pbkdf2() - test a branch
afk11_pkcs5
train
php
4b1e11e0254e87fae3c6ea66902e3b73e85beb77
diff --git a/src/BootstrapTable.js b/src/BootstrapTable.js index <HASH>..<HASH> 100644 --- a/src/BootstrapTable.js +++ b/src/BootstrapTable.js @@ -1271,12 +1271,17 @@ class BootstrapTable extends Component { } } } else { - React.Children.forEach(this.props.children.filter(_ => !!_), (child, i)...
fix #<I> - iterate through real child
AllenFang_react-bootstrap-table
train
js
d45ec9a4ec20a4ff64b9ed0b7594bf62e6ec4882
diff --git a/src/internals/ignore_event.js b/src/internals/ignore_event.js index <HASH>..<HASH> 100644 --- a/src/internals/ignore_event.js +++ b/src/internals/ignore_event.js @@ -12,7 +12,7 @@ function __ignoreEvent(evt = {}) { const { target } = getOriginalEvent(evt); return (!evt.type.match(/drag/) && evt...
update(ignoreEvents): support regex
idiotWu_smooth-scrollbar
train
js
c6b0a63b2fb6aab2845a74661b84802878fbad5f
diff --git a/src/commons/modifiers.js b/src/commons/modifiers.js index <HASH>..<HASH> 100644 --- a/src/commons/modifiers.js +++ b/src/commons/modifiers.js @@ -22,7 +22,7 @@ export function extractBackgroundColorValue(props) { let backgroundColor; const keys = Object.keys(props); - const bgProp = _.findLast(key...
Fix issue with bg modifier order
wix_react-native-ui-lib
train
js
eaf6b511d0b66a5054afe4fb5eb8a6842ba2d632
diff --git a/application/Espo/Modules/Crm/Services/Meeting.php b/application/Espo/Modules/Crm/Services/Meeting.php index <HASH>..<HASH> 100644 --- a/application/Espo/Modules/Crm/Services/Meeting.php +++ b/application/Espo/Modules/Crm/Services/Meeting.php @@ -144,7 +144,7 @@ class Meeting extends \Espo\Services\Record i...
fix meeting send invitation (#<I>)
espocrm_espocrm
train
php
50e7c258b90e0ffbb0c2acee9e899614cfe2e004
diff --git a/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/NumberSelectorService.java b/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/NumberSelectorService.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connec...
removed restriction for pure sip in case of sourceOrganizationSid == null
RestComm_Restcomm-Connect
train
java
c19ab7e3ae5b92c5f17925345884af8f8265b74b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,9 +38,7 @@ setup( packages=find_packages(exclude=["qa_tests", "qa_tests.*", "tools", "tests", "tests.*", "openquake.bin", - ...
old directories removed from excluded packages list
gem_oq-engine
train
py
e56970cc69fe7d6d5fbbb795811bdf849ab9924b
diff --git a/lib/auth_41.js b/lib/auth_41.js index <HASH>..<HASH> 100644 --- a/lib/auth_41.js +++ b/lib/auth_41.js @@ -73,8 +73,11 @@ exports.calculateTokenFromPasswordSha = function( scramble1, scramble2 ) { + // we use AUTH 41 here, and we need only the bytes we just need. + const authPluginData1 = scramble1...
fix: enhance auth <I>
sidorares_node-mysql2
train
js
986542fe9aa60ed06a367d031a2c364e6a642d62
diff --git a/src/Hprose/Service.php b/src/Hprose/Service.php index <HASH>..<HASH> 100644 --- a/src/Hprose/Service.php +++ b/src/Hprose/Service.php @@ -1015,7 +1015,7 @@ abstract class Service extends HandlerManager { $topics[$id]->count = 0; } $messages = $topics[$...
Fixed a bug of push service.
hprose_hprose-php
train
php
57b67287d0b825b37d1dce29541af816e59c8611
diff --git a/inlineplz/linters/__init__.py b/inlineplz/linters/__init__.py index <HASH>..<HASH> 100644 --- a/inlineplz/linters/__init__.py +++ b/inlineplz/linters/__init__.py @@ -132,7 +132,7 @@ LINTERS = { 'run_per_file': True }, 'yaml-lint': { - 'install': [['gem', 'install', 'yaml-lint']], ...
run 'bundle install' during ruby gem installs (#<I>)
guykisel_inline-plz
train
py
9a5fa4a5becada9ce4aae2715d626011be2ddfa5
diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/statistics/AveragePrecisionAtK.java b/src/de/lmu/ifi/dbs/elki/algorithm/statistics/AveragePrecisionAtK.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/algorithm/statistics/AveragePrecisionAtK.java +++ b/src/de/lmu/ifi/dbs/elki/algorithm/statistics/AveragePre...
Improve robustness. Although this should not happen.
elki-project_elki
train
java
7700f98ed98bfea063acfcba7222e084e778e7f5
diff --git a/lib/vj.rb b/lib/vj.rb index <HASH>..<HASH> 100644 --- a/lib/vj.rb +++ b/lib/vj.rb @@ -59,6 +59,7 @@ module Vj next if line == '' begin hash = Oj.load(line) + raise 'not_a_hash' unless hash.is_a? Hash next if hash.nil? rescue StandardErro...
Ensure we only deal with Hash
busyloop_vj
train
rb
ce9724c77397cb5c99a1924f5b3ce273259384ce
diff --git a/src/AtkPhpunit/TestCase.php b/src/AtkPhpunit/TestCase.php index <HASH>..<HASH> 100644 --- a/src/AtkPhpunit/TestCase.php +++ b/src/AtkPhpunit/TestCase.php @@ -29,7 +29,10 @@ class TestCase extends \PHPUnit\Framework\TestCase public function &callProtected(object $obj, string $name, ...$args) { ...
Fix TestCase::callProtected for magic calls (#<I>)
atk4_core
train
php
be96e5898b2ec08a631b6dfd5f4542f492a99ff2
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Affero General Public License # along with OpenQuake. If not, see <http://www...
Fixed EventBasedRiskCalculator.pre_calculator
gem_oq-engine
train
py,py
3546466c673e33b2906b729e4c91fa83c1d44ef3
diff --git a/src/Database/Expression/UnaryExpression.php b/src/Database/Expression/UnaryExpression.php index <HASH>..<HASH> 100644 --- a/src/Database/Expression/UnaryExpression.php +++ b/src/Database/Expression/UnaryExpression.php @@ -17,6 +17,9 @@ namespace Cake\Database\Expression; use Cake\Database\ExpressionInterf...
Improve docs for UnaryExpression.
cakephp_cakephp
train
php
3156b1478933b9ad6f150b5681a16934fb30bdec
diff --git a/src/pps/server/api_server.go b/src/pps/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/pps/server/api_server.go +++ b/src/pps/server/api_server.go @@ -199,7 +199,11 @@ func (a *apiServer) StartJob(ctx context.Context, request *pps.StartJobRequest) } parentCommit = &pfs.Commit{Repo: repo...
Don't do parents with reduce.
pachyderm_pachyderm
train
go
cb500abe87b54193261ffc0468bd32eb488d52a0
diff --git a/relay_request.js b/relay_request.js index <HASH>..<HASH> 100644 --- a/relay_request.js +++ b/relay_request.js @@ -125,9 +125,9 @@ RelayRequest.prototype.createOutResponse = function createOutResponse(options) { self.channel.logger.debug('relay: in request already timed out', { codeStr...
[BUG] do not assume out req exists
uber_tchannel-node
train
js
e2283445f2e883dc2403f0022c4504643316240b
diff --git a/builder/amazon/common/build_filter.go b/builder/amazon/common/build_filter.go index <HASH>..<HASH> 100644 --- a/builder/amazon/common/build_filter.go +++ b/builder/amazon/common/build_filter.go @@ -8,9 +8,11 @@ import ( func buildEc2Filters(input map[string]string) []*ec2.Filter { var filters []*ec2.Fil...
need to initialize variables scoped to the individual loop, because the address of k,v stay the same and that means we overwrite previous variables when assigning them to the struct directly.
hashicorp_packer
train
go
ae78f1efb086df8b575a0f2cee508759d52b0376
diff --git a/src/Package_Command.php b/src/Package_Command.php index <HASH>..<HASH> 100644 --- a/src/Package_Command.php +++ b/src/Package_Command.php @@ -137,6 +137,9 @@ class Package_Command extends WP_CLI_Command { * version: dev-master */ public function browse( $_, $assoc_args ) { + if ( empty( $ass...
Only display the notice when we can be sure a machine isn't using output
wp-cli_package-command
train
php
fa2a6b8ccc051b428787d64cb719ae650e8802de
diff --git a/intranet/apps/announcements/notifications.py b/intranet/apps/announcements/notifications.py index <HASH>..<HASH> 100644 --- a/intranet/apps/announcements/notifications.py +++ b/intranet/apps/announcements/notifications.py @@ -129,8 +129,9 @@ def announcement_posted_email(request, obj, send_all=False): ...
perf(announcements): don't make unnecessary queries
tjcsl_ion
train
py
114b4af6f7e82cb8c014d818206050ac71d74ab8
diff --git a/timeside/server/tests/test_provider.py b/timeside/server/tests/test_provider.py index <HASH>..<HASH> 100644 --- a/timeside/server/tests/test_provider.py +++ b/timeside/server/tests/test_provider.py @@ -17,7 +17,7 @@ class TestProvider(TimeSideTestServer): for provider in request_providers.data: ...
[server] change deezer_preview provider pid in REST API test
Parisson_TimeSide
train
py
d83e73b85ba8b25f9d232f9159b22161ff3512e9
diff --git a/cmd/config-host-add.go b/cmd/config-host-add.go index <HASH>..<HASH> 100644 --- a/cmd/config-host-add.go +++ b/cmd/config-host-add.go @@ -156,7 +156,7 @@ func probeS3Signature(accessKey, secretKey, url string) (string, *probe.Error) { AccessKey: accessKey, SecretKey: secretKey, Signature: "s3v4", ...
Pick a random bucket name when probing for signature version (#<I>) Probing buckets is a mechanism used to automatically detect supported S3 signature version. However, it seems that probe-bucket-sign is already used by someone, the thing that makes probing fails with <I> error. This PR changes the code to pick a r...
minio_mc
train
go
3d47fc61f74d6df09b699cdcdf1a3770f0213e1b
diff --git a/src/nz-tour.js b/src/nz-tour.js index <HASH>..<HASH> 100755 --- a/src/nz-tour.js +++ b/src/nz-tour.js @@ -114,7 +114,7 @@ if (i > 0 && i <= service.current.tour.steps.length) { return doAfter() .then(function() { - service.current.st...
Fix off-by-one bug in `gotoStep` This assumes that `service.current.step` is counting from 0, which seems to be the case. Closes nozzle/nzTour#1
nozzle_nzTour
train
js
7f2882efd0aa7ec64412bfe30eacfd371c8c2e66
diff --git a/inspector.py b/inspector.py index <HASH>..<HASH> 100644 --- a/inspector.py +++ b/inspector.py @@ -147,7 +147,7 @@ class Linker(IdGeneratorMixIn, LocalsVisitor): # resolve implemented interface try: node.implements = list(node.interfaces(self.inherited_interfaces)) - ex...
incorrect syntax, but don't catch TypeError anyway... --HG-- branch : _ast_compat
PyCQA_astroid
train
py
87885bf39d5705e36622e17970fae0907384f225
diff --git a/holidays.py b/holidays.py index <HASH>..<HASH> 100644 --- a/holidays.py +++ b/holidays.py @@ -340,7 +340,7 @@ class Canada(HolidayBase): self[date(year, 8, 1) + rd(weekday=MO)] = "British Columbia Day" elif self.prov in ('NB') and year >= 1900: # https://en.wikipedia.org/...
Fix typo in "New Brunswick Day" holiday name
dr-prodigy_python-holidays
train
py
e1d35c7a5dda1ed102c6400d6a536bbc0ada3f22
diff --git a/src/Bottle/pop.js b/src/Bottle/pop.js index <HASH>..<HASH> 100644 --- a/src/Bottle/pop.js +++ b/src/Bottle/pop.js @@ -16,7 +16,7 @@ var bottles = {}; */ var pop = function pop(name) { var instance; - if (name) { + if (typeof name === "string") { instance = bottles[name]; if ...
Fixed name == false pop() and clear() issue
young-steveo_bottlejs
train
js
e68a1cbdaa458f832b38a2db5974a7e9953e6479
diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index <HASH>..<HASH> 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -3202,7 +3202,7 @@ EOD; $processor = $DB->get_record('message_processors', array('name' => 'popup')); - if (isloggedin() && $processor->enabled &&...
MDL-<I> core: do not show popovers to the guest user
moodle_moodle
train
php
183cec73f905e9425f2df292df262218dde7880a
diff --git a/triflow/plugins/schemes.py b/triflow/plugins/schemes.py index <HASH>..<HASH> 100755 --- a/triflow/plugins/schemes.py +++ b/triflow/plugins/schemes.py @@ -208,11 +208,11 @@ def ROS_vart_scheme(simul): k2 = luf.solve(dt * F - 2 * k1) Ubar = U + k1 - U = U + 3 / 2 * k1 +...
Rosenbrock full_vart corrected
celliern_triflow
train
py
06d33754590c40f59ed95f54dabdaa64b0a970da
diff --git a/ciscosparkapi/__init__.py b/ciscosparkapi/__init__.py index <HASH>..<HASH> 100644 --- a/ciscosparkapi/__init__.py +++ b/ciscosparkapi/__init__.py @@ -1,2 +1,31 @@ import exceptions -import restsession +from restsession import RestSession +from api.rooms import Room, RoomsAPI + + +class CiscoSparkAPI(objec...
Initial CiscoSparkAPI 'package class' Create the initial CiscoSparkAPI class. This is the main package class. It will contain a single RestSession object per instance and wrapper and expose all of the component APIs as a single hierarchal tree.
CiscoDevNet_webexteamssdk
train
py
9f81759be4527a9d1c8f4d3543a591d9c9149da9
diff --git a/src/Warden/config/config.php b/src/Warden/config/config.php index <HASH>..<HASH> 100644 --- a/src/Warden/config/config.php +++ b/src/Warden/config/config.php @@ -24,7 +24,6 @@ return [ */ 'using' => [ 'fontawesome' => true, - 'bootstrap' => true, 'csrf' => true, ], 'views' => [
Remove using.bootstrap from the config file
austinkregel_Warden
train
php
2ed1c1829a65aaa83e4903957a2581edc9d06c01
diff --git a/mordred/utils/filter_eclipse_projects.py b/mordred/utils/filter_eclipse_projects.py index <HASH>..<HASH> 100644 --- a/mordred/utils/filter_eclipse_projects.py +++ b/mordred/utils/filter_eclipse_projects.py @@ -54,8 +54,8 @@ def filter_json(content): url = url.replace("git.eclipse.org/c/","git....
[mordred] Add compatibility to Eclipse filter with git backend name
chaoss_grimoirelab-elk
train
py
157412e7f78bbbb001b4071c225157260436655d
diff --git a/lib/puppet/vendor/rgen_patch.rb b/lib/puppet/vendor/rgen_patch.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/vendor/rgen_patch.rb +++ b/lib/puppet/vendor/rgen_patch.rb @@ -1,10 +1,13 @@ # Patch to improve generated addXXX and setXXX method performance -# Submitted to rgen as PR: https://github.com/mthie...
(PUP-<I>) Fix typo in patch documentation
puppetlabs_puppet
train
rb
0262ff18c9a1a7e670351cd4350a2fa3c140f1fd
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -113,7 +113,7 @@ export function fetchDedupe(input, init = {}, dedupeOptions) { return res; } }, - error => { + () => { res.data = null; if...
Remove unused arg in rejection handler
jamesplease_fetch-dedupe
train
js
4361f995dabbf8e35dad738f418a977275dea6ae
diff --git a/packages/ember-glimmer/lib/helpers/hash.js b/packages/ember-glimmer/lib/helpers/hash.js index <HASH>..<HASH> 100644 --- a/packages/ember-glimmer/lib/helpers/hash.js +++ b/packages/ember-glimmer/lib/helpers/hash.js @@ -23,6 +23,17 @@ Where the `title` is bound to updates of the `office` property. + ...
[DOC release] Document the result of `hash` is an empty object. Fixes #<I>
emberjs_ember.js
train
js
5eb43c659758e528beee97417b06c9a79d68c67d
diff --git a/src/Roave/DeveloperTools/Inspection/TimeInspection.php b/src/Roave/DeveloperTools/Inspection/TimeInspection.php index <HASH>..<HASH> 100644 --- a/src/Roave/DeveloperTools/Inspection/TimeInspection.php +++ b/src/Roave/DeveloperTools/Inspection/TimeInspection.php @@ -50,7 +50,7 @@ class TimeInspection implem...
Proper serialization of the TimeInspection
Roave_RoaveDeveloperTools
train
php
a879dc56bb41a1ecbab6bb5a5361ccab39924a5c
diff --git a/lib/review/idgxmlbuilder.rb b/lib/review/idgxmlbuilder.rb index <HASH>..<HASH> 100644 --- a/lib/review/idgxmlbuilder.rb +++ b/lib/review/idgxmlbuilder.rb @@ -392,7 +392,7 @@ module ReVIEW def quotedlist(lines, css_class, caption) print %Q[<list type='#{css_class}'>] - puts "<caption aid:...
check caption by using present? instead of nil? on IDGXMLBuilder.
kmuto_review
train
rb
b8cea01744468ce25a1b33410bfc8aefe9d11438
diff --git a/Command/GenerateRepositoriesDoctrineCommand.php b/Command/GenerateRepositoriesDoctrineCommand.php index <HASH>..<HASH> 100644 --- a/Command/GenerateRepositoriesDoctrineCommand.php +++ b/Command/GenerateRepositoriesDoctrineCommand.php @@ -67,7 +67,7 @@ EOT $output->writeln(sprintf(' > ...
[DoctrineBundle] made an error message clearer
doctrine_DoctrineBundle
train
php
78bde0c750f4f8df5f32f375b5a6a977f0f71b10
diff --git a/tests/test_output.py b/tests/test_output.py index <HASH>..<HASH> 100644 --- a/tests/test_output.py +++ b/tests/test_output.py @@ -123,7 +123,9 @@ def test_annotation(): __test_fail = raises(librosa.ParameterError)(__test) srand() - times = np.random.randn(20, 2) + # Make times and duratio...
fixed a failing unit test for output with new valid_intervals logic
librosa_librosa
train
py
1931f106a6d09e2c80eee666b7e901fb50c412f5
diff --git a/andes/models/distributed.py b/andes/models/distributed.py index <HASH>..<HASH> 100644 --- a/andes/models/distributed.py +++ b/andes/models/distributed.py @@ -539,7 +539,7 @@ class ESD1Model(PVD1Model): self.LT = LessThan(self.Ipoutcalc_y, 0.0) # --- Add integrator. Assume that state-of-...
Fixed formatting issue for "make documentation"
cuihantao_andes
train
py
9800d657b95f23c3ca399157ececc219d6f05b7e
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -35,13 +35,6 @@ function md5Hash(buf) { */ function getCredentials(opts) { - if (opts && opts instanceof AWS.SharedIniFileCredentials && !opts.accessKeyId) { - return new gutil.PluginError({ - plu...
Don't attempt to validate credentials [Fixes #<I>] This check that is being removed prevents gulp-awspublish from working correctly on EC2 instances configured with an IAM Instance Profile. The AWS SDK will bail out if credentials are incorrectly configured.
pgherveou_gulp-awspublish
train
js
a74f1d8dbbf021658ba143eb6a0fb9f967b31f5c
diff --git a/lib/toiler/version.rb b/lib/toiler/version.rb index <HASH>..<HASH> 100644 --- a/lib/toiler/version.rb +++ b/lib/toiler/version.rb @@ -1,4 +1,4 @@ # Toiler Version module Toiler - VERSION = '0.6.0.pre1'.freeze + VERSION = '0.6.0'.freeze end
release toiler <I>
mercadolibre_toiler
train
rb
85d7f09b5651c2a24666a8b81775cea116687187
diff --git a/src/Command/Tunnel/TunnelInfoCommand.php b/src/Command/Tunnel/TunnelInfoCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Tunnel/TunnelInfoCommand.php +++ b/src/Command/Tunnel/TunnelInfoCommand.php @@ -36,9 +36,11 @@ class TunnelInfoCommand extends TunnelCommandBase $service = $tunnel[...
Don't add new keys in tunnel:info
platformsh_platformsh-cli
train
php
b0b79783bf01e1e0907a5cf4d9e27e83c7030abb
diff --git a/frontend/app/map/search/search.js b/frontend/app/map/search/search.js index <HASH>..<HASH> 100644 --- a/frontend/app/map/search/search.js +++ b/frontend/app/map/search/search.js @@ -90,7 +90,8 @@ if(scope.searchString.match(/ to /)) { var spl = fmUtils.splitRouteQuery(scope.searchString); ...
Don't set routing mode to null
FacilMap_facilmap2
train
js
08f3e5ab90e5f294aff88c10084d1ea414487639
diff --git a/internal/service/autoscaling/consts.go b/internal/service/autoscaling/consts.go index <HASH>..<HASH> 100644 --- a/internal/service/autoscaling/consts.go +++ b/internal/service/autoscaling/consts.go @@ -28,6 +28,22 @@ const ( ) const ( + LoadBalancerStateAdding = "Adding" + LoadBalancerStateAdded ...
Add LoadBalancerState and LoadBalancerTargetGroupState constant values.
terraform-providers_terraform-provider-aws
train
go
f1aa979fdb169e980bee9779ba20d8b2166e2e54
diff --git a/source/Application/Controller/Admin/ArticleList.php b/source/Application/Controller/Admin/ArticleList.php index <HASH>..<HASH> 100644 --- a/source/Application/Controller/Admin/ArticleList.php +++ b/source/Application/Controller/Admin/ArticleList.php @@ -52,7 +52,7 @@ class ArticleList extends \OxidEsales\E...
OXDEV-<I> #<I> fix test failing in testSortProduct because of fixing activation check bug
OXID-eSales_oxideshop_ce
train
php
17e04322520b1ec5a03cf8babd0ab1a480df0871
diff --git a/security/Security.php b/security/Security.php index <HASH>..<HASH> 100644 --- a/security/Security.php +++ b/security/Security.php @@ -188,7 +188,10 @@ class Security extends Controller { if(Director::is_ajax()) { $response = ($controller) ? $controller->getResponse() : new SS_HTTPResponse(); $re...
BUG adding a more descriptive message when the CMS session times out. It used to say "Forbidden", now it says "Not logged in".
silverstripe_silverstripe-framework
train
php
088874348fb2fa72572faca0c29bcf669f0a5788
diff --git a/gtkmvco/gtkmvc/observer.py b/gtkmvco/gtkmvc/observer.py index <HASH>..<HASH> 100644 --- a/gtkmvco/gtkmvc/observer.py +++ b/gtkmvco/gtkmvc/observer.py @@ -182,7 +182,7 @@ class NTInfo (dict): """ - __metaclass__ = _NTinfo_mc + __metaclass__ = __NTinfo_mc__ def __init__(self, *args,...
BUG FIX due to typo. Please don't commit code that doesn't compile.
roboogle_gtkmvc3
train
py
baa1b9e0d2de5239f4973e05008a58d2b01cd332
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens...
[Java]: make sure not to start a replay if one already going for the follower.
real-logic_aeron
train
java
552a27081c5df96766f6cd13ab02638ea81e5823
diff --git a/integration/client/restart_monitor_test.go b/integration/client/restart_monitor_test.go index <HASH>..<HASH> 100644 --- a/integration/client/restart_monitor_test.go +++ b/integration/client/restart_monitor_test.go @@ -125,6 +125,13 @@ func newDaemonWithConfig(t *testing.T, configTOML string) (*Client, *dae...
Disable restart monitor test in Windows Skip this test until this error can be evaluated and the appropriate test fix or environment configuration can be determined.
containerd_containerd
train
go
a8f9660efd60007f5e9d5e0513738bb3a2430738
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -67,7 +67,16 @@ public function load() { - $this->populate($this->adapter->load()); + $data = $this->adapter->load(); + + if ($data === false) + { + return false; + } + + $this->popul...
Update Model abstract class to return boolean result
irwtdvoys_bolt-mvc
train
php
79da56975e0642cb1965d7d449591c78945bb9ed
diff --git a/tests/test_app.py b/tests/test_app.py index <HASH>..<HASH> 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -83,6 +83,7 @@ class TestConfig(unittest.TestCase): self.assertEqual(self.app.layouts, self.layout_config); layout_config = {"layouts":{"test":[]}} + time.sleep(0....
add slight delay between layout rewrite
20c_graphsrv
train
py
72e01f216e86eedecec2077956b7996b07c36a0c
diff --git a/huawei_lte_api/Connection.py b/huawei_lte_api/Connection.py index <HASH>..<HASH> 100644 --- a/huawei_lte_api/Connection.py +++ b/huawei_lte_api/Connection.py @@ -48,7 +48,7 @@ class Connection: @staticmethod def _process_response_xml(xml: str) -> dict: - return xmltodict.parse(xml, dict_...
Return empty dict instead of raising for empty response content Some methods return successfully without a response body.
Salamek_huawei-lte-api
train
py
f322d9dbb8f567154d304155e7a6037c977ffd07
diff --git a/python/thunder/rdds/series.py b/python/thunder/rdds/series.py index <HASH>..<HASH> 100644 --- a/python/thunder/rdds/series.py +++ b/python/thunder/rdds/series.py @@ -62,15 +62,16 @@ class Series(Data): try: value[0] except: - raise ValueError("Index must be a non-e...
added more descriptive error for length mismatch; better expection type; cleaned up
thunder-project_thunder
train
py
c81f94c9b084a36914d08c64770ea0d2b404b058
diff --git a/lib/slack-poster/poster.rb b/lib/slack-poster/poster.rb index <HASH>..<HASH> 100644 --- a/lib/slack-poster/poster.rb +++ b/lib/slack-poster/poster.rb @@ -66,7 +66,7 @@ module Slack def send_message(message) body = message.is_a?(String) ? options.merge(text: message) : options.merge(message.as_j...
Removed redundant curly bracers
rikas_slack-poster
train
rb
c258116fc9dc314bb940f498653aedff2e6e430f
diff --git a/mkdocs.js b/mkdocs.js index <HASH>..<HASH> 100644 --- a/mkdocs.js +++ b/mkdocs.js @@ -4,7 +4,6 @@ import rules from './src/rules' import fs from 'fs' import path from 'path' - Object.keys(rules).forEach(function (rule) { const { 'default': defn @@ -66,6 +65,18 @@ Object.keys...
add all related ursl to docs
reactjs_react-a11y
train
js
94959193d7144df1a42fb2113c09c20f71336610
diff --git a/src/reanimated2/index.js b/src/reanimated2/index.js index <HASH>..<HASH> 100644 --- a/src/reanimated2/index.js +++ b/src/reanimated2/index.js @@ -4,3 +4,4 @@ export * from './animations'; export * from './interpolation'; export * from './Easing'; export * from './NativeMethods'; +export {default as proc...
Export processColor() for color interpolation. (#<I>) Export processColor() for color interpolation.
kmagiera_react-native-reanimated
train
js
5f7cdf5ea86db76738c3570ec48ba688a20e1470
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,6 +27,19 @@ let scssLoaders = [ 'sass-loader?sourceMap' ]; +const resolve = { + extensions: ['', '.js', '.json', '.scss', '.html'] +}; + +const useRealReact = require(path.join(...
KSBWI-<I> switching between react and react-lite via package.json
kambi-sportsbook-widgets_widget-build-tools
train
js
d8e1ddd5d1f5cc3213457a05d4ef74c4ec4ea959
diff --git a/utils/fsUtils.js b/utils/fsUtils.js index <HASH>..<HASH> 100644 --- a/utils/fsUtils.js +++ b/utils/fsUtils.js @@ -182,4 +182,7 @@ module.exports = { }); }, -}; \ No newline at end of file + exists(path) { + return fs.exists(path); + } +};
Missing fs.exists method
kfiroo_react-native-cached-image
train
js
607d4784dad6a2088be03e9621ff0d2e012ff59f
diff --git a/aiomysql/connection.py b/aiomysql/connection.py index <HASH>..<HASH> 100644 --- a/aiomysql/connection.py +++ b/aiomysql/connection.py @@ -658,7 +658,7 @@ class Connection: if PY_341: # pragma: no branch def __del__(self): - if not self._writer: + if self._writer: ...
fix connection __del__ method
aio-libs_aiomysql
train
py
21df22c9b4a3597f152d1d762afec73f69ccd7a5
diff --git a/catalog/app/utils/tracking.js b/catalog/app/utils/tracking.js index <HASH>..<HASH> 100644 --- a/catalog/app/utils/tracking.js +++ b/catalog/app/utils/tracking.js @@ -17,8 +17,11 @@ export const mkTracker = (token) => { return { nav: (loc, user) => tracker.then((inst) => + // use same distinct_...
use same distinct_id as registry (#<I>)
quiltdata_quilt
train
js
a198f745dcd905a532e083024c360dc0502caf67
diff --git a/lib/UniAlteri/States/Loader/FinderStandard.php b/lib/UniAlteri/States/Loader/FinderStandard.php index <HASH>..<HASH> 100644 --- a/lib/UniAlteri/States/Loader/FinderStandard.php +++ b/lib/UniAlteri/States/Loader/FinderStandard.php @@ -112,7 +112,7 @@ class FinderStandard implements FinderInterface ...
remove Error silenced by the at sign (@)
TeknooSoftware_states
train
php
cf234f3579e6a9115c0dad6f5c708df88a449809
diff --git a/src/main/java/com/brettonw/bag/Serializer.java b/src/main/java/com/brettonw/bag/Serializer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/brettonw/bag/Serializer.java +++ b/src/main/java/com/brettonw/bag/Serializer.java @@ -214,8 +214,10 @@ public class Serializer { private static Object des...
Use the local object classloader, rather than the system class loader - most likely to be the right namespace - and a quote from an Animals song.
brettonw_Bag
train
java
2a848ce1c94100e9fd3e063740d66187f17a3e8c
diff --git a/transport/src/main/java/io/netty/channel/pool/SimpleChannelPool.java b/transport/src/main/java/io/netty/channel/pool/SimpleChannelPool.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/pool/SimpleChannelPool.java +++ b/transport/src/main/java/io/netty/channel/pool/SimpleChanne...
Mention correct order in SimplechannelPool javadocs
netty_netty
train
java
b6584923bb6ae90d3d7f92a08288e06227efc724
diff --git a/cherrypy/_cpwsgiserver.py b/cherrypy/_cpwsgiserver.py index <HASH>..<HASH> 100644 --- a/cherrypy/_cpwsgiserver.py +++ b/cherrypy/_cpwsgiserver.py @@ -286,6 +286,8 @@ class CherryPyWSGIServer(object): self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) self.so...
Fix for #<I> (CherryPyWSGIServer does not always initalize self.socket) in 2.x and trunk.
cherrypy_cheroot
train
py
92059db59de783487bef18102db328bb34a02da7
diff --git a/docs/_static/js/custom.js b/docs/_static/js/custom.js index <HASH>..<HASH> 100644 --- a/docs/_static/js/custom.js +++ b/docs/_static/js/custom.js @@ -20,6 +20,9 @@ window.onload = function () { if (examples_clicked.length == 1) { $(" nav.bd-links ").children().hide() } + + var selecte...
Add a little arrow to selected item in toctree
PMEAL_OpenPNM
train
js
97b4f3d47db27dd63730c5443f2d07093e503e7b
diff --git a/demo/service_worker.js b/demo/service_worker.js index <HASH>..<HASH> 100644 --- a/demo/service_worker.js +++ b/demo/service_worker.js @@ -15,7 +15,7 @@ * * @const {string} */ -const CACHE_NAME = 'shaka-player-v2.5+'; +const CACHE_NAME = 'shaka-player-v2.6+'; /**
Update service worker cache name In preparation for <I>, update the service worker cache. Old caches will be dropped, which should clean up any extraneous resources cached by the <I> version. Change-Id: Ief<I>ba<I>d<I>e4b<I>f0a<I>a<I>b<I>
google_shaka-player
train
js
256aaace0f16bc8ad0a4a288723c1a1c8b52ab32
diff --git a/pyout.py b/pyout.py index <HASH>..<HASH> 100644 --- a/pyout.py +++ b/pyout.py @@ -552,10 +552,7 @@ class Tabular(object): return self def __exit__(self, *args): - if self._pool is None: - return - self._pool.close() - self._pool.join() + self.wait() ...
RF: Move Tabular.__exit__ code into wait method This gives the caller the flexibility of using the context manager or calling wait directly.
pyout_pyout
train
py
511fff87e4dadb919ee56e13b9397e000ceaf60c
diff --git a/src/meerkat/logs/models.py b/src/meerkat/logs/models.py index <HASH>..<HASH> 100644 --- a/src/meerkat/logs/models.py +++ b/src/meerkat/logs/models.py @@ -380,7 +380,7 @@ class RequestLog(models.Model): force_verb=False, force_protocol=False, ...
Use strict_url False (maybe not pertinent)
Genida_django-meerkat
train
py
116fc4721e747522886be14c2104a2ec6efaa606
diff --git a/lib/terraforming/resource/efs.rb b/lib/terraforming/resource/efs.rb index <HASH>..<HASH> 100644 --- a/lib/terraforming/resource/efs.rb +++ b/lib/terraforming/resource/efs.rb @@ -29,7 +29,7 @@ module Terraforming "tags.Name" => efs.name, } - resources[format('%s',efs.file_...
add comma in format() for second argument.
dtan4_terraforming
train
rb
a163b75a1429fa905cc2e53a982bdd2fc88a6f69
diff --git a/plugins/Referrers/functions.php b/plugins/Referrers/functions.php index <HASH>..<HASH> 100644 --- a/plugins/Referrers/functions.php +++ b/plugins/Referrers/functions.php @@ -103,10 +103,13 @@ function getSocialsLogoFromUrl($domain) } $pathWithCode = 'plugins/Referrers/images/socials/' ....
only return social image path if that file exists
matomo-org_matomo
train
php
24a718f699e5155ea351be1e8b3ad5a16024d2b7
diff --git a/insteonplm/plm.py b/insteonplm/plm.py index <HASH>..<HASH> 100644 --- a/insteonplm/plm.py +++ b/insteonplm/plm.py @@ -276,7 +276,7 @@ class PLM(asyncio.Protocol): if device is not None: if isinstance(device, list): for currdev in device: - ...
Fixed adding complex devices from ALDB data
nugget_python-insteonplm
train
py
3f3ceac28ab6cb05795acdd3f5a625986dde3942
diff --git a/src/Api.php b/src/Api.php index <HASH>..<HASH> 100644 --- a/src/Api.php +++ b/src/Api.php @@ -1067,7 +1067,7 @@ class Api * ]; * </code> * - * @deprecated Use Telegram\Bot\Keyboard\Keyboard::make()->hide(array $params = []) instead. + * @deprecated Use Telegram\Bot\Keyboard\Keyboa...
Update Api to match the keyboard changes.
exileed_telegram-bot-api
train
php
dc351dd35446c5030bb7055c1a8b1183bf90b9ae
diff --git a/lib/generators/chili/chili_generator.rb b/lib/generators/chili/chili_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/chili/chili_generator.rb +++ b/lib/generators/chili/chili_generator.rb @@ -83,7 +83,7 @@ class ChiliGenerator < Rails::Generators::NamedBase def add_dummy_override exam...
Added "namespaced" option to generated overrides.
balvig_chili
train
rb
c57a4be05d3bb074ba8320d5fedf8fbb0371b204
diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index <HASH>..<HASH> 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -2595,7 +2595,12 @@ try: client_env['GRPC_XDS_BOOTSTRAP'] = bootstrap_path client_env['GRPC_XDS_EXPERIMENTAL_CIR...
Disable fault injection env var in xds interop tests (#<I>)
grpc_grpc
train
py
7d25fda8ced372894b78d81897f322a6840663a1
diff --git a/lib/adhearsion/call_controller/dial.rb b/lib/adhearsion/call_controller/dial.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/call_controller/dial.rb +++ b/lib/adhearsion/call_controller/dial.rb @@ -130,8 +130,9 @@ module Adhearsion if @confirmation_controller status.unco...
[CS] Use a Celluloid condition rather than signals to avoid a potential race condition
adhearsion_adhearsion
train
rb
4ba449aafb8513996a74d821c7382fc51871bf3b
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -54,9 +54,6 @@ module ActiveSupport # :nodoc: Dependencies....
Delete AS::Dependencies.loaded
rails_rails
train
rb
cec7fe7f69e918e718c6c436e77a8c1242804a83
diff --git a/lib/FieldType/XmlText/Type.php b/lib/FieldType/XmlText/Type.php index <HASH>..<HASH> 100644 --- a/lib/FieldType/XmlText/Type.php +++ b/lib/FieldType/XmlText/Type.php @@ -253,7 +253,7 @@ EOF; if ( !is_integer( $value ) ) { $valid...
Moved validator configuration infrastructure to validators, improved error messages a bit
ezsystems_ezplatform-xmltext-fieldtype
train
php
c995ceacd1434058d61eb2e1185139ddcde54b27
diff --git a/tests/ImageTests.php b/tests/ImageTests.php index <HASH>..<HASH> 100755 --- a/tests/ImageTests.php +++ b/tests/ImageTests.php @@ -202,6 +202,19 @@ class ImageTests extends \PHPUnit_Framework_TestCase } /** + * Testing Gaussian blur filter. + */ + public function testGaussianBlur() { ...
Add a simple test to check that filter is working.
Gregwar_Image
train
php
2fd53945f2c957a54572e2c118876c85e771ab68
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java b/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java +++ b/hazelcast-client/src/test/java/com/hazel...
fix testClientListener_withShuttingDownOwnerMember Delay client endpoint removal so that test will not fail in a slow environment. fixes <URL>
hazelcast_hazelcast
train
java
de88ee586de984fe8190c0680389f5f84912e909
diff --git a/src/main/java/org/culturegraph/mf/stream/pipe/CloseSupressor.java b/src/main/java/org/culturegraph/mf/stream/pipe/CloseSupressor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/culturegraph/mf/stream/pipe/CloseSupressor.java +++ b/src/main/java/org/culturegraph/mf/stream/pipe/CloseSupressor.java @...
fixed broken build. (missing class)
metafacture_metafacture-core
train
java
2e04958a76b8a94db4193a8052cb8e3cd6db4050
diff --git a/lib/discordrb/webhooks/embeds.rb b/lib/discordrb/webhooks/embeds.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/webhooks/embeds.rb +++ b/lib/discordrb/webhooks/embeds.rb @@ -105,7 +105,7 @@ module Discordrb::Webhooks title: @title, description: @description, url: @url, - ...
:anchor: Properly convert embed timestamps
meew0_discordrb
train
rb
5dce055e472030c9f14bf49a3c0a88833bef351a
diff --git a/aikif/environments/happiness.py b/aikif/environments/happiness.py index <HASH>..<HASH> 100644 --- a/aikif/environments/happiness.py +++ b/aikif/environments/happiness.py @@ -274,13 +274,27 @@ class Person(object): def __init__(self, nme, prefs): self.prefs = prefs self.nme = nme + ...
added values that can be ranked by people
acutesoftware_AIKIF
train
py
83b248750af8b63780f3fcbb8130877b24bec149
diff --git a/src/main/java/eu/hansolo/tilesfx/skins/SmoothAreaChartTileSkin.java b/src/main/java/eu/hansolo/tilesfx/skins/SmoothAreaChartTileSkin.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/hansolo/tilesfx/skins/SmoothAreaChartTileSkin.java +++ b/src/main/java/eu/hansolo/tilesfx/skins/SmoothAreaChartTileSki...
Added a null check to avoid problems (thx to Alessandro Roaro for the hint)
HanSolo_tilesfx
train
java
8e52904ef317c163793a0946e19d6a044396a3e5
diff --git a/mapchete/log.py b/mapchete/log.py index <HASH>..<HASH> 100644 --- a/mapchete/log.py +++ b/mapchete/log.py @@ -99,6 +99,7 @@ def set_log_level(loglevel): def setup_logfile(logfile): file_handler = logging.FileHandler(logfile) file_handler.setFormatter(formatter) + file_handler.addFilter(KeyVal...
add missing secrets filter to logfile output
ungarj_mapchete
train
py
7d70c7e898f8a7765b60084ffa2d6b18c12052d0
diff --git a/lib/Core/Search/Solr/Query/Common/QueryConverter.php b/lib/Core/Search/Solr/Query/Common/QueryConverter.php index <HASH>..<HASH> 100644 --- a/lib/Core/Search/Solr/Query/Common/QueryConverter.php +++ b/lib/Core/Search/Solr/Query/Common/QueryConverter.php @@ -56,20 +56,15 @@ class QueryConverter extends Base...
NGSTACK-<I>: sync with vendor implementation
netgen_ezplatform-search-extra
train
php
6b68f5009c9790ca9e60d38366f894d20f6b8695
diff --git a/lib/mangopay.rb b/lib/mangopay.rb index <HASH>..<HASH> 100644 --- a/lib/mangopay.rb +++ b/lib/mangopay.rb @@ -104,7 +104,7 @@ module MangoPay end # decode json data - data = JSON.load(res.body.to_s) rescue {} + data = res.body.to_s.empty? ? {} : JSON.load(res.body.to_s) u...
Never rescue StandardError, it's dangerous! And fix request filtered params
Mangopay_mangopay2-ruby-sdk
train
rb,rb