hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
eeef5aabd7a56469a66b8f5082d41a1cdf27e62d
diff --git a/jaraco/test/services.py b/jaraco/test/services.py index <HASH>..<HASH> 100644 --- a/jaraco/test/services.py +++ b/jaraco/test/services.py @@ -371,6 +371,7 @@ class MongoDBInstance(MongoDBFinder, Subprocess, Service): '--syncdelay', '0', '--ipv6', '--noauth', + ...
Enable text search on the MongoDBInstance
jaraco_jaraco.services
train
919de86dd572120a98a08f5afe1f0f3d820f95ef
diff --git a/util/types/convert.go b/util/types/convert.go index <HASH>..<HASH> 100644 --- a/util/types/convert.go +++ b/util/types/convert.go @@ -126,6 +126,10 @@ func convertToInt(val interface{}, target *FieldType) (converted int64, err erro case mysql.Decimal: fval, _ := v.Float64() return convertFloatToInt...
types: support hex and bit type convert
pingcap_tidb
train
7226f26cb2f91b8cc94bdc6ba7023c8b72654269
diff --git a/provider/maas/environ.go b/provider/maas/environ.go index <HASH>..<HASH> 100644 --- a/provider/maas/environ.go +++ b/provider/maas/environ.go @@ -100,9 +100,6 @@ type maasEnviron struct { // namespace is used to create the machine and device hostnames. namespace instance.Namespace - availabilityZones...
Removes caching for MAAS availability zones, fetching them fresh each time. The calls to this method are not frequent enough to attempt number-of-request amelioration.
juju_juju
train
f53256efbba6fa1c36f6fa53ff99923bd5423aef
diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/Dca/Builder/Legacy/ExtendedLegacyDcaDataDefinitionBuilder.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/Dca/Builder/Legacy/ExtendedLegacyDcaDataDefinitionBuilder.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/DcGeneral/Contao/Dca/Builder/...
Fix issue with unnamed data provider definitions.
contao-community-alliance_dc-general
train
fd8af406d8507442b1e6399f8734d8d41aeec8f8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ CLASSIFIERS = [ def read(fname): - return open(os.path.join(os.path.dirname(__file__), fname)).read() + readme_file = os.path.join(os.path.dirname(__file__), fname) + return os.popen('pandoc -t rst...
Convert markdown to reST on upload to PyPI
jrief_django-websocket-redis
train
ccbc84ecc1ee2279b33943114e781e771434a6a6
diff --git a/pkg/resource/plugin/provider_plugin_test.go b/pkg/resource/plugin/provider_plugin_test.go index <HASH>..<HASH> 100644 --- a/pkg/resource/plugin/provider_plugin_test.go +++ b/pkg/resource/plugin/provider_plugin_test.go @@ -157,3 +157,63 @@ func TestAnnotateSecretsArrays(t *testing.T) { assert.Truef(t, r...
Add an additional test case This was used as a motivating example during an in person discussion with Luke.
pulumi_pulumi
train
7ca922cb2f999c48523b00ed0cc3fe6309c380f7
diff --git a/lib/api_hammer/request_logger.rb b/lib/api_hammer/request_logger.rb index <HASH>..<HASH> 100644 --- a/lib/api_hammer/request_logger.rb +++ b/lib/api_hammer/request_logger.rb @@ -69,6 +69,8 @@ module ApiHammer 'oauth.authenticated' => env['oauth.authenticated'], 'oauth.consumer_key' =>...
log airbrake error if present
notEthan_api_hammer
train
34c267211502b12b40f7e9703083873f622552ae
diff --git a/test/e2e/scheduling/predicates.go b/test/e2e/scheduling/predicates.go index <HASH>..<HASH> 100644 --- a/test/e2e/scheduling/predicates.go +++ b/test/e2e/scheduling/predicates.go @@ -718,6 +718,9 @@ var _ = SIGDescribe("SchedulerPredicates [Serial]", func() { topologyKey := "kubernetes.io/e2e-pts-filter"...
Skip PodTopologySpread tests in a single node cluster scenario
kubernetes_kubernetes
train
5bec2d2437223b12d417605149dacaa43f9c4555
diff --git a/bin/gitberg b/bin/gitberg index <HASH>..<HASH> 100755 --- a/bin/gitberg +++ b/bin/gitberg @@ -40,6 +40,7 @@ from gitenberg import config from gitenberg import upload_all_books, upload_list from gitenberg import library from gitenberg import actions +from gitenberg.util.catalog import NoRDFError @@...
fix spurious no-config message also make sure config is intialized
gitenberg-dev_gitberg
train
7b3c9f57eba7485397c87eb64d18b7381c4f3239
diff --git a/main_test.go b/main_test.go index <HASH>..<HASH> 100644 --- a/main_test.go +++ b/main_test.go @@ -364,7 +364,8 @@ var _ = Describe("Router Integration", func() { responseChan := make(chan *http.Response) go func() { defer GinkgoRecover() - resp, err := http.ReadResponse(x.Reader, &http....
don't shadow variables - failed gorouter/bin/test
cloudfoundry_gorouter
train
1b65c46850ba476f766bdafa072862325432f768
diff --git a/lib/pact/matchers/unix_diff_formatter.rb b/lib/pact/matchers/unix_diff_formatter.rb index <HASH>..<HASH> 100644 --- a/lib/pact/matchers/unix_diff_formatter.rb +++ b/lib/pact/matchers/unix_diff_formatter.rb @@ -71,7 +71,7 @@ module Pact end def copy_no_diff(thing, target) - thing + ...
Change "no difference here" to ... in unix diff output
pact-foundation_pact-support
train
3a09438838a0e38240b7e35197c5fb3eb7685ce5
diff --git a/lib/generators/preact_generator.rb b/lib/generators/preact_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/preact_generator.rb +++ b/lib/generators/preact_generator.rb @@ -17,7 +17,7 @@ Preact.configure do |config| # specify controller#action items that you want to ignore and not log to ...
improved rails autolog helper to catch unexpected errors, guess at the name of the target object, and prevent autologging when manually logging controller actions. fixed minor issue with sending created_at for people
preact_preact-ruby
train
52d5ea14f3d46962bcaa378d4b4ee30c90c34dd8
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -249,20 +249,3 @@ internals.uniqueObjects = (arr) => { return uniqueObjects; }; - -internals.patchSchema = (schema) => { - - if (!schema) { - return; - } - - const keys = Object.keys(sch...
Complete and fix jsonAttributes setter/getter, with behavioral test
hapipal_schwifty
train
fd852341f0e2f625841b1827f302223e8f686b5e
diff --git a/executor/executor_test.go b/executor/executor_test.go index <HASH>..<HASH> 100644 --- a/executor/executor_test.go +++ b/executor/executor_test.go @@ -6447,6 +6447,7 @@ func (s *testSerialSuite) TestPrevStmtDesensitization(c *C) { tk := testkit.NewTestKit(c, s.store) tk.MustExec("use test;") tk.MustEx...
executor: fix TestPrevStmtDesensitization (#<I>)
pingcap_tidb
train
2a4067e6a589e252afc2e903175a55420f329067
diff --git a/tests/automated/columnFormat.js b/tests/automated/columnFormat.js index <HASH>..<HASH> 100644 --- a/tests/automated/columnFormat.js +++ b/tests/automated/columnFormat.js @@ -14,7 +14,7 @@ describe('columnFormat', function() { beforeEach(function() { $('#cal').fullCalendar({ - ...
changed columnFormat tests to use hardcoded current date
fullcalendar_fullcalendar
train
87266e0b4acf9f94e22ceb0019ccbc51dfa5f85c
diff --git a/src/state.py b/src/state.py index <HASH>..<HASH> 100644 --- a/src/state.py +++ b/src/state.py @@ -36,7 +36,7 @@ class State(Module): self.pull_schedule() if not self.running: return - self.scheduler.plan(time.time() + 60*60*16, self._pull_schedule_loop) + self.s...
state: pull schedule every <I> minutes
bwesterb_tkbd
train
b7aa9324f5b9cd1c401db2290c197bbb36074fa6
diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # # Files # -JS_FILES := $(shell find lib -name '*.js') +JS_FILES := $(shell find lib examples -name '*.js') JSL_FILES_NODE = $(JS_FILES) JSSTYLE_FILES = $(JS_FILES) JSL_CONF_NODE = jsl.node.conf diff ...
examples should be jsl and jsstyle clean
joyent_node-verror
train
b8d110bcf5073db0d46606ee44a8cba085fc9d68
diff --git a/Task/ReportHookPresets.php b/Task/ReportHookPresets.php index <HASH>..<HASH> 100644 --- a/Task/ReportHookPresets.php +++ b/Task/ReportHookPresets.php @@ -39,7 +39,7 @@ class ReportHookPresets { */ function getTemplate($filename) { $pieces = array('templates', $this->environment->major_version, ...
Updated call to module_builder_get_path().
drupal-code-builder_drupal-code-builder
train
1ca9f13228ca4c7f24c00d6a0e0e7df9abd212d7
diff --git a/README.txt b/README.txt index <HASH>..<HASH> 100644 --- a/README.txt +++ b/README.txt @@ -858,6 +858,8 @@ Documentation Change Log ------------- + 0.10.0.5 - keep-alive & data transfer dealy timeout was reset + 0.10.0.4 - add execution time & delivery time to request log file 0.10.0.2 - ...
<I> - reset keep_alive and data dealy timeout
hansroh_skitai
train
5d1519d594f02496cf112b89bd08ea03d1d89ea0
diff --git a/src/utils/__tests__/utils.test.js b/src/utils/__tests__/utils.test.js index <HASH>..<HASH> 100644 --- a/src/utils/__tests__/utils.test.js +++ b/src/utils/__tests__/utils.test.js @@ -6,6 +6,10 @@ describe('Utils#toBytesBE', function () { expect(Utils.toBytesBE(257).equals(Buffer.from([0x01, 0x01]))).to...
chore(utils): toBytesBE(), throw an error when the number is out of range
blinksocks_blinksocks
train
d08159e86c807a92125b19d0ede3a58910692572
diff --git a/handlers/jobs.js b/handlers/jobs.js index <HASH>..<HASH> 100644 --- a/handlers/jobs.js +++ b/handlers/jobs.js @@ -358,7 +358,7 @@ let handlers = { c.jobs.findOne({jobId}, {}, (err, job) => { // set archive name - res.attachment(job.appId + '-result...
Add dataset label to download all archive name
OpenNeuroOrg_openneuro
train
6abacc713478a1f514a281a5f06b59a51b0dd490
diff --git a/graphtools/api.py b/graphtools/api.py index <HASH>..<HASH> 100644 --- a/graphtools/api.py +++ b/graphtools/api.py @@ -301,6 +301,6 @@ def read_pickle(path): if not isinstance(G, base.BaseGraph): warnings.warn( 'Returning object that is not a graphtools.base.BaseGraph') - elif ...
only rebuild logger if it is a string
KrishnaswamyLab_graphtools
train
97191fa5926f25405296021e777472ac69a7cf57
diff --git a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java b/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java index <HASH>..<HASH> 100644 --- a/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/serializer/impl/PartialSerializer.java +++ b/org....
[#<I>] do not fail to serialize transient single values that are never assigned
eclipse_xtext-core
train
5be86bdbbc04abcd18478a4337f629026da5e3cf
diff --git a/tasklib/lazy.py b/tasklib/lazy.py index <HASH>..<HASH> 100644 --- a/tasklib/lazy.py +++ b/tasklib/lazy.py @@ -85,9 +85,8 @@ class LazyUUIDTaskSet(object): return len(self._uuids) def __iter__(self): - self.replace() - for task in self: - yield task + for uuid...
LazyUUIDTaskSet: Make the lazy iteration behaviour as defualt
robgolding_tasklib
train
fe46f826f66a3a55f5136cd3d1a51ef805d2a414
diff --git a/src/de/lmu/ifi/dbs/algorithm/COPAC.java b/src/de/lmu/ifi/dbs/algorithm/COPAC.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/algorithm/COPAC.java +++ b/src/de/lmu/ifi/dbs/algorithm/COPAC.java @@ -74,6 +74,7 @@ public class COPAC extends AbstractAlgorithm<DoubleVector> { long start = System.c...
output of dimensionality in verbose mode
elki-project_elki
train
244bae7c8ea8ebe2795e13f040810f1239d34599
diff --git a/lib/puppet_pal.rb b/lib/puppet_pal.rb index <HASH>..<HASH> 100644 --- a/lib/puppet_pal.rb +++ b/lib/puppet_pal.rb @@ -356,7 +356,11 @@ module Pal @task = task end - # Returns whether or not the given arguments are acceptable when running the task + # Returns whether or not the given arg...
(PUP-<I>) Ensure that TaskSignature#runnable_with? yields on error This commit adds logic to yield a text to provided block in case a mismatch is detected when calling `TaskSignature#runnable_with?`.
puppetlabs_puppet
train
8fef771bcc38b141420df9c74be7e6fc0115fbf8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,8 +12,9 @@ module.exports = function(opt){ 'You need to have Ruby and Compass installed ' + 'and in your system PATH for this task to work. '); } + // excut...
excute callback after generate css files.
appleboy_gulp-compass
train
7a4ac49c30c47ca250a5575180dea70ec08e8db9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -260,3 +260,14 @@ Hook.log = { // Expose the Hook instance so we can use it for testing purposes. // module.exports = Hook; + +// +// Run directly if we're required executed directly through the CLI +// +if (module !== requ...
[fix] Allow index.js to run as hook
observing_pre-commit
train
aa7991509776d1590c6b0dd9c15ef507b341461a
diff --git a/lib/simplecov/source_file.rb b/lib/simplecov/source_file.rb index <HASH>..<HASH> 100644 --- a/lib/simplecov/source_file.rb +++ b/lib/simplecov/source_file.rb @@ -74,16 +74,20 @@ module SimpleCov attr_reader :filename # The array of coverage data received from the Coverage.result attr_reader ...
Stop to read unused source code Before this commit all source code were loaded, even if they are not used. For example when taking test coverage for rails applications, in many cases files on "vendor/bundle" are filtered out. By reading source code lazily, the time required to generate results will be shortened.
colszowka_simplecov
train
3845f34c4108dbfe14e10557504640e233b512e3
diff --git a/dev/com.ibm.ws.threading/src/com/ibm/ws/threading/internal/ThreadPoolController.java b/dev/com.ibm.ws.threading/src/com/ibm/ws/threading/internal/ThreadPoolController.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.threading/src/com/ibm/ws/threading/internal/ThreadPoolController.java +++ b/dev/com.ib...
fix update of consecutiveEmptyQueueCount
OpenLiberty_open-liberty
train
955e4ddc94b41eed1b597773c3eed8e171118e34
diff --git a/src/ansiblelint/skip_utils.py b/src/ansiblelint/skip_utils.py index <HASH>..<HASH> 100644 --- a/src/ansiblelint/skip_utils.py +++ b/src/ansiblelint/skip_utils.py @@ -108,10 +108,11 @@ def _append_skipped_rules(pyyaml_data: Sequence[Any], lintable: Lintable) -> Seq # assume it is a playbook, ch...
Avoid reporting runtime errors with unknown file types (#<I>) When loading inline skip-lists we should just ignore files that we do not know how to process. This fixes bug where encountering reno release notes may have cause failure to process noqa on them.
ansible_ansible-lint
train
b819fd9dc2435a582831ffad3b1668e58664ee5d
diff --git a/python/mxnet/gluon/data/vision/transforms.py b/python/mxnet/gluon/data/vision/transforms.py index <HASH>..<HASH> 100644 --- a/python/mxnet/gluon/data/vision/transforms.py +++ b/python/mxnet/gluon/data/vision/transforms.py @@ -196,7 +196,7 @@ class RandomResizedCrop(Block): - **out**: output tensor...
Improve data transform for gluon data loader (#<I>) * improve transforms.Resize * fix * Trigger CI * Trigger CI * improve * Trigger CI * Trigger CI * fix unittest * keep_ratio is false by default, to keep consistency
apache_incubator-mxnet
train
305e3fc6232171205c02cc530329d5f4babd2f1f
diff --git a/test/sources/composer_test.rb b/test/sources/composer_test.rb index <HASH>..<HASH> 100644 --- a/test/sources/composer_test.rb +++ b/test/sources/composer_test.rb @@ -70,6 +70,13 @@ if Licensed::Shell.tool_available?("php") refute source.dependencies.detect { |dep| dep.name == "phpunit/php-file-i...
Add test case for composer dev dependencies
github_licensed
train
dfa7b3afa615003df57cc269261df646b528ef26
diff --git a/nornir/core/configuration.py b/nornir/core/configuration.py index <HASH>..<HASH> 100644 --- a/nornir/core/configuration.py +++ b/nornir/core/configuration.py @@ -245,7 +245,6 @@ class Config(object): "runner", "ssh", "inventory", - "jinja2", "logging", "u...
Removing jinja2 leftover from configuration (#<I>) I think jinja2 is a leftover from version 2
nornir-automation_nornir
train
2ca521142f93d87159a8aa4943c4c2c42f30ccfa
diff --git a/src/REST/version.py b/src/REST/version.py index <HASH>..<HASH> 100644 --- a/src/REST/version.py +++ b/src/REST/version.py @@ -1 +1 @@ -__version__ = '1.0.0b7' \ No newline at end of file +__version__ = '1.0.0b8' \ No newline at end of file
Set next version to '<I>b8'
asyrjasalo_RESTinstance
train
38db7f9d95b4f1b259238037bb5f651ec9a3498a
diff --git a/lib/Phpfastcache/Drivers/Apcu/Driver.php b/lib/Phpfastcache/Drivers/Apcu/Driver.php index <HASH>..<HASH> 100644 --- a/lib/Phpfastcache/Drivers/Apcu/Driver.php +++ b/lib/Phpfastcache/Drivers/Apcu/Driver.php @@ -18,6 +18,7 @@ namespace Phpfastcache\Drivers\Apcu; use Phpfastcache\Core\Pool\{ DriverBaseT...
Finished abstract classes for aggregator
PHPSocialNetwork_phpfastcache
train
1bc3ea14d16cf347183690af0c07707fc5c3bbb2
diff --git a/request-interfaces.go b/request-interfaces.go index <HASH>..<HASH> 100644 --- a/request-interfaces.go +++ b/request-interfaces.go @@ -25,6 +25,8 @@ type FileReader interface { // The request server code will call Close() on the returned io.WriterAt // ojbect if an io.Closer type assertion succeeds. // N...
fix issue with file put resume/append Fixes issue with append uploads. Was opening the file with O_APPEND, but it uses WriteAt() to write the data which doesn't work with a file opened in append mode. Removing the append flag fixes the issue as the client is sending the offsets anyways. Also added a note to the Reque...
pkg_sftp
train
3c057eb63ae985bb1eefcd24f23e13e88a55d717
diff --git a/lib/net/dav/item.rb b/lib/net/dav/item.rb index <HASH>..<HASH> 100644 --- a/lib/net/dav/item.rb +++ b/lib/net/dav/item.rb @@ -13,34 +13,44 @@ module Net # Synonym for uri def url - @uri + @uri end def initialize(dav, uri, type, size) #:nodoc: - @uri = uri - @size = si...
added propfind and proppatch methods to item class
devrandom_net_dav
train
10b76c863a79cd40f4e04ee69266eb338405ecb7
diff --git a/package-lock.json b/package-lock.json index <HASH>..<HASH> 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4853,7 +4853,7 @@ } }, "jsreport-core": { - "version": "github:jsreport/jsreport-core#ae696955aa4f735790020c60600ad397333f25f0", + "version": "github:jsreport/jsr...
remove reference to removed xlsx template -when you remove a xlsx template that it is referenced in a template then we also remove the reference and mark the template as dirty references jsreport/jsreport-studio#<I>
jsreport_jsreport-xlsx
train
9483c4ffa37ec2c6f25189ad216e3aa89531f438
diff --git a/src/Symfony/Component/BrowserKit/Client.php b/src/Symfony/Component/BrowserKit/Client.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/BrowserKit/Client.php +++ b/src/Symfony/Component/BrowserKit/Client.php @@ -200,6 +200,10 @@ abstract class Client */ public function click(Link $link...
[BrowserKit] convert a click to a submit when the link is actually a form
symfony_symfony
train
390e902b3797499b0daf9613d5e5f7d53773490c
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -402,8 +402,9 @@ module.exports = function (grunt) { }, phantomjs: { - command: './node_modules/mocha-phantomjs/bin/mocha-phantomjs ' + - '-p ./node_modules/phantomjs/bin/phantom...
tests: fix ssl issues don't error when requesting additional resources via https PR: #<I> PR-URL: <URL>
apache_couchdb-fauxton
train
99a95b6d471239ab0d27438aa341c96c54c127da
diff --git a/src/sap.ui.core/src/sap/ui/core/Component.js b/src/sap.ui.core/src/sap/ui/core/Component.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/core/Component.js +++ b/src/sap.ui.core/src/sap/ui/core/Component.js @@ -2050,7 +2050,7 @@ sap.ui.define([ if (typeof vConfig === 'string') { Log...
[FIX] Core: Fixed message of sync factory loading rule Fixed message of rule Change-Id: Ib<I>a<I>bf2dfbe<I>e<I>e2d<I>ed<I>d<I>f1de9
SAP_openui5
train
297f96d75cd0e9befcc2ad3786d15f99b717442e
diff --git a/raiden/connection_manager.py b/raiden/connection_manager.py index <HASH>..<HASH> 100644 --- a/raiden/connection_manager.py +++ b/raiden/connection_manager.py @@ -21,6 +21,7 @@ from raiden.exceptions import ( RaidenUnrecoverableError, UnexpectedChannelState, ) +from raiden.network.transport.matri...
If a node is offline connect() no longers opens a channel with it Fix #<I>
raiden-network_raiden
train
2cfee23ad883b1c2734ef6826b91ea13942a273c
diff --git a/model/Export/Stylesheet/AssetStylesheetLoader.php b/model/Export/Stylesheet/AssetStylesheetLoader.php index <HASH>..<HASH> 100644 --- a/model/Export/Stylesheet/AssetStylesheetLoader.php +++ b/model/Export/Stylesheet/AssetStylesheetLoader.php @@ -26,6 +26,7 @@ use League\Flysystem\FileNotFoundException; us...
fix: bring back a removed class import that is still needed
oat-sa_extension-tao-itemqti
train
86961f3ffef37ecaa309503be2a9327ea63ab260
diff --git a/TYPO3.Eel/Tests/Unit/FlowQuery/FlowQueryTest.php b/TYPO3.Eel/Tests/Unit/FlowQuery/FlowQueryTest.php index <HASH>..<HASH> 100644 --- a/TYPO3.Eel/Tests/Unit/FlowQuery/FlowQueryTest.php +++ b/TYPO3.Eel/Tests/Unit/FlowQuery/FlowQueryTest.php @@ -376,9 +376,9 @@ class FlowQueryTest extends UnitTestCase ...
TASK: Fix FlowQuery Tests for PHP <I> The newly added test in <URL>
neos_flow-development-collection
train
a1a715f36220a1a0bcde89331acad53c1596a352
diff --git a/cmd/tracker-announce/main.go b/cmd/tracker-announce/main.go index <HASH>..<HASH> 100644 --- a/cmd/tracker-announce/main.go +++ b/cmd/tracker-announce/main.go @@ -1,6 +1,7 @@ package main import ( + "fmt" "log" "net/url" "os" @@ -8,8 +9,6 @@ import ( "sync" "sync/atomic" - "github.com/davecg...
Improve cmd/tracker-announce output
anacrolix_torrent
train
f6af2558430d1f5a63a60fc787c31e57ee635f45
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/German...
[de] suggest "angelogen" for "angelügt"
languagetool-org_languagetool
train
64416d89e6915e6fdfb5a5c115ee1701d768fbdc
diff --git a/src/main/java/device/vacuum/Vacuum.java b/src/main/java/device/vacuum/Vacuum.java index <HASH>..<HASH> 100644 --- a/src/main/java/device/vacuum/Vacuum.java +++ b/src/main/java/device/vacuum/Vacuum.java @@ -6,6 +6,7 @@ import base.Token; import org.json.JSONArray; import org.json.JSONObject; +import jav...
Added goTo and cleanArea methods to Vacuum
SG-O_miIO
train
c285d3cc554da961d97f3c0c9175595edf3f2bb8
diff --git a/lib/collection/property-list.js b/lib/collection/property-list.js index <HASH>..<HASH> 100644 --- a/lib/collection/property-list.js +++ b/lib/collection/property-list.js @@ -319,7 +319,7 @@ _.assign(PropertyList.prototype, /** @lends PropertyList.prototype */ { * Add or update values from a source li...
Doc generation issues fixed - changed default value specification
postmanlabs_postman-collection
train
cfe0024f8da45e9cb057943c9f43a04fe50d11ae
diff --git a/tests/unit/py2/nupic/algorithms/anomaly_test.py b/tests/unit/py2/nupic/algorithms/anomaly_test.py index <HASH>..<HASH> 100755 --- a/tests/unit/py2/nupic/algorithms/anomaly_test.py +++ b/tests/unit/py2/nupic/algorithms/anomaly_test.py @@ -28,7 +28,7 @@ import timeit from numpy import array -from nupic....
no need for AnomalyImpl rename
numenta_nupic
train
1a2017049e0db45761d6e78f375e7f8bfe0bc3b1
diff --git a/lib/aixm/feature/obstacle.rb b/lib/aixm/feature/obstacle.rb index <HASH>..<HASH> 100644 --- a/lib/aixm/feature/obstacle.rb +++ b/lib/aixm/feature/obstacle.rb @@ -125,7 +125,7 @@ module AIXM def initialize(source: nil, region: nil, name: nil, type:, xy:, z:, radius: nil) super(source: source...
Let Obstacle#height_accurate default to nil (unknown)
svoop_aixm
train
8aa2aaab83e535ed177de8c73dcefbdd93ecbc64
diff --git a/Readme.md b/Readme.md index <HASH>..<HASH> 100644 --- a/Readme.md +++ b/Readme.md @@ -139,6 +139,20 @@ Type: `string` Default: `icons` Name of font and base name of font files. +#### fontHeight + +Type: `number` Default: `512` + +#### descent + +Type: `number` Default: `64` + +#### ascent + +Type: `nu...
Font generation options: fontHeight, descent, ascent.
sapegin_grunt-webfont
train
259cb63ea562c86460b2db00a7ae20ef3ec11073
diff --git a/lib/solargraph/source/chain/constant.rb b/lib/solargraph/source/chain/constant.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/source/chain/constant.rb +++ b/lib/solargraph/source/chain/constant.rb @@ -9,20 +9,23 @@ module Solargraph def resolve api_map, name_pin, locals return [Pin...
Detect sibling constants in open scope gates.
castwide_solargraph
train
f4902b4e2cc20eb820b597acd226e9ed55321f0b
diff --git a/modules/RoutingContext.js b/modules/RoutingContext.js index <HASH>..<HASH> 100644 --- a/modules/RoutingContext.js +++ b/modules/RoutingContext.js @@ -4,7 +4,7 @@ import React, { isValidElement } from 'react'; import { branchMatches, makePath, makeHref} from './RoutingUtils'; import { queryContains } from...
added missing proptypes to RoutingContext
taion_rrtr
train
d38d57f6af139a02adeb5e73f8a3308542ffc3a7
diff --git a/engineio/server.py b/engineio/server.py index <HASH>..<HASH> 100755 --- a/engineio/server.py +++ b/engineio/server.py @@ -262,25 +262,25 @@ class Server(object): else: return {'status': '200 OK', 'headers': [('Content-Type', 'text/plain')], - 'r...
ensure all HTTP response payloads are returned as bytes
miguelgrinberg_python-engineio
train
900cf2d2d89f24732f1c6495268aafa2874a3b42
diff --git a/benchmarkplaces/providers.py b/benchmarkplaces/providers.py index <HASH>..<HASH> 100644 --- a/benchmarkplaces/providers.py +++ b/benchmarkplaces/providers.py @@ -206,6 +206,11 @@ class Foursquare(Provider): def get_venue_details(self, venue_id): url = 'https://api.foursquare.com/v2/venues/'...
sneaked in a 4sq hotfix
usebenchmark_benchmark-places
train
4d94daee2adc44672659b0890ac60793373a9708
diff --git a/lib/mobility.rb b/lib/mobility.rb index <HASH>..<HASH> 100644 --- a/lib/mobility.rb +++ b/lib/mobility.rb @@ -65,7 +65,12 @@ module Mobility mobility.translated_attribute_names end - extend Translates + class << self + include Translates + if translates...
Only set alias for mobility_accessor if set in configuration Many gems use the class method `translates` to define translated attribute accessors. To avoid possible conflicts, let's define a configuration option, which defaults to `translates`, to define an alias for `mobility_accessor`. If an application uses another...
shioyama_mobility
train
af7e3b1bf904d55a2ab4f2caa1fcce574528a7fd
diff --git a/tests/Controllers/WebhookControllerTest.php b/tests/Controllers/WebhookControllerTest.php index <HASH>..<HASH> 100644 --- a/tests/Controllers/WebhookControllerTest.php +++ b/tests/Controllers/WebhookControllerTest.php @@ -83,6 +83,32 @@ class WebhookControllerTest extends TestCase $controller = ne...
test: Added test request is empty
CasperLaiTW_laravel-fb-messenger
train
15ff4199f03153bf306fe800609a66e3a4740f88
diff --git a/src/deserialize.js b/src/deserialize.js index <HASH>..<HASH> 100644 --- a/src/deserialize.js +++ b/src/deserialize.js @@ -5,8 +5,8 @@ function deserializeRelationships(resources = [], store) { } function deserializeRelationship(resource = {}, store) { - if (!store[resource.type] || !store[resource.typ...
Camelize while deserializing
andyhite_redux-jsonapi
train
ffede601e4acb94457111f37cbeee1fa971dca2f
diff --git a/scripts/release-branch-forward/release_branch_forward.go b/scripts/release-branch-forward/release_branch_forward.go index <HASH>..<HASH> 100644 --- a/scripts/release-branch-forward/release_branch_forward.go +++ b/scripts/release-branch-forward/release_branch_forward.go @@ -73,7 +73,7 @@ func run() error { ...
branch foward: skip release candidates we shouldn't consider release candidates as reason to not forward master. We should stop forwarding from master once we cut a sub-minor release
cri-o_cri-o
train
dbf958ae7ef41635e8ff4eb60046447beaf0607a
diff --git a/lib/ApiPortal.php b/lib/ApiPortal.php index <HASH>..<HASH> 100644 --- a/lib/ApiPortal.php +++ b/lib/ApiPortal.php @@ -61,6 +61,7 @@ class ApiPortal extends ApiWeb { case'name':$last->name=$val;break; case'type':$last->type=$val;break; case'aux'...
Now the child is being set the type of relation is does have for its parent.
atk4_atk4
train
500362369b66c58631568527ecd18b9ce51c8bc1
diff --git a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/service/MonitorService.java b/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/service/MonitorService.java index <HASH>..<HASH> 100644 --- a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/service/MonitorService....
HWKAGENT-<I> inventory doesn't require us to do this anymore
hawkular_hawkular-agent
train
c90a6ad05f0321685da52e7a8b8bb26f4ffdc6ef
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup( name='relay.runner', - version='0.1.6', + version='0.1.7.dev0', description=( 'A smart thermostat. Given a metric, or some timeseries that should' '...
Back to development: <I>
sailthru_relay
train
7409e2ef4af3def9c0710f34e3b266731d495a2b
diff --git a/src/main/java/org/metacsp/utility/UI/PolygonFrame.java b/src/main/java/org/metacsp/utility/UI/PolygonFrame.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/metacsp/utility/UI/PolygonFrame.java +++ b/src/main/java/org/metacsp/utility/UI/PolygonFrame.java @@ -84,8 +84,8 @@ public class PolygonFrame e...
Added rounding for more precise plotting in PolygonFrame. --F.
FedericoPecora_meta-csp-framework
train
fc00dc4707e0ed48ab0dd57cda5cac25169b0b04
diff --git a/lib/looksee/wirble_compatibility.rb b/lib/looksee/wirble_compatibility.rb index <HASH>..<HASH> 100644 --- a/lib/looksee/wirble_compatibility.rb +++ b/lib/looksee/wirble_compatibility.rb @@ -8,6 +8,7 @@ module Looksee end def wirble_colorizing? + require 'irb' IRB::Irb.method...
Fix for 'uninitialized constant IRB' in ruby <I>. Closes #9.
oggy_looksee
train
fcbfa0b7d4f73debdc5c1810d9db997c507558e1
diff --git a/logbook-json/src/main/java/org/zalando/logbook/json/JacksonJsonFieldBodyFilter.java b/logbook-json/src/main/java/org/zalando/logbook/json/JacksonJsonFieldBodyFilter.java index <HASH>..<HASH> 100644 --- a/logbook-json/src/main/java/org/zalando/logbook/json/JacksonJsonFieldBodyFilter.java +++ b/logbook-json/...
do while to while for JSON filter
zalando_logbook
train
ec08c009eff4a8a4276d11ee17027a0737d97b4a
diff --git a/src/main/java/com/jayway/maven/plugins/android/phase01generatesources/GenerateSourcesMojo.java b/src/main/java/com/jayway/maven/plugins/android/phase01generatesources/GenerateSourcesMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/jayway/maven/plugins/android/phase01generatesources/GenerateSou...
Protect against non-existant res directories.
simpligility_android-maven-plugin
train
3d61daf537e4c6fc0afa2b1e0b9984694253a3b0
diff --git a/angr/analyses/cfg.py b/angr/analyses/cfg.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg.py +++ b/angr/analyses/cfg.py @@ -1608,6 +1608,7 @@ class CFG(Analysis, CFGBase): # Generate new exits if suc_jumpkind == "Ijk_Ret": + # This is the real return exit ...
Fixes #<I>: Add check for Ijk_Rets to avoid executing the same block over and over again.
angr_angr
train
3cdbc64f620cb801d26a7d39f4c5aedaed073ac3
diff --git a/db/migrate/20100916151530_require_admin_flag.rb b/db/migrate/20100916151530_require_admin_flag.rb index <HASH>..<HASH> 100755 --- a/db/migrate/20100916151530_require_admin_flag.rb +++ b/db/migrate/20100916151530_require_admin_flag.rb @@ -3,7 +3,7 @@ class RequireAdminFlag < ActiveRecord::Migration # Make...
fix deprecations in rails migrations multiple rails deprecations in old migrations MS-<I>
rapid7_metasploit_data_models
train
5b1be980afc73aefa4a3166222d5042034c2cc30
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js index <HASH>..<HASH> 100755 --- a/ui/src/components/select/QSelect.js +++ b/ui/src/components/select/QSelect.js @@ -1370,7 +1370,7 @@ export default defineComponent({ : true ) - transitionShowComputed = h...
fix(QSelect): focusin initial controlEvents reference
quasarframework_quasar
train
8b72c0b99e693fac0781a67f2c59c0f3cb242a75
diff --git a/bench/bench_test.go b/bench/bench_test.go index <HASH>..<HASH> 100644 --- a/bench/bench_test.go +++ b/bench/bench_test.go @@ -6,10 +6,10 @@ import ( "os/exec" "testing" + "github.com/containerd/continuity" "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/chrootarchive" "gith...
Update github.com/stevvooe/continuity import path The repository moved to the containerd org
tonistiigi_fsutil
train
4cd2ab3dfe9d260bf3a93f97c4cd1c782d6218d2
diff --git a/test/lib/test/dsl.rb b/test/lib/test/dsl.rb index <HASH>..<HASH> 100644 --- a/test/lib/test/dsl.rb +++ b/test/lib/test/dsl.rb @@ -20,14 +20,8 @@ module Test users = opts[:writers] users += opts[:readers] if opts[:readers] num_writers = opts[:writers].size - block_size = 0 - if opts[:bl...
test: fixup @aalness suggestions Issue: KBFS-<I>
keybase_client
train
c3aaa545f5a67bbe72c0fd4867d4e5b62f2db4e7
diff --git a/core/src/main/java/org/jboss/jca/core/CoreBundle.java b/core/src/main/java/org/jboss/jca/core/CoreBundle.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/jboss/jca/core/CoreBundle.java +++ b/core/src/main/java/org/jboss/jca/core/CoreBundle.java @@ -43,6 +43,14 @@ public interface CoreBundle ...
[JBJCA-<I>] Add option to ignore unknown connections
ironjacamar_ironjacamar
train
7528a75701704cdb221d93dd718bd0734f18e7c9
diff --git a/bin/generate.js b/bin/generate.js index <HASH>..<HASH> 100755 --- a/bin/generate.js +++ b/bin/generate.js @@ -53,39 +53,10 @@ App.on('generate.postInit', function(app) { } } - taskLoggers(app.base); + App.logTasks(app.base, argv); }); /** - * Setup listeners - */ - -function taskLoggers(bas...
expose static `logTasks` method
generate_generate
train
822a98a0b4a37aebc884206dd71225f15b09b2bf
diff --git a/terraform/context_validate_test.go b/terraform/context_validate_test.go index <HASH>..<HASH> 100644 --- a/terraform/context_validate_test.go +++ b/terraform/context_validate_test.go @@ -1001,7 +1001,9 @@ func TestContext2Validate_PlanGraphBuilder(t *testing.T) { Providers: c.components.ResourceProviders...
Fix swallowed tests in terraform package tests
hashicorp_terraform
train
8225dd882baf6ea071aed10e9f953a06ec715fd8
diff --git a/gcloud/bigquery/table.py b/gcloud/bigquery/table.py index <HASH>..<HASH> 100644 --- a/gcloud/bigquery/table.py +++ b/gcloud/bigquery/table.py @@ -18,7 +18,6 @@ import datetime import six -from gcloud._helpers import UTC from gcloud._helpers import _datetime_from_microseconds from gcloud._helpers imp...
Don't replace timestamp w/ UTC. '_datetime_from_microseconds' already does that. Addresses: <URL>
googleapis_google-cloud-python
train
6a4b8081e003183ad1b36006ea4949e0b0cb89d8
diff --git a/test/Utils/ProjectTest.php b/test/Utils/ProjectTest.php index <HASH>..<HASH> 100644 --- a/test/Utils/ProjectTest.php +++ b/test/Utils/ProjectTest.php @@ -52,10 +52,10 @@ class ProjectTest extends \PHPUnit_Framework_TestCase public function testDownloadArchive() { $project = new Project(s...
chore: fix master main (#<I>)
GoogleCloudPlatform_php-tools
train
5cf27c6f910767e595f611cbafc80be10e1b9e53
diff --git a/lib/collection/proxy-config.js b/lib/collection/proxy-config.js index <HASH>..<HASH> 100644 --- a/lib/collection/proxy-config.js +++ b/lib/collection/proxy-config.js @@ -176,20 +176,16 @@ _.assign(ProxyConfig.prototype, /** @lends ProxyConfig.prototype */ { }, /** - * Returns the proxy serv...
Use HTTP protocol always in the proxy server defination
postmanlabs_postman-collection
train
4297292455bcc7b075f07da44908df55aefe784f
diff --git a/bin/fog b/bin/fog index <HASH>..<HASH> 100755 --- a/bin/fog +++ b/bin/fog @@ -10,7 +10,7 @@ end require 'fog/bin' -providers = Fog.providers +providers = Fog.available_providers providers = if providers.length > 1 providers[0...-1].join(', ') << ' and ' << providers[-1] else diff --git a/lib/fog/...
[core] create Fog.available_providers for bin rather than overriding Fog.providers
fog_fog
train
7adeacd3e3f61d5bbfc3e10551a5cb126bad19de
diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointFailureManagerITCase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointFailureManagerITCase.java index <HASH>..<HASH> 100644 --- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointFai...
[FLINK-<I>] Increase time out for the CheckpointFailureManagerITCase
apache_flink
train
dbec8ecf6b5f017561b7d15028eb71ed362f4a14
diff --git a/builder.go b/builder.go index <HASH>..<HASH> 100644 --- a/builder.go +++ b/builder.go @@ -62,7 +62,9 @@ func (p MailBuilder) Subject(subject string) MailBuilder { // To returns a copy of MailBuilder with this name & address appended to the To header. name may be // empty. func (p MailBuilder) To(name, ...
Validate To/BCC/CC Ref #<I> (#<I>) * only append to/bcc/cc if there is an address with a length. add relevant tests * make ErrorMissingRecipient a constant and replace in Build() and relevant tests. Change from Send with mock sender to Build. Add name on To/CC/BCC calls to prove we are testing the empty addr.
jhillyerd_enmime
train
7eb703d2e2bec5ffb2e679c61ca0ea26d1413e27
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ Change log for the astroid package (used to be astng) ===================================================== +-- + + * Basic support for the class form of typing.NamedTuple + + 2017-04-13 -- 1.5.0 ...
Add basic support for understanding typing.NamedTuple subclasses
PyCQA_astroid
train
86e200c2a652b0db6695887276a497a8ac7f5dbc
diff --git a/MatchMakingLobby/GUI/AbstractGUI.php b/MatchMakingLobby/GUI/AbstractGUI.php index <HASH>..<HASH> 100644 --- a/MatchMakingLobby/GUI/AbstractGUI.php +++ b/MatchMakingLobby/GUI/AbstractGUI.php @@ -226,9 +226,18 @@ abstract class AbstractGUI 'zone' => ($p ? array_pop($pathArray) : 'World'), 'rank'...
Sort players by Ladder Points (players attack order)
maniaplanet_matchmaking-lobby
train
cf0a4374d62ccbdaae4645e310d3af591bf641d5
diff --git a/js/lib/ext.Cite.js b/js/lib/ext.Cite.js index <HASH>..<HASH> 100644 --- a/js/lib/ext.Cite.js +++ b/js/lib/ext.Cite.js @@ -32,7 +32,7 @@ function processExtSource(manager, extToken, opts) { // requires addressing. // // Strip all leading white-space - var wsMatch = content.match(/^(\s*)((?:.|\n)*)$/),...
(Bug <I>) Fixed bad regexp * There is another unrelated issue on that page ==> It has a couple instances of <ref>text<ref> which slurps the entire rest of the page into a <I>K string (on which the regexp failed). Change-Id: Ia4c<I>b<I>de5bfe9b<I>c0efaa8c6cb<I>ea0
wikimedia_parsoid
train
9864048720ecac479545d0843c492c1e7d52fecb
diff --git a/lib/itamae-plugin-resource-portage/resources/portage_accept_keywords.rb b/lib/itamae-plugin-resource-portage/resources/portage_accept_keywords.rb index <HASH>..<HASH> 100644 --- a/lib/itamae-plugin-resource-portage/resources/portage_accept_keywords.rb +++ b/lib/itamae-plugin-resource-portage/resources/port...
don't fail when eix not found
sorah_itamae-plugin-resource-portage
train
f2f840651d66b42f4e045673029883f82fe2eac3
diff --git a/coordination/src/main/java/io/atomix/coordination/state/GroupState.java b/coordination/src/main/java/io/atomix/coordination/state/GroupState.java index <HASH>..<HASH> 100644 --- a/coordination/src/main/java/io/atomix/coordination/state/GroupState.java +++ b/coordination/src/main/java/io/atomix/coordination...
Exclude closed sessions from leader election.
atomix_atomix
train
d93ccc532cc11265314036860b2863ce30469b95
diff --git a/src/command/DefaultMenus.js b/src/command/DefaultMenus.js index <HASH>..<HASH> 100644 --- a/src/command/DefaultMenus.js +++ b/src/command/DefaultMenus.js @@ -251,6 +251,12 @@ define(function (require, exports, module) { // editor_cmenu.addMenuItem(Commands.NAVIGATE_JUMPTO_DEFINITION); edi...
Add cut/copy/paste to the context menu
adobe_brackets
train
0eb88bef5fcb9e746a682120d649131cce03728e
diff --git a/library/CM/FormField/Text.js b/library/CM/FormField/Text.js index <HASH>..<HASH> 100644 --- a/library/CM/FormField/Text.js +++ b/library/CM/FormField/Text.js @@ -44,13 +44,12 @@ var CM_FormField_Text = CM_FormField_Abstract.extend({ }, triggerChange: function() { - if (this._skipTriggerChange) {...
Replace value even if not change event is triggered
cargomedia_cm
train
9abac9a719faa506e3bf1b6ce3b932ce4bead51c
diff --git a/src/test/java/org/takes/facets/auth/social/PsGithubTest.java b/src/test/java/org/takes/facets/auth/social/PsGithubTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/takes/facets/auth/social/PsGithubTest.java +++ b/src/test/java/org/takes/facets/auth/social/PsGithubTest.java @@ -119,27 +119,7 @@ ...
Anonymous inner class length is <I> lines (max allowed is <I>)
yegor256_takes
train
7c4e28861b1c12a69b2527f8a567046b5fcdf56e
diff --git a/lib/watir/element_collection.rb b/lib/watir/element_collection.rb index <HASH>..<HASH> 100644 --- a/lib/watir/element_collection.rb +++ b/lib/watir/element_collection.rb @@ -45,7 +45,7 @@ module Watir # def [](idx) - to_a[idx] || element_class.new(@query_scope, @selector.merge(index: idx))...
always lazy load collections (fixes #<I>)
watir_watir
train
9e25539080a04a37cd02eff8f4e1f185236c0133
diff --git a/src/main/java/com/github/phantomthief/util/MoreCollectors.java b/src/main/java/com/github/phantomthief/util/MoreCollectors.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/phantomthief/util/MoreCollectors.java +++ b/src/main/java/com/github/phantomthief/util/MoreCollectors.java @@ -130,7 +13...
change throwingMerger to public. (#7)
PhantomThief_more-lambdas-java
train
68c77fc816dd32bcf2618a621720106d97b017ff
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,6 +122,8 @@ Change log for the astroid package (used to be astng) * Add inference support for hasattr builtin. Closes issue #102. + * Add 'assert_equals' method in nose.tools's brain plugin. + 2015-03-1...
Add 'assert_equals' method in nose.tools's brain plugin.
PyCQA_astroid
train
57828969f054b325bc442802893feb6a77ed6e56
diff --git a/TYPO3.Flow/Classes/MVC/Controller/NotFoundController.php b/TYPO3.Flow/Classes/MVC/Controller/NotFoundController.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/MVC/Controller/NotFoundController.php +++ b/TYPO3.Flow/Classes/MVC/Controller/NotFoundController.php @@ -82,7 +82,7 @@ class NotFoundContr...
[~TASK] FLOW3 (MVC): Fixed a tiny error in the NotFoundController. Original-Commit-Hash: <I>e1c2e<I>d<I>af6dbd9b<I>dc<I>e4bf3
neos_flow-development-collection
train
27137fe3ae7b7cfcccf02415def83474cae683df
diff --git a/graylog2-inputs/src/test/java/org/graylog2/inputs/misc/jsonpath/SelectorTest.java b/graylog2-inputs/src/test/java/org/graylog2/inputs/misc/jsonpath/SelectorTest.java index <HASH>..<HASH> 100644 --- a/graylog2-inputs/src/test/java/org/graylog2/inputs/misc/jsonpath/SelectorTest.java +++ b/graylog2-inputs/src...
Fix SelectorTest for Java 8 by using a Map with predictable iteration order
Graylog2_graylog2-server
train
7232e604599e87c68b361d1ce877907397d8bbd8
diff --git a/src/core/arrayDiff2.js b/src/core/arrayDiff2.js index <HASH>..<HASH> 100644 --- a/src/core/arrayDiff2.js +++ b/src/core/arrayDiff2.js @@ -159,28 +159,9 @@ define(function (require) { } component.indices = indices; oldPos += component.count; - - ...
[svg] Fix new array diff.
ecomfe_zrender
train
9e7fcc53396ba0ae299b5392191bab402f2ee832
diff --git a/jquery.flot.js b/jquery.flot.js index <HASH>..<HASH> 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1726,7 +1726,6 @@ // clear auto-highlights for (var i = 0; i < highlights.length; ++i) { var h = highlights[i]; - console.log(h...
Remove debug output, forgot to save buffer in Emacs before committing git-svn-id: <URL>
ni-kismet_engineering-flot
train
4c98056e35c1ca115c23b6e0bb7e299b3f170af7
diff --git a/WordPress-VIP/ruleset.xml b/WordPress-VIP/ruleset.xml index <HASH>..<HASH> 100644 --- a/WordPress-VIP/ruleset.xml +++ b/WordPress-VIP/ruleset.xml @@ -84,5 +84,13 @@ <!-- https://vip.wordpress.com/documentation/vip/code-review-what-we-look-for/#direct-database-queries --> <!-- https://vip.wordpress.com/...
DirectDatabaseQuery: downgrade messages to warning The messages thrown by the sniff have been downgraded to warnings and the message text adjusted to make the sniff more generically usable. For the VIP ruleset, this change is undone via custom ruleset properties.
WordPress-Coding-Standards_WordPress-Coding-Standards
train
eeac38b92c12636cafbf957784c733ebacecca80
diff --git a/plugin/postgres/plugin.go b/plugin/postgres/plugin.go index <HASH>..<HASH> 100644 --- a/plugin/postgres/plugin.go +++ b/plugin/postgres/plugin.go @@ -184,7 +184,7 @@ func (p PostgresPlugin) Backup(endpoint ShieldEndpoint) error { cmd := "" if pg.Database != "" { // Run dump all on the specified db -...
fix postgres single database backup bug (#<I>)
starkandwayne_shield
train
2fe8b68a4265b4a9f16af99eeeccda0f12cac7e0
diff --git a/query/filter_test.go b/query/filter_test.go index <HASH>..<HASH> 100644 --- a/query/filter_test.go +++ b/query/filter_test.go @@ -6,6 +6,7 @@ import ( ) func testKeyFilter(t *testing.T, f Filter, keys []string, expect []string) { + t.Helper() e := make([]Entry, len(keys)) for i, k := range keys { ...
test(query): be thurough
ipfs_go-datastore
train
eca75a08ca639540c183a245bdab8fb53b18d086
diff --git a/shutit_global.py b/shutit_global.py index <HASH>..<HASH> 100644 --- a/shutit_global.py +++ b/shutit_global.py @@ -888,8 +888,8 @@ class ShutIt(object): child.logfile_send = None try: child.interact(input_filter=self._pause_input_filter) - except: - ...
check root at start of modules, remove print, implement reinstall, client not clients
ianmiell_shutit
train