hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a164de623b94e5cf7b19d014e7c8eb389693a98f
diff --git a/salt/cloud/clouds/nova.py b/salt/cloud/clouds/nova.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/nova.py +++ b/salt/cloud/clouds/nova.py @@ -820,12 +820,12 @@ def volume_create(name, size=100, snapshot=None, voltype=None, **kwargs): Create block storage device ''' conn = get_conn() ...
added availability_zones to nova cloud
saltstack_salt
train
aea9511b2d4192761b3c0b13810e59977a7c13f7
diff --git a/src/EventExport/FileWriter/CSVFileWriter.php b/src/EventExport/FileWriter/CSVFileWriter.php index <HASH>..<HASH> 100644 --- a/src/EventExport/FileWriter/CSVFileWriter.php +++ b/src/EventExport/FileWriter/CSVFileWriter.php @@ -116,8 +116,9 @@ class CSVFileWriter implements FileWriterInterface { ...
III-<I>: Pop event IDs from URL when Exporting as CSV
cultuurnet_udb3-php
train
6a98a65efc69e8b49195faff9b5e455dc45f29aa
diff --git a/alot/command.py b/alot/command.py index <HASH>..<HASH> 100644 --- a/alot/command.py +++ b/alot/command.py @@ -546,4 +546,13 @@ class BounceMailCommand(Command): mail = msg.get_email() del(mail['To']) ui.apply_command(ComposeCommand(mail=mail)) + +### taglist +class TaglistSelectC...
select in taglist works again. issue #<I>
pazz_alot
train
89fdd9796d501b444fe79d086d81e92b93446355
diff --git a/ocrd_utils/ocrd_utils/__init__.py b/ocrd_utils/ocrd_utils/__init__.py index <HASH>..<HASH> 100644 --- a/ocrd_utils/ocrd_utils/__init__.py +++ b/ocrd_utils/ocrd_utils/__init__.py @@ -423,7 +423,7 @@ def get_local_filename(url, start=None): url = url[len('file://'):] # Goobi/Kitodo produces tho...
raise exceptions for pseudo-file URL (file:/path instead of file://path)
OCR-D_core
train
aabc7a11734b3f5e645dd1b9c68a470c36b678ec
diff --git a/src/Rapid/Model/Support/HasAttributesTrait.php b/src/Rapid/Model/Support/HasAttributesTrait.php index <HASH>..<HASH> 100644 --- a/src/Rapid/Model/Support/HasAttributesTrait.php +++ b/src/Rapid/Model/Support/HasAttributesTrait.php @@ -42,8 +42,6 @@ trait HasAttributesTrait foreach ($attributes as $...
Remove exception thrown for Rapid fields not in SDK Models
eWAYPayment_eway-rapid-php
train
e7a0370621aead1b9069e88a994af4b5e8bca25a
diff --git a/metrics-core/src/main/java/com/codahale/metrics/SlidingTimeWindowReservoir.java b/metrics-core/src/main/java/com/codahale/metrics/SlidingTimeWindowReservoir.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/codahale/metrics/SlidingTimeWindowReservoir.java +++ b/metrics-core/src/main/jav...
Improve tick overflow handling in SlidingTimeWindowReservoir (#<I>)
dropwizard_metrics
train
3449394c5f3609a63cfba1b720ddda86c4769b50
diff --git a/lib/mongoid/persistence_context.rb b/lib/mongoid/persistence_context.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/persistence_context.rb +++ b/lib/mongoid/persistence_context.rb @@ -107,6 +107,10 @@ module Mongoid # # @since 6.0.0 def client + client_options = send(:client_options) ...
Fix read preference passing to ruby driver
mongodb_mongoid
train
ca124569ce6c928b5bf4bfafa8097dcc45ba12a5
diff --git a/lib/cache-serializers.js b/lib/cache-serializers.js index <HASH>..<HASH> 100644 --- a/lib/cache-serializers.js +++ b/lib/cache-serializers.js @@ -78,7 +78,12 @@ LevelDbSerializer.prototype.write = function(moduleOps) { } for (var i = 0; i < ops.length; i++) { - ops.type = 'put'; + if (ops[i]....
Set batch op type in leveldb serializer Let items get deleted from the db when its value would be null.
mzgoddard_hard-source-webpack-plugin
train
6554e5ac3d0eccfcca338ae9c1da6db9ec86fdf5
diff --git a/salt/modules/virt.py b/salt/modules/virt.py index <HASH>..<HASH> 100644 --- a/salt/modules/virt.py +++ b/salt/modules/virt.py @@ -75,7 +75,6 @@ The calls not using the libvirt connection setup are: # Special Thanks to Michael Dehann, many of the concepts, and a few structures # of his in the virt func mo...
Fix virt update when cpu and memory are changed If CPU is changed, the memory change would be short circuited. This is a regression introduced by PR #<I>
saltstack_salt
train
f8a7bf86548dc106e9ed431f4b95edaaf077c0ff
diff --git a/util_test.go b/util_test.go index <HASH>..<HASH> 100644 --- a/util_test.go +++ b/util_test.go @@ -5,6 +5,7 @@ import ( "bytes" "flag" "fmt" + "io" "math/rand" "net/textproto" "strings" @@ -13,31 +14,78 @@ import ( var compareWithStd = flag.Bool("std", false, "compare with standard library im...
util: readLine more tests and benchmarks
gobwas_ws
train
f80c32ba96c066ad6e5ae15533072c9acb475f89
diff --git a/app/helpers/admin/configuration_helper.rb b/app/helpers/admin/configuration_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/admin/configuration_helper.rb +++ b/app/helpers/admin/configuration_helper.rb @@ -20,7 +20,7 @@ module Admin::ConfigurationHelper html << content_tag(:span, value, :id ...
Added to_s to force nil to string if necessary (Thanks Wuest!). Also fixed deprecated .on method to .get method! I DID THAT ALL BY MYSELF WOOOO! :D resolves #<I>
pgharts_trusty-cms
train
2f90b38273c43e9dda01b8abcb68784463b1542b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ from setuptools import setup -with open('README.rst') as f: - readme = f.read() with open('LICENSE') as f: license = f.read() @@ -10,7 +8,6 @@ setup( name='pybotvac', version='0.0.1', ...
Update setup.py Removed reference to README.rst.
stianaske_pybotvac
train
a6036d57a54780a24271d9ce776b2f109d5966c1
diff --git a/engine_api.md b/engine_api.md index <HASH>..<HASH> 100644 --- a/engine_api.md +++ b/engine_api.md @@ -103,17 +103,6 @@ Response: The requested result as a blob of text. If the desired `export_type` is not supported, an HTTP 404 error is returned. -#### GET /v1/calc/:calc_id/log - -Get the full calcula...
Removed get_log since get_log_slice does everything Former-commit-id: <I>c<I>d<I>ac<I>c<I>eab<I>c<I>b<I>f
gem_oq-engine
train
5b557316263440ecb6d7eef5fc34a217a05d1f0d
diff --git a/tests/test_client.py b/tests/test_client.py index <HASH>..<HASH> 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -6,6 +6,7 @@ import random import unittest from io import StringIO from xml.etree import ElementTree +import random from pysolr import (NESTED_DOC_KEY, Results, Solr, SolrE...
delete(): improved multiple-id code and tests Received all feedback as of PR#<I> comment: <<URL>
django-haystack_pysolr
train
7f7faa2dfecbe674e8a76a695efee997cd7edf5d
diff --git a/src/js/common/parser.js b/src/js/common/parser.js index <HASH>..<HASH> 100644 --- a/src/js/common/parser.js +++ b/src/js/common/parser.js @@ -177,7 +177,8 @@ gpii.schema.parser.lookupDescription = function (that, schemaKey, schemaFieldPat */ gpii.schema.parser.updateSchemas = function (that) { var ...
GPII-<I>: Collapsed `hasParser` grades into defaults and removed check for parser existence.
GPII_gpii-json-schema
train
fc85092f22ecc0e4866196bb531bf4fddd39a404
diff --git a/seleniumhelpers/seleniumhelpers.py b/seleniumhelpers/seleniumhelpers.py index <HASH>..<HASH> 100644 --- a/seleniumhelpers/seleniumhelpers.py +++ b/seleniumhelpers/seleniumhelpers.py @@ -166,13 +166,22 @@ class SeleniumTestCase(LiveServerTestCase): def waitForText(self, text, tim...
Added ``within`` to ``SeleniumTestCase.waitForText()``.
espenak_django_seleniumhelpers
train
e4d29a69127ba488ae49bdd21a2c06c8f5216baf
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setuptools.setup( author_email='geguileo@redhat.com', url='https://github.com/akrog/cinderlib', packages=setuptools.find_packages(exclude=['tmp', 'tests*']), - include_package_data=True, + i...
Don't include package data for now
Akrog_cinderlib
train
47817488c8ae921e8e56cb9fbcfdde126eb24ace
diff --git a/marshmallow_jsonapi/schema.py b/marshmallow_jsonapi/schema.py index <HASH>..<HASH> 100644 --- a/marshmallow_jsonapi/schema.py +++ b/marshmallow_jsonapi/schema.py @@ -106,7 +106,7 @@ class Schema(ma.Schema): { 'detail': '`data` object must include `type` key.', ...
Fix a small overindentation.
marshmallow-code_marshmallow-jsonapi
train
698eeb37978b8200b79fac91056c3ccee248b9ce
diff --git a/ipdata/cli.py b/ipdata/cli.py index <HASH>..<HASH> 100644 --- a/ipdata/cli.py +++ b/ipdata/cli.py @@ -141,16 +141,15 @@ def batch(ctx, ip_list, output, output_format, fields): result_context['writer'] = csv.writer(output) def print_result(res): - result_context['writer'].writ...
Use IPData bulk_lookup for batch command
ipdata_python
train
d81b05e701e688d26f17f4918a3f6ff6a6a21509
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -74,8 +74,11 @@ } else { $currlang = current_language(); $langs = get_list_of_languages(); - $langlabel = get_accesshide(get_string('language')); - $langmenu = popup_form($CFG->wwwroot ...
MDL-<I> Converted calls to popup_form()
moodle_moodle
train
1ef95afb5e95ad6f071eff33031c860ff95cb765
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changelog ========== -bleeding +1.0.0 ----- - Added Mocking API - Added a bunch of tests diff --git a/describe/value/mixins.py b/describe/value/mixins.py index <HASH>..<HASH> 100644 --- a/desc...
Set version to <I> (alpha?) and added some documentation.
jeffh_describe
train
785b3e7a575f26f3c33e3369d8a75fb131f90584
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index <HASH>..<HASH> 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -42,6 +42,8 @@ import ( "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/logger/glog" "github.com/ethereum/go-ethereum/metrics" + "github.com/ethereum/go-ethereum/...
cmd/geth, eth: added canonical extra data Implemented canonical extra data according to <URL>
ethereum_go-ethereum
train
01a2fe05bdc5533bf99b14703ebfd03149ac4b5e
diff --git a/quart/serving.py b/quart/serving.py index <HASH>..<HASH> 100644 --- a/quart/serving.py +++ b/quart/serving.py @@ -188,7 +188,7 @@ class H2Server(HTTPProtocol): loop: asyncio.AbstractEventLoop, transport: asyncio.BaseTransport, ) -> None: - super().__init__(app, loop, t...
Improve the serving tests This now actual checks the returned data is sane, and includes aspects that should have been set during the serving stage (i.e. server). It also fixes a bug in the server header for h2 connections.
pgjones_quart
train
7f0309fc457836107adad59106668a12154eca65
diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/translators/SinkTransformationTranslator.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/translators/SinkTransformationTranslator.java index <HASH>..<HASH> 100644 --- a/flink-streaming-java/src/main/java/org/...
[hotfix][datastream] move the change and restore of env parallelism into the adjusTransformations method.
apache_flink
train
cfa54c7b249835858bfb99271d54a190f008468e
diff --git a/src/main/groovy/lang/Script.java b/src/main/groovy/lang/Script.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/lang/Script.java +++ b/src/main/groovy/lang/Script.java @@ -53,17 +53,7 @@ package groovy.lang; * @version $Revision$ */ public abstract class Script extends GroovyObjectSupport { - ...
Remove the script context from the constructor so the lifecycle is consistent for Scripts. git-svn-id: <URL>
groovy_groovy-core
train
ee939f75a88ec3c2b162bc6bc68ff2cd4e050d89
diff --git a/pyhocon/config_parser.py b/pyhocon/config_parser.py index <HASH>..<HASH> 100644 --- a/pyhocon/config_parser.py +++ b/pyhocon/config_parser.py @@ -194,7 +194,7 @@ class ConfigParser(object): comment = (Literal('#') | Literal('//')) - SkipTo(eol) comment_eol = Suppress(Optional(eol_comma) +...
fixed parsing of last line when no eol
chimpler_pyhocon
train
381f68d0e53f07e11a52f1c1b617c63584b8b839
diff --git a/app/models/chat/message.rb b/app/models/chat/message.rb index <HASH>..<HASH> 100644 --- a/app/models/chat/message.rb +++ b/app/models/chat/message.rb @@ -14,6 +14,8 @@ class Chat::Message < ApplicationRecord before_save :remove_extra_new_line before_save :execute_dot_command + validates :text, pre...
Dont allow empty messages to get created
npezza93_chat
train
22f47bdd7d36f25a567414dde81c70098a1d2bd8
diff --git a/test/definitions/eventTest.js b/test/definitions/eventTest.js index <HASH>..<HASH> 100644 --- a/test/definitions/eventTest.js +++ b/test/definitions/eventTest.js @@ -110,7 +110,7 @@ describe('event definition', function () { it('it should work as expected', function (done) { var evtOb...
test definitionBase and eventTest
adrai_node-cqrs-domain
train
8de6ea9623cb03fefee421c9598a9c4e077116e8
diff --git a/lib/Daemon_WorkerThread.class.php b/lib/Daemon_WorkerThread.class.php index <HASH>..<HASH> 100644 --- a/lib/Daemon_WorkerThread.class.php +++ b/lib/Daemon_WorkerThread.class.php @@ -353,7 +353,7 @@ class Daemon_WorkerThread extends Thread $this->setStatus(3); if ($hard) {exit(0);} $reloadReady = $...
Class Request: fixed bug related with finish() inside of init(). Daemon_WorkerThread: trivial change of debug-message.
kakserpom_phpdaemon
train
2dc31ce3b680568fb58be8ee065c91441dbd5042
diff --git a/src/playground/playground.go b/src/playground/playground.go index <HASH>..<HASH> 100644 --- a/src/playground/playground.go +++ b/src/playground/playground.go @@ -46,7 +46,7 @@ func main() { return dirs[name], nil }, OpenFile: func(name string) (io.ReadCloser, error) { - if name == "/inp...
playground: Compile time errors shown in output.
gopherjs_gopherjs
train
df6312b6c9c4bc520f8f98a83ee6cedee9539968
diff --git a/yadlt/core/model.py b/yadlt/core/model.py index <HASH>..<HASH> 100644 --- a/yadlt/core/model.py +++ b/yadlt/core/model.py @@ -85,8 +85,8 @@ class Model(object): with the same name of this model is restored from disk to continue training. """ - self....
Updated tf summaries to latest version (<I>rc0)
blackecho_Deep-Learning-TensorFlow
train
2b531923da53878ba06ec68df9803aec68e6ec9d
diff --git a/app/models/resource_import_file.rb b/app/models/resource_import_file.rb index <HASH>..<HASH> 100644 --- a/app/models/resource_import_file.rb +++ b/app/models/resource_import_file.rb @@ -65,12 +65,12 @@ class ResourceImportFile < ActiveRecord::Base rows = open_import_file(create_import_temp_file(resour...
disabled header check next-l/enju_leaf#<I>
next-l_enju_biblio
train
d3cf181e74d609c8f5439c98cbdd0ac8a9b599a9
diff --git a/coap/coap-request.js b/coap/coap-request.js index <HASH>..<HASH> 100644 --- a/coap/coap-request.js +++ b/coap/coap-request.js @@ -79,7 +79,7 @@ module.exports = function(RED) { }); onPayloadDecoded(payload); } else if (res.headers['Cont...
Update dependency: `cbor`
reederz_node-red-contrib-coap
train
fffd7a412b2dff644c87280d03122869978dfba2
diff --git a/flip.go b/flip.go index <HASH>..<HASH> 100644 --- a/flip.go +++ b/flip.go @@ -21,6 +21,12 @@ const ( // GopherEmoticon is the gopher emoticon used to do a gopher flip GopherEmoticon = "ʕ╯◔ϖ◔ʔ╯︵" + + // AngryEmoticon is an angry emoticon used to angrily flip the table + AngryEmoticon = "(ノಠ益ಠ)ノ︵" + + ...
Added the angry and sparkly emoticons
peterhellberg_flip
train
1fe681b6b7d454fe295bb3fdb852a67d8d0feb98
diff --git a/PageTool/User/User.tool.php b/PageTool/User/User.tool.php index <HASH>..<HASH> 100644 --- a/PageTool/User/User.tool.php +++ b/PageTool/User/User.tool.php @@ -1,6 +1,13 @@ <?php class User_PageTool extends PageTool { - public function go($api, $dom, $template, $tool) {} + public function go($api, $dom, $t...
User tool updated to use an anonymous tracking cookie - allows extended sessions without authentication
PhpGt_WebEngine
train
5b49959934750e3cfd186c85fe8f5a4bcffc253b
diff --git a/tests/test_sdist.py b/tests/test_sdist.py index <HASH>..<HASH> 100644 --- a/tests/test_sdist.py +++ b/tests/test_sdist.py @@ -351,6 +351,7 @@ class SDistTestCase(PyPIRCCommandTestCase): # filling data_files by pointing files in package_data dist.package_data = {'somecode': ['*.txt']} ...
Issue #<I>: Fix distutils sdist test on Windows. Patch by Jeremy Kloth.
pypa_setuptools
train
50d4ce6ae436e57d087e57631735a9631c6922d7
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,8 +11,13 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os -sys.path.insert(1, '..') +import sys +impor...
Make some updates to the sphinx conf file
zeroSteiner_AdvancedHTTPServer
train
a4a083913d5016fed503818897a14251c923bac4
diff --git a/cherrypy/test/test_config_server.py b/cherrypy/test/test_config_server.py index <HASH>..<HASH> 100644 --- a/cherrypy/test/test_config_server.py +++ b/cherrypy/test/test_config_server.py @@ -5,7 +5,9 @@ test.prefer_parent_path() import os, sys localDir = os.path.join(os.getcwd(), os.path.dirname(__file_...
Added a test for socket_timeout.
cherrypy_cheroot
train
b2dc389d4ce722cb499b87f2f607a68342a62e48
diff --git a/tests/lib/screenshot-testing/support/page-renderer.js b/tests/lib/screenshot-testing/support/page-renderer.js index <HASH>..<HASH> 100644 --- a/tests/lib/screenshot-testing/support/page-renderer.js +++ b/tests/lib/screenshot-testing/support/page-renderer.js @@ -242,6 +242,11 @@ PageRenderer.prototype.captu...
when detecting the clipRect ignore elements that are not visible and trigger an error if no element is visible
matomo-org_matomo
train
be6432ee4c2a22ddbe2cfc884235caf09039278f
diff --git a/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php b/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php +++ b/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExt...
fix extracting mixed type-hinted property types
symfony_symfony
train
f83c0c880627b4d309df251d410aef67a4992040
diff --git a/core-bundle/src/Resources/contao/drivers/DC_Table.php b/core-bundle/src/Resources/contao/drivers/DC_Table.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/drivers/DC_Table.php +++ b/core-bundle/src/Resources/contao/drivers/DC_Table.php @@ -3607,7 +3607,7 @@ class DC_Table extends Data...
Update the security.yml file and run the CS fixer
contao_contao
train
e0f5f277363a692c75d75709da98ecbf327ee680
diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -86,24 +86,26 @@ $string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server<br /> <b>User:</b> your database username<br /> <b>Password:</b> ...
Some more strings added to the installer to make it more resposible. Merged from MOODLE_<I>_STABLE
moodle_moodle
train
a2f1e8d4faaea09456091c788c9f4b94525107c1
diff --git a/examples/items.php b/examples/items.php index <HASH>..<HASH> 100644 --- a/examples/items.php +++ b/examples/items.php @@ -107,6 +107,10 @@ $item->fields = array( new PodioImageItemField('image-field'), ); +// Or you can use add_field and remove_field methods to add/remove fields one at a time: +$item...
Add convenience methods for adding and removing fields on items and apps.
podio-community_podio-php
train
615668848ff42a48ea08c34ab50a8f61ca74f4c3
diff --git a/dciclient/v1/api/file.py b/dciclient/v1/api/file.py index <HASH>..<HASH> 100644 --- a/dciclient/v1/api/file.py +++ b/dciclient/v1/api/file.py @@ -17,6 +17,8 @@ from dciclient.v1.api import base from dciclient.v1 import utils +import os + RESOURCE = 'files' TABLE_HEADERS = ['id', 'name', 'mime', 'md...
Upload files with streaming. Change-Id: Ic9e4e<I>e9ae4c<I>c2fa<I>dc1fc<I>c<I>
redhat-cip_python-dciclient
train
1572735824103e2fa74c103be10ed2995da1723e
diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -3246,6 +3246,22 @@ class TestDataFrame(unittest.TestCase, CheckIndexing, rs = df.to_records(convert_datetime64=False) self.assert_(rs['...
TST: df.from_records should accept values deriving from ABC collection.Mapping
pandas-dev_pandas
train
468d38118e2a0970806ed6e6a4377dd77d669f04
diff --git a/src/ResourceUri.php b/src/ResourceUri.php index <HASH>..<HASH> 100644 --- a/src/ResourceUri.php +++ b/src/ResourceUri.php @@ -185,6 +185,21 @@ final class ResourceUri return self::fromProtocolAndResource($this->protocol, $this->resource . '/' . ltrim($childRelativePath, '/')); } + public...
Add method to extract relative path from resource URIs
alchemy-fr_resource-component
train
87b195be6e15f07f1fdf65b04a705a8e29c18103
diff --git a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeReferences.java b/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeReferences.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types...
[xbase][typereferences] Fix: Don't cast without instance of check - the element may be a proxy
eclipse_xtext-extras
train
d06cc81b05a156657695d6e822a9651d3fa91963
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,7 @@ * better diagnostics for API mode install failure [kleisauke] * revise docs [int-ua] +* better reference tracking for new_from_memory [aspadm] ## Version 2.1.12 (17 Feb 2020) diff --g...
better reference tracking in new_from_memory We were using "in" to check for repeats of memoryview objects, but "in" uses "==", and "==" on memoryview compares hashes. This means that different pointers are equal if they point to equal bytes. This patch swaps "in" for a loop testing equality with "is" (pointer equali...
libvips_pyvips
train
e0ed49f86418be31875ed8523e2a137f704c1fce
diff --git a/structr/structr-core/src/main/java/org/structr/common/ImageHelper.java b/structr/structr-core/src/main/java/org/structr/common/ImageHelper.java index <HASH>..<HASH> 100644 --- a/structr/structr-core/src/main/java/org/structr/common/ImageHelper.java +++ b/structr/structr-core/src/main/java/org/structr/commo...
set checksum and size at creation time
structr_structr
train
30f6a08d959e32ef8b09429d0970c23b39ac58d5
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,26 +1,35 @@ module.exports = function(grunt) { + "use strict"; + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), - copy: { - main:{ - files: [{ src: ['javascript/src/even...
Improved release packaging, & added template for release version to show in distributed sources...
amvtek_EventSource
train
288d3bd55d9727b6bcb76b84070d28cb09908ec1
diff --git a/spec/features/examples/facebook_api_spec.rb b/spec/features/examples/facebook_api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/features/examples/facebook_api_spec.rb +++ b/spec/features/examples/facebook_api_spec.rb @@ -1,7 +1,8 @@ require 'spec_helper' require 'base64' -describe 'Facebook API exampl...
Removing failing feature spec or now
oesmith_puffing-billy
train
a6d8cd30cadf0c9a2de6d90f4e16d2eb594fe92c
diff --git a/nago/extensions/__init__.py b/nago/extensions/__init__.py index <HASH>..<HASH> 100644 --- a/nago/extensions/__init__.py +++ b/nago/extensions/__init__.py @@ -1,9 +1,3 @@ -from nago.core import nago_access, get_node -import nago.core -import inspect -import os -import json - """ Extensions module for Nago ...
extension api now stores metadata from clients
opinkerfi_nago
train
68e96f50d8d65bd164ee2e47be9a0663899b4476
diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -33,6 +33,7 @@ return [ 'scheduled' => 'Geplante Wartungen', 'scheduled_at' => ', geplant :timestamp', '...
New translations cachet.php (German)
CachetHQ_Cachet
train
9b528439d882766668e7d7aa923e39e57918aa85
diff --git a/csg/core.py b/csg/core.py index <HASH>..<HASH> 100644 --- a/csg/core.py +++ b/csg/core.py @@ -323,9 +323,9 @@ class CSG(object): polygons = [] def appendVertex(vertices, theta, phi): d = Vector( - math.cos(theta) * math.sin(phi), - math.cos(phi),...
fixed the offset and radius problem when creating a sphere
timknip_pycsg
train
46a121d3d9059be5956bd1022c8fdca084c0119d
diff --git a/src/Command/SelfUpdateCommand.php b/src/Command/SelfUpdateCommand.php index <HASH>..<HASH> 100755 --- a/src/Command/SelfUpdateCommand.php +++ b/src/Command/SelfUpdateCommand.php @@ -25,27 +25,6 @@ class SelfUpdateCommand extends Command { /** - * @var Updater - */ - private $updater; - -...
[HOTFIX] Move instantiation of Updater to execute method Resolve #<I>
TYPO3_Surf
train
feabdf08aa7535ef0b2e2f863cdd0c665dcb52ad
diff --git a/src/Service/MelisWebPackService.php b/src/Service/MelisWebPackService.php index <HASH>..<HASH> 100644 --- a/src/Service/MelisWebPackService.php +++ b/src/Service/MelisWebPackService.php @@ -240,7 +240,7 @@ class MelisWebPackService implements ServiceLocatorAwareInterface // remove params on...
added checker if the file exists
melisplatform_melis-asset-manager
train
c145a0a2cdbe990e5d64a8bd7e15db95d12af058
diff --git a/molotov/quickstart/loadtest.py b/molotov/quickstart/loadtest.py index <HASH>..<HASH> 100644 --- a/molotov/quickstart/loadtest.py +++ b/molotov/quickstart/loadtest.py @@ -8,7 +8,7 @@ from molotov import scenario, setup, global_setup, teardown, global_teardown _API = 'http://localhost:8080' -@global_set...
Make sure the generated code works - fixes #<I>
loads_molotov
train
932b057f4de960d8b42826a214d37dd9dffc9852
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "webpack-isomorphic-tools": "^0.8.5" }, "devDependencies": { - "autoprefixer-loader": "^2.0.0", + "autoprefixer-loader": "^3.1.0", "babel-core": "^5.8.22", "babel-eslin...
upgraded autoprefixer-loader, upgraded to redux-form <I>
bdefore_universal-redux
train
5f27a37aa2f8f64dd43787a34d94a7e006ebfa98
diff --git a/ballet/eng/category_encoders.py b/ballet/eng/category_encoders.py index <HASH>..<HASH> 100644 --- a/ballet/eng/category_encoders.py +++ b/ballet/eng/category_encoders.py @@ -18,3 +18,24 @@ try: from category_encoders import WOEEncoder except ImportError: pass + + +__all__ = ( + 'BackwardDiffe...
Set __all__ for re-exported libraries
HDI-Project_ballet
train
a8981c1e082f993d9700264242c471a4182d3b96
diff --git a/django_tablib/fields.py b/django_tablib/fields.py index <HASH>..<HASH> 100644 --- a/django_tablib/fields.py +++ b/django_tablib/fields.py @@ -1,4 +1,4 @@ class Field(object): def __init__(self, attribute=None, header=None): self.attribute = attribute - self.header = header or self.att...
Don't set Field.header to the attribute if no header is specified.
joshourisman_django-tablib
train
a7b3f1b65081325f739ea7f50c2b621cce5f9a06
diff --git a/spyderlib/widgets/status.py b/spyderlib/widgets/status.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/status.py +++ b/spyderlib/widgets/status.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2012 Pierre Raybaut +# Copyright © 2009- The Spyder Development Team # Licensed under the ter...
Testing: Fix widgets/status tests
spyder-ide_spyder
train
70495a83b1b4c62866865d7336e3731103630780
diff --git a/src/kba/pipeline/test_dedup.py b/src/kba/pipeline/test_dedup.py index <HASH>..<HASH> 100644 --- a/src/kba/pipeline/test_dedup.py +++ b/src/kba/pipeline/test_dedup.py @@ -108,7 +108,8 @@ def test_dedup_production_config(): print 'removed %d near-exact duplicates' % num_dups assert num_dups == 3 ...
fixing more pylint
trec-kba_streamcorpus-pipeline
train
8aa770fab6ac19993bb4b05637dd1f57b28c5810
diff --git a/composite_rsr_plot.py b/composite_rsr_plot.py index <HASH>..<HASH> 100644 --- a/composite_rsr_plot.py +++ b/composite_rsr_plot.py @@ -34,8 +34,7 @@ import numpy as np def plot_band(plt_in, band_name, spec_response, pltname=None): - """Do the plotting of one band - """ + """Do the plotting of ...
Improve code style (following Codacy)
pytroll_pyspectral
train
8373fc49fdd7d17831990f2d7dd3afc9b894c5e4
diff --git a/tests/Subscriber/RedirectTest.php b/tests/Subscriber/RedirectTest.php index <HASH>..<HASH> 100644 --- a/tests/Subscriber/RedirectTest.php +++ b/tests/Subscriber/RedirectTest.php @@ -24,7 +24,14 @@ class RedirectTest extends \PHPUnit_Framework_TestCase $client->getEmitter()->attach($history); ...
Ensuring redirect "end" is called only onect
guzzle_guzzle
train
a7b24e705e4acdf3bffefe6fb885d10e3e29d956
diff --git a/atrcopy/parsers.py b/atrcopy/parsers.py index <HASH>..<HASH> 100644 --- a/atrcopy/parsers.py +++ b/atrcopy/parsers.py @@ -21,9 +21,11 @@ class SegmentParser(object): self.image = None self.segments = [] self.strict = strict - self.parse(segment_data) + self.segment_...
SegmentParser now stores ref to segment data so it can reparse without having to pass that in again
robmcmullen_atrcopy
train
9d8cfce7ef34664b445527cc0be592f3dfc1d873
diff --git a/blockstack_client/user.py b/blockstack_client/user.py index <HASH>..<HASH> 100644 --- a/blockstack_client/user.py +++ b/blockstack_client/user.py @@ -353,7 +353,9 @@ def user_zonefile_data_pubkey(user_zonefile, key_prefix='pubkey:data:'): Return None if not defined Raise if there are multiple one...
it's okay if we don't have a user zone file when searching through it; just return None in these cases.
blockstack_blockstack-core
train
8b3f88ff8ef216867feed614ba463b9d7cc828df
diff --git a/tests/sockjs_app.js b/tests/sockjs_app.js index <HASH>..<HASH> 100644 --- a/tests/sockjs_app.js +++ b/tests/sockjs_app.js @@ -5,7 +5,7 @@ exports.install = function(config, server) { sjs_echo.on('open', function(conn){ console.log(' [+] echo open ' + conn); ...
Be less verbose during tests.
sockjs_sockjs-client
train
5aa48facaf77d8fb6919c960659dfa41f3f1ad78
diff --git a/fabfile.py b/fabfile.py index <HASH>..<HASH> 100644 --- a/fabfile.py +++ b/fabfile.py @@ -2,7 +2,13 @@ import os from fabric.api import * +def clean(): + current_dir = os.path.dirname(__file__) + local("find %s -name '*.pyc' -exec rm -f {} \;" % current_dir) + local("rm -rf %s/build" % curren...
Add task clean() to remove *.pyc files
rcmachado_pyvideolog
train
da970a263abed444da7ca1c6b1c0f4700d3171d1
diff --git a/client/mc.go b/client/mc.go index <HASH>..<HASH> 100644 --- a/client/mc.go +++ b/client/mc.go @@ -46,6 +46,16 @@ func (client *Client) Send(req gomemcached.MCRequest) (rv gomemcached.MCResponse return } +// Send a request, but do not wait for a response. +func (client *Client) Transmit(req gomemcached...
Commands for sending and receiving requests.
dustin_gomemcached
train
ad2a9b6e71182e7f48291dc629e05aee85c5624c
diff --git a/zotero.py b/zotero.py index <HASH>..<HASH> 100644 --- a/zotero.py +++ b/zotero.py @@ -17,7 +17,29 @@ import urllib import urllib2 import feedparser import xml.etree.ElementTree as xml -import traceback + + + +# Define some exceptions +class PyZoteroError(Exception): + """ Generic parent exception + ...
Defining some exception handlers
urschrei_pyzotero
train
8325e0546ff0c09ed679c667d0669bbf3bfdbd63
diff --git a/test_copier.py b/test_copier.py index <HASH>..<HASH> 100644 --- a/test_copier.py +++ b/test_copier.py @@ -61,5 +61,16 @@ def test_copy_dir(reporter): file_list = [{test_dir: "copier-directory"}] copier.copy_files(file_list) copier.copy_files(file_list) # not called the second time + eq_(...
:sparkles: allow copy a directory without its subdirectories. #<I>
moremoban_moban-handlebars
train
abe0db0bc7d6ecef0c2f232f8bde89aa7ec6c6f6
diff --git a/web.go b/web.go index <HASH>..<HASH> 100644 --- a/web.go +++ b/web.go @@ -254,9 +254,12 @@ func SetStaticDir(dir string) { func SetStaticRoute(route string) { cr, err := regexp.Compile(route) - if err != nil { + switch { + case err != nil: log.Stderrf("Error in static route regex ...
Ensure only one subexpression in static route.
hoisie_web
train
075a112e5a3a1c1a2468e72f9c5f28ea7752090e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( 'bokeh.server.models', 'bokeh.server.views', 'bokeh.server.test', 'bokeh.specialmodels', 'bokeh.sampledata', 'bokeh.vendor', - 'bokeh.test...
Corrected minor typo in setup.py
bokeh_bokeh
train
4e2e32cd2133b0b5e136ac3c343b1b6e317880ad
diff --git a/firefly/src/main/java/com/firefly/Version.java b/firefly/src/main/java/com/firefly/Version.java index <HASH>..<HASH> 100644 --- a/firefly/src/main/java/com/firefly/Version.java +++ b/firefly/src/main/java/com/firefly/Version.java @@ -4,5 +4,5 @@ package com.firefly; * @author Pengtao Qiu */ public int...
[chore]: update version to <I>
hypercube1024_firefly
train
d86891cf814697a1d213062117d8c2659725cb63
diff --git a/lib/workers/repository/updates/generate.js b/lib/workers/repository/updates/generate.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/updates/generate.js +++ b/lib/workers/repository/updates/generate.js @@ -49,9 +49,6 @@ function generateBranchConfig(branchUpgrades) { upgrade.baseBranches...
fix: prTitle compilation with nested templates Closes #<I>
renovatebot_renovate
train
c37c7ae101264c2d486b776988cac39bba16603d
diff --git a/codemods/transform-typography.js b/codemods/transform-typography.js index <HASH>..<HASH> 100644 --- a/codemods/transform-typography.js +++ b/codemods/transform-typography.js @@ -4,25 +4,25 @@ const mappings = { MainTitle: { componentName: 'Typography', props: { - variant: 'h1' + vari...
feat: Increase scale of Typography components This lets us be close to the material UI type scale. Bigger fonts like h1/h2 are not used in apps but can be used on websites
cozy_cozy-ui
train
4e5f14a962c2c370b648c66e0546ac985abe6e83
diff --git a/app/models/renalware/patient.rb b/app/models/renalware/patient.rb index <HASH>..<HASH> 100644 --- a/app/models/renalware/patient.rb +++ b/app/models/renalware/patient.rb @@ -94,6 +94,8 @@ module Renalware scope :dead, -> { where.not(died_on: nil) } + delegate :patient_at?, to: :hospital_identif...
Add .patient_at? helper to Patient Example usage Required for EPR reporting
airslie_renalware-core
train
e7080554de59c2392da7962877784a42a80a3ed3
diff --git a/blockstack_search/search/substring_search.py b/blockstack_search/search/substring_search.py index <HASH>..<HASH> 100755 --- a/blockstack_search/search/substring_search.py +++ b/blockstack_search/search/substring_search.py @@ -235,19 +235,21 @@ def fetch_profiles(search_results,search_type="name"): for se...
turned dedup off for twitter search results
blockstack_blockstack-core
train
bb6f3ebd3111fb40ce678ad95fd940b580c97b77
diff --git a/_pytest/mark.py b/_pytest/mark.py index <HASH>..<HASH> 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -7,8 +7,8 @@ def pytest_namespace(): def pytest_addoption(parser): group = parser.getgroup("general") group._addoption('-k', - action="store", dest="keyword", default='', metavar="...
slightly improve -k help string cosmetic change to test_nose.py
pytest-dev_pytest
train
a5b7bb5d8290a299d182678da993452b0d727abd
diff --git a/lib/qless/qless-core b/lib/qless/qless-core index <HASH>..<HASH> 160000 --- a/lib/qless/qless-core +++ b/lib/qless/qless-core @@ -1 +1 @@ -Subproject commit 776304913acdd6194c2b981d8d6094befdaa896f +Subproject commit 1bb407137c102ce947681ad233ab910287018eef diff --git a/lib/qless/server.rb b/lib/qless/serv...
JSON endpoint for failed jobs.
seomoz_qless
train
c14f9a0b06ed21ff0bc11dd86b81a4a425924526
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ *.pyc *.eggs __pycache__ - +.cache *.swp diff --git a/conformity/fields/basic.py b/conformity/fields/basic.py index <HASH>..<HASH> 100644 --- a/conformity/fields/basic.py +++ b/conformity/fields/basic....
Allowed Constant to take multiple options for a more concise Any+Const (#<I>) Since a lot of Any use was with constants, and the error messages were long and a bit confusing, this gives the Constant field the ability to have a set of options natively as multiple positional arguments to the constructor. It's backwar...
eventbrite_conformity
train
a8d414c7ef4c669256d34d0208e0e46fef3c9a88
diff --git a/client/image_build.go b/client/image_build.go index <HASH>..<HASH> 100644 --- a/client/image_build.go +++ b/client/image_build.go @@ -8,7 +8,6 @@ import ( "net/url" "regexp" "strconv" - "strings" "golang.org/x/net/context" @@ -118,18 +117,3 @@ func getDockerOS(serverHeader string) string { } ...
Remove some dead code. convertKVStringsToMap is not use anywhere :)
docker_engine-api
train
580e8217dfd7ac9b827d6945e942acce6e1502ca
diff --git a/src/plaster/loaders.py b/src/plaster/loaders.py index <HASH>..<HASH> 100644 --- a/src/plaster/loaders.py +++ b/src/plaster/loaders.py @@ -113,39 +113,38 @@ def find_loaders(scheme=None, protocol=None): objects. """ - matched_loaders = [] - entry_points = None + matched_entry_points = [...
only match the distribution's entry points if a scheme resolves to a distribution
Pylons_plaster
train
ac256f38555a1045f5ea071920e5cebef059ae1e
diff --git a/zipline/sources/requests_csv.py b/zipline/sources/requests_csv.py index <HASH>..<HASH> 100644 --- a/zipline/sources/requests_csv.py +++ b/zipline/sources/requests_csv.py @@ -230,7 +230,7 @@ class PandasCSV(with_metaclass(ABCMeta, object)): parsed = pd.to_datetime( date_str_ser...
MAINT: Use errors='coerce'. coerce=True is deprecated.
quantopian_zipline
train
ede940183e2672d1046bf0eeef450a5decd36f98
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,7 @@ var command = require('commander'), stalerepos = require('./lib/stalerepos'), notifiers = { email: require('./lib/notifiers/email'), + github: require('./lib/notifiers/github') }, notify = require('./l...
Added option for github label notifier. Email is now optional if the label option is specified.
zumba_drill-sergeant
train
0338b1e36070d07e85a96c45673117fc3632b1a7
diff --git a/eZ/Publish/Core/IO/TolerantIOService.php b/eZ/Publish/Core/IO/TolerantIOService.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/IO/TolerantIOService.php +++ b/eZ/Publish/Core/IO/TolerantIOService.php @@ -83,7 +83,10 @@ class TolerantIOService extends IOService } catch (BinaryFileNotFoundExce...
Removed private method TolerantIOService::createMissingBinaryFile() as unecessary. (cherry picked from commit <I>c<I>e<I>f<I>acf<I>de<I>dda<I>d)
ezsystems_ezpublish-kernel
train
c5ce69466d7381536f87a11946028b1be5390e7f
diff --git a/plugin/init_npm.js b/plugin/init_npm.js index <HASH>..<HASH> 100644 --- a/plugin/init_npm.js +++ b/plugin/init_npm.js @@ -29,12 +29,6 @@ if(canProceed() && !fs.existsSync(npmContainerDir)) { // add new container as a package echo.sync("\nnpm-container", ">>", ".meteor/packages"); - - console.log()...
Removed process.exit call There's no need for the build process to stop after making the npm-container directory. Meteor will automatically restart the build when it detects the addition to .meteor/packages. I've tested that the declared npm modules in package.json are brought in when running `meteor` in development a...
meteorhacks_npm
train
f407a4bcbce0ce35fab56199073e4c8b10698170
diff --git a/test/util.py b/test/util.py index <HASH>..<HASH> 100644 --- a/test/util.py +++ b/test/util.py @@ -6,7 +6,7 @@ from ykman.cli.__main__ import cli def ykman_cli(*argv, **kwargs): runner = CliRunner() - result = runner.invoke(cli, list(argv), **kwargs, obj={}) + result = runner.invoke(cli, list(...
Try to fix python 2
Yubico_yubikey-manager
train
b75e87712e33fed397f6e7265066ead79a4862bc
diff --git a/yandextank/plugins/Bfg/reader.py b/yandextank/plugins/Bfg/reader.py index <HASH>..<HASH> 100644 --- a/yandextank/plugins/Bfg/reader.py +++ b/yandextank/plugins/Bfg/reader.py @@ -1,5 +1,6 @@ import pandas as pd import time +import itertools as itt def records_to_df(records): @@ -11,6 +12,8 @@ def rec...
fix load scheme in bfg
yandex_yandex-tank
train
d9b2c6d1cb1033973094d8798d27750304b8c559
diff --git a/test/e2e/helpers/database-init.js b/test/e2e/helpers/database-init.js index <HASH>..<HASH> 100644 --- a/test/e2e/helpers/database-init.js +++ b/test/e2e/helpers/database-init.js @@ -7,9 +7,14 @@ const { createDb } = require('../../../lib/db/db-pool'); const dbState = require('./database.json'); +// re...
chore: do not destroy db on startup
Unleash_unleash
train
0e98e6d259ba20690219c199d35fe0d4b6ea90f1
diff --git a/SALib/analyze/sobol.py b/SALib/analyze/sobol.py index <HASH>..<HASH> 100644 --- a/SALib/analyze/sobol.py +++ b/SALib/analyze/sobol.py @@ -65,7 +65,7 @@ def analyze(problem, Y, calc_second_order=True, num_resamples=100, """ # determining if groups are defined and adjusting the number # of r...
Replaced '== None' conditions Replaced conditions that were ‘== None’ to be ‘no problem.get()’.
SALib_SALib
train
22a5c4673e3a1687655fce9eb95eca396508c5ef
diff --git a/src/main/java/rx/Statement.java b/src/main/java/rx/Statement.java index <HASH>..<HASH> 100644 --- a/src/main/java/rx/Statement.java +++ b/src/main/java/rx/Statement.java @@ -17,8 +17,8 @@ package rx; import java.util.Map; +import rx.functions.Func0; import rx.operators.OperationConditionals; -import ...
Move rx.util.functions to rx.functions Eliminate dumping ground of rx.util
ReactiveX_RxJavaComputationExpressions
train
f5d64d408e2380e9351b41e5e331bf1ba6cb0416
diff --git a/src/voku/helper/HtmlMin.php b/src/voku/helper/HtmlMin.php index <HASH>..<HASH> 100644 --- a/src/voku/helper/HtmlMin.php +++ b/src/voku/helper/HtmlMin.php @@ -1071,12 +1071,6 @@ class HtmlMin implements HtmlMinInterface return ''; } - // init - static $CACHE_SELF_CLOSIN...
[+]: fix regex for self-closing tags -> fixed via removing the regex ;)
voku_HtmlMin
train
f8e564469f0cc215ab3ab4a57ae0d3a29dee777a
diff --git a/s3-extensions/src/main/java/io/druid/storage/s3/S3Utils.java b/s3-extensions/src/main/java/io/druid/storage/s3/S3Utils.java index <HASH>..<HASH> 100644 --- a/s3-extensions/src/main/java/io/druid/storage/s3/S3Utils.java +++ b/s3-extensions/src/main/java/io/druid/storage/s3/S3Utils.java @@ -58,7 +58,7 @@ pub...
S3Utils: More aggressive retries, S3 can be pretty unreliable sometimes
apache_incubator-druid
train
acf684dcab29c3481be4485a572396f49b1da30c
diff --git a/isvcs/isvc.go b/isvcs/isvc.go index <HASH>..<HASH> 100644 --- a/isvcs/isvc.go +++ b/isvcs/isvc.go @@ -37,7 +37,7 @@ const ( IMAGE_REPO = "zenoss/serviced-isvcs" IMAGE_TAG = "v71" ZK_IMAGE_REPO = "zenoss/isvcs-zookeeper" - ZK_IMAGE_TAG = "v15" + ZK_IMAGE_TAG = "v16" ...
CC-<I>: Zookeeper uses Log4j 1.x
control-center_serviced
train
f27b503db6663cdf38684c568ed236f779fe102b
diff --git a/packages/site/pages/components/tab.js b/packages/site/pages/components/tab.js index <HASH>..<HASH> 100644 --- a/packages/site/pages/components/tab.js +++ b/packages/site/pages/components/tab.js @@ -14,12 +14,11 @@ import { PropTypes, SectionHeading, withServerProps -} from '../../src/ui' +} from '...
feat(site): show code for tab in-app example
pluralsight_design-system
train
2fa0a279c93e09b8ede7b5385f3d81f6a38056be
diff --git a/java-trace/google-cloud-trace/pom.xml b/java-trace/google-cloud-trace/pom.xml index <HASH>..<HASH> 100644 --- a/java-trace/google-cloud-trace/pom.xml +++ b/java-trace/google-cloud-trace/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-...
Changes required for updated api-common (#<I>)
googleapis_google-cloud-java
train
b922e992d52ac4ec772b6bf1e4a8050e76d3391f
diff --git a/splinter/driver/webdriver/__init__.py b/splinter/driver/webdriver/__init__.py index <HASH>..<HASH> 100644 --- a/splinter/driver/webdriver/__init__.py +++ b/splinter/driver/webdriver/__init__.py @@ -443,6 +443,9 @@ class AlertElement(object): def accept(self): self._alert.accept() + def d...
Now browser.get_alert() has a dismiss() method as well
cobrateam_splinter
train
cd91b72d4d2615e89abce496a955b1da23bcf584
diff --git a/elifetools/parseJATS.py b/elifetools/parseJATS.py index <HASH>..<HASH> 100644 --- a/elifetools/parseJATS.py +++ b/elifetools/parseJATS.py @@ -633,17 +633,7 @@ def graphics(soup): copy_attribute(details, 'asset', graphic_item, 'p_parent_asset') copy_attribute(detail...
Remove graphic p_p_parent, which does not exist yet and is extremely unlikely.
elifesciences_elife-tools
train
1ffa6beb3b2780bfa44812e9895eecc8c75e5984
diff --git a/lib/tty/cursor.rb b/lib/tty/cursor.rb index <HASH>..<HASH> 100644 --- a/lib/tty/cursor.rb +++ b/lib/tty/cursor.rb @@ -118,7 +118,7 @@ module TTY # @api public def prev_line - ECMA_CSI + 'F' + ECMA_CSI + 'A' + ECMA_CSI + '1G' end # Clear current line diff --git a/spec/unit/...
Use more pessimistic escape sequence for Cursor.prev_line. The previous sequence was not understood by some popular terminal emulators (e.g. iTerm2 on OSX). This alternative should work everywhere.
piotrmurach_tty-cursor
train