hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
900d00b3e84bd873c5d81bda66c77ecbc2fb5d2c
diff --git a/platforms/mqtt/mqtt_adaptor_test.go b/platforms/mqtt/mqtt_adaptor_test.go index <HASH>..<HASH> 100644 --- a/platforms/mqtt/mqtt_adaptor_test.go +++ b/platforms/mqtt/mqtt_adaptor_test.go @@ -24,8 +24,56 @@ func TestMqttAdaptorName(t *testing.T) { gobottest.Assert(t, a.Name(), "NewName") } -func TestMqt...
mqtt: increase test coverage for adaptor
hybridgroup_gobot
train
ed3be6c7b636f72ab004f259f74da71852c5f7dc
diff --git a/draft-js-plugins-editor/src/Editor/index.js b/draft-js-plugins-editor/src/Editor/index.js index <HASH>..<HASH> 100644 --- a/draft-js-plugins-editor/src/Editor/index.js +++ b/draft-js-plugins-editor/src/Editor/index.js @@ -1,4 +1,4 @@ -/* eslint-disable no-continue,no-restricted-syntax,no-plusplus */ +/* es...
Remove disabled `no-plusplus` override as it’s no longer necessary.
draft-js-plugins_draft-js-plugins
train
c82f0c516e91e2edeae5897900f71e043a387b6d
diff --git a/lib/channel.js b/lib/channel.js index <HASH>..<HASH> 100644 --- a/lib/channel.js +++ b/lib/channel.js @@ -32,7 +32,9 @@ var Channel = module.exports = function(protoMan, id) { var _end = this.end.bind(this); self.end = function() { - self.send.apply(this, Array.prototype.slice.call(arguments)); + i...
make it able to close channed with end() method
cfsghost_protoman
train
d377f51af7d248577d88c26a01279e21b0c44663
diff --git a/benchexec/tablegenerator/__init__.py b/benchexec/tablegenerator/__init__.py index <HASH>..<HASH> 100644 --- a/benchexec/tablegenerator/__init__.py +++ b/benchexec/tablegenerator/__init__.py @@ -1071,18 +1071,27 @@ def get_stats(rows, local_summary): def indent(n): return '&nbsp;'*(n*4) - ...
Refactor output preparation for statistics such that stats for unconfirmed results can be omitted on demand.
sosy-lab_benchexec
train
251ebe25f4b5866202792039fce3466088dcc5b1
diff --git a/test/test_resource.py b/test/test_resource.py index <HASH>..<HASH> 100644 --- a/test/test_resource.py +++ b/test/test_resource.py @@ -37,6 +37,15 @@ class TestResourceRuntime(Rig): def custom(self): return "custom" + + class other(object): + def __init__(self, context=None, container=None, ...
Fix for options case, cases covering verb replacement.
marrow_web.dispatch.resource
train
6f66778339c1d1aff4ee4ce54c13f2c13c7522f2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ with open('readme.rst') as file: setup( name='smartdc', - version='0.1.2', - description="Joyent SmartDataCenter CloudAPI connector using http-signature authentication via kennethreitz's Requests", +...
roll back version (bad uploads) and change description
atl_py-smartdc
train
47c4feb1db6451c239fbaca690ce0e163de7516b
diff --git a/lib/isono/node_modules/rpc_channel.rb b/lib/isono/node_modules/rpc_channel.rb index <HASH>..<HASH> 100644 --- a/lib/isono/node_modules/rpc_channel.rb +++ b/lib/isono/node_modules/rpc_channel.rb @@ -164,7 +164,7 @@ module Isono # :prefetch def register_endpoint(endpoint, app, opts={}) ...
always create dedicated AMQP channel for endpoint.
axsh_isono
train
7a188b6278c3f0d7f1d6a9e86cd28a0c87bd9ef8
diff --git a/src/bbn/mail.php b/src/bbn/mail.php index <HASH>..<HASH> 100644 --- a/src/bbn/mail.php +++ b/src/bbn/mail.php @@ -243,6 +243,9 @@ content="text/html; charset=UTF-8"></head><body><div>{{{text}}}</div></body></ht $this->log(imap_last_error()); } } + if ( !$r ){ + $t...
Removed automatic log output in CLI
nabab_bbn
train
f765d65ad3777355128ef678d97f1abbfa5ea095
diff --git a/modules/sonobiBidAdapter.js b/modules/sonobiBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/sonobiBidAdapter.js +++ b/modules/sonobiBidAdapter.js @@ -142,6 +142,10 @@ export const spec = { payload.kw = keywords; } + if (bidderRequest && bidderRequest.uspConsent) { + payload.us...
added CCPA support to sonobi bidder adapter (#<I>)
prebid_Prebid.js
train
bc0a0f9902aff35091b83060f1c3cee0c8646ed0
diff --git a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/slf4j/MavenLoggerAdapter.java b/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/slf4j/MavenLoggerAdapter.java index <HASH>..<HASH> 100644 --- a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/slf4...
Added missing serialVersionUID.
jeremylong_DependencyCheck
train
26ae590c688248b6f5fbc26704659ce68df48b4f
diff --git a/web/src/main/java/org/springframework/security/web/authentication/rememberme/TokenBasedRememberMeServices.java b/web/src/main/java/org/springframework/security/web/authentication/rememberme/TokenBasedRememberMeServices.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/org/springframework/security/we...
Check that userdetails for username exists. #<I>
spring-projects_spring-security
train
0063b90a47eedb7633c91acd9be6159040aa98f5
diff --git a/rxjava-core/src/main/java/rx/operators/OperationConcat.java b/rxjava-core/src/main/java/rx/operators/OperationConcat.java index <HASH>..<HASH> 100644 --- a/rxjava-core/src/main/java/rx/operators/OperationConcat.java +++ b/rxjava-core/src/main/java/rx/operators/OperationConcat.java @@ -23,10 +23,12 @@ impor...
Add new unit test to check for non-blocking.
ReactiveX_RxJava
train
fb265384f47c7356310f0839430f3b5f751b6341
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -29,13 +29,15 @@ const app = express() const SENTRY_URL = process.env.SENTRY_URL const redis = require('./lib/redis') -Raven.config(SENTRY_URL).install() - -// The request handler must be the first middleware on the ap...
Prevent sentry/raven install when dns is missing
apis-is_apis
train
d55ae0c9b78d3a3e89932ac2d825ade3767dfe77
diff --git a/ui/impl/src/main/java/org/jboss/forge/addon/ui/impl/controller/NoUIWizardControllerDecorator.java b/ui/impl/src/main/java/org/jboss/forge/addon/ui/impl/controller/NoUIWizardControllerDecorator.java index <HASH>..<HASH> 100644 --- a/ui/impl/src/main/java/org/jboss/forge/addon/ui/impl/controller/NoUIWizardCo...
Controller cannot create commands by class. Logging exceptions while navigating through the steps. This fixes FORGE-<I> and FORGE-<I>
forge_core
train
25bfe4c4c9ae20871937ee601ba1fe4310f39523
diff --git a/lib/hrr_rb_ssh/transport.rb b/lib/hrr_rb_ssh/transport.rb index <HASH>..<HASH> 100644 --- a/lib/hrr_rb_ssh/transport.rb +++ b/lib/hrr_rb_ssh/transport.rb @@ -186,6 +186,8 @@ module HrrRbSsh @logger.info { "close transport" } @closed = true disconnect + @incoming_compression_algori...
update transport/compression_algorithms to support closing zlib stream
hirura_hrr_rb_ssh
train
18ce01f071700504ff98a9c15ac93d22727968a6
diff --git a/src/widgets/Menu.php b/src/widgets/Menu.php index <HASH>..<HASH> 100644 --- a/src/widgets/Menu.php +++ b/src/widgets/Menu.php @@ -39,7 +39,12 @@ class Menu extends \yii\widgets\Menu /** * {@inheritdoc} */ - public $linkTemplate = '<a href="{url}" {linkOptions}>{icon}&nbsp;{label}</a>'; ...
added `labelTemplate` and `iconSpace` in Menu widget to show icon for non link items
hiqdev_yii2-menus
train
e257cfd5cd23b8a007ed2b35039dbbc86d51f0e9
diff --git a/app/controllers/concerns/curation_concerns/collections_controller_behavior.rb b/app/controllers/concerns/curation_concerns/collections_controller_behavior.rb index <HASH>..<HASH> 100644 --- a/app/controllers/concerns/curation_concerns/collections_controller_behavior.rb +++ b/app/controllers/concerns/curati...
Allow setting presenter/form without overriding
samvera_hyrax
train
9b13b28295569c2502078d2a77ce0785979a8b7e
diff --git a/edit.go b/edit.go index <HASH>..<HASH> 100644 --- a/edit.go +++ b/edit.go @@ -329,7 +329,9 @@ func (e *EditField) ProcessEvent(event Event) bool { e.charRight() return true case term.KeyCtrlC: - clipboard.WriteAll(e.Title()) + if !e.showStars { + clipboard.WriteAll(e.Title()) + } re...
#<I> - disable copying text to clipboard if the edit is in password mode
VladimirMarkelov_clui
train
1feb659c9bbb8cc006422bba2b543da0c823fa4e
diff --git a/OpenCage.php b/OpenCage.php index <HASH>..<HASH> 100644 --- a/OpenCage.php +++ b/OpenCage.php @@ -45,11 +45,14 @@ final class OpenCage extends AbstractHttpProvider implements LocaleAwareGeocoder * @param HttpClient $client an HTTP adapter * @param string $apiKey an API key */ - pub...
Added more PHP7 type hints. (#<I>) * Adding type hints * Added more type hints * Added PHP7 type hints * style fixes * Added type hints
geocoder-php_open-cage-provider
train
4d7cbac88d8bb3e458491b9df75c19059d119d6c
diff --git a/src/video/video.js b/src/video/video.js index <HASH>..<HASH> 100644 --- a/src/video/video.js +++ b/src/video/video.js @@ -413,10 +413,11 @@ */ api.clearSurface = function(context, col) { var _canvas = context.canvas; - + context.save(); context.setTransform(1, 0, 0, 1, 0, 0); context.f...
put save & restore back to clear, due to setTransform call.
melonjs_melonJS
train
af5d9c4b2bd4caa6986385c8c9b2a17752116695
diff --git a/integ/spec/modular-spec.rb b/integ/spec/modular-spec.rb index <HASH>..<HASH> 100644 --- a/integ/spec/modular-spec.rb +++ b/integ/spec/modular-spec.rb @@ -58,7 +58,7 @@ module BoxGrinder @config.merge!(:platform => :virtualbox) @appliance = Appliance.new("#{File.dirname(__FILE__)}/../appli...
we're not interested in S3 plugin deliverables, but one plugin earlier in chain - platform plugin
boxgrinder_boxgrinder-build
train
e613b9f7177074780db29ebcdf6f02ecf86f7c40
diff --git a/zvmsdk/smutclient.py b/zvmsdk/smutclient.py index <HASH>..<HASH> 100644 --- a/zvmsdk/smutclient.py +++ b/zvmsdk/smutclient.py @@ -115,6 +115,16 @@ class SMUTClient(client.ZVMClient): self._request(rd) + def get_vm_list(self): + """Get the list of guests that are created by SDK + ...
implement get_vm_list based on guests DB return only the list of userids that are created by zvmsdk Change-Id: Ic1a<I>b<I>f2c0b<I>c1f3d<I>e<I>c1c3ca<I>c1
mfcloud_python-zvm-sdk
train
c25d3324708d6f5a5324ac3de380c082f453deb2
diff --git a/spec/haml_lint/tree/tag_node_spec.rb b/spec/haml_lint/tree/tag_node_spec.rb index <HASH>..<HASH> 100644 --- a/spec/haml_lint/tree/tag_node_spec.rb +++ b/spec/haml_lint/tree/tag_node_spec.rb @@ -10,17 +10,13 @@ describe HamlLint::Tree::TagNode do context 'with no dynamic attributes' do let(:haml...
Update style of TagNode tests Change them to use one-line `it` blocks where possible. Change-Id: I1f3eca<I>c<I>c8e<I>e3dc<I>e0 Reviewed-on: <URL>
sds_haml-lint
train
af0cc9bf21fe7ed6fcba7180ffadd483c901f1fe
diff --git a/src/spec/parserSpec.js b/src/spec/parserSpec.js index <HASH>..<HASH> 100644 --- a/src/spec/parserSpec.js +++ b/src/spec/parserSpec.js @@ -1,35 +1,11 @@ require('cupoftea'); var assert = require('assert'); var _ = require('underscore'); -var util = require('util'); var parser = require('../lib/parser');...
pulled containsFields into own file
featurist_pogoscript
train
ece5590a796e7880235a3df246d1a2197c64a00c
diff --git a/src/frontend/org/voltdb/ProcedureRunnerNT.java b/src/frontend/org/voltdb/ProcedureRunnerNT.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/ProcedureRunnerNT.java +++ b/src/frontend/org/voltdb/ProcedureRunnerNT.java @@ -164,6 +164,7 @@ public class ProcedureRunnerNT { public void allHost...
ENG-<I>: - Fixed NPE. - Added assert for where the host ids set shouldn't be null.
VoltDB_voltdb
train
a595032a902c0758610a1cb38379b5e91a01adbd
diff --git a/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java b/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java index <HASH>..<HASH> 100644 --- a/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java +++ b/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java @@ -31,6 +31,7 @@ import ...
Fixed issue <I> by adding support for deserialization of collections of elements that do not implement Comparable.
google_gson
train
ea4ce17ff69cf6e26a695c3e2c75ecac8c4e779c
diff --git a/eventsourcing/domain.py b/eventsourcing/domain.py index <HASH>..<HASH> 100644 --- a/eventsourcing/domain.py +++ b/eventsourcing/domain.py @@ -135,14 +135,16 @@ class AggregateCreated(AggregateEvent[TAggregate]): agg = aggregate_class.__new__(aggregate_class) # Separate the base class ke...
Improved _filter_kwargs_for_method_params() by extracting _spec_filter_kwargs_for_method_params().
johnbywater_eventsourcing
train
5170a7a440e60461f5b9d0a0da2e4703c75085a3
diff --git a/backup/backuplib.php b/backup/backuplib.php index <HASH>..<HASH> 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -1649,8 +1649,9 @@ fwrite ($bf,full_tag("SHORTNAME",5,false,$grade_outcome->shortname)); fwrite ($bf,full_tag("FULLNAME",5,false,$grade_outcome-...
Add missing description to grade_outcomes backup. Merged from <I>_STABLE
moodle_moodle
train
b3fac7ee71f846eff7e063110bdee5b88e3c236d
diff --git a/addons/actions/src/preview.test.js b/addons/actions/src/preview.test.js index <HASH>..<HASH> 100644 --- a/addons/actions/src/preview.test.js +++ b/addons/actions/src/preview.test.js @@ -24,7 +24,16 @@ describe('preview', () => { expect(channel.emit.mock.calls[1][1].id).toBe('24'); }); it('...
FIX by supplying a custom cyclicObject for unit tests
storybooks_storybook
train
a643320ec0cd97f96cb8bd461be78953fb0dccd2
diff --git a/django_extensions/db/fields/encrypted.py b/django_extensions/db/fields/encrypted.py index <HASH>..<HASH> 100644 --- a/django_extensions/db/fields/encrypted.py +++ b/django_extensions/db/fields/encrypted.py @@ -21,7 +21,7 @@ class BaseEncryptedField(models.Field): def __init__(self, *args, **kwargs):...
ticket #<I> check if ENCRYPTED_FIELD_KEYS_DIR exists before trying to access it on the settings object
django-extensions_django-extensions
train
4f49c9cb62994111532578d2f6ed4bb98ba078ab
diff --git a/src/test/java/org/junit/tests/ParentRunnerTest.java b/src/test/java/org/junit/tests/ParentRunnerTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/junit/tests/ParentRunnerTest.java +++ b/src/test/java/org/junit/tests/ParentRunnerTest.java @@ -63,7 +63,7 @@ public class ParentRunnerTest { .f...
Remove no-longer-correct comment from test
junit-team_junit4
train
a83f27f4e348546bbdfb56fcb379a9fdddccf594
diff --git a/bcbio/variation/freebayes.py b/bcbio/variation/freebayes.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/freebayes.py +++ b/bcbio/variation/freebayes.py @@ -48,8 +48,7 @@ def run_freebayes(align_bams, ref_file, config, dbsnp=None, region=None, with file_transaction(out_file) as tx_out_file: ...
Removed --left-align-indels option. It is the default in <I> and throws an error if passed in.
bcbio_bcbio-nextgen
train
0a7a597aec067f42d5554a956ce0c77fe1ee07de
diff --git a/glue/ligolw/lsctables.py b/glue/ligolw/lsctables.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/lsctables.py +++ b/glue/ligolw/lsctables.py @@ -1792,10 +1792,6 @@ class Segment(object): self.end_time, self.end_time_ns = segment[1].seconds, segment[1].nanoseconds - - self.start_time, self.start_ti...
Fix breakage accumulated in CVS revision <I>.
gwastro_pycbc-glue
train
bd25a14075526ef46e894941adba1811759b4e14
diff --git a/alchemist/db/operations/sql.py b/alchemist/db/operations/sql.py index <HASH>..<HASH> 100644 --- a/alchemist/db/operations/sql.py +++ b/alchemist/db/operations/sql.py @@ -78,7 +78,7 @@ def clear(**kwargs): database = kwargs.pop('database', False) expression = lambda target, table: table.drop(tar...
Initialize and clear databases during testing.
concordusapps_alchemist
train
cba5f27d3068467a5c754fa202b81f3ce1570006
diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java index <HASH>..<HASH> 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHtt...
Infinite cycle with MediaHttpDownloader setContentRange download (#<I>) * <I>: Fixed infinite cycle with MediaHttpDownloader setContentRange download. * <I>: Added unit tests. * <I>: Fixed comments.
googleapis_google-api-java-client
train
cb71ec9b449a9650ba882a76b99e5b37b66face4
diff --git a/src/Lexer.php b/src/Lexer.php index <HASH>..<HASH> 100644 --- a/src/Lexer.php +++ b/src/Lexer.php @@ -348,7 +348,7 @@ class Lexer extends Core * * @return void */ - public function error($msg = '', $str = '', $pos = 0, $code = 0) + public function error($msg, $str = '', $pos = 0, $c...
Require error message for error Otherwise it's for user hard to diagnose what went wrong.
phpmyadmin_sql-parser
train
4b6b53b806511d878abed513f5ac1661045266e9
diff --git a/php/async/base/Exchange.php b/php/async/base/Exchange.php index <HASH>..<HASH> 100644 --- a/php/async/base/Exchange.php +++ b/php/async/base/Exchange.php @@ -119,15 +119,11 @@ class Exchange extends \ccxt\Exchange { try { $result = yield $this->browser->request($method, $url, $heade...
php/async/base/Exchange.php edits
ccxt_ccxt
train
6a86e05c066dca85cdd5da68c22663c9468d31bc
diff --git a/src/main/java/net/finmath/information/Library.java b/src/main/java/net/finmath/information/Library.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/finmath/information/Library.java +++ b/src/main/java/net/finmath/information/Library.java @@ -6,6 +6,7 @@ package net.finmath.information; +import...
Using try for closing autocloseable.
finmath_finmath-lib
train
904cc947567d551a48719c6db9e434995226ef20
diff --git a/lib/tech.js b/lib/tech.js index <HASH>..<HASH> 100644 --- a/lib/tech.js +++ b/lib/tech.js @@ -69,7 +69,7 @@ var Q = require('qq'), * @param {Object} item bem item declaration * @param {Object} level level * @param {Boolean} force force file creation flag - * @...
Update API docs of `Tech` class
bem-archive_bem-tools
train
8a28ac4fdbdd921902ad8f471d6d562af3389a56
diff --git a/salt/modules/lxc.py b/salt/modules/lxc.py index <HASH>..<HASH> 100644 --- a/salt/modules/lxc.py +++ b/salt/modules/lxc.py @@ -287,7 +287,11 @@ def cloud_init_interface(name, vm_=None, **kwargs): config any extra argument for the salt minion config dnsservers - dns servers to set i...
Begin deprecating default setting dns entries We shouldn't be setting defaults for this. They should have to be explicitly set because they could also be set by dhcp. Fixes #<I>
saltstack_salt
train
87eefac8662e2547dfb506f2c6bc65b433f5f2b4
diff --git a/src/OString.php b/src/OString.php index <HASH>..<HASH> 100644 --- a/src/OString.php +++ b/src/OString.php @@ -234,7 +234,7 @@ class OString implements \Iterator, \ArrayAccess, \Serializable, \Countable, Con */ public function serialize() { - return $this->toString(); + return ...
Fix serialize/unserialize Serialize was converting to the plain string, when the string needs to be specially constructed. Unserialize was expecting a plain string, when it should be expecting a specially constructed string.
ericpoe_haystack
train
7fd520c08bd267c881cf4a37d16321585c65e713
diff --git a/gns3server/compute/qemu/qemu_vm.py b/gns3server/compute/qemu/qemu_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/qemu/qemu_vm.py +++ b/gns3server/compute/qemu/qemu_vm.py @@ -1098,8 +1098,8 @@ class QemuVM(BaseNode): if self.ubridge and self.ubridge.is_running(): yield fr...
Bind qemu UDP tunnels on all hosts Qemu is the only platform where we limit the binding of UDP tunnel to a specific host. It's probably much secure and cleaner but we have scenario where we need one port bind to an IP and another bind to a different IP (Link between qemu and and a VM on the GNS3 VM) This allow the us...
GNS3_gns3-server
train
3c8885f45ad067429382a5bade4870748adb71e4
diff --git a/support/cas-server-support-pac4j/src/main/java/org/apereo/cas/support/pac4j/config/support/authentication/Pac4jAuthenticationEventExecutionPlanConfiguration.java b/support/cas-server-support-pac4j/src/main/java/org/apereo/cas/support/pac4j/config/support/authentication/Pac4jAuthenticationEventExecutionPlan...
Clean up delegated authn with Okta as an example
apereo_cas
train
093a1ad927facc87fe30b9cf1d1c43c9ae1bdba6
diff --git a/app.js b/app.js index <HASH>..<HASH> 100644 --- a/app.js +++ b/app.js @@ -22,8 +22,8 @@ angular.module('myApp').controller('sampleCtrl',['$scope', function($scope){ // In reality this could be calling a service which // returns the items of interest from the server // based on the page para...
Expose PageSize and Total to PagingAction closes #<I> Added support to expose pageSize and total directive attributes to the paging action similar to how 'page' is already implemented
brantwills_Angular-Paging
train
d38115344afbf90900866ea95b54d8393ef2f900
diff --git a/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java b/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java +++ b/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java @@ -546,6...
4. Add 3-bit to 2-bit translation for icpcr field in initial condition
agmip_translator-dssat
train
bc47b30b4bd6e3915d4cce7167a9940a992ad5d6
diff --git a/deploy_stack.py b/deploy_stack.py index <HASH>..<HASH> 100755 --- a/deploy_stack.py +++ b/deploy_stack.py @@ -366,9 +366,13 @@ def deploy_job(): if series is None: series = 'precise' charm_prefix = 'local:{}/'.format(series) + # Don't need windows state server to test windows charms, ...
Use a trusty state server when testing windows charms
juju_juju
train
1547d38068a56a85cefa83ecb4446874ab57fc29
diff --git a/matterhook/incoming.py b/matterhook/incoming.py index <HASH>..<HASH> 100644 --- a/matterhook/incoming.py +++ b/matterhook/incoming.py @@ -19,8 +19,30 @@ class Webhook(object): """ def __init__( - self, url, api_key, channel=None, icon_url=None, username=None, attachments=None + se...
syntax enhancements and docstrings
numberly_matterhook
train
d2981f27aa6c7f68b020adcea2f4ecd98bf4690e
diff --git a/lib/webpackConfig/scripts/offline.js b/lib/webpackConfig/scripts/offline.js index <HASH>..<HASH> 100644 --- a/lib/webpackConfig/scripts/offline.js +++ b/lib/webpackConfig/scripts/offline.js @@ -2,7 +2,7 @@ if ('serviceWorker' in navigator) { window.addEventListener('load', function () { - navigato...
Added public path and resolved service worker.
shopgate_cloud-sdk-webpack
train
be98b9944add25670eb874e3b0fa380ce468a578
diff --git a/Event/Log/LogBadgeAwardEvent.php b/Event/Log/LogBadgeAwardEvent.php index <HASH>..<HASH> 100644 --- a/Event/Log/LogBadgeAwardEvent.php +++ b/Event/Log/LogBadgeAwardEvent.php @@ -28,8 +28,12 @@ class LogBadgeAwardEvent extends LogGenericEvent implements NotifiableInterface * @param Badge $badge ...
Making badge awarding log written by platform if needed
claroline_CoreBundle
train
3bfe08232e55aee575a68fc1f4865b0112153b47
diff --git a/src/test/gls/generics/GenericsTestBase.java b/src/test/gls/generics/GenericsTestBase.java index <HASH>..<HASH> 100644 --- a/src/test/gls/generics/GenericsTestBase.java +++ b/src/test/gls/generics/GenericsTestBase.java @@ -26,77 +26,76 @@ import org.codehaus.groovy.control.CompilationFailedException; impor...
minor refactor: formatting and tidy up
apache_groovy
train
5ff5075f0d9cabe503c2ce712b7bde90a938823d
diff --git a/lib/plugins/Retry.js b/lib/plugins/Retry.js index <HASH>..<HASH> 100644 --- a/lib/plugins/Retry.js +++ b/lib/plugins/Retry.js @@ -36,11 +36,12 @@ class Retry extends NodeResque.Plugin { await this.queueObject.enqueueIn(nextTryDelay, this.queue, this.func, this.args) + this.job.args = this.args;...
Added args property to job object in order to maintain consistency between events
taskrabbit_node-resque
train
0bb0884512023df92b68f73b3427881ac20c683b
diff --git a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java index <HASH>..<HASH> 100644 --- a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java +++ b/smack-tcp/src/main/java/org/jivesoftware/sm...
XMPPTCPConnection: Add missing `to` in comment
igniterealtime_Smack
train
fb1992c6c852a315005b7b513d40a0cf18616607
diff --git a/ucoin.py b/ucoin.py index <HASH>..<HASH> 100755 --- a/ucoin.py +++ b/ucoin.py @@ -362,8 +362,56 @@ def forge_am(): def clist(): logger.debug('clist') + if ucoin.settings['limit']: + logger.debug('limit: %d' % ucoin.settings['limit']) + + __list = ucoin.hdc.coins.List(ucoin.settings['fi...
* clist and cget subcommands work
duniter_duniter-python-api
train
b6f085a1354d4f70b4c3894a20156e5e1cb901a8
diff --git a/libraries/jquery.EmbedPicasaGallery.js b/libraries/jquery.EmbedPicasaGallery.js index <HASH>..<HASH> 100644 --- a/libraries/jquery.EmbedPicasaGallery.js +++ b/libraries/jquery.EmbedPicasaGallery.js @@ -285,12 +285,12 @@ var $img = $('<img/>') .css('borderWidth','0px') ...
fixes layout, disabling loading animation for transparent images if they are loaded
AKSW_RDFauthor
train
5524ef44f8ad30de4989d696835a2f62aa633a4b
diff --git a/testdata/javascript/soy_usegoog_lib.js b/testdata/javascript/soy_usegoog_lib.js index <HASH>..<HASH> 100644 --- a/testdata/javascript/soy_usegoog_lib.js +++ b/testdata/javascript/soy_usegoog_lib.js @@ -19801,6 +19801,20 @@ goog.uri.utils.ComponentIndex = { FRAGMENT: 7 }; +/** + * @type {?function(str...
[] ------------- Created by MOE: <URL>
google_closure-templates
train
fefbf343f5569bd81594d49ace5dc14c709503d8
diff --git a/api-remove.go b/api-remove.go index <HASH>..<HASH> 100644 --- a/api-remove.go +++ b/api-remove.go @@ -71,6 +71,13 @@ func (c Client) RemoveObject(bucketName, objectName string) error { if err != nil { return err } + if resp != nil { + // if some unexpected error happened and max retry is reached, w...
fix max retry issue in RemoveObject() (#<I>)
minio_minio-go
train
d37c9a8604018d0a1b79c6e9926e7e732f02042d
diff --git a/lib/nav.php b/lib/nav.php index <HASH>..<HASH> 100644 --- a/lib/nav.php +++ b/lib/nav.php @@ -86,10 +86,6 @@ function roots_nav_menu_args($args = '') { $roots_nav_menu_args['depth'] = 2; } - if (!$args['walker']) { - $roots_nav_menu_args['walker'] = new Roots_Nav_Walker(); - } - return ar...
Removed Roots_Nav_Walker as default for all menus
roots_sage
train
0ba956a96ffe16b7c7f698adc3c263c2dc81172a
diff --git a/spec/integration/new_license_spec.rb b/spec/integration/new_license_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/new_license_spec.rb +++ b/spec/integration/new_license_spec.rb @@ -3,7 +3,7 @@ RSpec.describe 'teletype new --license', type: :cli do it "generates a MIT license file" do ...
Change to be specifi about author
piotrmurach_tty
train
a2886fbbb7755c6b0b43375bdef0577d3555623f
diff --git a/crypt-data/src/main/java/de/alpharogroup/crypto/key/PrivateKeyExtensions.java b/crypt-data/src/main/java/de/alpharogroup/crypto/key/PrivateKeyExtensions.java index <HASH>..<HASH> 100644 --- a/crypt-data/src/main/java/de/alpharogroup/crypto/key/PrivateKeyExtensions.java +++ b/crypt-data/src/main/java/de/alp...
Update PrivateKeyExtensions.java
astrapi69_mystic-crypt
train
04926db204232b7103b8eb14bf3f8e9de129ad44
diff --git a/params/version.go b/params/version.go index <HASH>..<HASH> 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 9 // Minor version component of the current releas...
params: begin <I> release cycle
ethereum_go-ethereum
train
1c83be1970b772e199a55ba2b2f05c1e930dee4b
diff --git a/store.js b/store.js index <HASH>..<HASH> 100644 --- a/store.js +++ b/store.js @@ -8,7 +8,7 @@ store.disabled = false store.set = function(key, value) {} store.get = function(key) {} - store.has = function(key) {} + store.has = function(key) { return store.get(key) !== undefined } store.remove = fun...
Simplify store.has implementation, and add additional test case
marcuswestin_store.js
train
9e0b3b816ab618e3d99b35e5d41ada68243128c7
diff --git a/util/src/main/java/io/kubernetes/client/util/Yaml.java b/util/src/main/java/io/kubernetes/client/util/Yaml.java index <HASH>..<HASH> 100644 --- a/util/src/main/java/io/kubernetes/client/util/Yaml.java +++ b/util/src/main/java/io/kubernetes/client/util/Yaml.java @@ -31,12 +31,15 @@ public class Yaml { st...
Swap order of Api version detection to fix bug
kubernetes-client_java
train
ae061bda10b653643473c087ce22cbedd1261c36
diff --git a/tools/web_templates.js b/tools/web_templates.js index <HASH>..<HASH> 100644 --- a/tools/web_templates.js +++ b/tools/web_templates.js @@ -19,7 +19,7 @@ var path = require('path'); // Substitute variables in the homepage with values from package.json var homeTemplatePath = __dirname + '/../build/gh-page...
Update build script to use package.json from the project root.
twitter_hogan.js
train
ecce87a9a75bdf42a81b6a608bc66e58b3670af7
diff --git a/salt/utils/parsers.py b/salt/utils/parsers.py index <HASH>..<HASH> 100644 --- a/salt/utils/parsers.py +++ b/salt/utils/parsers.py @@ -1036,7 +1036,10 @@ class SaltCMDOptionParser(OptionParser, ConfigDirMixIn, MergeConfigMixIn, self.args[2] = self.args[2] if self.options.list: - ...
Allow split of list using spaces. This change checks for comma existence and if its not there splits based on spaces. Should have identical use as previously. It also solves the problem of giving non-comma-delimited-output to salt from other programs.
saltstack_salt
train
c522878b608e871450d2f3f374a28e60a2c7d5f1
diff --git a/libtmux/pane.py b/libtmux/pane.py index <HASH>..<HASH> 100644 --- a/libtmux/pane.py +++ b/libtmux/pane.py @@ -58,21 +58,23 @@ class Pane(TmuxMappingObject, TmuxRelationalObject): self.server._update_panes() @property - def _info(self, *args): + def _info(self): attrs = {"pa...
Refactor pane _info method
tmux-python_libtmux
train
f6ec318cc217671725d2a680140bf4f3d95ecbfe
diff --git a/war/src/main/webapp/scripts/hudson-behavior.js b/war/src/main/webapp/scripts/hudson-behavior.js index <HASH>..<HASH> 100644 --- a/war/src/main/webapp/scripts/hudson-behavior.js +++ b/war/src/main/webapp/scripts/hudson-behavior.js @@ -513,7 +513,7 @@ function makeButton(e,onclick) { btn.addListener...
[FIXED JENKINS-<I>] For some reason IE<I> craches when document.getElementsByName is called and there is an element with a name attribute but no value. In this case a button had a name attribute set with an empty string as the value.
jenkinsci_jenkins
train
1cad50e15eb18448600b0f421265d8dda99cb048
diff --git a/src/Support/Validation/ValidationRuleMerger.php b/src/Support/Validation/ValidationRuleMerger.php index <HASH>..<HASH> 100644 --- a/src/Support/Validation/ValidationRuleMerger.php +++ b/src/Support/Validation/ValidationRuleMerger.php @@ -108,11 +108,11 @@ class ValidationRuleMerger implements ValidationRul...
Finished WIP for validation rule merger Left a ToDo comment in
czim_laravel-cms-models
train
9199e164311d8d445c404447ca60c79105869a79
diff --git a/peru/module.py b/peru/module.py index <HASH>..<HASH> 100644 --- a/peru/module.py +++ b/peru/module.py @@ -78,7 +78,8 @@ class Module: yaml = json.loads(runtime.cache.keyval[cache_key]) else: try: - yaml = runtime.cache.read_file(tree, self.peru_file) + ...
decode YAML to a string before caching it We're JSON stringifying the YAML we cache (so that we can distinguish empty from missing), but JSON refuses to represent bytes. I pushed without running tests :(
buildinspace_peru
train
382d7e573c9ba94e2faada1cc667a24b1678f18d
diff --git a/sphinx_click/ext.py b/sphinx_click/ext.py index <HASH>..<HASH> 100644 --- a/sphinx_click/ext.py +++ b/sphinx_click/ext.py @@ -44,7 +44,10 @@ def _get_help_record(opt): def _write_opts(opts): rv, _ = click.formatting.join_options(opts) if not opt.is_flag and not opt.count: - ...
Support 'metavar' We need to be careful here to strip out potential option markers.
click-contrib_sphinx-click
train
5fe7340d9fb46393c129d47030a58668b8aa7bb6
diff --git a/lib/process.py b/lib/process.py index <HASH>..<HASH> 100644 --- a/lib/process.py +++ b/lib/process.py @@ -202,6 +202,8 @@ def write_config(params, auth_key=None): cfg - all options as dictionary """ cfg = {'dbpath': params.get('dbpath', None) or tempfile.mkdtemp(prefix="mongo-")} + ...
create dbpath if doesn't exist
10gen_mongo-orchestration
train
9fe43503259736bc78495503350bd5e19876f3ba
diff --git a/glances/plugins/glances_ports.py b/glances/plugins/glances_ports.py index <HASH>..<HASH> 100644 --- a/glances/plugins/glances_ports.py +++ b/glances/plugins/glances_ports.py @@ -66,9 +66,6 @@ class Plugin(GlancesPlugin): def update(self): """Update the ports list.""" - if self.args i...
Correct another issue in Client/Server mode with ports plugin
nicolargo_glances
train
41d399774deefbe611d7737e504e7f4c7adbfced
diff --git a/bedup/tracking.py b/bedup/tracking.py index <HASH>..<HASH> 100644 --- a/bedup/tracking.py +++ b/bedup/tracking.py @@ -401,7 +401,7 @@ def open_by_inode(inode, sess, query): try: rfile = fopenat(inode.vol.live.fd, pathb) except IOError as e: - if e.errno != errno.ENOENT: + i...
Handle races where a regular file inode is replaced by a directory. Addresses #<I>.
g2p_bedup
train
e34c060430e62ca04b63d50796b7d1627566e8bc
diff --git a/wp_get.py b/wp_get.py index <HASH>..<HASH> 100755 --- a/wp_get.py +++ b/wp_get.py @@ -37,7 +37,7 @@ __author__ = "siznax" __version__ = "24 Sep 2015" XPATH = '//*[@id="mw-content-text"]' - +TIMEOUT = 30 def _user_agent(): return ("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) " @@ -62,6 +62,7...
exposed _main as article() and added timeout to wp_get.py
siznax_wptools
train
6017148551d8773aa011b44220738c56c1c36dd3
diff --git a/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php b/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php index <HASH>..<HASH> 100644 --- a/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php +++ b/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php @@ -9...
[TASK] Add settings for Clone plugin
NamelessCoder_gizzle-git-plugins
train
47ddf73b717c3b68f89d70c1bfc10232e42ada7a
diff --git a/categories/__init__.py b/categories/__init__.py index <HASH>..<HASH> 100644 --- a/categories/__init__.py +++ b/categories/__init__.py @@ -1,7 +1,7 @@ __version_info__ = { 'major': 0, 'minor': 5, - 'micro': 1, + 'micro': 2, 'releaselevel': 'final', 'serial': 0 } @@ -39,7 +39,7 @@...
Removed the raising of an exception when it finds a model that is already registered. and bumped the version to <I>
callowayproject_django-categories
train
8af28f3bfdc48b82b8fe8423c34e222813e451d0
diff --git a/action/Dispatcher.php b/action/Dispatcher.php index <HASH>..<HASH> 100644 --- a/action/Dispatcher.php +++ b/action/Dispatcher.php @@ -177,6 +177,7 @@ class Dispatcher extends \lithium\core\StaticObject { * @return array Returns the `$params` array with formatting rules applied to array values. */ p...
Routers don't match with inside scope routers.
UnionOfRAD_lithium
train
93ab38e31df319b1e97d34b7a7bd9f2f7ad4178d
diff --git a/lib/Models/GlobeOrMap.js b/lib/Models/GlobeOrMap.js index <HASH>..<HASH> 100644 --- a/lib/Models/GlobeOrMap.js +++ b/lib/Models/GlobeOrMap.js @@ -91,12 +91,9 @@ GlobeOrMap.prototype._createEntityFromImageryLayerFeature = function(feature) { } }; - console.log(feature); - entity.imag...
info template for leaflet tests give up writing test for now give up writing test for now
TerriaJS_terriajs
train
1f7510dcc36df8f5a43013f61cf5b12d374c883f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setuptools.setup( "Framework :: AsyncIO", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programmi...
Remove Python <I> from setup.py classifiers It's still allowed in python_requires (for now)
tulir_mautrix-python
train
dedfb45ca1cea1f3845a06f93cd279391433021b
diff --git a/lib/yard/templates/helpers/html_helper.rb b/lib/yard/templates/helpers/html_helper.rb index <HASH>..<HASH> 100644 --- a/lib/yard/templates/helpers/html_helper.rb +++ b/lib/yard/templates/helpers/html_helper.rb @@ -81,9 +81,13 @@ module YARD if provider.to_s == 'RDiscount' provider.new(t...
Add `:with_toc_data` to redcarpet configs This will autogenerate id tags for headers. Without headers the javascript in the default template will generate ids, but uses a different algorithm that doesn't match what github does.
lsegal_yard
train
b8c847878322572dbffe9b3b3cfce9bf13b896df
diff --git a/search/collectors/collector_top_score.go b/search/collectors/collector_top_score.go index <HASH>..<HASH> 100644 --- a/search/collectors/collector_top_score.go +++ b/search/collectors/collector_top_score.go @@ -57,6 +57,8 @@ func (tksc *TopScoreCollector) Took() time.Duration { return tksc.took } +var ...
optimize collector to check ctx.Done() only occasionally
blevesearch_bleve
train
df2fb3477eb436c413898f7d9df64ff168aad8cf
diff --git a/astrobase/services/simbad.py b/astrobase/services/simbad.py index <HASH>..<HASH> 100644 --- a/astrobase/services/simbad.py +++ b/astrobase/services/simbad.py @@ -820,7 +820,6 @@ def tap_query(querystr, try: df = Table.read(cachefname, format='csv') - assert len(df) >= 1 ...
services.simbad: empty CSVs are OK as results, don't refetch
waqasbhatti_astrobase
train
cfc45e246e1a1b334fce435fd5c4041fd0b06208
diff --git a/potsdb.py b/potsdb.py index <HASH>..<HASH> 100644 --- a/potsdb.py +++ b/potsdb.py @@ -6,6 +6,10 @@ import time import random MPS_LIMIT = 100 + +_last_timestamp = None +_last_metrics = set() + def _mksocket(host, port, q, done): """Returns a tcp socket to (host/port). Retries forever every 5 seconds ...
moved last_metrics to module scope, clarified variable naming for host_tag
orionvm_potsdb
train
a9d0c555560ad8334395392b634210e8141d175b
diff --git a/lib/components/viewers/child-stop-details.js b/lib/components/viewers/child-stop-details.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/child-stop-details.js +++ b/lib/components/viewers/child-stop-details.js @@ -1,6 +1,5 @@ import React, { Component } from 'react' -// import { getStopViewe...
improvement(child-stop-details.js): Added a toggle to expand the extra child stops. #<I>
opentripplanner_otp-react-redux
train
743b0c96dc58b78d63c9e9da8e35c632b7d8b641
diff --git a/src/Command/State/DebugCommand.php b/src/Command/State/DebugCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/State/DebugCommand.php +++ b/src/Command/State/DebugCommand.php @@ -47,7 +47,7 @@ class DebugCommand extends Command $key = $input->getArgument('key'); if ($key) { - ...
[state:debug] Fix debug individual value (#<I>) * [generate:post:update] New Command * Fixed services call as option in some commands * Language separation * Revert "Language separation" This reverts commit e4d<I>c<I>b<I>df<I>fd<I>a1bfa<I>d<I>c9bd. * Fix debug state
hechoendrupal_drupal-console
train
a8941a1ac4628978de5c03d63657103b1fa1ecc2
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,8 +1,5 @@ -$LOAD_PATH.unshift(File.dirname(__FILE__)) -$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) - -require 'validation_scopes' require 'bundler/setup' +...
Don't need to add lib to load path with bundler
stevehodgkiss_validation-scopes
train
9b3ee8bf05dfcfc2aaa6f317fefcf8e2a476fe0b
diff --git a/shield/_registry.py b/shield/_registry.py index <HASH>..<HASH> 100644 --- a/shield/_registry.py +++ b/shield/_registry.py @@ -1,40 +1,78 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals, division +from six.moves import filter as ifilter import six -class Registry(d...
Rewrite registry to have fallbacks be a bit more sane
concordusapps_python-shield
train
296eb0090579cc96d46088960c146b5e9464bdbb
diff --git a/lib/active_dynamic/version.rb b/lib/active_dynamic/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_dynamic/version.rb +++ b/lib/active_dynamic/version.rb @@ -1,3 +1,3 @@ module ActiveDynamic - VERSION = '0.3.0' + VERSION = '0.4.0' end
Bump up version to <I>
koss-lebedev_active_dynamic
train
556f83a2aa9754d363559344af7c5fb61bc4766d
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -4,7 +4,7 @@ var each = require('async').each var Prismic = require('prismic.io').Prismic var debug = require('debug')('metalsmith-prismic') var _ = require('underscore') - +var cl...
Use node-clone to perform deep copy in creating collection files
mbanting_metalsmith-prismic
train
e3c9304dde85a49dc07b6e7e9ca4210ca453ced9
diff --git a/packages/core/parcel-bundler/src/utils/env.js b/packages/core/parcel-bundler/src/utils/env.js index <HASH>..<HASH> 100644 --- a/packages/core/parcel-bundler/src/utils/env.js +++ b/packages/core/parcel-bundler/src/utils/env.js @@ -19,7 +19,7 @@ async function loadEnv(filepath) { const envPath = await...
fix node 6 tests (#<I>)
parcel-bundler_parcel
train
37b3cd76d260868a742db6a0da2cb9a79ecab742
diff --git a/src/components/line.js b/src/components/line.js index <HASH>..<HASH> 100644 --- a/src/components/line.js +++ b/src/components/line.js @@ -2,8 +2,8 @@ import React, {PropTypes} from 'react'; const Line = ({onClick, children, fieldForLine, options,index, ...otherProps}) => { return ( <div> - ...
[components] The list does a closure on the index for the line onChange.
get-focus_deprecated-focus-graph
train
f701c4a51d4ee98c1d4c31b71676610abb87994d
diff --git a/executor/executor_test.go b/executor/executor_test.go index <HASH>..<HASH> 100644 --- a/executor/executor_test.go +++ b/executor/executor_test.go @@ -2053,16 +2053,14 @@ func (s *testSuite) TestIssue4024(c *C) { const ( checkRequestOff = 0 checkRequestPriority = 1 - checkRequestNotFillCac...
executor: rewrite TestNotFillCacheFlag to avoid data race in CI (#<I>)
pingcap_tidb
train
5f37594472b203c814dd792a68e6a2d9fe320271
diff --git a/lib/ti.rb b/lib/ti.rb index <HASH>..<HASH> 100644 --- a/lib/ti.rb +++ b/lib/ti.rb @@ -5,11 +5,12 @@ require 'pathname' require 'fileutils' require 'colored' require 'rocco' +require 'ostruct' module Ti VERSION = File.read(File.join(File.dirname(__FILE__), '../VERSION')).chomp ROOT_PAT...
Successful building of ti project with the new structure, refactor, and option parser
revans_Ti
train
518994a43d316a6bac600e1ece6e49d13bedcfab
diff --git a/src/main/java/com/helger/commons/xml/serialize/XMLWriterSettings.java b/src/main/java/com/helger/commons/xml/serialize/XMLWriterSettings.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/helger/commons/xml/serialize/XMLWriterSettings.java +++ b/src/main/java/com/helger/commons/xml/serialize/XMLWrite...
Test speed up by <I>%
phax_ph-commons
train
33ba6e8fad6f617bb97798e73126486f77c27f23
diff --git a/core/flyout.js b/core/flyout.js index <HASH>..<HASH> 100644 --- a/core/flyout.js +++ b/core/flyout.js @@ -1040,7 +1040,9 @@ Blockly.Flyout.prototype.reflowHorizontal = function(blocks) { } // Record the height for .getMetrics_ and .position. this.height_ = flyoutHeight; - Blockly.resizeSv...
Fix #<I> by calling workspace's resize when the flyout reflows. (#<I>)
LLK_scratch-blocks
train
8ed4956f84eb21aedb848766db1def311a82167d
diff --git a/src/Storage/Migration/Export.php b/src/Storage/Migration/Export.php index <HASH>..<HASH> 100644 --- a/src/Storage/Migration/Export.php +++ b/src/Storage/Migration/Export.php @@ -4,12 +4,14 @@ namespace Bolt\Storage\Migration; use Bolt\Collection\Bag; use Bolt\Collection\MutableBag; +use Bolt\Common\Str...
Improve Yaml export for compatibility with Bolt 4/5 Conimex import
bolt_bolt
train
e7990316dd0a323f6a839afb6f4696dff1db18ac
diff --git a/ipcalc.py b/ipcalc.py index <HASH>..<HASH> 100644 --- a/ipcalc.py +++ b/ipcalc.py @@ -719,11 +719,11 @@ class Network(IP): slice_step = key.step or 1 arr = list() while x < slice_stop: - arr.append(IP(int(self) + x)) + arr.append(IP(int(s...
Adding network mask when crating IP object.
tehmaze_ipcalc
train
10a22a2fa76c6bc324a1fea18525eae9da18b058
diff --git a/src/model/Repository/SegmentsRepository.php b/src/model/Repository/SegmentsRepository.php index <HASH>..<HASH> 100644 --- a/src/model/Repository/SegmentsRepository.php +++ b/src/model/Repository/SegmentsRepository.php @@ -17,6 +17,11 @@ class SegmentsRepository extends Repository 'cache_count' ...
Proper fix for segment.cache_count update Instead of unlocking & locking segments (see <I>ea<I>a2f2f4e5ee3c<I>fdebcaab9f<I>caa<I>) we want to allow update of whitelisted fiels. Eg. `cache_count` is informative field which doesn't affect segment results. remp/crm#<I>
remp2020_crm-segment-module
train
bb697daf1a917e3f93bf73fd72826f7871507159
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='wfcli', - version='0.3', + version='0.4', packages=['wfcli'], url='https://github.com/dariosky/wfcli', license='MIT', diff --git a/wfcli/_...
Logging info in console. Renew command
dariosky_wfcli
train
32167ff37b8d5568784eb7818bc7f32e92888af8
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -52,14 +52,14 @@ <!-- allowed values: R7, 1.0, 1.5, 2.0 or none --> <wtp.version>none</wtp.version> </properties> - <!--<repositories> + <repositories> <repository> <id>snapshots-repo</id> <url>https://oss.sona...
Addoptation to recent changes in OrientDB-<I> No ability to preserve draft version - it's rolled back by OrientDB Add SNAPSHOT repository
OrienteerBAP_wicket-orientdb
train
42353a285d4429badcd4cc4e9591ecda0b8a98b8
diff --git a/src/components/parallax/parallax.js b/src/components/parallax/parallax.js index <HASH>..<HASH> 100644 --- a/src/components/parallax/parallax.js +++ b/src/components/parallax/parallax.js @@ -104,6 +104,7 @@ export default { const swiper = this; if (!swiper.params.parallax.enabled) return; ...
Fix parallax breaking on breakpoint change Fixes #<I>
nolimits4web_swiper
train