hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8feb1d2caa430f9adc49da10d728b9c0c380a64b
diff --git a/lib/fabrication/generator/base.rb b/lib/fabrication/generator/base.rb index <HASH>..<HASH> 100644 --- a/lib/fabrication/generator/base.rb +++ b/lib/fabrication/generator/base.rb @@ -100,8 +100,6 @@ class Fabrication::Generator::Base _instance.save! if _instance.respond_to?(:save!) end - def post...
Remove unused Generator::Base#post_initialize method [fixes #<I>]
paulelliott_fabrication
train
9108e9965a4e9e2dfccb27ce4c5fc476a5be21bd
diff --git a/collector-http.go b/collector-http.go index <HASH>..<HASH> 100644 --- a/collector-http.go +++ b/collector-http.go @@ -180,7 +180,7 @@ func (c *HTTPCollector) append(span *zipkincore.Span) (newBatchSize int) { c.batch = append(c.batch, span) if len(c.batch) > c.maxBacklog { dispose := len(c.batch) - ...
fixed minor issue in log message. closes #<I>
openzipkin-contrib_zipkin-go-opentracing
train
cc99531d4cc6eb153812ea71f95d90e5546099b1
diff --git a/test/wpa_supplicant.js b/test/wpa_supplicant.js index <HASH>..<HASH> 100644 --- a/test/wpa_supplicant.js +++ b/test/wpa_supplicant.js @@ -29,7 +29,7 @@ describe('wpa_supplicant', function() { it('should stop the daemons', function(done) { wpa_supplicant.exec = function(command, callback) { ...
Kill any wpa_suplicant for this device This way will be able to kill wpa supplicants launched by other processes ifup / ifdown. Adding manual wpa_supplicant Launched in such way I can use wpa_cli to connect to wpasupplicant and send commands
bakerface_wireless-tools
train
16873b99f474dfd9d5b0970f9d5cc13411308991
diff --git a/lib/moo/model/box_data.rb b/lib/moo/model/box_data.rb index <HASH>..<HASH> 100644 --- a/lib/moo/model/box_data.rb +++ b/lib/moo/model/box_data.rb @@ -1,3 +1,4 @@ +require 'json' module Moo module Model class BoxData < Data @@ -9,6 +10,14 @@ module Moo end @colour = value e...
added BoxData.to_json
Najaf_moo.rb
train
1c1edfcf7df3e4d89e0cc6de202c878139937887
diff --git a/lib/AbstractView.php b/lib/AbstractView.php index <HASH>..<HASH> 100644 --- a/lib/AbstractView.php +++ b/lib/AbstractView.php @@ -301,6 +301,9 @@ abstract class AbstractView extends AbstractObject } $cutting_here=false; + $cutting_output=''; + + $this->initTemplateTags()...
obsoleted cut_region, changed how cut_* is gathering output Possibly incompatibilty with PHP <I>, is that bothering anyone?
atk4_atk4
train
52d0d99a27c1afc70e290e74549db7ce72db603d
diff --git a/api/app.go b/api/app.go index <HASH>..<HASH> 100644 --- a/api/app.go +++ b/api/app.go @@ -42,8 +42,18 @@ func getApp(name string, u *auth.User) (app.App, error) { func deploy(w http.ResponseWriter, r *http.Request, t auth.Token) error { version := r.PostFormValue("version") - if version == "" { - ret...
api: support version and archive-url parameters in the deploy handler It doesn't do anything yet. Related to #<I>.
tsuru_tsuru
train
eaa4c36aff234a3b9d247e189a04538162b5c1ad
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' * We fixed a bug where the API method `Sites.getPatternMatchSites` only returned a very limited number of websites ...
Fixes #<I> Deprecate the API.getLastDate method as it is un-used in Piwik
matomo-org_matomo
train
8170abd22dab861acef13f94c0d9473ae346cf14
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setup( description = 'Uses git for distributed active learning', author = 'Casey Law, Umaa Rebbapragada', author_email = 'caseyjlaw@gmail.com', - version = '0.37', + version = '0.38', u...
removed sklearn dep
caseyjlaw_activegit
train
a64daac6884f51dabcb6e7a058df66528816a80c
diff --git a/netmiko/base_connection.py b/netmiko/base_connection.py index <HASH>..<HASH> 100644 --- a/netmiko/base_connection.py +++ b/netmiko/base_connection.py @@ -176,7 +176,7 @@ class BaseConnection: session_log_record_writes: bool = False, session_log_file_mode: str = "write", allow_aut...
Improve encoding behavior (#<I>)
ktbyers_netmiko
train
a185e57ce5a7cf55a6eed1b21a2e3285ebfba109
diff --git a/languagetool-core/src/test/java/org/languagetool/rules/WordListValidatorTest.java b/languagetool-core/src/test/java/org/languagetool/rules/WordListValidatorTest.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/test/java/org/languagetool/rules/WordListValidatorTest.java +++ b/languagetool-core/s...
[core] white list persian character for diacritics rule
languagetool-org_languagetool
train
1b9713e40963ba394b97ad76fb9c57936a3f62c2
diff --git a/salt/modules/nova.py b/salt/modules/nova.py index <HASH>..<HASH> 100644 --- a/salt/modules/nova.py +++ b/salt/modules/nova.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ''' -Module for handling OpenStack Nova calls. +Module for handling OpenStack Nova calls :depends: - novaclient Python module :config...
Fixes for nova module Fixed a NameError and potential KeyError. Also added versionadded RST directives where appropriate.
saltstack_salt
train
735492f03feb9e0edbeeab38c218e20b23d3a527
diff --git a/manager/eris-mint/evm/vm.go b/manager/eris-mint/evm/vm.go index <HASH>..<HASH> 100644 --- a/manager/eris-mint/evm/vm.go +++ b/manager/eris-mint/evm/vm.go @@ -147,6 +147,30 @@ func (vm *VM) Call(caller, callee *Account, code, input []byte, value int64, gas return } +// DelegateCall is executed by the D...
erismint/vm: implement DelegateCall as scoped function
hyperledger_burrow
train
c5be1c29d9e6d9e1ef798c5ec2b67875a76f6aa4
diff --git a/lib/shortline.js b/lib/shortline.js index <HASH>..<HASH> 100644 --- a/lib/shortline.js +++ b/lib/shortline.js @@ -108,41 +108,31 @@ Shortline.prototype.ask = function ask(question, options) { }); } - var result = self.prompt(fullQuestion); - - if (options.default) { - result = result.then(fu...
Fix re-prompting on invalid answer Previously if the answer to a question was invalid, the conversion would be applied to the re-prompt result (which had already been converted). Fix this by removing a lot of unnecessary promise chaining.
kevinoid_travis-status
train
8ab0e510a695e1ba9d999a7be297efd188841cf4
diff --git a/src/Illuminate/Console/Scheduling/CallbackEvent.php b/src/Illuminate/Console/Scheduling/CallbackEvent.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Console/Scheduling/CallbackEvent.php +++ b/src/Illuminate/Console/Scheduling/CallbackEvent.php @@ -1,5 +1,6 @@ <?php namespace Illuminate\Console\Sched...
Add withoutOverlapping to scheduled commands.
laravel_framework
train
221bbf792e60de7cc6197612cd3fa3621893961a
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java b/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java +++ b/flink-runtime/src/main/java/org/apache/f...
[FLINK-<I>] Fail fatally if the TaskCancelerWatchDog encounters exception in run method If the TaskCancelerWatchDog encounters an exception in the run method, then we can no longer guarantee that it will do its job. Hence, it is best to fail fatally by letting the exception bubble up so that it is handled by the uncau...
apache_flink
train
a8ddf7ead7f89f20f30bf5ecfd27b623d182d66a
diff --git a/src/rez/util.py b/src/rez/util.py index <HASH>..<HASH> 100644 --- a/src/rez/util.py +++ b/src/rez/util.py @@ -621,12 +621,14 @@ def convert_old_command_expansions(command): return command +""" def convert_old_environment_variable_references(input_): def repl(matchobj): return "{en...
-removed use of `convert_old_environment_variable_references`, addresses issue #<I>.
nerdvegas_rez
train
7555787e9b259790802f71cf0ef96245249e0c4d
diff --git a/btrfs/test_btrfs.py b/btrfs/test_btrfs.py index <HASH>..<HASH> 100644 --- a/btrfs/test_btrfs.py +++ b/btrfs/test_btrfs.py @@ -2,9 +2,13 @@ # All rights reserved # Licensed under Simplified BSD License (see LICENSE) +# 3p +from nose.plugins.attrib import attr + # project from tests.checks.common impor...
[btrfs] this is a unix test, skip on appveyor.
DataDog_integrations-core
train
66c944982830cb650b2f2d994f68de85dcd7c9bd
diff --git a/graylog2-server/src/main/java/org/graylog/security/UserContext.java b/graylog2-server/src/main/java/org/graylog/security/UserContext.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog/security/UserContext.java +++ b/graylog2-server/src/main/java/org/graylog/security/UserContex...
Add hasAllPermission check to UserContext (#<I>) Checks if the user is permitted to do everything (aka admin permission)
Graylog2_graylog2-server
train
e0bcd0fc70763db5ddea8fd2972819fe16aa3007
diff --git a/src/php/wp-cli/wp-cli.php b/src/php/wp-cli/wp-cli.php index <HASH>..<HASH> 100755 --- a/src/php/wp-cli/wp-cli.php +++ b/src/php/wp-cli/wp-cli.php @@ -52,6 +52,9 @@ if ( !empty( $assoc_args['path'] ) ) { define( 'WP_ROOT', $_SERVER['PWD'] . '/' ); } +// Handle --url and --blog parameters +WP_CLI::_set_...
don't ignore --url param when calling wp db create. see #<I>
wp-cli_extension-command
train
c9095ae670d9fc7244ef8ecafa0afc19d25d8d76
diff --git a/mod/data/fields.php b/mod/data/fields.php index <HASH>..<HASH> 100755 --- a/mod/data/fields.php +++ b/mod/data/fields.php @@ -30,7 +30,7 @@ $id = optional_param('id', 0, PARAM_INT); // course module id $d = optional_param('d', 0, PARAM_INT); // database id $...
The menu to add fields is now more accessible
moodle_moodle
train
cfdfa0878675015a0db8abd85d22f562e3902d89
diff --git a/src/wtf/io/buffer.js b/src/wtf/io/buffer.js index <HASH>..<HASH> 100644 --- a/src/wtf/io/buffer.js +++ b/src/wtf/io/buffer.js @@ -488,11 +488,11 @@ wtf.io.Buffer.prototype.readAsciiString = function() { var offset = this.offset; var out = new Array(charCount); for (var n = 0; n < charCount; n++) {...
Fixing string parsing to do the fromCharCode at the end so that it generates better strings. This speeds up search in large dbs a bit.
google_tracing-framework
train
d8064087296a0a043dd5f37e7dd557eebe56637b
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -42,6 +42,7 @@ namespace :rabbit do def create_config_file(config_file, web_port) File.open("#{config_file}.config",'w') do |f| f.puts "[" + f.puts " {rabbit, [{channel_max, 1000}]}," f.puts " {rab...
publisher: fixed channel_max negotiation for servers which set channel_max
xing_beetle
train
0414620ffd58f5607b74ed8f227940cdd49f6bf2
diff --git a/rxandroidble/src/main/java/com/polidea/rxandroidble2/internal/scan/RxBleInternalScanResult.java b/rxandroidble/src/main/java/com/polidea/rxandroidble2/internal/scan/RxBleInternalScanResult.java index <HASH>..<HASH> 100644 --- a/rxandroidble/src/main/java/com/polidea/rxandroidble2/internal/scan/RxBleInterna...
Revert removal of ScanFilter match on cached device name
Polidea_RxAndroidBle
train
d28bf73c97c11cb02b5c264fe39895b7f8fadfb0
diff --git a/mr/src/main/java/org/elasticsearch/hadoop/rest/RestRepository.java b/mr/src/main/java/org/elasticsearch/hadoop/rest/RestRepository.java index <HASH>..<HASH> 100644 --- a/mr/src/main/java/org/elasticsearch/hadoop/rest/RestRepository.java +++ b/mr/src/main/java/org/elasticsearch/hadoop/rest/RestRepository.ja...
Improve message regarding nodes not being found
elastic_elasticsearch-hadoop
train
057c2c6bc4516ace97230465ea8f6ffafc9ba34e
diff --git a/lib/chef/knife/configure.rb b/lib/chef/knife/configure.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/configure.rb +++ b/lib/chef/knife/configure.rb @@ -75,7 +75,7 @@ class Chef config_file = File.expand_path(config_file) if File.exist?(config_file) - confirm("Overwrite #{...
Remove redundant "?" in knife configure RK: Obvious fix.
chef_chef
train
1e449656a8147b00b297f1272bc0c1d4a3d07704
diff --git a/check_api/src/main/java/com/google/errorprone/util/ASTHelpers.java b/check_api/src/main/java/com/google/errorprone/util/ASTHelpers.java index <HASH>..<HASH> 100644 --- a/check_api/src/main/java/com/google/errorprone/util/ASTHelpers.java +++ b/check_api/src/main/java/com/google/errorprone/util/ASTHelpers.ja...
Allow parens around nested lambdas PiperOrigin-RevId: <I>
google_error-prone
train
4d56cbf66c67b0bb08a36057c95dbd1a9d5aa22a
diff --git a/topologies/mongos.js b/topologies/mongos.js index <HASH>..<HASH> 100644 --- a/topologies/mongos.js +++ b/topologies/mongos.js @@ -254,10 +254,10 @@ function emitSDAMEvent(self, event, description) { } const SERVER_EVENTS = ['serverDescriptionChanged', 'error', 'close', 'timeout', 'parseError']; -functi...
refactor(mongos): support passing callback to `destroy`
mongodb_node-mongodb-native
train
f6459f1868866c95889cb290f18f5bfa5912fd4c
diff --git a/aikif/core_data.py b/aikif/core_data.py index <HASH>..<HASH> 100644 --- a/aikif/core_data.py +++ b/aikif/core_data.py @@ -15,7 +15,8 @@ def TEST(): print(e) # save a table - ev = CoreTable(fldr=os.getcwd(), tpe='Events', user='user01', header=['date', 'category', 'details']) + import ...
core data example saves to local log folder
acutesoftware_AIKIF
train
8ea67ce0e517febf97ab4948189eb0e5fe33387e
diff --git a/src/File.php b/src/File.php index <HASH>..<HASH> 100644 --- a/src/File.php +++ b/src/File.php @@ -11,7 +11,7 @@ use TusPhp\Exception\OutOfRangeException; class File { /** @const Max chunk size */ - const CHUNK_SIZE = 8192; // 8 bytes. + const CHUNK_SIZE = 8192; // 8 kilobytes. /** @cons...
Corrected bytes to kilobytes (#<I>)
ankitpokhrel_tus-php
train
1d3571d4c57f6087a051ac0d3422c5ee8000933a
diff --git a/lib/resolveScripts.js b/lib/resolveScripts.js index <HASH>..<HASH> 100644 --- a/lib/resolveScripts.js +++ b/lib/resolveScripts.js @@ -5,10 +5,10 @@ var versionMap = require('./version-map.json'); var defaultPaths = { 'jquery': Handlebars.compile('http://ajax.googleapis.com/ajax/libs/jquery/{{version}...
Change paths in resolveScripts.js to use v2 paths Also change mustache path to the correct can.view.mustache.system.js
canjs_can-compile
train
958f7f31c0f3be586ad0cec17a0ba595d8d44bd1
diff --git a/src/sap.m/src/sap/m/library.js b/src/sap.m/src/sap/m/library.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/library.js +++ b/src/sap.m/src/sap/m/library.js @@ -50,7 +50,7 @@ sap.ui.define([ "sap.m.BackgroundDesign", "sap.m.BarDesign", "sap.m.ButtonType", - "sap.m.CarouselArrowsAlign...
[INTERNAL][FIX] sap.m: fix names of listed types The listed types CarouselArrowsAlign and TileSizeBehaviour don't exist, the right names are CarouselArrowsPlacement and TileSizeBehaviour. Change-Id: I2f0efd8becccf<I>cf<I>e<I>fc5cbe<I>a<I>d<I>d1
SAP_openui5
train
97b8cfa2358bcc81e8e3dd10444bea7ed3a137bb
diff --git a/src/Behat/Mink/Driver/SahiDriver.php b/src/Behat/Mink/Driver/SahiDriver.php index <HASH>..<HASH> 100644 --- a/src/Behat/Mink/Driver/SahiDriver.php +++ b/src/Behat/Mink/Driver/SahiDriver.php @@ -240,7 +240,7 @@ class SahiDriver implements DriverInterface public function getCookie($name) { ...
return decoded cookie in sahi
minkphp_Mink
train
fea05c765df3b84bd229170de6ade0af8539351d
diff --git a/tests/logs_unittest.py b/tests/logs_unittest.py index <HASH>..<HASH> 100644 --- a/tests/logs_unittest.py +++ b/tests/logs_unittest.py @@ -31,8 +31,7 @@ from openquake import settings LOG_FILE_PATH = os.path.join(os.getcwd(), 'test_file_for_the_logs_module.log') -class LogsTestCase(unittest.TestCase): ...
Move Java stdout/stderr preservation to a separate class.
gem_oq-engine
train
39e3a34f8a3b23af7d1c64bb2a16a5a30bbc22c0
diff --git a/src/models/options/ParserOptions.js b/src/models/options/ParserOptions.js index <HASH>..<HASH> 100644 --- a/src/models/options/ParserOptions.js +++ b/src/models/options/ParserOptions.js @@ -2,6 +2,7 @@ import Immutable from 'immutable' export default class ParserOptions extends Immutable.Record({ n...
added version to model for parser options
luckymarmot_API-Flow
train
576229a8909cbb082f8b8aeba7a34616fc068b2a
diff --git a/indra/assemblers/pysb/assembler.py b/indra/assemblers/pysb/assembler.py index <HASH>..<HASH> 100644 --- a/indra/assemblers/pysb/assembler.py +++ b/indra/assemblers/pysb/assembler.py @@ -1052,19 +1052,14 @@ def complex_assemble_multi_way(stmt, model, agent_set, parameters): complex_assemble_default = compl...
Start unifying mod and demod policies
sorgerlab_indra
train
9e1d506a8cfedef2fdd605e4cbf4bf53651ad214
diff --git a/activesupport/lib/active_support/cache/mem_cache_store.rb b/activesupport/lib/active_support/cache/mem_cache_store.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/cache/mem_cache_store.rb +++ b/activesupport/lib/active_support/cache/mem_cache_store.rb @@ -15,9 +15,10 @@ module ActiveS...
Support options passed to ActiveSupport::Cache :mem_cache_store [#<I> state:resolved]
rails_rails
train
c73d5bf59b9dc20a6b0708f4d69b6c62f95c6e79
diff --git a/src/org/zaproxy/zap/view/MainToolbarPanel.java b/src/org/zaproxy/zap/view/MainToolbarPanel.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/view/MainToolbarPanel.java +++ b/src/org/zaproxy/zap/view/MainToolbarPanel.java @@ -294,7 +294,7 @@ public class MainToolbarPanel extends JPanel { @Ov...
Issue <I> - Title not updated when session name is changed through the main tool bar button "Session Properties..." Changed to show the dialogue using the method MenuFileControl#properties() (which already takes care to update the title).
zaproxy_zaproxy
train
16e2a411025c01b517020974cef6587bdbd957bf
diff --git a/tests/unit/views/oxshopcontrolTest.php b/tests/unit/views/oxshopcontrolTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/views/oxshopcontrolTest.php +++ b/tests/unit/views/oxshopcontrolTest.php @@ -347,7 +347,6 @@ class Unit_Views_oxShopControlTest extends OxidTestCase { oxTestModules::ad...
Reloading after saving category, as saving causes dependency event to fire and break the test.
OXID-eSales_oxideshop_ce
train
fa7cc42f0f1ef92f28d3bd0a9152c6623e7b0f59
diff --git a/web/undertow/src/main/java/org/seedstack/seed/undertow/internal/UndertowLauncher.java b/web/undertow/src/main/java/org/seedstack/seed/undertow/internal/UndertowLauncher.java index <HASH>..<HASH> 100644 --- a/web/undertow/src/main/java/org/seedstack/seed/undertow/internal/UndertowLauncher.java +++ b/web/und...
Update logging lines in undertow launcher
seedstack_seed
train
e3b1788aa3bf14d9c1192d4aa49dc0d2c60eb0d8
diff --git a/client/state/reader/posts/normalization-rules.js b/client/state/reader/posts/normalization-rules.js index <HASH>..<HASH> 100644 --- a/client/state/reader/posts/normalization-rules.js +++ b/client/state/reader/posts/normalization-rules.js @@ -135,11 +135,11 @@ const fastPostNormalizationRules = flow( [ r...
Reader: move dicoverFullBleedImages to AFTER detectMedia (#<I>)
Automattic_wp-calypso
train
ac0979449d8a5acea1640d4fc3465fd62a9ca872
diff --git a/openpnm/models/physics/ad_dif_mig_conductance.py b/openpnm/models/physics/ad_dif_mig_conductance.py index <HASH>..<HASH> 100644 --- a/openpnm/models/physics/ad_dif_mig_conductance.py +++ b/openpnm/models/physics/ad_dif_mig_conductance.py @@ -62,7 +62,8 @@ def ad_dif_mig(target, throat_valence = throat...
Using domain.throats instead of network.throats
PMEAL_OpenPNM
train
7d1a419a30f3b931b2d730034e78de9d2bf57d72
diff --git a/opentargets_validator/cli.py b/opentargets_validator/cli.py index <HASH>..<HASH> 100644 --- a/opentargets_validator/cli.py +++ b/opentargets_validator/cli.py @@ -39,13 +39,13 @@ def main(): if not args.schema: logger.error('A --schema <schemafile> has to be specified.') return 1 - ...
fix: validate argument missing if using with positioned arg file
opentargets_validator
train
d2d94b04cfd544c80b61377871763420e23a54d3
diff --git a/lib/venice/in_app_receipt.rb b/lib/venice/in_app_receipt.rb index <HASH>..<HASH> 100644 --- a/lib/venice/in_app_receipt.rb +++ b/lib/venice/in_app_receipt.rb @@ -55,7 +55,7 @@ module Venice @expires_at = Time.at(attributes['expires_date_ms'].to_i / 1000) if attributes['expires_date_ms'] # c...
Change @cancellation_date to @cancellation_at (#<I>)
nomad_venice
train
6a0ef1c3ae2b08542871f576a2bbd1d893268570
diff --git a/packages/girder-ui/src/admin/components/add-user/index.js b/packages/girder-ui/src/admin/components/add-user/index.js index <HASH>..<HASH> 100644 --- a/packages/girder-ui/src/admin/components/add-user/index.js +++ b/packages/girder-ui/src/admin/components/add-user/index.js @@ -7,11 +7,10 @@ import PersonIc...
Remove unused styling The PageHead and PageBody components take care of a lot of the needed layout styling. Remove redundant code.
OpenChemistry_oc-web-components
train
84ca4e25a3cd40dfdaa50743f7892fc28446dbc0
diff --git a/hazelcast/src/main/java/com/hazelcast/nio/tcp/TcpIpConnectionManager.java b/hazelcast/src/main/java/com/hazelcast/nio/tcp/TcpIpConnectionManager.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/nio/tcp/TcpIpConnectionManager.java +++ b/hazelcast/src/main/java/com/hazelcast/nio/t...
Disable spoofing checks by default (#<I>)
hazelcast_hazelcast
train
46bf85895569413118ccc2a87237e72f4d52af84
diff --git a/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php b/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php +++ b/src/system/modules/metamodelsattribute_tags/MetaMode...
Add bugfix. Change the "usedonly" from true to false to show all options in BE mode
MetaModels_attribute_tags
train
5a0a13aecc280f2beec151209a8486af19fb4b5f
diff --git a/src/Form/Field/Type/ObjectIdType.php b/src/Form/Field/Type/ObjectIdType.php index <HASH>..<HASH> 100644 --- a/src/Form/Field/Type/ObjectIdType.php +++ b/src/Form/Field/Type/ObjectIdType.php @@ -11,6 +11,7 @@ use Dms\Core\Form\IFieldProcessor; use Dms\Core\Model\IIdentifiableObjectSet; use Dms\Core\Model\...
Update the object ids to only accept integers for repository data sources
dms-org_core
train
7eb16db8e39f402e4fdb1de01fd8e65dd9ea17b5
diff --git a/.rubocop.yml b/.rubocop.yml index <HASH>..<HASH> 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,8 +2,7 @@ Layout/IndentArray: Enabled: false Metrics/BlockLength: - Exclude: - - spec/**/*.rb + Enabled: false Metrics/LineLength: Max: 100 diff --git a/lib/increments/schedule.rb b/lib/incr...
Support <I>-<I> season in .winter_vacation?
increments_increments-schedule
train
60dc6b17ac3e8ea1755363853a0c51de03bc2326
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ "phpro/grumphp": "^0.11.6", "phpstan/phpstan": "^0.8", "phpunit/phpunit": "^5.7", - "sensiolabs/security-checker": "^4.1" + "sensiolabs/security-check...
Add missing phpcd; fix types of Security [#<I>]
bunq_sdk_php
train
2844ce4f9dd0669c7e84234744519184d5da80e5
diff --git a/luaparser/__init__.py b/luaparser/__init__.py index <HASH>..<HASH> 100644 --- a/luaparser/__init__.py +++ b/luaparser/__init__.py @@ -1 +1 @@ -__version__ = '2.0.2' +__version__ = '2.1.2'
version: bump to <I>
boolangery_py-lua-parser
train
2f88b3c2b482dd15c2abe1c67a142ddfcb9d8501
diff --git a/acceptance/lib/puppet/acceptance/install_utils.rb b/acceptance/lib/puppet/acceptance/install_utils.rb index <HASH>..<HASH> 100644 --- a/acceptance/lib/puppet/acceptance/install_utils.rb +++ b/acceptance/lib/puppet/acceptance/install_utils.rb @@ -151,7 +151,7 @@ module Puppet platform_configs...
(maint) Ensure AIO pre-suite uses PC1 repositories Prior to this we were installing repositories for products/devel or main (for rpms and debs respectively). Now AIO packages will be in a repository called PC1. This adds checks to the repository set up steps so that PC1 will be tried first. Once packaging is fully sw...
puppetlabs_puppet
train
fb54bddae9d460e227bfff77724e066b4a0ca522
diff --git a/redis/typing.py b/redis/typing.py index <HASH>..<HASH> 100644 --- a/redis/typing.py +++ b/redis/typing.py @@ -16,7 +16,7 @@ EncodedT = Union[bytes, memoryview] DecodedT = Union[str, int, float] EncodableT = Union[EncodedT, DecodedT] AbsExpiryT = Union[int, datetime] -ExpiryT = Union[float, timedelta] +E...
Fix type hint annotations of expire time (#<I>) * fix typehint annotations of expire time. `ExpiryT` includes `float` type, but params of expiry-time (`ex`, `px`) for methods such as `set`, `expire`, `setnx`, etc. , should be `int`, not `float`. * add `IntExpiryT` annotation. * minor fix. * minor fix.
andymccurdy_redis-py
train
e5f96f67ab9c523bececaae528b6021df86223ef
diff --git a/lib/extensions/debugger/debugger.rb b/lib/extensions/debugger/debugger.rb index <HASH>..<HASH> 100644 --- a/lib/extensions/debugger/debugger.rb +++ b/lib/extensions/debugger/debugger.rb @@ -62,7 +62,14 @@ def get_variables(scope) vars = eval(prefix + cmd, $_binding) $_s.write("VSTART:#{vartype}\n...
debugger extension: watch list improved, log cleaned
rhomobile_rhodes
train
dbe649c69f084d3e9500fd1e07869392b5e1749e
diff --git a/spec/integration/ssh_spec.rb b/spec/integration/ssh_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/ssh_spec.rb +++ b/spec/integration/ssh_spec.rb @@ -39,25 +39,20 @@ describe Gas::Ssh do it 'should detect when an id_rsa is already in the .gas directory', :current => true do Gas:...
commented out some junk in a before filter that probably can be removed
walle_gas
train
3f17e433191497b5b2692bbad93ea0db52e416aa
diff --git a/devices/osram.js b/devices/osram.js index <HASH>..<HASH> 100644 --- a/devices/osram.js +++ b/devices/osram.js @@ -83,7 +83,7 @@ module.exports = [ model: 'AC03642', vendor: 'OSRAM', description: 'SMART+ CLASSIC A 60 TW', - extend: extend.ledvance.light_onoff_brightness_col...
Add color temp range for AC<I> (#<I>) * Update osram.js AC<I> doesn't suppport color_temp_startup and temperature-range is <I>-<I> mired. * Update osram.js
Koenkk_zigbee-shepherd-converters
train
c0d762748ec2186d5c51613c3af94b08ce52b6fe
diff --git a/Main.py b/Main.py index <HASH>..<HASH> 100755 --- a/Main.py +++ b/Main.py @@ -21,13 +21,16 @@ def usage(): """ Prints the usage of the todo.txt CLI """ exit(1) -def arguments(): +def arguments(p_start=2): """ Retrieves all values from the argument list starting from the given pos...
When the default subcommand is invoked, make sure that all arguments are passed to that subcommand. This is achieved by overriding the start position of where to take the arguments in argv.
bram85_topydo
train
d6d55233100c28e3524df9005bbd821653b345f1
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -475,7 +475,7 @@ function QTip(target, options, id, attr) isAncestor = elem.parents(selector).filter(tooltip[0]).length > 0; if(elem[0] !== target[0] && elem[0] !== tooltip[0] && !isAncestor && - ...
Update src/core.js Prevent hiding qTip on unfocus (document click) when it is disabled
qTip2_qTip2
train
79e774e9642ea38c62b090353e1156959f1ff492
diff --git a/source/php/AcfFields/json/mod-contacts.json b/source/php/AcfFields/json/mod-contacts.json index <HASH>..<HASH> 100644 --- a/source/php/AcfFields/json/mod-contacts.json +++ b/source/php/AcfFields/json/mod-contacts.json @@ -188,11 +188,11 @@ "class": "", ...
Removes the requirement of a phone number
helsingborg-stad_Modularity
train
026c7401c3953c644ba8a58ec5bfa474a5ead774
diff --git a/docroot/sites/default/settings.php b/docroot/sites/default/settings.php index <HASH>..<HASH> 100644 --- a/docroot/sites/default/settings.php +++ b/docroot/sites/default/settings.php @@ -712,6 +712,37 @@ if (isset($_ENV['AH_SITE_ENVIRONMENT'])) { // if (file_exists(__DIR__ . '/settings.dev.php')) { /...
Add settings for legacy db for Acquia
ymcatwincities_openy
train
3c7f41c913c2a934b78238ef373990b0eaf7ccf9
diff --git a/src/Auth/FootprintAwareTrait.php b/src/Auth/FootprintAwareTrait.php index <HASH>..<HASH> 100644 --- a/src/Auth/FootprintAwareTrait.php +++ b/src/Auth/FootprintAwareTrait.php @@ -141,8 +141,7 @@ trait FootprintAwareTrait */ protected function _getUserInstanceFromArray($user) { - $prim...
Minimize unnecessary validation/guarding
UseMuffin_Footprint
train
c0a8e9a1530b9c367d51599ca985e4fd4d8f20b3
diff --git a/cassandra_test.go b/cassandra_test.go index <HASH>..<HASH> 100644 --- a/cassandra_test.go +++ b/cassandra_test.go @@ -612,13 +612,6 @@ func injectInvalidPreparedStatement(t *testing.T, session *Session, table string TypeInfo: &TypeInfo{ Type: TypeVarchar, }, - }, ColumnInfo{ - Keyspace: "go...
Removed extraneous query args that cause the test to fail now that the arg length is being checked
gocql_gocql
train
835cc3a696231a49fcd85b4e7f479a158d5a8b74
diff --git a/lib/beanstalk_client.js b/lib/beanstalk_client.js index <HASH>..<HASH> 100644 --- a/lib/beanstalk_client.js +++ b/lib/beanstalk_client.js @@ -44,8 +44,9 @@ BeanstalkJob.create = function(data) { // ##Internal command object -function BeanstalkCommand(obj) { +function BeanstalkCommand(obj, isRaw) { t...
Added a new flag 'isRaw' to the constructor so, you can decide if your 'reserves' commands will return a String (isRaw=false) or a Bufffer (isRaw=true)
pascalopitz_nodestalker
train
9ae06199452606b4d54269dc67e3ea3db8459ce5
diff --git a/lib/phoney/formatter.rb b/lib/phoney/formatter.rb index <HASH>..<HASH> 100644 --- a/lib/phoney/formatter.rb +++ b/lib/phoney/formatter.rb @@ -92,7 +92,7 @@ module PhoneNumber return format(input, prefix.gsub(/[\\+0-9]/, '#'), fill: '') if input =~ regexp - if (input.st...
Only a few weird edge cases failing. The rest works well now.
haberbyte_phoney
train
964b7bba7f5878c79130479f75461c58dd0c4b3e
diff --git a/pandas/io/tests/json/test_pandas.py b/pandas/io/tests/json/test_pandas.py index <HASH>..<HASH> 100644 --- a/pandas/io/tests/json/test_pandas.py +++ b/pandas/io/tests/json/test_pandas.py @@ -1,4 +1,5 @@ # pylint: disable-msg=W0612,E1101 +import nose from pandas.compat import range, lrange, StringIO, Order...
TST: skip .to_json with encoding test as not implemented yet xref #<I> xref #<I>
pandas-dev_pandas
train
167188079fe09eb629ad803ce83cee957e016798
diff --git a/lib/haibu/drone/drone.js b/lib/haibu/drone/drone.js index <HASH>..<HASH> 100644 --- a/lib/haibu/drone/drone.js +++ b/lib/haibu/drone/drone.js @@ -151,6 +151,27 @@ Drone.prototype.clean = function (app, callback) { }); }; + +// +// ### function update (name, callback) +// #### @name {string} Name of t...
[api]: Added new API method drone.update for stopping a running drone, updating its source, and starting it back up.
nodejitsu_haibu
train
1fbf8144f85accc24629dff5c624ff606b249f70
diff --git a/src/EntityHelper/EntityCustomFieldTransformer.php b/src/EntityHelper/EntityCustomFieldTransformer.php index <HASH>..<HASH> 100644 --- a/src/EntityHelper/EntityCustomFieldTransformer.php +++ b/src/EntityHelper/EntityCustomFieldTransformer.php @@ -11,6 +11,10 @@ use Doctrine\ORM\EntityManager; */ class En...
[cleanup] save service values as private variables
EmchBerger_cube-custom-fields-bundle
train
9c2ae2d6ee984b82ab2db741fdccf800e20b4061
diff --git a/Lib/fontmake/font_project.py b/Lib/fontmake/font_project.py index <HASH>..<HASH> 100644 --- a/Lib/fontmake/font_project.py +++ b/Lib/fontmake/font_project.py @@ -154,7 +154,7 @@ class FontProject: otf_path = self._output_path(ufo, ext, is_instance, interpolatable) otf = otf_comp...
Fix GSUB/GPOS/GDEF compile I'm not sure how it was every working. If mti_paths is {}, then mtiFeaFiles=(mti_paths and mti_paths.get(name) will set mtiFeaFiles to {}, whereas ufo2ft expects None. Ie, we were getting no GSUB/GPOS/GDEF for any fonts that did NOT have mti sources.
googlefonts_fontmake
train
73c0b08d1c63fa282385114cb00d6519160f893b
diff --git a/djangoautoconf/auto_conf_admin_utils.py b/djangoautoconf/auto_conf_admin_utils.py index <HASH>..<HASH> 100644 --- a/djangoautoconf/auto_conf_admin_utils.py +++ b/djangoautoconf/auto_conf_admin_utils.py @@ -1,3 +1,4 @@ +import copy import inspect from django.conf import settings @@ -13,27 +14,16 @@ from...
Added normal admin. Fixed duplicated parent when customize admin site.
weijia_djangoautoconf
train
5360db86d94c6303362925627288fa1ad135c86f
diff --git a/scour/scour.py b/scour/scour.py index <HASH>..<HASH> 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -1471,7 +1471,7 @@ def _getStyle(node): def _setStyle(node, styleMap): u"""Sets the style attribute of a node to the dictionary ``styleMap``.""" - fixedStyle = ';'.join([prop + ':' + styleMap...
Fix the last instance of "list(dict.keys())"
scour-project_scour
train
248be82a78aa79a2cb9dc4b7017b76b76224bc31
diff --git a/spec/Crummy/Phlack/Common/HashSpec.php b/spec/Crummy/Phlack/Common/HashSpec.php index <HASH>..<HASH> 100644 --- a/spec/Crummy/Phlack/Common/HashSpec.php +++ b/spec/Crummy/Phlack/Common/HashSpec.php @@ -29,18 +29,8 @@ class HashSpec extends ObjectBehavior $this->__toString()->shouldReturn('{"text":...
refactor(Hash): Remove deprecated methods from Hash
mcrumm_phlack
train
482ef3c44e5211807ce2a45b06d839d15a887473
diff --git a/src/eventDispatchers/shared/customCallbackHandler.js b/src/eventDispatchers/shared/customCallbackHandler.js index <HASH>..<HASH> 100644 --- a/src/eventDispatchers/shared/customCallbackHandler.js +++ b/src/eventDispatchers/shared/customCallbackHandler.js @@ -1,4 +1,4 @@ -import { getters, state } from './.....
Update customCallbackHandler to work with more than two handler types
cornerstonejs_cornerstoneTools
train
2cf795464d1da7fbc6d77ba92c9813080c24d93c
diff --git a/pax-logging-api/src/main/java/org/apache/log4j/Category.java b/pax-logging-api/src/main/java/org/apache/log4j/Category.java index <HASH>..<HASH> 100644 --- a/pax-logging-api/src/main/java/org/apache/log4j/Category.java +++ b/pax-logging-api/src/main/java/org/apache/log4j/Category.java @@ -642,7 +642,7 @@ p...
[#<I>] Fix NPE when logging level is set to OFF (fixes #<I>)
ops4j_org.ops4j.pax.logging
train
b42a3843b6ebe86548392e6116e78aeda2c0a12a
diff --git a/legacy/Manager.php b/legacy/Manager.php index <HASH>..<HASH> 100644 --- a/legacy/Manager.php +++ b/legacy/Manager.php @@ -82,7 +82,7 @@ class Manager */ public function filePath($cacheId) { - $cacheId = DIRECTORY_SEPARATOR . trim($cacheId, [DIRECTORY_SEPARATOR]); + $cacheId = ...
fix get path (cherry picked from commit bda2b<I>ffa<I>f4a8a<I>a<I>d0b<I>e<I>)
bytic_cache
train
92aa8f122e1115fd26c7f0276c6e9c9fb217d448
diff --git a/knights/helpers.py b/knights/helpers.py index <HASH>..<HASH> 100644 --- a/knights/helpers.py +++ b/knights/helpers.py @@ -1,6 +1,7 @@ ''' Default helper functions ''' +from contextlib import contextmanager from functools import wraps from .library import Library @@ -23,6 +24,16 @@ def stringfilter(f...
Add forwrapper helper to help for tag
funkybob_knights-templater
train
61bf236a2cbe2eda6888563a2bd8baa5ce70b5e5
diff --git a/specs/Task.spec.php b/specs/Task.spec.php index <HASH>..<HASH> 100644 --- a/specs/Task.spec.php +++ b/specs/Task.spec.php @@ -46,6 +46,12 @@ describe("Task", function () { expect( $this->task->resource("@dummy", false) )->to->equal(42); }); + describe("name()", function() { + it("returns its name",...
Add name() method to Tasks and Resources
dirtsimple_imposer
train
08400b05f5f3e20c24c9222a9cb9216d1a76aea5
diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py index <HASH>..<HASH> 100644 --- a/PyFunceble/__init__.py +++ b/PyFunceble/__init__.py @@ -75,7 +75,7 @@ from PyFunceble.production import Production from PyFunceble.publicsuffix import PublicSuffix CURRENT_DIRECTORY = getcwd() + directory_separator -VERSI...
Fix issue regarding the way we check if a trailing directory separator is present or not
funilrys_PyFunceble
train
8a486a3769293fa26a77902d0a6853053fd8ad32
diff --git a/src/MigrationTrait.php b/src/MigrationTrait.php index <HASH>..<HASH> 100644 --- a/src/MigrationTrait.php +++ b/src/MigrationTrait.php @@ -5,17 +5,18 @@ use Cake\Core\Configure; use Cake\Utility\Inflector; use CsvMigrations\CsvMigrationsUtils; use CsvMigrations\CsvTrait; +use CsvMigrations\FieldHandlers\...
identify associated fields and get associated module using CsvField object (task #<I>)
QoboLtd_cakephp-csv-migrations
train
9cb0a45cbf5c1b2964cb7c095b9f87d94eb59c26
diff --git a/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectBuildersExecutor.java b/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectBuildersExecutor.java index <HASH>..<HASH> 100644 --- a/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectBuildersExecutor.java +++ b/sona...
SONAR-<I> Improve error log when there is a failure in a ProjectBuilder
SonarSource_sonarqube
train
4aa63584e8a0248935dcf153e735d9ee2dc3bd4e
diff --git a/salt/config.py b/salt/config.py index <HASH>..<HASH> 100644 --- a/salt/config.py +++ b/salt/config.py @@ -1823,7 +1823,7 @@ def get_id(opts, minion_id=False): if name.startswith(codecs.BOM): # Remove BOM if exists name = name.replace(codecs.BOM, '', 1) if...
Make this a debug line, we see it a lot and don't really care :)
saltstack_salt
train
059714d54737f613874ed60d578cf87f34201e44
diff --git a/src/shellingham/posix.py b/src/shellingham/posix.py index <HASH>..<HASH> 100644 --- a/src/shellingham/posix.py +++ b/src/shellingham/posix.py @@ -1,5 +1,6 @@ import collections import os +import platform import shlex import subprocess import sys @@ -30,11 +31,36 @@ def _get_process_mapping(): ret...
use /proc instead of ps on linux ps is not always available in minimum linux install, like in docker containers. This change avoid to the need to install the procps package.
sarugaku_shellingham
train
0159800364eada4cdb241c38182fca3ab6ce1bd9
diff --git a/Classes/Domain/Repository/CategoryRepository.php b/Classes/Domain/Repository/CategoryRepository.php index <HASH>..<HASH> 100644 --- a/Classes/Domain/Repository/CategoryRepository.php +++ b/Classes/Domain/Repository/CategoryRepository.php @@ -2,33 +2,16 @@ namespace Clickstorm\GoMapsExt\Domain\Repository...
[BUGFIX] extension scanner warnings
mhirdes_go_maps_ext
train
9c91e279338f4d8bf09e1f7f5904d34cd525b102
diff --git a/cmd/web.go b/cmd/web.go index <HASH>..<HASH> 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -368,6 +368,7 @@ func runWeb(ctx *cli.Context) { m.Combo("").Get(org.Settings). Post(bindIgnErr(auth.UpdateOrgSettingForm{}), org.SettingsPost) m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarF...
Added: Ability to delete org avatar.
gogs_gogs
train
289ce63a3e8c5f9efe7c47411a24757f15ba8c4d
diff --git a/test/standards/standards.py b/test/standards/standards.py index <HASH>..<HASH> 100644 --- a/test/standards/standards.py +++ b/test/standards/standards.py @@ -12,21 +12,22 @@ test_task_ansiblelint_success = Standard(dict( check = lintcheck('TEST0002'), name = "Test task lint success", version...
Update standards to use new types declaration types should be an array, not a comma separated string
willthames_ansible-review
train
fd942284fe190615d098af0b63e1698ef0969df1
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -543,9 +543,9 @@ func (c Client) executeMethod(method string, metadata requestMetadata) (res *htt // For errors verify if its retryable otherwise fail quickly. errResponse := ToErrorResponse(httpRespToErrorResponse(res, metada...
api: Check for Code 'InvalidRegion' for retrying with server Region. (#<I>)
minio_minio-go
train
7f4f62b2e1b19584b3bb9b7999af6f2d84e7ae43
diff --git a/lib/bud.rb b/lib/bud.rb index <HASH>..<HASH> 100644 --- a/lib/bud.rb +++ b/lib/bud.rb @@ -94,6 +94,7 @@ module Bud @budtime = 0 @inbound = [] @declarations = [] + @done_bootstrap = false @server = nil # Setup options (named arguments), along with default values @@ -168,10 +169...
Code cleanup for bootstrap. flush() during start_bud() is no longer necessary.
bloom-lang_bud
train
9fa96a5b67bd2f03b1940d649a618b4453cc9761
diff --git a/delphi/program_analysis/ProgramAnalysisGraph.py b/delphi/program_analysis/ProgramAnalysisGraph.py index <HASH>..<HASH> 100644 --- a/delphi/program_analysis/ProgramAnalysisGraph.py +++ b/delphi/program_analysis/ProgramAnalysisGraph.py @@ -147,3 +147,6 @@ class ProgramAnalysisGraph(nx.DiGraph): fo...
Attempting to get a PETPT ProgramAnalysisGraph working
ml4ai_delphi
train
c8c24eb77c2a64992c6fb65c78d214a554905bff
diff --git a/spring-social-core/src/main/java/org/springframework/social/connect/ConnectionKey.java b/spring-social-core/src/main/java/org/springframework/social/connect/ConnectionKey.java index <HASH>..<HASH> 100644 --- a/spring-social-core/src/main/java/org/springframework/social/connect/ConnectionKey.java +++ b/spri...
Polishing while porting to .NET
spring-projects_spring-social
train
64dc9cd7ef3db1ba77d4cd465f26434190e75956
diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js index <HASH>..<HASH> 100755 --- a/packages/simplebar/src/simplebar.js +++ b/packages/simplebar/src/simplebar.js @@ -439,10 +439,8 @@ export default class SimpleBar { this.axis.y.isOverflowing = this.elStyles.overflowY ===...
chore: remove check on overflow: scroll as it shouldn't be done
Grsmto_simplebar
train
a0d5cbd2f1fe4961fd2bd4c4a43f950430ac2806
diff --git a/servlet/src/main/java/io/undertow/servlet/handlers/ServletInitialHandler.java b/servlet/src/main/java/io/undertow/servlet/handlers/ServletInitialHandler.java index <HASH>..<HASH> 100644 --- a/servlet/src/main/java/io/undertow/servlet/handlers/ServletInitialHandler.java +++ b/servlet/src/main/java/io/undert...
WFLY-<I> reset the response before sending an error page
undertow-io_undertow
train
67e7f42714491fdacaacc3b26f9830a2e8c0f71b
diff --git a/src/gr/spinellis/umlgraph/doclet/View.java b/src/gr/spinellis/umlgraph/doclet/View.java index <HASH>..<HASH> 100644 --- a/src/gr/spinellis/umlgraph/doclet/View.java +++ b/src/gr/spinellis/umlgraph/doclet/View.java @@ -61,12 +61,23 @@ class View implements OptionProvider { globalOptions = new ArrayList<St...
"@match class" changes and some feedback on why we skip incorrect @match specifications
dspinellis_UMLGraph
train
8196d2d3b7989a451c99ca5a0bdf701489b462ed
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='Flask-RESTeasy', author='Clinton James', author_email='clinton.james@anuit.com', - url='https://www.github.com/jidn/flask-restful/', + url='https://www.github.com/jidn/flask-res...
Fix so the URL is now pointing at the correct GitHub project.
jidn_flask-resteasy
train
caf35816855b62f012d22f6ba73b9bf3de138b0a
diff --git a/src/WithoutOverlapping.php b/src/WithoutOverlapping.php index <HASH>..<HASH> 100644 --- a/src/WithoutOverlapping.php +++ b/src/WithoutOverlapping.php @@ -7,6 +7,23 @@ use Symfony\Component\Console\Output\OutputInterface; trait WithoutOverlapping { + public function getMutexStrategy() + { + ...
ICM: Formatted & getMutexName() method added.
dmitry-ivanov_laravel-console-mutex
train
5697744bda0633b08520a52a60bc83453d942792
diff --git a/tests/src/test/java/alluxio/master/file/ConcurrentFileSystemMasterTest.java b/tests/src/test/java/alluxio/master/file/ConcurrentFileSystemMasterTest.java index <HASH>..<HASH> 100644 --- a/tests/src/test/java/alluxio/master/file/ConcurrentFileSystemMasterTest.java +++ b/tests/src/test/java/alluxio/master/fi...
Make the concurrency test timeout based on the concurrency factor.
Alluxio_alluxio
train
7160c0a899220d8d7706a889c94a8eec7c442131
diff --git a/nolearn/lasagne/visualize.py b/nolearn/lasagne/visualize.py index <HASH>..<HASH> 100644 --- a/nolearn/lasagne/visualize.py +++ b/nolearn/lasagne/visualize.py @@ -152,20 +152,18 @@ def occlusion_heatmap(net, x, target, square_length=7): heat_array = np.zeros((s0, s1)) pad = square_length // 2 + ...
plot_occlusion how requires less memory.
dnouri_nolearn
train
b39d5ffb3881abd61194820481ee0ed8f21adc54
diff --git a/src/main/java/com/couchbase/lite/LiveQuery.java b/src/main/java/com/couchbase/lite/LiveQuery.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/LiveQuery.java +++ b/src/main/java/com/couchbase/lite/LiveQuery.java @@ -19,7 +19,7 @@ public final class LiveQuery extends Query implements D...
Fix toLiveQuery() ignoring some setted properties. It did not copy prefetch, all docs mode, inclusiveEnd and postFilter.
couchbase_couchbase-lite-java-core
train
aacca0c7e1473543912fd97f152a11ffe4e2e458
diff --git a/aws/resource_aws_vpc_dhcp_options_test.go b/aws/resource_aws_vpc_dhcp_options_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_vpc_dhcp_options_test.go +++ b/aws/resource_aws_vpc_dhcp_options_test.go @@ -90,6 +90,7 @@ func TestAccAWSDHCPOptions_basic(t *testing.T) { resource.ParallelTest(t, r...
tests/r/vpc_dhcp_options: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
15096313036f48d346c3f84981718f9176485727
diff --git a/src/main/java/net/jodah/failsafe/TimeoutExecutor.java b/src/main/java/net/jodah/failsafe/TimeoutExecutor.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/jodah/failsafe/TimeoutExecutor.java +++ b/src/main/java/net/jodah/failsafe/TimeoutExecutor.java @@ -110,10 +110,10 @@ class TimeoutExecutor exten...
Narrow the scheduler try/catch block in Timeout
jhalterman_failsafe
train
0a16cf21021bc85cccd743da84897d3abcbabfbe
diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php @@ -101,6...
improve handling router script paths The `server:run` command switches the working directory before starting the built-in web server. Therefore, the path to a custom router script had to be specified based on the document root path and not based on the user's working directory.
symfony_symfony
train
c9b79faf97f8520544712c4fab81e3679d4c0cd6
diff --git a/test/com/esotericsoftware/kryo/SerializationCompatTestData.java b/test/com/esotericsoftware/kryo/SerializationCompatTestData.java index <HASH>..<HASH> 100644 --- a/test/com/esotericsoftware/kryo/SerializationCompatTestData.java +++ b/test/com/esotericsoftware/kryo/SerializationCompatTestData.java @@ -218,7...
Fix test when building with JDK<I> (Locale providers changed in JDK<I> <URL>)
EsotericSoftware_kryo
train
e44a40f34d7f1ae6441b2eb263c06a87fdcfa855
diff --git a/lib/layout/position.js b/lib/layout/position.js index <HASH>..<HASH> 100644 --- a/lib/layout/position.js +++ b/lib/layout/position.js @@ -37,9 +37,7 @@ module.exports = function() { return self; function run(g) { - g = g.filterNodes(nodesFromList(g.nodes().filter(function(u) { - return !g.c...
Don't add rank to composite nodes
dagrejs_dagre
train