hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5f9b1c6120765aec2df316a1a356a7017548d68c
diff --git a/pymc/PyMCObjects.py b/pymc/PyMCObjects.py index <HASH>..<HASH> 100644 --- a/pymc/PyMCObjects.py +++ b/pymc/PyMCObjects.py @@ -523,9 +523,6 @@ class Stochastic(StochasticBase): new_inst = cls('Stochastic %s: Failed to cast initial value to required dtype.\n\nOriginal error message:\n'%name + in...
Added MatrixMetropolis Step Method for use with (inverse) variance matrices. Working, but not fully tested.
pymc-devs_pymc
train
e10337c838d088e3a8075c3f2771574bbf001a5d
diff --git a/pywal/image.py b/pywal/image.py index <HASH>..<HASH> 100644 --- a/pywal/image.py +++ b/pywal/image.py @@ -31,7 +31,10 @@ def get_random_image(img_dir): images.remove(current_wall) elif not images: - logging.error("No images found in directory.") + logging.error("No images foun...
Print found directories TODO: Move to different method, since this way lower depth images are preferred
dylanaraps_pywal
train
f23241be8654cb76d6ac71ad588d5864096718ba
diff --git a/apiserver/facades/agent/provisioner/provisioninginfo_test.go b/apiserver/facades/agent/provisioner/provisioninginfo_test.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/agent/provisioner/provisioninginfo_test.go +++ b/apiserver/facades/agent/provisioner/provisioninginfo_test.go @@ -55,10 +55,7 @@ fu...
Clean up provisioning tests that were hand crafting controller config.
juju_juju
train
7933b1c92d124f38b147f191806daf3e0ac31ebc
diff --git a/alerta/database/backends/postgres/queryparser.py b/alerta/database/backends/postgres/queryparser.py index <HASH>..<HASH> 100644 --- a/alerta/database/backends/postgres/queryparser.py +++ b/alerta/database/backends/postgres/queryparser.py @@ -68,7 +68,7 @@ class SearchTerm: if self.tokens.field...
fix(search): use phrase token when searching arrays (#<I>)
alerta_alerta
train
d73baed40585ad6a71db97d2e3bd49fec191bf63
diff --git a/src/_loader.php b/src/_loader.php index <HASH>..<HASH> 100644 --- a/src/_loader.php +++ b/src/_loader.php @@ -9,7 +9,7 @@ use Orpheus\Hook\Hook; -if( !defined('ORPHEUSPATH') ) { +if( !defined('ORPHEUS_PATH') ) { // Do not load in a non-orpheus environment return; }
Standard Orpheus <I> March 1 Implement more standard Add many missing doc & comments Clean some deprecated things
Sowapps_orpheus-hook
train
9f09aff13c1cac75cb39100c5488e141e305c483
diff --git a/client/js/Widgets/DiagramDesigner/AutoRouter.js b/client/js/Widgets/DiagramDesigner/AutoRouter.js index <HASH>..<HASH> 100644 --- a/client/js/Widgets/DiagramDesigner/AutoRouter.js +++ b/client/js/Widgets/DiagramDesigner/AutoRouter.js @@ -1079,7 +1079,10 @@ define(['logManager'], function (logManager) { ...
Fixed small rounding error in creation of new point. Former-commit-id: <I>a<I>fbf<I>b<I>d9fc<I>f<I>a7bbf7d
webgme_webgme-engine
train
938fea5e8a8a0d9cd9b13d049a25b0c5a767b22e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Peruse the [Wiki](http://wiki.github.com/mwunsch/weary) to discover libraries bu ## Requirements + [Crack](http://github.com/jnunemaker/crack) >= 0.1.2 -+ [OAuth](http://github.com/mojodna/oauth) >= 0.3....
Attempt to reduce dependencies on rubygems
mwunsch_weary
train
8600c1a1fec5c9f7dd6c9584e73086ed7b8927eb
diff --git a/lib/validate_website/option_parser.rb b/lib/validate_website/option_parser.rb index <HASH>..<HASH> 100644 --- a/lib/validate_website/option_parser.rb +++ b/lib/validate_website/option_parser.rb @@ -150,14 +150,12 @@ module ValidateWebsite end def self.command_line_parse!(opts, args, options) - ...
Prefer `$ERROR_INFO` from the English library over `$!`
spk_validate-website
train
d8f59706d9a8a8d12493797d65ee37d12e9f662c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ var deepExtend = module.exports = function (/*obj_1, [obj_2], [obj_N]*/) { // convert arguments to array and cut off target object var args = Array.prototype.slice.call(arguments, 1); - var key, v...
fixed issue about non-cloned Buffer
unclechu_node-deep-extend
train
aa8a4ea7341b053e27859d671db3fcd97544142d
diff --git a/lib/esi/calls.rb b/lib/esi/calls.rb index <HASH>..<HASH> 100644 --- a/lib/esi/calls.rb +++ b/lib/esi/calls.rb @@ -53,7 +53,7 @@ module Esi class Regions < Base def initialize - @path = "/universe/regions/#{region_id}" + @path = "/universe/regions" end end @@ -81,6 ...
fixed the regions endpoint and added the pluralized solar_systems endpoint
dhiemstra_esi
train
48f4be0bcf26b277a724e41e80b5fa2941f9bfe2
diff --git a/tests/test_artist.py b/tests/test_artist.py index <HASH>..<HASH> 100755 --- a/tests/test_artist.py +++ b/tests/test_artist.py @@ -153,11 +153,7 @@ class TestPyLastArtist(TestPyLastWithLastFm): # Assert tags = artist.get_tags() assert len(tags) > 0 - found = False - ...
Rewrite and add pragmas to improve coverage of non-runnable test code
pylast_pylast
train
33d7eee7f942a16af33f1a03fd3e8492861db13c
diff --git a/Controller/UserController.php b/Controller/UserController.php index <HASH>..<HASH> 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -248,7 +248,16 @@ class UserController extends Controller $accountRepository = $this->getDoctrine()->getRepository( 'NetgenMoreBundle...
Add not blank constraint on user forms
netgen_site-bundle
train
4087eef7f23fe0bfb6cfca22fec1a3828ed301a6
diff --git a/src/edsonmedina/php_testability/ReportData.php b/src/edsonmedina/php_testability/ReportData.php index <HASH>..<HASH> 100644 --- a/src/edsonmedina/php_testability/ReportData.php +++ b/src/edsonmedina/php_testability/ReportData.php @@ -301,7 +301,7 @@ class ReportData implements ReportDataInterface fore...
Fixed deadlock for files with same name as directory
edsonmedina_php_testability
train
3f13ff22d34de024c7c8ac34b88ff395a227d8e4
diff --git a/doc/API.md b/doc/API.md index <HASH>..<HASH> 100644 --- a/doc/API.md +++ b/doc/API.md @@ -66,7 +66,7 @@ via [nudged.estimators](#nudgedestimators). A collection of estimator functions. -Call these directly instead of the general nudged.estimate +Call these directly instead of the general [nudged.estim...
Detect code blocks in index docs
axelpale_nudged
train
5716f81efde623834e8ea02c2917f318670662d8
diff --git a/src/components/auth/auth.js b/src/components/auth/auth.js index <HASH>..<HASH> 100644 --- a/src/components/auth/auth.js +++ b/src/components/auth/auth.js @@ -22,6 +22,7 @@ var AuthRequestBuilder = require('./auth__request-builder'); * @param {{ * serverUri: string, * redirect_uri: string?, + * ...
RG-<I> Support autologin as guest: review follow up Former-commit-id: a<I>ab1f5d0b<I>f6b2f<I>a<I>fcb<I>d<I>cb7
JetBrains_ring-ui
train
aaedebc7176c3ae208b26382ae543ce29c3cd3b8
diff --git a/web/lindat-service/run.php b/web/lindat-service/run.php index <HASH>..<HASH> 100644 --- a/web/lindat-service/run.php +++ b/web/lindat-service/run.php @@ -284,7 +284,7 @@ Documentation</a> and the models are described in the <label class="col-sm-2 control-label">Model:</label> <div class="...
Uncheck UD <I> (UD <I> is now the default).
ufal_udpipe
train
a224dd02f6411632bcda1f9efd346a8c4036cba8
diff --git a/tfjs-core/scripts/test-bundle-size.js b/tfjs-core/scripts/test-bundle-size.js index <HASH>..<HASH> 100755 --- a/tfjs-core/scripts/test-bundle-size.js +++ b/tfjs-core/scripts/test-bundle-size.js @@ -33,12 +33,14 @@ const minSize = getFileSizeBytes('dist/tf-core.min.js'); // Clone master and get the bundl...
[tfjs-core] Fix the test-bundle-size script in core to work with the monorepo.(#<I>) See: <URL>
tensorflow_tfjs
train
9511e706c72b2296911e715ba9ed580ecf1b5b62
diff --git a/src/org/jgroups/blocks/MessageDispatcher.java b/src/org/jgroups/blocks/MessageDispatcher.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/blocks/MessageDispatcher.java +++ b/src/org/jgroups/blocks/MessageDispatcher.java @@ -37,7 +37,7 @@ import java.util.Vector; * the application instead of protoco...
fixed blocking when sending to non-existing members (<URL>)
belaban_JGroups
train
63020eab01c272de95dd57a40bd24568891c7537
diff --git a/converters/toZigbee.js b/converters/toZigbee.js index <HASH>..<HASH> 100644 --- a/converters/toZigbee.js +++ b/converters/toZigbee.js @@ -531,6 +531,16 @@ const converters = { default: cmd = 'moveToColor'; + + // Some bulbs e.g. RB 185 C don't turn to red (the...
Fix Innr RB <I> C not turning red when clicking red in Home Assistant color wheel.
Koenkk_zigbee-shepherd-converters
train
49fc2922d05cfc11bfce20e87b46c51026c1f187
diff --git a/src/frontend/org/voltdb/planner/SubPlanAssembler.java b/src/frontend/org/voltdb/planner/SubPlanAssembler.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/planner/SubPlanAssembler.java +++ b/src/frontend/org/voltdb/planner/SubPlanAssembler.java @@ -287,7 +287,7 @@ public abstract class SubPlan...
Oops. Missed 1 line of merge patch.
VoltDB_voltdb
train
a2c898ec380441657c380526011800c12e2d0843
diff --git a/src/View/Helper/AssetCompressHelper.php b/src/View/Helper/AssetCompressHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/AssetCompressHelper.php +++ b/src/View/Helper/AssetCompressHelper.php @@ -5,8 +5,9 @@ use AssetCompress\AssetConfig; use AssetCompress\AssetTarget; use AssetCompress\Factory...
Finish updating the helper to pass its tests.
markstory_asset_compress
train
d11122207891e48fd5779275eb94eca337cc05b6
diff --git a/drivers/ovsd/ovsdbDriver.go b/drivers/ovsd/ovsdbDriver.go index <HASH>..<HASH> 100644 --- a/drivers/ovsd/ovsdbDriver.go +++ b/drivers/ovsd/ovsdbDriver.go @@ -839,12 +839,13 @@ func (d *OvsdbDriver) GetOfpPortNo(intfName string) (uint32, error) { if err == nil && len(row) > 0 && len(row[0].Rows) > 0 { ...
Fix IPv6 docker issue Note: Docker containers were not getting IPv6 assigned because netplugin was not giving it earlier
contiv_netplugin
train
ddd705c8df0cd466c0d42b802b17387f125bfcd4
diff --git a/src/Console/Exception/InvalidOptionException.php b/src/Console/Exception/InvalidOptionException.php index <HASH>..<HASH> 100644 --- a/src/Console/Exception/InvalidOptionException.php +++ b/src/Console/Exception/InvalidOptionException.php @@ -69,12 +69,15 @@ class InvalidOptionException extends ConsoleExcep...
Only suggest relevant options based on edit distance.
cakephp_cakephp
train
7e4defbcba0033e24df0596b0da6541545963d9e
diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java index <HASH>..<HASH> 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logg...
Properly guard LogbackLoggingSystem Previously, LoggingSystem#get would chose Logback by the sole presence of a class in logback-core, with the assumption that logback-classic is also on the classpath. An app that only had the former would therefore fail. This commit updates the condition to check for a class in logb...
spring-projects_spring-boot
train
6ccc0a016bd1225324389ed1659f161b37ab4801
diff --git a/gobgpd/main.go b/gobgpd/main.go index <HASH>..<HASH> 100644 --- a/gobgpd/main.go +++ b/gobgpd/main.go @@ -52,6 +52,8 @@ func main() { GrpcHosts string `long:"api-hosts" description:"specify the hosts that gobgpd listens on" default:":50051"` GracefulRestart bool `short:"r" long:"graceful-rest...
gobgpd: add an option to change/disable pprof setting use `--pprof-disable` to disable pprof use `--pprof-host` to change pprof listening host
osrg_gobgp
train
64b734a930a7670671ef5fdc21c12f2b11b04409
diff --git a/menuconfig.py b/menuconfig.py index <HASH>..<HASH> 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -388,6 +388,9 @@ def menuconfig(kconf): # Global variables used below: # +# _stdscr: +# stdscr from curses +# # _cur_menu: # Menu node of the menu (or menuconfig symbol, or choice) current...
menuconfig: Remove global() hack for stdscr The global should be called _stdscr, and then the names don't clash. Leftover.
ulfalizer_Kconfiglib
train
cbc0d300ec8a247e9a03bac5d31f9eb6a872c78c
diff --git a/etcd/v3/kv_etcd.go b/etcd/v3/kv_etcd.go index <HASH>..<HASH> 100644 --- a/etcd/v3/kv_etcd.go +++ b/etcd/v3/kv_etcd.go @@ -1276,7 +1276,8 @@ func (et *etcdKV) AddMember( } func (et *etcdKV) RemoveMember( - nodeID string, + nodeName string, + nodeIP string, ) error { ctx, cancel := et.MaintenanceConte...
Change the RemoveMember API - RemoveMember also takes a nodeIP. - In case of a failed start etcd sometimes does not persist the nodeName that we provide. In such a case we cannot remove this member using our node names. - Add ID field to the MemberInfo struct
portworx_kvdb
train
ed6a2d4e1f3e32abce6939ef451f0cd4f8c54a1b
diff --git a/moment.js b/moment.js index <HASH>..<HASH> 100644 --- a/moment.js +++ b/moment.js @@ -27,7 +27,7 @@ languages = {}, // check for nodeJS - hasModule = (typeof module !== 'undefined' && module.exports), + hasModule = (typeof module !== 'undefined' && module.exports && typeof...
Add specific check for "require" in hasModule check (fixes bug when using with QUnit).
moment_moment
train
7d1db4883603461bdf918d9fbcfe61b3267dcfca
diff --git a/src/ol/projection.js b/src/ol/projection.js index <HASH>..<HASH> 100644 --- a/src/ol/projection.js +++ b/src/ol/projection.js @@ -410,7 +410,12 @@ ol.projection.getProj4jsProjectionFromCode_ = function(code) { var proj4jsProjection = proj4jsProjections[code]; if (!goog.isDef(proj4jsProjection)) { ...
Find proj4js projection even if code is different than srs.
openlayers_openlayers
train
457ee84fa4ec2318e65688379aa202de17e1ca7b
diff --git a/src/validators.js b/src/validators.js index <HASH>..<HASH> 100644 --- a/src/validators.js +++ b/src/validators.js @@ -176,7 +176,8 @@ export const isFieldValid = (options: FieldValidatorOptions) => { if (has(fieldOptions, '_genIsValid')) { fieldValid = fieldValid && fieldOptions._genIsValid(optio...
isFieldValid should run both _genIsValid and conditionalValid and logical AND the results
isobar-us_redux-form-gen
train
2e80768efab627dc9183804dcd281caa9de5cdd7
diff --git a/src/TargetSearch.js b/src/TargetSearch.js index <HASH>..<HASH> 100644 --- a/src/TargetSearch.js +++ b/src/TargetSearch.js @@ -285,12 +285,51 @@ Openphacts.TargetSearch.prototype.parseTargetResponse = function(response) { var constants = new Openphacts.Constants(); var drugbankData = null, chemblData...
parse uniprot as primaryTopic. parse seeAlso correctly.
openphacts_ops.js
train
db47e30c22c737db51b1a1a9909e1f243846ef5d
diff --git a/tagcube_cli/utils.py b/tagcube_cli/utils.py index <HASH>..<HASH> 100644 --- a/tagcube_cli/utils.py +++ b/tagcube_cli/utils.py @@ -12,9 +12,10 @@ def parse_config_file(): - api_token """ for filename in ('.tagcube', os.path.expanduser('~/.tagcube')): - email, api_token = _p...
* Fixing bug in yaml config parameter name * Adding information to the error message to help the user configure his .tagcube file
tagcubeio_tagcube-cli
train
f336097b6a75ac819d934dbc0db0f6901c4ad464
diff --git a/randombytes.js b/randombytes.js index <HASH>..<HASH> 100644 --- a/randombytes.js +++ b/randombytes.js @@ -1,9 +1,9 @@ var assert = require('nanoassert') var randombytes = (function () { var QUOTA = 65536 // limit for QuotaExceededException - var crypto = typeof window !== 'undefined' ? (window.crypto...
Fix bug with undefined window in web workers Fixes #8
sodium-friends_sodium-javascript
train
00cd2448a4b51cd80f36459dd866f9b4b9f1199a
diff --git a/api/server/auth/auth.go b/api/server/auth/auth.go index <HASH>..<HASH> 100644 --- a/api/server/auth/auth.go +++ b/api/server/auth/auth.go @@ -31,11 +31,26 @@ const ( ) func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { - loginURL := h.auth.Options().LoginURL + // Extract the tok...
Fix bug where auth token is not set from cookie when excluded endpoint (#<I>)
micro_go-micro
train
d494590b706341e1e46b037e6a8b4e5b02e6f950
diff --git a/cypress/integration/datatable_spec.js b/cypress/integration/datatable_spec.js index <HASH>..<HASH> 100644 --- a/cypress/integration/datatable_spec.js +++ b/cypress/integration/datatable_spec.js @@ -163,7 +163,7 @@ describe('DataTable', function () { }); }); - describe('Inline Filters', f...
test: 💍 Add test for string comparison filter
frappe_datatable
train
13badcc83f0682e40a09c7b55069c026dd09998c
diff --git a/transport/http/src/main/java/org/kaazing/gateway/transport/http/HttpConnector.java b/transport/http/src/main/java/org/kaazing/gateway/transport/http/HttpConnector.java index <HASH>..<HASH> 100644 --- a/transport/http/src/main/java/org/kaazing/gateway/transport/http/HttpConnector.java +++ b/transport/http/s...
Using Configuration to get hold of no of i/o workers
kaazing_gateway
train
ffec139bdfc36033aa4352d1d8e633d469367573
diff --git a/lib/graph_matching/algorithm/mcm_bipartite.rb b/lib/graph_matching/algorithm/mcm_bipartite.rb index <HASH>..<HASH> 100644 --- a/lib/graph_matching/algorithm/mcm_bipartite.rb +++ b/lib/graph_matching/algorithm/mcm_bipartite.rb @@ -43,6 +43,14 @@ module GraphMatching m end + def backtr...
Move Graph#backtrack_from to MCMBipartite It is specific to that algorithm
jaredbeck_graph_matching
train
8612686d6dda34ae9ef6b5a974e4b7accb4fea29
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -1,5 +1,7 @@ package osin +import "crypto/subtle" + // Client information type Client interface { // Client id @@ -49,7 +51,7 @@ func (d *DefaultClient) GetUserData() interface{} { // Implement the ClientSecretMa...
Use constant time comparisons for client secrets This is a precaution to avoid possible timing attacks on client secrets.
openshift_osin
train
03c2200ef46430b88a6ec1abf7aefb1dacc8566b
diff --git a/course/student.php b/course/student.php index <HASH>..<HASH> 100644 --- a/course/student.php +++ b/course/student.php @@ -5,10 +5,10 @@ define("MAX_USERS_PER_PAGE", 5000); - require_variable($id); // course id - optional_variable($add, ""); - optional_variable($remove, ""); - o...
Changed optional_variables()s and required_variable()s to more secure alternatives.
moodle_moodle
train
10e0160fac41f4dce5541635620e0e865d411f81
diff --git a/src/Controller.php b/src/Controller.php index <HASH>..<HASH> 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -301,4 +301,9 @@ class Controller { } + + public function setDefaultMethod($defaultMethod) + { + $this->defaultMethod = $defaultMethod; + } } dif...
Fixed an issue with default routes in the router
ntentan_ntentan
train
69a8ce12d4ce9f966605d4e768b39d7f52b1db24
diff --git a/lib/pling/gcm/gateway.rb b/lib/pling/gcm/gateway.rb index <HASH>..<HASH> 100644 --- a/lib/pling/gcm/gateway.rb +++ b/lib/pling/gcm/gateway.rb @@ -77,7 +77,7 @@ module Pling def connection @connection ||= Faraday.new(configuration[:connection]) do |builder| builder.use FaradayMidd...
Only parse JSON response when content type is json
flinc_pling
train
5ffdbb5d6bf9074d817e9e4ad00ea923229d3ea3
diff --git a/http.py b/http.py index <HASH>..<HASH> 100644 --- a/http.py +++ b/http.py @@ -2,7 +2,7 @@ import requests api_url = 'http://www.ekpogo.uk/api/trainer/' -def request_status(r): +def request_status(r, detailed=False): """Returns a formatted string about the status, useful for logging. args: @@ -1...
Debugged debugging tools so bugs are de'd
TrainerDex_TrainerDex.py
train
add1ca3feced6193b0a85052a6f5b1ca4803a978
diff --git a/src/utility/variableArrayRename.js b/src/utility/variableArrayRename.js index <HASH>..<HASH> 100644 --- a/src/utility/variableArrayRename.js +++ b/src/utility/variableArrayRename.js @@ -10,6 +10,7 @@ module.exports = function variableArrayRename(varArr, namePatternArg) { } // create the substitution ...
update variable rename to resolve renaming
lps-js_lps.js
train
6a4e77e4b9dc502192c4fbfef641926581faf1f3
diff --git a/salt/modules/win_file.py b/salt/modules/win_file.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_file.py +++ b/salt/modules/win_file.py @@ -818,8 +818,10 @@ def stats(path, hash_type='sha256', follow_symlinks=True): salt '*' file.stats /etc/passwd ''' + # This is to mirror the beha...
Return empty or unmodified dict on file not found Fixes issue with file.managed with test=True when the directory structure for the file is not there and makedirs=True
saltstack_salt
train
9a81550046be89a8137101b2cd9a5e76050ef7d3
diff --git a/ibis/expr/base.py b/ibis/expr/base.py index <HASH>..<HASH> 100644 --- a/ibis/expr/base.py +++ b/ibis/expr/base.py @@ -692,7 +692,7 @@ class Join(TableNode): def _clean_predicates(self, predicates): result = [] - if not isinstance(predicates, (list)): + if not isinstance(predic...
BUG: rewrite all join types without predicates as CROSS JOIN as per impala requirements. closes #<I>
ibis-project_ibis
train
d98926aebb0859dc63a57283df237fff7fb1f76f
diff --git a/core/src/main/java/hudson/DNSMultiCast.java b/core/src/main/java/hudson/DNSMultiCast.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/DNSMultiCast.java +++ b/core/src/main/java/hudson/DNSMultiCast.java @@ -28,8 +28,9 @@ public class DNSMultiCast implements Closeable { Map<Str...
Fixes NPE. if the root URL isn't configured, clients won't be able to find this, so might as well not advertise at all.
jenkinsci_jenkins
train
c6748529a043f7b0f62eb3775e3ff0c3461f9fe5
diff --git a/alarmdecoder/decoder.py b/alarmdecoder/decoder.py index <HASH>..<HASH> 100644 --- a/alarmdecoder/decoder.py +++ b/alarmdecoder/decoder.py @@ -695,7 +695,7 @@ class AlarmDecoder(object): # Retrieve a list of faults. # NOTE: This only happens on first boot or after exiting programming mode....
Apparently there's a space in the alternate fault message.
nutechsoftware_alarmdecoder
train
033ef58e8a8a7a969c083776432061c46126d7b7
diff --git a/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java b/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechn...
Fixed issue <I> about HTTP PUT document: rid is taken from URL and JSON document. In case of conflict the rid passed via URL wins
orientechnologies_orientdb
train
8144cca2d0ad45fe29f936bd62197e17ccc42bae
diff --git a/project/library/CM/View/Abstract.js b/project/library/CM/View/Abstract.js index <HASH>..<HASH> 100644 --- a/project/library/CM/View/Abstract.js +++ b/project/library/CM/View/Abstract.js @@ -6,14 +6,14 @@ var CM_View_Abstract = Backbone.View.extend({ _class: 'CM_View_Abstract', _children: [], - + i...
View destruct: clear intervals/timeouts; implemented proxy functions for setTimeout() and setInterval() to clear timers on View destruction
cargomedia_cm
train
b92c9a879a16eae3b3f4b8d97a70e843fd582314
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ For more information about changelogs, check ## 0.12.1 - unreleased +* [ENHANCEMENT] Add `position` option to add_video (to specify where in a playlist to add a video) * [FEATURE] Add `update...
Allow to set the position of a new playlist item `add_video` and the related methods now accept `position` as an option.
Fullscreen_yt
train
c955d5148f8717a0f84d160c1bc6afbad013f108
diff --git a/pushl/entries.py b/pushl/entries.py index <HASH>..<HASH> 100644 --- a/pushl/entries.py +++ b/pushl/entries.py @@ -11,6 +11,7 @@ import requests from . import caching LOGGER = logging.getLogger(__name__) +SCHEMA_VERSION = 1 class Entry: @@ -25,8 +26,10 @@ class Entry: self.text = request.t...
Add schema "migration" to cache
PlaidWeb_Pushl
train
9de31b3c4b73c30c836f556882808ca285a5f76c
diff --git a/src/bidmanager.js b/src/bidmanager.js index <HASH>..<HASH> 100644 --- a/src/bidmanager.js +++ b/src/bidmanager.js @@ -108,7 +108,11 @@ exports.addBidResponse = function (adUnitCode, bid) { } if (!adUnitCode) { - utils.logWarn(errorMessage('No adUnitCode was supplied to addBidResponse.')); ...
Fixing some recent bugs in addBidResponse (#<I>) * Added back the guard against undefined bids... for now. * Added back the guard to allow undefined bids, because we have no idea which adapters are doing this. * Made sure that the bid adjustment event fired before we use any of the bid properties.
prebid_Prebid.js
train
b22169d6ca238b19452c02ac5ae7cfb38139a18d
diff --git a/src/java/org/apache/cassandra/service/StorageService.java b/src/java/org/apache/cassandra/service/StorageService.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/service/StorageService.java +++ b/src/java/org/apache/cassandra/service/StorageService.java @@ -1703,8 +1703,10 @@ public cla...
rename finishRemoval to forceRemoveCompletion. patch by jbellis git-svn-id: <URL>
Stratio_stratio-cassandra
train
3b99221015542d4b1b3a5d0eaf4456e5ea9a794f
diff --git a/lib/paper_trail.rb b/lib/paper_trail.rb index <HASH>..<HASH> 100644 --- a/lib/paper_trail.rb +++ b/lib/paper_trail.rb @@ -20,12 +20,14 @@ module PaperTrail !!PaperTrail.config.enabled end - # Returns `true` if PaperTrail is enabled for the controller, `false` otherwise. + # Returns `true` if Pa...
Fix bug where PaperTrail was disabled in controller by default.
paper-trail-gem_paper_trail
train
fee978aae122fa2dded3936002420108cdfd57cd
diff --git a/docs/testdox.txt b/docs/testdox.txt index <HASH>..<HASH> 100644 --- a/docs/testdox.txt +++ b/docs/testdox.txt @@ -126,6 +126,7 @@ s9e\TextFormatter\Tests\Configurator [x] addHTML5Rules() add root rules [x] addHTML5Rules() add tag rules [x] addHTML5Rules() passes its options to the generator + [x] add...
Configurator::addHTML5Rules() -- do not generate a renderer if one was already provided
s9e_TextFormatter
train
8b67a6c248c52ca7cd2fbbbb7132fed45eb84155
diff --git a/collatex-legacy/src/main/java/com/sd_editions/collatex/Web/ColorsView.java b/collatex-legacy/src/main/java/com/sd_editions/collatex/Web/ColorsView.java index <HASH>..<HASH> 100755 --- a/collatex-legacy/src/main/java/com/sd_editions/collatex/Web/ColorsView.java +++ b/collatex-legacy/src/main/java/com/sd_edi...
[RHD] ported over removalView() method from ColorsView to HumanReadableAlignmentCallback
interedition_collatex
train
3874a1f4919ec6ddbdd37fee657081e75ad38d86
diff --git a/integration/v6/global/update_buildpack_command_test.go b/integration/v6/global/update_buildpack_command_test.go index <HASH>..<HASH> 100644 --- a/integration/v6/global/update_buildpack_command_test.go +++ b/integration/v6/global/update_buildpack_command_test.go @@ -171,7 +171,7 @@ var _ = Describe("update-...
update-buildpack: Don't assume first buildpack is cflinuxfs3 [#<I>](<URL>)
cloudfoundry_cli
train
661651a7ea24e83422f0ae4a80d025bf9b5c93b0
diff --git a/src/ossos/core/ossos/astrom.py b/src/ossos/core/ossos/astrom.py index <HASH>..<HASH> 100644 --- a/src/ossos/core/ossos/astrom.py +++ b/src/ossos/core/ossos/astrom.py @@ -8,6 +8,7 @@ import os import re import sys import traceback +import cadcutils from astropy import units from astropy.coordinates i...
Stop looping infinitely, just 5 attempts
OSSOS_MOP
train
0eae1f3addbd044793dac89f9e097e5f4c6fb2aa
diff --git a/staging/src/k8s.io/client-go/tools/cache/thread_safe_store.go b/staging/src/k8s.io/client-go/tools/cache/thread_safe_store.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/client-go/tools/cache/thread_safe_store.go +++ b/staging/src/k8s.io/client-go/tools/cache/thread_safe_store.go @@ -281,14 +281,1...
make comments of updateIndices optimization code more accurate
kubernetes_kubernetes
train
d17ebfb0a9071a2b12d6a2194043cc37db88850b
diff --git a/entity/index.js b/entity/index.js index <HASH>..<HASH> 100644 --- a/entity/index.js +++ b/entity/index.js @@ -1185,6 +1185,7 @@ module.exports = EntityGenerator.extend({ if (_.isUndefined(field.fieldNameUnderscored)) { field.fieldNameUnderscored = _s.underscored(field....
add clob field Add a new choice in entity generator/Blog option, text, which generate a lob field with String type (ie a CLOB). Fix an issue in liquidbase generator in case of require constraint on BLOB type Fix #<I>
jhipster_generator-jhipster
train
7b11391152bd837f67b8ee7d2b201251c7294124
diff --git a/spyder/plugins/editor/lsp/providers/document.py b/spyder/plugins/editor/lsp/providers/document.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/lsp/providers/document.py +++ b/spyder/plugins/editor/lsp/providers/document.py @@ -207,7 +207,7 @@ class DocumentProvider: @send_request(method=LSP...
LSP: Fix error when closing file
spyder-ide_spyder
train
c79dbda0fdfbc34bfdae73a5282fbfe7669d9335
diff --git a/_tests/test__egg.py b/_tests/test__egg.py index <HASH>..<HASH> 100644 --- a/_tests/test__egg.py +++ b/_tests/test__egg.py @@ -154,7 +154,7 @@ class Test_egg(_ut.TestCase): def f(*a): self.d['a'] += 1 self.d.connect_any_signal_changed(f) self.d.connect_signal_changed('a', f) - ...
API CHANGE on block_user_signals. Subtle. Need to think about it.
Spinmob_spinmob
train
2156769ef7df07eb6e112724642914a2370ecc4a
diff --git a/src/jsep.js b/src/jsep.js index <HASH>..<HASH> 100644 --- a/src/jsep.js +++ b/src/jsep.js @@ -196,7 +196,7 @@ // This function is responsible for gobbling an individual expression, // e.g. `1`, `1+2`, `a+(b*2)-Math.sqrt(2)` gobbleBinaryExpression = function() { - var ch_i, node, biop, pr...
fix error binary op info in 'Expected expression after {biop}' (#<I>)
soney_jsep
train
86f5cab0fc5a4c4ef79886901bbe2913c63d6d55
diff --git a/buildbot/process/base.py b/buildbot/process/base.py index <HASH>..<HASH> 100644 --- a/buildbot/process/base.py +++ b/buildbot/process/base.py @@ -72,7 +72,10 @@ class BuildRequest: self.status = BuildRequestStatus(source, builderName) def canBeMergedWith(self, other): - return self.s...
We have schedulers that schedule repeated builds of the same source, triggered by a maildir mechanism similar to Try_Jobdir. For that to work, this patch must be in place or all the requests will be merged.
buildbot_buildbot
train
948c2ff6fcc222027b23f751f5c76385cd9b3bad
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,6 +32,8 @@ module.exports = function (compare) { has: function (item) { return index(item) >= 0 }, + + indexOf: index, range: function (opts) { if(!opts) return set.slice()
Expose the set index() function as indexOf() It's beneficial to be able to identify the location of an item in the set.
dominictarr_binary-sorted-set
train
3ab002f0610cd13f465087363fe09ebe57b4beb8
diff --git a/src/components/autocomplete/js/autocompleteDirective.js b/src/components/autocomplete/js/autocompleteDirective.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/autocompleteDirective.js +++ b/src/components/autocomplete/js/autocompleteDirective.js @@ -35,11 +35,37 @@ angular * There is ...
docs(autocomplete): common issue inside of virtual repeat (#<I>) * Developers might have an autocomplete component inside of a VirtualRepeat container and will wonder why the autocompletes dropdown items are not updating. * This is because the VirtualRepeat only updates the scope bindings (rather than re-creating t...
angular_material
train
22a422643e5da6a4e54a47450fe116fe8ac405df
diff --git a/percy/percy.test.js b/percy/percy.test.js index <HASH>..<HASH> 100644 --- a/percy/percy.test.js +++ b/percy/percy.test.js @@ -157,7 +157,7 @@ test('OTP-RR', async () => { ) await routeViewerButton.click() await page.waitForSelector('.route-viewer') - await page.waitFortimeout(5000) + await page....
ci(percy): correct typo
opentripplanner_otp-react-redux
train
6dde404e8823fb1e62ffd63142a8a8f81c029d97
diff --git a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java @@ -233,6 +233,11 @@ final class S3ProxyHandler extends Abstr...
Emit not implemented for put and get object ACL
gaul_s3proxy
train
86a29f851c583d2d019894ce0deee29fba22cf37
diff --git a/server/src/main/java/com/linecorp/centraldogma/server/support/shiro/SearchFirstActiveDirectoryRealm.java b/server/src/main/java/com/linecorp/centraldogma/server/support/shiro/SearchFirstActiveDirectoryRealm.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/linecorp/centraldogma/server/support...
Return null on an invalid credential (#<I>) Motivation: SearchFirstActiveDirectory throws an exception when a user does not exist or a user provided an invalid password. Shiro will translate this into a different exception than InvalidCredentialsException. Modifications: - Return null instead of throwing an...
line_centraldogma
train
e7dff19823be2a95d197b6ae2f894fc7e54629a3
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -48,7 +48,8 @@ function VM (opts = {}) { let hardfork = opts.hardfork ? opts.hardfork : 'byzantium' let supportedHardforks = [ 'byzantium', - 'constantinople' + 'constantinople', + 'petersbu...
Update lib/ code to support petersburg hardfork
ethereumjs_ethereumjs-vm
train
fc66b6b00472426b3e01ea8f394825af3c66b6ef
diff --git a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb +++ b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb @...
Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::Session::Abstract::ID rather than Rack::Session::Cookie.
rails_rails
train
cfa7baa8b664d096ada1e4c6debf3c1bfca85f27
diff --git a/vncdotool/client.py b/vncdotool/client.py index <HASH>..<HASH> 100644 --- a/vncdotool/client.py +++ b/vncdotool/client.py @@ -344,7 +344,7 @@ class VNCDoToolClient(rfb.RFBClient): def vncConnectionMade(self): self.setPixelFormat() - encodings = [rfb.RAW_ENCODING] + encodings =...
Added the DesktopSize Pseudo-Encoding as default. vncdotool will now signal that it supports the DesktopSize Pseudo-Encoding to the server by default.
sibson_vncdotool
train
8e3123d01506f9bf275eebf7b85ad24f08c725b6
diff --git a/src/Vinelab/Auth/Social/Networks/Facebook.php b/src/Vinelab/Auth/Social/Networks/Facebook.php index <HASH>..<HASH> 100644 --- a/src/Vinelab/Auth/Social/Networks/Facebook.php +++ b/src/Vinelab/Auth/Social/Networks/Facebook.php @@ -2,6 +2,7 @@ use Vinelab\Auth\Contracts\SocialNetworkInterface; use Vinela...
Fix issue with class AccessTokenException not found
Vinelab_social-auth
train
db189bb06cd954b55cab5d40e0264e58e1017627
diff --git a/lib/controller/base_controller.js b/lib/controller/base_controller.js index <HASH>..<HASH> 100644 --- a/lib/controller/base_controller.js +++ b/lib/controller/base_controller.js @@ -142,7 +142,16 @@ controller.BaseController.prototype = new (function () { , applyFilter = true // Default , fil...
Fix dropped action in after-fillters
mde_ejs
train
f39a156c8cf6c46f2c3e80e1b0fc2c2bf814b0f4
diff --git a/lib/netsuite/configuration.rb b/lib/netsuite/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/configuration.rb +++ b/lib/netsuite/configuration.rb @@ -77,7 +77,7 @@ module NetSuite 'platformCore:email' => email, 'platformCore:password' => password, 'platfo...
Removing role from authentication header Caused error with customer service center logins. Going to do some additional tests with live NS instances and see if this causes any issues.
NetSweet_netsuite
train
fc774dd5f2fe3303ea64de6546034c5f5a64e807
diff --git a/lib/nanaimo/writer/pbxproj.rb b/lib/nanaimo/writer/pbxproj.rb index <HASH>..<HASH> 100644 --- a/lib/nanaimo/writer/pbxproj.rb +++ b/lib/nanaimo/writer/pbxproj.rb @@ -28,7 +28,7 @@ module Nanaimo write_newline output << "/* Begin #{isa} section */" write_newline - s...
Speed up PBXProj#sort_dictionary Using #sort_by cuts down on the number of calls to #value_for, as well as the number of String#== Eliminates checking if the key is isa for all of the objects in the project Avoids comparing value isas, since we already group (& sort) by them in the objects section
CocoaPods_Nanaimo
train
bc1405b7625fcf68f9a85c5580ffdbea472a8380
diff --git a/state/api/apiclient.go b/state/api/apiclient.go index <HASH>..<HASH> 100644 --- a/state/api/apiclient.go +++ b/state/api/apiclient.go @@ -325,28 +325,34 @@ func (u *Unit) DeployerName() (string, bool) { return u.doc.DeployerName, u.doc.DeployerName != "" } +// RPCCreds is used in the API protocol. ty...
state/apiserver: add some rudimentary doc comments on RPC* types
juju_juju
train
22861be34426281d279f3a277b8d8a84300c8c63
diff --git a/lib/fabrication/generator/mongoid.rb b/lib/fabrication/generator/mongoid.rb index <HASH>..<HASH> 100644 --- a/lib/fabrication/generator/mongoid.rb +++ b/lib/fabrication/generator/mongoid.rb @@ -5,7 +5,7 @@ class Fabrication::Generator::Mongoid < Fabrication::Generator::Base end def build_instance -...
Preliminary support for mongoid 4
paulelliott_fabrication
train
33a56cd5df4a57377e04f70e76f3cbd97eebe0e4
diff --git a/src/info/legend.js b/src/info/legend.js index <HASH>..<HASH> 100644 --- a/src/info/legend.js +++ b/src/info/legend.js @@ -343,7 +343,7 @@ d3plus.info.legend = function(vars) { // "data": tooltip_data, "color": d.color, "icon": d.icon, - "id"...
changed legend tooltip id from "key" to "legend"
alexandersimoes_d3plus
train
161ff0ff6f679967d323e9fd461eff312d0f12e6
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index <HASH>..<HASH> 100644 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -716,18 +716,26 @@ def write_arg(cmd, basename, filename, force=False): @functools.singledispatch +def entry_point_definition_to_str(...
Extract function for converting entry points to a string.
pypa_setuptools
train
68e7d4bd03e303ba813117cd971db6ad109da3cf
diff --git a/consul/base.py b/consul/base.py index <HASH>..<HASH> 100644 --- a/consul/base.py +++ b/consul/base.py @@ -175,6 +175,9 @@ class Consul(object): params['keys'] = True if separator: params['separator'] = separator + dc = dc or self.agent.dc + ...
added dc support for kv
cablehead_python-consul
train
cd01fd5ee687bc0337ee6d9715e4702f17011666
diff --git a/src/Document.php b/src/Document.php index <HASH>..<HASH> 100644 --- a/src/Document.php +++ b/src/Document.php @@ -67,7 +67,7 @@ class Document } if (!empty($meta)) { - $this->setMeta($meta, true); + $this->meta = $meta; } return $this; @@ -225,2...
metadata are read-only: setMeta should not exist
kuzzleio_sdk-php
train
6588218cca39bc0ddab52a8c4933a71adfe37115
diff --git a/ui-v2/app/components/toggle-button/index.js b/ui-v2/app/components/toggle-button/index.js index <HASH>..<HASH> 100644 --- a/ui-v2/app/components/toggle-button/index.js +++ b/ui-v2/app/components/toggle-button/index.js @@ -43,6 +43,11 @@ export default Component.extend({ }, actions: { click: func...
ui: Misc amends for Safari and Firefox (#<I>) 1. Ensure dropdown menus function correctly in Safari 2. Ensure default grey color for buttons is not used 3. Ensure IntersectionObservers are cleaned up properly in Safari
hashicorp_consul
train
45ebe5d385e89f4dc1e964314a87a03407d14dab
diff --git a/etc/build.py b/etc/build.py index <HASH>..<HASH> 100755 --- a/etc/build.py +++ b/etc/build.py @@ -812,24 +812,31 @@ def main(args): arch = None type = None regex = None + nice_name = None if ".deb" in p_name: - type = "Ubuntu" + ...
Update build script to output JSON for website and MD for GH
influxdata_influxdb
train
177689c48e6b574d8269dafe37fcdd6164e05e73
diff --git a/packages/react/src/components/Toggle/Toggle-story.js b/packages/react/src/components/Toggle/Toggle-story.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/Toggle/Toggle-story.js +++ b/packages/react/src/components/Toggle/Toggle-story.js @@ -40,23 +40,34 @@ export default { }; export co...
fix(Toggle): fix issue with size prop (#<I>)
carbon-design-system_carbon-components
train
0a133419e3d99f9f8b75e16d7e94c1af18df3299
diff --git a/addon/helpers/href-to.js b/addon/helpers/href-to.js index <HASH>..<HASH> 100644 --- a/addon/helpers/href-to.js +++ b/addon/helpers/href-to.js @@ -1,24 +1,31 @@ import Em from 'ember'; import getOwner from 'ember-getowner-polyfill'; -export default Em.Helper.extend({ - compute([targetRouteName, ...rest...
extract urlFor function so that it can be used directly
intercom_ember-href-to
train
3cd8cce497f1f3a513d42a0df8c41140229cc4e1
diff --git a/src/main/java/org/simpleds/SimpleQuery.java b/src/main/java/org/simpleds/SimpleQuery.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/simpleds/SimpleQuery.java +++ b/src/main/java/org/simpleds/SimpleQuery.java @@ -271,7 +271,6 @@ public class SimpleQuery implements ParameterQuery, Cloneable { * ...
Undeprecated withCursor as an alias of withStartCursor
icoloma_simpleds
train
ee75216e25dbab3e49f243c6ac3587be69ee4032
diff --git a/fost_authn_debug/tests/test_fake_client.py b/fost_authn_debug/tests/test_fake_client.py index <HASH>..<HASH> 100644 --- a/fost_authn_debug/tests/test_fake_client.py +++ b/fost_authn_debug/tests/test_fake_client.py @@ -137,6 +137,22 @@ class TestSignedRequests(TestCase): delattr(settings, 'FOST...
Added a test to show that properly signed POST data works.
Felspar_django-fost-authn
train
396ddcbccc1e95f0c555539d58e5e0ac4a63eb36
diff --git a/lib/danger/runner.rb b/lib/danger/runner.rb index <HASH>..<HASH> 100644 --- a/lib/danger/runner.rb +++ b/lib/danger/runner.rb @@ -5,6 +5,8 @@ module Danger def initialize(argv) @dangerfile_path = "Dangerfile" if File.exist? "Dangerfile" + @base = argv.option('base') + @head = argv.o...
Support options on danger run for specifying the head / base commit
danger_danger
train
fe3308c75025233732d757d2c3fb20555c8ecfad
diff --git a/security/src/main/java/org/craftercms/commons/security/permissions/annotations/HasPermissionAnnotationHandler.java b/security/src/main/java/org/craftercms/commons/security/permissions/annotations/HasPermissionAnnotationHandler.java index <HASH>..<HASH> 100644 --- a/security/src/main/java/org/craftercms/com...
Minor fix: * Replaced code with utility method that does the same.
craftercms_commons
train
fa88e74b07ef3ffc09b429506bc5256a68915bba
diff --git a/lib/overcommit/hook/commit_msg/capitalized_subject.rb b/lib/overcommit/hook/commit_msg/capitalized_subject.rb index <HASH>..<HASH> 100644 --- a/lib/overcommit/hook/commit_msg/capitalized_subject.rb +++ b/lib/overcommit/hook/commit_msg/capitalized_subject.rb @@ -1,5 +1,5 @@ module Overcommit::Hook::CommitM...
Fix comment in CapitalizedSubject hook This was leftover from the hook I copied when creating it. Change-Id: I3be<I>b7eaf<I>f<I>d2ce<I>a<I>bf8fec7b1f4 Reviewed-on: <URL>
sds_overcommit
train
bff681848e73daf353fbe9101972844f5a0cffd3
diff --git a/cloud/fallback-public-cloud.yaml b/cloud/fallback-public-cloud.yaml index <HASH>..<HASH> 100644 --- a/cloud/fallback-public-cloud.yaml +++ b/cloud/fallback-public-cloud.yaml @@ -25,6 +25,10 @@ clouds: endpoint: https://ec2.eu-central-1.amazonaws.com eu-north-1: endpoint: https://ec...
add aws regions eu-south-1 and af-south-1
juju_juju
train
493b0fd7f51054345abe981270bd7839825f79dd
diff --git a/test/unit/event.js b/test/unit/event.js index <HASH>..<HASH> 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -1852,6 +1852,33 @@ QUnit.test( "delegated event with intermediate DOM manipulation (#13208)", funct jQuery( "#anchor2" ).trigger( "click" ); } ); +QUnit.test( "ignore comment nodes...
Event: Ensure delegation doesn't error on comment nodes Fixes gh-<I> Close gh-<I>
jquery_jquery
train
4f1dd3f9657e1564f7371bd73a0b039c65671961
diff --git a/network/default.go b/network/default.go index <HASH>..<HASH> 100644 --- a/network/default.go +++ b/network/default.go @@ -700,7 +700,7 @@ func (n *network) getRouteMetric(router string, gateway string, link string) int defer n.RUnlock() if link == "local" && gateway == "" { - log.Debugf("Network lin...
Fixed a small messup when printing logs
micro_go-micro
train
bc71923c9ffcdcae256317cef6de8f2a5f1f0f6e
diff --git a/querybuilder/fields.py b/querybuilder/fields.py index <HASH>..<HASH> 100644 --- a/querybuilder/fields.py +++ b/querybuilder/fields.py @@ -1,8 +1,8 @@ import abc -from django.db.models import Aggregate class FieldFactory(object): + def __new__(cls, field, *args, **kwargs): field_type = t...
* Added count field to replace django count
ambitioninc_django-query-builder
train
f6cef8d3456a7ae211e71c086921d3c19f76791d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,10 @@ module.exports = function scrapeUrl(url, options, cb) { var options = { url: url, - headers: { 'User-Agent': options.userAgent || 'Mozilla/5.0 (Windows NT 10.0; WOW64) ...
Added Accept header to have better crawl results with restrictive websites
bdadam_metatag-crawler
train
7a8504726145bf20e9f563aee91893c55fde4f76
diff --git a/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java b/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java index <HASH>..<HASH> 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/Aer...
[Java] Separate the error for failing to establish a return connection to archive or cluster from failing to get the response message.
real-logic_aeron
train
5fb8b7037aa67400a76a0545f85c3c15a2491fb6
diff --git a/spacy/cli/debug_config.py b/spacy/cli/debug_config.py index <HASH>..<HASH> 100644 --- a/spacy/cli/debug_config.py +++ b/spacy/cli/debug_config.py @@ -7,7 +7,7 @@ import typer from ._util import Arg, Opt, show_validation_error, parse_config_overrides from ._util import import_code, debug_cli -from ..sch...
Expand initialize/training config validation Validate both `[initialize]` and `[training]` in `debug data` and `nlp.initialize()` with separate config validation error blocks that indicate which block of the config is being validated.
explosion_spaCy
train
c6d9d4d9216da63be446b4e9619c3e28039fac1f
diff --git a/lib/webaccount.py b/lib/webaccount.py index <HASH>..<HASH> 100644 --- a/lib/webaccount.py +++ b/lib/webaccount.py @@ -23,6 +23,8 @@ import sys import string import cgi import re +import MySQLdb +import urllib from invenio.config import \ CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS, \ @@ -30,8 +32,11 @@ f...
Fixed some errors related to imports of config variables
inveniosoftware_invenio-accounts
train
add4109de91f9b7ceb895d9fbe06b13eac398522
diff --git a/classes/PodsField.php b/classes/PodsField.php index <HASH>..<HASH> 100644 --- a/classes/PodsField.php +++ b/classes/PodsField.php @@ -348,7 +348,15 @@ class PodsField { * } */ public function render_input_script( $args ) { - wp_enqueue_script( 'pods-dfv' ); + if ( wp_script_is( 'pods-dfv', 'regis...
When enqueing Pods DFV for form fields, check whether script was registered and if not enqueue it after registration Prevents early render issues like when using bbPress and extending forms
pods-framework_pods
train