hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
25b2d969fd94a42c730caa27a5b1959f57f64280
diff --git a/src/test/java/com/firebase/geofire/TestListener.java b/src/test/java/com/firebase/geofire/TestListener.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/firebase/geofire/TestListener.java +++ b/src/test/java/com/firebase/geofire/TestListener.java @@ -1,14 +1,13 @@ package com.firebase.geofire; -i...
Refactor redundant expectEvents method. (#<I>)
firebase_geofire-java
train
fca16c55eff578a9f0c86f8f4afd64bba5e3287c
diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index <HASH>..<HASH> 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -117,7 +117,7 @@ define({ "WITH" : "With", "BUTTON_YES" : "Yes", "BUTTON_NO" ...
Add ellipses to Replace All button so it's not as scary to click. (Without ellipses it looks like it will replace every occurrence immediately, which is how most "All" buttons in Find/Replace dialogs work).
adobe_brackets
train
c2f801cef7868caa746121b2948a03b408c4381c
diff --git a/libkbfs/mdserver_remote.go b/libkbfs/mdserver_remote.go index <HASH>..<HASH> 100644 --- a/libkbfs/mdserver_remote.go +++ b/libkbfs/mdserver_remote.go @@ -246,9 +246,9 @@ func (md *MDServerRemote) get(ctx context.Context, id TlfID, handle *TlfHandle, // deserialize blocks rmdses := make([]*RootMetadat...
libkbfs/mdserver: compile against new MD version protocol Issue: KBFS-<I>
keybase_client
train
b4976610eb3c927a42702b4516fffc9ee5cc00be
diff --git a/code/libraries/koowa/libraries/model/behavior/paginatable.php b/code/libraries/koowa/libraries/model/behavior/paginatable.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/model/behavior/paginatable.php +++ b/code/libraries/koowa/libraries/model/behavior/paginatable.php @@ -65,14 +65,19 ...
re #<I>: Recalculate the offset if it's set to the middle of a page.
timble_kodekit
train
7538143d7778e94c4a544b7b4a35ebd4ff171110
diff --git a/check_manifest.py b/check_manifest.py index <HASH>..<HASH> 100755 --- a/check_manifest.py +++ b/check_manifest.py @@ -27,6 +27,7 @@ import subprocess import sys import tarfile import tempfile +import warnings import zipfile from contextlib import contextmanager @@ -92,7 +93,7 @@ def error(message): ...
Use the warnings module to print warnings. Ignore warnings in one known spot in the tests. This keeps the test output clean.
mgedmin_check-manifest
train
199b57e7cb05dc2acade83e1280985a81341f81e
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens...
[Java] Typos in Javadoc and capture errors on connecting egress publications.
real-logic_aeron
train
c8b26e56ce05d68d60a8df0cb7f35ec0020c180f
diff --git a/doc/source/code/tut6.py b/doc/source/code/tut6.py index <HASH>..<HASH> 100644 --- a/doc/source/code/tut6.py +++ b/doc/source/code/tut6.py @@ -19,31 +19,36 @@ netParams.addCellParams('PYRrule', cellRule) netParams.addSynMechParams('exc', {'mod': 'Exp2Syn', 'tau1': 0.1, '...
preparing tut6.py with stim example
Neurosim-lab_netpyne
train
5f4e77e4d555e868779bfe42f457a83d65ecc8d8
diff --git a/common/common.go b/common/common.go index <HASH>..<HASH> 100644 --- a/common/common.go +++ b/common/common.go @@ -496,17 +496,11 @@ var goarm uint8 // and armv6l, armv7l, arm64 otherwise func GetArch() string { arch := runtime.GOARCH - switch arch { - case "arm": - { - os := GetOS() - _, arch, _ =...
common: GetArch(): use ToAppcOSArch() for all architectures;
rkt_rkt
train
4c3364290f38ff7b18a630151b244a7a1fb19104
diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/director/drools/DroolsScoreDirector.java b/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/director/drools/DroolsScoreDirector.java index <HASH>..<HASH> 100644 --- a/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/...
improve error message for missing from working memory
kiegroup_optaplanner
train
9428e40fe6f529f1cc960aceebd31a2523036b67
diff --git a/lib/appsignal/tracer.rb b/lib/appsignal/tracer.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/tracer.rb +++ b/lib/appsignal/tracer.rb @@ -7,6 +7,7 @@ module Appsignal module ClassMethods def tracer_for(method_name) + return unless Appsignal.active method_name = method_name...
Tracer creates no methods when appsignal is inactive
appsignal_appsignal-ruby
train
4b144662b6f56afd21f351f4dcc562c0a455ac9b
diff --git a/llvmlite/binding/ffi.py b/llvmlite/binding/ffi.py index <HASH>..<HASH> 100644 --- a/llvmlite/binding/ffi.py +++ b/llvmlite/binding/ffi.py @@ -115,18 +115,38 @@ if os.name == 'nt': # (Windows uses PATH for DLL loading, see http://msdn.microsoft.com/en-us/library/7d83bc18.aspx). os.environ['PATH'] ...
Support loading from current directory and egg files
numba_llvmlite
train
b26048d3de11009e89395e4c3e9aa5258f2c29cc
diff --git a/src/Translatable.php b/src/Translatable.php index <HASH>..<HASH> 100644 --- a/src/Translatable.php +++ b/src/Translatable.php @@ -84,15 +84,13 @@ trait Translatable */ protected function translateOrNew(string $locale): Model { - $translation = $this->getTranslation($locale); - - ...
Reduce number of queries This adress the issue #<I>
vinkla_laravel-translator
train
a016bff96be16709e1d0bcccf23cffe318aed1cf
diff --git a/tests/models.py b/tests/models.py index <HASH>..<HASH> 100644 --- a/tests/models.py +++ b/tests/models.py @@ -1,8 +1,7 @@ from __future__ import unicode_literals -import sys - from django.db import models +from django.utils.encoding import python_2_unicode_compatible from polymodels.fields import Po...
Used @python_2_unicode_compatible now that all supported Django versions have it.
charettes_django-polymodels
train
210d0c7b412760f3efeb0924100479106cfa4817
diff --git a/railties/lib/rails/application/default_middleware_stack.rb b/railties/lib/rails/application/default_middleware_stack.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/application/default_middleware_stack.rb +++ b/railties/lib/rails/application/default_middleware_stack.rb @@ -11,11 +11,6 @@ module Rai...
Move Rack::Cache after AD::Static in the stack
rails_rails
train
725ac1c43aebba6464444ed026a048963eb53b37
diff --git a/packages/vaex-core/vaex/expresso.py b/packages/vaex-core/vaex/expresso.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/expresso.py +++ b/packages/vaex-core/vaex/expresso.py @@ -280,6 +280,9 @@ class ExpressionString(ast.NodeVisitor): args = [self.visit(k) for k in node.args] ...
fix: expresso: node_to_string supports more operators
vaexio_vaex
train
579f946f001eeadf96d5431765e14237fcfb03a5
diff --git a/server/me_test.go b/server/me_test.go index <HASH>..<HASH> 100644 --- a/server/me_test.go +++ b/server/me_test.go @@ -217,7 +217,7 @@ func TestService_Me(t *testing.T) { }, wantStatus: http.StatusOK, wantContentType: "application/json", - wantBody: `{"name":"secret","superAdmin":true,"ro...
Fix tests broken in <I>a<I>cb
influxdata_influxdb
train
5925077305aca3491c084205bda5c77dbb6d23a6
diff --git a/Resources/public/js/app.js b/Resources/public/js/app.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/app.js +++ b/Resources/public/js/app.js @@ -3,7 +3,7 @@ var portfolioApp = angular.module('portfolioApp', ['ngResource', 'ngSanitize', 'ui.tinymce']); portfolioApp.config(["$httpProvider", "$lo...
[PortfolioBundle] Don't send id in ajax request, it's alreadyin the url request
claroline_Distribution
train
a99a244234ee99f6fd34d9eca97404fd2fe02560
diff --git a/claripy/backends/backend_vsa.py b/claripy/backends/backend_vsa.py index <HASH>..<HASH> 100644 --- a/claripy/backends/backend_vsa.py +++ b/claripy/backends/backend_vsa.py @@ -269,6 +269,35 @@ class BackendVSA(ModelBackend): # We cannot handle this... return expr, condition + d...
Implemented some more cts_simplifiers. Implemented name() operation for BackendVSA.
angr_claripy
train
29036ea6b0e8147cf58c98e7bd93a1a5c83c44cc
diff --git a/src/Middleware/FormatNegotiator.php b/src/Middleware/FormatNegotiator.php index <HASH>..<HASH> 100644 --- a/src/Middleware/FormatNegotiator.php +++ b/src/Middleware/FormatNegotiator.php @@ -109,10 +109,15 @@ class FormatNegotiator if ($format) { $request = Middleware::setAttribute($...
fixed FormatNegotiator execution order
oscarotero_psr7-middlewares
train
b86e6ba91832ab8e82c6ce68f95cb3edd9dc7e5d
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -5708,7 +5708,7 @@ function get_performance_info() { if (is_readable('/proc/loadavg') && $loadavg = @file('/proc/loadavg')) { list($server_load) = explode(' ', $loadavg[0]); ...
is_executable() doesn't exist in PHP/Win < <I>
moodle_moodle
train
c9ff4c0d081dac9f5f7d5c4a6cc8fde56372e3bf
diff --git a/lib/monitor.js b/lib/monitor.js index <HASH>..<HASH> 100644 --- a/lib/monitor.js +++ b/lib/monitor.js @@ -70,10 +70,15 @@ module.exports = function(cmd, cwd, logger, logFile, cb) { cb = null; } }, 200); + + setTimeout(function() { + watcher.on('change', kill); + }, 15000); ...
Added tiemout for the change task.
nearform_process-container
train
d45aa81853e68f658c6481f532391e0dfdb50172
diff --git a/js/contentmanager.js b/js/contentmanager.js index <HASH>..<HASH> 100644 --- a/js/contentmanager.js +++ b/js/contentmanager.js @@ -26,11 +26,19 @@ jQuery(document).ready(function() { return; } + var inverseProperties = { + 'sioc:has_container': 'sioc:contain...
Map all inverse relations we're interested in
bergie_ViePalsu
train
98c26160ed3c97461b43a76984465765670dc3c1
diff --git a/lib/bit_utils/pure_ruby.rb b/lib/bit_utils/pure_ruby.rb index <HASH>..<HASH> 100644 --- a/lib/bit_utils/pure_ruby.rb +++ b/lib/bit_utils/pure_ruby.rb @@ -8,13 +8,13 @@ module BitUtils # @note not intended for direct use. # module PureRuby - + extend self - + def count_integer(num) ...
stop debug echoback in pure Ruby version
jkr2255_bit_utils
train
1dbf1d8e148aefeefe18ac5bd1f1a982d007434e
diff --git a/packages/ember/tests/routing/query_params_test.js b/packages/ember/tests/routing/query_params_test.js index <HASH>..<HASH> 100644 --- a/packages/ember/tests/routing/query_params_test.js +++ b/packages/ember/tests/routing/query_params_test.js @@ -405,7 +405,7 @@ if (Ember.FEATURES.isEnabled("query-params"))...
Updated test code to avoid deprecation warning during tests
emberjs_ember.js
train
1c73cdd2a699dde67dcfddda123c0655c24c627c
diff --git a/models/classes/runner/QtiRunnerService.php b/models/classes/runner/QtiRunnerService.php index <HASH>..<HASH> 100644 --- a/models/classes/runner/QtiRunnerService.php +++ b/models/classes/runner/QtiRunnerService.php @@ -28,6 +28,8 @@ use oat\taoDelivery\model\execution\ServiceProxy; use oat\taoDelivery\mode...
set base url back in test data on runtime
oat-sa_extension-tao-testqti
train
9ede8b86260d7cc00b9e4479b4e38a23a64b59c1
diff --git a/pages/spec/requests/refinery/admin/pages_spec.rb b/pages/spec/requests/refinery/admin/pages_spec.rb index <HASH>..<HASH> 100644 --- a/pages/spec/requests/refinery/admin/pages_spec.rb +++ b/pages/spec/requests/refinery/admin/pages_spec.rb @@ -521,7 +521,7 @@ module Refinery Refinery::Pages.st...
Create child directly against parent_page using FactoryGirl.attributes_for(:page)
refinery_refinerycms
train
ae6a1c3b220885e4587cdfbad96be03bfddd1422
diff --git a/raiden/network/proxies/token_network.py b/raiden/network/proxies/token_network.py index <HASH>..<HASH> 100644 --- a/raiden/network/proxies/token_network.py +++ b/raiden/network/proxies/token_network.py @@ -10,7 +10,6 @@ from eth_utils import ( to_hex, to_normalized_address, ) -from gevent.event ...
Use lock to prevent concurrent channel opening attempts
raiden-network_raiden
train
df20a64d5e2ac5dc725445ea0662f6723e550563
diff --git a/src/program/types/Literal.js b/src/program/types/Literal.js index <HASH>..<HASH> 100644 --- a/src/program/types/Literal.js +++ b/src/program/types/Literal.js @@ -27,13 +27,17 @@ export default class Literal extends Node { program.addWord( stringify( this.value ) ); } - minify ( code, chars ) { + min...
handle special case of integer property access (#<I>)
Rich-Harris_butternut
train
b7a663fbb2f88907af68953436b09b3b163386ee
diff --git a/addon/query/odata-adapter.js b/addon/query/odata-adapter.js index <HASH>..<HASH> 100644 --- a/addon/query/odata-adapter.js +++ b/addon/query/odata-adapter.js @@ -317,7 +317,13 @@ export default class ODataAdapter extends BaseAdapter { throw new Error(`Unsupported key type '${meta.keyType}'.`); ...
Add meta information about source type of enum from the backend
Flexberry_ember-flexberry-data
train
f447e64ab3765d96174a7771f627651548a95bfa
diff --git a/lxd/networks.go b/lxd/networks.go index <HASH>..<HASH> 100644 --- a/lxd/networks.go +++ b/lxd/networks.go @@ -1565,6 +1565,51 @@ func networkShutdown(s *state.State) error { return nil } +// networkRestartOVN is used to trigger a restart of all OVN networks. +func networkRestartOVN(s *state.State) err...
lxd/network: Add networkRestartOVN
lxc_lxd
train
1d0f6613f63c0ba299a8b5a262977a769c2d48c4
diff --git a/simple_math.py b/simple_math.py index <HASH>..<HASH> 100644 --- a/simple_math.py +++ b/simple_math.py @@ -408,16 +408,16 @@ def take_home_pay(gross_pay, employer_match, taxes_and_fees): http://www.mrmoneymustache.com/2015/01/26/calculating-net-worth/ Args: - gross_pay: float, gross month...
Added the enforcing of floats in the take_home_pay and savings_rate functions.
bbusenius_Diablo-Python
train
3a2992b0c2594a7aefb3879626e0d6d20d41498e
diff --git a/src/Components/Apollo/Process.php b/src/Components/Apollo/Process.php index <HASH>..<HASH> 100644 --- a/src/Components/Apollo/Process.php +++ b/src/Components/Apollo/Process.php @@ -20,6 +20,7 @@ class Process implements CustomProcessInterface 'class' => self::class, 'r...
check to see if apollo process is enabled
hhxsv5_laravel-s
train
899fe7a3752553e9e279168f9a371ade78e41f76
diff --git a/lib/navigation/systems.rb b/lib/navigation/systems.rb index <HASH>..<HASH> 100644 --- a/lib/navigation/systems.rb +++ b/lib/navigation/systems.rb @@ -57,7 +57,7 @@ module Navigation def systems_navigation [ { :key => :general, - :name =>N_("General"), + :name =>N_("De...
Renamed menu General to Details to conform with other pages
Katello_katello
train
dd99010748c79068e35b38e17e3f518bc3fda37e
diff --git a/tests/tests-hz37/src/main/java/com/hazelcast/simulator/tests/network/MockIOService.java b/tests/tests-hz37/src/main/java/com/hazelcast/simulator/tests/network/MockIOService.java index <HASH>..<HASH> 100644 --- a/tests/tests-hz37/src/main/java/com/hazelcast/simulator/tests/network/MockIOService.java +++ b/t...
Fixed issue in MockIOService due to change in core
hazelcast_hazelcast-simulator
train
8799d3457c2bb8086eaada17549d09607a1c98f7
diff --git a/scripts/build.js b/scripts/build.js index <HASH>..<HASH> 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -249,7 +249,7 @@ const svgTpl = fs.readFileSync( ).toString(); function diffSVG() { - exec(`git diff HEAD ${baseFolder}${folderSrc}${fileNameSrc}.csv`, + exec(`git diff HEAD ${baseFolder}$...
build(build.js): makes sure only changed names or hex values show up in the changes.svg file switches from src to output csv file to avoid having changes every time a meta field changes
meodai_color-names
train
e3c4ea72bbe7b029bc3123c37e4cbb16148c6220
diff --git a/client/src/main/java/org/craftercms/profile/impl/domain/Subscriptions.java b/client/src/main/java/org/craftercms/profile/impl/domain/Subscriptions.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/org/craftercms/profile/impl/domain/Subscriptions.java +++ b/client/src/main/java/org/craftercms/prof...
CRAFTERCMS-<I>: Fixed Spelling mistake
craftercms_profile
train
6fc67ddb9aa60588978f760e418fc3c6a36fc9c4
diff --git a/repl/gitcommit.go b/repl/gitcommit.go index <HASH>..<HASH> 100644 --- a/repl/gitcommit.go +++ b/repl/gitcommit.go @@ -1,2 +1,2 @@ package zygo -func init() { GITLASTTAG = "v4.7.1"; GITLASTCOMMIT = "e70616f5777308bdcdc1f6f2dbe53c9cae854466" } +func init() { GITLASTTAG = "v4.7.1"; GITLASTCOMMIT = "b3846743c...
ft. by hand package.zy
glycerine_zygomys
train
795649fe92f254be3ac698faf750dfa3ba0a08a9
diff --git a/src/tabs/tabs.js b/src/tabs/tabs.js index <HASH>..<HASH> 100644 --- a/src/tabs/tabs.js +++ b/src/tabs/tabs.js @@ -48,8 +48,8 @@ export class MdTabs { fireTabSelectedEvent(e) { // fix Materialize tab indicator (see: https://github.com/Dogfalo/materialize/pull/2809) - // happens only when the Wa...
chore(md-tabs): clarify comment on where timeout comes from (for "fix tab style)
aurelia-ui-toolkits_aurelia-materialize-bridge
train
6638919bc8b47f2a9332b5c3ec8a83e8571218cb
diff --git a/app/Functions/FunctionsPrintFacts.php b/app/Functions/FunctionsPrintFacts.php index <HASH>..<HASH> 100644 --- a/app/Functions/FunctionsPrintFacts.php +++ b/app/Functions/FunctionsPrintFacts.php @@ -353,9 +353,12 @@ class FunctionsPrintFacts } // Use the supplied re...
Fix: #<I> - ASSO:RELA tag not translated when used as label
fisharebest_webtrees
train
6e2584416c2dadf1bdf2463d7301f252b8679726
diff --git a/lib/model/activityobject.js b/lib/model/activityobject.js index <HASH>..<HASH> 100644 --- a/lib/model/activityobject.js +++ b/lib/model/activityobject.js @@ -417,7 +417,7 @@ ActivityObject.compressProperty = function(obj, name, callback) { } if (!_.isObject(obj[name])) { - callback(new E...
Better toString() for activity objects and more validation
pump-io_pump.io
train
aefced69ee1c532486bf430f257ba29ca72b2ff2
diff --git a/httprunner/__init__.py b/httprunner/__init__.py index <HASH>..<HASH> 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -4,4 +4,8 @@ __description__ = "One-stop solution for HTTP(S) testing." __all__ = ["__version__", "__description__"] import sentry_sdk + sentry_sdk.init("https://cc6...
feat: add version tag for sentry
HttpRunner_HttpRunner
train
0d03618c1b2c84f82ef89482b216d26c8d6838fe
diff --git a/lib/mail-receiver/receiver.rb b/lib/mail-receiver/receiver.rb index <HASH>..<HASH> 100644 --- a/lib/mail-receiver/receiver.rb +++ b/lib/mail-receiver/receiver.rb @@ -24,7 +24,7 @@ module MailReceiver end def merge_request? - @merge_request ||= hash_data[:t].downcase == 'm' + @merge_re...
Fix hash[:t] will nil bug in sometimes
huacnlee_gitlab-mail-receiver
train
147426571666e3b49d6e7b4ad01a2209656e21df
diff --git a/middleware/error-handler.js b/middleware/error-handler.js index <HASH>..<HASH> 100644 --- a/middleware/error-handler.js +++ b/middleware/error-handler.js @@ -11,21 +11,15 @@ var config = require(p.join(PWD, 'server/config/error-handler')); module.exports = function errorHandler(error, req, res, next) { ...
Clean up error-handler a little bit, and moved redirect on <I>'s into hats/membership.
thecodebureau_epiphany
train
7c4247524716538357de71c1aed68ab24dd2be62
diff --git a/coursera/coursera_dl.py b/coursera/coursera_dl.py index <HASH>..<HASH> 100644 --- a/coursera/coursera_dl.py +++ b/coursera/coursera_dl.py @@ -734,6 +734,14 @@ def parse_args(args=None): help='only download resources which match this regex' '...
coursera/coursera_dl: Add CLI option for video resolution. This is clearly marked to be only for on-demand videos and only a few resolutions allowed (but we actually don't filter the resolutions, since, say, coursera may start offering <I>p videos and the user might very well try to use that before we have an opportun...
coursera-dl_coursera-dl
train
04f819d877b6bde4eee5aace72eb3059fa5ea896
diff --git a/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php b/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php index <HASH>..<HASH> 100644 --- a/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php +++ b/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php @@ -23,6 +23,7 @@...
[fix] update code to work with <I> and fix #<I>
schmittjoh_serializer
train
c9b9920792841153ad441c37a0378a8bed24c71d
diff --git a/src/GovTribe/LaravelKinvey/Client/Plugins/KinveyEntityPathRewritePlugin.php b/src/GovTribe/LaravelKinvey/Client/Plugins/KinveyEntityPathRewritePlugin.php index <HASH>..<HASH> 100644 --- a/src/GovTribe/LaravelKinvey/Client/Plugins/KinveyEntityPathRewritePlugin.php +++ b/src/GovTribe/LaravelKinvey/Client/Plu...
When accessing files, send the correct Kinvey API version.
GovTribe_laravel-kinvey
train
10142fb062dbe5281128fd0ed1818bd757489763
diff --git a/test/affected_rows_test_sqlserver.rb b/test/affected_rows_test_sqlserver.rb index <HASH>..<HASH> 100644 --- a/test/affected_rows_test_sqlserver.rb +++ b/test/affected_rows_test_sqlserver.rb @@ -20,7 +20,7 @@ class AffectedRowsTestSqlserver < ActiveRecord::TestCase assert_equal "1 updated", Topic.find(...
Fixed test_affected_rows. delete_all assumed that there was nothing in the Topics table apart from the 2 things we expected, which might not be the case. So switching to a delete call with id's mean we are actuall testing something where we know the expected result.
rails-sqlserver_activerecord-sqlserver-adapter
train
84c8f6b3326a56d396a11627b3dc422c294aef54
diff --git a/bin/nginx.js b/bin/nginx.js index <HASH>..<HASH> 100755 --- a/bin/nginx.js +++ b/bin/nginx.js @@ -2,6 +2,7 @@ 'use strict'; +require('colors'); var commander = require('commander'); var install = require('../lib/install'); @@ -33,15 +34,20 @@ program .command('start') .description('Serve con...
Log information about the server to the console upon start
bripkens_proxrox
train
dce2aad43217d8c74370aa8bc4ed0abf7042e8c3
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -206,21 +206,11 @@ function buildAndServe(req, res, relativeFilePath) { res.end(transpilation); } else { - builder.compile(relativeFilePath).then((output) => { - const source = ` - ...
get rid of crazy double request hack, allow loading of modules with one request, should work in dev and prod
lastmjs_zwitterion
train
c4311e90ff763bf45af62fe09a8f67c3e4184aa1
diff --git a/crane/config.go b/crane/config.go index <HASH>..<HASH> 100644 --- a/crane/config.go +++ b/crane/config.go @@ -10,6 +10,7 @@ import ( "os" "path" "path/filepath" + "strings" ) type Config interface { @@ -58,14 +59,20 @@ func findConfig(location string) string { } } else { // Relative config ...
support config files at the filesystem root Conflicts: crane/config.go
michaelsauter_crane
train
e744b62f490dfd2c891d105dc57f45cec83f18b1
diff --git a/libnetwork/drivers/bridge/setup_ip_forwarding.go b/libnetwork/drivers/bridge/setup_ip_forwarding.go index <HASH>..<HASH> 100644 --- a/libnetwork/drivers/bridge/setup_ip_forwarding.go +++ b/libnetwork/drivers/bridge/setup_ip_forwarding.go @@ -48,7 +48,7 @@ func setupIPForwarding(enableIPTables bool) error {...
Update setup_ip_forwarding.go
moby_moby
train
6bff5cbd835e3e37091d6ff4b817f083722814e1
diff --git a/src/Guzzle/Http/Plugin/Md5ValidatorPlugin.php b/src/Guzzle/Http/Plugin/Md5ValidatorPlugin.php index <HASH>..<HASH> 100644 --- a/src/Guzzle/Http/Plugin/Md5ValidatorPlugin.php +++ b/src/Guzzle/Http/Plugin/Md5ValidatorPlugin.php @@ -55,46 +55,53 @@ class Md5ValidatorPlugin implements Observer public func...
[Http] Making the Content-MD5 validation plugin more readable and adding more test coverage
guzzle_guzzle3
train
13782c99e20b354378b49f07af20764805a4b853
diff --git a/sysfs/fs_test.go b/sysfs/fs_test.go index <HASH>..<HASH> 100644 --- a/sysfs/fs_test.go +++ b/sysfs/fs_test.go @@ -13,3 +13,10 @@ func TestFilesystemOpen(t *testing.T) { gobottest.Assert(t, err, nil) var _ File = file } + +func TestFilesystemStat(t *testing.T) { + SetFilesystem(&NativeFilesystem{}) + f...
sysfs: increase test coverage
hybridgroup_gobot
train
11b13b40af14c00d6c341a02af90b04237b3a61c
diff --git a/src/Saft/Addition/ARC2/Store/ARC2.php b/src/Saft/Addition/ARC2/Store/ARC2.php index <HASH>..<HASH> 100644 --- a/src/Saft/Addition/ARC2/Store/ARC2.php +++ b/src/Saft/Addition/ARC2/Store/ARC2.php @@ -353,6 +353,17 @@ class ARC2 extends AbstractSparqlStore 'table-prefix' => 'saft_' ), $t...
fix #<I> - check for set connection credentials (ARC2)
SaftIng_Saft
train
fc740782ccd00c943ac0a4e8184014c51741ffdb
diff --git a/src/main/java/io/nats/client/impl/NatsConnection.java b/src/main/java/io/nats/client/impl/NatsConnection.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/nats/client/impl/NatsConnection.java +++ b/src/main/java/io/nats/client/impl/NatsConnection.java @@ -218,9 +218,11 @@ class NatsConnection impleme...
Added servers to connect exception Fixes #<I>
nats-io_java-nats
train
8c79490edb0517fd04ae48df953fac4dc58ff01f
diff --git a/fsm/client.go b/fsm/client.go index <HASH>..<HASH> 100644 --- a/fsm/client.go +++ b/fsm/client.go @@ -171,17 +171,15 @@ func (c *client) findExecution(id string) (*swf.WorkflowExecution, error) { } } } - -func (c *client) GetState(id string) (string, interface{}, error) { +func (c *client) GetStateFo...
add GetStateForRun that takes a runID too
sclasen_swfsm
train
13e33bbbd9c8bde9568097c6984d525e2e42e505
diff --git a/go/vt/vtgate/vtgate.go b/go/vt/vtgate/vtgate.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/vtgate.go +++ b/go/vt/vtgate/vtgate.go @@ -76,7 +76,7 @@ var ( warnPayloadSize = flag.Int("warn_payload_size", 0, "The warning threshold for query payloads in bytes. A payload greater than this threshold wil...
default to false for system settings to be changed per session at the database connection level
vitessio_vitess
train
48afdb65171b89d126cac6fac305c1cb193dea40
diff --git a/SoftLayer/managers/cci.py b/SoftLayer/managers/cci.py index <HASH>..<HASH> 100644 --- a/SoftLayer/managers/cci.py +++ b/SoftLayer/managers/cci.py @@ -371,7 +371,8 @@ class CCIManager(IdentifierMixin, object): if kwargs.get('ssh_keys'): order = self.guest.generateOrderTemplate(create_o...
Fixing return value for CCIs ordered with SSH keys
softlayer_softlayer-python
train
6d8a66f3e3e4ac023fda28a19115877441ab41b5
diff --git a/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java b/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java +++ b/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java @@ -21,7 +21,7 @@ package...
core: Mark InternalNotifyOnServerBuilder @Internal It is misnamed if it is @ExperimentalApi. Even being @Internal is strange, since nothing in io.grpc actually uses it and so it could actually be in io.grpc.internal. I'm not trying to fix the API, but just make it slightly more consistent.
grpc_grpc-java
train
b76abcd2431b8b97dd1383c80b85f423c3c11d29
diff --git a/test/e2e_node/remote/utils.go b/test/e2e_node/remote/utils.go index <HASH>..<HASH> 100644 --- a/test/e2e_node/remote/utils.go +++ b/test/e2e_node/remote/utils.go @@ -78,7 +78,7 @@ func setupCNI(host, workspace string) error { // configureFirewall configures iptable firewall rules. func configureFirewal...
Remove the typo in the logs while configuring firewall for node e2e
kubernetes_kubernetes
train
938e8d9f1bdb64eaeff5819bb7028efc4fe2bef2
diff --git a/classes/QueryMonitor.php b/classes/QueryMonitor.php index <HASH>..<HASH> 100644 --- a/classes/QueryMonitor.php +++ b/classes/QueryMonitor.php @@ -29,7 +29,13 @@ class QueryMonitor extends QM_Plugin { parent::__construct( $file ); # Load and register built-in collectors: - foreach ( apply_filters( ...
Add associative keys to the array passed to the `qm/built-in-collectors` filter. Fixes #<I>.
johnbillion_query-monitor
train
2c0bd31c15f77d9d21cd044ce04cdb005845097e
diff --git a/src/layout.js b/src/layout.js index <HASH>..<HASH> 100644 --- a/src/layout.js +++ b/src/layout.js @@ -48,7 +48,9 @@ var gene_layout = function() { // genes_layout.scale(scale); // } - slot_keeper(new_genes, old_elements); + if (genes_layout.keep_slots()) { + ...
slot_keeper is now an option in the genome layout
tntvis_tnt.genome
train
60ee4087455bc7c5ae4e407ccc4cc1d02e330ec3
diff --git a/examples/plot_casino_example.py b/examples/plot_casino_example.py index <HASH>..<HASH> 100644 --- a/examples/plot_casino_example.py +++ b/examples/plot_casino_example.py @@ -33,7 +33,7 @@ from hmmlearn import hmm gen_model = hmm.MultinomialHMM(n_components=2, random_state=99) # the first state is the f...
[ENH, MRG] Add Dirichlet random priors in example (#<I>) * [ENH, MRG] Add Dirichlet random priors in example * use old numpy rng
hmmlearn_hmmlearn
train
4429540995b061cf120b6468ce76cbb44fcaba9c
diff --git a/activerecord/test/cases/associations/cascaded_eager_loading_test.rb b/activerecord/test/cases/associations/cascaded_eager_loading_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/associations/cascaded_eager_loading_test.rb +++ b/activerecord/test/cases/associations/cascaded_eager_loading_t...
failing test for eager loading cherry-picked from <URL>
rails_rails
train
42988549e363122409cb46eecb60ed577aa4bd4f
diff --git a/.idea/workspace.xml b/.idea/workspace.xml index <HASH>..<HASH> 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,7 +23,6 @@ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change before...
fix: still dealing with version issues related to starting octane on master. :-(
onehilltech_ember-cli-mdc
train
1084605456d1469abfe81127ef403d6013ce2d5c
diff --git a/src/main/java/org/joda/beans/gen/BeanCodeGen.java b/src/main/java/org/joda/beans/gen/BeanCodeGen.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/joda/beans/gen/BeanCodeGen.java +++ b/src/main/java/org/joda/beans/gen/BeanCodeGen.java @@ -43,7 +43,8 @@ public class BeanCodeGen { String inde...
Improve logging during generation git-svn-id: <URL>
JodaOrg_joda-beans
train
a4419b4d36a8f7345f6c1ff6ee97c69de91c164c
diff --git a/consensus/poet/engine/sawtooth_poet_engine/engine.py b/consensus/poet/engine/sawtooth_poet_engine/engine.py index <HASH>..<HASH> 100644 --- a/consensus/poet/engine/sawtooth_poet_engine/engine.py +++ b/consensus/poet/engine/sawtooth_poet_engine/engine.py @@ -15,7 +15,6 @@ import logging import queue -im...
Cancel PoET block on BlockNotReady Instead of retrying indefinitely, cancel the block if a BlockNotReady status is returned. Retrying indefinitely can cause the validator to hang because, if there are no valid batches with which to create a new block, the PoET engine will never consider any new blocks.
hyperledger_sawtooth-core
train
cb21a08fad9bf235d287632f3ddfee848023a545
diff --git a/eZ/Publish/Core/Persistence/Solr/Content/Search/SortClauseVisitor/LocationDepth.php b/eZ/Publish/Core/Persistence/Solr/Content/Search/SortClauseVisitor/LocationDepth.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Solr/Content/Search/SortClauseVisitor/LocationDepth.php +++ b/eZ/Publish/Co...
Fixed: sorting on a location property must be on the main one
ezsystems_ezpublish-kernel
train
9ad439bada8e40008b821cea96cc456631a61a54
diff --git a/luigi/worker.py b/luigi/worker.py index <HASH>..<HASH> 100644 --- a/luigi/worker.py +++ b/luigi/worker.py @@ -101,7 +101,7 @@ class TaskProcess(multiprocessing.Process): Mainly for convenience since this is run in a separate process. """ def __init__(self, task, worker_id, result_queue, trackin...
Renames TaskProcess.random_seed to TaskProcess.use_multiprocessing
spotify_luigi
train
3eb2e2fb62d3035f30c5f874a363a3c39a80e1e7
diff --git a/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php b/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php +++ b/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php @@ -4...
added check to find out if contact is an employee
sulu_sulu
train
b3a215e3e1d7bf526033e3c8befdbf3c8777b645
diff --git a/heron/api/src/java/org/apache/heron/api/Config.java b/heron/api/src/java/org/apache/heron/api/Config.java index <HASH>..<HASH> 100644 --- a/heron/api/src/java/org/apache/heron/api/Config.java +++ b/heron/api/src/java/org/apache/heron/api/Config.java @@ -181,8 +181,12 @@ public class Config extends HashMap<...
Add packing related configs (#<I>)
apache_incubator-heron
train
499d1f5ee6b61688b1c9849ee4b36e544fcd8b50
diff --git a/Entity/Event.php b/Entity/Event.php index <HASH>..<HASH> 100644 --- a/Entity/Event.php +++ b/Entity/Event.php @@ -108,7 +108,7 @@ class Event $builder->addDateAdded(); - $builder->addContact(true, null); + $builder->addNamedField('contact', 'integer', 'contact_id', true); } ...
[ENG-<I>] Remove foreign key constraint.
TheDMSGroup_mautic-contact-client
train
270c9e61646f4fe45e01b06e45dde15ea0856106
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( install_requires = [ 'django', + 'shopify', ], zip_safe = True,
Add the ShopifyAPI package as a dependency.
discolabs_django-shopify-auth
train
20728f551c2a429fc7c29c6ac17b3f44b57526b9
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/number_helper.rb +++ b/actionpack/lib/action_view/helpers/number_helper.rb @@ -69,7 +69,7 @@ module ActionView number.gsu...
remove user-specified delimiter from start when no area code is present (in number_to_phone)
rails_rails
train
d21d6203e68e144ecf722ab8fa48b6c80d96be52
diff --git a/src/connectors/hits-per-page/__tests__/connectHitsPerPage-test.js b/src/connectors/hits-per-page/__tests__/connectHitsPerPage-test.js index <HASH>..<HASH> 100644 --- a/src/connectors/hits-per-page/__tests__/connectHitsPerPage-test.js +++ b/src/connectors/hits-per-page/__tests__/connectHitsPerPage-test.js @...
fix(hitsPerPage): update lifecycle state (#<I>)
algolia_instantsearch.js
train
cec8e56751419d548ccba1bbb794b5e3c6ec0a82
diff --git a/src/Gobie/Regex/RegexFacade.php b/src/Gobie/Regex/RegexFacade.php index <HASH>..<HASH> 100644 --- a/src/Gobie/Regex/RegexFacade.php +++ b/src/Gobie/Regex/RegexFacade.php @@ -4,6 +4,14 @@ namespace Gobie\Regex; /** * Facade over static drivers to use them in object method calls and DI. + * + * @method ...
Add phpdoc to RegexFacade class for unified API methods
Gobie_regex
train
05afe0ae1abf9d3f6ef5581f805acb22801eaf73
diff --git a/saltcloud/config.py b/saltcloud/config.py index <HASH>..<HASH> 100644 --- a/saltcloud/config.py +++ b/saltcloud/config.py @@ -77,7 +77,9 @@ def cloud_config(path, env_var='SALT_CLOUD_CONFIG', defaults=None): entry = os.path.join(os.path.dirname(path), entry) if os.path.isdir(entry):...
Update the deploy dir entry in the list, it's path might have been made absolute.
saltstack_salt
train
9ffaec64d8a9ebc8dbb3a1f363d1b46a38fd77dd
diff --git a/zipline/transforms/utils.py b/zipline/transforms/utils.py index <HASH>..<HASH> 100644 --- a/zipline/transforms/utils.py +++ b/zipline/transforms/utils.py @@ -55,6 +55,21 @@ class InvalidWindowLength(Exception): pass +def check_window_length(window_length): + """ + Ensure the window length pr...
MAINT: Factor out check for window length value sanity. Preparing for BatchTransform not using EventWindow, so factoring out the checks for window length into a function that can be shared.
quantopian_zipline
train
59d3b4c15b82ea66409ea3c791e9abd3d04066c1
diff --git a/session/filesync/filesync.go b/session/filesync/filesync.go index <HASH>..<HASH> 100644 --- a/session/filesync/filesync.go +++ b/session/filesync/filesync.go @@ -68,14 +68,15 @@ func (sp *fsSyncProvider) handle(method string, stream grpc.ServerStream) error opts, _ := metadata.FromContext(stream.Conte...
session: better backwards compatibility with old servers
moby_buildkit
train
eb0a4b5833476b51417a7047b5fb6e05843ff05b
diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/application/agent.rb +++ b/lib/puppet/application/agent.rb @@ -108,7 +108,10 @@ Puppet::Application.new(:agent) do exit(1) return end - Puppet.notice cert.f...
Fixing fingerprint tests to work with new log validation
puppetlabs_puppet
train
9450776561743fb2bf764e9ad1971a8f6477bd9d
diff --git a/fault/assert_immediate.py b/fault/assert_immediate.py index <HASH>..<HASH> 100644 --- a/fault/assert_immediate.py +++ b/fault/assert_immediate.py @@ -9,7 +9,9 @@ def assert_immediate(cond, success_msg=None, failure_msg=None, severity="error", success_msg (optional): passed to $display on success ...
Update assert_immediate.py
leonardt_fault
train
7e5ac3eca7ce508b90d9ee866537367f87f254ee
diff --git a/lib/moped/node.rb b/lib/moped/node.rb index <HASH>..<HASH> 100644 --- a/lib/moped/node.rb +++ b/lib/moped/node.rb @@ -566,7 +566,7 @@ module Moped nodes.flatten.compact.each do |peer| node = Node.new(peer, options) node.credentials.merge!(@credentials) - peers.push(node) + ...
Dont include peers if node already in the list Node was leaking was duplicating nodes on the peers list.
mongoid_moped
train
cfd22fcb82eed96e1964f675752d19bd081fa734
diff --git a/werkzeug/testsuite/debug.py b/werkzeug/testsuite/debug.py index <HASH>..<HASH> 100644 --- a/werkzeug/testsuite/debug.py +++ b/werkzeug/testsuite/debug.py @@ -90,11 +90,11 @@ class DebugReprTestCase(WerkzeugTestCase): def test_broken_repr(self): class Foo(object): def __repr__(sel...
Stop relying on the message text of ZeroDivisionError in tests. The test for broken_repr relied on the message text of ZeroDivisionError, which is different on pypy (just "integer division", not "integer division or modulo"). This causes a test failure. Fix this by explicitly raising an exception with a message we pro...
pallets_werkzeug
train
67d2917dee4b6966b8178726ce5a563fa63949ad
diff --git a/delphi/program_analysis/autoTranslate/scripts/fortran_syntax.py b/delphi/program_analysis/autoTranslate/scripts/fortran_syntax.py index <HASH>..<HASH> 100644 --- a/delphi/program_analysis/autoTranslate/scripts/fortran_syntax.py +++ b/delphi/program_analysis/autoTranslate/scripts/fortran_syntax.py @@ -53,13...
Converted regexes into raw strings in fortran_syntax.py to suppress warning messages from pytest
ml4ai_delphi
train
75c047d60419f5035d0e8cc553d1bd50fde20ebd
diff --git a/cherrypy/_cprequest.py b/cherrypy/_cprequest.py index <HASH>..<HASH> 100644 --- a/cherrypy/_cprequest.py +++ b/cherrypy/_cprequest.py @@ -274,10 +274,11 @@ class Request(object): # Process the headers into self.headers for name, value in self.header_list: value = value.strip(...
Added support for RFC <I> encoding and decoding of header values.
cherrypy_cheroot
train
2c479bf78186f03aa38972234c4f55ea681cb2b4
diff --git a/rig/machine_control/consts.py b/rig/machine_control/consts.py index <HASH>..<HASH> 100644 --- a/rig/machine_control/consts.py +++ b/rig/machine_control/consts.py @@ -6,9 +6,9 @@ SCP_PORT = 17893 # TODO Reference spec SDP_HEADER_LENGTH = 8 # TODO Reference spec. """The number of bytes making up the head...
Changes suggested by @mossblaser And proof that I can program, sometimes.
project-rig_rig
train
5948d1a939537a32f3047953a9318557d84a33f5
diff --git a/lib/redfish_plus/dsl.rb b/lib/redfish_plus/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/redfish_plus/dsl.rb +++ b/lib/redfish_plus/dsl.rb @@ -464,7 +464,6 @@ module RedfishPlus def replicant_client_config(domain, host_application, replicant_application) prefix = "#{host_application}/replicant/c...
Remove default configuration for setting that will not be relevant for next release of replicant. Should not impact existing replicant versions as default value matches the derived value if not present
realityforge_redfish
train
d872c3de6e54a29e5cee789620194bf8204018bd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -30,6 +30,7 @@ function cleanup () { if (oldCache) { return exec(shellEscape(['npm', 'config', 'set', 'cache', oldCache])) } + return Promise.resolve() } function getDeps () {
fix potential undefined error in cleanup()
nolanlawson_slow-deps
train
d76ce4280258ca130837b3711eec74c7dbb6e9cb
diff --git a/test/rbbt/util/test_misc.rb b/test/rbbt/util/test_misc.rb index <HASH>..<HASH> 100644 --- a/test/rbbt/util/test_misc.rb +++ b/test/rbbt/util/test_misc.rb @@ -58,7 +58,7 @@ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae a...
Fix typo in test_fingerprint
mikisvaz_rbbt-util
train
ebca266d10febb5ab5ca0cfbcd0dfbff2f2c2170
diff --git a/src/server/template-renderer/index.js b/src/server/template-renderer/index.js index <HASH>..<HASH> 100644 --- a/src/server/template-renderer/index.js +++ b/src/server/template-renderer/index.js @@ -181,7 +181,7 @@ export default class TemplateRenderer { } return this.prefetchFiles.map(file =>...
fix: prefetch should not have `as` attribute (#<I>)
IOriens_wxml-transpiler
train
2d17f578752d255a829546e7fff1b199c1158ea8
diff --git a/domain/app/src/main/java/io/motown/domain/app/axon/MotownRoutingKeyResolver.java b/domain/app/src/main/java/io/motown/domain/app/axon/MotownRoutingKeyResolver.java index <HASH>..<HASH> 100644 --- a/domain/app/src/main/java/io/motown/domain/app/axon/MotownRoutingKeyResolver.java +++ b/domain/app/src/main/ja...
Made MotownRoutingKeyResolver more flexible with regards to fallback resolver type
motown-io_motown
train
88f79baabac1308b0853955fce936cabe4b6eb78
diff --git a/salt/cloud/clouds/vmware.py b/salt/cloud/clouds/vmware.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/vmware.py +++ b/salt/cloud/clouds/vmware.py @@ -338,3 +338,41 @@ def list_resourcepools(kwargs=None, call=None): obj_view.Destroy() return {'Resource Pools': resource_pools} + + +def li...
Adding list_networks() to be able to list all networks
saltstack_salt
train
2177424e1de0f797675420af485fdcd193b0012a
diff --git a/pipenv/cli.py b/pipenv/cli.py index <HASH>..<HASH> 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -2024,40 +2024,38 @@ def check(three=None, python=False): else: click.echo(crayons.green('Passed!')) - # This part only works on Python 3. - if (python_version(which('python')) or '')....
should work on all pythons now
pypa_pipenv
train
8c0a7f72d1734c701a334cbb5ed914f1cc6ad068
diff --git a/cheroot/test/conftest.py b/cheroot/test/conftest.py index <HASH>..<HASH> 100644 --- a/cheroot/test/conftest.py +++ b/cheroot/test/conftest.py @@ -36,6 +36,8 @@ def http_server(): """Provision a server creator as a fixture.""" def start_srv(): bind_addr = yield + if bind_addr is No...
Fix http_server test fixture in skipped mode
cherrypy_cheroot
train
e4f70f1ddea7066b23dc0e5850726818c11b655b
diff --git a/packages/spark-core/components/tabs.js b/packages/spark-core/components/tabs.js index <HASH>..<HASH> 100644 --- a/packages/spark-core/components/tabs.js +++ b/packages/spark-core/components/tabs.js @@ -94,8 +94,10 @@ const bindUIEvents = (element) => { event.preventDefault(); tabpanels[getAct...
fixed tab bug with home / end keys
sparkdesignsystem_spark-design-system
train
b63748a479079e8b69f00c3cc2452eb7165592cf
diff --git a/pyverilog/ast_code_generator/codegen.py b/pyverilog/ast_code_generator/codegen.py index <HASH>..<HASH> 100644 --- a/pyverilog/ast_code_generator/codegen.py +++ b/pyverilog/ast_code_generator/codegen.py @@ -116,6 +116,7 @@ class ASTCodeGenerator(ConvertVisitor): 'lsb' : self.visit(node.lsb), ...
codegen.py is updated: if the width of a signal is 1, it omits the explicit declaration.
PyHDI_Pyverilog
train
c33c03e80cbe9f27274b45fe55f93bad3af988fb
diff --git a/activemodel/test/cases/type/big_integer_test.rb b/activemodel/test/cases/type/big_integer_test.rb index <HASH>..<HASH> 100644 --- a/activemodel/test/cases/type/big_integer_test.rb +++ b/activemodel/test/cases/type/big_integer_test.rb @@ -12,7 +12,7 @@ module ActiveModel def test_small_values ...
remove warning from big integer test This removes the following warnings. ``` activemodel/test/cases/type/big_integer_test.rb:<I>: warning: ambiguous first argument; put parentheses or a space even after `-' operator ```
rails_rails
train
50fc809f35000218474c57eedb5d313424de971c
diff --git a/Classes/Lightwerk/SurfRunner/Domain/Model/Application/TYPO3/CMS/DeployApplication.php b/Classes/Lightwerk/SurfRunner/Domain/Model/Application/TYPO3/CMS/DeployApplication.php index <HASH>..<HASH> 100644 --- a/Classes/Lightwerk/SurfRunner/Domain/Model/Application/TYPO3/CMS/DeployApplication.php +++ b/Classes...
[TASK] Adds lightwerk.surftasks:git:removedeploybranch to finalize stage
lightwerk_SurfRunner
train
18a5287094ed0ddf6493c1d8ab53c1eb118432b9
diff --git a/Tank/ConsoleWorker.py b/Tank/ConsoleWorker.py index <HASH>..<HASH> 100644 --- a/Tank/ConsoleWorker.py +++ b/Tank/ConsoleWorker.py @@ -172,7 +172,7 @@ class ConsoleTank: self.core.add_artifact_file(conf_file, True) else: for config_file in self.options.conf...
Remove another configs migrator call
yandex_yandex-tank
train
0b766a7e4328b20996a85cf028ba40648286a683
diff --git a/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java b/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java +++ b/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java @@ -42,6 +42,...
SimonStewart: Locating firefox resources relative to the firefox packages r<I>
SeleniumHQ_selenium
train