hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4f631d117218489e7286dddc494e2c9752b527b5
diff --git a/src/widgets/NumberInputWidget.js b/src/widgets/NumberInputWidget.js index <HASH>..<HASH> 100644 --- a/src/widgets/NumberInputWidget.js +++ b/src/widgets/NumberInputWidget.js @@ -300,35 +300,37 @@ OO.ui.NumberInputWidget.prototype.onButtonClick = function ( dir ) { OO.ui.NumberInputWidget.prototype.onWheel...
NumberInputWidget: Disable onWheel action when the widget is disabled I'd like to just return if the widget is disabled, but putting the entire code inside the condition seems to be convention. Bug: T<I> Change-Id: I<I>ff<I>a<I>ddbe<I>a<I>b6c<I>d<I>fa0
wikimedia_oojs-ui
train
b612101ea3fa51ac183120da25e01b009831e897
diff --git a/test/Psy/Test/ShellTest.php b/test/Psy/Test/ShellTest.php index <HASH>..<HASH> 100644 --- a/test/Psy/Test/ShellTest.php +++ b/test/Psy/Test/ShellTest.php @@ -76,7 +76,6 @@ class ShellTest extends \PHPUnit_Framework_TestCase $includes = $shell->getIncludes(); $this->assertEquals('/file.p...
Remove assertion that function was included. The included file doesnt get loaded until the execution loop which is outside the scope of this test.
bobthecow_psysh
train
76ddc4f8b271508747c962f705148d67456fa6cc
diff --git a/tests/test-rest-posts-controller.php b/tests/test-rest-posts-controller.php index <HASH>..<HASH> 100644 --- a/tests/test-rest-posts-controller.php +++ b/tests/test-rest-posts-controller.php @@ -167,7 +167,7 @@ class WP_Test_REST_Posts_Controller extends WP_Test_REST_Post_Type_Controller_Te $attachment...
Switch link relation in test for attachments
WP-API_WP-API
train
ebb70b475b167a2eef0fd9a9b0392c3f6a818097
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,13 @@ * `stubbles\lang\reflect\constructorParameter()` +5.5.1 (2015-05-12) +------------------ + + * fixed annotation string values which contained both ' and " + + + 5.5.0 (2015-05-06) --...
fix annotation string values which contained both ' and "
stubbles_stubbles-core
train
daecda61ef92c3451c8b7e92abfb8372fa16614d
diff --git a/quest-test/src/main/java/it/unibz/krdb/obda/owlrefplatform/owlapi3/SameAsOntowisTest.java b/quest-test/src/main/java/it/unibz/krdb/obda/owlrefplatform/owlapi3/SameAsOntowisTest.java index <HASH>..<HASH> 100644 --- a/quest-test/src/main/java/it/unibz/krdb/obda/owlrefplatform/owlapi3/SameAsOntowisTest.java +...
update same as test with new quest owl configuration
ontop_ontop
train
18bead8c560d3f8f1e7c8db6fbbcc403c1be7879
diff --git a/syndicate/adapters/aio.py b/syndicate/adapters/aio.py index <HASH>..<HASH> 100644 --- a/syndicate/adapters/aio.py +++ b/syndicate/adapters/aio.py @@ -56,7 +56,7 @@ class AioAdapter(base.AdapterBase): raise KeyError(cookie) def get_pager(self, *args, **kwargs): - return AsyncPager(*ar...
Rename SyncPager and AsyncPager to RequestsPager and AioPager
mayfield_syndicate
train
02609625e2af454d7c2da5f19e33604c196500cf
diff --git a/src/Pho/Lib/Graph/ClusterTrait.php b/src/Pho/Lib/Graph/ClusterTrait.php index <HASH>..<HASH> 100644 --- a/src/Pho/Lib/Graph/ClusterTrait.php +++ b/src/Pho/Lib/Graph/ClusterTrait.php @@ -124,7 +124,7 @@ trait ClusterTrait { */ public function toArray(): array { - return $this->baseToArray...
minor bugfix re: serialization
phonetworks_pho-lib-graph
train
82f03d5ece7aacf178458dfa93e7e85c522944a8
diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/authority/AuthorityEnvironmentManager.java b/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/authority/AuthorityEnvironmentManager.java index <HASH>..<HASH> 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/authority/Auth...
rewrite initialize() and clean() for not auto closing connection.
apache_incubator-shardingsphere
train
576ccc5b8013cd2778683eeb8c7f8b943c95c4b5
diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/IndyClientHttp.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/IndyClientHttp.java index <HASH>..<HASH> 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/IndyClientHttp.java +++ b/clients/core-...
Check for null in AddLoggingMDCToHeaders.
Commonjava_indy
train
451ed52bb180c8dcbcab5a139b974ca02f08f0a2
diff --git a/HorizontalPicker/src/main/java/com/wefika/horizontalpicker/HorizontalPicker.java b/HorizontalPicker/src/main/java/com/wefika/horizontalpicker/HorizontalPicker.java index <HASH>..<HASH> 100644 --- a/HorizontalPicker/src/main/java/com/wefika/horizontalpicker/HorizontalPicker.java +++ b/HorizontalPicker/src/m...
Fixing saved state. Fixes #<I>
blazsolar_HorizontalPicker
train
b75b419058b5005edf71802c44f7e33675081aec
diff --git a/junit/samples/SimpleTest.java b/junit/samples/SimpleTest.java index <HASH>..<HASH> 100644 --- a/junit/samples/SimpleTest.java +++ b/junit/samples/SimpleTest.java @@ -54,8 +54,11 @@ public class SimpleTest extends TestCase { assertEquals(12, 12); assertEquals(12L, 12L); assertEquals(new Long(12), n...
Added a main to SimpleTest, thanks Lynn Allan
junit-team_junit4
train
79ea511df911656926c50f2bbae4553685abd4df
diff --git a/commerce-openapi-admin/src/main/java/com/liferay/commerce/openapi/admin/internal/util/DTOUtils.java b/commerce-openapi-admin/src/main/java/com/liferay/commerce/openapi/admin/internal/util/DTOUtils.java index <HASH>..<HASH> 100644 --- a/commerce-openapi-admin/src/main/java/com/liferay/commerce/openapi/admin...
COMMERCE-<I> Return with the constructed object
liferay_com-liferay-commerce
train
7390a41a5bfd858561d8c453c8c69187d4d7cbbc
diff --git a/cache/refs.go b/cache/refs.go index <HASH>..<HASH> 100644 --- a/cache/refs.go +++ b/cache/refs.go @@ -204,12 +204,24 @@ func (cr *cacheRecord) Mount(ctx context.Context, readonly bool) (snapshot.Mount return nil, err } if cr.viewMount == nil { // TODO: handle this better - cr.view = identity.NewID(...
cache: track views with a lease
moby_buildkit
train
c982165e219cc5763e4dfc02cfc3f01f3bcdc863
diff --git a/pkutils.py b/pkutils.py index <HASH>..<HASH> 100644 --- a/pkutils.py +++ b/pkutils.py @@ -29,7 +29,7 @@ standard_library.install_aliases() from os import path as p -__version__ = '0.6.2' +__version__ = '0.7.0' __title__ = 'pkutils' __author__ = 'Reuben Cummings'
Bump to version <I>
reubano_pkutils
train
926b1c8c82655353b8b637c3abc2adc1285425c8
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "9.2" +DEFAULT_VERSION = "10.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): ...
Bumped to <I> in preparation for next release.
pypa_setuptools
train
07b7d78a8d342bdf38813adfef4ba15603103c8c
diff --git a/src/JWTHelper.php b/src/JWTHelper.php index <HASH>..<HASH> 100644 --- a/src/JWTHelper.php +++ b/src/JWTHelper.php @@ -66,7 +66,8 @@ class JWTHelper $includes = env('JWT_INCLUDE'); // if (is_null($includes)) throw new \RuntimeException("Please set 'JWT_INCLUDES' in Lumen env file. Ex: id,e...
make sure user ID is always added to JWT payload
gboyegadada_lumen-jwt
train
a5177d16821cf11ef3e53fd8d93cefb2280fcfcb
diff --git a/Swat/SwatContentBlock.php b/Swat/SwatContentBlock.php index <HASH>..<HASH> 100644 --- a/Swat/SwatContentBlock.php +++ b/Swat/SwatContentBlock.php @@ -11,7 +11,7 @@ require_once('Swat/SwatControl.php'); */ class SwatContentBlock extends SwatControl { - /* + /** * Text content of the widget. * @va...
Add option to supress SwatUI:getWidget() from throwing an exception. svn commit r<I>
silverorange_swat
train
fbdf846732427126360d767855407a064611f1aa
diff --git a/src/SAML2/XML/ExtendableElementTrait.php b/src/SAML2/XML/ExtendableElementTrait.php index <HASH>..<HASH> 100644 --- a/src/SAML2/XML/ExtendableElementTrait.php +++ b/src/SAML2/XML/ExtendableElementTrait.php @@ -18,17 +18,17 @@ trait ExtendableElementTrait * * Array of extension elements. *...
Extendables don't HAVE to be extended all the time; allow null
simplesamlphp_saml2
train
6c97c1cdb8cfd1f7cea314c0acbf35b6928c96cd
diff --git a/src/gl-matrix/quat.js b/src/gl-matrix/quat.js index <HASH>..<HASH> 100644 --- a/src/gl-matrix/quat.js +++ b/src/gl-matrix/quat.js @@ -489,9 +489,9 @@ quat.fromMat3 = function(out, m) { fRoot = Math.sqrt(fTrace + 1.0); // 2w out[3] = 0.5 * fRoot; fRoot = 0.5/fRoot; // 1/(4w) - ...
fix issue #<I> quat.fromMat3() return wrong (transposed) quaternion. fixed this.
toji_gl-matrix
train
8f3b88da5fbc63babf71e29a2a12d2a1e847c5f0
diff --git a/shellen/shell.py b/shellen/shell.py index <HASH>..<HASH> 100644 --- a/shellen/shell.py +++ b/shellen/shell.py @@ -6,7 +6,7 @@ import shellen_native as native from prompt_toolkit.history import InMemoryHistory from prompt_toolkit.shortcuts import prompt -from prompt_toolkit.styles import style_from_pygm...
Fix ImportErorr due to prompt_toolkit upgrade
merrychap_shellen
train
673577d8edceb34f43a52b755eb8bbc6c08d095c
diff --git a/lib/node_modules/@stdlib/math/base/special/gammaincinv/test/test.js b/lib/node_modules/@stdlib/math/base/special/gammaincinv/test/test.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/math/base/special/gammaincinv/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/gammaincinv/test/t...
Remove extra lines and fix lint errors
stdlib-js_stdlib
train
b724e4323ccbc4bd96a501b80faf24295e9e7e1e
diff --git a/robolectric/src/test/java/org/robolectric/shadows/ShadowNonAppLibraryTest.java b/robolectric/src/test/java/org/robolectric/shadows/ShadowNonAppLibraryTest.java index <HASH>..<HASH> 100644 --- a/robolectric/src/test/java/org/robolectric/shadows/ShadowNonAppLibraryTest.java +++ b/robolectric/src/test/java/or...
Fix test. Test class @Config(manifest=...) is ineffective with TestRunners.MultiApiWithDefaults.
robolectric_robolectric
train
bad2c9f18d5038c9b6377c916dec2f46cc500479
diff --git a/builtin/providers/openstack/resource_openstack_compute_instance_v2.go b/builtin/providers/openstack/resource_openstack_compute_instance_v2.go index <HASH>..<HASH> 100644 --- a/builtin/providers/openstack/resource_openstack_compute_instance_v2.go +++ b/builtin/providers/openstack/resource_openstack_compute_...
Accounting for multiple results of an image name If multiple results are found, an error will be returned to the user.
hashicorp_terraform
train
689817ca20ac3c8eebdd95ad422297f16dba93b6
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -580,8 +580,8 @@ def _test_owner(kwargs, user=None): return user -def _unify_sources_and_hashes(source=None,source_hash=None, - sources=[],sourc...
Fix typo - its 'source_hashes' not 'soures_hash'
saltstack_salt
train
630f3026b32a2f08e388097dffad4696ae1e7195
diff --git a/src/view/MainViewManager.js b/src/view/MainViewManager.js index <HASH>..<HASH> 100644 --- a/src/view/MainViewManager.js +++ b/src/view/MainViewManager.js @@ -25,12 +25,12 @@ /*global define, $ */ /** - * MainViewManager Manages the arrangement of all open panes as well as provides the controller + * Ma...
Fix several typos in MainViewManager docs
adobe_brackets
train
1d3e8e21722d7354f77ebd0c8b19855e7a8045c6
diff --git a/extension.py b/extension.py index <HASH>..<HASH> 100644 --- a/extension.py +++ b/extension.py @@ -103,10 +103,11 @@ class Extension: optional=None, **kw # To catch unknown keywords ): - assert isinstance(name, str), "'name'...
Issue #<I>: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O
pypa_setuptools
train
9d225fa7a82e916e5e330661cf1652979c523b11
diff --git a/src/Page/PageQuery.php b/src/Page/PageQuery.php index <HASH>..<HASH> 100644 --- a/src/Page/PageQuery.php +++ b/src/Page/PageQuery.php @@ -52,7 +52,7 @@ class PageQuery // Cleanup request and query string input, normalize using allowed // values from current datasource filter and base quer...
properly merge request, filter and base queries
makinacorpus_drupal-calista
train
01d1a19ba38a236ae7d2f292a31f8515e118ae51
diff --git a/src/main/java/com/annimon/stream/Stream.java b/src/main/java/com/annimon/stream/Stream.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/annimon/stream/Stream.java +++ b/src/main/java/com/annimon/stream/Stream.java @@ -557,11 +557,25 @@ public class Stream<T> { * @return the new stream *...
Fix Stream.sorted and Stream.distinct laziness
aNNiMON_Lightweight-Stream-API
train
a979b91b27d6533db8c02862c73b79aec3f065df
diff --git a/routing/payment_lifecycle.go b/routing/payment_lifecycle.go index <HASH>..<HASH> 100644 --- a/routing/payment_lifecycle.go +++ b/routing/payment_lifecycle.go @@ -13,20 +13,6 @@ import ( "github.com/lightningnetwork/lnd/routing/route" ) -// errNoRoute is returned when all routes from the payment sessio...
routing: remove errNoRoute and lastError Now that SendToRoute is no longer using the payment lifecycle, we remove the error structs and vars used to cache the last encountered error. For SendToRoute this will now be returned directly after a shard has failed. For SendPayment this means that the last error encountered...
lightningnetwork_lnd
train
844a9e1fa4be30a1785dff2c25f4b0f5395113b9
diff --git a/generator/parser.go b/generator/parser.go index <HASH>..<HASH> 100644 --- a/generator/parser.go +++ b/generator/parser.go @@ -18,11 +18,12 @@ package generator import ( - "errors" "fmt" "go/ast" + "go/doc" "go/parser" "go/token" + "regexp" ) type StructField struct { @@ -42,23 +43,25 @@ fun...
Add support for an "ffjson: skip" comment to mark a struct as something ffjson should ignore
pquerna_ffjson
train
90897f469e5f76212dc338b1aee74320f7353b48
diff --git a/bitex/api/api.py b/bitex/api/api.py index <HASH>..<HASH> 100644 --- a/bitex/api/api.py +++ b/bitex/api/api.py @@ -38,31 +38,39 @@ class RESTAPI: """ Dummy Signature creation method. Override this in child. Returned dict must have keywords usable by requests.get or requests.post +...
added url to returned args for sig, generalize call furhter
Crypto-toolbox_bitex
train
27f550f72b4e1b52e232ade9d181f1b3166ed743
diff --git a/src/ElasticaExtraBundle/Command/ListAliasCommand.php b/src/ElasticaExtraBundle/Command/ListAliasCommand.php index <HASH>..<HASH> 100644 --- a/src/ElasticaExtraBundle/Command/ListAliasCommand.php +++ b/src/ElasticaExtraBundle/Command/ListAliasCommand.php @@ -46,7 +46,7 @@ class ListAliasCommand extends Elas...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
gbprod_elastica-extra-bundle
train
6f11d298eee5bbdff6403e4443490f04e99b467e
diff --git a/networkdb/delegate.go b/networkdb/delegate.go index <HASH>..<HASH> 100644 --- a/networkdb/delegate.go +++ b/networkdb/delegate.go @@ -228,7 +228,8 @@ func (nDB *NetworkDB) handleTableEvent(tEvent *TableEvent) bool { // If it is a delete event and we did not have a state for it, don't propagate to the ap...
Fix comparison against wrong constant The comparison was against the wrong constant value. As described in the comment the check is there to guarantee to not propagate events realted to stale deleted elements
docker_libnetwork
train
07dde2ed3ab97aba979fd6c6ce8be20894ab3d99
diff --git a/lib/packetgen/capture.rb b/lib/packetgen/capture.rb index <HASH>..<HASH> 100644 --- a/lib/packetgen/capture.rb +++ b/lib/packetgen/capture.rb @@ -42,7 +42,7 @@ module PacketGen @pcap = PCAPRUB::Pcap.open_live(@iface, @snaplen, @promisc, 1) set_filter - cap_thread = Thread.new do + ...
Add Capture#stop to ease writing specs.
sdaubert_packetgen
train
28ead6c9b7ee8869667e3601ae7e43cdbe59b968
diff --git a/opal/browser/dom/builder.rb b/opal/browser/dom/builder.rb index <HASH>..<HASH> 100644 --- a/opal/browser/dom/builder.rb +++ b/opal/browser/dom/builder.rb @@ -137,7 +137,13 @@ class Builder < BasicObject def extend!(element = nil, &block) old, @current = @current, element - block.call(self) + +...
dom/builder: properly set inner_html with #extend!
opal_opal-browser
train
c2e4e93862a0a52da471ace7bc4198f14f20813e
diff --git a/lib/gov_kit/resource.rb b/lib/gov_kit/resource.rb index <HASH>..<HASH> 100644 --- a/lib/gov_kit/resource.rb +++ b/lib/gov_kit/resource.rb @@ -46,16 +46,12 @@ module GovKit if record.is_a?(Array) instantiate_collection(record) else - instantiate_record(record) + new(reco...
Get rid of instantiate_record()
opengovernment_govkit
train
1711df421083be53444a65053d30eac75e5f979b
diff --git a/factories/factories.go b/factories/factories.go index <HASH>..<HASH> 100644 --- a/factories/factories.go +++ b/factories/factories.go @@ -67,6 +67,13 @@ func NewValueMetric(name string, value float64, unit string) *events.ValueMetric } } +func NewCounterEvent(name string, delta uint64) *events.Counter...
Add CounterEvent factory [#<I>]
cloudfoundry_dropsonde
train
5d9758325f2b2f389df776dce17ac471d35ec80b
diff --git a/npm_mjs/management/commands/create_package_json.py b/npm_mjs/management/commands/create_package_json.py index <HASH>..<HASH> 100644 --- a/npm_mjs/management/commands/create_package_json.py +++ b/npm_mjs/management/commands/create_package_json.py @@ -27,7 +27,7 @@ def deep_merge_dicts(old_dict, merge_dict, ...
<I>: make post/preinstall scripts not execute in parallel
fiduswriter_django-npm-mjs
train
ee449786973c6f3a238e399af586aa4f00c42342
diff --git a/lib/podio/models/promotion.rb b/lib/podio/models/promotion.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/promotion.rb +++ b/lib/podio/models/promotion.rb @@ -13,6 +13,8 @@ class Podio::Promotion < ActivePodio::Base property :sleep, :integer property :condition_set_ids, :array + has_many :c...
Added has_many relationship between Promotion and ConditionSet
podio_podio-rb
train
7354f68adc72f2bfc472f41596af6ee8b3e6ea88
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,29 +13,7 @@ setup( 'lxml (> 3.2.1)', ], description = 'Download URLs using a compressed disk cache and a random throttling interval.', - long_description = """ - Each Downloader maintains an sqlite3-based disk cach...
Updated setup.py for <I> version.
gtzampanakis_downloader
train
abc346a8fb3e1865ba46982c122d138a67074b4c
diff --git a/src/main/java/org/osiam/client/oauth/Scope.java b/src/main/java/org/osiam/client/oauth/Scope.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/osiam/client/oauth/Scope.java +++ b/src/main/java/org/osiam/client/oauth/Scope.java @@ -53,4 +53,31 @@ public class Scope { public String toString() { ...
[enhancement] added equals and hashcode to scope class
osiam_connector4java
train
1a57b5f4de62485d038996cec4b178686248abcf
diff --git a/cli/polyaxon/cli/init.py b/cli/polyaxon/cli/init.py index <HASH>..<HASH> 100644 --- a/cli/polyaxon/cli/init.py +++ b/cli/polyaxon/cli/init.py @@ -99,8 +99,16 @@ def create_polyaxonfile(): show_default=False, help="Init a polyaxonignore file in this project.", ) +@click.option( + "--yes", + ...
Add `-y/--yes` arg to `init` command to Assume "yes" as answer to all prompts and run non-interactively
polyaxon_polyaxon-cli
train
da37518ef257866ce7072fb5650cc03a49fd0be6
diff --git a/notario/validators/chainable.py b/notario/validators/chainable.py index <HASH>..<HASH> 100644 --- a/notario/validators/chainable.py +++ b/notario/validators/chainable.py @@ -22,7 +22,12 @@ class BasicChainValidator(object): class AllIn(BasicChainValidator): """ - Validates against all the valida...
better docstrings for docs
alfredodeza_notario
train
a614b1f4b5ccad7f9d5946d6c5444c378d2d8c40
diff --git a/openquake/calculators/event_based_risk.py b/openquake/calculators/event_based_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based_risk.py +++ b/openquake/calculators/event_based_risk.py @@ -41,7 +41,7 @@ getweight = operator.attrgetter('weight') indices_dt = numpy.dtype([('start', ...
Cleanup [skip CI]
gem_oq-engine
train
9ecaf63bcda8eb69092ad30da84295306704b150
diff --git a/django_conneg/views.py b/django_conneg/views.py index <HASH>..<HASH> 100644 --- a/django_conneg/views.py +++ b/django_conneg/views.py @@ -7,6 +7,7 @@ from django.utils.decorators import classonlymethod from django import http from django.template import RequestContext from django.shortcuts import render...
Added support for Vary: Accept.
ox-it_django-conneg
train
dfa99172dce16dce0735ba4fe0fb6b1a934bace3
diff --git a/alerta/auth/decorators.py b/alerta/auth/decorators.py index <HASH>..<HASH> 100644 --- a/alerta/auth/decorators.py +++ b/alerta/auth/decorators.py @@ -68,8 +68,13 @@ def permission(scope): if not Permission.is_in_scope(scope, have_scopes=g.scopes): raise ApiError('Mis...
Add CSRF token check on Bearer auth (#<I>)
alerta_alerta
train
32a7b23923ee94ca05bcc7da1c1e52e81b21e777
diff --git a/octodns/manager.py b/octodns/manager.py index <HASH>..<HASH> 100644 --- a/octodns/manager.py +++ b/octodns/manager.py @@ -6,7 +6,7 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals from StringIO import StringIO -from concurrent.futures import ThreadPoolExecutor...
Don't use threads when max_workers=1
github_octodns
train
39acf5f2f602e34cf70fe6e1dbeeb04511e1ff26
diff --git a/live_test.py b/live_test.py index <HASH>..<HASH> 100644 --- a/live_test.py +++ b/live_test.py @@ -83,10 +83,10 @@ message = Mail(from_email=From('dx@sendgrid.com', 'DX'), try: sendgrid_client = SendGridAPIClient(apikey=os.environ.get('SENDGRID_API_KEY')) print(json.dumps(message.get(), sort_keys...
Send Multiple Emails to Multiple Recipients
sendgrid_sendgrid-python
train
de7d8f445af771a17670f8c6982b360230c6aeb3
diff --git a/centinel/backend.py b/centinel/backend.py index <HASH>..<HASH> 100644 --- a/centinel/backend.py +++ b/centinel/backend.py @@ -312,8 +312,9 @@ def sync(config): for suf in suffixes: for path in glob.glob(os.path.join(results_dir, '[!_]*' + suf)): - npath = path.replace(suf, '-fin'...
Update backend.py prevent adding -fin to the files that already have -fin
iclab_centinel
train
398ee3c3b7f1e4a3838c737e581f0ba515ab57b1
diff --git a/hardware/opentrons_hardware/hardware_control/move_group_runner.py b/hardware/opentrons_hardware/hardware_control/move_group_runner.py index <HASH>..<HASH> 100644 --- a/hardware/opentrons_hardware/hardware_control/move_group_runner.py +++ b/hardware/opentrons_hardware/hardware_control/move_group_runner.py @...
fix(hardware): Tolerate unknown group ids in acks (#<I>) It's possible to run multiple move group runners at the same time. We do it during home, to speed things up and keep it all understandable. However, all move group runners get all move-complete messages, which means that they need to not throw exceptions and ...
Opentrons_opentrons
train
d6f81df16f394c9eb99654792c72c25fd4ab4b9d
diff --git a/go/kbfs/tlfhandle/resolve.go b/go/kbfs/tlfhandle/resolve.go index <HASH>..<HASH> 100644 --- a/go/kbfs/tlfhandle/resolve.go +++ b/go/kbfs/tlfhandle/resolve.go @@ -17,6 +17,7 @@ import ( "github.com/keybase/client/go/kbfs/kbfsmd" "github.com/keybase/client/go/kbfs/tlf" kbname "github.com/keybase/client...
Propagate contact settings error to service and kbfs (#<I>) * add contact settings error to rpc_exim
keybase_client
train
91c46af486335a0def10e444027135e669d59540
diff --git a/api/service/handler.go b/api/service/handler.go index <HASH>..<HASH> 100644 --- a/api/service/handler.go +++ b/api/service/handler.go @@ -15,8 +15,15 @@ func ServiceAndServiceInstancesByTeams(teamKind string, u *auth.User) []ServiceM var teams []auth.Team q := bson.M{"users": u.Email} db.Session.Team...
api.service: Also filtering for services that has is_restricted: false
tsuru_tsuru
train
ca6b183d67b753aa75fcab4b327c8ddaa61df46b
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -115,7 +115,7 @@ gulp.task('test-coverage', ['peg', 'juttle-spec', 'instrument'], function() { global: { statements: 93, branches: 87, - ...
gulpfile.js: Lower functions coverage threshold to <I>%
juttle_juttle
train
dde2be4f6a0484f23756009ceaa424de084879ba
diff --git a/tk_tools/canvas.py b/tk_tools/canvas.py index <HASH>..<HASH> 100644 --- a/tk_tools/canvas.py +++ b/tk_tools/canvas.py @@ -305,9 +305,6 @@ class Gauge(ttk.Frame): self._redraw() - - - # Gauge2 : modifications from Gauge # ************************ # 3 numeric values added : min, cent...
For flake8 Modified too long lines
slightlynybbled_tk_tools
train
7d52688350e7194159f499f0ce71846765fa0397
diff --git a/modules/citrus-ftp/src/main/java/com/consol/citrus/ftp/client/FtpClient.java b/modules/citrus-ftp/src/main/java/com/consol/citrus/ftp/client/FtpClient.java index <HASH>..<HASH> 100644 --- a/modules/citrus-ftp/src/main/java/com/consol/citrus/ftp/client/FtpClient.java +++ b/modules/citrus-ftp/src/main/java/c...
Use builder pattern style setter methods for message implementations
citrusframework_citrus
train
f44ceba98c7586eb933abb20d079cd94f6435c6c
diff --git a/tests/system/Filters/FiltersTest.php b/tests/system/Filters/FiltersTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Filters/FiltersTest.php +++ b/tests/system/Filters/FiltersTest.php @@ -13,8 +13,10 @@ namespace CodeIgniter\Filters; use CodeIgniter\Config\Services; use CodeIgniter\Filters\Except...
test: fix test CLIRequest should be used when CLI testing
codeigniter4_CodeIgniter4
train
8d6023fb0600b3209ca78b6fe9ded04568e5d9af
diff --git a/ssr-helpers/create-renderer.js b/ssr-helpers/create-renderer.js index <HASH>..<HASH> 100644 --- a/ssr-helpers/create-renderer.js +++ b/ssr-helpers/create-renderer.js @@ -84,7 +84,7 @@ function ensureTrailingSlash (path) { function createRenderContext ({ clientManifest, publicPath }) { return { cli...
fix(ssr): Give clientManifest.publicPath priority (#<I>)
quasarframework_quasar
train
f34859415eaa122b451410904931c4eaf964872d
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 @@ -405,6 +405,18 @@ _.assign(PropertyList.prototype, /** @lends PropertyList.prototype */ { return obj; }, + /** + ...
Added toString in property list to leverage underlying Type.unparse
postmanlabs_postman-collection
train
228a8a3f5a0c62d3a9f444241a1c1b8a8f6efe1d
diff --git a/cmd/jujud/unit.go b/cmd/jujud/unit.go index <HASH>..<HASH> 100644 --- a/cmd/jujud/unit.go +++ b/cmd/jujud/unit.go @@ -7,6 +7,7 @@ import ( "launchpad.net/juju-core/log" "launchpad.net/juju-core/state" "launchpad.net/juju-core/worker" + "launchpad.net/juju-core/worker/deployer" "launchpad.net/juju-c...
unit agent now deploys subordinates
juju_juju
train
a02369cd92e1a42b6514f2e658ab622086af7486
diff --git a/pluginsmanager/model/effect.py b/pluginsmanager/model/effect.py index <HASH>..<HASH> 100644 --- a/pluginsmanager/model/effect.py +++ b/pluginsmanager/model/effect.py @@ -196,9 +196,10 @@ class Effect(metaclass=ABCMeta): return False def __repr__(self): - return "<{} object as '{}' at...
Issue #<I> - Improve effect description
PedalPi_PluginsManager
train
e24652e94c114764f20d0b9f38e3c11f015164b0
diff --git a/salt/states/netconfig.py b/salt/states/netconfig.py index <HASH>..<HASH> 100644 --- a/salt/states/netconfig.py +++ b/salt/states/netconfig.py @@ -147,8 +147,8 @@ def managed(name, .. code-block:: yaml file_roots: - base: - - /etc/salt/states + ...
Add commit_confirmed and commit_cancelled functions
saltstack_salt
train
3c169c343e8c2c2cd46b29e6a23e76d133a46d9a
diff --git a/spyder/config/main.py b/spyder/config/main.py index <HASH>..<HASH> 100644 --- a/spyder/config/main.py +++ b/spyder/config/main.py @@ -491,6 +491,7 @@ DEFAULTS = [ 'pydocstyle/ignore': '', 'pydocstyle/match': '(?!test_).*\\.py', 'pydocstyle/match_dir': '[^\\.]....
add checkbox to verify changes in advanced options in lsp preferences
spyder-ide_spyder
train
513d4e2d1cc0abf22448de035e1149c395f5888a
diff --git a/cmd/juju/commands/bootstrap.go b/cmd/juju/commands/bootstrap.go index <HASH>..<HASH> 100644 --- a/cmd/juju/commands/bootstrap.go +++ b/cmd/juju/commands/bootstrap.go @@ -8,6 +8,7 @@ import ( "fmt" "os" "os/user" + "sort" "strings" "github.com/juju/cmd" @@ -354,6 +355,9 @@ func (c *bootstrapComm...
Ensure ordering of auth types.
juju_juju
train
8cbf2f11d95d35096908fcc3a3df86922d5102d7
diff --git a/ruby_event_store/lib/ruby_event_store/client.rb b/ruby_event_store/lib/ruby_event_store/client.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store/lib/ruby_event_store/client.rb +++ b/ruby_event_store/lib/ruby_event_store/client.rb @@ -108,6 +108,19 @@ module RubyEventStore repository.position_in_...
Add Client#global_position and support for it in RubyEventStore::InMemoryRepository
RailsEventStore_rails_event_store
train
f9d0752a7ee8dd66b02822e813695fd9075392da
diff --git a/example/multi.rb b/example/multi.rb index <HASH>..<HASH> 100644 --- a/example/multi.rb +++ b/example/multi.rb @@ -23,6 +23,7 @@ EM.run{ result[0] = response fiber.resume(result) if result.size == 2 } + puts "It's not blocking..." client.get('cardinalblue'){ |response| resu...
example/multi.rb: show more puts to demonstrate it's not blocking
godfat_rest-core
train
4d09dd5cc01871a69ede061ea5f210e76e21d42c
diff --git a/server/src/main/java/org/jboss/as/server/deployment/ExplodedDeploymentAddContentHandler.java b/server/src/main/java/org/jboss/as/server/deployment/ExplodedDeploymentAddContentHandler.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/deployment/ExplodedDeploymentAddContentHandl...
[WFCORE-<I>]: add-content operation fails to overwrite existing content with overwrite=true set when passing content by file path. The overwrite is part of the operation, not of the content node.
wildfly_wildfly-core
train
6cb24ee46d4e9535784fbc302930c35c5461e2da
diff --git a/test/ordered-collection.js b/test/ordered-collection.js index <HASH>..<HASH> 100644 --- a/test/ordered-collection.js +++ b/test/ordered-collection.js @@ -26,8 +26,9 @@ function generateRandomNumberObjectList() { max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; ...
Changed random list generation to generate more similar elements for proper thenBy sorting testing
SvSchmidt_linqjs
train
e1388f7a884c632db2c446ac86c9e389c6ac07c8
diff --git a/lib/fakefs/file.rb b/lib/fakefs/file.rb index <HASH>..<HASH> 100644 --- a/lib/fakefs/file.rb +++ b/lib/fakefs/file.rb @@ -94,7 +94,7 @@ module FakeFS def self.size?(path) if exists?(path) && !size(path).zero? - true + size(path) else nil end diff --git a/t...
Fixed both File.size? and the test for such to match the documented behavior for both Ruby <I> and <I>, which is to return nil if the file is missing or is a zer-length file, but is to otherwise return the actual size (not true as fakefs used to return).
fakefs_fakefs
train
aeeb0a81b354e37cc65ed2eb941d67f08556dc07
diff --git a/lib/subsequence-provider.js b/lib/subsequence-provider.js index <HASH>..<HASH> 100644 --- a/lib/subsequence-provider.js +++ b/lib/subsequence-provider.js @@ -79,6 +79,8 @@ class SubsequenceProvider { })) } + // This is kind of a hack. We throw the config suggestions in a buffer, so + // we can ...
refactor subsequence provider to imperative
atom_autocomplete-plus
train
55a9b05870ede2adf93b207a8ff1b8b60e5af06e
diff --git a/impl/src/main/java/org/jboss/weld/context/AbstractContext.java b/impl/src/main/java/org/jboss/weld/context/AbstractContext.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/weld/context/AbstractContext.java +++ b/impl/src/main/java/org/jboss/weld/context/AbstractContext.java @@ -74,7 +74,...
Contexts - minor improvements An invocation of getBeanStore() usually involves ThreadLoca.get(). Therefore we should avoid unnecessary invocations if possible.
weld_core
train
ce4945b6d07bede73a737d4b4c89e4b0e2c6b4a9
diff --git a/openquake/engine/calculators/hazard/classical/core.py b/openquake/engine/calculators/hazard/classical/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/classical/core.py +++ b/openquake/engine/calculators/hazard/classical/core.py @@ -333,10 +333,10 @@ class ClassicalHazardCalcul...
Fixed a broadcasting in the classical calculator Former-commit-id: f<I>d2a<I>f<I>c<I>d<I>a<I>
gem_oq-engine
train
d9150ecdadb47fbc725badea59dd0928d7baeeb2
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ {"name": "Marek Štípek", "email": "marek.stipek@vanio.cz"} ], "require": { - "php": ">=7.0" + "php": ">=7.1" }, "require-dev": { "phpunit/php...
BC BREAK: Enum::valueNames excludes private constants and constants defined in interfaces
vaniocz_stdlib
train
e2b287337aac88529660b80027c4614710cbdd82
diff --git a/liquibase-core/src/main/java/liquibase/exception/ValidationErrors.java b/liquibase-core/src/main/java/liquibase/exception/ValidationErrors.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/exception/ValidationErrors.java +++ b/liquibase-core/src/main/java/liquibase/exception/Val...
CLEANUP: Comment checkDisallowedField and mark it as @SafeVarargs
liquibase_liquibase
train
98a26bbcc605d687f79f7b95c2eec73b793e297c
diff --git a/zipline/algorithm.py b/zipline/algorithm.py index <HASH>..<HASH> 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.py @@ -36,6 +36,7 @@ from six import ( from zipline._protocol import handle_non_market_minutes from zipline.assets.synthetic import make_simple_equity_info from zipline.data.data_po...
BUG: Set _assets_from_source as a list.
quantopian_zipline
train
bfc9d8bbea2f41247fa543034bbbf64704ae3aae
diff --git a/daemon/attach.go b/daemon/attach.go index <HASH>..<HASH> 100644 --- a/daemon/attach.go +++ b/daemon/attach.go @@ -114,7 +114,7 @@ func (daemon *Daemon) ContainerAttach(job *engine.Job) engine.Status { // FIXME: this should be private, and every outside subsystem // should go through the "container_atta...
Fix typo:betweem->between and PtySlace->PtySlave
containers_storage
train
3b1d24b8b4f3d53fd5784d7042c699314570bf22
diff --git a/lib/mo-helpers.js b/lib/mo-helpers.js index <HASH>..<HASH> 100644 --- a/lib/mo-helpers.js +++ b/lib/mo-helpers.js @@ -24,7 +24,7 @@ var moToAsciiMath = { '&macr;' : 'bar', '&rarr;' : 'vec', '&harr;' : 'line', - '\u2312' : 'arc', + '\u23DC' : 'arc', '&plusmn;': '+-', '?' : '?', ...
top parens for arc; is in MathJax font
learningobjectsinc_mathml-to-asciimath
train
bf9ce3ce48906cf43916a66bac09a47e3c3ec118
diff --git a/gitenberg/make.py b/gitenberg/make.py index <HASH>..<HASH> 100644 --- a/gitenberg/make.py +++ b/gitenberg/make.py @@ -41,31 +41,47 @@ class CdContext(): sh.cd(self._og_directory) -def make_local_repo(book_path): +class LocalRepo(): - with CdContext(book_path): + def __init__(self, book...
refactors git operations into a class
gitenberg-dev_gitberg
train
96271ea87273bf601818ec4062ec3177254ea5dd
diff --git a/spec/unit/compiler/file/coffee_script_file_spec.rb b/spec/unit/compiler/file/coffee_script_file_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/compiler/file/coffee_script_file_spec.rb +++ b/spec/unit/compiler/file/coffee_script_file_spec.rb @@ -32,7 +32,7 @@ module Epuber end it 'h...
tests - drop using String#strip_heredoc from Bade
epuber-io_epuber
train
6b7b43216762283bfae7d5988f4493a935cfa965
diff --git a/pkg/endpoint/endpoint_status_test.go b/pkg/endpoint/endpoint_status_test.go index <HASH>..<HASH> 100644 --- a/pkg/endpoint/endpoint_status_test.go +++ b/pkg/endpoint/endpoint_status_test.go @@ -282,6 +282,42 @@ func (s *EndpointSuite) TestgetEndpointPolicyMapState(c *check.C) { ingressResult []apiResult...
endpoint: Expand coverage of EndpointPolicy API
cilium_cilium
train
0d6c8cc3f5e0707164344d33581a8b5068ba59a1
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,32 @@ The `.nodeshift` directory is responsible for holding your resource files. Thes Currently, nodeshift will only create resources based on the files specified, in the future, its possible somethings co...
fix: Template parameters should be inline with the openshift templates. A small change, but it is important. Now the user doesn't need to pass in the key with the {} added on, nodeshift will add around the key fixes #<I>
nodeshift_nodeshift
train
06bd446c5c731b722b9e9316f1c8294829f0197a
diff --git a/scripts/run.py b/scripts/run.py index <HASH>..<HASH> 100755 --- a/scripts/run.py +++ b/scripts/run.py @@ -1065,8 +1065,8 @@ class TestRunner: "-f", runner_setup_package_r] if self.path_to_tar is not None: - print "Using R TAR located at: " +...
Fix PEP-8 indentation warnings.
h2oai_h2o-3
train
bdb0a164fe0d8884d3d7b22daaf762607df3eb35
diff --git a/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractControllerServer.java b/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractControllerServer.java index <HASH>..<HASH> 100644 --- a/module/communication/controller/src...
remove now unnecessary usage of user time in our custom event type
openbase_jul
train
2162b7a50c97ae40e450ae38e3e8e3c7bd1be95a
diff --git a/Swat/SwatPagination.php b/Swat/SwatPagination.php index <HASH>..<HASH> 100644 --- a/Swat/SwatPagination.php +++ b/Swat/SwatPagination.php @@ -15,13 +15,15 @@ class SwatPagination extends SwatControl { /** * Href * - * The URL of the current page, used to build links. + * The initial HREF used whe...
Cleanup docs and bugfix. svn commit r<I>
silverorange_swat
train
d85becb90341b6c0f6e9bedd6d1117cc5df14b3a
diff --git a/models.py b/models.py index <HASH>..<HASH> 100644 --- a/models.py +++ b/models.py @@ -25,7 +25,7 @@ BibDoc Filesystem database model. from invenio.ext.sqlalchemy import db # Create your models here. -from invenio.modules.record_editor.models import Bibdoc +from invenio.modules.editor.models import Bibd...
editor: move from record_editor
inveniosoftware-attic_invenio-documents
train
fc30b0041aa9c13da831b982f254d29838b584a7
diff --git a/lib/class-wp-json-posts.php b/lib/class-wp-json-posts.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-posts.php +++ b/lib/class-wp-json-posts.php @@ -1185,13 +1185,13 @@ class WP_JSON_Posts { if ( ! empty( $data['date'] ) ) { $date_data = $this->server->get_date_with_gmt( $data['date'] ); ...
Set post dates and modified dates with the correct variable. Fixes #<I>.
WP-API_WP-API
train
db43eece1ce74dd3992f40e5efab6249fee496f9
diff --git a/RoboFile.php b/RoboFile.php index <HASH>..<HASH> 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -16,7 +16,7 @@ class RoboFile extends \Robo\Tasks $this->publishDocs(); $this->installDependenciesForPhp54(); $this->buildPhar54(); - $this->installDependenciesForPhp55(); + ...
Build codecept.phar for PHP <I> to include PHPUnit 5
Codeception_Codeception
train
01fe731a14bb59f6935515565e2bac28dbb5ffaf
diff --git a/js/calendar.js b/js/calendar.js index <HASH>..<HASH> 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -767,25 +767,25 @@ if(!String.prototype.format) { if(!this.options.views[this.options.view].slide_events) { return; } - var self = this; - var activecell = 0; + var activecell = 0; ...
Simplify event calls Remove useless $.each
Serhioromano_bootstrap-calendar
train
0c165605384d9fbc57aa71c855950696a3852b81
diff --git a/test/basic-CRUD.js b/test/basic-CRUD.js index <HASH>..<HASH> 100644 --- a/test/basic-CRUD.js +++ b/test/basic-CRUD.js @@ -26,7 +26,7 @@ describe("basic CRUD including working liveQueries",function(){ fighterModel = mr.model('fighter'); }); - it('should allow to query model', function(done){ + it.onl...
reuse promise from socket.io-rpc and test only first test
capaj_Moonridge
train
650862a59de06ab1eee63f4de97385c22aceacb6
diff --git a/test/runtime/verifier.go b/test/runtime/verifier.go index <HASH>..<HASH> 100644 --- a/test/runtime/verifier.go +++ b/test/runtime/verifier.go @@ -1,4 +1,4 @@ -// Copyright 2018 Authors of Cilium +// Copyright 2018-2019 Authors of Cilium // // Licensed under the Apache License, Version 2.0 (the "License")...
test: Ensure that verifier test runs on clean dir Clean the bpf/ directory at the beginning of the verifier tests, to ensure that the datapath is freshly compiled during the test and that version is validated (rather than some cached version from prior compilation earlier in the build process).
cilium_cilium
train
f5f32db6999ad9e56db9bb3559200b5892c10d18
diff --git a/lib/building/tasks.js b/lib/building/tasks.js index <HASH>..<HASH> 100644 --- a/lib/building/tasks.js +++ b/lib/building/tasks.js @@ -24,12 +24,9 @@ bozon.task('scripts:main', function () { bozon.task('scripts:renderer', function () { var webpack = bozon.requireLocal('webpack-stream') - return bozon...
Allow to configure webpack with webpack.config.js
railsware_bozon
train
669c56f57ea066e9d1e348af4a0fc3f5f68a4f98
diff --git a/andes/config/system.py b/andes/config/system.py index <HASH>..<HASH> 100644 --- a/andes/config/system.py +++ b/andes/config/system.py @@ -10,15 +10,6 @@ try: except ImportError: klu = None -try: - cupy_sparse = importlib.import_module('cupyx.scipy.sparse') - cupy_solve = importlib.import_modu...
Delay cupy import for startup speed improvement
cuihantao_andes
train
5f497da5a4f35543efa8fa3c84f790e3f60419a5
diff --git a/graphviz/backend/upstream_version.py b/graphviz/backend/upstream_version.py index <HASH>..<HASH> 100644 --- a/graphviz/backend/upstream_version.py +++ b/graphviz/backend/upstream_version.py @@ -51,7 +51,6 @@ def version() -> typing.Tuple[int, ...]: https://gitlab.com/graphviz/graphviz/-/blob/f94e9...
drop run logging from version(), logged inside execute.run_check()
xflr6_graphviz
train
01d9488bcc0a84d75f0955901268188564fb0387
diff --git a/Request/RequestHandler.php b/Request/RequestHandler.php index <HASH>..<HASH> 100755 --- a/Request/RequestHandler.php +++ b/Request/RequestHandler.php @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Serializer\Se...
New managers, datasets, removed query builders
WellCommerce_CouponBundle
train
16d64d692505e289a2f80ba00d854cfd8dce39e2
diff --git a/hack/.golint_failures b/hack/.golint_failures index <HASH>..<HASH> 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -151,7 +151,6 @@ pkg/kubelet/apis/deviceplugin/v1beta1 pkg/kubelet/cadvisor pkg/kubelet/cadvisor/testing pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats/v...
Fix golint issues in pkg/kubelet/client Add comments to exported functions in `pkg/kubelet/client/client.go` In `KubeletClientConfig` rename `EnableHttps` to `EnableHTTPS`. This requires renaming it in `pkg/kubelet/client/client_test.go`
kubernetes_kubernetes
train
519f05ffe84a5802ac4fcb40da9f4942ee162554
diff --git a/lib/jira/version.rb b/lib/jira/version.rb index <HASH>..<HASH> 100644 --- a/lib/jira/version.rb +++ b/lib/jira/version.rb @@ -1,3 +1,3 @@ module JIRA - VERSION = "0.1.1" + VERSION = "0.1.2" end
Incremented version to <I>
sumoheavy_jira-ruby
train
6ff48091e58b522502d893511dd0fdebd39aa6ad
diff --git a/oidc_provider/views.py b/oidc_provider/views.py index <HASH>..<HASH> 100644 --- a/oidc_provider/views.py +++ b/oidc_provider/views.py @@ -189,8 +189,8 @@ class JwksView(View): 'alg': 'RS256', 'use': 'sig', 'kid': md5(key).hexdigest(), - 'n': long_to_base64(...
Fix #<I> updating pyjwkest version to <I> pyjwkest has changed the type of value returned by the `long_to_base<I>` function, now it returns unicode.
juanifioren_django-oidc-provider
train
fb083a0c21439e4661bd3811a618978dd2452eec
diff --git a/lib/yaks/format/collection_json.rb b/lib/yaks/format/collection_json.rb index <HASH>..<HASH> 100644 --- a/lib/yaks/format/collection_json.rb +++ b/lib/yaks/format/collection_json.rb @@ -26,7 +26,7 @@ module Yaks result[:href] = item.self_link.uri if item.self_link item.links.each do |...
Rewrite the statement that trips current mutant up (<URL>)
plexus_yaks
train
7c8c62e8618e641f1fb8de4749e432cee4cb4494
diff --git a/packages/jsio.js b/packages/jsio.js index <HASH>..<HASH> 100644 --- a/packages/jsio.js +++ b/packages/jsio.js @@ -60,11 +60,18 @@ this.global = GLOBAL; this.getCwd = process.cwd; this.log = function() { + var msg; try { - process.stdio.writeError(Array.prototype.map.call(arguments, JSON.s...
- environment log functions should return the string values that they print so we can use their formatting to construct a message to throw when using 'throw logger.error("something broke")' - pretty print error messages in node (stack, message, and arguments)
gameclosure_js.io
train
9e031ae3de302e0d9c0e6e1a5ad6705c50e82ded
diff --git a/controller-client/src/main/java/org/jboss/as/controller/client/ModelControllerClient.java b/controller-client/src/main/java/org/jboss/as/controller/client/ModelControllerClient.java index <HASH>..<HASH> 100644 --- a/controller-client/src/main/java/org/jboss/as/controller/client/ModelControllerClient.java +...
pass saslOptions to the ModelControllerClient configuration
wildfly_wildfly
train
0f3657fb70bc14720e32e5f78e521764d7a9bc06
diff --git a/lib/active_relation/relations/alias.rb b/lib/active_relation/relations/alias.rb index <HASH>..<HASH> 100644 --- a/lib/active_relation/relations/alias.rb +++ b/lib/active_relation/relations/alias.rb @@ -1,7 +1,7 @@ module ActiveRelation class Alias < Compound attr_reader :alias - + def ini...
added pending test for (difficult) problem of aliasing tables for adjacency lists
rails_rails
train