hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9f8aa96343f28c81dde8d4e4cad2ef5b86b3acc9
diff --git a/nbdiff/server/remote_server.py b/nbdiff/server/remote_server.py index <HASH>..<HASH> 100644 --- a/nbdiff/server/remote_server.py +++ b/nbdiff/server/remote_server.py @@ -53,7 +53,7 @@ def merge(): mergedNotebook = notebook_merge(nb_local, nb_base, nb_remote) temp = tempfile.NamedTemporaryFile(d...
Fixed loading issues with notebook & cleaned temp
tarmstrong_nbdiff
train
3ac9484d144f83d3e67d9bf99c0d868462ae06ac
diff --git a/lib/opal/parser/lexer.rb b/lib/opal/parser/lexer.rb index <HASH>..<HASH> 100644 --- a/lib/opal/parser/lexer.rb +++ b/lib/opal/parser/lexer.rb @@ -674,6 +674,8 @@ module Opal @lex_state = :expr_end end + self.yylval = matched + return matched =~ /#{REGEXP_START}[A-Z]/ ? :tCONST...
Fix parsing of method call starting after "\" on the next line.
opal_opal
train
dd8c230abedd9462f506c5866e907ee0c29ea46e
diff --git a/main/src/org/objenesis/ObjenesisBase.java b/main/src/org/objenesis/ObjenesisBase.java index <HASH>..<HASH> 100644 --- a/main/src/org/objenesis/ObjenesisBase.java +++ b/main/src/org/objenesis/ObjenesisBase.java @@ -88,8 +88,11 @@ public class ObjenesisBase implements Objenesis { } ObjectInsta...
Should return the value from putIfAbsent
easymock_objenesis
train
c0a01dbc91ace606e3cc5ab6fa0e16c6dd41b9aa
diff --git a/src/Model/Comment.php b/src/Model/Comment.php index <HASH>..<HASH> 100755 --- a/src/Model/Comment.php +++ b/src/Model/Comment.php @@ -766,6 +766,20 @@ class Comment extends DataObject } /** + * Proxy for checking whether the has permission to comment on the comment parent. + * + * @...
BUGFIX created way of knowing whether user has permission to post
silverstripe_silverstripe-comments
train
c4cc2c9969ffc357b49283ecadf1d0fa4dac41ad
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -3,21 +3,18 @@ module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) - basePath: '/home/eric/repos/react-d3-charts', + ...
Refinements to karma config
esbullington_react-d3
train
4da00517de77c16df0ca1146566eccc24bf3773a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -517,14 +517,18 @@ Ycb.prototype = { var value = context[name]; if (isA(value, Array)) { var lookup = []; - value.forEach(function (val) { - if (opti...
fix the case when multi-value dimension is an empty array
yahoo_ycb
train
8c7f6884f2c5861f875fb5219978f6ad75152b12
diff --git a/test/e2e/lib/components/shopping-cart-widget-component.js b/test/e2e/lib/components/shopping-cart-widget-component.js index <HASH>..<HASH> 100644 --- a/test/e2e/lib/components/shopping-cart-widget-component.js +++ b/test/e2e/lib/components/shopping-cart-widget-component.js @@ -14,13 +14,13 @@ import AsyncB...
Fix broken selector in e2e tests (#<I>)
Automattic_wp-calypso
train
9465b5299fb405efa274b358f6f85c3f9a179d98
diff --git a/addons/cb.files.editor/views/file.js b/addons/cb.files.editor/views/file.js index <HASH>..<HASH> 100644 --- a/addons/cb.files.editor/views/file.js +++ b/addons/cb.files.editor/views/file.js @@ -332,6 +332,9 @@ define([ this.sync.on("mode", function(mode) { this.tab.setTabState...
Close file when during init of sync
CodeboxIDE_codebox
train
57a1f5e5000a14b37dc1048ebaa2b28b72ade51a
diff --git a/cmd/influxd/server_integration_test.go b/cmd/influxd/server_integration_test.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/server_integration_test.go +++ b/cmd/influxd/server_integration_test.go @@ -255,7 +255,6 @@ var mergeMany = func(t *testing.T, node *Node, database, retention string) { for j := ...
Remove debug fmt.Println from tests
influxdata_influxdb
train
1b330a8c55f0ec114970855c6682627434216ab5
diff --git a/superset/views/core.py b/superset/views/core.py index <HASH>..<HASH> 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -1794,6 +1794,7 @@ class Superset(BaseSupersetView): is_dim = config.get('is_dim', False) SqlaTable = ConnectorRegistry.sources['table'] ...
Use connector registry for metrics (#<I>)
apache_incubator-superset
train
897444d761398226b5340819e2b2a780dbfabbe6
diff --git a/lang/en/admin.php b/lang/en/admin.php index <HASH>..<HASH> 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1073,7 +1073,7 @@ $string['unbookmarkthispage'] = 'Unbookmark this page'; $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installat...
MDL-<I> mod_assign: Put messages into notifications. The unoconv test page was before just outputting text to page. Now it is wrapped in a nice notification. One of the warnings has been improved as well.
moodle_moodle
train
af69d29ee931c50b6398a3f536e54bc9341646da
diff --git a/pachyderm/fit/__init__.py b/pachyderm/fit/__init__.py index <HASH>..<HASH> 100644 --- a/pachyderm/fit/__init__.py +++ b/pachyderm/fit/__init__.py @@ -17,4 +17,4 @@ from .base import ( # noqa: F401 from .cost_function import ( # noqa: F401 BinnedChiSquared, BinnedLogLikelihood, ChiSquared, CostFunct...
Add extended gaussian Just for convenience
raymondEhlers_pachyderm
train
c87ef02d487513e95be46af05dfc54a33d90dc37
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +* Issue - PageableResponse - Resolved an issue where Enumerable was not + correctly getting mixed into pageable responses. + + See [related GitHub issu...
Fixed a regression on PageableResponse. Enumerable was not correctly getting mixed into the pageable response objects. Fixes #<I>
aws_aws-sdk-ruby
train
4fae39c4ba546652d3e06f69e64b75861517245f
diff --git a/skyfield/earthlib.py b/skyfield/earthlib.py index <HASH>..<HASH> 100644 --- a/skyfield/earthlib.py +++ b/skyfield/earthlib.py @@ -27,7 +27,12 @@ def geocentric_position_and_velocity(topos, jd): x1, x2, eqeq, x3, x4 = earth_tilt(jd) gast = gmst + eqeq / 3600.0 - pos, vel = terra(topos, gast) ...
Make terra() innocent of knowledge of Topos class
skyfielders_python-skyfield
train
638dec5027b06ef39be779763e0c352ff3c1a3ed
diff --git a/tests/unit/states/file_test.py b/tests/unit/states/file_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/states/file_test.py +++ b/tests/unit/states/file_test.py @@ -317,7 +317,8 @@ class FileTestCase(TestCase): self.assertDictEqual(filestate.absent(name), ret) ...
Fixed some tests... let's see if they're really are
saltstack_salt
train
a305ba813b460c3ef5fee7e8effcb9ded52baf04
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb +++ b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb @@ -1...
Change `default_sequence_start_value` from <I> to 1 Refer #<I> for the background of this change
rsim_oracle-enhanced
train
d75fdbcca0e54e01ee49ea8b9b1b078fc0c69f4a
diff --git a/lib/Model.js b/lib/Model.js index <HASH>..<HASH> 100644 --- a/lib/Model.js +++ b/lib/Model.js @@ -69,7 +69,8 @@ function Model(options) { this._scheduler = options.scheduler || options._scheduler || new ImmediateScheduler(); this._source = options.source || options._source; this._request = o...
Adds back in maxSize and collectRatio to Model constructor. Removes legacy router references.
Netflix_falcor
train
24e9365fe0cc126974db88da25c5b532460d55bd
diff --git a/django_object_view_tracking/models.py b/django_object_view_tracking/models.py index <HASH>..<HASH> 100644 --- a/django_object_view_tracking/models.py +++ b/django_object_view_tracking/models.py @@ -38,9 +38,8 @@ class ObjectTracker(object): # The last date that we say "everything before this has b...
reworked viewed logic again
dcramer_objtrack
train
da2a124f519121d2da1b3be066395eae116b9e10
diff --git a/src/phpDocumentor/Application.php b/src/phpDocumentor/Application.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/Application.php +++ b/src/phpDocumentor/Application.php @@ -27,6 +27,8 @@ use RuntimeException; * Application class for phpDocumentor. * * Can be used as bootstrap when the run me...
Code coverage ignore a couple of files because they are impossible to test
phpDocumentor_phpDocumentor2
train
ac1f715200bf21532a142b0f9fac6b0458cf59c1
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -742,20 +742,6 @@ var Util = function (settings) { this.authenticate = this.Authenticate; /* - RetrieveMultiple public and private methods - */ - this.RetrieveMultiple = function (options, cb) ...
Removing obsolete implementations of Retrieve and RetrieveMultiple
Innofactor_xrm-api
train
7c7d9c144b10573acb06be17483ef0a9837d2f76
diff --git a/web/concrete/blocks/dashboard_site_activity/controller.php b/web/concrete/blocks/dashboard_site_activity/controller.php index <HASH>..<HASH> 100644 --- a/web/concrete/blocks/dashboard_site_activity/controller.php +++ b/web/concrete/blocks/dashboard_site_activity/controller.php @@ -42,7 +42,8 @@ class Contr...
Today form submissions for the users' timezone Former-commit-id: ea<I>dbcc8e<I>ff3ed0efb<I>c<I>
concrete5_concrete5
train
16fc7c3a157d22df0829da48dc1c2d85f1923699
diff --git a/src/abcTransaction.js b/src/abcTransaction.js index <HASH>..<HASH> 100644 --- a/src/abcTransaction.js +++ b/src/abcTransaction.js @@ -1,7 +1,6 @@ export class ABCTransaction { - constructor ({ rawTx, wallet, currencyCode, metadata, txid, date, blockHeight, nativeAmount, providerFee, networkFee, runningBa...
moved rawTX into other params
EdgeApp_edge-currency-bitcoin
train
6aefc9c5cc151dc6d496046f9c5b1bab1e9e2258
diff --git a/cassandra/cqlengine/query.py b/cassandra/cqlengine/query.py index <HASH>..<HASH> 100644 --- a/cassandra/cqlengine/query.py +++ b/cassandra/cqlengine/query.py @@ -664,12 +664,20 @@ class AbstractQuerySet(object): return self.filter(*args, **kwargs).get() self._execute_query() - ...
PYTHON-<I>: Avoid sending a COUNT query with QuerySet.get()
datastax_python-driver
train
eb2fc8a28bcdb1b441a74b4bdc44020089643c84
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = { transform: { '\\.ts$': '<rootDir>/dist/index.js', }, - testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts?(x)'], + testMatch: ['<rootDir>/src/**/*.spec.ts'],...
fix: test path for windows (attempt 2)
kulshekhar_ts-jest
train
9b90d2c22888665f1c27bd14c1a0b1d537006dfc
diff --git a/src/Views/discussion.blade.php b/src/Views/discussion.blade.php index <HASH>..<HASH> 100644 --- a/src/Views/discussion.blade.php +++ b/src/Views/discussion.blade.php @@ -72,10 +72,10 @@ <?php $db_field = Config::get('chatter.user.avatar_image_database_field'); ?> ...
Adding correct avatars for discussion page
thedevdojo_chatter
train
a0beb0a2815e866070f7521b3b15dc9f00141371
diff --git a/src/template/lombok/ast/template/TemplateProcessor.java b/src/template/lombok/ast/template/TemplateProcessor.java index <HASH>..<HASH> 100644 --- a/src/template/lombok/ast/template/TemplateProcessor.java +++ b/src/template/lombok/ast/template/TemplateProcessor.java @@ -382,9 +382,9 @@ public class Template...
Updated Template Processor to the new list accessor model.
rzwitserloot_lombok.ast
train
3f4b945026fa2452afa067899fc72714966aeabd
diff --git a/fileformat/src/main/java/org/zuinnote/hadoop/office/format/mapred/AbstractSpreadSheetDocumentFileOutputFormat.java b/fileformat/src/main/java/org/zuinnote/hadoop/office/format/mapred/AbstractSpreadSheetDocumentFileOutputFormat.java index <HASH>..<HASH> 100644 --- a/fileformat/src/main/java/org/zuinnote/had...
Refactored to prepare for new mapreduce.* api
ZuInnoTe_hadoopoffice
train
76f8a1d0241e8a4e42091a7bfba3791afd468c5e
diff --git a/rqalpha/mod/rqalpha_mod_sys_accounts/position_model.py b/rqalpha/mod/rqalpha_mod_sys_accounts/position_model.py index <HASH>..<HASH> 100644 --- a/rqalpha/mod/rqalpha_mod_sys_accounts/position_model.py +++ b/rqalpha/mod/rqalpha_mod_sys_accounts/position_model.py @@ -36,9 +36,9 @@ def _int_to_date(d): c...
update repr of StockPosition and FuturePosition
ricequant_rqalpha
train
693f71f8bec38394f848bed7114cb6ff8aff0bad
diff --git a/package/domino/hand.py b/package/domino/hand.py index <HASH>..<HASH> 100644 --- a/package/domino/hand.py +++ b/package/domino/hand.py @@ -1,6 +1,7 @@ +import collections import domino -class Hand: +class Hand(collections.abc.Sequence): ''' Python class for objects that represent a hand of domi...
implementing Hand as a subclass of Sequence
abw333_dominoes
train
a12c08d15ec10df699fd7003ac9bf002a3dd15f3
diff --git a/src/resolver/value.js b/src/resolver/value.js index <HASH>..<HASH> 100644 --- a/src/resolver/value.js +++ b/src/resolver/value.js @@ -53,6 +53,7 @@ export default class Value extends Node { for(const v of valueEncounter._matches) { const matchCopy = match.copy(); matchCopy.data.values[t...
feat(values): Custom values can now indicate their custom score
aholstenson_ecolect-js
train
de5d7ba7d0125ceef7b0774496079603acc20db4
diff --git a/zarr/storage.py b/zarr/storage.py index <HASH>..<HASH> 100644 --- a/zarr/storage.py +++ b/zarr/storage.py @@ -743,7 +743,7 @@ class DirectoryStore(MutableMapping): Parameters ---------- - fn: str + fn : str Filepath to open and read from. Notes @@ -...
Numpydoc consistency. (#<I>) Numpydoc expect space on each side of the colon, on it may mis-parse what this actually means.
zarr-developers_zarr
train
de7d310ee79618582a81cdea2a208248284c6223
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,16 @@ from __future__ import absolute_import from setuptools import setup, Extension from setuptools.command.build_ext import build_ext as _build_ext from distutils.errors import CompileError +from Cython.Compiler....
try/except around cythonize, only use cython if USE_CYTHON env var is set
HIPS_autograd
train
fe3380a7cec08b9b7365121b5bcd9b59e2fe838e
diff --git a/aliyun/log/logclient.py b/aliyun/log/logclient.py index <HASH>..<HASH> 100755 --- a/aliyun/log/logclient.py +++ b/aliyun/log/logclient.py @@ -1135,7 +1135,8 @@ class LogClient(object): preserve_storage=False, encrypt_conf=None, te...
support logstore lite (#<I>)
aliyun_aliyun-log-python-sdk
train
842b30e2ca943222eba36026c85c6f7b3906eae1
diff --git a/core/src/main/java/com/google/bitcoin/core/Transaction.java b/core/src/main/java/com/google/bitcoin/core/Transaction.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/Transaction.java +++ b/core/src/main/java/com/google/bitcoin/core/Transaction.java @@ -760,6 +760,19 @@ publ...
Add basic support for existing inputs in Transaction.signInputs
bitcoinj_bitcoinj
train
5acd4ce099caabefa6e7e6d705b1bab44f16db71
diff --git a/BaseCommands.py b/BaseCommands.py index <HASH>..<HASH> 100644 --- a/BaseCommands.py +++ b/BaseCommands.py @@ -16,6 +16,7 @@ class BaseCommands(object): self.SleepTime = .1 self.SEEK = 0 self.Last = "" + self.ResultsLast = "" self.TimeOut = 3600 @@ -36,7 +37,8 @@ class BaseCommands(object):...
Update BaseCommands.py
zhuangchaoxi_subcommands
train
520d17c85eef2d5e4de666cd4c39a85dbb3fb6c5
diff --git a/lib/ansible_tower_client/base_model.rb b/lib/ansible_tower_client/base_model.rb index <HASH>..<HASH> 100644 --- a/lib/ansible_tower_client/base_model.rb +++ b/lib/ansible_tower_client/base_model.rb @@ -37,11 +37,17 @@ module AnsibleTowerClient super(raw_hash) end - def self.create(api, att...
Change create to create! to be more like ActiveRecord::Base
ansible_ansible_tower_client_ruby
train
d46dbace591ff60eb5bf38b210490a10967ea70d
diff --git a/extensions/mongodb/Collection.php b/extensions/mongodb/Collection.php index <HASH>..<HASH> 100644 --- a/extensions/mongodb/Collection.php +++ b/extensions/mongodb/Collection.php @@ -772,6 +772,7 @@ class Collection extends Object protected function normalizeConditionKeyword($key) { stati...
Changes mongodb build and condition, fixes #<I>
yiisoft_yii-core
train
98fda672a69ff9eb45b8764ec5cf5c316e10135c
diff --git a/activemodel/lib/active_model/secure_password.rb b/activemodel/lib/active_model/secure_password.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/secure_password.rb +++ b/activemodel/lib/active_model/secure_password.rb @@ -117,7 +117,7 @@ module ActiveModel # user.authenticate_pas...
*_digest is defined as a public method
rails_rails
train
cf1cc735548d399199623e13fa003ca91be67946
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,17 @@ Release History --------------- +1.7.1 (2018-08-06) ++++++++++++++++++++ + +**Improvements** + +- + +**Bug Fixes** + +- async renamed to _async in betting endpoint for py3.7 + 1.7.0 (2018-07-23) ...
async renamed to _async in betting endpoint
liampauling_betfair
train
ac1003769a5c435ec3ba6084e22bb73aa517a752
diff --git a/lib/runtime.js b/lib/runtime.js index <HASH>..<HASH> 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -100,8 +100,8 @@ Runtime.prototype.observe = function(queries, cb) { var filters = []; queries.forEach(function(query) { var queryObservable = observable.flatMap(function(device) { - Rx....
test runtime using mem registry, fixed bugs in new runtime registry code
zettajs_zetta
train
9aa6dc75db3b274590efe01d040d3d36411733d6
diff --git a/packages/substyle/src/defaultStyle.js b/packages/substyle/src/defaultStyle.js index <HASH>..<HASH> 100644 --- a/packages/substyle/src/defaultStyle.js +++ b/packages/substyle/src/defaultStyle.js @@ -1,7 +1,7 @@ // @flow import { createElement, Component } from 'react' import hoistStatics from 'hoist-non-...
preserve identity of substyle instances in defaultStyle HOC
jfschwarz_substyle
train
9260e51379463cc4d73d18624f10a19bbca9b009
diff --git a/tests/unit/Del/Common/Command/MigrationTest.php b/tests/unit/Del/Common/Command/MigrationTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Del/Common/Command/MigrationTest.php +++ b/tests/unit/Del/Common/Command/MigrationTest.php @@ -28,10 +28,11 @@ class MigrationTest extends \Codeception\TestCase\Tes...
more fluent setter removal in tests
delboy1978uk_common
train
d52d6395ca8ae63eeb9c801c8fe5fa7e7638f396
diff --git a/resource_aws_api_gateway_authorizer_test.go b/resource_aws_api_gateway_authorizer_test.go index <HASH>..<HASH> 100644 --- a/resource_aws_api_gateway_authorizer_test.go +++ b/resource_aws_api_gateway_authorizer_test.go @@ -295,6 +295,7 @@ resource "aws_lambda_function" "authorizer" { function_name = "tf_...
provider/aws: Update lambda_function with runtime for tests
terraform-providers_terraform-provider-aws
train
f7e5879d06e2989ed96be5bda6baf6fd72fb50ec
diff --git a/gulp/tasks/compare.js b/gulp/tasks/compare.js index <HASH>..<HASH> 100644 --- a/gulp/tasks/compare.js +++ b/gulp/tasks/compare.js @@ -24,6 +24,13 @@ gulp.task('compare', function (done) { console.log ('\x1b[32m', (results.pass || 0) + ' Passed', '\x1b[0m'); console.log ('\x1b[31m'...
test report file generation [Fixes #<I>]
garris_BackstopJS
train
ac497045f5c487ffb691bc5430e0d6f89b862d0f
diff --git a/txtorcon/test/test_torstate.py b/txtorcon/test/test_torstate.py index <HASH>..<HASH> 100644 --- a/txtorcon/test/test_torstate.py +++ b/txtorcon/test/test_torstate.py @@ -728,6 +728,53 @@ p reject 1-65535 self.assertTrue(self.state.routers.has_key('Unnamed')) self.assertTrue(self.state.rou...
add utest for failing if routerdescriptors end with OK
meejah_txtorcon
train
beb664568910b5333cd67cdcabc9420c288a68fa
diff --git a/src/View/Cell/DblistCell.php b/src/View/Cell/DblistCell.php index <HASH>..<HASH> 100644 --- a/src/View/Cell/DblistCell.php +++ b/src/View/Cell/DblistCell.php @@ -34,17 +34,17 @@ class DblistCell extends Cell * Checks the given list if it has the given value in its list items. * * @throws ...
Shortened variable name (task #<I>)
QoboLtd_cakephp-csv-migrations
train
da9b3e5cbe7258f6c8f7cbb0987a0ca837881030
diff --git a/changelog.md b/changelog.md index <HASH>..<HASH> 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +#### 0.3.12 update 2018.09.27 + +* Added: a new return code named `TOO_FREQUENT` + #### 0.3.11 update 2018.06.03 diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py ++...
added a new return code: TOO_FREQUENT
fy0_slim
train
1d1959e0bc3c220dd154da728b92085d760c5182
diff --git a/niworkflows/interfaces/utils.py b/niworkflows/interfaces/utils.py index <HASH>..<HASH> 100644 --- a/niworkflows/interfaces/utils.py +++ b/niworkflows/interfaces/utils.py @@ -261,6 +261,7 @@ def _gen_reference(fixed_image, moving_image, fov_mask=None, out_file=None, class SanitizeImageInputSpec(BaseInter...
add option to discard n first volumes
poldracklab_niworkflows
train
70625f9f3a39e12943bed3c62594273217eb7f2d
diff --git a/src/Contracts/Bot.php b/src/Contracts/Bot.php index <HASH>..<HASH> 100644 --- a/src/Contracts/Bot.php +++ b/src/Contracts/Bot.php @@ -42,29 +42,4 @@ class Bot extends FbBotApp { return new HandleMessageResponse($this->call('me/thread_settings', $message, $type)); } - - /** - * @pa...
refactor: Remove unused code
CasperLaiTW_laravel-fb-messenger
train
47fa9bea3070d2824f81512d8cf20c3f35c90b6f
diff --git a/lib/fabricator.js b/lib/fabricator.js index <HASH>..<HASH> 100644 --- a/lib/fabricator.js +++ b/lib/fabricator.js @@ -42,6 +42,11 @@ const script = ` const children = {}; export function fabricate (bakes, fabricator, snap, body, cb) { + bakes = bakes.filter(function (bake) { + // list of bakes that...
filter out bakes that don't influence the bytecode. fixes #<I>
zeit_pkg
train
6feb52ef27c715e4817e5fc8deb019ee67f17cce
diff --git a/app/helpers/effective_datatables_helper.rb b/app/helpers/effective_datatables_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/effective_datatables_helper.rb +++ b/app/helpers/effective_datatables_helper.rb @@ -47,21 +47,21 @@ module EffectiveDatatablesHelper input_html: { name: nil, value:...
test for defined helpers rather than presence of gem
code-and-effect_effective_datatables
train
f9e388750605908eee97516b7a112ed0ba037500
diff --git a/lib/resque/worker.rb b/lib/resque/worker.rb index <HASH>..<HASH> 100644 --- a/lib/resque/worker.rb +++ b/lib/resque/worker.rb @@ -557,7 +557,7 @@ module Resque # The string representation is the same as the id for this worker # instance. Can be used with `Worker.find`. def to_s - @to_s ...
Cache pid. This way, the pid is correct from other places. <URL>
resque_resque
train
f5396a0f38a8a7c3645d25949061efc6fa75b9fd
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -41,7 +41,7 @@ module.exports = { 'max-depth': 'off', 'max-lines': 'off', 'max-nested-callbacks': 'error', - 'max-params': 'error', + 'max-params': 'off', 'new-cap': 'error', 'new...
ESLint: Disable `max-params` rule We have quite a few functions with more than three parameters
glimmerjs_glimmer-vm
train
cf81f44060079d342e83091e55ff8abb453fdf37
diff --git a/src/org/jbehave/scenario/finegrained/junit/monitoring/JUnitDescriptionGenerator.java b/src/org/jbehave/scenario/finegrained/junit/monitoring/JUnitDescriptionGenerator.java index <HASH>..<HASH> 100644 --- a/src/org/jbehave/scenario/finegrained/junit/monitoring/JUnitDescriptionGenerator.java +++ b/src/org/jb...
Create junit descriptions that show the scenario name rather than the name of the Steps class
valfirst_jbehave-junit-runner
train
703e24dc2a04a56dfc6847b63a695a8c423c1698
diff --git a/src/Core/HttpKernel.php b/src/Core/HttpKernel.php index <HASH>..<HASH> 100644 --- a/src/Core/HttpKernel.php +++ b/src/Core/HttpKernel.php @@ -176,9 +176,11 @@ class HttpKernel } if (InstalledVersions::isInstalled('shopware/platform')) { - $shopwareVersion = InstalledVersions:...
NEXT-<I> - Include reference in version
shopware_platform
train
faf86df2020cbf4791ff1e504fd733cdf42038b2
diff --git a/xmantissa/webapp.py b/xmantissa/webapp.py index <HASH>..<HASH> 100644 --- a/xmantissa/webapp.py +++ b/xmantissa/webapp.py @@ -20,7 +20,7 @@ from nevow.rend import Page from nevow import livepage, athena from nevow.inevow import IResource, IQ from nevow import tags as t -from nevow.url import URL +from n...
Merge isometric-<I> Author: exarkun Reviewer: moe (Mantissa bits) Fixes #<I> This adds the beginning of an Athena-based Radical implementation. It also adds /live/ to Mantissa to short-circuit all the unnecessary database work when serving a LivePage's transports, and makes it even more convenient to use LiveFragme...
twisted_mantissa
train
0c3fc148754dff21dcc7efee6e9dd8d5feb51ea0
diff --git a/client/lib/abtest/active-tests.js b/client/lib/abtest/active-tests.js index <HASH>..<HASH> 100644 --- a/client/lib/abtest/active-tests.js +++ b/client/lib/abtest/active-tests.js @@ -16,15 +16,6 @@ module.exports = { }, defaultVariation: 'singlePurchaseFlow' }, - verticalSurvey: { - datestamp: '201...
Signup: Disable verticals test i2 The test was enabled in #<I>
Automattic_wp-calypso
train
0f6ae0aeee472d3de55567034f9e59834698cddf
diff --git a/src/Projection/InMemoryProjectionManager.php b/src/Projection/InMemoryProjectionManager.php index <HASH>..<HASH> 100644 --- a/src/Projection/InMemoryProjectionManager.php +++ b/src/Projection/InMemoryProjectionManager.php @@ -19,14 +19,6 @@ use Prooph\EventStore\InMemoryEventStore; final class InMemoryP...
move projection manager constants to interface, update some tests
prooph_event-store
train
f72feae9bafbadfd4da4e383bb302afc33c7d3e0
diff --git a/actionpack/test/controller/caching_test.rb b/actionpack/test/controller/caching_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/controller/caching_test.rb +++ b/actionpack/test/controller/caching_test.rb @@ -253,7 +253,7 @@ CACHED def test_fragment_caching_with_variant @request.variant = ...
Don't pass variant in params, it's ignored We're setting variant above, in request object directly
rails_rails
train
d44176c888d6b76fab7c7017632c505799a84b99
diff --git a/docs/change-log.md b/docs/change-log.md index <HASH>..<HASH> 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -5,12 +5,16 @@ ### News: - config contexts can now have an `onunload` property for clean up tasks after elements are detached from the document +- route changes now re-render from sc...
re-render from scratch on route changes
MithrilJS_mithril.js
train
a4e24e857435532be0cca1fdac7db962e7d1a229
diff --git a/src/Swarrot/Processor/RPC/RpcServerProcessor.php b/src/Swarrot/Processor/RPC/RpcServerProcessor.php index <HASH>..<HASH> 100644 --- a/src/Swarrot/Processor/RPC/RpcServerProcessor.php +++ b/src/Swarrot/Processor/RPC/RpcServerProcessor.php @@ -41,7 +41,7 @@ class RpcServerProcessor implements ProcessorInterf...
[RPC] The properties reply_to and correlation_id are always be set But they can be empty...
swarrot_swarrot
train
74d1a91aa61034efa4b2ab24baffff9ef713ea42
diff --git a/rb/lib/selenium/webdriver/common/socket_poller.rb b/rb/lib/selenium/webdriver/common/socket_poller.rb index <HASH>..<HASH> 100644 --- a/rb/lib/selenium/webdriver/common/socket_poller.rb +++ b/rb/lib/selenium/webdriver/common/socket_poller.rb @@ -66,8 +66,8 @@ module Selenium }.freeze if Pla...
Improve SocketPoller unit tests to actually use real sockets
SeleniumHQ_selenium
train
cc5d73149b95723cc3df3d0e3c003964d9e7db1a
diff --git a/golang/choriautil/choriautil.go b/golang/choriautil/choriautil.go index <HASH>..<HASH> 100644 --- a/golang/choriautil/choriautil.go +++ b/golang/choriautil/choriautil.go @@ -93,7 +93,7 @@ func infoAction(ctx context.Context, req *mcorpc.Request, reply *mcorpc.Reply, a reply.Data = &info{ Security: ...
(#<I>) clarify versions in choria_util info
choria-io_go-choria
train
0811d2bdc6fe4b1adfeb5bcef015d2244261cb62
diff --git a/cmd/modelcmd/base.go b/cmd/modelcmd/base.go index <HASH>..<HASH> 100644 --- a/cmd/modelcmd/base.go +++ b/cmd/modelcmd/base.go @@ -27,7 +27,7 @@ var errNoNameSpecified = errors.New("no name specified") type CommandBase interface { cmd.Command - // closeContext closes the commands API context. + // clos...
cmd/modelcmd: Drive by spelling
juju_juju
train
6fc2928c75d5f11b25efca826770d6dc3fc24d99
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,13 @@ An upload also creates conversions(size) for the file: The original version will be returned if you don't specify the size. These conversions can be defined in the assetlibrary config file. +If you want...
Added option to add file name as conversion prefix
thinktomorrow_assetlibrary
train
17df8abf503c16348d53e0843ae9d541cf8fc85f
diff --git a/installation-bundle/src/HttpKernel/InstallationKernel.php b/installation-bundle/src/HttpKernel/InstallationKernel.php index <HASH>..<HASH> 100644 --- a/installation-bundle/src/HttpKernel/InstallationKernel.php +++ b/installation-bundle/src/HttpKernel/InstallationKernel.php @@ -118,10 +118,7 @@ class Instal...
[Installation] Support calling the install tool with the /web fragment (see #<I>).
contao_contao
train
7b4146e464a2a346205d8dd09b7e9de732e34c6b
diff --git a/docs/List.md b/docs/List.md index <HASH>..<HASH> 100644 --- a/docs/List.md +++ b/docs/List.md @@ -22,7 +22,7 @@ Here are all the props accepted by the `<List>` component: * [`defaultSort`](#default-sort-field) * [`Actions`](#actions) * [`Filter`](#filters) -* [`Pagination`](#pagination) +* [`pagination`...
Replace Pagination prop component by pagination prop element in List
marmelab_react-admin
train
bb1757b19588c141049aa4f1d4f04f68ccf5c852
diff --git a/zap/src/main/dist/db/hsqldb.properties b/zap/src/main/dist/db/hsqldb.properties index <HASH>..<HASH> 100644 --- a/zap/src/main/dist/db/hsqldb.properties +++ b/zap/src/main/dist/db/hsqldb.properties @@ -180,6 +180,7 @@ alerttag.field.alertid = ALERT_ID alerttag.field.key = KEY alerttag.field.value = VALUE...
Index Alert ID in the Alert Tags Table
zaproxy_zaproxy
train
73c0625969e55239e53014e2a7ae1fc70400d45c
diff --git a/src/Standards/BestIt/CodeSniffer/File.php b/src/Standards/BestIt/CodeSniffer/File.php index <HASH>..<HASH> 100644 --- a/src/Standards/BestIt/CodeSniffer/File.php +++ b/src/Standards/BestIt/CodeSniffer/File.php @@ -21,32 +21,6 @@ use function func_get_args; class File extends AbstractFileDecorator { ...
PHPCS-<I> Moved the token-pointer-marker only in the sniffs, in which they are needed
bestit_PHP_CodeSniffer
train
3318d863e27480dface8c19414f6309b73336caa
diff --git a/cdpybio/cghub.py b/cdpybio/cghub.py index <HASH>..<HASH> 100644 --- a/cdpybio/cghub.py +++ b/cdpybio/cghub.py @@ -331,7 +331,7 @@ class ReadsFromIntervalsEngine: self.in_queue.put('STOP') while (sum([p.is_alive() for p in self.processes]) > 0 and - not self.stop_event....
Updates, bug fixes Variant calling worked for small number of samples/intervals, now trying for larger number of intervals.
cdeboever3_cdpybio
train
15bdf92c0e03eb223a67c988cf998ea2a92a5f18
diff --git a/docker/docker_client.go b/docker/docker_client.go index <HASH>..<HASH> 100644 --- a/docker/docker_client.go +++ b/docker/docker_client.go @@ -85,6 +85,7 @@ type dockerClient struct { registry string client *http.Client insecureSkipTLSVerify bool + // The following member...
dockerClient: make tokenCache thread safe Make tokenCache thread safe by turning it into a `sync.Map` suitable for concurrent reads and writes.
containers_image
train
c4175be7a30d38bdf63c7c637fc63c0ba984b91d
diff --git a/tests/framework/db/CommandTest.php b/tests/framework/db/CommandTest.php index <HASH>..<HASH> 100644 --- a/tests/framework/db/CommandTest.php +++ b/tests/framework/db/CommandTest.php @@ -436,12 +436,10 @@ SQL; * @expectedException \yii\base\InvalidParamException * @expectedExceptionMessage Expec...
Adjusted command test for incorrect inserts to use data provider
yiisoft_yii2
train
455c83d01a210dff9a4ed288f2c390d2b74e37c5
diff --git a/src/SxBootstrap/View/Helper/Bootstrap/Button.php b/src/SxBootstrap/View/Helper/Bootstrap/Button.php index <HASH>..<HASH> 100644 --- a/src/SxBootstrap/View/Helper/Bootstrap/Button.php +++ b/src/SxBootstrap/View/Helper/Bootstrap/Button.php @@ -41,6 +41,17 @@ class Button extends AbstractElementHelper pr...
Added support for values on form controls.
SpoonX_SxBootstrap
train
b40379eaf229e7ffc7580def57ee1fad46080261
diff --git a/stanza/utils/conll.py b/stanza/utils/conll.py index <HASH>..<HASH> 100644 --- a/stanza/utils/conll.py +++ b/stanza/utils/conll.py @@ -105,7 +105,7 @@ class CoNLL: if input_str: infile = io.StringIO(input_str) else: - infile = open(input_file) + infile = ...
Add encoding=utf-8 to a couple more relevant places
stanfordnlp_stanza
train
4ebfc1af92e3cd9324e5747e7ae70a5a46c3e069
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -15,22 +15,22 @@ const argv = require("yargs") .option("filename", { describe: "Output file name", string: true, - default: "./stats.html" + default: "./stats.html", }) .option("title", { ...
Copy env and options from files
btd_rollup-plugin-visualizer
train
d3603a85e57ee34eb52c6abd5a2dd37a721c66a7
diff --git a/rb/spec/integration/selenium/webdriver/options_spec.rb b/rb/spec/integration/selenium/webdriver/options_spec.rb index <HASH>..<HASH> 100644 --- a/rb/spec/integration/selenium/webdriver/options_spec.rb +++ b/rb/spec/integration/selenium/webdriver/options_spec.rb @@ -39,7 +39,8 @@ module Selenium ...
Clean up guards for specs passing against Chrome
SeleniumHQ_selenium
train
0221fadc6644e1b1a7d963c10eaaa54cc70b70d0
diff --git a/src/test/java/integration/ActionDoIT.java b/src/test/java/integration/ActionDoIT.java index <HASH>..<HASH> 100644 --- a/src/test/java/integration/ActionDoIT.java +++ b/src/test/java/integration/ActionDoIT.java @@ -743,11 +743,12 @@ public class ActionDoIT extends WebBase { // use this object to ma...
Fixing test so it runs in HTML and browser
Coveros_selenified
train
d34279accec818ffed2cb7ae8820fbb6b516f7ad
diff --git a/lib/overcommit/hook_signer.rb b/lib/overcommit/hook_signer.rb index <HASH>..<HASH> 100644 --- a/lib/overcommit/hook_signer.rb +++ b/lib/overcommit/hook_signer.rb @@ -49,7 +49,8 @@ module Overcommit end def signable_file?(file) - file.start_with?(".#{File::SEPARATOR}") && + sep = Overc...
Check that script starts with '.\' on Windows
sds_overcommit
train
3b8982c6d6121d51c900a4a0317469814f839ec5
diff --git a/src/block.js b/src/block.js index <HASH>..<HASH> 100644 --- a/src/block.js +++ b/src/block.js @@ -1,25 +1,24 @@ -/* eslint-disable camelcase */ +/* eslint-disable camelcase, key-spacing */ const ffi = require('ffi'); -const struct = require('ref-struct'); +const structs = require('./structs'); +const {poi...
added a struct compound init option
lukaskollmer_objc
train
19d557a7b71273fe78b0a2d9e2f00ea7af7d9002
diff --git a/scripts/docs.js b/scripts/docs.js index <HASH>..<HASH> 100644 --- a/scripts/docs.js +++ b/scripts/docs.js @@ -20,7 +20,7 @@ const main = async () => { const packages = await globPromise('packages/*') await fs.mkdirp(path.resolve(docsFolder, 'api')) for (let pkg of packages) { - if (pkg === 'coz...
fix: Typo, don't generate docs from cozy-client with jsdocs
cozy_cozy-client
train
78b01ae172b8118bbd8076b66de0207dab4950b2
diff --git a/test/auto-block.js b/test/auto-block.js index <HASH>..<HASH> 100644 --- a/test/auto-block.js +++ b/test/auto-block.js @@ -20,7 +20,7 @@ fixture.listen(10000); test('fixture can verify the torrent', function(t) { t.plan(2); fixture.on('ready', function() { - t.ok(true, 'should be ready'); + t.ok(true...
unchoke the peer to speed up tests
mafintosh_torrent-stream
train
39ffef6eecac0c1878af113f4add3d18a866e414
diff --git a/core/src/playn/core/TextLayout.java b/core/src/playn/core/TextLayout.java index <HASH>..<HASH> 100644 --- a/core/src/playn/core/TextLayout.java +++ b/core/src/playn/core/TextLayout.java @@ -35,13 +35,13 @@ public interface TextLayout { /** The bounds of the text on the given line. */ Rectangle lineBo...
Clarify the metrics docs.
threerings_playn
train
73b6e6f36d4a154fdfb9da816b8d8e83dcfa9048
diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js index <HASH>..<HASH> 100644 --- a/src/InfoViz/Native/MutualInformationDiagram/index.js +++ b/src/InfoViz/Native/MutualInformationDiagram/index.js @@ -659,7 +659,6 @@ function informationDiagram(publi...
fix(MutualInformationDiagram): Field labels weren't updating After introducing group reuse, when removing/adding selected fields, the labels weren't updating content and size correctly. Calculate text length only for fields that need it.
Kitware_paraviewweb
train
a57fee37185a7c4bdc222b643311fec694569913
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,18 @@ -examples/cellar/cellar -examples/cellar/client/cellar-cli/cellar-cli +# Golang tools artifacts **/*.coverprofile -goagen/goagen -**/autogen **/*.test vendor + +# Executables and test outputs +goagen/...
Fix bug in gen_client in generation of NewXXXRequest functions (#<I>) That causes query string and header values to be set incorrectly if their 'goified' name differs from their given name
goadesign_goa
train
fc1a89bdfe47d3c6924f0e5157558acfc14508d8
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ClassyEnum Changelog +## 3.1.2 + +* Allow enum property to be assigned using enum class. Previously it + could only be assigned with an instance, string or symbol. + + @alarm.priority =...
Allow enums to be assigned using class
beerlington_classy_enum
train
c6fc8ac565ff793aea3c5c86d394a427e6c5e92e
diff --git a/packages/heroku-apps/commands/apps/errors.js b/packages/heroku-apps/commands/apps/errors.js index <HASH>..<HASH> 100644 --- a/packages/heroku-apps/commands/apps/errors.js +++ b/packages/heroku-apps/commands/apps/errors.js @@ -51,6 +51,12 @@ function * run (context, heroku) { host: 'api.metrics.herok...
Trap bad request response when web missing (#<I>) * Trap bad request response when web missing * Fixing error for real & PR feedback
heroku_cli
train
76e8b82c917f435fc834123547ad4252b8ffbbd0
diff --git a/pypump/models/feed.py b/pypump/models/feed.py index <HASH>..<HASH> 100644 --- a/pypump/models/feed.py +++ b/pypump/models/feed.py @@ -238,7 +238,6 @@ class Feed(PumpObject): def __init__(self, url=None, *args, **kwargs): super(Feed, self).__init__(*args, **kwargs) - self.unserialize(...
no need to unserialize on Feed init We do this in PumpObject
xray7224_PyPump
train
8f6134f757db19a8aeaa641658dae5c9b1200fb3
diff --git a/electronics/gateways/buspirate.py b/electronics/gateways/buspirate.py index <HASH>..<HASH> 100644 --- a/electronics/gateways/buspirate.py +++ b/electronics/gateways/buspirate.py @@ -29,6 +29,7 @@ class BusPirate(object): >>> # Enable the power supply and the pull-ups in the next mode switch >>> g...
buspirate: add i2c_speed variable. This adds support for changing the I2C speed from the default <I>kHz. Example usage: bp = buspirate.BusPirate('/dev/tty.usbserial-XYZ') bp.i2c_speed = '5kHz' i2c = device.I2CDevice(bp, 0xa0) i2c.i2c_read(5)
MartijnBraam_pyElectronics
train
0911aacaf35b1f2b2725d2715bb47a43e4e1da2c
diff --git a/invenio_records/tasks/api.py b/invenio_records/tasks/api.py index <HASH>..<HASH> 100644 --- a/invenio_records/tasks/api.py +++ b/invenio_records/tasks/api.py @@ -23,6 +23,7 @@ from __future__ import absolute_import from celery import shared_task from celery.utils.log import get_task_logger +from flask ...
tasks: wrong imports fix * Fixes wrong imports in celery tasks.
inveniosoftware_invenio-records
train
a44da9333100a0a576bf74b064d340f40ca60e37
diff --git a/spec/public/core_ext/class_spec.rb b/spec/public/core_ext/class_spec.rb index <HASH>..<HASH> 100644 --- a/spec/public/core_ext/class_spec.rb +++ b/spec/public/core_ext/class_spec.rb @@ -10,7 +10,9 @@ class Child < Parent end class Grandparent - class_inheritable_accessor :last_name + class_inheritabl...
Two more specs for class_inheritable_accessor.
wycats_merb
train
d1bf4772ba755cc992ec124a1632327f97cbd04e
diff --git a/lib/sprockets/directive_processor.rb b/lib/sprockets/directive_processor.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/directive_processor.rb +++ b/lib/sprockets/directive_processor.rb @@ -72,33 +72,31 @@ module Sprockets end def call(input) - @environment = input[:environment] - ...
Remove has written body hacks No longer needed for require self since include is removed
rails_sprockets
train
953f87e29ef3410e94e224533289f582f0fbadfb
diff --git a/testng/src/test/java/com/automation/remarks/testng/test/BaseTest.java b/testng/src/test/java/com/automation/remarks/testng/test/BaseTest.java index <HASH>..<HASH> 100644 --- a/testng/src/test/java/com/automation/remarks/testng/test/BaseTest.java +++ b/testng/src/test/java/com/automation/remarks/testng/test...
* BaseTest fix. Added setup with recorder type MONTE. Without it tests might be flacky
SergeyPirogov_video-recorder-java
train
3a6adf528f0d65f876f1b6e8704d8af41573e3ee
diff --git a/lib/version.php b/lib/version.php index <HASH>..<HASH> 100644 --- a/lib/version.php +++ b/lib/version.php @@ -19,8 +19,8 @@ class eZPublishSDK const VERSION_RELEASE = 0; const VERSION_STATE = 'alpha1'; const VERSION_DEVELOPMENT = true; - const VERSION_ALIAS = '5.90'; - const EDITION = ...
[version] Update version info for master
ezsystems_ezpublish-legacy
train
2e153a3455fa2fe54f7ddefff66b06f8f4ec1870
diff --git a/test/transit.js b/test/transit.js index <HASH>..<HASH> 100644 --- a/test/transit.js +++ b/test/transit.js @@ -4,10 +4,10 @@ var should = require('chai').should(); var MysqlTransit = require('../index'); var connectionParams = { - 'host': 'localhost', - 'port': 13306, - 'user': 'root', - 'password':...
add mysql params as env variables
AGCPartners_mysql-transit
train
d1af9ac532f895f44940ddbf4fa8f2006f879e29
diff --git a/src/GetOptionKit/OptionParser.php b/src/GetOptionKit/OptionParser.php index <HASH>..<HASH> 100644 --- a/src/GetOptionKit/OptionParser.php +++ b/src/GetOptionKit/OptionParser.php @@ -23,18 +23,12 @@ class OptionParser public $longOptions; public $shortOptions; - function __construct($specs) +...
Simplify OptionParser::__construct
c9s_GetOptionKit
train
378c810f81f2d8118126b0b0e71f0502e21a0470
diff --git a/src/Symfony/Bundle/DoctrineBundle/Mapping/Driver/XmlDriver.php b/src/Symfony/Bundle/DoctrineBundle/Mapping/Driver/XmlDriver.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Mapping/Driver/XmlDriver.php +++ b/src/Symfony/Bundle/DoctrineBundle/Mapping/Driver/XmlDriver.php @@ -60,7 +60,...
[DoctrineBundle] fixed regression
symfony_symfony
train
ebf5287ab40a2b5fd980b67371ff49b882a93753
diff --git a/neurondm/neurondm/core.py b/neurondm/neurondm/core.py index <HASH>..<HASH> 100644 --- a/neurondm/neurondm/core.py +++ b/neurondm/neurondm/core.py @@ -1736,15 +1736,18 @@ class NeuronBase(AnnotationMixin, GraphOpsMixin, graphBase): if not cls._loading: NeuronBase._loading = True # blo...
neurondm rod/cone issue report so, it turns out that the phenotypes for rods and cones were set to be identical (DUH), so fixing that downstream instead of upstream, also a clear indication that we need a warning if origLabels do not match and the pes match
tgbugs_pyontutils
train
9e71daa8faa91e38a4f54aa7a4352a05f09d9073
diff --git a/Market/MarketSession.php b/Market/MarketSession.php index <HASH>..<HASH> 100644 --- a/Market/MarketSession.php +++ b/Market/MarketSession.php @@ -5,7 +5,7 @@ * */ class MarketSession { - private $context = NULL; + public $context = NULL; private $authSubToken = ""; /** @@ -18,6 +18,9 @@ ...
Set user locale by default and fixed setOperator
koconder_android-market-api-php
train
347a94da43a5eca6abb3ddd0fad478325ee31e64
diff --git a/hamster/hamster-applet.py b/hamster/hamster-applet.py index <HASH>..<HASH> 100755 --- a/hamster/hamster-applet.py +++ b/hamster/hamster-applet.py @@ -69,7 +69,8 @@ def on_destroy(event): if last_activity and last_activity['end_time'] == None: storage.touch_fact(last_activity) ...
fixed the crash message that kept popping up after hamster shutting down : main_quit is not required if applet is removed from panel svn path=/trunk/; revision=<I>
projecthamster_hamster
train
2a201ac7b360fe30e066404218f8ab9a72b05206
diff --git a/nodeconductor/billing/tasks.py b/nodeconductor/billing/tasks.py index <HASH>..<HASH> 100644 --- a/nodeconductor/billing/tasks.py +++ b/nodeconductor/billing/tasks.py @@ -102,6 +102,11 @@ def update_today_usage_of_resource(resource_str): backend = CostTrackingRegister.get_resource_backend(resource)...
Post usage to killbill for already subscribed resources only - NC-<I>
opennode_waldur-core
train