hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4c1f614674e5c1ea685e07c032fc794027663dc7
diff --git a/lib/crypto/settings.py b/lib/crypto/settings.py index <HASH>..<HASH> 100644 --- a/lib/crypto/settings.py +++ b/lib/crypto/settings.py @@ -16,7 +16,7 @@ patch_version = "0" #------------------------------------------------------------------------------ # Debug Flag (switch to False for production release ...
switch debug flag off for first release
chrissimpkins_crypto
train
40ffdfd1df2f59ca907ab1abfc438905205f0117
diff --git a/models/phase3_eval/make_stmts_for_checking.py b/models/phase3_eval/make_stmts_for_checking.py index <HASH>..<HASH> 100644 --- a/models/phase3_eval/make_stmts_for_checking.py +++ b/models/phase3_eval/make_stmts_for_checking.py @@ -77,7 +77,8 @@ def make_stmts(data, ab_agents, drug_ab_combs=None, thresh=None...
Get whole data row for each Statement to check
sorgerlab_indra
train
916d8ecc444e41709e02148d616052e27fdea06a
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -47,6 +47,7 @@ function showVersion(){ * @param {Function} cb Callback. */ function run(opts, cb){ + opts.extensions = opts.extensions ? opts.extensions + ',.jsx' : '.jsx'; var files = jshintcli.gather(opts); if (opts...
Ensure `.jsx` is automatically being added to jshint's `opts.extensions`
STRML_JSXHint
train
6b78ac31910277f966213c68aae406192fd2bbdb
diff --git a/example_app/install.php b/example_app/install.php index <HASH>..<HASH> 100644 --- a/example_app/install.php +++ b/example_app/install.php @@ -7,8 +7,6 @@ require '../MerchiumClient.php'; define('MERCHIUM_APP_KEY', ''); define('MERCHIUM_SHARED_SECRET', ''); -$access_token = empty($_COOKIE['merchium_acce...
[~] Omitted code removed.
merchium_merchium-php-sdk
train
0485afc898d16c9c64cc8182345e6390cddcaf73
diff --git a/core/src/main/java/hudson/util/ProcessTree.java b/core/src/main/java/hudson/util/ProcessTree.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/util/ProcessTree.java +++ b/core/src/main/java/hudson/util/ProcessTree.java @@ -125,7 +125,7 @@ public abstract class ProcessTree implements Iterable...
This happens often enough that being INFO is annoying. git-svn-id: <URL>
jenkinsci_jenkins
train
c6a1fd6497604310a1eca5f9618e8e677ef3640b
diff --git a/lib/molmod/graphs.py b/lib/molmod/graphs.py index <HASH>..<HASH> 100644 --- a/lib/molmod/graphs.py +++ b/lib/molmod/graphs.py @@ -56,7 +56,8 @@ import copy, numpy __all__ = [ "OneToOneError", "OneToOne", "GraphError", "cached", "Graph", "Match", "PatternError", "Pattern", - "CriteriaSet", "An...
Added Xor and Not to graphs.py
molmod_molmod
train
f586cb46c1675cfe7d54d73f7895b7e9107f39b0
diff --git a/addons/log/csv_addon/__init__.py b/addons/log/csv_addon/__init__.py index <HASH>..<HASH> 100644 --- a/addons/log/csv_addon/__init__.py +++ b/addons/log/csv_addon/__init__.py @@ -12,8 +12,9 @@ logger = logging.getLogger(__name__) class Config(OwlMixin): - def __init__(self, encoding='utf8'): + de...
:new: Add support for csv dialect
tadashi-aikawa_jumeaux
train
7bb5ac5167aa101271fab12d22d5fd75c5428b5e
diff --git a/Classes/Console/Service/CacheLowLevelCleaner.php b/Classes/Console/Service/CacheLowLevelCleaner.php index <HASH>..<HASH> 100644 --- a/Classes/Console/Service/CacheLowLevelCleaner.php +++ b/Classes/Console/Service/CacheLowLevelCleaner.php @@ -29,7 +29,8 @@ class CacheLowLevelCleaner { $cacheDi...
[BUGFIX] Use not deprecated API to remove directories
TYPO3-Console_TYPO3-Console
train
0301b19baf0f8755d0b6eb6f3814e7a9d771d447
diff --git a/internal/features/three_point_oh.go b/internal/features/three_point_oh.go index <HASH>..<HASH> 100644 --- a/internal/features/three_point_oh.go +++ b/internal/features/three_point_oh.go @@ -21,16 +21,26 @@ func DeprecatedInThreePointOh(deprecationMessage string) string { } // ThreePointOh returns wheth...
new feature flag: ThreePointOhBeta This commit lays the foundation for splitting the ThreePointOh and ThreePointOhBeta flags - for breaking changes to be feature flagged whilst allowing users to opt-into backwards-compatible changes in the upcoming beta.
terraform-providers_terraform-provider-azurerm
train
ffc83346b6a42d96872554335eda84a84f876ff8
diff --git a/internal/service/kinesisvideo/stream_test.go b/internal/service/kinesisvideo/stream_test.go index <HASH>..<HASH> 100644 --- a/internal/service/kinesisvideo/stream_test.go +++ b/internal/service/kinesisvideo/stream_test.go @@ -16,7 +16,7 @@ import ( tfkinesisvideo "github.com/hashicorp/terraform-provider-...
kinesisvideo: Clean up and standardize acceptance test names
terraform-providers_terraform-provider-aws
train
fc781297b5e0aa1a06cb64272e8db9a0ee16dfc0
diff --git a/tests/test_vm.py b/tests/test_vm.py index <HASH>..<HASH> 100644 --- a/tests/test_vm.py +++ b/tests/test_vm.py @@ -39,8 +39,8 @@ def vm_tests_fixtures(): vm_fixture.update(json.load(open('fixtures/random.json', 'r'))) except IOError: raise IOError("Could not read random.json from fixt...
reactivate fixture compatibility tests
ethereum_pyethereum
train
ad1dec58ecdb5c3a67e115d73c1b4341050e6234
diff --git a/src/ol/interaction/Extent.js b/src/ol/interaction/Extent.js index <HASH>..<HASH> 100644 --- a/src/ol/interaction/Extent.js +++ b/src/ol/interaction/Extent.js @@ -48,7 +48,7 @@ const ExtentEventType = { /** * @classdesc - * Events emitted by {@link module:ol/interaction/Extent~Extent} instances are + *...
Rename Extent to ExtentInteraction
openlayers_openlayers
train
108b2eabec528cb07f8dd2f6994f70af824ef632
diff --git a/channel.go b/channel.go index <HASH>..<HASH> 100644 --- a/channel.go +++ b/channel.go @@ -489,6 +489,10 @@ func (ch *Channel) Connect(ctx context.Context, hostPort string) (*Connection, e OnExchangeUpdated: ch.exchangeUpdated, } + if err := ctx.Err(); err != nil { + return nil, GetContextError(err...
Check for canceled contexts when making outbound calls (#<I>)
uber_tchannel-go
train
5e0561834040460f539854e361fb02c6e2697826
diff --git a/pyudl/__init__.py b/pyudl/__init__.py index <HASH>..<HASH> 100644 --- a/pyudl/__init__.py +++ b/pyudl/__init__.py @@ -1,6 +1,6 @@ # use __init__.py to setup the namespace -import tds +from . import tds # will be able to call things in tds using pyudl # import pyudl # pyudl.tds diff --git a/pyud...
Make pyudl work with Python 3.
Unidata_siphon
train
472a57f5434f1f34050e382c89707589e09b13e8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -81,6 +81,9 @@ module.exports = function(options, callback) { callback = options; options = null; } + if (options && options.debugMode) { + env.PFORK_MODE = 'bind'; + } require('./lib/config').extend(optio...
refactor: use process.env.FPORK_MODE = 'bind' instead of IPC
avwo_whistle
train
931256f8c0b8d79bf37debdb916746ffbf932025
diff --git a/application/__tests__/action-builder-test.js b/application/__tests__/action-builder-test.js index <HASH>..<HASH> 100644 --- a/application/__tests__/action-builder-test.js +++ b/application/__tests__/action-builder-test.js @@ -1,20 +1,21 @@ -/*global jest, expect, it*/ +/*global jest, expect, it, describe*/...
[action-builder] es6 tests
KleeGroup_focus-core
train
0714405c2576d24fba7f8a46b343b0bc42458e58
diff --git a/pycollocation/tests/test_heat_exchanger.py b/pycollocation/tests/test_heat_exchanger.py index <HASH>..<HASH> 100644 --- a/pycollocation/tests/test_heat_exchanger.py +++ b/pycollocation/tests/test_heat_exchanger.py @@ -7,6 +7,11 @@ from .. import solvers class HeatExchanger(unittest.TestCase): + """...
Simplified heat exchanger tests.
davidrpugh_pyCollocation
train
148e9765876bcbb6a25180a77257ea9de3770579
diff --git a/example.py b/example.py index <HASH>..<HASH> 100755 --- a/example.py +++ b/example.py @@ -21,13 +21,14 @@ SERVER = 'localhost' import lurklib + class HelloBot(lurklib.Client): - def on_auto(self): + def on_connect(self): + """ Join #bots upon connecting. """ self.join('#bots') -...
PEP8'd changes and updated example.py
jamieleshaw_lurklib
train
0fac880f85decb6cfc9a2bd218d98537ba8aea62
diff --git a/sark/code/function.py b/sark/code/function.py index <HASH>..<HASH> 100644 --- a/sark/code/function.py +++ b/sark/code/function.py @@ -19,6 +19,9 @@ class Comments(object): def __init__(self, function): self._function = function + def __nonzero__(self): + return any((self.regular, ...
Easy way to check if comments exist.
tmr232_Sark
train
f23233ff75f695be6cc6ccac6148b99a661babc9
diff --git a/lib/caruby/resource.rb b/lib/caruby/resource.rb index <HASH>..<HASH> 100644 --- a/lib/caruby/resource.rb +++ b/lib/caruby/resource.rb @@ -18,6 +18,20 @@ module CaRuby # Classes which include Domain must implement the +metadata+ Domain::Metadata accessor method. module Resource include Mergeable,...
Work around JRuby <I>. object_id bug
caruby_core
train
a6aaefb2ebf2aca1035a7adc5e7545dc366b87b9
diff --git a/go/libkb/gpg_index_test.go b/go/libkb/gpg_index_test.go index <HASH>..<HASH> 100644 --- a/go/libkb/gpg_index_test.go +++ b/go/libkb/gpg_index_test.go @@ -9,8 +9,8 @@ import ( "testing" ) -func parse(t *testing.T) *GpgKeyIndex { - buf := bytes.NewBufferString(myKeyring) +func parse(t *testing.T, kr str...
another test case for gpg index
keybase_client
train
413be16eaba93d63e34ab5def92dcfd900ee67bd
diff --git a/core/lib/generators/cms_generator.rb b/core/lib/generators/cms_generator.rb index <HASH>..<HASH> 100644 --- a/core/lib/generators/cms_generator.rb +++ b/core/lib/generators/cms_generator.rb @@ -117,8 +117,8 @@ module ::Refinery # Ensure i18n exists and is up to date. if ::Refinery.i18n_enab...
Require correct file from i<I>n for generator
refinery_refinerycms
train
bbf8710177ab92fa19213f19a06f8b8361c6ec72
diff --git a/src/Expr.php b/src/Expr.php index <HASH>..<HASH> 100644 --- a/src/Expr.php +++ b/src/Expr.php @@ -41,6 +41,7 @@ final class Expr 'neq' => '\Cekurte\Resource\Query\Language\Expr\NeqExpr', 'notin' => '\Cekurte\Resource\Query\Language\Expr\NotInExpr', 'notlike' ...
Fix the Expression base classes using the phpunit report
jpcercal_resource-query-language
train
a40e61d2b4791db34e6d8f0bcd3a496f617a19d7
diff --git a/go/engine/identify2_with_uid.go b/go/engine/identify2_with_uid.go index <HASH>..<HASH> 100644 --- a/go/engine/identify2_with_uid.go +++ b/go/engine/identify2_with_uid.go @@ -566,7 +566,7 @@ func (e *Identify2WithUID) maybeCacheResult() { return } e.getCache().Insert(v) - e.G().Log.Debug("| insert %+...
Use delegate ui for identify calls
keybase_client
train
01e6ebcd2c69621ae7265ab98c5df3f9c3c2873a
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/jeresig/node-romaji-name/issues" }, "dependencies": { - "enamdict": "0.0.8", + "enamdict": "0.0.9", "hepburn": "0.2.0", "bulk-replace": "0.0....
Better handle hyphens in names.
jeresig_node-romaji-name
train
eb8ba57f0a8d6756684438ecdfe5fb75994c5295
diff --git a/src/Illuminate/Foundation/PackageManifest.php b/src/Illuminate/Foundation/PackageManifest.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/PackageManifest.php +++ b/src/Illuminate/Foundation/PackageManifest.php @@ -106,8 +106,6 @@ class PackageManifest $this->build(); }...
Remove wasted file read when loading package manifest (#<I>) Filesystem get was introduced in #<I> as a locking mechanism to prevent partial reads of the manifest file. In #<I> the locking was substituted by an atomic rename-based file write. The get called survived the refactor, resulting a noop file_get_contents th...
laravel_framework
train
e4d7e4f765cf8670e67468750d38a261968607aa
diff --git a/lib/kube/proxy/forwarder.go b/lib/kube/proxy/forwarder.go index <HASH>..<HASH> 100644 --- a/lib/kube/proxy/forwarder.go +++ b/lib/kube/proxy/forwarder.go @@ -1682,7 +1682,7 @@ func (f *Forwarder) serializedRequestClientCreds(authContext authContext) (*tls. func (f *Forwarder) requestCertificate(ctx auth...
Request keypair from pool rather than directly. This change simply swaps out the K8s cert generation to retrieve a new key from the SSH CA cert pool, rather than generating one directly. This should shave off <I>ms-<I>ms from an initial connect provided there is a cert in the pool. Subsequent kube requests will used...
gravitational_teleport
train
b724288d7605e1c16697b28951de5e82504337ec
diff --git a/elasticsearch/connection/http.py b/elasticsearch/connection/http.py index <HASH>..<HASH> 100644 --- a/elasticsearch/connection/http.py +++ b/elasticsearch/connection/http.py @@ -15,18 +15,23 @@ class RequestsHttpConnection(Connection): :arg http_auth: optional http auth information as either ':' sep...
Https support for the http-based transports. Thanks, nkvoll!
elastic_elasticsearch-py
train
946cd3c32eede758cc009cbdac0eaa4796fea8d3
diff --git a/cf/commands/application/start.go b/cf/commands/application/start.go index <HASH>..<HASH> 100644 --- a/cf/commands/application/start.go +++ b/cf/commands/application/start.go @@ -22,6 +22,7 @@ import ( "github.com/cloudfoundry/cli/cf/requirements" "github.com/cloudfoundry/cli/cf/terminal" "github.com/...
Actually fix data races in cf/commands/application
cloudfoundry_cli
train
0821116e89cd978957a47dc1951c9b48d0aef95c
diff --git a/phpdomain/sphinxcontrib/phpdomain.py b/phpdomain/sphinxcontrib/phpdomain.py index <HASH>..<HASH> 100644 --- a/phpdomain/sphinxcontrib/phpdomain.py +++ b/phpdomain/sphinxcontrib/phpdomain.py @@ -134,7 +134,7 @@ class PhpObject(ObjectDescription): fullname = name_prefix + name ...
Fixing interfaces not reseting the class properties, and incorrectly stacking with other class names.
sphinx-contrib_spelling
train
3baae3f045fb726f7c5e976bce82ed0501af9e77
diff --git a/tests/scan_tests.rb b/tests/scan_tests.rb index <HASH>..<HASH> 100644 --- a/tests/scan_tests.rb +++ b/tests/scan_tests.rb @@ -20,6 +20,7 @@ class ScanTester < Minitest::Test COMPLEX = %r{(?<num> \d+(\.\d+)?([eE][+-]?\d+)?){0} [+-]?\g<num>[+-]\g<num>[ij] }x + QUOTED =...
Added tests for the %q specifier.
PeterCamilleri_format_engine
train
d4765613b646f75c4724683be48742c0d4063f3c
diff --git a/aws/data_source_aws_servicecatalog_launch_paths_test.go b/aws/data_source_aws_servicecatalog_launch_paths_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_servicecatalog_launch_paths_test.go +++ b/aws/data_source_aws_servicecatalog_launch_paths_test.go @@ -90,7 +90,7 @@ resource "aws_serviceca...
tests/d/servicecat_launch_paths: Juggle dependencies to avoid depends_on
terraform-providers_terraform-provider-aws
train
49b384b3c360e0830a40214380818d6e10154741
diff --git a/ecs-init/docker/docker.go b/ecs-init/docker/docker.go index <HASH>..<HASH> 100644 --- a/ecs-init/docker/docker.go +++ b/ecs-init/docker/docker.go @@ -14,6 +14,7 @@ package docker import ( + "encoding/json" "io" "path/filepath" "strings" @@ -91,9 +92,9 @@ const ( // the following libDirs specif...
Adding in the ability to set container tags (#<I>) * Adding in the ability to set container tags * removed an unused variable * Change the lables ENV value. No value will not give a default error. Added tests for no lables or blank. * Change the lables ENV value. No value will not give a default error. Ad...
aws_amazon-ecs-agent
train
a03e5e328a67bd2efd479f7aebed4830a7d8f922
diff --git a/lxd/cluster/gateway.go b/lxd/cluster/gateway.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/gateway.go +++ b/lxd/cluster/gateway.go @@ -407,7 +407,7 @@ func (g *Gateway) raftDial() client.DialFunc { listener.Close() - go dqliteProxy("raftDial", g.stopCh, conn, goUnix) + go dqliteProxy("raft", g....
lxd/cluster/gateway: Standardise logging naming of dqliteProxy and dqliteNetworkDial
lxc_lxd
train
a9e89ee7b13323997a285226db4967659468c028
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ if __name__ == "__main__": keywords="aws dynamo dynamodb orm", platforms="any", include_package_data=True, - packages=find_packages(exclude=("tests", "examples")), + pack...
Exclude docs when finding packages in setup.py
numberoverzero_bloop
train
cdb4fb3c7a3f1b4657ec796eba43678a5d5ba471
diff --git a/lucid/modelzoo/vision_models.py b/lucid/modelzoo/vision_models.py index <HASH>..<HASH> 100644 --- a/lucid/modelzoo/vision_models.py +++ b/lucid/modelzoo/vision_models.py @@ -52,6 +52,30 @@ class InceptionV1(Model): populate_inception_bottlenecks(scope) +class InceptionV1_caffe(Model): + """Incept...
Add two more InceptionV1 variants
tensorflow_lucid
train
9cbc75859f540d5f048c92c362eae227aa5495ad
diff --git a/imtools/segmentation.py b/imtools/segmentation.py index <HASH>..<HASH> 100644 --- a/imtools/segmentation.py +++ b/imtools/segmentation.py @@ -34,7 +34,8 @@ def vesselSegmentation(data, segmentation=-1, threshold=-1, smartInitBinaryOperations=False, returnThreshold=False, ...
show segmentation labeling in vessel segmentation dialog
mjirik_imtools
train
c8b49d9276691db1d784652ab856ab1c72aed520
diff --git a/client/src/views/rightbar.js b/client/src/views/rightbar.js index <HASH>..<HASH> 100644 --- a/client/src/views/rightbar.js +++ b/client/src/views/rightbar.js @@ -44,6 +44,8 @@ _kiwi.view.RightBar = Backbone.View.extend({ if (this.keep_hidden || this.hidden) { this.$el.addClass('disa...
Fix right bar toggling when width has been set manually
prawnsalad_KiwiIRC
train
c435fce7f63066a23f85e6cf5bc3b73f5a2647e1
diff --git a/web/concrete/src/Legacy/ImageHelper.php b/web/concrete/src/Legacy/ImageHelper.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Legacy/ImageHelper.php +++ b/web/concrete/src/Legacy/ImageHelper.php @@ -57,19 +57,20 @@ class ImageHelper } else { $image = Image::open($mixed); ...
Improve image helper to match old behavior Former-commit-id: <I>b<I>c2c9c5f<I>ca<I>e6cf<I>aa<I>d2
concrete5_concrete5
train
59bd2e7b6dea07e7b70cca0bb2b023500b1d362f
diff --git a/Core/Classes/Data/DynamicDatabaseRepository.php b/Core/Classes/Data/DynamicDatabaseRepository.php index <HASH>..<HASH> 100644 --- a/Core/Classes/Data/DynamicDatabaseRepository.php +++ b/Core/Classes/Data/DynamicDatabaseRepository.php @@ -6,7 +6,7 @@ namespace Core\Classes\Data; * @author Jason Savell <jsa...
fix camel casing in class name
TAMULib_Pipit
train
949436d2a32a9b64ce99d150edd6a7b5e6315f2d
diff --git a/archaius-core/src/main/java/com/netflix/config/DynamicBooleanProperty.java b/archaius-core/src/main/java/com/netflix/config/DynamicBooleanProperty.java index <HASH>..<HASH> 100644 --- a/archaius-core/src/main/java/com/netflix/config/DynamicBooleanProperty.java +++ b/archaius-core/src/main/java/com/netflix/...
Issue #<I> Reverted change that made constructors public.
Netflix_archaius
train
7f22e3d910c6a4cef3143005c181fafc476d893b
diff --git a/plan/plan.go b/plan/plan.go index <HASH>..<HASH> 100644 --- a/plan/plan.go +++ b/plan/plan.go @@ -3,7 +3,7 @@ package plan // DNSRecord holds information about a DNS record. type DNSRecord struct { // The hostname of the DNS record - DNSName string + Name string // The target the DNS record points to...
ref: rename DNSName attribute to Name
kubernetes-incubator_external-dns
train
d1cce72f3af9546a045a7d2b602d9bd0d674b292
diff --git a/src/text/text_view.js b/src/text/text_view.js index <HASH>..<HASH> 100644 --- a/src/text/text_view.js +++ b/src/text/text_view.js @@ -141,7 +141,7 @@ TextView.Prototype = function() { else { var next = this._fragments[i+1]; // if the element level of the next fragment is lower then...
Fix issue with joining text nodes via backspace.
substance_nodes
train
1d0a0784dfd5cb0a46bba2433e2eb79cefc2ed3c
diff --git a/src/Offer/Offer.php b/src/Offer/Offer.php index <HASH>..<HASH> 100644 --- a/src/Offer/Offer.php +++ b/src/Offer/Offer.php @@ -546,6 +546,11 @@ abstract class Offer extends EventSourcedAggregateRoot $this->organizerId = $organizerUpdated->getOrganizerId(); } + protected function applyOrga...
III-<I>: Make it possible to add the same organizer after removing it from an offer
cultuurnet_udb3-php
train
26852dde890117fd02b2106dde6c88aa799a7131
diff --git a/wordfreq/config.py b/wordfreq/config.py index <HASH>..<HASH> 100644 --- a/wordfreq/config.py +++ b/wordfreq/config.py @@ -5,7 +5,7 @@ DB_DIR = (os.environ.get('WORDFREQ_DATA') or os.path.expanduser('~/.cache/wordfreq')) # When the minor version number increments, the data may change. -VERSION...
try to match the wordlist metanl actually uses Former-commit-id: <I>e<I>fb<I>e<I>f9b<I>b1fea0abc<I>ba
LuminosoInsight_wordfreq
train
2d42f91b1d52201abe559a608c2cf3e9ecef7670
diff --git a/lib/create.command.js b/lib/create.command.js index <HASH>..<HASH> 100644 --- a/lib/create.command.js +++ b/lib/create.command.js @@ -19,7 +19,7 @@ module.exports = function (Aquifer) { .option('-c, --config_file <path>', 'Optional path to an aquifer.json config file.') .action(function (name, option...
Do not prepend cwd to config_json path in create
aquifer_aquifer
train
ce7dd5eca7f78c5ce6f3b4893e5aa0d688b31df7
diff --git a/lib/cluster/services/cluster/backends/kubernetes/index.js b/lib/cluster/services/cluster/backends/kubernetes/index.js index <HASH>..<HASH> 100644 --- a/lib/cluster/services/cluster/backends/kubernetes/index.js +++ b/lib/cluster/services/cluster/backends/kubernetes/index.js @@ -65,7 +65,6 @@ module.exports ...
Added catch that logs to _getClusterState
terascope_teraslice
train
7c6117977ab0d18d17eaddc284de5ff9e71df241
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -1711,7 +1711,7 @@ module Discordrb member = @channel.server.member(data['author']['id'].to_i) unless member - ...
Change the log message for missing members slightly
meew0_discordrb
train
822ddafc73ed946bf781a3b8affae023bb21fef7
diff --git a/neat/attributes.py b/neat/attributes.py index <HASH>..<HASH> 100644 --- a/neat/attributes.py +++ b/neat/attributes.py @@ -1,5 +1,5 @@ """Deals with the attributes (variable parameters) of genes""" -from random import choice, gauss, random +from random import choice, gauss, random, uniform from neat.confi...
Created uniform initialization (better version); testing is next
CodeReclaimers_neat-python
train
2d4ebd0271cd05b947c9eb9f6284beb8199d437f
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -29,8 +29,9 @@ // Turn on `emulateHttp` to use support legacy HTTP servers. Setting this option will // fake `"PUT"` and `"DELETE"` requests via the `_method` parameter and set a - // `X-Http-Method-Overri...
Merging Issue #<I>. Use full JSON requests, falling back to encoded forms with emulateHttp.
jashkenas_backbone
train
cfc6f4480921d6d826fce00af2803f00b64f081b
diff --git a/test/integration_tests/native_packaging_spec.rb b/test/integration_tests/native_packaging_spec.rb index <HASH>..<HASH> 100644 --- a/test/integration_tests/native_packaging_spec.rb +++ b/test/integration_tests/native_packaging_spec.rb @@ -1,6 +1,6 @@ # encoding: utf-8 # Phusion Passenger - https://www.ph...
Make the native packaging test work on Debian 6
phusion_passenger
train
21d32bea70b8cde869b912821fe61278e4be50ce
diff --git a/ci/views.py b/ci/views.py index <HASH>..<HASH> 100644 --- a/ci/views.py +++ b/ci/views.py @@ -899,24 +899,10 @@ def report_generation(request): if request.method == "POST": form = ReportGenerationForm(request.POST) if form.is_valid(): - # expected data format: - ...
remove unnecessary comment and dict creation in report view
praekeltfoundation_seed-control-interface
train
2393482f04c2083c270ef580e4eba8fa35cf5d53
diff --git a/examples/restore_dashboards.py b/examples/restore_dashboards.py index <HASH>..<HASH> 100644 --- a/examples/restore_dashboards.py +++ b/examples/restore_dashboards.py @@ -28,16 +28,23 @@ sdclient = SdcClient(sdc_token) zipf = zipfile.ZipFile(dashboard_state_file, 'r') + +dashboard_conf_items = ['showAs...
At Kini's request, revert "Enhanced restore capability". Too much original dashboard config was stripped. This reverts commit a4caff7e<I>d<I>e<I>f4d<I>da<I>f<I>f0a.
draios_python-sdc-client
train
f3795e57320bc1e71a5a1b7abb9c669060405770
diff --git a/tests/pybibs/read_test.py b/tests/pybibs/read_test.py index <HASH>..<HASH> 100644 --- a/tests/pybibs/read_test.py +++ b/tests/pybibs/read_test.py @@ -43,7 +43,7 @@ def test_read_bens_multiline(bens_multiline_entry): assert fields['year'] == '2019' -def test_string_command(): +def test_string_type_...
Minor internal naming improvements to make code more readable
Nagasaki45_bibo
train
1595d692b250055c4366cdef53cbc77765794b5e
diff --git a/krypy/deflation.py b/krypy/deflation.py index <HASH>..<HASH> 100644 --- a/krypy/deflation.py +++ b/krypy/deflation.py @@ -476,9 +476,14 @@ class Ritz(object): * ``harmonic``: compute harmonic Ritz pairs. ''' self._deflated_solver = deflated_solver - linear_system = def...
[deflation] document Ritz' attributes
andrenarchy_krypy
train
d25aa0faa5fa17b69d8084cbb295c9dcdb08f4a1
diff --git a/audiolazy/lazy_filters.py b/audiolazy/lazy_filters.py index <HASH>..<HASH> 100644 --- a/audiolazy/lazy_filters.py +++ b/audiolazy/lazy_filters.py @@ -404,14 +404,21 @@ class LTIFreq(LTI): return False def __str__(self): - num_term_strings = [multiplication_formatter(-power, value, "z") - ...
LTIFreq and Poly __str__ for Iterable coeffs
danilobellini_audiolazy
train
adaf7fa5745afc9f24d79e410e8e96a6a29438f3
diff --git a/lib/amqp_subscribe_many.rb b/lib/amqp_subscribe_many.rb index <HASH>..<HASH> 100644 --- a/lib/amqp_subscribe_many.rb +++ b/lib/amqp_subscribe_many.rb @@ -1 +1,4 @@ -require_relative "messaging" +require_relative "messaging/configuration" +require_relative "messaging/client" +require_relative "messaging/pro...
Move normal require to amqp_subscribe_many Log a deprecation warning if we're able to. This stinks, but Ruby has no built-in mechanism for deprecation, so we're kind of stuck with an ugly defined? check AFAICT.
brendanhay_amqp-subscribe-many
train
653b859c00eb9e1fae0f3ac982203163e0c3e2dd
diff --git a/lib/aliases.js b/lib/aliases.js index <HASH>..<HASH> 100644 --- a/lib/aliases.js +++ b/lib/aliases.js @@ -45,10 +45,12 @@ module.exports = (function() { // For each polyfill identifier name, apply the aliases and flags // and return an array of Polyfill Identifier Objects return polyfillIdentif...
Expand polyfills based on their name. This will try to include all polyfills in a namespace where the '.' separates namespaces in a polyfill name. e.g. Element.prototype will include Element.prototype.* Additionally, to avoid cases where an alias resolver returns a value identical to its argument, and consequently ha...
Financial-Times_polyfill-service
train
efe554399a8033d653d60d7c724818ad2e65fd1c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,15 @@ from Cython.Build import cythonize import numpy as np import os -VERSION='0.1.0' +VERSION='0.1' DISTNAME='pyqg' -URL='http://github.com/pyqg/pyqg', -AUTHOR='pyqg team', -AUTHOR_EMAIL='pyqg-dev@googlegroup...
there were lots of problems with the setup file
pyqg_pyqg
train
76d098fedb1f14877f050eacbbb555b52dab29eb
diff --git a/src/com/jfinal/server/JettyServer.java b/src/com/jfinal/server/JettyServer.java index <HASH>..<HASH> 100644 --- a/src/com/jfinal/server/JettyServer.java +++ b/src/com/jfinal/server/JettyServer.java @@ -129,12 +129,12 @@ class JettyServer implements IServer { return; } - @SuppressWarnings("resour...
jfinal <I> ^_^
jfinal_jfinal
train
76ef8faebfd0a74467fefdf08a34abb2cc082875
diff --git a/migrate/src/main/java/com/xqbase/metric/Migrate.java b/migrate/src/main/java/com/xqbase/metric/Migrate.java index <HASH>..<HASH> 100644 --- a/migrate/src/main/java/com/xqbase/metric/Migrate.java +++ b/migrate/src/main/java/com/xqbase/metric/Migrate.java @@ -46,6 +46,7 @@ public class Migrate { Connecti...
Migration: use `DELETE FROM ...` for SQLite
xqbase_metric
train
1be57abfa922192c816d46c9065cb289bb26a32d
diff --git a/lib/rapns/daemon/feedback_receiver.rb b/lib/rapns/daemon/feedback_receiver.rb index <HASH>..<HASH> 100644 --- a/lib/rapns/daemon/feedback_receiver.rb +++ b/lib/rapns/daemon/feedback_receiver.rb @@ -5,8 +5,8 @@ module Rapns FEEDBACK_TUPLE_BYTES = 38 - def initialize(app, host, port, poll, ce...
Refactor variable from 'app' to 'name' since it's only the string at this point.
ileitch_rapns
train
69a359adb5fe500e5457b2bc260b2737dc630c62
diff --git a/src/Bunny/Channel.php b/src/Bunny/Channel.php index <HASH>..<HASH> 100644 --- a/src/Bunny/Channel.php +++ b/src/Bunny/Channel.php @@ -587,7 +587,7 @@ class Channel } // break reference cycle, must be called after resolving promise - unset($this->client); +...
Fixed Issue #<I>: Modified unset() statement which lead to exceptions. Unsetting properties on non-dynamic classes causes all sorts of potential problems.
jakubkulhan_bunny
train
355f4efb0bb4652e5eea733fdc2b85af727e1b6d
diff --git a/lib/fleximage/operator/text.rb b/lib/fleximage/operator/text.rb index <HASH>..<HASH> 100644 --- a/lib/fleximage/operator/text.rb +++ b/lib/fleximage/operator/text.rb @@ -15,6 +15,8 @@ module Fleximage # * font: path to a font file relative to +RAILS_ROOT+ # * rotate: degrees as an integer # ...
Added a stroke key to the text operator. it accepts a hash with :width and :color keys. Thanks, felipekk!
Squeegy_fleximage
train
b5f77e4d124b229d9fb2e28f073b5431250aa701
diff --git a/api/opentrons/trackers/position_tracker.py b/api/opentrons/trackers/position_tracker.py index <HASH>..<HASH> 100644 --- a/api/opentrons/trackers/position_tracker.py +++ b/api/opentrons/trackers/position_tracker.py @@ -60,10 +60,15 @@ class PositionTracker(object): def __getitem__(self, obj): ...
__contains__ added
Opentrons_opentrons
train
dfd0b36a491c414671ef6ac9597843007d53653f
diff --git a/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManager.java b/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManager.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManag...
If a user database is available, get the most up to date authorities for a user
cloudfoundry_uaa
train
3ea2a9d9b2273db5308e0e7869a73b280db94677
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java b/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java @@ -3276,7 +3276,7 @@...
Use cache by default in class loading type pool to avoid class loader lock contention.
raphw_byte-buddy
train
f238110eb3e77a59d094416f1cb5dbe186d9995d
diff --git a/lib/cardconnect/services/authorization/authorization_request.rb b/lib/cardconnect/services/authorization/authorization_request.rb index <HASH>..<HASH> 100644 --- a/lib/cardconnect/services/authorization/authorization_request.rb +++ b/lib/cardconnect/services/authorization/authorization_request.rb @@ -7,7 +...
Added fields for auth/capture
mobilecause_cardconnect
train
dd90dbd92bf866fcbfeaa4f9212ab711bed3c7ca
diff --git a/abydos/tokenizer/_legalipy.py b/abydos/tokenizer/_legalipy.py index <HASH>..<HASH> 100644 --- a/abydos/tokenizer/_legalipy.py +++ b/abydos/tokenizer/_legalipy.py @@ -63,23 +63,28 @@ class LegaliPyTokenizer(_Tokenizer): self._onsets = [''] - def train_onsets(self, text, append=False): + d...
exposed all function attributes from SyllabiPy
chrislit_abydos
train
f57db5463c79facdfcbcc615108431bd07eea293
diff --git a/src/edeposit/amqp/ftp/__init__.py b/src/edeposit/amqp/ftp/__init__.py index <HASH>..<HASH> 100644 --- a/src/edeposit/amqp/ftp/__init__.py +++ b/src/edeposit/amqp/ftp/__init__.py @@ -33,13 +33,22 @@ class ListRegisteredUsers(namedtuple("ListRegisteredUsers", [])): #= Responses =========================...
Added ImportRequest and SendEmail structures.
edeposit_edeposit.amqp.ftp
train
af2a3872763724a0c9ce3aaab36a9e7aba3e93a3
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -229,6 +229,14 @@ class FixPEP8(object): } results = _execute_pep8(pep8_options, self.source) else: + encoding = detect_encoding(self.filename) + + (_tmp_ope...
Move spawning pep-8 code from fix_file to fix()
hhatto_autopep8
train
1986048d27383b0e70264583e8b6922652d6e5c4
diff --git a/activestorage/app/controllers/active_storage/disk_controller.rb b/activestorage/app/controllers/active_storage/disk_controller.rb index <HASH>..<HASH> 100644 --- a/activestorage/app/controllers/active_storage/disk_controller.rb +++ b/activestorage/app/controllers/active_storage/disk_controller.rb @@ -61,6 ...
Fix issue ActiveStorage direct upload disk Fix an issue in ActiveStorage where a direct upload to disk storage would fail due to a content type mismatch if the file was uploaded using a mime-type synonym.
rails_rails
train
fcf4807f3d05b220da7c344fa2a52b81274b3d6e
diff --git a/src/Leviu/Database/MapperAbstract.php b/src/Leviu/Database/MapperAbstract.php index <HASH>..<HASH> 100644 --- a/src/Leviu/Database/MapperAbstract.php +++ b/src/Leviu/Database/MapperAbstract.php @@ -51,8 +51,10 @@ abstract class MapperAbstract * * @since 0.1.0 */ - public function save(...
Public method save modified Method's Parameter modified from "DomainObjectAbstract $obj" to "DomainObjectAbstract ...$obj" for more flexibility when write Mappers Method must be overridden in Mapper for handle more arguments.
linna_framework
train
908474c36d397e74767dd419158092daec34407e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -15,8 +15,12 @@ module.exports = class CoMws { this.mws = []; } - use(...mw) { - this.mws.push(...mw); + use(mw) { + if (arguments.length === 1) { + this.mws.push(mw) + } else { + this.mws.push.a...
Replace unsupported rest operator with ES5 variant
parro-it_comws
train
60b84475c7fc33faa2ea3c9eeae9a21338773bb8
diff --git a/src/main/java/net/ripe/commons/ip/range/NormalizedAbstractRangeSet.java b/src/main/java/net/ripe/commons/ip/range/NormalizedAbstractRangeSet.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/ripe/commons/ip/range/NormalizedAbstractRangeSet.java +++ b/src/main/java/net/ripe/commons/ip/range/Normalize...
Merge consecutive ranges when adding them into a NormalizedAbstractRangeSet.
jgonian_commons-ip-math
train
353e3a4c9d4e25ce974782726092907f50fd6d44
diff --git a/reference/reference.go b/reference/reference.go index <HASH>..<HASH> 100644 --- a/reference/reference.go +++ b/reference/reference.go @@ -24,6 +24,7 @@ package reference import ( "errors" "fmt" + "path" "strings" "github.com/docker/distribution/digest" @@ -236,6 +237,16 @@ func WithDigest(name N...
Add a new Match method to the reference package The Match method allows to see if a reference matches a specified patterns.
docker_distribution
train
e5ca378bbd81231e36b2dc1605395f0aaf07d08e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -159,7 +159,9 @@ FSWatcher.prototype._emit = function(event, path, val1, val2, val3) { this.emit.apply(this, ['all'].concat(this._pendingUnlinks[path])); delete this._pendingUnlinks[path]; }.bind...
Allow user to set debounce delay for atomic option
paulmillr_chokidar
train
d471e7fedbf06f9e55a15ffb828cf40690660b39
diff --git a/src/pywws/__init__.py b/src/pywws/__init__.py index <HASH>..<HASH> 100644 --- a/src/pywws/__init__.py +++ b/src/pywws/__init__.py @@ -1,3 +1,3 @@ -__version__ = '16.10.0' -_release = '1364' -_commit = '7b86a51' +__version__ = '16.12.0' +_release = '1365' +_commit = 'a9bb0c6' diff --git a/src/pywws/device_l...
Fix compatibility with libusb1 version <I>+
jim-easterbrook_pywws
train
11bf5e2788aa1b2b7bf9db3ca64f6348a1daa177
diff --git a/scripts/garp.php b/scripts/garp.php index <HASH>..<HASH> 100755 --- a/scripts/garp.php +++ b/scripts/garp.php @@ -118,6 +118,7 @@ if (empty($args[0])) { /** * Read STDIN */ +stream_set_blocking(STDIN, false); $stdin = trim(stream_get_contents(STDIN)); /* Construct command classname */ @@ -180,4 +1...
Fixed STDIN stream for CLI commands
grrr-amsterdam_garp3
train
9dabc853f3b368dba4f60b2fb1905a5153644d16
diff --git a/src/response.php b/src/response.php index <HASH>..<HASH> 100644 --- a/src/response.php +++ b/src/response.php @@ -136,7 +136,7 @@ public function get_json($encode_options=null) { * @return void however, a string will be echo'd to the browser */ public function send_response($content_...
don't force a response content for <I> no content
lode_jsonapi
train
7da6af9ca5f150a171cd181febdc16443e833282
diff --git a/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php b/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php index <HASH>..<HASH> 100644 --- a/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php +++ b/controller/jobs/src/Controller/Jobs/S...
Explicitely sets the subscription period
aimeos_ai-controller-jobs
train
94c77e84f47491b7dd59822364c5ce2ebabc81d2
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -679,7 +679,7 @@ var docMode = document.documentMode; var oldIE = ($.browser.msie && (!docMode || docMode <= 7)); if (oldIE) { - this.iframe = $('<iframe src="javascript:0" tabindex="-1"...
about:blank for the IE hashchange iframe support, for IE 6.
jashkenas_backbone
train
84bbde2ff167029e5cc2c39999c7249cb03f4eb1
diff --git a/lib/base/index.js b/lib/base/index.js index <HASH>..<HASH> 100644 --- a/lib/base/index.js +++ b/lib/base/index.js @@ -65,5 +65,6 @@ proto.inject( require('../methods/each'), require('../methods/get'), require('../methods/lookUp'), + require('../methods/serialize'), require('./uid') )
serialize is always injected on base
vigour-io_vjs
train
2ef957b4d9626eb1b1ff6d011823ac92f0eb917d
diff --git a/alot/account.py b/alot/account.py index <HASH>..<HASH> 100644 --- a/alot/account.py +++ b/alot/account.py @@ -359,11 +359,11 @@ class SendmailAccount(Account): def errb(failure): """The callback used on error.""" termobj = failure.value - errmsg = '%s failed wi...
Print stderr of failed sendmail cmd in prompt.
pazz_alot
train
e8c5bcb23071b8a4a40dd03d34cc2cf3777ca66c
diff --git a/requestor/core/requestor-core/src/main/java/io/reinert/requestor/core/CallbackDeferred.java b/requestor/core/requestor-core/src/main/java/io/reinert/requestor/core/CallbackDeferred.java index <HASH>..<HASH> 100644 --- a/requestor/core/requestor-core/src/main/java/io/reinert/requestor/core/CallbackDeferred....
#<I> [core] Add three get lock methods to Deferred
reinert_requestor
train
b648c378e132cd1eef20bee828462e7899e23dc0
diff --git a/remoteworkitem/trackeritem_test.go b/remoteworkitem/trackeritem_test.go index <HASH>..<HASH> 100644 --- a/remoteworkitem/trackeritem_test.go +++ b/remoteworkitem/trackeritem_test.go @@ -28,7 +28,7 @@ func TestUpload(t *testing.T) { t.Errorf("Content not saved: %s", i.Content) } if ti1.TrackerID != t...
Aligned types with the print argument calls (#<I>) Aligned types with the print argument calls
fabric8-services_fabric8-auth
train
e072af41dfe841fc3539a76fef4c8f6b77ca0296
diff --git a/lib/http/node.js b/lib/http/node.js index <HASH>..<HASH> 100644 --- a/lib/http/node.js +++ b/lib/http/node.js @@ -9,6 +9,7 @@ require('../http'); */ AWS.NodeHttpClient = AWS.util.inherit({ handleRequest: function handleRequest(httpRequest, httpOptions, callback, errCallback) { + var self = this; ...
Add Expect: <I>-continue for large payloads in S3 by default. Fixes #<I> in conjunction with the managed uploader (AWS.S3.upload)
aws_aws-sdk-js
train
236e40fb6c2167ee008fd7c863dd4cc9859c4304
diff --git a/molecule/command/base.py b/molecule/command/base.py index <HASH>..<HASH> 100644 --- a/molecule/command/base.py +++ b/molecule/command/base.py @@ -72,7 +72,10 @@ class Base(object): self._config.provisioner.manage_inventory() -def execute_cmdline_scenarios(scenario_name, args, command_args): +d...
Add ansible_args support back to converge command (#<I>) During a recent command-calling refactor, I missed the handling of the `ansible_args` argument in the calling of the converge command. This restores that functionality to the converge command, which as far as I can tell was the only command affected.
ansible_molecule
train
c15971f5ccf3f9465844daa8aecf4aeaf001b1b1
diff --git a/testing/test_pdb.py b/testing/test_pdb.py index <HASH>..<HASH> 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -1804,7 +1804,7 @@ NUM \t \"""Ensure that forget was called for lineno.\""" NUM \t-> return a NUM \t 5 frames hidden .* # c -""".format(line_num=fn.__code__.co_firstlineno)) ...
Remove unused variable (#<I>)
antocuni_pdb
train
451614b6620e98ab58a83b0c7a2c79aa941ea4da
diff --git a/tests/test_array.py b/tests/test_array.py index <HASH>..<HASH> 100644 --- a/tests/test_array.py +++ b/tests/test_array.py @@ -385,6 +385,7 @@ class TestTop1(unittest.TestCase): class TestLimit(unittest.TestCase): def test_limit(self): + self.assertListEqual(limit([1, 2, 3, 4, 5]), [1, 2, 3, ...
added test case for test_limit (#<I>)
keon_algorithms
train
c16b882bcd9bc87fe6268fa3e3e8874aaabb7203
diff --git a/lib/navigationlib.php b/lib/navigationlib.php index <HASH>..<HASH> 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -2944,6 +2944,8 @@ class navbar extends navigation_node { public $children = array(); /** @var bool A switch for whether we want to include the root node in the nav...
MDL-<I> navigation: added means to prepend to the navbar.
moodle_moodle
train
f272982af1c434425d6191d2b996e9af22aa38e7
diff --git a/lib/chef/client.rb b/lib/chef/client.rb index <HASH>..<HASH> 100644 --- a/lib/chef/client.rb +++ b/lib/chef/client.rb @@ -243,12 +243,12 @@ class Chef run_status.run_context = run_context events.run_start(Chef::VERSION, run_status) - logger.info("*** #{ChefUtils::Dist::Infra::P...
Added deprecation warning for enforce_path_sanity
chef_chef
train
23d4ce12293fa90e019ea9dfc9e01ce2dba0f122
diff --git a/src/Asset/Widget/Queue.php b/src/Asset/Widget/Queue.php index <HASH>..<HASH> 100644 --- a/src/Asset/Widget/Queue.php +++ b/src/Asset/Widget/Queue.php @@ -125,6 +125,13 @@ class Queue implements QueueInterface return $this->queue; } + public function hasItemsInQueue($location, $zone = Zon...
Deprecate overly verbose widget queue method names
bolt_bolt
train
b78bc1d1e1e2c50e6233aa004fa1f7109bfe8b8a
diff --git a/cmd/cmd.go b/cmd/cmd.go index <HASH>..<HASH> 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -73,6 +73,8 @@ func (cmd *Cmd) Spawn() error { // Exec runs command with exec(3) // Note that Windows doesn't support exec(3): http://golang.org/src/pkg/syscall/exec_windows.go#L339 func (cmd *Cmd) Exec() error { + ...
Ensure that verbose logging always happens in `Exec()` Ref. #<I>
github_hub
train
49b9bc6abb5b4e336dea0a65a1c404ee97ca7812
diff --git a/lib/ethel/operations/update.rb b/lib/ethel/operations/update.rb index <HASH>..<HASH> 100644 --- a/lib/ethel/operations/update.rb +++ b/lib/ethel/operations/update.rb @@ -1,37 +1,45 @@ module Ethel module Operations class Update < Operation - def initialize(name, *args, &block) + def init...
Support changing any row value with Update operation
coupler_ethel
train
4f2aa47c73742cb8d8cb557b9caede0acaa76652
diff --git a/app/src/Bolt/TwigExtension.php b/app/src/Bolt/TwigExtension.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/TwigExtension.php +++ b/app/src/Bolt/TwigExtension.php @@ -373,6 +373,14 @@ class TwigExtension extends \Twig_Extension /** * Formats the given string as Twig in HTML * + * No...
Added some clarification to twig output filter.
bolt_bolt
train
08490d065041c06ab38c740586efad8e8ae68ef3
diff --git a/spec/unit/form_builder_spec.rb b/spec/unit/form_builder_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/form_builder_spec.rb +++ b/spec/unit/form_builder_spec.rb @@ -437,6 +437,24 @@ describe ActiveAdmin::FormBuilder do end end + describe "sortable" do + context "with a new post" ...
Add spec revealing error in has_many sortable behaviour: Unsaved records are lost when reorder is called on children.
activeadmin_activeadmin
train
9a33c1b4171a40458e53349bb2337a23d1b8affc
diff --git a/build/build.py b/build/build.py index <HASH>..<HASH> 100755 --- a/build/build.py +++ b/build/build.py @@ -60,13 +60,13 @@ except ImportError: javaTargetVersion = '1.8' try: javaRawVersion = subprocess.check_output(['java', '-version'], - text=True, + ...
Try with universal_newlines= instead of text=
validator_validator
train
59ca4b279e8ee6fe29b4707ef077c2f3e3235b23
diff --git a/js/ui/ItemsView.js b/js/ui/ItemsView.js index <HASH>..<HASH> 100644 --- a/js/ui/ItemsView.js +++ b/js/ui/ItemsView.js @@ -110,6 +110,17 @@ define( } this.$renderedItems = []; this.$renderedItemsMap = {}; + this.$indexOffset = 0; + ...
added index offset to prepend elements in itemsview
rappid_rAppid.js
train
b5b51e181439e9cc5d5ae5f4ee6cb895541004c9
diff --git a/app/helpers/effective_addresses_helper.rb b/app/helpers/effective_addresses_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/effective_addresses_helper.rb +++ b/app/helpers/effective_addresses_helper.rb @@ -25,8 +25,8 @@ module EffectiveAddressesHelper def effective_address_pre_select(address) ...
Prevent pre_select country and state from being overridden on page error
code-and-effect_effective_addresses
train