hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
856d72371852a6aed91abad8fa7871f012f14b26
diff --git a/executor/executor_ddl.go b/executor/executor_ddl.go index <HASH>..<HASH> 100644 --- a/executor/executor_ddl.go +++ b/executor/executor_ddl.go @@ -25,7 +25,9 @@ import ( "github.com/pingcap/tidb/mysql" "github.com/pingcap/tidb/privilege" "github.com/pingcap/tidb/sessionctx" + "github.com/pingcap/tidb/...
executor: reset default database after drop current database (#<I>)
pingcap_tidb
train
dee31f006a6e03376b54b9c5c78284ab5bf688c0
diff --git a/src/main/java/org/sakaiproject/nakamura/lite/CachingManager.java b/src/main/java/org/sakaiproject/nakamura/lite/CachingManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sakaiproject/nakamura/lite/CachingManager.java +++ b/src/main/java/org/sakaiproject/nakamura/lite/CachingManager.java @@ -4...
Fixed potential NPE caused by a managed cache.
ieb_sparsemapcontent
train
cd546e9eb8481cda7f3efb8ad95ce7e1d282f4d9
diff --git a/internal/cmd/fluxtest-harness-influxdb/test.go b/internal/cmd/fluxtest-harness-influxdb/test.go index <HASH>..<HASH> 100644 --- a/internal/cmd/fluxtest-harness-influxdb/test.go +++ b/internal/cmd/fluxtest-harness-influxdb/test.go @@ -235,6 +235,7 @@ func main() { c := cmd.TestCommand(NewTestExecutor) c...
fix: report error when a flux acceptance test doesn't have a package statement (#<I>)
influxdata_influxdb
train
f182dda8cac928522248c23ccec776b8ddbe4be8
diff --git a/lib/compiler/semantic.js b/lib/compiler/semantic.js index <HASH>..<HASH> 100644 --- a/lib/compiler/semantic.js +++ b/lib/compiler/semantic.js @@ -835,13 +835,13 @@ var SemanticPass = Base.extend({ } } - // will be carried in AST form to the "read" proc implementation + ...
compiler: Fix outdated comment in the semantic pass The comment talked about carrying filter AST to the "read" proc but filters are used in more procs these days.
juttle_juttle
train
ad627ad7385478ae40d0221031dab7f3159f0e8e
diff --git a/src/ui/list_view.js b/src/ui/list_view.js index <HASH>..<HASH> 100644 --- a/src/ui/list_view.js +++ b/src/ui/list_view.js @@ -6,8 +6,10 @@ /** * @fileoverview Simple list view. */ -base.require('ui'); base.requireStylesheet('ui.list_view'); + +base.require('ui'); + base.exportTo('ui', function() { ...
Allow listView to have compound children elements.
catapult-project_catapult
train
3ea82498e2259a14acd8fb4e46174e27336122ad
diff --git a/src/graphics/layers.js b/src/graphics/layers.js index <HASH>..<HASH> 100644 --- a/src/graphics/layers.js +++ b/src/graphics/layers.js @@ -63,7 +63,7 @@ Crafty.extend({ * @param type - the type of the draw layer to create ('DOM', 'Canvas', or 'WebGL') * @param options - this will override the de...
Improvements to createLayer docs
craftyjs_Crafty
train
e41e2385aab26cefcdb5878f752d44eff4bbeb29
diff --git a/test/unit/lib/services.js b/test/unit/lib/services.js index <HASH>..<HASH> 100644 --- a/test/unit/lib/services.js +++ b/test/unit/lib/services.js @@ -7,12 +7,30 @@ // Services coded using regular angular approach var services = angular.module("utestServices", []), utest_result = {}; + + ...
Fixed the unit test for services.config by passing the value using a custom provider instead of using $rootScope. $rootScope shouldn't have been used in the .config phase at it is not allowed.
marcoslin_angularAMD
train
3caa9ef2e0c2615d7282ddd4144f61fc105429f4
diff --git a/lib/flow.js b/lib/flow.js index <HASH>..<HASH> 100644 --- a/lib/flow.js +++ b/lib/flow.js @@ -125,7 +125,6 @@ var Flow = function( config, igneous_config ){ flow.flow = function(){ flow.modified = new Date(); - flow.add(); flow.preprocess( function(){ flow.concatenate(); @@ -158,30 +157,31...
only check extensions for files specified by folder
Fauntleroy_Igneous
train
d25432a19fadd0382b8faed319bee088ad8032e4
diff --git a/src/Job/AbstractJob.php b/src/Job/AbstractJob.php index <HASH>..<HASH> 100644 --- a/src/Job/AbstractJob.php +++ b/src/Job/AbstractJob.php @@ -19,6 +19,8 @@ use Exception; * Abstract Job class * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> + * + * @codeCoverageIgnore */ abstract class Abstr...
Ignore AbstractJob for now
indigophp-archive_queue
train
b50a89ff02ba623c91d5f7bbb758299563f7133d
diff --git a/lib/fluent/plugin/elasticsearch_index_template.rb b/lib/fluent/plugin/elasticsearch_index_template.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/elasticsearch_index_template.rb +++ b/lib/fluent/plugin/elasticsearch_index_template.rb @@ -74,7 +74,7 @@ module Fluent::ElasticsearchIndexTemplate ...
Downgrade log level for overwriting template log
uken_fluent-plugin-elasticsearch
train
e8e54cc5fb7a93285e0b43be99590cf36cbab199
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ * Fix POST/ERR condition checkboxes not working properly. +* Fix POST/ERR condition check raising a failure when the condition + actually succeeds (following former protocol). + # 0.20.3 -...
Fix POST/ERR condition checks wrongly failing.
enspirit_webspicy
train
b90324a564bbd694caa8ffb1637a27feaf03e5c6
diff --git a/src/phpDocumentor/Descriptor/ClassDescriptor.php b/src/phpDocumentor/Descriptor/ClassDescriptor.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/Descriptor/ClassDescriptor.php +++ b/src/phpDocumentor/Descriptor/ClassDescriptor.php @@ -17,7 +17,7 @@ namespace phpDocumentor\Descriptor; class ClassDes...
Rename parent related variables to match interface
phpDocumentor_phpDocumentor2
train
a59637e8c3cc73b473597c20ec897d682f429e83
diff --git a/openquake/engine/calculators/base.py b/openquake/engine/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/base.py +++ b/openquake/engine/calculators/base.py @@ -24,6 +24,10 @@ from openquake.engine.utils import tasks ROUTING_KEY_FMT = 'oq.job.%(job_id)s.tasks' +# Defau...
added documentation Former-commit-id: ab<I>b<I>c7caededa<I>efcd1a8c4afc<I>a5
gem_oq-engine
train
5105c5421be1f320c218d1c0dfec75da8bad0e25
diff --git a/closure/goog/locale/timezonelist.js b/closure/goog/locale/timezonelist.js index <HASH>..<HASH> 100644 --- a/closure/goog/locale/timezonelist.js +++ b/closure/goog/locale/timezonelist.js @@ -28,8 +28,8 @@ goog.require('goog.locale'); * the current locale, selected based on the region or language provided....
Fix spelling in comment ("dependacy" => "dependency") and reword sentence. ------------- Created by MOE: <URL>
google_closure-library
train
e48f6b49afbd65569733773cac4b5fcb49081233
diff --git a/lib/seed.plugin.js b/lib/seed.plugin.js index <HASH>..<HASH> 100644 --- a/lib/seed.plugin.js +++ b/lib/seed.plugin.js @@ -21,14 +21,32 @@ const loadPathSeeds = collectionName => { } }; -const seedModel = function(data, done) { +const seedModel = function (data, done) { /* jshint validthis: true */...
feat(seed): support transform & filter
lykmapipo_mongoose-common
train
fef83b2dbd3454a3f1f41ef4bc18025caa092d84
diff --git a/zzk/service/hostregistry.go b/zzk/service/hostregistry.go index <HASH>..<HASH> 100644 --- a/zzk/service/hostregistry.go +++ b/zzk/service/hostregistry.go @@ -186,15 +186,11 @@ func GetActiveHosts(conn client.Connection) ([]string, error) { for _, ehostID := range ehosts { var ehost host.Host if err...
be nicer when looking up registered hosts
control-center_serviced
train
a59bf341b3730e612b997d7d90506e647869a67c
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -807,9 +807,8 @@ def directory(name, else: return _error( ret, 'No directory to create {0} in'.format(name)) - if not os.path.is...
Fix error where file.directory did not report changes
saltstack_salt
train
24588f77418f3bee71dcac0b2565a541c00a1dc6
diff --git a/pandas/core/format.py b/pandas/core/format.py index <HASH>..<HASH> 100644 --- a/pandas/core/format.py +++ b/pandas/core/format.py @@ -347,6 +347,12 @@ class DataFrameFormatter(TableFormatter): """ Render a DataFrame to a LaTeX tabular environment output. """ + def get_col_...
modified to_latex method of DataFrameFormatter to make nicer typeset tables
pandas-dev_pandas
train
7528461dc89770c9da8bbc02d327a28aae46569b
diff --git a/billing/gateway.py b/billing/gateway.py index <HASH>..<HASH> 100644 --- a/billing/gateway.py +++ b/billing/gateway.py @@ -1,6 +1,8 @@ from django.utils.importlib import import_module from django.conf import settings +gateway_cache = {} + class GatewayModuleNotFound(Exception): pass @@ -88,18 +9...
Added cache to the get_gateway method to avoid reading from the filesystem every time
agiliq_merchant
train
eb6f02ac32de53a1141874d8cb738b55434456ed
diff --git a/tests/test_contentsmanager.py b/tests/test_contentsmanager.py index <HASH>..<HASH> 100644 --- a/tests/test_contentsmanager.py +++ b/tests/test_contentsmanager.py @@ -1,9 +1,8 @@ -from nbrmd.cm import RmdFileContentsManager +from nbrmd import RmdFileContentsManager, readf from utils import list_all_noteboo...
Skip tests if notebook is not available
mwouts_jupytext
train
11af8a182f111343baafec871e2d16ab66b11efb
diff --git a/authomatic/providers/__init__.py b/authomatic/providers/__init__.py index <HASH>..<HASH> 100644 --- a/authomatic/providers/__init__.py +++ b/authomatic/providers/__init__.py @@ -510,6 +510,9 @@ class AuthorisationProvider(BaseProvider): #: If ``True`` the provider doesn't support Cross-site HTTP reque...
Added AuthorisationProvider.supports_jsonp property.
authomatic_authomatic
train
fa03ea2ee9ac10f5a1054577a6eac2ee1c1dba89
diff --git a/lib/garage/optional_response_body_responder.rb b/lib/garage/optional_response_body_responder.rb index <HASH>..<HASH> 100644 --- a/lib/garage/optional_response_body_responder.rb +++ b/lib/garage/optional_response_body_responder.rb @@ -1,27 +1,14 @@ module Garage::OptionalResponseBodyResponder protected ...
Do it simple This basically reverts <I>f<I>f4a3e4c<I>e<I>fdeee4cc0c7c<I> and fa<I>dd<I>e<I>c<I>b9e3ee<I>f<I>ce1, then changes the original `api_behavior` method to work regardless of Rails version
cookpad_garage
train
0c6ef230026ee03ab0b429fc1c05b561e2cd0757
diff --git a/abilian/app.py b/abilian/app.py index <HASH>..<HASH> 100644 --- a/abilian/app.py +++ b/abilian/app.py @@ -428,6 +428,9 @@ class Application(Flask, ServiceManager, PluginManager): # Babel (for i18n) abilian.i18n.babel.init_app(self) + abilian.i18n.babel.add_translations('wtforms', + ...
i<I>n: add translations bundled with wtforms
abilian_abilian-core
train
be7dc0047e5e3ec5d966f2a51c702546a27cfb95
diff --git a/aws/resource_aws_pinpoint_app.go b/aws/resource_aws_pinpoint_app.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_pinpoint_app.go +++ b/aws/resource_aws_pinpoint_app.go @@ -232,6 +232,11 @@ func resourceAwsPinpointAppDelete(d *schema.ResourceData, meta interface{}) erro _, err := conn.DeleteApp(&pin...
Avoiod error if app is already deleted
terraform-providers_terraform-provider-aws
train
e0c2740c7fc58067e948e38117af51162e49d014
diff --git a/webstyle_templates_scoap3.py b/webstyle_templates_scoap3.py index <HASH>..<HASH> 100644 --- a/webstyle_templates_scoap3.py +++ b/webstyle_templates_scoap3.py @@ -315,8 +315,9 @@ template function generated it. %(pagefooteradd)s <!-- replaced page footer --> <div class="pagefooterstripeleft"> + <!-- ...
Drop submit/search/etc. footer
inspirehep_harvesting-kit
train
26d90ab9556340eff40f3b41f63d0ba34784b5e0
diff --git a/bigquery/noxfile.py b/bigquery/noxfile.py index <HASH>..<HASH> 100644 --- a/bigquery/noxfile.py +++ b/bigquery/noxfile.py @@ -38,7 +38,6 @@ def default(session): for local_dep in LOCAL_DEPS: session.install("-e", local_dep) - # Pyarrow does not support Python 3.7 dev_install = ".[al...
Update tests to support conversion of NaN as NULL in pyarrow `<I>.*`. (#<I>) * Treat NaN as NULL when converting from pandas to arrow. Fixes broken unit tests from latest pyarrow release. * Remove outdated pyarrow comment.
googleapis_google-cloud-python
train
a0d7f6821839f32b7b5864cba70c611c54371b61
diff --git a/tests/Client/Channel/Basic/BasicTest.php b/tests/Client/Channel/Basic/BasicTest.php index <HASH>..<HASH> 100644 --- a/tests/Client/Channel/Basic/BasicTest.php +++ b/tests/Client/Channel/Basic/BasicTest.php @@ -8,6 +8,7 @@ use Innmind\AMQP\{ Client\Channel\Basic as BasicInterface, Transport\Connec...
add UT to verify publication with properties
Innmind_AMQP
train
9275f3ed0929358434da4c8d4bb808ed716e34ed
diff --git a/tools/soitoolkit-generator/soitoolkit-generator/src/test/java/org/soitoolkit/tools/generator/util/PreferencesUtilTests.java b/tools/soitoolkit-generator/soitoolkit-generator/src/test/java/org/soitoolkit/tools/generator/util/PreferencesUtilTests.java index <HASH>..<HASH> 100644 --- a/tools/soitoolkit-genera...
Update issue <I> Re-introducing generator preferences test.
soi-toolkit_soi-toolkit-mule
train
f26149140317076560523bedb3d48dc582962f64
diff --git a/test/units/tunnelPolicy.test.js b/test/units/tunnelPolicy.test.js index <HASH>..<HASH> 100644 --- a/test/units/tunnelPolicy.test.js +++ b/test/units/tunnelPolicy.test.js @@ -1,15 +1,15 @@ var util = require('../util.test'); module.exports = function() { -// util.request('https://tp.w2.org/index.html',...
test: tunnel.headers[x-whistle-policy] = tunnel
avwo_whistle
train
31f4c71948ad36111a917519ad44787b92491f4f
diff --git a/lib/skinner.js b/lib/skinner.js index <HASH>..<HASH> 100644 --- a/lib/skinner.js +++ b/lib/skinner.js @@ -388,7 +388,7 @@ skAggregator.prototype._transform = function (datapt, _, callback) mod_assert.equal(typeof (o), 'object'); mod_assert.ok(o !== null); field = this.sa_decomps[i]; - fieldvalue ...
support nested properties by using pluck()
joyent_node-skinner
train
7bd0ad1d8047a9436b9253dada661748ec5efb3d
diff --git a/python_modules/dagster/dagster/core/execution.py b/python_modules/dagster/dagster/core/execution.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/core/execution.py +++ b/python_modules/dagster/dagster/core/execution.py @@ -312,7 +312,10 @@ def _ensure_gen(thing_or_gen): @contextmana...
rename and detail with_maybe_gen (#<I>) Add a doc block and try a new name Addresses #<I>
dagster-io_dagster
train
7c557c181eef1e3547109d1e0b22ea9b6a62f4e7
diff --git a/worker/migrationmaster/worker_test.go b/worker/migrationmaster/worker_test.go index <HASH>..<HASH> 100644 --- a/worker/migrationmaster/worker_test.go +++ b/worker/migrationmaster/worker_test.go @@ -833,7 +833,7 @@ func (s *Suite) TestLogTransferReportsProgress(c *gc.C) { s.facade.logMessages = func(d cha...
Use LongWait instead of ShortWait Since we expect this to happen.
juju_juju
train
848330977d1c4e146327fcc7914aa29b39fccba7
diff --git a/src/main/java/hex/DGLM.java b/src/main/java/hex/DGLM.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/DGLM.java +++ b/src/main/java/hex/DGLM.java @@ -14,7 +14,6 @@ import java.util.*; import jsr166y.CountedCompleter; import water.*; import water.H2O.H2OCountedCompleter; -import water.Job.ChunkPr...
For some reason, Model has to be referenced by full path in DGLM. Changed that so that it compiles by build.sh.
h2oai_h2o-2
train
265f13495fb326bd2e6a5bc9cae7e297e42893d0
diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/testing/isolation.rb +++ b/activesupport/lib/active_support/testing/isolation.rb @@ -33,6 +33,45 @@ module ActiveSupport end ...
run railties tests in parallel, default to 2 cores
rails_rails
train
8f8b2bff7947df0b4fd1fdf12e1298519ecb21b4
diff --git a/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/CamelIotGateway.java b/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/CamelIotGateway.java index <HASH>..<HASH> 100644 --- a/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/CamelIotGateway.java +++ b/iot/gateway/src/main/java...
[#<I>] Assigned name to the hearbeat trigger route.
rhiot_rhiot
train
4fef7c2a56ee183e720e634bd23d674f46949c1a
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -175,6 +175,10 @@ module ActiveRecord JoinKeys.new(foreign_key, active_re...
Implement `scopes` method on each Reflection Each reflection should be responsible for returning the scopes needed to query against the db.
rails_rails
train
f80c78e3a56790580f483f3d239c57c547ce8e93
diff --git a/core/dbt/events/functions.py b/core/dbt/events/functions.py index <HASH>..<HASH> 100644 --- a/core/dbt/events/functions.py +++ b/core/dbt/events/functions.py @@ -13,8 +13,9 @@ import logbook import logging from logging import Logger from logging.handlers import RotatingFileHandler +import numbers impor...
add logic to scrub more than str types (#<I>)
fishtown-analytics_dbt
train
e85f6d59c2d804f50df09c497432008f35bc9097
diff --git a/find/finder.go b/find/finder.go index <HASH>..<HASH> 100644 --- a/find/finder.go +++ b/find/finder.go @@ -296,6 +296,56 @@ func (f *Finder) DefaultDatastore(ctx context.Context) (*object.Datastore, error return ds, nil } +func (f *Finder) ComputeResourceList(ctx context.Context, path ...string) ([]*ob...
Find ComputeResource objects with find package
vmware_govmomi
train
b3c97bd7c88728d0bb5c0c9b60bd78a65ca6dc27
diff --git a/qiskit/compiler/transpile.py b/qiskit/compiler/transpile.py index <HASH>..<HASH> 100644 --- a/qiskit/compiler/transpile.py +++ b/qiskit/compiler/transpile.py @@ -323,13 +323,6 @@ def _transpile_circuit(circuit_config_tuple: Tuple[QuantumCircuit, Dict]) -> Qua else: raise TranspilerError("opti...
add delay as a builtin instruction (#<I>)
Qiskit_qiskit-terra
train
da96e5e3fbdf77d7a129a4c141dfd190d2ebab52
diff --git a/lib/calabash/ios/device/gestures_mixin.rb b/lib/calabash/ios/device/gestures_mixin.rb index <HASH>..<HASH> 100644 --- a/lib/calabash/ios/device/gestures_mixin.rb +++ b/lib/calabash/ios/device/gestures_mixin.rb @@ -161,11 +161,54 @@ module Calabash end def pan_screen(view_to_pan, from_offset...
iOS: gesture mixin - implement flick and flick_screen
calabash_calabash
train
f3b4b3afd8be0f35ece4efed40bc188977ad3185
diff --git a/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationEntity.java b/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationEntity.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_...
Support Latest Cloud Foundry Versions This commit adds support for the latest Cloud Foundry versions, based on pcfdev <I>
cloudfoundry_cf-java-client
train
1f3dbb2c02a33e90368141efcb17753826c83bfb
diff --git a/classes/PodsI18n.php b/classes/PodsI18n.php index <HASH>..<HASH> 100644 --- a/classes/PodsI18n.php +++ b/classes/PodsI18n.php @@ -28,9 +28,6 @@ final class PodsI18n { if ( ! is_object( self::$instance ) ) { self::$instance = new PodsI18n(); - // Register our i18n script for JS - wp_register_sc...
wp_register_script was called incorrectly. WP Notice: Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version <I>.)
pods-framework_pods
train
4044b2c5556bea3f5457c182d07b7f51afe19558
diff --git a/clockwork.go b/clockwork.go index <HASH>..<HASH> 100644 --- a/clockwork.go +++ b/clockwork.go @@ -33,7 +33,7 @@ func NewRealClock() Clock { // NewFakeClock returns a FakeClock implementation which can be // manually ticked through time for testing. -func NewFakeClock() *FakeClock { +func NewFakeClock()...
clockwork: return interface, not pointer
jonboulle_clockwork
train
9b8170191deb587df4395fb44931071b1df32b25
diff --git a/master/buildbot/buildslave.py b/master/buildbot/buildslave.py index <HASH>..<HASH> 100644 --- a/master/buildbot/buildslave.py +++ b/master/buildbot/buildslave.py @@ -163,6 +163,13 @@ class AbstractBuildSlave(pb.Avatar, service.MultiService): self.missing_timer = reactor.callLater(self.missing_...
reject the *new* slave when a dupe slave connects This, coupled with a ping of the old slave, will keep double slaves from killing one another Fixes #<I>
buildbot_buildbot
train
175cdc0fd04589d6b7abce8a705537e1366df867
diff --git a/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php b/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php +++ b/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php @@ -32,7 +32,6 @@ class Scope */ public function __construct(Scope $pa...
[TwigBridge] removed double var initialization (refs #<I>)
symfony_symfony
train
d5a0487b0058cdf52b295e9ae203e8e90f3247dd
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index <HASH>..<HASH> 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -12,6 +12,8 @@ import mock import pytest import six +from code import InteractiveConsole + import cmd2 from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_T...
Added unit test for the interactive form of do_py().
python-cmd2_cmd2
train
df22a36503b52bc7de3b25438ee93683312b1e56
diff --git a/p3/eppy/tests/test_modeleditor.py b/p3/eppy/tests/test_modeleditor.py index <HASH>..<HASH> 100644 --- a/p3/eppy/tests/test_modeleditor.py +++ b/p3/eppy/tests/test_modeleditor.py @@ -25,7 +25,6 @@ import eppy.idfreader as idfreader import eppy.snippet as snippet from eppy.bunch_subclass import Bunch - ...
passes python3 tests
santoshphilip_eppy
train
9f70cc7e82406f9c8bae874df0b3a4c03b53619f
diff --git a/src/FelixOnline/Core/Comment.php b/src/FelixOnline/Core/Comment.php index <HASH>..<HASH> 100644 --- a/src/FelixOnline/Core/Comment.php +++ b/src/FelixOnline/Core/Comment.php @@ -411,6 +411,16 @@ class Comment extends BaseDB public function markAsSpam() { if ($this->getExternal()) { + // check key ...
Added key check to other akismet calls
FelixOnline_BaseApp
train
5baad1c991253d5621acb06bbc3b36682081637b
diff --git a/gaekit/storages.py b/gaekit/storages.py index <HASH>..<HASH> 100644 --- a/gaekit/storages.py +++ b/gaekit/storages.py @@ -42,6 +42,10 @@ class CloudStorage(Storage): except cloudstorage.NotFoundError: return False + def size(self, name): + stats = cloudstorage.stat(self._r...
Adds support for retrieving file size
Beyond-Digital_django-gaekit
train
ce26eee847f3aa494ec49b46707b50931494904f
diff --git a/src/Rest/RestConfiguration.php b/src/Rest/RestConfiguration.php index <HASH>..<HASH> 100755 --- a/src/Rest/RestConfiguration.php +++ b/src/Rest/RestConfiguration.php @@ -96,7 +96,7 @@ class RestConfiguration */ public function setRootEndpoint($endpoint) { - $this->rootEndpoint = $end...
Fix issue to ensure leading / exists on endpoints
as3io_modlr
train
a4621b2226727aa54310b01a4d728eafca86c345
diff --git a/lib/dcell/actor_proxy.rb b/lib/dcell/actor_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/dcell/actor_proxy.rb +++ b/lib/dcell/actor_proxy.rb @@ -5,54 +5,40 @@ module DCell def initialize(lnode, actor, methods) @lnode, @actor = lnode, actor + methods.each do |meth| self.class....
attempt to uncrustify DCell actor proxy
celluloid_dcell
train
32e276d5c0a043143dc31706c49ada7d28e076db
diff --git a/src/core/bindings/bindnode.js b/src/core/bindings/bindnode.js index <HASH>..<HASH> 100644 --- a/src/core/bindings/bindnode.js +++ b/src/core/bindings/bindnode.js @@ -56,7 +56,8 @@ define([ var bindSandbox = core.bindSandbox = function(object, node, evt, optional) { var $nodes = core.$(node), _evt,...
minor fi for jshint
matreshkajs_matreshka
train
c2112bc465b84d399c22fa478ccc84f4492fc1fe
diff --git a/devassistant/package_managers.py b/devassistant/package_managers.py index <HASH>..<HASH> 100644 --- a/devassistant/package_managers.py +++ b/devassistant/package_managers.py @@ -372,7 +372,7 @@ class PIPPackageManager(PackageManager): if not getattr(cls, '_installed', None): query = C...
Test PIP PM + fix for found bug
devassistant_devassistant
train
1fee8d632ae3b7401cfe3fbc18229751fb744975
diff --git a/classes/Gems/Default/GroupAction.php b/classes/Gems/Default/GroupAction.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Default/GroupAction.php +++ b/classes/Gems/Default/GroupAction.php @@ -60,10 +60,32 @@ class Gems_Default_GroupAction extends Gems_Controller_BrowseEditAction */ protected ...
Fix for #<I>: Admins can become super admins Menu still has to be adapted, but this code works and will be back ported to <I>
GemsTracker_gemstracker-library
train
6a34b5dae0ebae77904995a92774d24c6a0c6437
diff --git a/pkg/datapath/linux/datapath.go b/pkg/datapath/linux/datapath.go index <HASH>..<HASH> 100644 --- a/pkg/datapath/linux/datapath.go +++ b/pkg/datapath/linux/datapath.go @@ -15,8 +15,6 @@ package linux import ( - "io" - "github.com/cilium/cilium/pkg/datapath" "github.com/cilium/cilium/pkg/datapath/linu...
loader: make linuxDatapath composed of a ConfigWriter This removes unnecessary boilerplate around the implementation of the `ConfigWriter` interfaces.
cilium_cilium
train
da112d66950bf6fe802aa06ca78b73a9857e594f
diff --git a/Bundle/TwigBundle/Controller/ExceptionController.php b/Bundle/TwigBundle/Controller/ExceptionController.php index <HASH>..<HASH> 100644 --- a/Bundle/TwigBundle/Controller/ExceptionController.php +++ b/Bundle/TwigBundle/Controller/ExceptionController.php @@ -3,9 +3,9 @@ namespace Victoire\Bundle\TwigBundle...
remove the trailing slash when handling a <I> to correctly detech assets (such as img.jpg, doc.txt...) to avoid huge victoire load and serve just a simple <I> page
Victoire_victoire
train
c45eaa8de6de48cd994e7d61738c602172da9ef6
diff --git a/gulp/closure-task.js b/gulp/closure-task.js index <HASH>..<HASH> 100644 --- a/gulp/closure-task.js +++ b/gulp/closure-task.js @@ -19,6 +19,7 @@ const { targetDir, mainExport, esmRequire, + getUMDExportName, gCCLanguageNames, observableFromStreams, shouldRunInChildProcess, @...
fix(umd): fix the UMD bundle export names so they don't conflict and overwrite each other (#<I>) Importing multiple UMD bundles into the same page was causing the global Ix object to be replaced each time, rather than augmented. Exporting them to distinct global objects based on the file name causes them not to conf...
ReactiveX_IxJS
train
2488272f661aafe3b9d805f9015dfa6b754396ed
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,22 @@ module Railswiki::TitleHelper end ``` +### Use slugs rather than /wiki + +Create a new initialiser to enable slugs, rather than wiki pages: + +```ruby +# config/initializers/railswiki_slugs.rb + +Rail...
Allow paths to be slugs (/title), rather than /wiki/Title
soundasleep_railswiki
train
69f027992e311f5e310413211db1794c87f03441
diff --git a/src/TypedCollection/ObjectCollection.php b/src/TypedCollection/ObjectCollection.php index <HASH>..<HASH> 100644 --- a/src/TypedCollection/ObjectCollection.php +++ b/src/TypedCollection/ObjectCollection.php @@ -28,8 +28,12 @@ final class ObjectCollection implements ObjectCollectionInterface return ...
feat: allow ObjectCollection::toMap() to be called without a callback
miquido_data-structure
train
94f9f07d3bbf1ee7d3450a930ab6e89c622153ed
diff --git a/lang/en_utf8/enrol_flatfile.php b/lang/en_utf8/enrol_flatfile.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/enrol_flatfile.php +++ b/lang/en_utf8/enrol_flatfile.php @@ -4,6 +4,7 @@ $string['enrolname'] = 'Flat file'; $string['description'] = 'This method will repeatedly check for and process a spec...
Re-formatted the imporved flat file enorlment description
moodle_moodle
train
22dcf41afd4ba897d44f008ec21ad37af520a31c
diff --git a/src/rinoh/flowable.py b/src/rinoh/flowable.py index <HASH>..<HASH> 100644 --- a/src/rinoh/flowable.py +++ b/src/rinoh/flowable.py @@ -233,11 +233,13 @@ class Flowable(Styled): padding_left = self.get_style('padding_left', container) or padding padding_right = self.get_style('padding_right...
Fix border for non-full-width split flowables
brechtm_rinohtype
train
b6a8be51a058a061462cc4b56a507578629afa9a
diff --git a/src/child-process-data.js b/src/child-process-data.js index <HASH>..<HASH> 100644 --- a/src/child-process-data.js +++ b/src/child-process-data.js @@ -64,12 +64,11 @@ export function makeSingleTest (options) { if (opts.debug) { opts.debug = {}; Object.keys(opts).forEach(key => { - opts.deb...
Fixed debug options Used to copy all members to the debug member, but then 'this' did not always point to top options object but to options.debug, bypassing some of the wrapped function for the original ones.
jlenoble_child-process-data
train
d693f7562ca337c9845a09b3cd272b795ecc3bf4
diff --git a/java/server/test/org/openqa/grid/e2e/misc/GridViaCommandLineTest.java b/java/server/test/org/openqa/grid/e2e/misc/GridViaCommandLineTest.java index <HASH>..<HASH> 100644 --- a/java/server/test/org/openqa/grid/e2e/misc/GridViaCommandLineTest.java +++ b/java/server/test/org/openqa/grid/e2e/misc/GridViaComman...
attempting to stablize grid tests
SeleniumHQ_selenium
train
dbadfbb3e68a8a91fcaafb3a6f93a6410a4666c9
diff --git a/galpy/util/bovy_coords.py b/galpy/util/bovy_coords.py index <HASH>..<HASH> 100644 --- a/galpy/util/bovy_coords.py +++ b/galpy/util/bovy_coords.py @@ -1029,12 +1029,10 @@ def rect_to_cyl(X,Y,Z): 2010-09-24 - Written - Bovy (NYU) + 2019-06-21 - Changed such that phi in [-pi,pi] - Bovy (UofT...
Also make rect_to_cyl consistent with new phi range in Orbit
jobovy_galpy
train
ede3e98b9a7c6b0d8d1212426478fac82165cbbd
diff --git a/src/GraphQL.php b/src/GraphQL.php index <HASH>..<HASH> 100644 --- a/src/GraphQL.php +++ b/src/GraphQL.php @@ -68,12 +68,14 @@ class GraphQL * @param null $context * @param array $variables * @param null $rootValue + * @param string $operationName * * @return Execution...
allow override of operationName (necessary for subscriptions)
nuwave_lighthouse
train
ceed1144d8eefb9467342362541309c73cbe8cc2
diff --git a/cslbot/commands/wolf.py b/cslbot/commands/wolf.py index <HASH>..<HASH> 100644 --- a/cslbot/commands/wolf.py +++ b/cslbot/commands/wolf.py @@ -18,6 +18,7 @@ from lxml.etree import fromstring from requests import get +from urllib.parse import quote from ..helpers.command import Command from ..helpers...
wolf quoting, fix #<I>
tjcsl_cslbot
train
fa05c72f065a0e090b8d14af1f6b81b8b3f99ef3
diff --git a/Controller/ResourceController.php b/Controller/ResourceController.php index <HASH>..<HASH> 100644 --- a/Controller/ResourceController.php +++ b/Controller/ResourceController.php @@ -225,6 +225,8 @@ class ResourceController extends ContainerAware $form->handleRequest($request); if ($form...
Use the resource obtained from the form in case of replacement
Sylius_SyliusResourceBundle
train
19da857daf48a15145a0c8164f8f5e787651bee1
diff --git a/lib/savon/builder.rb b/lib/savon/builder.rb index <HASH>..<HASH> 100644 --- a/lib/savon/builder.rb +++ b/lib/savon/builder.rb @@ -22,22 +22,12 @@ module Savon @wsdl = wsdl @globals = globals @locals = locals - end - def use_namespace(path, uri) - @internal_namespace_co...
moved namespace and type setters to the Builder
savonrb_savon
train
4e863986d440465b1b034c12022f59bd8198810d
diff --git a/tests/unit/utils/test_jid.py b/tests/unit/utils/test_jid.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/test_jid.py +++ b/tests/unit/utils/test_jid.py @@ -1,15 +1,11 @@ -# -*- coding: utf-8 -*- """ Tests for salt.utils.jid """ -# Import Python libs -from __future__ import absolute_import, unico...
Generated JID's are now UTC by default
saltstack_salt
train
97afcec5e498740a7b47dfa24a18b1ec716af431
diff --git a/impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java b/impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java +++ b/impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java @@ -383,7 +38...
Only create AnnotatedTypes for classes found in the physical BDAs
weld_core
train
23897bf091e444c8556fcdec6f77db93653c2b3a
diff --git a/isort/output.py b/isort/output.py index <HASH>..<HASH> 100644 --- a/isort/output.py +++ b/isort/output.py @@ -513,35 +513,71 @@ def _with_straight_imports( import_type: str, ) -> List[str]: output: List[str] = [] - for module in straight_modules: - if module in remove_imports: - ...
Added code to combine all bare straight imports in a single line when flag is set
timothycrosley_isort
train
d94ca3fedcee18a43678bc807ec208fc8bab2764
diff --git a/lib/steep/index/rbs_index.rb b/lib/steep/index/rbs_index.rb index <HASH>..<HASH> 100644 --- a/lib/steep/index/rbs_index.rb +++ b/lib/steep/index/rbs_index.rb @@ -214,12 +214,22 @@ module Steep type_reference member.type, from: member if member.is_a?(RBS::AST::Members::AttrReader...
Let RBSIndex support singleton attributes
soutaro_steep
train
724dea85cd9da744f0b479fa7578350facb98fd5
diff --git a/unittests/test_map_gcc5.py b/unittests/test_map_gcc5.py index <HASH>..<HASH> 100644 --- a/unittests/test_map_gcc5.py +++ b/unittests/test_map_gcc5.py @@ -21,7 +21,9 @@ class tester_t(parser_test_case.parser_test_case_t): """ The code in test_map_gcc5.hpp was breaking pygccxml. - ...
Extend the map test for gcc (see #<I>) Calling create_decl_string on the _M_clone_node calldef is failing with gcc > <I> and -std=c<I> This test should is currently failing, it is only there to have a way to demonstrate the error and to fix it.
gccxml_pygccxml
train
cfde6c0a33f772bf0c007d12b8688e65efa2b380
diff --git a/code/formfields/PermissionTableField.php b/code/formfields/PermissionTableField.php index <HASH>..<HASH> 100644 --- a/code/formfields/PermissionTableField.php +++ b/code/formfields/PermissionTableField.php @@ -1,8 +1,6 @@ <?php /** - * Description of PermissionTableField - * * @author marcus@silverst...
Fix issue with tests where permission table is not properly checking for nulls
nyeholt_silverstripe-restrictedobjects
train
1e51bb717c04ca4b01a05a7a548e6b550be38628
diff --git a/src/transformers/tokenization_utils.py b/src/transformers/tokenization_utils.py index <HASH>..<HASH> 100644 --- a/src/transformers/tokenization_utils.py +++ b/src/transformers/tokenization_utils.py @@ -2195,7 +2195,6 @@ class PreTrainedTokenizer(SpecialTokensMixin): .replace(" ' ", "'") ...
Fix for #<I>. PretrainedTokenizer mapped " do not" into " don't" when .decode(...) is called. Removed the " do not" --> " don't" mapping from clean_up_tokenization(...). (#<I>)
huggingface_pytorch-pretrained-BERT
train
c49de338e2b004e081ec294a24ad4dd39b4150d6
diff --git a/src/Sylius/Component/Core/Dashboard/DashboardStatisticsProvider.php b/src/Sylius/Component/Core/Dashboard/DashboardStatisticsProvider.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Component/Core/Dashboard/DashboardStatisticsProvider.php +++ b/src/Sylius/Component/Core/Dashboard/DashboardStatisticsProvid...
[Customer][Core] Rename DashboardStatistic customers count() method to countCustomers()
Sylius_Sylius
train
fd0e0d66e08b3fe251a1bcd27e593bededc36cd0
diff --git a/lib/Epuber/book/toc_item.rb b/lib/Epuber/book/toc_item.rb index <HASH>..<HASH> 100644 --- a/lib/Epuber/book/toc_item.rb +++ b/lib/Epuber/book/toc_item.rb @@ -36,7 +36,7 @@ module Epuber if title.is_a? String item.title = title else - opts << title + opts.unshift(title) end ...
[TocItem] fix order of options passed in to #file
epuber-io_epuber
train
27da85fe7efd6fd84e61ee565284555b0b0478c1
diff --git a/lib/zephyr.rb b/lib/zephyr.rb index <HASH>..<HASH> 100644 --- a/lib/zephyr.rb +++ b/lib/zephyr.rb @@ -268,7 +268,7 @@ class Zephyr http_end = Time.now.to_f if defined?(Rails) - Rails.logger.info "[zephyr]: \"%s %s\" %s %0.4f" % [ + Rails.logger.info "[zephyr:#{$$}:#{Time.now.to_f}] ...
ugh, more lame rails logging
mhat_zephyr
train
86c7380bafb5ea4b4eab149580b7d66a7a250c43
diff --git a/src/com/google/javascript/rhino/Node.java b/src/com/google/javascript/rhino/Node.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/rhino/Node.java +++ b/src/com/google/javascript/rhino/Node.java @@ -2339,8 +2339,7 @@ public class Node implements Serializable { return this; } - /**...
Undeprecate `Node.copyFromNode` This method is useful for writing code that works either before or after color conversion. PiperOrigin-RevId: <I>
google_closure-compiler
train
1800bae62468eb7ef63ef80f7008d37a48c3e21e
diff --git a/lib/citeme/note.rb b/lib/citeme/note.rb index <HASH>..<HASH> 100644 --- a/lib/citeme/note.rb +++ b/lib/citeme/note.rb @@ -2,7 +2,7 @@ module CiteMe class Note < CiteMe::Citation def to_html - "#{formatted_authors}, <em>#{title}</em> (#{city}: #{publisher}, #{year}), #{pages.join("-")}." ...
updated note to use range handling logic, added tests
tfwright_incite
train
f249cbfa9fc41a9ccd80ad4b6f69cc7376d9c5c4
diff --git a/lib/vagrant-fsnotify/command-fsnotify.rb b/lib/vagrant-fsnotify/command-fsnotify.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-fsnotify/command-fsnotify.rb +++ b/lib/vagrant-fsnotify/command-fsnotify.rb @@ -199,7 +199,7 @@ MESSAGE end tosync.each do |machine, files| - machine.comm...
using -am option instead of -a when execution linux "touch" command. Current version will change only the access time. Changing it into -am will change access time and file modify time.
adrienkohlbecker_vagrant-fsnotify
train
b14a130a04d3d0d19b35f796faa75a2cdc2ad1a9
diff --git a/test/libs/customelement.spec.js b/test/libs/customelement.spec.js index <HASH>..<HASH> 100644 --- a/test/libs/customelement.spec.js +++ b/test/libs/customelement.spec.js @@ -194,11 +194,22 @@ describe('Class CustomElement', () => { } class Yellow extends Baz { + + static a = 12; + static b = 34...
added tests for testing static properties and skiped tests for instance methods
SerkanSipahi_app-decorators
train
f1e76cfde1abe68ce7ad16182e01c2eb217386aa
diff --git a/styx-api-service/src/main/java/com/spotify/styx/api/SchedulerProxyResource.java b/styx-api-service/src/main/java/com/spotify/styx/api/SchedulerProxyResource.java index <HASH>..<HASH> 100644 --- a/styx-api-service/src/main/java/com/spotify/styx/api/SchedulerProxyResource.java +++ b/styx-api-service/src/main...
proxy: remove auth header to avoid duplicate headr The apollo http client decorates the outgoing request with the auth header from the incoming request without bothering to check whether there already is a auth header. This causes nginx on the scheduler to fail the proxied request with <I> Bad Request.
spotify_styx
train
d9c4d31881c578ff7cbeb9176aea2d18eadfd9a2
diff --git a/js/XO.js b/js/XO.js index <HASH>..<HASH> 100644 --- a/js/XO.js +++ b/js/XO.js @@ -44,9 +44,11 @@ var X = (function () { function proc(fn) { var id = count++, + gen = 1, updating = false, msg, source_ids = [], + source_gens = [], ...
Using generation-based linking in XO.js for faster pruning of stale references.
adamhaile_S
train
7bfcf8c87ccc677cba93605f7570d720f63aa672
diff --git a/lib/grope/wso_wrapper.rb b/lib/grope/wso_wrapper.rb index <HASH>..<HASH> 100644 --- a/lib/grope/wso_wrapper.rb +++ b/lib/grope/wso_wrapper.rb @@ -7,6 +7,8 @@ module Grope include Enumerable + attr_reader :wso + def self.wrap(value) case value when nil @@ -46,12 +48,21 @@ modu...
javascript function can be called in ruby
youpy_grope
train
95036360a6eaaeadb7b63c62205da2f49bc16b6f
diff --git a/Command/FeedDumpCommand.php b/Command/FeedDumpCommand.php index <HASH>..<HASH> 100644 --- a/Command/FeedDumpCommand.php +++ b/Command/FeedDumpCommand.php @@ -36,7 +36,7 @@ class FeedDumpCommand extends ContainerAwareCommand ->setDescription('Generate (dump) a feed in an XML file') ...
Few improvements, logicException, hasItems
eko_FeedBundle
train
a12d5ee22e4f7a31b06a1e11da3806f573567192
diff --git a/lib/travis/enqueue/services/enqueue_jobs.rb b/lib/travis/enqueue/services/enqueue_jobs.rb index <HASH>..<HASH> 100644 --- a/lib/travis/enqueue/services/enqueue_jobs.rb +++ b/lib/travis/enqueue/services/enqueue_jobs.rb @@ -33,7 +33,7 @@ module Travis Timeout.timeout(TIMEOUT) do Travi...
Catch Redis::TimeoutError in enqueue. This is the error thrown when the Redis connection times out, causing hub to stop queueing.
travis-ci_travis-core
train
ce6a396e7558ed4ca5e6e748bd9940cbe6614cd2
diff --git a/src/main/java/com/englishtown/vertx/jersey/impl/DefaultJerseyHandler.java b/src/main/java/com/englishtown/vertx/jersey/impl/DefaultJerseyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/englishtown/vertx/jersey/impl/DefaultJerseyHandler.java +++ b/src/main/java/com/englishtown/vertx/jersey/...
shouldReadData() - made application check a little easier to read (hopefully)
ef-labs_vertx-jersey
train
92f146faad7d3dcbba408f25c82408066700f46c
diff --git a/ttlser.py b/ttlser.py index <HASH>..<HASH> 100644 --- a/ttlser.py +++ b/ttlser.py @@ -329,12 +329,12 @@ class CustomTurtleSerializer(TurtleSerializer): self.write(' .') return True - def _s_squared(self, subject): # XXX unmodified, ordering issues start here + def s_squared(self,...
ttlser anon top class representation changed to match owlapi [ thing ] instead of [] thing, and axioms can be anon so fixed that if statement
tgbugs_pyontutils
train
3a0e41b9e4b0909201045fa47704b78c9d949b73
diff --git a/README.rdoc b/README.rdoc index <HASH>..<HASH> 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,6 +13,8 @@ Lots of Ruby libraries utilize JSON parsing in some form, and everyone has their The <tt>engine</tt> setter takes either a symbol or a class (to allow for custom JSON parsers) that responds to...
Impeoved defaulting and documentation.
intridea_multi_json
train
d6147ebbc3d16ed8c9282f2dc778276137bb32cd
diff --git a/lib/Cake/Test/TestCase/Model/Datasource/Database/Log/QueryLoggerTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Database/Log/QueryLoggerTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/TestCase/Model/Datasource/Database/Log/QueryLoggerTest.php +++ b/lib/Cake/Test/TestCase/Model/Datasource/Databa...
Some changes in QueryLogger test case
cakephp_cakephp
train
51b126df2ee0a5bfbce3c24a67cd68bc66c4f2b2
diff --git a/nbp/src/main/java/jlibs/nbp/NBParser.java b/nbp/src/main/java/jlibs/nbp/NBParser.java index <HASH>..<HASH> 100644 --- a/nbp/src/main/java/jlibs/nbp/NBParser.java +++ b/nbp/src/main/java/jlibs/nbp/NBParser.java @@ -58,7 +58,7 @@ public abstract class NBParser{ private char highSurrogate; private...
- consume methods are made public - hadler encoding is made null in constructor
santhosh-tekuri_jlibs
train
5c3eb75fb63ad3e8c6ebcb735b8b90b6da59c629
diff --git a/lib/kura/version.rb b/lib/kura/version.rb index <HASH>..<HASH> 100644 --- a/lib/kura/version.rb +++ b/lib/kura/version.rb @@ -1,3 +1,3 @@ module Kura - VERSION = "0.2.1" + VERSION = "0.2.2" end
bump up version to <I>.
nagachika_kura
train
7a70c7cf6ff498e7c541de787fd4a914aa7cbdcb
diff --git a/src/Util/ClassObject.php b/src/Util/ClassObject.php index <HASH>..<HASH> 100644 --- a/src/Util/ClassObject.php +++ b/src/Util/ClassObject.php @@ -72,8 +72,8 @@ abstract class ClassObject break; } } - - if($param->isVariadic()) + + if($param && $param...
修复 Call to a member function isVariadic() on null 问题
Yurunsoft_IMI
train
627d4b47c20ca79cd3ce1bb99d1b54ccf457a561
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "19.0" +DEFAULT_VERSION = "19.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.cur...
Bumped to <I> in preparation for next release.
pypa_setuptools
train
45ac6552755561c9336666a9127c3d259c340e5c
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AwsParameterStoreEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AwsParameterStoreEnvironmentRepository.java index <HASH>..<HASH> 100644 ---...
Ordering support for AWSParameterStore. Fixes gm-<I> (#<I>) * Ordering support for AWSParameterStore. Fixes gm-<I> * gm-<I> Added test for codecoverage
spring-cloud_spring-cloud-config
train
5fe65214cf5c6795d9f54a4661e2909215b9aaab
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,6 @@ before_script: after_success: - cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js + +env: + - TREE_CI_ENV=travis \ No newline at end of file diff --git a/Gruntfile.js b/Grun...
updated grunt and karma to run on travis using phantomJS, and chrome locally
wix_angular-tree-control
train
f1b317bbd9e3adc0b638ab2769236c4934fad641
diff --git a/src/start-io.js b/src/start-io.js index <HASH>..<HASH> 100644 --- a/src/start-io.js +++ b/src/start-io.js @@ -44,7 +44,7 @@ function ioServer(port = 6466, clientCount = 1, timeoutMs = 100000) { }) .timeout(timeoutMs) .catch((err) => { - log.error(JSON.stringify(err, null, 2)) + log...
Quick and dirty fix for winston logging empty line on Error object
kengz_poly-socketio
train
0487c2e0fdcfd850a6b5de4a7a4d41f74914a52b
diff --git a/src/session.js b/src/session.js index <HASH>..<HASH> 100644 --- a/src/session.js +++ b/src/session.js @@ -59,39 +59,50 @@ ghostdriver.Session = function(desiredCapabilities) { _currentWindowHandle = null, _id = (++ghostdriver.Session.instanceCounter) + '', //< must be a string, even if I use prog...
Decorating the "window" with a new function: "setOneShotCallback". This is useful because in the majority of the cases, we want to handle a page callback, than remove all of them: we can't risk having pending callbacks firing randomly during successive commands.
detro_ghostdriver
train
db19075a2565a5ecdaf0e0eb9e799a1a6f593f7d
diff --git a/src/main/resources/META-INF/resources/primefaces/timeline/1-timeline.js b/src/main/resources/META-INF/resources/primefaces/timeline/1-timeline.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/timeline/1-timeline.js +++ b/src/main/resources/META-INF/resources/primefaces/...
Fix #<I>: Timeline zoom/move widget methods are by user (#<I>)
primefaces_primefaces
train