hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
37a86719a01df94fc8b7559d96b517fd0af286a9
diff --git a/payment/src/test/java/org/killbill/billing/payment/TestJanitor.java b/payment/src/test/java/org/killbill/billing/payment/TestJanitor.java index <HASH>..<HASH> 100644 --- a/payment/src/test/java/org/killbill/billing/payment/TestJanitor.java +++ b/payment/src/test/java/org/killbill/billing/payment/TestJanito...
payment: fix flaky Janitor test
killbill_killbill
train
5f13ec40484e75d68922f21a6c1c6623b7aff612
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.7 (unreleased) +---------------- + +- No changes yet. + 0.6 (2019-01-07) ---------------- diff --git a/fast_histogram/__init__.py b/fast_histogram/__init__.py index <HASH>..<HASH> 100644 --- a/f...
Back to development: <I>
astrofrog_fast-histogram
train
fe28da3792ef5d15beb446df59b9134e21f2db6e
diff --git a/liquibase-core/src/main/java/liquibase/Liquibase.java b/liquibase-core/src/main/java/liquibase/Liquibase.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/Liquibase.java +++ b/liquibase-core/src/main/java/liquibase/Liquibase.java @@ -5,12 +5,44 @@ import java.io.IOException; im...
DVONE-<I> Give update for Gen SQL ability to skip checkLiquibaseTables
liquibase_liquibase
train
d89401a2b3d91c3f0376e13420a6304ea9deccdf
diff --git a/src/components/VSystemBar/VSystemBar.js b/src/components/VSystemBar/VSystemBar.js index <HASH>..<HASH> 100644 --- a/src/components/VSystemBar/VSystemBar.js +++ b/src/components/VSystemBar/VSystemBar.js @@ -12,6 +12,7 @@ export default { props: { absolute: Boolean, fixed: Boolean, + height: ...
fix(v-toolbar/v-system-bar): fixed the usage of `v-toolbar` and `v-system-bar` when using the **app* added missing margin top for a `v-toolbar` component when using the **app** prop and a `v-system-bar`. also added **height** prop to `v-system-bar`
vuetifyjs_vuetify
train
25b038a24ae4a4c608f1103dd6c5d928a7de576e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Bugfix: Call commands timing out now raise a timeout exception in the caller, but do not crash the actor * Bugfix: CallController#dial now unblocks immediately if the original call ends ...
[BUGFIX] CallController#dial now hangs up outbound legs when it unblocks #<I>
adhearsion_adhearsion
train
c362aad475afddcf5363723b123333f9bbddd964
diff --git a/prow/gerrit/client/client.go b/prow/gerrit/client/client.go index <HASH>..<HASH> 100644 --- a/prow/gerrit/client/client.go +++ b/prow/gerrit/client/client.go @@ -35,6 +35,7 @@ import ( utilerrors "k8s.io/apimachinery/pkg/util/errors" "k8s.io/test-infra/prow/config" + "k8s.io/test-infra/prow/version" ...
Add a user-agent header to gerrit client So that the server knows the requests are from Prow
kubernetes_test-infra
train
c3d11f0efa22db2492f668ff3b3b46938669c092
diff --git a/examples/expl_duck_duck_go.py b/examples/expl_duck_duck_go.py index <HASH>..<HASH> 100644 --- a/examples/expl_duck_duck_go.py +++ b/examples/expl_duck_duck_go.py @@ -12,7 +12,7 @@ browser = mechanicalsoup.StatefulBrowser() browser.open("https://duckduckgo.com/") # Fill-in the search form -browser.selec...
Update expl_duck_duck_go.py This will fix the issue of finding the search field untill it gets changed again.
MechanicalSoup_MechanicalSoup
train
b5909718eef72ab3b727f6a96687658996afc38e
diff --git a/src/cf/commands/application/helpers.go b/src/cf/commands/application/helpers.go index <HASH>..<HASH> 100644 --- a/src/cf/commands/application/helpers.go +++ b/src/cf/commands/application/helpers.go @@ -39,7 +39,7 @@ func extractLogHeader(msg *logmessage.Message) (logHeader, coloredLogHeader stri } //...
Make loggregator jobs have 5 spaces around the short source type name [#<I>]
cloudfoundry_cli
train
f4abdeb137f89b4803834ea1c373a148144018c6
diff --git a/packages/razzle/scripts/build.js b/packages/razzle/scripts/build.js index <HASH>..<HASH> 100755 --- a/packages/razzle/scripts/build.js +++ b/packages/razzle/scripts/build.js @@ -32,7 +32,10 @@ loadRazzleConfig(webpack).then( async ({ razzle, razzleOptions, webpackObject, plugins, paths }) => { co...
feat(razzle): added start of serverOnly buildType
jaredpalmer_razzle
train
c550f0d2e7cf2c60e5c37dd22126accfac2ad9e0
diff --git a/rinoh/style.py b/rinoh/style.py index <HASH>..<HASH> 100644 --- a/rinoh/style.py +++ b/rinoh/style.py @@ -205,7 +205,7 @@ class ClassSelectorBase(Selector): return None attributes_match += 1 - return Specificity(style_match, attributes_match, class_match) + ret...
Extend specificity to include location information
brechtm_rinohtype
train
11760439a8bbadf0d014a9a96db26d24a1a8434a
diff --git a/Core/ComplexField/EzBinaryFile.php b/Core/ComplexField/EzBinaryFile.php index <HASH>..<HASH> 100644 --- a/Core/ComplexField/EzBinaryFile.php +++ b/Core/ComplexField/EzBinaryFile.php @@ -11,7 +11,7 @@ class EzBinaryFile extends AbstractComplexField implements FieldValueConverterIn protected $ioRootDir;...
Try to fix support for <I>
kaliop-uk_ezmigrationbundle
train
a3a2ba99703f4fba0e8065678d38394a7722ba3f
diff --git a/test/cli.js b/test/cli.js index <HASH>..<HASH> 100644 --- a/test/cli.js +++ b/test/cli.js @@ -111,23 +111,27 @@ test("cli", function(t) { }) planned+=2 - var watchProcess = exec(cssnextBin + " --watch test/fixtures/cli.error.css test/fixtures/cli.output--watch.css", function(err) { - t.ok(err &...
Avoid CLI test about --watch on CI since they do not like them Probably related to the fact thay CI services play with pid, stdin etc… I’ve tried things, but I don’t want to waste to many time on this Refs <URL>
MoOx_postcss-cssnext
train
7bfe8772e717ae6e68287e8e813b33ebf49325f6
diff --git a/djangular/core/urlresolvers.py b/djangular/core/urlresolvers.py index <HASH>..<HASH> 100644 --- a/djangular/core/urlresolvers.py +++ b/djangular/core/urlresolvers.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +from inspect import isclass from django.utils import six from django.utils.module_loading import ...
Fixed: function based views were ignored
jrief_django-angular
train
3ec2c84d6f4366d5e77e1bea19342595b4807333
diff --git a/lib/ronin/network/extensions/http/net.rb b/lib/ronin/network/extensions/http/net.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/network/extensions/http/net.rb +++ b/lib/ronin/network/extensions/http/net.rb @@ -398,7 +398,26 @@ module Net end # - # Performs an HTTP Get request. + # Performs an HTT...
Added Net.http_get_headers and Net.http_post_headers.
ronin-ruby_ronin-support
train
0ee76eac4c7a84e20c1a6425bdffa681ded33b4f
diff --git a/kodi_voice/kodi.py b/kodi_voice/kodi.py index <HASH>..<HASH> 100644 --- a/kodi_voice/kodi.py +++ b/kodi_voice/kodi.py @@ -940,7 +940,7 @@ class Kodi: def GetMusicArtists(self): - return self.SendCommand(RPCString("AudioLibrary.GetArtists")) + return self.SendCommand(RPCString("AudioLibrary.Get...
Retrieve song artists as well as album artists.
m0ngr31_kodi-voice
train
55b6620af1ab090269b47853002a6d660531c809
diff --git a/test/lib/authn/session_test.rb b/test/lib/authn/session_test.rb index <HASH>..<HASH> 100644 --- a/test/lib/authn/session_test.rb +++ b/test/lib/authn/session_test.rb @@ -32,12 +32,12 @@ class TestAuthNSession < MiniTest::Unit::TestCase def test_that_login_sets_session Controller.login email: "kur...
Switching to the new key naming scheme
krainboltgreene_authn
train
c226ec89675a5759537f93da2f39d7ba8473d501
diff --git a/pymongo/database.py b/pymongo/database.py index <HASH>..<HASH> 100644 --- a/pymongo/database.py +++ b/pymongo/database.py @@ -82,7 +82,7 @@ class Database(object): if method_overwritten(manipulator, "transform_incoming"): self.__incoming_copying_manipulators.insert(0, manipula...
minor: fix for small bug with copying manipulators - thanks david gordon
mongodb_mongo-python-driver
train
51770274bb979174d7047cc8fa9a9f1b3e17f67f
diff --git a/lib/parameters/class_methods.rb b/lib/parameters/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/parameters/class_methods.rb +++ b/lib/parameters/class_methods.rb @@ -103,7 +103,7 @@ module Parameters name = name.to_sym ancestors.each do |ancestor| - if ancestor.include?(Param...
Use included_modules.include? to test whether Parameters was included. * DataMapper apparently overrides include? on Classes, in order to perform Database queries.
postmodern_parameters
train
0cb6471f352802eb38107646ef7efa56745e87a8
diff --git a/test/e2e/framework/nodes_util.go b/test/e2e/framework/nodes_util.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/nodes_util.go +++ b/test/e2e/framework/nodes_util.go @@ -130,9 +130,9 @@ func NodeUpgrade(f *Framework, v string, img string) error { } // TODO(mrhohn): Remove this function when kub...
Pipe in upgrade image target to kube-proxy migration tests
kubernetes_kubernetes
train
e3b4f7f183bb41b26a90777c7114eb4867bb777c
diff --git a/src/Illuminate/Notifications/DatabaseNotification.php b/src/Illuminate/Notifications/DatabaseNotification.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Notifications/DatabaseNotification.php +++ b/src/Illuminate/Notifications/DatabaseNotification.php @@ -7,6 +7,13 @@ use Illuminate\Database\Eloquent...
Change DatabaseNotification keyType to match uuid (#<I>) The default primary key for database notifications is a UUID, but the default `keyType` (from the base model) is an `int`. This causes ids with string UUIDs to be force cast as integers in MorphTo and other relationships. <URL>
laravel_framework
train
4d6626e8492c52cbe9f1b3fe8400b67dfde48480
diff --git a/gns3server/modules/vpcs/vpcs_vm.py b/gns3server/modules/vpcs/vpcs_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/modules/vpcs/vpcs_vm.py +++ b/gns3server/modules/vpcs/vpcs_vm.py @@ -196,15 +196,15 @@ class VPCSVM(BaseVM): @asyncio.coroutine def _check_vpcs_version(self): """ - ...
Support of VPCS <I> Fix #<I>
GNS3_gns3-server
train
0eccb5db1874981ea3d521045a8cb709976f2090
diff --git a/visidata/sheets.py b/visidata/sheets.py index <HASH>..<HASH> 100644 --- a/visidata/sheets.py +++ b/visidata/sheets.py @@ -102,7 +102,7 @@ class LazyComputeRow: self.row = row self.sheet = sheet if not hasattr(self.sheet, '_lcm'): - self.sheet._lcm = LazyChainMap(sheet)...
[LazyComputeRow] add vd attributes to locals chain for expressions
saulpw_visidata
train
0b0ec57db865ea5deae101f4c19b69531e31653b
diff --git a/validator/sawtooth_validator/journal/publisher.py b/validator/sawtooth_validator/journal/publisher.py index <HASH>..<HASH> 100644 --- a/validator/sawtooth_validator/journal/publisher.py +++ b/validator/sawtooth_validator/journal/publisher.py @@ -194,6 +194,9 @@ class _CandidateBlock(object): :para...
BlockPublisher now drops invalid batches when CandidateBlock is not created. Changed the BlockPublisher handling of failed batches, Such that if a CandidateBlock contains only failed Batches, the failed batches will be discarded and will not be re-tried.
hyperledger_sawtooth-core
train
c55b08907459e833d6e29f7709593ce380188115
diff --git a/src/Flare/Admin/Admin.php b/src/Flare/Admin/Admin.php index <HASH>..<HASH> 100644 --- a/src/Flare/Admin/Admin.php +++ b/src/Flare/Admin/Admin.php @@ -144,6 +144,11 @@ abstract class Admin return 'flare::'.static::$view; } + public function getViewData() + { + return []; + } ...
Couple of minor bug fixes for WidgetAdmin functionality
laravelflare_flare
train
4f10495f65010c9b527d21f34ebc272037e77333
diff --git a/salt/states/mount.py b/salt/states/mount.py index <HASH>..<HASH> 100644 --- a/salt/states/mount.py +++ b/salt/states/mount.py @@ -140,7 +140,7 @@ def mounted(name, return ret else: ret['changes']['umount'] = "Forced remount ...
Fixing #<I> - When mount is True we need to ensure the directory exists
saltstack_salt
train
c7c64894c6c3b591ad82e39163c8ca2274828882
diff --git a/authenticated_origin_pulls_per_hostname_test.go b/authenticated_origin_pulls_per_hostname_test.go index <HASH>..<HASH> 100644 --- a/authenticated_origin_pulls_per_hostname_test.go +++ b/authenticated_origin_pulls_per_hostname_test.go @@ -95,7 +95,7 @@ func TestListPerHostnameAuthenticatedOriginPullsCertifi...
Update test for plural func name Returns certs so make plural as suggested by @jacobbednarz
cloudflare_cloudflare-go
train
2761aeeb6aaaa9a22a07c2eb3c0e026002eee406
diff --git a/views/js/controller/CompatibilityChecker/diagnostics.js b/views/js/controller/CompatibilityChecker/diagnostics.js index <HASH>..<HASH> 100644 --- a/views/js/controller/CompatibilityChecker/diagnostics.js +++ b/views/js/controller/CompatibilityChecker/diagnostics.js @@ -153,11 +153,13 @@ define([ */ ...
fix performances test time unit, fix whichbrowser result
oat-sa_extension-tao-clientdiag
train
41c748414dce42865ba13dac2500088d7a85d82a
diff --git a/delete_test.go b/delete_test.go index <HASH>..<HASH> 100644 --- a/delete_test.go +++ b/delete_test.go @@ -67,3 +67,65 @@ func (s *DeleteBuilderTestSuite) TestDeleteWithVersion() { assert.NoError(s.T(), client.Close()) } + +func (s *DeleteBuilderTestSuite) TestNamespace() { + s.builder.Namespace = "par...
add test cases for namespace, background and DeletingChildren
curator-go_curator
train
4953f58894d03546b970a4abed5c53d04f7a11f0
diff --git a/salt/modules/network.py b/salt/modules/network.py index <HASH>..<HASH> 100644 --- a/salt/modules/network.py +++ b/salt/modules/network.py @@ -1307,7 +1307,6 @@ def default_route(family=None): ret = [] for route in _routes: if family: - log.info(route) if route['de...
forgot to remove a debug line, how embarasing
saltstack_salt
train
bb451c8ea89b6b32e9738c8128628291a47fb9e3
diff --git a/src/tools/FreehandSculpterMouseTool.js b/src/tools/FreehandSculpterMouseTool.js index <HASH>..<HASH> 100644 --- a/src/tools/FreehandSculpterMouseTool.js +++ b/src/tools/FreehandSculpterMouseTool.js @@ -19,6 +19,7 @@ export default class FreehandSculpterMouseTool extends BaseTool { super({ name,...
Make sure we're passing our defaul mixin to the baseTool
cornerstonejs_cornerstoneTools
train
70bd64d037b044aa04cb177972a5d2fee41a238b
diff --git a/cli/command/image/build/context_test.go b/cli/command/image/build/context_test.go index <HASH>..<HASH> 100644 --- a/cli/command/image/build/context_test.go +++ b/cli/command/image/build/context_test.go @@ -24,11 +24,11 @@ var prepareEmpty = func(t *testing.T) (string, func()) { } var prepareNoFiles = f...
cli/command/image/build/context_test.go:<I>:<I>: `createTestTempDir` - `dir` always receives `""` (unparam)
docker_cli
train
f3c931b6603add0fafcefefe520440c3538ecbf9
diff --git a/test/test_orm.py b/test/test_orm.py index <HASH>..<HASH> 100644 --- a/test/test_orm.py +++ b/test/test_orm.py @@ -654,6 +654,13 @@ def test_none_value(): >>> a.decimal = None >>> a.to_dict() {'date1': None, 'date3': None, 'date2': None, 'string': '', 'decimal': '0.0', 'float': 0.0, 'boolean'...
modify orm test, if string property value is None, then the value is '', if 0, False, will convert to string, such as '0', 'False'
limodou_uliweb
train
db15fed64648f75644a1c5b624eec767da8e42be
diff --git a/lib/mshoplib/src/MShop/Service/Provider/Payment/PayPalExpress.php b/lib/mshoplib/src/MShop/Service/Provider/Payment/PayPalExpress.php index <HASH>..<HASH> 100644 --- a/lib/mshoplib/src/MShop/Service/Provider/Payment/PayPalExpress.php +++ b/lib/mshoplib/src/MShop/Service/Provider/Payment/PayPalExpress.php @...
Adds type and extends try catch
Arcavias_arcavias-core
train
adefcf643a8c8070a57898b68d779ca82b5e8a1c
diff --git a/core/src/main/java/de/javakaffee/web/msm/BackupSessionTask.java b/core/src/main/java/de/javakaffee/web/msm/BackupSessionTask.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/de/javakaffee/web/msm/BackupSessionTask.java +++ b/core/src/main/java/de/javakaffee/web/msm/BackupSessionTask.java @@ -193,7...
Remove info logging that was accidentally committed with commit 2b<I>d (Implemented #<I>: Support membase buckets (membase bucket uris) and SASL (merged membase-sasl).).
magro_memcached-session-manager
train
6342237937e1774cd8265e444fa3c0827d7fb66b
diff --git a/lib/safe_yaml.rb b/lib/safe_yaml.rb index <HASH>..<HASH> 100644 --- a/lib/safe_yaml.rb +++ b/lib/safe_yaml.rb @@ -44,7 +44,7 @@ module YAML else Psych.parse(yaml) end - return safe_resolver.resolve_tree(tree) + return safe_resolver.resolve_node(tree) end def sel...
simplified (?) Psych implementation slightly, to bring more in line w/ Syck one
dtao_safe_yaml
train
2cc61ea693c7d70f4573a3d9734272aa37d94315
diff --git a/server/libs/aws/batch.js b/server/libs/aws/batch.js index <HASH>..<HASH> 100644 --- a/server/libs/aws/batch.js +++ b/server/libs/aws/batch.js @@ -37,6 +37,16 @@ const extractJobLog = job => { return jobLog } +const batchStates = [ + 'SUBMITTED', + 'PENDING', + 'RUNNABLE', + 'STARTING', + 'RUNNIN...
Skip out of order SQS events and deleted job updates.
OpenNeuroOrg_openneuro
train
25ae1b33bac030a49add4a9d25d4d83d3b626f45
diff --git a/sfm-jdbc/src/test/java/org/simpleflatmapper/jdbc/test/DiscriminatorJdbcMapperTest.java b/sfm-jdbc/src/test/java/org/simpleflatmapper/jdbc/test/DiscriminatorJdbcMapperTest.java index <HASH>..<HASH> 100644 --- a/sfm-jdbc/src/test/java/org/simpleflatmapper/jdbc/test/DiscriminatorJdbcMapperTest.java +++ b/sfm-...
#<I> replace lambda with anonymous class
arnaudroger_SimpleFlatMapper
train
69b573ca7da11bd33ec0ab041e85c6f7747412c4
diff --git a/executor/executor_txn_test.go b/executor/executor_txn_test.go index <HASH>..<HASH> 100644 --- a/executor/executor_txn_test.go +++ b/executor/executor_txn_test.go @@ -308,13 +308,13 @@ func TestTxnSavepoint0(t *testing.T) { {"savepoint s1", []string{"s1"}, ""}, {"savepoint s2", []string{"s1", "s2"}, "...
executor: fix compatibility issue of release savepoint (#<I>) close pingcap/tidb#<I>
pingcap_tidb
train
490eca115a29f036ed09266e2015d1277d15fdc6
diff --git a/connection/pool.js b/connection/pool.js index <HASH>..<HASH> 100644 --- a/connection/pool.js +++ b/connection/pool.js @@ -1156,6 +1156,10 @@ Pool.prototype.write = function(commands, options, cb) { } if (operation.session) { + if (operation.session.hasEnded) { + return cb(new MongoE...
refactor(driver-sessions): explicit disallow use of ended sessions NODE-<I>
mongodb_node-mongodb-native
train
621dca51f8b10959fc041d77a7efeb62bc547012
diff --git a/repository/boxnet/repository.class.php b/repository/boxnet/repository.class.php index <HASH>..<HASH> 100755 --- a/repository/boxnet/repository.class.php +++ b/repository/boxnet/repository.class.php @@ -21,6 +21,9 @@ class repository_boxnet extends repository{ $reset = optional_para...
MDL-<I>, test api_key, and remove shared secret in flickr plug-in
moodle_moodle
train
8f1058b5846ac73bd7f345fa8e9847b73c6759d4
diff --git a/app/controllers/search.rb b/app/controllers/search.rb index <HASH>..<HASH> 100644 --- a/app/controllers/search.rb +++ b/app/controllers/search.rb @@ -71,7 +71,7 @@ Ladder.controllers :search do # query for the provided query string b.positive do |p| # p.match @fields...
Enable snowball analyzer for indexing and querying (NB: distorts facets)
ladder_ladder
train
33399b6d8a138904dd8fd133fab41c2406788419
diff --git a/lib/payson_api/order_item.rb b/lib/payson_api/order_item.rb index <HASH>..<HASH> 100644 --- a/lib/payson_api/order_item.rb +++ b/lib/payson_api/order_item.rb @@ -26,7 +26,7 @@ class OrderItem end end - def self.parse_receivers(data) + def self.parse_order_items(data) i = 0 [].tap do |...
Bug fix: CnP has its drawbacks
stoffus_payson_api
train
9da948c850f95bfa9d277088a6dc4f501bed1b38
diff --git a/docs/examples/quickstart/example.php b/docs/examples/quickstart/example.php index <HASH>..<HASH> 100644 --- a/docs/examples/quickstart/example.php +++ b/docs/examples/quickstart/example.php @@ -119,6 +119,7 @@ try $a = new ClientImpl($argv[1], $argv[2], $argv[3], $argv[4], 60, 60); $a->registerEventLis...
"fixes" reading broken ami responses (when asterisk do not send the response: or event: headers). For example, QueuesAction. Unknown kind of messages will now be responses instead of events
marcelog_PAMI
train
0694ee1a9c9eaad912d7340687e9bf23a9a0569a
diff --git a/mpop/readers/__init__.py b/mpop/readers/__init__.py index <HASH>..<HASH> 100644 --- a/mpop/readers/__init__.py +++ b/mpop/readers/__init__.py @@ -47,14 +47,14 @@ import glob LOG = logging.getLogger(__name__) -BandID = namedtuple("Band", "name resolution wavelength polarization") -BandID.__new__.__defa...
renamed BandID to DatasetID
pytroll_satpy
train
3768439fa77ba5a2d628d0e71c21d66bedee5cc7
diff --git a/bg/graphviz.py b/bg/graphviz.py index <HASH>..<HASH> 100644 --- a/bg/graphviz.py +++ b/bg/graphviz.py @@ -4,9 +4,9 @@ from bg import BGVertex class NodeShapeProcessor(object): def __init__(self): - self.regular_vertex_shape = "circle" + self.regular_vertex_shape = "oval" self...
Graphviz export Correcting a default node shape for a regular vertex to be an oval, rather than a circle
aganezov_bg
train
867f0000c01079906a382c44db4034522acc915a
diff --git a/github.js b/github.js index <HASH>..<HASH> 100644 --- a/github.js +++ b/github.js @@ -467,6 +467,43 @@ }); }); }; + + // List commits on a repository. Takes an object of optional paramaters: + // sha: SHA or branch to start listing commits from + // path: Only comm...
List commits on a repo - based on #<I> Shows commits for a repo, depending on optional params Removed note about author as that doesn't seem to be an option and swapped order of options & cb (to be consistent with read of this lib's API) Closes #<I>
github-tools_github
train
6672e1f701bdd401986861b883fab653251beffd
diff --git a/lib/rworkflow/flow.rb b/lib/rworkflow/flow.rb index <HASH>..<HASH> 100644 --- a/lib/rworkflow/flow.rb +++ b/lib/rworkflow/flow.rb @@ -159,7 +159,7 @@ module Rworkflow def list_objects(state_name, limit = -1) list = get_list(state_name) - return list.get(0, limit).map {|object| self.class...
lint lib/rworkflow/flow.rb
barcoo_rworkflow
train
6e2499e87787cd9815801cfd8f70b506a73464e2
diff --git a/lib/restful_query/parser.rb b/lib/restful_query/parser.rb index <HASH>..<HASH> 100644 --- a/lib/restful_query/parser.rb +++ b/lib/restful_query/parser.rb @@ -35,13 +35,13 @@ module RestfulQuery def to_query_hash hash = @query_hash - hash[:join] = @default_join - hash[:_sort] = s...
Added test for Parser#to_query_hash Added Parser#set_sort
quirkey_restful_query
train
b61ff257e9ae4b74d4fc3b0d7d24dd15f127de1c
diff --git a/activemodel/lib/active_model/validations/length.rb b/activemodel/lib/active_model/validations/length.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/validations/length.rb +++ b/activemodel/lib/active_model/validations/length.rb @@ -41,13 +41,9 @@ module ActiveModel CHECKS.each do...
tidy up validations length code [#<I> state:resolved]
rails_rails
train
9849819b175ea06071ae3b87036222649ac80b6b
diff --git a/test/providers/dnsimple_test.rb b/test/providers/dnsimple_test.rb index <HASH>..<HASH> 100644 --- a/test/providers/dnsimple_test.rb +++ b/test/providers/dnsimple_test.rb @@ -263,7 +263,7 @@ class DNSimpleTest < Minitest::Test zone: 'dns-scratch.me', ttl: 60, fqdn: 'alias.dns-scra...
fix tests now that alias attribute is used instead of cname
Shopify_record_store
train
3e997eb9b32ea07842dcc6acdb48bf4f32c9019b
diff --git a/src/JS.php b/src/JS.php index <HASH>..<HASH> 100644 --- a/src/JS.php +++ b/src/JS.php @@ -245,12 +245,6 @@ class JS extends Minify $content = preg_replace('/(?<![\+\-])\s*([\+\-])/', '\\1', $content); $content = preg_replace('/([\+\-])\s*(?!\\1)/', '\\1', $content); - // collapse...
Don't confuse keywords with keys-of-object Unless they're preceded/followed by whitespace (which is already stripped around most operators) or ; or {}, a keyword is likely not a keyword, but a key of an object. Fixes issue #<I>
matthiasmullie_minify
train
b0d0b7f83e4adae67fd71c9bfcbc1364952f331d
diff --git a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java b/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java +++ b/src/main/java/io/lettuce/core/cluster/topology/NodeTopolog...
Guard `NodeTopologyView` against absent `INFO` response #<I> Lettuce now ignores when the INFO command completes exceptionally when obtaining a cluster topology and falls back to no-detail handling.
lettuce-io_lettuce-core
train
0613a8cff667ff0e1b3f9a09ae87d18d79c3e9c0
diff --git a/go2xunit.go b/go2xunit.go index <HASH>..<HASH> 100644 --- a/go2xunit.go +++ b/go2xunit.go @@ -140,7 +140,7 @@ func numFailures(tests []*Test) int { var xmlTemplate string = `<?xml version="1.0" encoding="utf-8"?> {{if .Bamboo}}<testsuites>{{end}} <testsuite name="go2xunit" tests="{{.Count}}" errors="0...
CT-<I> quick fix for making classname distint so test with the same name will not cloack each other
tebeka_go2xunit
train
4f2d24e69f794d0e3c0d63f65c8eab6cff6da100
diff --git a/eZ/Publish/Core/Persistence/Legacy/Handler.php b/eZ/Publish/Core/Persistence/Legacy/Handler.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Handler.php +++ b/eZ/Publish/Core/Persistence/Legacy/Handler.php @@ -408,6 +408,7 @@ class Handler implements HandlerInterface { ...
Added: getFieldTypeRegistry() method
ezsystems_ezpublish-kernel
train
0a6ddd4923526bf2296cbd7502ef045621e30894
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## 0.8.4 (in progress) +- Improvements in VarDict calling on somatic samples. +- Fix compatibility issue with bedtools 2.22.0 when calculating genome coverage. +- Fix joint calling upload to avoid redu...
Fixes for inclusion of GATK jars inside Docker contains when running distributed.
bcbio_bcbio-nextgen
train
0395a5593d2b0836c3bd2e77bfb65bda7247e31e
diff --git a/src/main/java/org/sfm/jdbc/impl/ResultSetFieldMapperFactory.java b/src/main/java/org/sfm/jdbc/impl/ResultSetFieldMapperFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sfm/jdbc/impl/ResultSetFieldMapperFactory.java +++ b/src/main/java/org/sfm/jdbc/impl/ResultSetFieldMapperFactory.java @@ -2...
add test for sqltype to javatype
arnaudroger_SimpleFlatMapper
train
92608b40457801f9f0746f80a4722f530cfbc465
diff --git a/src/pywws/service/mqtt.py b/src/pywws/service/mqtt.py index <HASH>..<HASH> 100644 --- a/src/pywws/service/mqtt.py +++ b/src/pywws/service/mqtt.py @@ -81,6 +81,8 @@ the next message is published. generate certificates. Only copy the ca.crt to your pywws client. See http://www.steves-internet-guide.com/...
Added note that port <I> is usually used for MQTTS (Secure MQTT)
jim-easterbrook_pywws
train
4014e91599199ff992c24fdd49d4a3d40fff7dde
diff --git a/src/Drupal/Driver/Cores/Drupal8.php b/src/Drupal/Driver/Cores/Drupal8.php index <HASH>..<HASH> 100644 --- a/src/Drupal/Driver/Cores/Drupal8.php +++ b/src/Drupal/Driver/Cores/Drupal8.php @@ -200,13 +200,20 @@ class Drupal8 implements CoreInterface { * Implements CoreInterface::userAddRole(). */ p...
Keeping up with D8 user API changes.
jhedstrom_DrupalDriver
train
4a4b4e2ee3ba1aa2c4970870f219549ea60b12e5
diff --git a/lib/geoengineer/resources/aws/elasticache/aws_elasticache_subnet_group.rb b/lib/geoengineer/resources/aws/elasticache/aws_elasticache_subnet_group.rb index <HASH>..<HASH> 100644 --- a/lib/geoengineer/resources/aws/elasticache/aws_elasticache_subnet_group.rb +++ b/lib/geoengineer/resources/aws/elasticache/a...
[FIX] Allow elasticache_subnet_group to plan It seems Terraform requires the name attribute to be present in order to refresh the state.
coinbase_geoengineer
train
98cc4a77f8d2f1aa365d3d0433ff3e7917de7e1a
diff --git a/src/main/java/weka/classifiers/meta/multisearch/AbstractEvaluationTask.java b/src/main/java/weka/classifiers/meta/multisearch/AbstractEvaluationTask.java index <HASH>..<HASH> 100644 --- a/src/main/java/weka/classifiers/meta/multisearch/AbstractEvaluationTask.java +++ b/src/main/java/weka/classifiers/meta/m...
added unique IDs in evaluation task and performance objects to stabilize searches containing with same performance results
fracpete_multisearch-weka-package
train
fe06051ad3acc48b6d386ae0d3308765f4520027
diff --git a/virtualboxclient/storage_controller.go b/virtualboxclient/storage_controller.go index <HASH>..<HASH> 100644 --- a/virtualboxclient/storage_controller.go +++ b/virtualboxclient/storage_controller.go @@ -1,6 +1,32 @@ package virtualboxclient +import ( + "github.com/appropriate/go-virtualboxclient/vboxwebs...
Add GetName() and GetPortCount() to StorageController
appropriate_go-virtualboxclient
train
762c292e6aab303033d9fc30ece60997341b9353
diff --git a/lib/spinning_cursor.rb b/lib/spinning_cursor.rb index <HASH>..<HASH> 100644 --- a/lib/spinning_cursor.rb +++ b/lib/spinning_cursor.rb @@ -26,7 +26,7 @@ module SpinningCursor do_exec_time do @parsed.originator.instance_eval &@parsed.action end - rescue Exception => e + ...
Rescue only StandardErrors, not Exceptions
prydonius_spinning_cursor
train
a226b3f2dc480d86b5780aa586a27a46ff74382c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ required = ['args'] setup( name='clint', version=clint.__version__, - description='Python Command-line Application Tools', + description='Python Command Line Interface Tools', long_descript...
Update setup.py clint = "Command Line Interface Tools" tells me the README
kennethreitz_clint
train
b24ef5e05d158e1533cf339aea866e0584447cef
diff --git a/eth/handler_test.go b/eth/handler_test.go index <HASH>..<HASH> 100644 --- a/eth/handler_test.go +++ b/eth/handler_test.go @@ -585,7 +585,7 @@ func testBroadcastBlock(t *testing.T, totalPeers, broadcastExpected int) { } }(peer) } - timeoutCh := time.NewTimer(time.Millisecond * 100).C + timeout := t...
eth: increase timeout in TestBroadcastBlock (#<I>)
ethereum_go-ethereum
train
362b49ed71a7373df5e2d43ae345fd8c7457f082
diff --git a/craftai/client.py b/craftai/client.py index <HASH>..<HASH> 100644 --- a/craftai/client.py +++ b/craftai/client.py @@ -167,7 +167,21 @@ class CraftAIClient(object): ######################### def get_decision_tree(self, agent_id, timestamp): - pass + # Raises an error when agent_id ...
Implemented get_decision_tree client's method
craft-ai_craft-ai-client-python
train
321cce7f0152d5ab558f89b70dfe944e50dcb38b
diff --git a/definitions/npm/rxjs_v5.0.x/flow_v0.34.x-/rxjs_v5.0.x.js b/definitions/npm/rxjs_v5.0.x/flow_v0.34.x-/rxjs_v5.0.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/rxjs_v5.0.x/flow_v0.34.x-/rxjs_v5.0.x.js +++ b/definitions/npm/rxjs_v5.0.x/flow_v0.34.x-/rxjs_v5.0.x.js @@ -260,7 +260,7 @@ declare class rxj...
Update rxjs.Observable/sampleTime with optional scheduler argument, and add the TestScheduler to typed exports (#<I>)
flow-typed_flow-typed
train
21e05bd996013e77ae88775608c5be9a8249e471
diff --git a/bundle/Controller/EmbedView/Image.php b/bundle/Controller/EmbedView/Image.php index <HASH>..<HASH> 100644 --- a/bundle/Controller/EmbedView/Image.php +++ b/bundle/Controller/EmbedView/Image.php @@ -41,7 +41,7 @@ class Image extends Controller $location = null; $content = null; -...
Replace eznode and ezobject with ezlocation and ezcontent
netgen_site-bundle
train
1a47bab87e26f86539e5200d14479cfc54a12759
diff --git a/ELiDE/__main__.py b/ELiDE/__main__.py index <HASH>..<HASH> 100644 --- a/ELiDE/__main__.py +++ b/ELiDE/__main__.py @@ -1,16 +1,12 @@ # This file is part of LiSE, a framework for life simulation games. # Copyright (c) 2013-2014 Zachary Spector, zacharyspector@gmail.com -import LiSE -import sys +import cPr...
only record scrolling when it's done
LogicalDash_LiSE
train
eb10a023ee74e400e71c6f30a1c26da8bf77e9bb
diff --git a/Context/Object/User.php b/Context/Object/User.php index <HASH>..<HASH> 100644 --- a/Context/Object/User.php +++ b/Context/Object/User.php @@ -24,7 +24,7 @@ trait User */ public function iHaveUser( $username ) { - $email = $this->findNonExistingUserEmail(); + $email = $this->fi...
Update userEmail existence check, CS
ezsystems_BehatBundle
train
b683b21bf712dd5a2cbc6ea4b5c763b9746bec73
diff --git a/lib/simple_form/action_view_extensions/builder.rb b/lib/simple_form/action_view_extensions/builder.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/action_view_extensions/builder.rb +++ b/lib/simple_form/action_view_extensions/builder.rb @@ -103,6 +103,8 @@ module SimpleForm # end def s...
simple_fields_for inherites wrapper option from the parent form, closes #<I>
plataformatec_simple_form
train
8272912ee3cf56d8a8c5f750cce969c8308055db
diff --git a/src/main/java/water/Key.java b/src/main/java/water/Key.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/Key.java +++ b/src/main/java/water/Key.java @@ -229,12 +229,7 @@ public final class Key extends Iced implements Comparable { // Custom Serialization Reader: Keys must be interned on construc...
JSON for Keys is just toString
h2oai_h2o-2
train
19d2a8b3f0c377ec2a852ec1e83460af93ab63e5
diff --git a/km3pipe/io/daq.py b/km3pipe/io/daq.py index <HASH>..<HASH> 100644 --- a/km3pipe/io/daq.py +++ b/km3pipe/io/daq.py @@ -557,6 +557,11 @@ class TMCHData(object): ] self.hrvbmp = unpack('>I', f.read(4))[0] self.flags = unpack('>I', f.read(4))[0] + # flags: + # bit 0: AH...
Adds version parsing and supports v2 and v3 readout.
tamasgal_km3pipe
train
5f900b86f5575ce2be8450057c03ba6f65236f4d
diff --git a/plugin/cache/dnssec.go b/plugin/cache/dnssec.go index <HASH>..<HASH> 100644 --- a/plugin/cache/dnssec.go +++ b/plugin/cache/dnssec.go @@ -26,7 +26,7 @@ func isDNSSEC(r dns.RR) bool { // returned. func filterRRSlice(rrs []dns.RR, ttl uint32, do, dup bool) []dns.RR { j := 0 - rs := make([]dns.RR, len(rrs...
cleanup some code (#<I>) Automatically submitted.
coredns_coredns
train
58d43ea4f1ce4113d31cd57bc25cd73dbc8869f0
diff --git a/wooey/backend/utils.py b/wooey/backend/utils.py index <HASH>..<HASH> 100644 --- a/wooey/backend/utils.py +++ b/wooey/backend/utils.py @@ -289,7 +289,6 @@ def test_fastx(filepath): return True, rows return False, None -@transaction.atomic def create_job_fileinfo(job): parameters = ...
atomic transactions for fileinfo to prevent a single transaction from rolling back the buncha
wooey_Wooey
train
dbcd8647d878abff04636f77eed87243b3758abb
diff --git a/sync_worker_test.go b/sync_worker_test.go index <HASH>..<HASH> 100755 --- a/sync_worker_test.go +++ b/sync_worker_test.go @@ -4,6 +4,7 @@ import ( "context" "os/exec" "strings" + "sync" "testing" "time" @@ -162,9 +163,12 @@ func Test_Broken(t *testing.T) { } data := "" + mu := &sync.Mutex...
Add mutex to protect string write in goroutine
spiral_roadrunner
train
1a0404f6a7402b8638520008f662a9389918d2c6
diff --git a/src/hsqldb19b3/org/hsqldb_voltpatches/ParserDDL.java b/src/hsqldb19b3/org/hsqldb_voltpatches/ParserDDL.java index <HASH>..<HASH> 100644 --- a/src/hsqldb19b3/org/hsqldb_voltpatches/ParserDDL.java +++ b/src/hsqldb19b3/org/hsqldb_voltpatches/ParserDDL.java @@ -210,9 +210,9 @@ public class ParserDDL extends Pa...
Fix broken JUnit related to migrating index
VoltDB_voltdb
train
930d164e85024646b084d04d503fdab9a1a58414
diff --git a/lib/pronto/clients/bitbucket_client.rb b/lib/pronto/clients/bitbucket_client.rb index <HASH>..<HASH> 100644 --- a/lib/pronto/clients/bitbucket_client.rb +++ b/lib/pronto/clients/bitbucket_client.rb @@ -21,7 +21,7 @@ class BitbucketClient end def pull_requests(slug) - response = get("#{pull_reque...
Bitbucket deprecated its API <I>: update all endpoints to API <I> (#<I>) * Bitbucket deprecated its API <I>: update all endpoints to API <I> (pull_requests wasn't updated) * Fix issue of approve_pull_request and unapprove_pull_request method
prontolabs_pronto
train
1ae881a977e6f2b370cdb79f60cb198c077ec61c
diff --git a/packages/ember-routing/lib/system/route.js b/packages/ember-routing/lib/system/route.js index <HASH>..<HASH> 100644 --- a/packages/ember-routing/lib/system/route.js +++ b/packages/ember-routing/lib/system/route.js @@ -2145,6 +2145,7 @@ function buildRenderOptions(route, namePassed, isDefaultRender, name, o...
[FEATURE ember-application-engines] Pass routes owner into outlet state. This allows the `{{outlet}}` keyword to be aware of the owner for a given route (instead of always assuming there is only a single owner).
emberjs_ember.js
train
62dc530773fa8382275e1d7f3b28086f5c66739b
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index <HASH>..<HASH> 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -584,6 +584,8 @@ func setBootstrapNodes(ctx *cli.Context, cfg *p2p.Config) { urls = params.TestnetBootnodes case ctx.GlobalBool(RinkebyFlag.Name): urls = params.RinkebyBootnodes ...
cmd/utils: bootstrap nodes in config file were not respected
ethereum_go-ethereum
train
1b4bafa03ef90175f00deb5d85d7b71bb118f0ee
diff --git a/test/jwt_spec.py b/test/jwt_spec.py index <HASH>..<HASH> 100644 --- a/test/jwt_spec.py +++ b/test/jwt_spec.py @@ -26,7 +26,9 @@ def _setup(alg, priv_type, pub_type, exp, iat_skew, nbf, jti_size, keyless, expe pubk = None if keyless else pub_keys[alg][pub_type] jtis = {} @Vows.batch + #pyl...
Try both pylint approaches for Python <I> and < <I>
davedoesdev_python-jwt
train
bc7e6b7af472d9c0d035ddbf376c59dcdc80d81d
diff --git a/parser/file.go b/parser/file.go index <HASH>..<HASH> 100644 --- a/parser/file.go +++ b/parser/file.go @@ -2,8 +2,6 @@ package parser import ( "fmt" - "io/ioutil" - "strings" "github.com/twtiger/gosecco/tree" ) @@ -48,15 +46,18 @@ func parseLines(path string, lines []string) (tree.RawPolicy, error...
Fix another part of #<I>, allow for flexible loading of sources - in such a way that you can combine sources etc
twtiger_gosecco
train
d6401c780381e4a5e97cb5099243da218ddbc31e
diff --git a/p2p/protocol/internal/circuitv1-deprecated/relay.go b/p2p/protocol/internal/circuitv1-deprecated/relay.go index <HASH>..<HASH> 100644 --- a/p2p/protocol/internal/circuitv1-deprecated/relay.go +++ b/p2p/protocol/internal/circuitv1-deprecated/relay.go @@ -4,7 +4,6 @@ import ( "context" "fmt" "io" - "sy...
relay: remove unused fields from Relay
libp2p_go-libp2p
train
1e90e1135abe477e30e981b88beafc5cb8b61011
diff --git a/lib/byebug/runner.rb b/lib/byebug/runner.rb index <HASH>..<HASH> 100644 --- a/lib/byebug/runner.rb +++ b/lib/byebug/runner.rb @@ -64,6 +64,8 @@ module Byebug def remote=(host_and_port) @remote ||= Byebug.parse_host_and_port(host_and_port) + + Byebug.start_client(*@remote) end ...
Refactor to merge all early returns into one
deivid-rodriguez_byebug
train
bc10c33c5e14b5f2337257ac8323b64351dbe008
diff --git a/aws/resource_aws_emr_cluster.go b/aws/resource_aws_emr_cluster.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_emr_cluster.go +++ b/aws/resource_aws_emr_cluster.go @@ -14,14 +14,17 @@ import ( "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/private/protocol/json/jsonutil" "git...
emr: Migrate to service, global flex
terraform-providers_terraform-provider-aws
train
8dcc833732ee8c5b4fb874f908ffc7a2a778ebac
diff --git a/contrib/hadoop-store-builder/src/java/voldemort/store/readonly/fetcher/HdfsFetcher.java b/contrib/hadoop-store-builder/src/java/voldemort/store/readonly/fetcher/HdfsFetcher.java index <HASH>..<HASH> 100644 --- a/contrib/hadoop-store-builder/src/java/voldemort/store/readonly/fetcher/HdfsFetcher.java +++ b/c...
Catching Throwable during the creation of secured filesystem object
voldemort_voldemort
train
8f87118725a70329801b3f42b8eed2cc8c8e0dc1
diff --git a/scour/scour.py b/scour/scour.py index <HASH>..<HASH> 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -2623,6 +2623,16 @@ def scourUnitlessLength(length, needsRendererWorkaround=False): # length is of if not isinstance(length, Decimal): length = getcontext().create_decimal(str(length)) ...
Only use number representation with reduced precision if it is shorter than the initial representation. Before it could happen that "<I>" was replaced with "1e3" if precision was set to 1 which is obviously not desirable.
scour-project_scour
train
f364c3a83eae3212d8add53178a61c326431c39b
diff --git a/octo-core/lib/octocore/models/enterprise.rb b/octo-core/lib/octocore/models/enterprise.rb index <HASH>..<HASH> 100644 --- a/octo-core/lib/octocore/models/enterprise.rb +++ b/octo-core/lib/octocore/models/enterprise.rb @@ -14,6 +14,7 @@ module Octo has_many :segments, class_name: 'Octo::Segment' h...
Ref T<I>. JS Fixes Summary: gems update Test Plan: no test plan Reviewers: dipankar, ravingupta Reviewed By: ravingupta Differential Revision: <URL>
octoai_gem-octocore-cassandra
train
045f43bd30cbb628bf914897ccda547c4c328db7
diff --git a/test/benchmarks/mapping_passes.py b/test/benchmarks/mapping_passes.py index <HASH>..<HASH> 100644 --- a/test/benchmarks/mapping_passes.py +++ b/test/benchmarks/mapping_passes.py @@ -83,25 +83,26 @@ class PassBenchmarks: swap.property_set['layout'] = self.layout return swap.run(self.dag).c...
Disable LookaheadSwap mapping benchmarks due to timeout. (#<I>) The lookahead swap mapping passes timeout consistently and have generated no data (likely due to Qiskit/qiskit-terra#<I> ) but cost roughly an hour of benchmarking runtime per terra commit. This commit disables these benchmarks while the problems are i...
Qiskit_qiskit
train
53df37e35f3e29fd1f68e3f450f487fad11e5c36
diff --git a/tests/test_backup.py b/tests/test_backup.py index <HASH>..<HASH> 100644 --- a/tests/test_backup.py +++ b/tests/test_backup.py @@ -405,7 +405,9 @@ def test_backup_force_version_no_backup_command(runner_gen, parse_yaml, # command is configured backup_params, config = parse_yaml('migration_no_backup...
Silent FutureWarning in test
camptocamp_marabunta
train
46546c42379e39332e238253eab023ba0cbba07a
diff --git a/lib/veritas/attribute/string.rb b/lib/veritas/attribute/string.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/attribute/string.rb +++ b/lib/veritas/attribute/string.rb @@ -93,7 +93,9 @@ module Veritas # # @api public def joinable?(other) - super && length.eql?(other.length) + ...
Fixed Attribute::String#joinable? to not use the #length function
dkubb_axiom
train
6f0caa67e8499dca4c4f026861d9aba7a897deb4
diff --git a/oct/core/hq.py b/oct/core/hq.py index <HASH>..<HASH> 100644 --- a/oct/core/hq.py +++ b/oct/core/hq.py @@ -13,28 +13,23 @@ class HightQuarter(object): """The main hight quarter that will receive informations from the turrets and send the start message - :param int publish_port: the port for p...
prepare project for streamer and forwarders
TheGhouls_oct
train
24c3ef8440e2aa965cd6fc925ef38348678b1924
diff --git a/src/main/java/org/mapdb/serializer/SerializerArray.java b/src/main/java/org/mapdb/serializer/SerializerArray.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mapdb/serializer/SerializerArray.java +++ b/src/main/java/org/mapdb/serializer/SerializerArray.java @@ -20,7 +20,7 @@ import java.lang.reflec...
Array serializers are DBAware, fix compilation errors
jankotek_mapdb
train
4b9fa54176c489cf6aca32d44535f680cf6f8689
diff --git a/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSpec.java b/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSpec.java index <HASH>..<HASH> 100644 --- a/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSp...
New constructor with a column name override and a property list.
eurekaclinical_protempa
train
2141288f0c4d3e6bd58818c32017c88e222ab08d
diff --git a/jruby/src/main/java/org/kohsuke/stapler/jelly/jruby/RubyMethodRef.java b/jruby/src/main/java/org/kohsuke/stapler/jelly/jruby/RubyMethodRef.java index <HASH>..<HASH> 100644 --- a/jruby/src/main/java/org/kohsuke/stapler/jelly/jruby/RubyMethodRef.java +++ b/jruby/src/main/java/org/kohsuke/stapler/jelly/jruby/...
[issue #<I>] - Expose RubyMethodReference to public API Required at least for tests, seems to be useful in general
stapler_stapler
train
4ff3736fbc2f5eef4a1e4108c09382e6f01fc531
diff --git a/lib/client-ssh.js b/lib/client-ssh.js index <HASH>..<HASH> 100644 --- a/lib/client-ssh.js +++ b/lib/client-ssh.js @@ -312,5 +312,12 @@ MultiFSClientSSH.prototype.rename = function(src, dest, cb) { return } - this.client.rename(src, dest, cb) + this.client.unlink(dest, function(err) { + // ig...
Made the ssh rename unlink the destination first. It ignores not-found errors, if present, then proceeds with the rename. This brings its behavior into line with the filesystem behavior of just blowing away existing files without a care. Added a test specifically for this case.
npm_multi-fs
train
ffca8c8ac376fdc6e72985dea2bdc34299a2068f
diff --git a/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java b/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java +++ b/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java @@ -512,7 +512,7 @@ publi...
(fix) check whether channel is writable before writeAndFlush
relayrides_pushy
train
c4852b776e3bd545dbf254a2042f1b1a9eb60745
diff --git a/src/js/slider/StorySlider.js b/src/js/slider/StorySlider.js index <HASH>..<HASH> 100755 --- a/src/js/slider/StorySlider.js +++ b/src/js/slider/StorySlider.js @@ -396,6 +396,10 @@ export class StorySlider { addClass(this._el.container, 'tl-storyslider'); + // Create Navigation + t...
Moved arrows to the top of the nav order (cherry picked from commit 3ba<I>d8e<I>f<I>c1e<I>c<I>dd5c<I>)
NUKnightLab_TimelineJS3
train
fe019586311ad029354a00d8e372db57640bbabd
diff --git a/app/drivers/pycolator/filters.py b/app/drivers/pycolator/filters.py index <HASH>..<HASH> 100644 --- a/app/drivers/pycolator/filters.py +++ b/app/drivers/pycolator/filters.py @@ -59,8 +59,15 @@ class FilterKnownPeptides(PycolatorDriver): self.falloff = kwargs.get('falloff') def set_features(...
Implement filter known on both PSM and peptide level
glormph_msstitch
train
eef453f9de04e0d23f2902fa0ec3e40c4f9cbc87
diff --git a/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/graphql/GraphqlController.java b/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/graphql/GraphqlController.java index <HASH>..<HASH> 100644 --- a/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/graphql/GraphqlController.java +++ b/ontrack-ui/src/main...
#<I> GraphQL controller - post
nemerosa_ontrack
train
dfd36d56e5ea8788ea4fe72a85471a22cb26f310
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -35,8 +35,6 @@ function initUpdater (opts) { log('feedURL', feedURL) autoUpdater.setFeedURL(feedURL) - setInterval(() => { autoUpdater.checkForUpdates() }, updateInterval) - autoUpdater.on('error', err => { lo...
check for updates at startup and disallow overzealous polling
electron_update-electron-app
train