hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
de91fc26d24d3e639830ccca7fe9fe5e271cf801
diff --git a/src/Arn/S3/RegionalBucketArn.php b/src/Arn/S3/RegionalBucketArn.php index <HASH>..<HASH> 100644 --- a/src/Arn/S3/RegionalBucketArn.php +++ b/src/Arn/S3/RegionalBucketArn.php @@ -61,7 +61,7 @@ class RegionalBucketArn extends Arn implements ArnInterface Arn::validate($data); if (($data['s...
Add tests for RegionalBucketArn
aws_aws-sdk-php
train
ee2ab0d5b0d7a5dba6ef494b9bc0fb49a1378a7e
diff --git a/src/org/jgroups/protocols/TP.java b/src/org/jgroups/protocols/TP.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/TP.java +++ b/src/org/jgroups/protocols/TP.java @@ -43,7 +43,7 @@ import java.util.concurrent.locks.ReentrantLock; * The {@link #receive(Address, Address, byte[], int, int)} m...
Changed BundlingTimer from Task to Runnable
belaban_JGroups
train
b65b44cb27660c77d8ae95abeabf87f5cb7a767f
diff --git a/lib/driver.js b/lib/driver.js index <HASH>..<HASH> 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -289,7 +289,7 @@ class EspressoDriver extends BaseDriver { } logger.debug('No app capability. Assuming it is already on the device'); if (this.opts.fastReset) { - await helpers.r...
Update appium-adb to version <I> (#<I>) * Update appium-adb to version <I> * Add package name for faster install * force uninstall if forceEspressoRebuild option is set
appium_appium-espresso-driver
train
e392560a2cba7739fff1f0995c3d2ae0ec07bdff
diff --git a/src/Datagrid/Action/DatagridAbstractAction.php b/src/Datagrid/Action/DatagridAbstractAction.php index <HASH>..<HASH> 100644 --- a/src/Datagrid/Action/DatagridAbstractAction.php +++ b/src/Datagrid/Action/DatagridAbstractAction.php @@ -24,7 +24,7 @@ abstract class DatagridAbstractAction implements DatagridAc...
Fix "Methods and properties visibility should always be explicitely defined"
wanjee_ShuweeAdminBundle
train
04a26fdf44ed271c898494fc131692402ae03a2e
diff --git a/c1218/connection.py b/c1218/connection.py index <HASH>..<HASH> 100644 --- a/c1218/connection.py +++ b/c1218/connection.py @@ -29,7 +29,7 @@ from c1218.errors import C1218NegotiateError, C1218IOError, C1218ReadTableError, from c1219.data import C1219ProcedureInit from c1219.errors import C1219ProcedureErr...
Fix a bug that affected older pyserial versions
securestate_termineter
train
8e93919befbf51fbbdc10994b54812fc1a24c0b8
diff --git a/lib/guard/less.rb b/lib/guard/less.rb index <HASH>..<HASH> 100644 --- a/lib/guard/less.rb +++ b/lib/guard/less.rb @@ -2,6 +2,8 @@ require 'guard' require 'guard/guard' require 'less' +require File.dirname(__FILE__) + "/less/version" + module Guard class Less < Guard @@ -10,7 +12,7 @@ module Guard...
Use the version from the conventional version.rb file.
guard_guard-less
train
3a359fd892cf6ad0c22d7376535899aa1743416c
diff --git a/superset/migrations/versions/7f2635b51f5d_update_base_columns.py b/superset/migrations/versions/7f2635b51f5d_update_base_columns.py index <HASH>..<HASH> 100644 --- a/superset/migrations/versions/7f2635b51f5d_update_base_columns.py +++ b/superset/migrations/versions/7f2635b51f5d_update_base_columns.py @@ -3...
[schema] Adding commits and removing unnecessary foreign-key definitions (#<I>)
apache_incubator-superset
train
12f1fb932ddfe124a0dc68481560505a1041074a
diff --git a/bcbio/variation/effects.py b/bcbio/variation/effects.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/effects.py +++ b/bcbio/variation/effects.py @@ -101,11 +101,8 @@ def prep_vep_cache(dbkey, ref_file, tooldir=None, config=None): vep_path = "%s/bin/" % tooldir if tooldir else "" ...
updated vep cache install command, added fasta flag to defaults
bcbio_bcbio-nextgen
train
4cb2ba2cab1dcf3e6fb9e8a24a2b7198c1ab9ee0
diff --git a/min/lib/Minify/Controller/MinApp.php b/min/lib/Minify/Controller/MinApp.php index <HASH>..<HASH> 100644 --- a/min/lib/Minify/Controller/MinApp.php +++ b/min/lib/Minify/Controller/MinApp.php @@ -104,16 +104,23 @@ class Minify_Controller_MinApp extends Minify_Controller_Base { } $al...
MinApp.php : Log problems involving 'allowDirs' option
mrclay_minify
train
031b99fa23d1f102ed8de4282b1335f078edca0d
diff --git a/ckanext/oauth2/repozewho.py b/ckanext/oauth2/repozewho.py index <HASH>..<HASH> 100644 --- a/ckanext/oauth2/repozewho.py +++ b/ckanext/oauth2/repozewho.py @@ -7,6 +7,7 @@ import logging from base64 import b64decode, b64encode from repoze.who.interfaces import IIdentifier, IAuthenticator, IChallenger from...
Users comming from others sites are redirected to the home page when they don't have grants to use a function
conwetlab_ckanext-oauth2
train
d81a6f02da64fa3379487c1ca9543cc7f1a291f2
diff --git a/includes/ShipmentDetails.php b/includes/ShipmentDetails.php index <HASH>..<HASH> 100644 --- a/includes/ShipmentDetails.php +++ b/includes/ShipmentDetails.php @@ -152,6 +152,15 @@ class ShipmentDetails { private $packageType = self::PACKAGE; /** + * E-mail address for shipping notification + * + * ...
Added support for notification e-mail See ShipmentOrder.Shipment.ShipmentDetails.Notification.recipientEmailAddress
Petschko_dhl-php-sdk
train
9b6035bfccb86fee3405baef9702837c115d7207
diff --git a/nodejs/lib/checkVersion.js b/nodejs/lib/checkVersion.js index <HASH>..<HASH> 100644 --- a/nodejs/lib/checkVersion.js +++ b/nodejs/lib/checkVersion.js @@ -15,7 +15,7 @@ module.exports = function(callback) { callback(); }, 5000); - exec('npm info calvin-network-tools', {}, + exec('npm view --json...
Fix NPM command that was failing and breaking code May not handle all cases, but at least it's not broken anymore
ucd-cws_calvin-network-tools
train
a98421f95317dae5b621a7774df86baeabd4fb93
diff --git a/example_plugin/main.go b/example_plugin/main.go index <HASH>..<HASH> 100644 --- a/example_plugin/main.go +++ b/example_plugin/main.go @@ -1,16 +1,22 @@ package main import ( + "log" + "github.com/natefinch/plugin" ) func main() { + log.SetPrefix("[plugin log] ") + plugin.Provide("Plugin", api{}...
show how to use stderr for logging
natefinch_pie
train
93cffbab1f101f79ccbeee2834a54ca8d04f86e9
diff --git a/lib/ruboto/util/setup.rb b/lib/ruboto/util/setup.rb index <HASH>..<HASH> 100644 --- a/lib/ruboto/util/setup.rb +++ b/lib/ruboto/util/setup.rb @@ -139,19 +139,17 @@ module Ruboto regex = '(\>android-sdk.*.tgz)' when WINDOWS regex = '(\>installer_.*.exe)' - else #Error -...
(#<I>) Display progress during Linux package installs; Additional error checking on SDK version determination
ruboto_ruboto
train
d1734a3e5d87996f52562859029c70a9bc994f7a
diff --git a/theanets/graph.py b/theanets/graph.py index <HASH>..<HASH> 100644 --- a/theanets/graph.py +++ b/theanets/graph.py @@ -556,6 +556,8 @@ class Network(object): def __setstate__(self, state): self.layers, self.loss = state + self._graphs = {} + self._functions = {} def save...
Create empty cache dictionaries on load. Closes #<I>.
lmjohns3_theanets
train
b123f046e7b616fa682454deca4adcb17ae66f56
diff --git a/lib/typhoeus/response.rb b/lib/typhoeus/response.rb index <HASH>..<HASH> 100644 --- a/lib/typhoeus/response.rb +++ b/lib/typhoeus/response.rb @@ -10,7 +10,7 @@ module Typhoeus def initialize(params = {}) @code = params[:code] @status_message = params[:status_messa...
Prevent NoMethodErrors when no :headers is passed to Typhoeus::Response.
typhoeus_typhoeus
train
7fe42c4c4ff70b1732799589a177fdda5deeb497
diff --git a/src/test/java/org/jboss/netty/bootstrap/AbstractSocketServerBootstrapTest.java b/src/test/java/org/jboss/netty/bootstrap/AbstractSocketServerBootstrapTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/jboss/netty/bootstrap/AbstractSocketServerBootstrapTest.java +++ b/src/test/java/org/jboss/nett...
Increased test timeout to avoid Hudson false alarm
netty_netty
train
234f5763e21d5d01e8d63aad68aef50a69055513
diff --git a/lib/nagios_analyzer/section.rb b/lib/nagios_analyzer/section.rb index <HASH>..<HASH> 100644 --- a/lib/nagios_analyzer/section.rb +++ b/lib/nagios_analyzer/section.rb @@ -10,6 +10,11 @@ module NagiosAnalyzer self[$1.to_sym] = ($2 == "#{$2.to_i}" ? $2.to_i : $2) end end + if s...
Added a ':status' key to Section, which is a string like OK, WARNING, CRITICAL, etc.
jbbarth_nagios_analyzer
train
3586000aa7463753e0faefe15bf5149e930dace8
diff --git a/lib/octokit/error.rb b/lib/octokit/error.rb index <HASH>..<HASH> 100644 --- a/lib/octokit/error.rb +++ b/lib/octokit/error.rb @@ -15,7 +15,7 @@ module Octokit if klass = case status when 400 then Octokit::BadRequest when 401 - if headers["X-G...
Add #password_delivery to OneTimePasswordRequired
octokit_octokit.rb
train
fb864dc3f2c1fc484f5ca4aee952446ad321332b
diff --git a/lib/pdf_forms/field.rb b/lib/pdf_forms/field.rb index <HASH>..<HASH> 100644 --- a/lib/pdf_forms/field.rb +++ b/lib/pdf_forms/field.rb @@ -16,14 +16,17 @@ module PdfForms when /FieldStateOption:\s*(.*?)\s*$/ (@options ||= []) << $1 else - if match = line.match(/^\s*(?<k...
Simplified field name parsing
jkraemer_pdf-forms
train
04d9bb65b6ad9ec7c8a08615ceb6e263dad6d9ce
diff --git a/src/Ui/Renderer/Renderer.php b/src/Ui/Renderer/Renderer.php index <HASH>..<HASH> 100644 --- a/src/Ui/Renderer/Renderer.php +++ b/src/Ui/Renderer/Renderer.php @@ -91,8 +91,6 @@ abstract class Renderer implements RendererInterface $output = $this->doRender(); - $this->tearDown(); - ...
removed teardown method invocation to prevent nested calls to the renderer instance stepping on each others state
honeybee_honeybee
train
980343742ce710179564feddfd1f949885536e5e
diff --git a/treeherder/workers/task.py b/treeherder/workers/task.py index <HASH>..<HASH> 100644 --- a/treeherder/workers/task.py +++ b/treeherder/workers/task.py @@ -14,6 +14,7 @@ class retryable_task(object): NON_RETRYABLE_EXCEPTIONS = ( TypeError, + ValueError, IntegrityError, ...
Bug <I> - Don't retry tasks on ValueError Since retries are not going to succeed either.
mozilla_treeherder
train
5a2500f0f74321fffa02ab405f1b440874f2309e
diff --git a/tools/licensescheck.py b/tools/licensescheck.py index <HASH>..<HASH> 100644 --- a/tools/licensescheck.py +++ b/tools/licensescheck.py @@ -23,7 +23,8 @@ prunelist = ('hsqldb19b3', 'deploymentfile', 'xml', 'helloworld', - 'CSVReader.java') + '...
Add jaxb directory as license check exception.
VoltDB_voltdb
train
97948900f5e7d69fe081ab8f0031e28d10f62117
diff --git a/lib/builder.js b/lib/builder.js index <HASH>..<HASH> 100644 --- a/lib/builder.js +++ b/lib/builder.js @@ -72,7 +72,7 @@ builder.getSwaggerJSON = function (settings, request, callback) { if (settings.connectionLabel) { connection = namedConnection = request.server.select(settings.connectionL...
allow connectionLabel if it matches a single connection
reptilbud_hapi-swagger
train
10ec2cc604780a2d6ad3d0958cd9e382f7861432
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple Validation Mixin for React.", "main": "./lib/index.js", "scripts": { - "build": "npm run build:lib && npm run build:demo", + "build": "npm run lint && npm run ...
Added invariant when no Component is supplied to Validator. ensure lint is called before build chain.
jurassix_react-validation-mixin
train
9583ef4e196b056150298502cdc89e308d7128eb
diff --git a/wsapi.go b/wsapi.go index <HASH>..<HASH> 100644 --- a/wsapi.go +++ b/wsapi.go @@ -24,6 +24,9 @@ func (s *Session) Open() (err error) { // Get the gateway to use for the Websocket connection g, err := s.Gateway() + if err != nil { + return + } // TODO: See if there's a use for the http response. ...
Return immediately if err getting gateway.
bwmarrin_discordgo
train
20e8a26b89bdd654a1ac5090330b8ea1d3da1e27
diff --git a/test/rendering/ol/style/text.test.js b/test/rendering/ol/style/text.test.js index <HASH>..<HASH> 100644 --- a/test/rendering/ol/style/text.test.js +++ b/test/rendering/ol/style/text.test.js @@ -142,7 +142,7 @@ describe('ol.rendering.style.Text', function() { }) })); vectorSource.addF...
Raise tolerance of rendering tests to pass on Firefox <I> (GNU/Linux)
openlayers_openlayers
train
bc797eed4633e6613ef2572531b3be65bcdf6521
diff --git a/scripts/trigger-mobile-metrics.py b/scripts/trigger-mobile-metrics.py index <HASH>..<HASH> 100644 --- a/scripts/trigger-mobile-metrics.py +++ b/scripts/trigger-mobile-metrics.py @@ -73,12 +73,10 @@ def Main(): publishResults = os.getenv("CIRCLE_BRANCH") == "main" TriggerWorkflow(token, commit, publis...
Mobile metrics: enable binary size and code coverage
mapbox_mapbox-navigation-android
train
b564c4ca275112b98f0b4258c089cdd8fca89a73
diff --git a/lib/jwt/algos/ps.rb b/lib/jwt/algos/ps.rb index <HASH>..<HASH> 100644 --- a/lib/jwt/algos/ps.rb +++ b/lib/jwt/algos/ps.rb @@ -18,7 +18,7 @@ module JWT translated_algorithm = algorithm.sub('PS', 'sha') - key.sign_pss(translated_algorithm, msg, salt_length: :max, mgf1_hash: translated_alg...
Fix Salt length for conformance with PS<I>
jwt_ruby-jwt
train
6daf1661d77c2f89d77a73f817268a6f39a91e76
diff --git a/eval.js b/eval.js index <HASH>..<HASH> 100644 --- a/eval.js +++ b/eval.js @@ -21,11 +21,11 @@ module.exports = function (content, filename, scope, includeGlobals) { if (typeof filename === 'object') { includeGlobals = scope scope = filename - filename = null + filename = '' ...
fix vm.Script usage on node@<I>
pierrec_node-eval
train
77299d3b138f8199023d631cc1eabe51cc74ede1
diff --git a/src/main/com/mongodb/BasicDBObject.java b/src/main/com/mongodb/BasicDBObject.java index <HASH>..<HASH> 100644 --- a/src/main/com/mongodb/BasicDBObject.java +++ b/src/main/com/mongodb/BasicDBObject.java @@ -32,13 +32,16 @@ import com.mongodb.util.*; */ public class BasicDBObject extends HashMap<String,Ob...
Javadoc and non-functional code cleanup
mongodb_mongo-java-driver
train
4da32942a162f423c8a72f13637e1f71ffd8265e
diff --git a/mockito/mockito.py b/mockito/mockito.py index <HASH>..<HASH> 100644 --- a/mockito/mockito.py +++ b/mockito/mockito.py @@ -136,7 +136,6 @@ def verify(obj, times=1, atleast=None, atmost=None, between=None, if inorder: verification_fn = verification.InOrder(verification_fn) - # FIXME?: Catc...
Delete obsolete FIXME comment
kaste_mockito-python
train
9f7555ab259c1cb4ebab38f88a65b4e96e53475e
diff --git a/boing/main.py b/boing/main.py index <HASH>..<HASH> 100644 --- a/boing/main.py +++ b/boing/main.py @@ -217,7 +217,11 @@ class Boing(object ): self.prune_session_download_records() self.prune_session_log_records() self.prune_session_recordings() + + +def main(): + b = Boing() + ...
Added main() to main.py
tonyrein_pogo
train
60686a1ccb8be886fe3963f4eb2e07d5ab41739a
diff --git a/src/main/java/com/librato/metrics/MultiSampleGaugeMeasurementBuilder.java b/src/main/java/com/librato/metrics/MultiSampleGaugeMeasurementBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/librato/metrics/MultiSampleGaugeMeasurementBuilder.java +++ b/src/main/java/com/librato/metrics/MultiSamp...
Add test for aggregated multi-sample gauge measurements
librato_librato-java
train
2ba6b0925b65e1a6934f9c5b83463be4273f0861
diff --git a/examples/bot-with-card-example-flask.py b/examples/bot-with-card-example-flask.py index <HASH>..<HASH> 100755 --- a/examples/bot-with-card-example-flask.py +++ b/examples/bot-with-card-example-flask.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- """A simple bot...
Update bot-with-card-example-flask.py Use of f-strings means this example will only work with Python versions <I>+
CiscoDevNet_webexteamssdk
train
e836c2942336a3201895a2109e8896ef50dc86b5
diff --git a/server/lib/commands/content/contentClear.js b/server/lib/commands/content/contentClear.js index <HASH>..<HASH> 100644 --- a/server/lib/commands/content/contentClear.js +++ b/server/lib/commands/content/contentClear.js @@ -5,6 +5,7 @@ const process = (context, action) => { context.ui.apiBox.setContent(''...
Adds score & clear to the new reduxWatchBox.
infinitered_reactotron
train
9a5bd6d6c8a2f8284de8806c03a3dc07e2a89946
diff --git a/examples/breadcrumbs/src/index.js b/examples/breadcrumbs/src/index.js index <HASH>..<HASH> 100644 --- a/examples/breadcrumbs/src/index.js +++ b/examples/breadcrumbs/src/index.js @@ -15,13 +15,13 @@ import renderFunction from './renderFunction'; * a string. This is most likely route params, but you can pa...
(examples) Use route.extra in breadcrumbs [ci skip]
pshrmn_curi
train
e89aa9c84c5714f7a8bd8c30cc263b741d8c74c6
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -44,14 +44,14 @@ p.connect = function() { }); con.on('authenticationCleartextPassword', function() { - con.passwordMessage(self.password); + con.password(self.password); }); con.on('au...
changed Connection#passwordMessage to Connection#password
brianc_node-postgres
train
1cab8eda24e70c60061e34adc4a19c1aeb5ad90c
diff --git a/daemon/network.go b/daemon/network.go index <HASH>..<HASH> 100644 --- a/daemon/network.go +++ b/daemon/network.go @@ -365,7 +365,7 @@ func (daemon *Daemon) createNetwork(create types.NetworkCreateRequest, id string n, err := c.NewNetwork(driver, create.Name, id, nwOptions...) if err != nil { if _, o...
replace golint with revive, as it's deprecated WARN [runner] The linter 'golint' is deprecated (since <I>) due to: The repository of the linter has been archived by the owner. Replaced by revive.
moby_moby
train
e4ab0531c4e44c23494c6a802aa2329d15ac90e5
diff --git a/docs/rules/valid-typeof.md b/docs/rules/valid-typeof.md index <HASH>..<HASH> 100644 --- a/docs/rules/valid-typeof.md +++ b/docs/rules/valid-typeof.md @@ -1,6 +1,6 @@ # enforce comparing `typeof` expressions against valid strings (valid-typeof) -For a vast majority of use cases, the result of the `typeof...
Update: support "bigint" in valid-typeof rule (#<I>) * Update: support "bigint" in valid-typeof rule BigInt just moved to Stage 4, so add support for it to the valid-typeof rule. * Docs: add Further Reading to valid-typeof rule This commit adds a Further Reading section to the valid-typeof rule documentatio...
eslint_eslint
train
41ec04a2a440bdee972eebc76efdf657655ee0e9
diff --git a/lib/lebowski/foundation/mixins/positioned_element.rb b/lib/lebowski/foundation/mixins/positioned_element.rb index <HASH>..<HASH> 100644 --- a/lib/lebowski/foundation/mixins/positioned_element.rb +++ b/lib/lebowski/foundation/mixins/positioned_element.rb @@ -16,6 +16,17 @@ module Lebowski return ...
Added method position_relative_to to the PositionedElement mixin
FrozenCanuck_Lebowski
train
890c166bd086e4fbd4ba61bad72e2687020ce8fe
diff --git a/lib/coolie/worker.rb b/lib/coolie/worker.rb index <HASH>..<HASH> 100644 --- a/lib/coolie/worker.rb +++ b/lib/coolie/worker.rb @@ -13,7 +13,11 @@ module Coolie loop do break if stopped? - perform_job + begin + perform_job + rescue Exception + # Ignore...
Making sure the worker never raises when performing
rbgrouleff_sisyphus
train
246eed2f10de1cd32b871ad5b383f34819e40c0c
diff --git a/rundeckapp/web-app/js/workflow.js b/rundeckapp/web-app/js/workflow.js index <HASH>..<HASH> 100644 --- a/rundeckapp/web-app/js/workflow.js +++ b/rundeckapp/web-app/js/workflow.js @@ -71,7 +71,9 @@ var RDWorkflow = Class.create({ var string = ""; var step = this.workflow[this.workflowIndexF...
Use step description in workflow javascript
rundeck_rundeck
train
a8f168ebb17a12cca5b841a49fdbedb700bf3cdd
diff --git a/Client/RestClient.php b/Client/RestClient.php index <HASH>..<HASH> 100644 --- a/Client/RestClient.php +++ b/Client/RestClient.php @@ -147,7 +147,7 @@ class RestClient * @return GuzzleRequest * @throws UserException */ - protected function getGuzzleRequest(RestRequest $request) + pub...
fix: need getGuzzleRequest public in gex
keboola_juicer
train
e95001bf3c9c8bb76286949b12e5bdbb31f71080
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,11 @@ pkgversion = couchbase_version.get_version() LCB_NAME = None if sys.platform != 'win32': extoptions['libraries'] = ['couchbase'] + if sys.platform == 'darwin' and sys.executable == '/usr/bin/python': ...
Manually add /usr/local when Apple's python is being used. Change-Id: I8dc5fab<I>cdaf<I>e<I>cef4ba7a<I>a<I>ade6 Reviewed-on: <URL>
couchbase_couchbase-python-client
train
20df6147ad7eb33fc2dd7f521985c698d2feb83a
diff --git a/lib/travis/services/find_repos.rb b/lib/travis/services/find_repos.rb index <HASH>..<HASH> 100644 --- a/lib/travis/services/find_repos.rb +++ b/lib/travis/services/find_repos.rb @@ -18,7 +18,8 @@ module Travis end def by_params - scope = self.scope(:repository).timeline.recent ...
only use the timeline scope unless other params are present
travis-ci_travis-core
train
c0fb93008aebcfa203b616e8cc9bcf3bcc5c8b78
diff --git a/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/rabit/RabitTrackerH2O.java b/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/rabit/RabitTrackerH2O.java index <HASH>..<HASH> 100644 --- a/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/rabit/RabitTrackerH2O.java +++ b/h2o-extensions/xgboost...
PUBDEV-<I> - Closing Rabit connection after communication ends (#<I>) * PUBDEV-<I> - Closing Rabit connection after communication ends * Overridden interrupt() method of RabitTrackerH2OThread calls super.interrupt() * Move socketChannel cleanup logic to RabitTracker's stop method. * Log level of RabitTracker'...
h2oai_h2o-3
train
812d2171b2e76eb7101d58000be1d0dfb42f499e
diff --git a/lib/CodeCooker/Generator/DtoGenerator.php b/lib/CodeCooker/Generator/DtoGenerator.php index <HASH>..<HASH> 100644 --- a/lib/CodeCooker/Generator/DtoGenerator.php +++ b/lib/CodeCooker/Generator/DtoGenerator.php @@ -426,6 +426,18 @@ class DtoGenerator } break; + case 'array': + // TO...
DtoGenerator: Temporarily treat string to array conversion as JSON deserialization
smalldb_libSmalldb
train
bac1570fe911334f46b9b806b11fa93e85db601f
diff --git a/mu/ghu-loader.php b/mu/ghu-loader.php index <HASH>..<HASH> 100644 --- a/mu/ghu-loader.php +++ b/mu/ghu-loader.php @@ -34,3 +34,6 @@ function ghu_deactivate() { //deactivate normal plugin as it's loaded as mu-plugin add_action( 'admin_init', 'ghu_deactivate' ); +//remove links from plugins.php so user c...
remove links so can't activate/delete/etc
afragen_github-updater
train
acdee3c1b779313a0676f0ac1c322359bd5069bd
diff --git a/lang/nl/lang.php b/lang/nl/lang.php index <HASH>..<HASH> 100644 --- a/lang/nl/lang.php +++ b/lang/nl/lang.php @@ -108,6 +108,8 @@ return [ 'code_param_desc' => 'De pagina URL parameter die gebruikt wordt voor de registratie activatie code.', 'invalid_activation_code' => 'Onjuiste activati...
Update Dutch translations (#<I>)
rainlab_user-plugin
train
c91c9ec802ab81bdac510499975c7da9b83cc6f7
diff --git a/lib/access_control_config.py b/lib/access_control_config.py index <HASH>..<HASH> 100644 --- a/lib/access_control_config.py +++ b/lib/access_control_config.py @@ -163,6 +163,8 @@ DEF_ACTIONS = ( ('viewcomment', 'view comments', 'collection', 'no'), ('sendcomment', 'send comme...
Preliminary release of the BibExport module, featuring general infrastructure and the 'sitemap' and 'googlescholar' export methods. The sitemap export method was written by Gregory Favre and is slightly modified here (collection name quoting). There are several FIXMEs left for parts that still need completion, to come...
inveniosoftware_invenio-access
train
42cebcfe2bb48461613e9d61aa73ef484962250a
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -3804,8 +3804,6 @@ func (r *rpcServer) ListChannels(ctx context.Context, resp := &lnrpc.ListChannelsResponse{} - graph := r.server.graphDB - dbChannels, err := r.server.chanStateDB.FetchAllOpenChannels(...
lnd: remove unused graph param from createRPCOpenChannel
lightningnetwork_lnd
train
a3e353622a979ff3a42a6eb972fb287e5d60a645
diff --git a/src/PessimisticLock.php b/src/PessimisticLock.php index <HASH>..<HASH> 100644 --- a/src/PessimisticLock.php +++ b/src/PessimisticLock.php @@ -161,4 +161,12 @@ class PessimisticLock $this->collection->createIndex(['sessionId' => 1], ['unique' => false, 'name' => 'sessionId']); } }...
add getter for lock's collection.
formapro_yadm
train
bd66235ecfbf4a8dad9c384ff6947f8bc6b685ac
diff --git a/provider/azure/environ.go b/provider/azure/environ.go index <HASH>..<HASH> 100644 --- a/provider/azure/environ.go +++ b/provider/azure/environ.go @@ -1302,3 +1302,11 @@ func (env *azureEnviron) SupportsUnitPlacement() error { } return nil } + +func getCustomImageSource(env environs.Environ) (simplestr...
Added environment specific data source registration.
juju_juju
train
b54ed1c9a9b66f8b18bf552d759636d6a14299cc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( package_dir = {'': 'src'}, package_data={'':['*.txt', '*.js', '*.html', '*.*']}, - install_requires = ['setuptools'], + install_requires = ['setuptools','django-countries','django-piston...
add django-countries and django-piston to install requires
mthornhill_django-postal
train
c7d13e62c7eea1369eaa65d9b3a7d109e2701d63
diff --git a/plugins/commands/serve/mappers.rb b/plugins/commands/serve/mappers.rb index <HASH>..<HASH> 100644 --- a/plugins/commands/serve/mappers.rb +++ b/plugins/commands/serve/mappers.rb @@ -85,7 +85,7 @@ module VagrantPlugins def map(value, *extra_args, to: nil) # If we don't have a destination typ...
Ensure output of mapper to unpack funcspec is a proto
hashicorp_vagrant
train
6d1d9ae74ca7929b72831d4f5517ade035af3e3c
diff --git a/colorspacious/gold_values.py b/colorspacious/gold_values.py index <HASH>..<HASH> 100644 --- a/colorspacious/gold_values.py +++ b/colorspacious/gold_values.py @@ -196,16 +196,16 @@ JMh_to_CAM02UCS_silver = [ JMh_to_CAM02LCD_silver = [ ([50, 20, 10], - [ 50.77658303, 14.80756375, 2.61097301]),...
The coefficients for CAM<I>-LCD and CAM<I>-SCD should be the other way around.
njsmith_colorspacious
train
4684502ec75d4a08a1f7627798f30daaffcd1547
diff --git a/test/j_manual_approval_transfer_manager.js b/test/j_manual_approval_transfer_manager.js index <HASH>..<HASH> 100644 --- a/test/j_manual_approval_transfer_manager.js +++ b/test/j_manual_approval_transfer_manager.js @@ -1000,7 +1000,7 @@ contract("ManualApprovalTransferManager", accounts => { as...
Bump MATM version in the coresponding test
PolymathNetwork_polymath-core
train
43f7ab66f7748fd7bb0c435f20b99b76760953c4
diff --git a/lib/client/signalflow/websocket_message_parser.js b/lib/client/signalflow/websocket_message_parser.js index <HASH>..<HASH> 100644 --- a/lib/client/signalflow/websocket_message_parser.js +++ b/lib/client/signalflow/websocket_message_parser.js @@ -7,6 +7,43 @@ var BigNumber = require('bignumber.js'); BigNum...
stop declaring the binary msgFmt in parseWebSocketMessage to prevent excessive GCs
signalfx_signalfx-nodejs
train
19c22d272e5a88db26955e5632910781e1dcafe4
diff --git a/spi/src/main/java/org/jboss/arquillian/spi/DeploymentAppender.java b/spi/src/main/java/org/jboss/arquillian/spi/DeploymentAppender.java index <HASH>..<HASH> 100644 --- a/spi/src/main/java/org/jboss/arquillian/spi/DeploymentAppender.java +++ b/spi/src/main/java/org/jboss/arquillian/spi/DeploymentAppender.ja...
ARQ-<I> SPI for adding Archives to the deployment
arquillian_arquillian-core
train
8dac1453c32e50a54996d6280ba7f78fbdaef636
diff --git a/MAVProxy/tools/mavflightview.py b/MAVProxy/tools/mavflightview.py index <HASH>..<HASH> 100755 --- a/MAVProxy/tools/mavflightview.py +++ b/MAVProxy/tools/mavflightview.py @@ -99,8 +99,11 @@ def mavflightview(filename): types.extend(['GPS','GLOBAL_POSITION_INT']) print("Looking for types %s" % ...
mavflightview: cope with bad data at end of log
ArduPilot_MAVProxy
train
a6bc5be83cd82db53d03093a798625e4f470ed09
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.ja...
Oops, should pass parameters including root element to script
fhoeben_hsac-fitnesse-fixtures
train
31f0bfc248ae6c3f6a080cd569e396d7aebffdd4
diff --git a/shell/src/test/java/tachyon/shell/TFsShellUtilsTest.java b/shell/src/test/java/tachyon/shell/TFsShellUtilsTest.java index <HASH>..<HASH> 100644 --- a/shell/src/test/java/tachyon/shell/TFsShellUtilsTest.java +++ b/shell/src/test/java/tachyon/shell/TFsShellUtilsTest.java @@ -95,6 +95,10 @@ public class TFsSh...
[TACHYON-<I>] Refactor the utility functions resetTachyonFileHierarchy and resetLocalFileHierarchy and make them static, so that they can be used in TFsShellTest
Alluxio_alluxio
train
07f13af81a12193989acf6a1d1182d5e9e626d7f
diff --git a/lib/getData.js b/lib/getData.js index <HASH>..<HASH> 100644 --- a/lib/getData.js +++ b/lib/getData.js @@ -41,15 +41,18 @@ module.exports = function(req, callback) { var newTimestamp = new Date().getTime(); query["timestamp"] = { $gt : moment(newTimestamp).toISOString()} + require('./logEvent...
added getdata api to websockets
octoblu_meshblu
train
4d18be2e0968ac2911caf7bcc06ede1932be4f8a
diff --git a/salt/fileserver/gitfs.py b/salt/fileserver/gitfs.py index <HASH>..<HASH> 100644 --- a/salt/fileserver/gitfs.py +++ b/salt/fileserver/gitfs.py @@ -53,7 +53,7 @@ import re import shutil import subprocess from datetime import datetime -from six import text_type as _text_type +from salt.utils.six import tex...
Replaced module six in file /salt/fileserver/gitfs.py
saltstack_salt
train
92c94011f107a2498596105b3f489e2eba2be36c
diff --git a/cmd/net.go b/cmd/net.go index <HASH>..<HASH> 100644 --- a/cmd/net.go +++ b/cmd/net.go @@ -22,6 +22,7 @@ import ( "fmt" "net" "net/url" + "runtime" "sort" "strings" @@ -46,20 +47,30 @@ func mustSplitHostPort(hostPort string) (host, port string) { // mustGetLocalIP4 returns IPv4 addresses of loc...
Skip downed interfaces on Windows (#<I>) Disregard interfaces that are down when selecting bind addresses Windows often has a number of disabled NICs used for VPN and other services. This often causes minio to select an address for contacting the console that is on a disabled (virtual) NIC. This checks if the...
minio_minio
train
5404dddcea7d731509a880923deff0571a70cf83
diff --git a/cmd/bucket-handlers.go b/cmd/bucket-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/bucket-handlers.go +++ b/cmd/bucket-handlers.go @@ -429,9 +429,8 @@ func (api objectAPIHandlers) PostPolicyBucketHandler(w http.ResponseWriter, r *h } } - // Save metadata. - metadata := make(map[string]string) - /...
PostForm: Save supported headers in obj metadata (#<I>) Supported Headers like Content-Type, Cache-Control, Content-Encoding, X-Amz-* , etc.. are now saved in object metadata
minio_minio
train
e169172fedd8d1d8aa320e91bf890b9e6025b2df
diff --git a/foursquare.go b/foursquare.go index <HASH>..<HASH> 100644 --- a/foursquare.go +++ b/foursquare.go @@ -47,6 +47,14 @@ func newClient(httpClient *http.Client, mode, clientID, clientSecret, accessToke } } +// RawRequest allows you to make any request you want. This will automatically add +// the client/u...
add rawrequest to ask for any endpoint This sends back a full foursquare response.
peppage_foursquarego
train
ec55a34430b7ae3b8899955bac9affd4e6d344d0
diff --git a/builtin/providers/aws/resource_aws_rds_cluster_parameter_group_test.go b/builtin/providers/aws/resource_aws_rds_cluster_parameter_group_test.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_rds_cluster_parameter_group_test.go +++ b/builtin/providers/aws/resource_aws_rds_cluster_param...
_disappears test
hashicorp_terraform
train
c50d0fccd5b0b47dea162b4dac2fd94ae21e522f
diff --git a/torchvision/models/detection/faster_rcnn.py b/torchvision/models/detection/faster_rcnn.py index <HASH>..<HASH> 100644 --- a/torchvision/models/detection/faster_rcnn.py +++ b/torchvision/models/detection/faster_rcnn.py @@ -300,6 +300,9 @@ def fasterrcnn_resnet50_fpn(pretrained=False, progress=True, """...
Added paper references to detection models (#<I>) * Added paper references to detection models * Ignore linter warning * Break long line into two
pytorch_vision
train
1a039781c608c3ea8934fc4d9c5c24afcb423cf0
diff --git a/code/libraries/koowa/components/com_activities/activity/object/interface.php b/code/libraries/koowa/components/com_activities/activity/object/interface.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_activities/activity/object/interface.php +++ b/code/libraries/koowa/components/co...
re #<I> Added attributes and value getters and setters. These are the methods that got merged from the parameter interface so far.
joomlatools_joomlatools-framework-activities
train
53b55569cda4443c22e255666557f5dfe950689c
diff --git a/src/EioAdapter.php b/src/EioAdapter.php index <HASH>..<HASH> 100644 --- a/src/EioAdapter.php +++ b/src/EioAdapter.php @@ -56,16 +56,52 @@ class EioAdapter implements AdapterInterface protected $openFileLimiter; - public function __construct(LoopInterface $loop) + public function __construct(...
Invokers and open file limiter are now configurable
reactphp_filesystem
train
2bd4b8ad5a82609162d075160381ad3e510c297a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -119,12 +119,13 @@ class InstallLib(install_lib): for package in subprocess.check_output(["pip", "freeze"]) \ .decode('utf-8'). \ splitlines(): - if "==" in package: - ...
Check all comparators when looking for a package.
stuaxo_vext
train
6e8ba546453fcf02096532ae9808d61a08b5cc70
diff --git a/app/helpers/no_cms/menus/menu_helper.rb b/app/helpers/no_cms/menus/menu_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/no_cms/menus/menu_helper.rb +++ b/app/helpers/no_cms/menus/menu_helper.rb @@ -4,17 +4,19 @@ module NoCms::Menus::MenuHelper menu = NoCms::Menus::Menu.find_by(uid: uid) r...
'Active' class for menu items in menu helper
simplelogica_nocms-menus
train
a8c532bc5461fbc41f1a6815efea46cd67e9a0d0
diff --git a/src/session.js b/src/session.js index <HASH>..<HASH> 100644 --- a/src/session.js +++ b/src/session.js @@ -28,11 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. var ghostdriver = ghostdriver || {}; ghostdriver.Session = function(desiredCapabilities) { - // TODO - Actually try to...
Fixing typo in "session" object
detro_ghostdriver
train
f87c437c01c41a907b480f588af0eed7fb299cc6
diff --git a/synergy/mx/managed_action_handler.py b/synergy/mx/managed_action_handler.py index <HASH>..<HASH> 100644 --- a/synergy/mx/managed_action_handler.py +++ b/synergy/mx/managed_action_handler.py @@ -66,8 +66,12 @@ class ManagedActionHandler(AbstractActionHandler): self.scheduler.timetable.add_log_entry...
- styling, addressing SKIP children iteration issue
mushkevych_scheduler
train
3d0d3120ce892cee4cad502ec259e5da0e2b4ad1
diff --git a/lib/cf/version.rb b/lib/cf/version.rb index <HASH>..<HASH> 100644 --- a/lib/cf/version.rb +++ b/lib/cf/version.rb @@ -1,3 +1,3 @@ module CF - VERSION = "0.6.1.rc7".freeze + VERSION = "0.6.1.rc8".freeze end
Bump to <I>.rc8
cloudfoundry-attic_cf
train
fc937db0778130eea6ef66b9c5678f007345af5d
diff --git a/app/views/uss/info.php b/app/views/uss/info.php index <HASH>..<HASH> 100644 --- a/app/views/uss/info.php +++ b/app/views/uss/info.php @@ -4,28 +4,82 @@ * prawee@hotmail.com */ +use yii\widgets\DetailView; //use yii\helpers\Html; //use yii\grid\GridView; use yii\bootstrap\Modal; use kartik\icons\I...
added content with left side of info.
prawee_yii2-grid
train
36313aeb8432acbe3b4e2bc01572c1a29f2f9b9e
diff --git a/src/runez/file.py b/src/runez/file.py index <HASH>..<HASH> 100644 --- a/src/runez/file.py +++ b/src/runez/file.py @@ -137,7 +137,8 @@ def ini_to_dict(data, keep_empty=False, default=None): def readlines(data, max_size=TEXT_THRESHOLD_SIZE, default=None): - """ + """Tentatively read lines from `da...
Silently ignore errors in readlines(), the function is just there to "read lines if possible"
zsimic_runez
train
d55132a76912d9e478cc0cb03ebce07aad7da5ad
diff --git a/lib/dml/pgsql_native_moodle_database.php b/lib/dml/pgsql_native_moodle_database.php index <HASH>..<HASH> 100644 --- a/lib/dml/pgsql_native_moodle_database.php +++ b/lib/dml/pgsql_native_moodle_database.php @@ -674,7 +674,7 @@ class pgsql_native_moodle_database extends moodle_database { ...
MDL-<I> DML: fixed pg < <I> regression - found by sam, thanks
moodle_moodle
train
11482cbf8fd8768c71c86efa53500c9f948e0c6d
diff --git a/ppb/systems/sound.py b/ppb/systems/sound.py index <HASH>..<HASH> 100644 --- a/ppb/systems/sound.py +++ b/ppb/systems/sound.py @@ -85,7 +85,6 @@ class SoundController(SdlSubSystem, LoggingMixin): def __enter__(self): super().__enter__() - mix_call(Mix_Init, MIX_INIT_FLAC | MIX_INIT_MO...
Re-ordered call to avoid OGG problem (possibly: <URL>)
ppb_pursuedpybear
train
c1f1d6b8ce98fee8d3170c4c63261fba7491b19e
diff --git a/lib/core/client.js b/lib/core/client.js index <HASH>..<HASH> 100644 --- a/lib/core/client.js +++ b/lib/core/client.js @@ -156,10 +156,10 @@ class Client extends EventEmitter { this[kOnDestroyed] = [] this[kWriting] = false this[kResuming] = 0 // 0, idle, 1, scheduled, 2 resuming - this[kN...
fix: always resume in next tick (#<I>)
mcollina_undici
train
b82f573deea08858724d8c10d66f8c302ea79086
diff --git a/hystrix-contrib/hystrix-yammer-metrics-publisher/src/main/java/com/netflix/hystrix/contrib/yammermetricspublisher/HystrixYammerMetricsPublisherCommand.java b/hystrix-contrib/hystrix-yammer-metrics-publisher/src/main/java/com/netflix/hystrix/contrib/yammermetricspublisher/HystrixYammerMetricsPublisherComman...
Added FALLBACK_MISSING to hystrix-yammer-metrics-publisher
Netflix_Hystrix
train
99c1043aa9a1ff81aa1eef6e957f7ebe89ff25f1
diff --git a/activesupport/lib/active_support/file_evented_update_checker.rb b/activesupport/lib/active_support/file_evented_update_checker.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/file_evented_update_checker.rb +++ b/activesupport/lib/active_support/file_evented_update_checker.rb @@ -79,13...
base (refined) Pathname#ascendant_of? also on Pathname#ascend A small rewrite in a last attempt at writing obvious and portable code without manual string manipulation. Note that Pathname#== uses string comparison on Windows, so if client code passes "C:\foo" and "c:/foo/bar" the predicate won't see the former is an ...
rails_rails
train
1ba09addbd4ea3bd1201864f7daa330e35e76838
diff --git a/lib/combined_stream.js b/lib/combined_stream.js index <HASH>..<HASH> 100644 --- a/lib/combined_stream.js +++ b/lib/combined_stream.js @@ -40,12 +40,12 @@ CombinedStream.prototype.append = function(stream) { if (isStreamLike) { if (!(stream instanceof DelayedStream)) { - stream.on('data', thi...
Prevent data loss when input stream has already finished writing Closes #<I>.
felixge_node-combined-stream
train
dd14a0829e3563fea14cc6b787c9190b4c68be71
diff --git a/lib/tus/info.rb b/lib/tus/info.rb index <HASH>..<HASH> 100644 --- a/lib/tus/info.rb +++ b/lib/tus/info.rb @@ -20,7 +20,7 @@ module Tus end def length - Integer(@hash["Upload-Length"]) + Integer(@hash["Upload-Length"]) if @hash["Upload-Length"] end def offset diff --git a/l...
Don't require Upload-Length to be specified on first PATCH request when deferring length The protocol specifies the following: Once it is known the Client MUST set the Upload-Length header in the next PATCH request It doesn't require that the upload length needs to be sent on the *first* PATCH request, it rather...
janko_tus-ruby-server
train
399aa922a7552f5c06069002732ca7b7dc9896f7
diff --git a/lib/scorpio/schema.rb b/lib/scorpio/schema.rb index <HASH>..<HASH> 100644 --- a/lib/scorpio/schema.rb +++ b/lib/scorpio/schema.rb @@ -27,16 +27,21 @@ module Scorpio end def match_to_object(object) - object = object.content if object.is_a?(Scorpio::JSON::Node) - if schema_node && schem...
better Scorpio::Schema#match_to_object. considers oneOf, allOf, anyOf and returns faster.
notEthan_jsi
train
66fb07f28c10ec4d68c0b308129189f28b1ec13f
diff --git a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java b/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java index <HASH>..<HASH> 100644 --- a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/TransactionTes...
#XD-<I> reproduced
JetBrains_xodus
train
34d53087987404438bfc79fbde85ce1aa3579bba
diff --git a/gruntfile.js b/gruntfile.js index <HASH>..<HASH> 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -84,7 +84,7 @@ module.exports = function(grunt) { options: { commitMessage: 'chore: Bump for release (v%VERSION%)', files: ['package.json', 'bower.json'], - commitFiles: ['-a'...
chore: Commit explicit files in bump task
iVantage_angular-ivh-treeview
train
212d9be45d2e716fea8cf73b47bbfe32170dc739
diff --git a/src/web/to-img/ToImg.js b/src/web/to-img/ToImg.js index <HASH>..<HASH> 100644 --- a/src/web/to-img/ToImg.js +++ b/src/web/to-img/ToImg.js @@ -4,19 +4,19 @@ import { getCroppedImg } from '../utils/utils'; class ToImg extends Component { constructor(props, context) { - super(props, context); + super(...
ToImg support `cors`
wya-team_wya-rc
train
a9faf54b11bb89a2e77a9ad9979b1ce4dada8f90
diff --git a/cmd/cmd.go b/cmd/cmd.go index <HASH>..<HASH> 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -312,10 +312,10 @@ func Setup(app *ccli.App, options ...micro.Option) { } else { log.Info("Setting global network") - if v := os.Getenv("MICRO_NETWORK_RESOLVER"); len(v) == 0 { + if v := os.Getenv("MICRO_N...
Change from http resolver to setting network nodes to network.micro.mu (#<I>)
micro_micro
train
451044eca5a80a7e043940255a78fd94debb9a46
diff --git a/cli/src/main/java/org/jboss/as/cli/gui/JConsoleCLIPlugin.java b/cli/src/main/java/org/jboss/as/cli/gui/JConsoleCLIPlugin.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/org/jboss/as/cli/gui/JConsoleCLIPlugin.java +++ b/cli/src/main/java/org/jboss/as/cli/gui/JConsoleCLIPlugin.java @@ -99,14 +99,14 ...
AS7-<I> jconsole fails if trying to connect to a standalone EAP instance running with offset ports was: 0d<I>af<I>ec<I>c4fa<I>a<I>b4b4c2eafddd<I>
wildfly_wildfly-core
train
45af98d2c30167bfe048f630aa0dd6d2bd6c6505
diff --git a/src/consumer/offsetManager/isInvalidOffset.js b/src/consumer/offsetManager/isInvalidOffset.js index <HASH>..<HASH> 100644 --- a/src/consumer/offsetManager/isInvalidOffset.js +++ b/src/consumer/offsetManager/isInvalidOffset.js @@ -1,3 +1,3 @@ const Long = require('long') -module.exports = offset => !offs...
Check for "offset is negative" directly Long.compare does a lot more than what we need here: We just want to know whether the offset is negative (-1 for undefined, or potentially one of the special values).
tulios_kafkajs
train
41982b1570ba5e6ef7f065a83d5038fa1ffc802c
diff --git a/sentry-ruby/lib/sentry/client.rb b/sentry-ruby/lib/sentry/client.rb index <HASH>..<HASH> 100644 --- a/sentry-ruby/lib/sentry/client.rb +++ b/sentry-ruby/lib/sentry/client.rb @@ -21,7 +21,7 @@ module Sentry end def capture_event(event, scope, hint = {}) - return false unless configuration.s...
Fix NoMethodError when sending is not allowed (#<I>) Here's a full description on the issue <URL>
getsentry_raven-ruby
train
87da9b954140605773ec7e10abbeff4c727b78e3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1864,6 +1864,7 @@ Driver.prototype.receiveMsg = function (buf, senderInfo) { addressesTo: [self.wallet.addressString], // txData: msg.txData, txType: msg.txType, + data: msg.data, en...
handle public msgs better
tradle_tim-old-engine
train
a719dee20fabc1ac9f5e1d00becbb634207fc7f7
diff --git a/db/seeds.rb b/db/seeds.rb index <HASH>..<HASH> 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -14,6 +14,11 @@ def get_stdin(msg) STDIN.gets.strip end +log 'Creating Roles...' +super_admin_role = Role.find_or_create_by!(name: :super_admin) +Role.find_or_create_by!(name: :admin) +Role.find_or_create_by!...
Seed a user with the :super_admin Role
airslie_renalware-core
train
9522bd36a3fc623ca61002f8e2811a29e2b3fe19
diff --git a/config/laravel-uptime-monitor.php b/config/laravel-uptime-monitor.php index <HASH>..<HASH> 100644 --- a/config/laravel-uptime-monitor.php +++ b/config/laravel-uptime-monitor.php @@ -54,7 +54,7 @@ return [ /* * The location from where you are running the uptime checks. This location will be men...
Update laravel-uptime-monitor.php
spatie_laravel-uptime-monitor
train
9a3e1e47df0614e0b52f4166b8558fe39a57f4fe
diff --git a/airflow/cli/commands/provider_command.py b/airflow/cli/commands/provider_command.py index <HASH>..<HASH> 100644 --- a/airflow/cli/commands/provider_command.py +++ b/airflow/cli/commands/provider_command.py @@ -82,7 +82,7 @@ def hooks_list(args): def connection_form_widget_list(args): """Lists all cus...
Preserve original order of providers' connection extra fields in UI (#<I>) * Preserve original order of providers' connection extra fields * Sort widgets before printed in cli command `airflow providers widgets`
apache_airflow
train
d4624308dba2972d757758490f5981bb08cdc067
diff --git a/test/unit/reducers/dataReducer.spec.js b/test/unit/reducers/dataReducer.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/reducers/dataReducer.spec.js +++ b/test/unit/reducers/dataReducer.spec.js @@ -6,8 +6,13 @@ let collection = 'test'; // eslint-disable-line prefer-const let action = {}; let payload ...
feat(dataReducer): LISTENER_ERROR case now has unit tests
prescottprue_redux-firestore
train
97360c71111e452cb3f8473880d64f685eb9ea82
diff --git a/lib/hello_sign/parameters/unclaimed_draft.rb b/lib/hello_sign/parameters/unclaimed_draft.rb index <HASH>..<HASH> 100644 --- a/lib/hello_sign/parameters/unclaimed_draft.rb +++ b/lib/hello_sign/parameters/unclaimed_draft.rb @@ -3,7 +3,7 @@ require 'hello_sign/file' module HelloSign module Parameters ...
Remove unnecessary attr_writers
craiglittle_hello_sign
train