hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a1d6df7cce53ccd24ff1698133fa00c2b505160e
diff --git a/lib/rack/raw_upload.rb b/lib/rack/raw_upload.rb index <HASH>..<HASH> 100644 --- a/lib/rack/raw_upload.rb +++ b/lib/rack/raw_upload.rb @@ -24,6 +24,7 @@ module Rack def convert_and_pass_on(env) tempfile = Tempfile.new('raw-upload.') + tempfile = open(tempfile.path, "r+:BINARY") tem...
Fix for encoding problem with Ruby <I>. Unfortunately, I haven't been able to build a test for this
New-Bamboo_rack-raw-upload
train
4a35382e8fc896245d64c1374dc127cdc4a51cb3
diff --git a/fuzz.go b/fuzz.go index <HASH>..<HASH> 100644 --- a/fuzz.go +++ b/fuzz.go @@ -109,7 +109,7 @@ func NewFromGoFuzz(data []byte) *Fuzzer { // These functions are called sensibly, e.g., if you wanted custom string // fuzzing, the function `func(s *string, c fuzz.Continue)` would get // called and passed the...
chore: typo: NilChange -> NilChance (#<I>)
google_gofuzz
train
02c8ae7c109cfb9f346e184a72b562164dba7e03
diff --git a/remoting/src/main/java/hudson/remoting/Engine.java b/remoting/src/main/java/hudson/remoting/Engine.java index <HASH>..<HASH> 100644 --- a/remoting/src/main/java/hudson/remoting/Engine.java +++ b/remoting/src/main/java/hudson/remoting/Engine.java @@ -101,11 +101,12 @@ public class Engine extends Thread { ...
Strategy of trying multiple URLs was broken - gave up after the first. git-svn-id: <URL>
jenkinsci_jenkins
train
a22092b13695c44790bb443ac8b536965b1cdba3
diff --git a/daemon/daemon_windows.go b/daemon/daemon_windows.go index <HASH>..<HASH> 100644 --- a/daemon/daemon_windows.go +++ b/daemon/daemon_windows.go @@ -402,7 +402,9 @@ func restoreCustomImage(is image.Store, ls layer.Store, rs reference.Store) erro id, err := is.Create(config) if err != nil { - return ...
Fixing nanoserver image load bug. Fixes an issue that prevents nano server images from loading properly. Also updates logic for custom image loading to avoid preventing daemon start because an image failed to load.
containers_storage
train
2dc810c89844e4c7ff9e685e812ef6875495a577
diff --git a/src/Charcoal/Cms/News.php b/src/Charcoal/Cms/News.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Cms/News.php +++ b/src/Charcoal/Cms/News.php @@ -171,7 +171,7 @@ class News extends Content implements * @throws InvalidArgumentException * @return callable|null Route dispatcher */ - publ...
The Routable method has been renamed (handle_route => route_handler)
locomotivemtl_charcoal-cms
train
612a5afc244a2830698af64bcc8d0801b8883c74
diff --git a/tbapy/main.py b/tbapy/main.py index <HASH>..<HASH> 100644 --- a/tbapy/main.py +++ b/tbapy/main.py @@ -72,27 +72,40 @@ class TBA: """ return APIStatus(self._get('status')) - # TODO: Allow automatic getting of entire team list. - def teams(self, page, year=None, simple=False, keys=F...
Support fetching entire list of teams automatically
frc1418_tbapy
train
be1267ced5ebfd84737fb1869cab18ff5096455a
diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index <HASH>..<HASH> 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -85,7 +85,7 @@ var Defaults = Config{ Recommit: 3 * time.Second, }, TxPool: core.DefaultTxPoolConfig, - RPCGasCap: 25000000, + RPCGasCap: 50000000, ...
eth/ethconfig: bump the RPC gas cap to <I>M, since <I> exceeds <I>
ethereum_go-ethereum
train
ea5abc9935d6d9f915f837cdea850268f1df7f29
diff --git a/docs/storage/driver/swift/swift.go b/docs/storage/driver/swift/swift.go index <HASH>..<HASH> 100644 --- a/docs/storage/driver/swift/swift.go +++ b/docs/storage/driver/swift/swift.go @@ -742,6 +742,9 @@ func (w *writer) Close() error { if err := w.driver.createManifest(w.path, w.driver.Container+"/"+w.se...
wait for DLO segments to show up when Close()ing the writer Not just when Commit()ing the result. This fixes some errors I observed when the layer (i.e. the DLO) is Stat()ed immediately after closing, and reports the wrong file size because the container listing is not yet up-to-date.
docker_distribution
train
7387017a422b7c3951a68f54c5e6129a4b05ad58
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -109,8 +109,8 @@ function byRevision(a, b) { function * up(t, options) { const latestMigration = (yield current(t, Object.assign({}, options, {revision: undefined, verbose: false}))).pop() || {}; - const latestRevision = ...
let filenames start from <I>
floatdrop_migratio
train
0955aff086011d1de46e2f4312c3211f8dde6410
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,21 @@ setup( license="MIT", description="A Django field that automatically generates random slugs.", long_description="Generates unique random slugs using these characters " \ - "`abcdefghijklmn...
added classifiers to setup.py
mkrjhnsn_django-randomslugfield
train
032f640c819d0b68bbfe7d7e5cf4e471a209df4e
diff --git a/lib/fluent/parser.rb b/lib/fluent/parser.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/parser.rb +++ b/lib/fluent/parser.rb @@ -358,10 +358,22 @@ module Fluent value = (value == '') ? nil : value end if value and @null_value_pattern - value = (@null_value_pattern.mat...
fix. use String#scrub if include invalid byte sequence.
fluent_fluentd
train
4f3f1efaecc6531b2118f5dece7fe05bcebd1830
diff --git a/api/src/main/java/io/minio/MinioClient.java b/api/src/main/java/io/minio/MinioClient.java index <HASH>..<HASH> 100755 --- a/api/src/main/java/io/minio/MinioClient.java +++ b/api/src/main/java/io/minio/MinioClient.java @@ -959,6 +959,8 @@ public class MinioClient { len = 0; } + ...
Set Accept-Encoding to identity by default (#<I>) Fixes #<I>
minio_minio-java
train
2329bf9dc05e58aee6fc0549f2692f19a9b0fdba
diff --git a/lib/msbuild-finder.js b/lib/msbuild-finder.js index <HASH>..<HASH> 100644 --- a/lib/msbuild-finder.js +++ b/lib/msbuild-finder.js @@ -44,9 +44,11 @@ var msBuildFromWhere = function(pathRoot) { return ''; } +var detectMsBuild15Dir = function (pathRoot) { var wherePath = msBuildFromWhere(pathRoot) |...
Function Defintion Start missing detectMsBuild<I>Dir went missing
hoffi_gulp-msbuild
train
f7fe9a6c6338d9a4d23a61e8a140bd94dc048cb6
diff --git a/js/bittrex.js b/js/bittrex.js index <HASH>..<HASH> 100644 --- a/js/bittrex.js +++ b/js/bittrex.js @@ -299,7 +299,6 @@ module.exports = class bittrex extends Exchange { 'max': undefined, }, 'leverage': { - 'min': 1, ...
Removed min leverage field from describe.limits.leverage
ccxt_ccxt
train
1ffd8a86a4e14da059745d4b045541f43aaa43d4
diff --git a/src/Illuminate/Database/Schema/Builder.php b/src/Illuminate/Database/Schema/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Schema/Builder.php +++ b/src/Illuminate/Database/Schema/Builder.php @@ -69,7 +69,7 @@ class Builder { $table = $this->connection->getTablePrefix()....
[<I>] Allow Schema to select from write connection. (#<I>) This solves issue when using Schema::hasColumn() or Schema::hasTable() on a read write connection with huge latency.
laravel_framework
train
a72e0b16fd7bce80a1805c58a7f97c06a70d2eb8
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -242,7 +242,6 @@ class Parser extends Transform { if((chr === cr || chr === nl) && this.state.wasRowDelimiter === false ){ this.state.wasRowDelimiter = true } - let recordDelimiterLe...
parser: move record delimiter declaration
adaltas_node-csv-parse
train
bb8c758974909372b5272f5ffec93ff0b9d4e4c5
diff --git a/tests/Rollerworks/Bundle/PasswordStrengthBundle/Tests/Validator/PasswordRequirementsValidatorTest.php b/tests/Rollerworks/Bundle/PasswordStrengthBundle/Tests/Validator/PasswordRequirementsValidatorTest.php index <HASH>..<HASH> 100644 --- a/tests/Rollerworks/Bundle/PasswordStrengthBundle/Tests/Validator/Pas...
update PasswordRequirementsValidatorTest Test that empty value is valid
rollerworks_PasswordStrengthBundle
train
bd562b4c94c042886cea11b45c0b8fee7fc47428
diff --git a/bin/convert-argv.js b/bin/convert-argv.js index <HASH>..<HASH> 100644 --- a/bin/convert-argv.js +++ b/bin/convert-argv.js @@ -32,6 +32,14 @@ module.exports = function(optimist, argv, convertOptions) { var extensions = Object.keys(interpret.extensions).sort(function(a, b) { return a.length - b.length; ...
support `webpackfile.js`
webpack_webpack
train
32f13eb6b2ae265fb6a4e760fe331b69c8703a60
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,13 @@ from setuptools import find_packages, setup from os import path -from os import path this_directory = path.abspath(path.dirname(__file__)) -with open(path.join(this_directory, 'README.md'), encoding='utf-8'...
Fix python<I>/3 compatability issue with file open in utf8
a10networks_acos-client
train
d8e1789b643348441633d5fa539248334365ba06
diff --git a/core/src/main/java/com/graphhopper/routing/util/HikeFlagEncoder.java b/core/src/main/java/com/graphhopper/routing/util/HikeFlagEncoder.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/routing/util/HikeFlagEncoder.java +++ b/core/src/main/java/com/graphhopper/routing/util/HikeFlagEn...
allow fords for hike profile, #<I>
graphhopper_graphhopper
train
cba24a8f64bdab713c0982fd05d2e469ee23d2a3
diff --git a/lib/mail/message.rb b/lib/mail/message.rb index <HASH>..<HASH> 100644 --- a/lib/mail/message.rb +++ b/lib/mail/message.rb @@ -268,7 +268,7 @@ module Mail reply.references ||= bracketed_message_id end if subject - reply.subject = "RE: #{subject}" + reply.subjec...
RE: should be appended to the subject of a reply email only if a RE: does not already exist in the subject
mikel_mail
train
9aa3865c0a5cc77a1450263550097f71642ba3ba
diff --git a/lib/fluent/plugin/in_debug_agent.rb b/lib/fluent/plugin/in_debug_agent.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/in_debug_agent.rb +++ b/lib/fluent/plugin/in_debug_agent.rb @@ -34,6 +34,9 @@ module Fluent::Plugin def configure(conf) super + if system_config.workers > 1 + ...
Support multi worker environment in in_debug_agent in_debug_agent will listen sequential port number based on worker_id just like in_monitor_agent.
fluent_fluentd
train
1163030118e394c016c3a7dcac234c925ae00301
diff --git a/FlowCal/io.py b/FlowCal/io.py index <HASH>..<HASH> 100644 --- a/FlowCal/io.py +++ b/FlowCal/io.py @@ -1523,6 +1523,10 @@ class FCSData(np.ndarray): and 'CellQuest Pro' in fcs_file.text.get('CREATOR'): channel_detector_voltage = fcs_file.text.get('BD$WORD{}' \ ...
Added comments about casting PnV and PnG to float in FCSData.
taborlab_FlowCal
train
a5bbc126250260158f1538771349bc0ba303089f
diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index <HASH>..<HASH> 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -2056,6 +2056,9 @@ angular.module('syncthing.core') ...
gui: Sort versions by date in restore dropdown (#<I>)
syncthing_syncthing
train
a1f8f1077dfd0356afbca3748f8a4fd0bbc2b5fb
diff --git a/src/sortable.js b/src/sortable.js index <HASH>..<HASH> 100644 --- a/src/sortable.js +++ b/src/sortable.js @@ -76,7 +76,7 @@ angular.module('ui.sortable', []) // been created, either placeholder will be false if no // placeholder class was given or placeholder.element will be ...
Added extra check to test if placeholder.element is a function.
angular-ui_ui-sortable
train
22ad8ffc1eef0bf5b9a51d1e2aa8537e26a3f57c
diff --git a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/LibraryBuilder.java b/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/LibraryBuilder.java index <HASH>..<HASH> 100644 --- a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/LibraryBuilder.java +++ b/Src/java/cql-to-elm...
Recursively applyTargetMap for functions
cqframework_clinical_quality_language
train
30b0e4156afb5d62bdbb789a50630ab952f29b74
diff --git a/lib/stripe/api_resource.rb b/lib/stripe/api_resource.rb index <HASH>..<HASH> 100644 --- a/lib/stripe/api_resource.rb +++ b/lib/stripe/api_resource.rb @@ -4,7 +4,7 @@ module Stripe self.name.split('::')[-1] end - def self.url() + def self.url if self == APIResource raise ...
formatting. remove () from methods that don't have arguments
stripe_stripe-ruby
train
98cb94ae73d8bc8b7a307a1dbec23df8f04a35b7
diff --git a/tests/unit/grains/test_core.py b/tests/unit/grains/test_core.py index <HASH>..<HASH> 100644 --- a/tests/unit/grains/test_core.py +++ b/tests/unit/grains/test_core.py @@ -852,8 +852,7 @@ SwapTotal: 4789244 kB''' assert core.log.debug.call_args[0][2][0] == os.errno.EPERM assert core.l...
Update unit test on ignoring logging while file do not exist
saltstack_salt
train
d4edf00de4d7250e75a085e01ed700117b4df5ed
diff --git a/solve.py b/solve.py index <HASH>..<HASH> 100644 --- a/solve.py +++ b/solve.py @@ -10,9 +10,13 @@ import inspect import equations default_methods = ('ideal gas', 'hydrostatic', 'constant g', 'constant Lv') -all_methods = ('ideal gas', 'hydrostatic', 'constant g', 'constant Lv', - 'bolton',...
added automatic generation of all_methods in solve.py
atmos-python_atmos
train
c7cccf41b19a48ac9e16c4f53118a6b85c9cf1c7
diff --git a/tensorflow_datasets/core/units.py b/tensorflow_datasets/core/units.py index <HASH>..<HASH> 100644 --- a/tensorflow_datasets/core/units.py +++ b/tensorflow_datasets/core/units.py @@ -32,7 +32,7 @@ def size_str(size_in_bytes): If size_in_bytes is None, then returns "Unknown size". - For example `size...
Remove tfds.units from the public API. PiperOrigin-RevId: <I>
tensorflow_datasets
train
5e351d799ecdf8f3874e1c43cb06a4985b16e6a6
diff --git a/astrobase/hplc.py b/astrobase/hplc.py index <HASH>..<HASH> 100644 --- a/astrobase/hplc.py +++ b/astrobase/hplc.py @@ -810,6 +810,23 @@ def generate_hatpi_binnedlc_pkl(binnedpklf, textlcf, timebinsec, return None + +def parallel_gen_binnedlc_pkls(binnedpkldir, + te...
kbls: don't crash if spline fit to find a minimum fails
waqasbhatti_astrobase
train
abab9c70bd8811f5ee2a89d284bf44f674e2ab51
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,16 @@ configuration file, you have some alternatives: By default the preferences will use the public email address of the authenticated GitHub user. If the public email address is not set, the field will be...
Allow selection of a preferred mail address The first address matching the optional preferred_email_domain will be used instead of the primary address. Add two more test cases to test selecting an email address using a preferred email domain.
trac-hacks_trac-github
train
aa5d7ad7911fa5712ad05deb478507bd2558736c
diff --git a/lib/chef/knife/solo_cook.rb b/lib/chef/knife/solo_cook.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/solo_cook.rb +++ b/lib/chef/knife/solo_cook.rb @@ -185,9 +185,14 @@ class Chef ui.warn "Berkshelf could not be loaded" ui.warn "Please add the berkshelf gem to your Gemfile or in...
Allow Berkshelf path to be configured Default to temporary directory. TODO: - Tests - Remove tmpdir after syncing - Documentation
matschaffer_knife-solo
train
2d847e8580a61e14ea3ff09f79969395d634df74
diff --git a/modules/activiti-secure-javascript/src/main/java/org/activiti/scripting/secure/behavior/SecureJavascriptTaskActivityBehavior.java b/modules/activiti-secure-javascript/src/main/java/org/activiti/scripting/secure/behavior/SecureJavascriptTaskActivityBehavior.java index <HASH>..<HASH> 100644 --- a/modules/act...
fix execution of script task with secure scripting
Activiti_Activiti
train
75f55a352ba7ea1354b5ba03fd1fa60033ac90ff
diff --git a/java/server/src/org/openqa/selenium/grid/distributor/local/GridModel.java b/java/server/src/org/openqa/selenium/grid/distributor/local/GridModel.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/grid/distributor/local/GridModel.java +++ b/java/server/src/org/openqa/selenium/grid/di...
[grid] Waiting for two missed heartbeats to mark a node DOWN and actually resurrect nodes after receiving a heartbeat event
SeleniumHQ_selenium
train
9efef940c151e5f85d72507f09a9cd81d3837ba5
diff --git a/pkg/smartos/esky/_syspaths.py b/pkg/smartos/esky/_syspaths.py index <HASH>..<HASH> 100644 --- a/pkg/smartos/esky/_syspaths.py +++ b/pkg/smartos/esky/_syspaths.py @@ -20,3 +20,6 @@ BASE_PILLAR_ROOTS_DIR = os.path.join(SRV_ROOT_DIR, 'pillar') BASE_MASTER_ROOTS_DIR = os.path.join(SRV_ROOT_DIR, 'salt-master')...
fix SPM paths on smartos/illumos esky
saltstack_salt
train
2025148a455158a05e170fcf78879c4ff28d13c7
diff --git a/provider/null/environ_test.go b/provider/null/environ_test.go index <HASH>..<HASH> 100644 --- a/provider/null/environ_test.go +++ b/provider/null/environ_test.go @@ -102,13 +102,12 @@ func (s *environSuite) TestEnvironSupportsCustomSources(c *gc.C) { func (s *environSuite) TestEnvironBootstrapStorager(c *...
provider/null: fix intermittent test failure The ssh command line options changed, so we were checking for the wrong command line. Made it a bit less fragile by doing a negated grep.
juju_juju
train
6f947e060f996cfb5d537ad93aa00d23acf0f403
diff --git a/src/Console/Commands/SeedCommand.php b/src/Console/Commands/SeedCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/SeedCommand.php +++ b/src/Console/Commands/SeedCommand.php @@ -5,14 +5,11 @@ declare(strict_types=1); namespace Cortex\Contacts\Console\Commands; use Illuminate\Console\Com...
Refactor SeedCommand to use the new SeederHelper
rinvex_cortex-contacts
train
373ba292df04e8bffd5f16f5ec84012e4766ac9d
diff --git a/packages/find-and-replace/FindAndReplaceManager.js b/packages/find-and-replace/FindAndReplaceManager.js index <HASH>..<HASH> 100644 --- a/packages/find-and-replace/FindAndReplaceManager.js +++ b/packages/find-and-replace/FindAndReplaceManager.js @@ -27,6 +27,10 @@ class FindAndReplaceManager { } + ...
scrollToSelectedMatch on post render.
substance_substance
train
975fc830f9fcf697338f622cc1228a91ea325678
diff --git a/aws/resource_aws_ecs_task_definition_test.go b/aws/resource_aws_ecs_task_definition_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_ecs_task_definition_test.go +++ b/aws/resource_aws_ecs_task_definition_test.go @@ -118,6 +118,7 @@ func TestAccAWSEcsTaskDefinition_withDockerVolumeMinimalConfig(t ...
Modified test for task scoped docker volume configuration.
terraform-providers_terraform-provider-aws
train
d604cad10f5c7dbf7fa34bc655a27dac5f4a0c28
diff --git a/pagoda/cooper.py b/pagoda/cooper.py index <HASH>..<HASH> 100644 --- a/pagoda/cooper.py +++ b/pagoda/cooper.py @@ -273,6 +273,7 @@ class Markers: joint.setAnchor2Rel(self.attach_offsets[label]) joint.setParam(ode.ParamCFM, self.cfms[frame_no, j] / f) joint.setParam(ode...
Add text name to each marker joint.
EmbodiedCognition_pagoda
train
53847ca90c254540fb491e66dee61f5b900b9995
diff --git a/src/Symfony/Framework/DoctrineBundle/Logger/DbalLogger.php b/src/Symfony/Framework/DoctrineBundle/Logger/DbalLogger.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Framework/DoctrineBundle/Logger/DbalLogger.php +++ b/src/Symfony/Framework/DoctrineBundle/Logger/DbalLogger.php @@ -35,9 +35,12 @@ class Dbal...
[DoctrineBundle] fixed interface to reflect a change upstream
symfony_symfony
train
d1828f618c1548f269224eccf8b9b5ba3b205706
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,9 @@ } ], "require": { - "php": ">=7.2.0", - "psr/http-message": "~1.0" + "php": ">=7.4.0", + "psr/http-message": "~1.0", + "psr/http-server-m...
Bump php version to <I>
polusphp_router
train
2c3c8d49541ae53a09b7096345a2d26bf69b4646
diff --git a/gosrc/data.go b/gosrc/data.go index <HASH>..<HASH> 100644 --- a/gosrc/data.go +++ b/gosrc/data.go @@ -11,13 +11,93 @@ const ( ) var pathFlags = map[string]int{ - "C": 2, - "archive": 1, - "archive/tar": 3, - "archive/zip": ...
gosrc: Do not exclude cmd/... from standard packages. This change makes it possible to view documentation for all standard Go packages, including commands and other packages that match import path pattern "cmd/...". That may slightly "pollute" the list of standard Go packages at <URL>
golang_gddo
train
0edcd4192591e523bd8e1a6b8646e0fece47d6d2
diff --git a/grade/exceptions.php b/grade/exceptions.php index <HASH>..<HASH> 100644 --- a/grade/exceptions.php +++ b/grade/exceptions.php @@ -115,6 +115,7 @@ // these were items that have since been deleted unset($listgrade_items[$grade_item->id]); delete_records('gra...
updated code to delete database exception entries for grade items that no longer exist also added link to to grade points that takes a user to the graded item
moodle_moodle
train
488c73cfa20f70b7bb661315b35f45823e2a022b
diff --git a/src/resources/Tiled.js b/src/resources/Tiled.js index <HASH>..<HASH> 100644 --- a/src/resources/Tiled.js +++ b/src/resources/Tiled.js @@ -115,6 +115,7 @@ class Tiled extends Resource height: tilesetInfo.imageheight, tileWidth: tilesetInfo.tilewidth, tileHeight: tilesetInfo.tileheight, ...
Add support for "column" property in Tileset resource
tenjou_meta2d
train
ba9d95c34d1c847e8b7a44a150c336fbbf9a767d
diff --git a/ui/app/adapters/application.js b/ui/app/adapters/application.js index <HASH>..<HASH> 100644 --- a/ui/app/adapters/application.js +++ b/ui/app/adapters/application.js @@ -96,6 +96,7 @@ export default class ApplicationAdapter extends RESTAdapter { let prefix = this.urlPrefix(); if (modelName) { +...
ui: disable no-string-protype-extensions where its currently in use
hashicorp_nomad
train
b25ffb672dd405d543b3d7761cdfd11f71e17fe0
diff --git a/tests/arg.test.js b/tests/arg.test.js index <HASH>..<HASH> 100644 --- a/tests/arg.test.js +++ b/tests/arg.test.js @@ -11,7 +11,7 @@ describe('arg.js', function () { it('should construct an Arg', function () { - var node = Arg('foo', null, 'child1', 'child2'); + var node = Arg('foo', nul...
Update KWArg, Flag, and Arg tests
JakeSidSmith_jargs
train
d1af395718c92ae1390f893af44ea8a4b9d9384d
diff --git a/testrail/helper.py b/testrail/helper.py index <HASH>..<HASH> 100644 --- a/testrail/helper.py +++ b/testrail/helper.py @@ -30,6 +30,8 @@ def class_name(meth): def singleresult(func): def func_wrapper(*args, **kw): items = func(*args) + if hasattr(items, '__iter__'): + items ...
Update singleresult to correctly handle iterators - closes #<I> - Updates singleresult function to detect when an interator has been passed in, and transform it into a list
travispavek_testrail-python
train
7c0da6574e7426307112bcd3d249afe3e7407128
diff --git a/lib/acts_as_paranoid/core.rb b/lib/acts_as_paranoid/core.rb index <HASH>..<HASH> 100644 --- a/lib/acts_as_paranoid/core.rb +++ b/lib/acts_as_paranoid/core.rb @@ -219,23 +219,6 @@ module ActsAsParanoid recover(options) end - def recover_dependent_associations(deleted_value, options) - ...
Make helper methods for dependent associations private These methods should only be used by ActsAsParanoid internally.
ActsAsParanoid_acts_as_paranoid
train
8f27c236aa58501b426ec1fd0306b1b38e92bde1
diff --git a/src/services/requested-fields-extractor.js b/src/services/requested-fields-extractor.js index <HASH>..<HASH> 100644 --- a/src/services/requested-fields-extractor.js +++ b/src/services/requested-fields-extractor.js @@ -27,6 +27,12 @@ function extractRequestedFieldsForAssociation(associationName, requestedFi...
fix(smart-field): smart field should allow to request all fields (#<I>)
ForestAdmin_forest-express-sequelize
train
378a243ae4b9d5d7cb8f04522915458d14691e7f
diff --git a/pkg/project/registry/projectrequest/delegated/delegated.go b/pkg/project/registry/projectrequest/delegated/delegated.go index <HASH>..<HASH> 100644 --- a/pkg/project/registry/projectrequest/delegated/delegated.go +++ b/pkg/project/registry/projectrequest/delegated/delegated.go @@ -79,8 +79,8 @@ func (r *RE...
clusterresourceoverride: exempt known infra projects from enforcement
openshift_origin
train
fad84870ebfd32979f136c07db1c39fd46100306
diff --git a/lib/hosts.py b/lib/hosts.py index <HASH>..<HASH> 100755 --- a/lib/hosts.py +++ b/lib/hosts.py @@ -209,7 +209,8 @@ class Host(object): db = self.connection.admin logger.debug("add admin user {login}/{password}".format(login=self.login, password=self.password)) db.add_u...
added in the __system role for when auth is getting setup.
10gen_mongo-orchestration
train
f8d30c1b1e196addf1ccbee522fc3afaffd04df6
diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index <HASH>..<HASH> 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -238,6 +238,51 @@ var _ = Describe("Kubectl client", func() { }) }) + Describe("Kubectl logs", func() { + It("should find a string in pod logs", func() { + mkpath := func(f...
E2E tests for kubectl logs and patch
kubernetes_kubernetes
train
ee45b35d835eb0e92ea663cb77b5f41b2b5582f2
diff --git a/integration/sawtooth_integration/tests/test_intkey_smoke.py b/integration/sawtooth_integration/tests/test_intkey_smoke.py index <HASH>..<HASH> 100644 --- a/integration/sawtooth_integration/tests/test_intkey_smoke.py +++ b/integration/sawtooth_integration/tests/test_intkey_smoke.py @@ -89,7 +89,10 @@ class ...
Wait for expected block num Intkey smoke occasionally fails tests due to block commits occasionally taking longer than 1 second. Wait for the expected block number before verifying the state to mitigate this issue.
hyperledger_sawtooth-core
train
833b1ac56065dd077c5b7f5462d641afa4aa3e37
diff --git a/src/Laravel/Cashier/StripeGateway.php b/src/Laravel/Cashier/StripeGateway.php index <HASH>..<HASH> 100644 --- a/src/Laravel/Cashier/StripeGateway.php +++ b/src/Laravel/Cashier/StripeGateway.php @@ -118,8 +118,6 @@ class StripeGateway { 'quantity' => $this->quantity, 'trial_end' => $this->getTrialEndFor...
Removing Coupon from Subscription Previously, the coupon was added to both the Customer AND Subscription objects. This caused the coupon to be redeemed twice, which presented problems for coupons with a limited redemption count. Now, the coupon is only added to the Customer object.
laravel_cashier
train
9ac8b98167fb40982a350be1c52deda0c166365b
diff --git a/atomic_reactor/plugins/post_pulp_pull.py b/atomic_reactor/plugins/post_pulp_pull.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/plugins/post_pulp_pull.py +++ b/atomic_reactor/plugins/post_pulp_pull.py @@ -16,7 +16,7 @@ discover the image ID Docker will give it. from __future__ import unicode_literals...
Allow pulp_pull to act as an exit plugin This is required for arrangement version 4, in which pulp_pull runs as an exit plugin. It must run in that phase because it has to run after pulp_publish, also an exit plugin -- pulp_publish has work to do when a build is failing, i.e. remove v1 content. For arrangement versio...
projectatomic_atomic-reactor
train
b9d71ed7b9ea1bcf3f9427d740f26f8b84207e34
diff --git a/core/common/src/main/java/alluxio/underfs/UnderFileSystemConfiguration.java b/core/common/src/main/java/alluxio/underfs/UnderFileSystemConfiguration.java index <HASH>..<HASH> 100644 --- a/core/common/src/main/java/alluxio/underfs/UnderFileSystemConfiguration.java +++ b/core/common/src/main/java/alluxio/und...
[ALLUXIO-<I>] Remove unused methods
Alluxio_alluxio
train
8db8d01712707bf88fa81572fca44dbb2e0ae3d5
diff --git a/rafthttp/util.go b/rafthttp/util.go index <HASH>..<HASH> 100644 --- a/rafthttp/util.go +++ b/rafthttp/util.go @@ -16,7 +16,6 @@ package rafthttp import ( "crypto/tls" - "encoding/binary" "fmt" "io" "net" @@ -27,7 +26,6 @@ import ( "github.com/coreos/etcd/pkg/transport" "github.com/coreos/e...
rafthttp: move test-only functions to '_test.go' Not used in actual code base, only used in tests
etcd-io_etcd
train
2e9a5977688b7aac64666dac78c6658cc7863174
diff --git a/pixiedust/display/templates/pd_executeDisplay.js b/pixiedust/display/templates/pd_executeDisplay.js index <HASH>..<HASH> 100644 --- a/pixiedust/display/templates/pd_executeDisplay.js +++ b/pixiedust/display/templates/pd_executeDisplay.js @@ -265,20 +265,16 @@ } } ...
Fixed race condition when user clicks too fast or network is too slow
pixiedust_pixiedust
train
850e54ca7b72c7d53e6c989e7ae41f8f8c706aab
diff --git a/go/pfconfigdriver/structs.go b/go/pfconfigdriver/structs.go index <HASH>..<HASH> 100644 --- a/go/pfconfigdriver/structs.go +++ b/go/pfconfigdriver/structs.go @@ -440,27 +440,28 @@ type ClusterSummary struct { type PfConfAdvanced struct { StructConfig - PfconfigMethod string `val:"has...
Fixed PfConfAdvanced struct
inverse-inc_packetfence
train
a0720061c8d049276d19164e0cc087b358691733
diff --git a/ui/src/admin/containers/AdminChronografPage.js b/ui/src/admin/containers/AdminChronografPage.js index <HASH>..<HASH> 100644 --- a/ui/src/admin/containers/AdminChronografPage.js +++ b/ui/src/admin/containers/AdminChronografPage.js @@ -79,20 +79,10 @@ class AdminChronografPage extends Component { } }...
Clear console logs on batch actions for now
influxdata_influxdb
train
93dc4bc8951f69a490f85658da77a7c43f0993ce
diff --git a/lib/commonAPI/coreapi/public/api/Rho.ORM.js b/lib/commonAPI/coreapi/public/api/Rho.ORM.js index <HASH>..<HASH> 100644 --- a/lib/commonAPI/coreapi/public/api/Rho.ORM.js +++ b/lib/commonAPI/coreapi/public/api/Rho.ORM.js @@ -453,8 +453,8 @@ if(what === undefined) what = "all"; ...
(Ashikh Pai, <I>/<I>/<I>) As the piece of code which I have commented was restricting the count value to 9 i.e, a single digit number only. So by commenting it now I'm able to read the count value greater 9 i.e, a two digit number can also be read.
rhomobile_rhodes
train
1f29626bba14f6b4e21971377c0f28e95e8687a3
diff --git a/website/source/javascripts/app/Engine.Point.js b/website/source/javascripts/app/Engine.Point.js index <HASH>..<HASH> 100644 --- a/website/source/javascripts/app/Engine.Point.js +++ b/website/source/javascripts/app/Engine.Point.js @@ -53,6 +53,11 @@ Engine.Point.prototype = { y: 0 }, + resize: functi...
Sometimes you like, fuggit, make it responsive So now the logo dynamically changes based on screensize...
hashicorp_terraform
train
3721a0905c97e2ecba9566826876026e245e8f3c
diff --git a/maven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/generator/SARLDocGenerate.java b/maven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/generator/SARLDocGenerate.java index <HASH>..<HASH> 100644 --- a/maven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/gener...
[maven] Fixing deprecated property declarations.
sarl_sarl
train
44a698be0b32b94b67d5c18e114b4c1d04ffdbc3
diff --git a/lib/neovim/client.rb b/lib/neovim/client.rb index <HASH>..<HASH> 100644 --- a/lib/neovim/client.rb +++ b/lib/neovim/client.rb @@ -55,6 +55,11 @@ module Neovim rpc_response(:vim_change_directory, dir) end + def current_buffer + index = rpc_response(:vim_get_current_buffer) + Buffe...
add #current_buffer to client
neovim_neovim-ruby
train
9802ed0cbb547ad8379d443585c37b5681e50a34
diff --git a/src/main/java/net/greghaines/jesque/Config.java b/src/main/java/net/greghaines/jesque/Config.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/greghaines/jesque/Config.java +++ b/src/main/java/net/greghaines/jesque/Config.java @@ -139,6 +139,21 @@ public class Config implements Serializable retur...
Added a meaningful toString() to Config and also added Config.getURI().
gresrun_jesque
train
c454edd54615a0b6d17a29e7e27719aafcff2eae
diff --git a/wakatime/heartbeat.py b/wakatime/heartbeat.py index <HASH>..<HASH> 100644 --- a/wakatime/heartbeat.py +++ b/wakatime/heartbeat.py @@ -255,6 +255,9 @@ class Heartbeat(object): if self._file_exists(): return + if not self.entity: + return + self.args.local_f...
fix: Don't try to map entity to unc path if entity is not set.
wakatime_wakatime
train
3e505ecf29a73e4c720b5e8e078d2f0938f0c47d
diff --git a/strftime.go b/strftime.go index <HASH>..<HASH> 100644 --- a/strftime.go +++ b/strftime.go @@ -49,31 +49,37 @@ var directives = map[byte]appender{ '%': verbatim("%"), } -func compile(wl *appenderList, p string) error { - var prev appender - var prevCanCombine bool - var appendw = func(w appender) { - ...
this doesn't really change anything, but we get to save on a closure
lestrrat-go_strftime
train
6336eb24745589c45487dbce59371e810cb80963
diff --git a/domain-management/src/test/java/org/jboss/as/domain/management/security/adduser/PropertyFileFinderPermissionsTestCase.java b/domain-management/src/test/java/org/jboss/as/domain/management/security/adduser/PropertyFileFinderPermissionsTestCase.java index <HASH>..<HASH> 100644 --- a/domain-management/src/tes...
WFCORE-<I> - Updated unit test case. As PropertyFileFinder.execute() is called multiple times in succession, need to reset the StateValues permissions flag between each invocation.
wildfly_wildfly-core
train
567df74e0b2f3c09a0e9a00afa36d41a40604558
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -43,7 +43,7 @@ function spawn(command, args, options) { p.on('close', function (code) { if (code !== 0) { var commandStr = command + (args.length ? (' ' + args.join(' ')) : ''); -- ...
Remove extraneous dash char
patrick-steele-idem_child-process-promise
train
6e87beff39bdba284893d99f3faedec054469bfa
diff --git a/lib/butterfli/caching.rb b/lib/butterfli/caching.rb index <HASH>..<HASH> 100644 --- a/lib/butterfli/caching.rb +++ b/lib/butterfli/caching.rb @@ -8,7 +8,12 @@ module Butterfli::Caching @cache = p end def cache - return @cache || (self.cache = ( Butterfli.configuration.cache && Butterf...
Changed: Default to memory cache if no cache is configured
delner_butterfli
train
a57cd3878d80857ec73573941d90a70ad46de801
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/activ...
Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`
rails_rails
train
838291cd14f0920cc42dc3a6f29112409314f0c4
diff --git a/session.go b/session.go index <HASH>..<HASH> 100644 --- a/session.go +++ b/session.go @@ -419,6 +419,10 @@ func (s *Session) maybeSendPacket() error { return s.sendPacket() } + if maxPacketSize == 0 { + return nil + } + if s.smallPacketDelayedOccurranceTime.IsZero() { s.smallPacketDelayedOccur...
don't set the small packets timer when no packet is ready for sending
lucas-clemente_quic-go
train
0e72ef1a105cfb295112df414f926957092869b4
diff --git a/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/starter/StarterDependenciesIntegrationTests.java b/spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/starter/StarterDependenciesIntegrationTests.java index <HASH>..<HASH...
Improve diagnostics for in StarterDependenciesIntegrationTests The root cause of the build failure something has a null message which means there's no information available about why the build failed. Instead of calling fail when a BuildException occurs, this commit wraps it in a RuntimeException and rethrows it. This...
spring-projects_spring-boot
train
37e1e2cbed184344ff42d9c0c6df470051fc7383
diff --git a/src/com/connectsdk/service/RokuService.java b/src/com/connectsdk/service/RokuService.java index <HASH>..<HASH> 100644 --- a/src/com/connectsdk/service/RokuService.java +++ b/src/com/connectsdk/service/RokuService.java @@ -928,6 +928,15 @@ public class RokuService extends DeviceService implements Launcher, ...
Fixed a problem with Roku service not firing a proper event.
ConnectSDK_Connect-SDK-Android
train
48bb7ce902f16670c350b217da1779d88325f796
diff --git a/roast/resource.go b/roast/resource.go index <HASH>..<HASH> 100644 --- a/roast/resource.go +++ b/roast/resource.go @@ -132,11 +132,15 @@ func AssignResource(model coal.Model, res *jsonapi.Resource) error { // handle to many if rel.ToMany { - ids := make([]coal.ID, 0, len(doc.Data.Many)) - for _,...
assign empty relationship always as nil
256dpi_fire
train
b964cdfe0f56d6c7d05af7acea05480148b67923
diff --git a/hotdoc/core/doc_repo.py b/hotdoc/core/doc_repo.py index <HASH>..<HASH> 100644 --- a/hotdoc/core/doc_repo.py +++ b/hotdoc/core/doc_repo.py @@ -53,6 +53,13 @@ Run hotdoc {subcommand} -h for more info """ +LANG_MAPPING = { + 'xml': 'markup', + 'html': 'markup', + 'py': 'python' +} + + class Cor...
doc_repo: add basic extension-based language mapping
hotdoc_hotdoc
train
5f466e98d86c970c2f6315039b2ae0893eb46a71
diff --git a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java b/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java index <HASH>..<HASH> 100644 --- a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java +++ ...
s/serviceAccountEmail/serviceAccount
spotify_styx
train
3f894c16d9c9e2807e7c5c5bfac6bd0a9d9a81cc
diff --git a/spambl.py b/spambl.py index <HASH>..<HASH> 100644 --- a/spambl.py +++ b/spambl.py @@ -44,6 +44,25 @@ class DNSBL(object): msg_template = 'Using a code value "{}" unsupported by DNSBL instance representing {}' raise UnknownCodeError(msg_template.format(code, self.identifier)), None...
Add _get_host_and_query_prefix method to DNSBL class
piotr-rusin_spam-lists
train
bd1b289adb0a4571c87de40431eba6f872e026d4
diff --git a/cacheback/base.py b/cacheback/base.py index <HASH>..<HASH> 100644 --- a/cacheback/base.py +++ b/cacheback/base.py @@ -47,6 +47,7 @@ class JobBase(RenameMethodsBase): renamed_methods = ( ('get_constructor_args', 'get_init_args', RemovedInCacheback13Warning), ('get_constructor_kwargs',...
Rename cache_set to store to be more consistent in method naming.
codeinthehole_django-cacheback
train
c7e5c8de10a0bd396031df8c9328f3b44c793066
diff --git a/test/get-collection-spec.js b/test/get-collection-spec.js index <HASH>..<HASH> 100644 --- a/test/get-collection-spec.js +++ b/test/get-collection-spec.js @@ -11,7 +11,7 @@ describe('GET request for collection', function() { beforeEach(function() { fetchAllCalled = false; - ...
Changed 'foo' to 'items'
mikec_kalamata
train
67bc17b8237a34eaf5e8ee1d28ea6d78497ddcd9
diff --git a/html5lib/tests/test_tokenizer.py b/html5lib/tests/test_tokenizer.py index <HASH>..<HASH> 100644 --- a/html5lib/tests/test_tokenizer.py +++ b/html5lib/tests/test_tokenizer.py @@ -148,9 +148,6 @@ def runTokenizerTest(test): expected = concatenateCharacterTokens(test['output']) if 'lastS...
Remove debug omission of stdout from tokenzier tests.
html5lib_html5lib-python
train
fed34e0943a7c6bd0935209d772984e9195cdbe4
diff --git a/kbinxml/sixbit.py b/kbinxml/sixbit.py index <HASH>..<HASH> 100644 --- a/kbinxml/sixbit.py +++ b/kbinxml/sixbit.py @@ -1,5 +1,21 @@ # python 3 style, ints instead of b'' -from builtins import bytes +from builtins import bytes as newbytes + +def py2_int_to_bytes(n, length): + h = '%x' % n + s = ('0'*(...
Fix python 2 (again)
mon_kbinxml
train
602cf46c10947a649dfb2e09eb4289f5593a16e4
diff --git a/lib/OpenLayers/Control/SelectFeature.js b/lib/OpenLayers/Control/SelectFeature.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Control/SelectFeature.js +++ b/lib/OpenLayers/Control/SelectFeature.js @@ -586,7 +586,7 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, { }, ...
Marking setLayer on SelectFeature Control as API, non-functional change git-svn-id: <URL>
openlayers_openlayers
train
871ff0d14ccc03edbc6a5697a9e3a744e37b3ec0
diff --git a/src/includes/lib/tabs.php b/src/includes/lib/tabs.php index <HASH>..<HASH> 100644 --- a/src/includes/lib/tabs.php +++ b/src/includes/lib/tabs.php @@ -22,7 +22,7 @@ function papi_get_tab_options( $options ) { if ( ! is_array( $options ) ) { if ( is_object( $options ) ) { - $options = (array)$option...
Added len var in tabs for. Fixed space between casting
wp-papi_papi
train
192d6a46f921c4757476ab5989a116c6b7868da5
diff --git a/nodeup/pkg/model/kube_apiserver.go b/nodeup/pkg/model/kube_apiserver.go index <HASH>..<HASH> 100644 --- a/nodeup/pkg/model/kube_apiserver.go +++ b/nodeup/pkg/model/kube_apiserver.go @@ -71,8 +71,8 @@ func (b *KubeAPIServerBuilder) Build(c *fi.ModelBuilderContext) error { } key := "encryptionconfi...
Errors when encryptionConfig is enabled, but no encryptionconfig secret When encryptionConfig is enabled, but the secret is missing, there is no visible errors anywhere. kube-apiserver just goes into a crashloop without any complains. This PR adds warnings both on the client side and through nodeup.
kubernetes_kops
train
f46d3badf6b74187dcb9200ea9ffa333183b848d
diff --git a/Neos.Eel/Classes/FlowQuery/Operations/AddOperation.php b/Neos.Eel/Classes/FlowQuery/Operations/AddOperation.php index <HASH>..<HASH> 100644 --- a/Neos.Eel/Classes/FlowQuery/Operations/AddOperation.php +++ b/Neos.Eel/Classes/FlowQuery/Operations/AddOperation.php @@ -15,7 +15,9 @@ use Neos\Eel\FlowQuery\Flow...
DOCS: Mention the different supported argument types of the `add` operation in documentation. The operation accepts Arrays, Objects and FlowQueries. Previously only FlowQuery was mentioned.
neos_flow-development-collection
train
20bddde1995319d540122e3dd6d39ff5faf30883
diff --git a/lib/rom/repository.rb b/lib/rom/repository.rb index <HASH>..<HASH> 100644 --- a/lib/rom/repository.rb +++ b/lib/rom/repository.rb @@ -12,6 +12,18 @@ module ROM # Setup a repository # + # @overload setup(type, *args) + # Sets up a single-repository given a repository type. + # For c...
Improve doc for ROM::Repository.setup [ci skip]
rom-rb_rom
train
08e622e0c1b0683e2336ec32a018f8899870a9c5
diff --git a/app/src/analytics/__tests__/make-event.test.js b/app/src/analytics/__tests__/make-event.test.js index <HASH>..<HASH> 100644 --- a/app/src/analytics/__tests__/make-event.test.js +++ b/app/src/analytics/__tests__/make-event.test.js @@ -53,6 +53,22 @@ describe('analytics events map', () => { }) }) +...
fix(app): Add priority 2 analytics events (#<I>) closes #<I>
Opentrons_opentrons
train
3f8e8ec91db4694c56343c3fda93a9d70a384d14
diff --git a/test/tools/javac/lambda/TargetType53.java b/test/tools/javac/lambda/TargetType53.java index <HASH>..<HASH> 100644 --- a/test/tools/javac/lambda/TargetType53.java +++ b/test/tools/javac/lambda/TargetType53.java @@ -26,7 +26,6 @@ * @bug 8007464 * @summary Add graph inference support * smoke te...
<I>: Five lambda TargetType tests have @ignore Summary: Remove @ignore flags from tests that now pass Reviewed-by: jjg
wmdietl_jsr308-langtools
train
993e60bfc8afcab95c4f085b6f004b0425f7ab51
diff --git a/test/mobilize-base_test.rb b/test/mobilize-base_test.rb index <HASH>..<HASH> 100644 --- a/test/mobilize-base_test.rb +++ b/test/mobilize-base_test.rb @@ -59,8 +59,6 @@ describe "Mobilize" do assert test_destination_sheet.to_tsv == test_source_sheet.to_tsv - puts "stop test redis" - Mobilize:...
removed redis drop at the end for chained testing
DeNA_mobilize-base
train
e980866d1abb811a1e4d75e53cb26f97a23ad0d5
diff --git a/dense_inference.py b/dense_inference.py index <HASH>..<HASH> 100644 --- a/dense_inference.py +++ b/dense_inference.py @@ -1,14 +1,18 @@ #!/usr/bin/python +""" +Usage: python dense_inference.py image annotations output + +Adapted from the original C++ example: densecrf/examples/dense_inference.cpp +http:...
cleaner docstring and added reference to original C++ file
lucasb-eyer_pydensecrf
train
b372ac421e83c85b69869a15b101a3c2aa987813
diff --git a/pandas/core/indexes/base.py b/pandas/core/indexes/base.py index <HASH>..<HASH> 100644 --- a/pandas/core/indexes/base.py +++ b/pandas/core/indexes/base.py @@ -3142,16 +3142,7 @@ class Index(IndexOpsMixin, PandasObject): elif is_positional: indexer = key else: - try:...
CLN: tighten exception catching in indexes (#<I>)
pandas-dev_pandas
train
9f0b827ab653383ea0aeb50e90534a1d551fcfb0
diff --git a/src/ButtonsServiceProvider.php b/src/ButtonsServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/ButtonsServiceProvider.php +++ b/src/ButtonsServiceProvider.php @@ -18,9 +18,11 @@ class ButtonsServiceProvider extends ServiceProvider { $this->loadViewsFrom(__DIR__ . '/resources/views', 'd...
Publishes and commands registration only in console application
yajra_laravel-datatables-buttons
train
6ce62d79dbb201e3d7c593efdc2977f25193c7d9
diff --git a/base/core/src/main/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java b/base/core/src/main/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java index <HASH>..<HASH> 100755 --- a/base/core/src/main/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java +++ b/base/core/src/main/java/org/opensc...
Ring searching is relative expensive: postpone it as much as possible, and be ready for reusing the data
cdk_cdk
train
1ce3e6c1736a2416db6a3e2a8bb881e02794a826
diff --git a/GSSHPY/gsshapy/orm/prj.py b/GSSHPY/gsshapy/orm/prj.py index <HASH>..<HASH> 100644 --- a/GSSHPY/gsshapy/orm/prj.py +++ b/GSSHPY/gsshapy/orm/prj.py @@ -44,6 +44,7 @@ class ProjectFile(DeclarativeBase, GsshaPyFileObjectBase): # Value Columns name = Column(String, nullable=False) + mapType =...
Only MAP_TYPE 1 is allowed now.
CI-WATER_gsshapy
train
d2f32d897ea5ec50413a902bb99fe56390cacaa7
diff --git a/saltcloud/utils/nb_popen.py b/saltcloud/utils/nb_popen.py index <HASH>..<HASH> 100644 --- a/saltcloud/utils/nb_popen.py +++ b/saltcloud/utils/nb_popen.py @@ -51,7 +51,7 @@ class NonBlockingPopen(subprocess.Popen): if obuff: logging.getLogger( '...
Popen output should log as debug not warning
saltstack_salt
train
68f3a7380a25da734fa520fdd59972c981f54ff1
diff --git a/test/test_ocf_physical_container.rb b/test/test_ocf_physical_container.rb index <HASH>..<HASH> 100644 --- a/test/test_ocf_physical_container.rb +++ b/test/test_ocf_physical_container.rb @@ -13,13 +13,7 @@ class TestOCFPhysicalContainer < Test::Unit::TestCase assert_equal @content, EPUB::OCF::PhysicalC...
Extract test cases for physical container as a module
KitaitiMakoto_epub-parser
train
e041b618fd9527b964c8546e80ffe1f39d57050f
diff --git a/test/plugin/test_in_tail.rb b/test/plugin/test_in_tail.rb index <HASH>..<HASH> 100644 --- a/test/plugin/test_in_tail.rb +++ b/test/plugin/test_in_tail.rb @@ -1011,8 +1011,6 @@ class TailInputTest < Test::Unit::TestCase end def test_truncate_file - omit "Permission denied error happen on Windows....
test_in_tail: Fix some omitted tests on Windows
fluent_fluentd
train