hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
152fa4755a359a5d047a3b611d0bf95f677cc790
diff --git a/code/VersionedDataObjectDetailsForm.php b/code/VersionedDataObjectDetailsForm.php index <HASH>..<HASH> 100644 --- a/code/VersionedDataObjectDetailsForm.php +++ b/code/VersionedDataObjectDetailsForm.php @@ -83,6 +83,8 @@ class VersionedDataObjectDetailsForm_ItemRequest extends GridFieldDetailForm_Ite ...
Added ability to manipulate the edit form Update VersionedDataObjectDetailsForm.php Adjusting to use updateItemEditForm to be inline with parent classes api
heyday_silverstripe-versioneddataobjects
train
820e2c4e957376c8c1c06d5a7cc1a34b241dc451
diff --git a/src/test/java/com/restfb/FacebookClientTest.java b/src/test/java/com/restfb/FacebookClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/restfb/FacebookClientTest.java +++ b/src/test/java/com/restfb/FacebookClientTest.java @@ -33,8 +33,11 @@ import java.util.ArrayList; import java.util.Coll...
NoIssue: minor cleanups
restfb_restfb
train
bee4cb38c299872cd3a8c7d250721cc2218fd2a9
diff --git a/src/main/java/com/buschmais/jqassistant/plugin/rdbms/impl/scanner/SchemaScannerPlugin.java b/src/main/java/com/buschmais/jqassistant/plugin/rdbms/impl/scanner/SchemaScannerPlugin.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/buschmais/jqassistant/plugin/rdbms/impl/scanner/SchemaScannerPlugin.jav...
Added profile activation. Added asciidoc. Completed PomIT. #<I>
buschmais_jqa-rdbms-plugin
train
a6b7deb4a6467a8179d68408bc16a490c0d2fde7
diff --git a/internetarchive/cli/ia_upload.py b/internetarchive/cli/ia_upload.py index <HASH>..<HASH> 100644 --- a/internetarchive/cli/ia_upload.py +++ b/internetarchive/cli/ia_upload.py @@ -153,6 +153,8 @@ def main(argv, session): # Make sure the collection being uploaded to exists. collection_id = args['--m...
Fixed bug in ``ia upload`` where all commands would fail if multiple collections were specified.
jjjake_internetarchive
train
f75856d400862084d0ef1e47d8799adf8c048b65
diff --git a/inspire_matcher/core.py b/inspire_matcher/core.py index <HASH>..<HASH> 100644 --- a/inspire_matcher/core.py +++ b/inspire_matcher/core.py @@ -37,6 +37,9 @@ def compile(query, record, collections=None, match_deleted=False): def _compile_filters(query, collections, match_deleted): + if not query: + ...
core: correctly handle empty queries Previously, if the inner query was empty and filters needed to be added, an exception was triggered. This commit fixes it by checking whether the inner query is non-empty before adding the filters.
inspirehep_inspire-matcher
train
fa0d6f8126dae4e3858681b28856054de2ad3478
diff --git a/src/main/java/org/whitesource/agent/dependency/resolver/ViaMultiModuleAnalyzer.java b/src/main/java/org/whitesource/agent/dependency/resolver/ViaMultiModuleAnalyzer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/whitesource/agent/dependency/resolver/ViaMultiModuleAnalyzer.java +++ b/src/main/java...
WSE-<I> - improved output of FSA
whitesource_fs-agent
train
920abf958e2098a3c3195feaf0ba1c1615b07444
diff --git a/lib/neovim/event_loop.rb b/lib/neovim/event_loop.rb index <HASH>..<HASH> 100644 --- a/lib/neovim/event_loop.rb +++ b/lib/neovim/event_loop.rb @@ -34,7 +34,7 @@ module Neovim @connection = connection @serializer = Serializer.new @message_builder = MessageBuilder.new - @message_writ...
Inline async writing, don't use procs
neovim_neovim-ruby
train
597917e35e5c7458e7d521e97ff2ca27bef13b0b
diff --git a/aiohttp/client.py b/aiohttp/client.py index <HASH>..<HASH> 100644 --- a/aiohttp/client.py +++ b/aiohttp/client.py @@ -399,10 +399,7 @@ class ClientSession: if timeout is sentinel: real_timeout = self._timeout # type: ClientTimeout else: - if not isinstance(timeout...
Drop dead code, float timeout support was removed (#<I>)
aio-libs_aiohttp
train
f26c68f4302d21cffab999c9346733382340c927
diff --git a/django_payzen/tools.py b/django_payzen/tools.py index <HASH>..<HASH> 100644 --- a/django_payzen/tools.py +++ b/django_payzen/tools.py @@ -81,6 +81,6 @@ def is_signature_valid(post_args): vads_args = [arg for arg in post_args if arg.startswith("vads_")] signature_str = "" for key in sorted(va...
Bugfix in checking integrity data in payzen response.
bsvetchine_django-payzen
train
79774f2181e5bc5c287c238b34ede0b732abf91a
diff --git a/admin/views/accounts/edit/inc-meta.php b/admin/views/accounts/edit/inc-meta.php index <HASH>..<HASH> 100644 --- a/admin/views/accounts/edit/inc-meta.php +++ b/admin/views/accounts/edit/inc-meta.php @@ -92,7 +92,7 @@ $field['error'] = implode(' ', ${'upload_error_' . $field['key']})...
Using `form_field_cdn_object_picker()` instead of `form_field_mm()`
nails_module-auth
train
81e1c170189103ef33d276e6c99e92ada360ed62
diff --git a/squad/http.py b/squad/http.py index <HASH>..<HASH> 100644 --- a/squad/http.py +++ b/squad/http.py @@ -26,16 +26,23 @@ def auth(func, mode=AuthMode.READ): def auth_wrapper(*args, **kwargs): request = args[0] group_slug = args[1] - project_slug = args[2] - group = get_o...
squad.http: short circuit group-only authentication This makes it possible to require authentication for locations where there is no project, e.g. a page for a specific group, but not for any of its projects.
Linaro_squad
train
1129226ba8b1a02bc5c2a11e48a97db151f0d0ff
diff --git a/src/security.js b/src/security.js index <HASH>..<HASH> 100644 --- a/src/security.js +++ b/src/security.js @@ -22,7 +22,6 @@ module.exports = (skin) => { if (!secret || secret.length < 15) { secret = createNewSecret() - skin.logger.warn('current secret wasn\'t safe enough, created a new one') ...
removed warning when secret doesn't exist
botpress_botpress
train
4cccae1d2c3f1e3c3b191c827e8049f5a036a293
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#7439](https://github.com/rubocop-hq/rubocop/issues/7439): Make `Style/FormatStringToken` ignore percent escapes (`%%`). ([@buehmann][]) * [#7438](https://github.com/rubocop-hq/rubocop/issue...
Make IfUnlessModifier respect rubocop:disable comments When Style/IfUnlessModifier decides that a line on modifier form is too long and that it should be written on normal form, it must respect comments that disable the Metrics/LineLength cop for the line in question. If that cop is disabled, then there can be no offe...
rubocop-hq_rubocop
train
843f5ccd3afa326f47d6edfa409580a1b9df60da
diff --git a/includes/functions/functions_edit.php b/includes/functions/functions_edit.php index <HASH>..<HASH> 100644 --- a/includes/functions/functions_edit.php +++ b/includes/functions/functions_edit.php @@ -94,7 +94,7 @@ function select_edit_control_inline($name, $values, $empty, $selected, $extra='' (array_key_...
Fix: function $() clashes in different libraries.
fisharebest_webtrees
train
839f872faa4b422f853d9af259524c4537c1cded
diff --git a/test/katex-spec.js b/test/katex-spec.js index <HASH>..<HASH> 100644 --- a/test/katex-spec.js +++ b/test/katex-spec.js @@ -2415,7 +2415,7 @@ describe("An aligned environment", function() { }); it("should not eat the last row when its first cell is empty", function() { - const ae = getPars...
Fix linefeed test (#<I>) I must have been asleep when I wrote the tests for PR#<I>.
KaTeX_KaTeX
train
7d252fb215cf7afb9153ab5109d4a565ee4a7c50
diff --git a/rectangle/rectangle.py b/rectangle/rectangle.py index <HASH>..<HASH> 100644 --- a/rectangle/rectangle.py +++ b/rectangle/rectangle.py @@ -3,6 +3,9 @@ import itertools as it import numpy as np +__all__ = ['Rect'] + + class Rect: """
Added missing "all" line.
NeilGirdhar_rectangle
train
ebbdcb3c7ee9bc1ab7a2bff93eb89609c3ecfcf9
diff --git a/src/pyokit/datastruct/genomicInterval.py b/src/pyokit/datastruct/genomicInterval.py index <HASH>..<HASH> 100755 --- a/src/pyokit/datastruct/genomicInterval.py +++ b/src/pyokit/datastruct/genomicInterval.py @@ -284,7 +284,8 @@ def bucketIterator(elements, buckets): ((previous.chrom > current.chrom) ...
improved exception messages in bucket iterator
pjuren_pyokit
train
1f00968385f7f1a51f3ccb1b7dd631d58f298522
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "homepage": "https://github.com/ikr/translator-couch", "dependencies": { "blueimp-md5": "~1.1.0", - "messageformat": "git+https://github.com/SlexAxton/messageformat.js.git#56c548efb...
Upgrade and adapt to the new MessageFormat version
ikr_translator-couch
train
c10f574d7e426fb821e0d3b9886dc35b75d33c45
diff --git a/uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/JwtBearerGrantMockMvcTests.java b/uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/JwtBearerGrantMockMvcTests.java index <HASH>..<HASH> 100644 --- a/uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/JwtBearerGrantMockMvcTests.jav...
Rename variable and test case for clarity
cloudfoundry_uaa
train
859c834e111b28f0fd68686c826606bdb43e778c
diff --git a/python2/pyinotify.py b/python2/pyinotify.py index <HASH>..<HASH> 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -1632,6 +1632,10 @@ class AsyncioNotifier(Notifier): threshold, timeout) loop.add_reader(self._fd, self.handle_read) + def stop(self): + ...
Implement stop method in AsyncioNotifier
seb-m_pyinotify
train
29791eb4258b74027b9eec500c3393ad12755d4b
diff --git a/src/main/java/org/apache/groovy/util/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java b/src/main/java/org/apache/groovy/util/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/apache/groovy/util/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java +...
Refine `ConcurrentLinkedHashMap` to create node accurately
apache_groovy
train
ea08f38cf280ab1ca9d37ee770d6f6101411173e
diff --git a/Controller/TemplateController.php b/Controller/TemplateController.php index <HASH>..<HASH> 100755 --- a/Controller/TemplateController.php +++ b/Controller/TemplateController.php @@ -19,6 +19,7 @@ namespace CampaignChain\Campaign\TemplateBundle\Controller; use CampaignChain\Campaign\TemplateBundle\Valida...
CampaignChain/campaignchain#<I> Don't allow to change campaign start or end date beyond first action
CampaignChain_campaign-template
train
62a59ffe6d397fcfc65aa0f1f7d50b530ff88098
diff --git a/lib/transforms/bundleRelations.js b/lib/transforms/bundleRelations.js index <HASH>..<HASH> 100644 --- a/lib/transforms/bundleRelations.js +++ b/lib/transforms/bundleRelations.js @@ -6,7 +6,7 @@ var _ = require('underscore'), module.exports = function (queryObj, options) { options = options || {}; -...
bundleRelations: Fixed sharedBundles strategy.
assetgraph_assetgraph
train
3f5750faa0884145b4c99842d24cc05fe9bf530b
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Changelog ========= ## 0.2.7 (2013-xx-xx) +* Fix: Polish oauth error detection to cover cases from i.e. Facebook resource owner * Fix: Changed authorization url for Vkontakte resource owner ...
Add better detection of oauth errors returned from resource owners
hwi_HWIOAuthBundle
train
56653cbfd5455eacf85d2e40c978065754679473
diff --git a/salt/fileserver/gitfs.py b/salt/fileserver/gitfs.py index <HASH>..<HASH> 100644 --- a/salt/fileserver/gitfs.py +++ b/salt/fileserver/gitfs.py @@ -928,6 +928,9 @@ def wait_for_write_lock(filename): if salt.utils.is_fcntl_available(check_sunos=True): fcntl.flock(fhandle.fileno(), fcntl....
Added closing of filehandle and removal of gitfs update.lk
saltstack_salt
train
67b4d8cc73339157537e00eed76dfa56e7a6a829
diff --git a/node/WritableStream.js b/node/WritableStream.js index <HASH>..<HASH> 100644 --- a/node/WritableStream.js +++ b/node/WritableStream.js @@ -30,11 +30,13 @@ Object.getOwnPropertyNames(Readability.prototype).forEach(function(name){ }); WritableStream.prototype.onend = function(){ - for(var candidate, skipL...
[minor] semantic changes in WritableStream.js
fb55_readabilitySAX
train
a5860e0d3916010c6b099ba103da80cc414f3d1f
diff --git a/fluent/fluent.go b/fluent/fluent.go index <HASH>..<HASH> 100644 --- a/fluent/fluent.go +++ b/fluent/fluent.go @@ -8,12 +8,15 @@ import ( "net" "reflect" "strconv" + "strings" "sync" "time" ) const ( defaultHost = "127.0.0.1" + defaultNetwork = "tcp" + defaul...
Add support for Unix domain socket.
fluent_fluent-logger-golang
train
f85a12d089b8366e3bbb6c79c09fa40045c45aab
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-indonesia-regions', - version='1.0.0-rc.1', + version='1.0.1', packages=find_packages(), i...
feature: finalize version <I>
Keda87_django-indonesia-regions
train
4eb7c3bdf3fb108b89beac5743c48e2ea64abfd2
diff --git a/server/src/main/java/com/orientechnologies/orient/server/distributed/ODistributedStorage.java b/server/src/main/java/com/orientechnologies/orient/server/distributed/ODistributedStorage.java index <HASH>..<HASH> 100755 --- a/server/src/main/java/com/orientechnologies/orient/server/distributed/ODistributedSt...
removed no needed loop in distributed commit.
orientechnologies_orientdb
train
8b3fcb4beba9cccfe42fa5ba8e7a60bb4bb63f9d
diff --git a/src/main/java/org/rnorth/testcontainers/containers/DatabaseContainer.java b/src/main/java/org/rnorth/testcontainers/containers/DatabaseContainer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/rnorth/testcontainers/containers/DatabaseContainer.java +++ b/src/main/java/org/rnorth/testcontainers/con...
Implement LinkableContainer interface on concrete container classes
testcontainers_testcontainers-java
train
e1195c4a0d760d24392498cb7b3de925e1c1e2f3
diff --git a/src/Plugin/Presto/OptionalDependency/InstallPrestoTheme.php b/src/Plugin/Presto/OptionalDependency/InstallPrestoTheme.php index <HASH>..<HASH> 100644 --- a/src/Plugin/Presto/OptionalDependency/InstallPrestoTheme.php +++ b/src/Plugin/Presto/OptionalDependency/InstallPrestoTheme.php @@ -28,7 +28,7 @@ class I...
#<I>: fix codacy issue
Sitback_presto
train
15568865cba8b432a05ae46a13c77ea2b3760f39
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ EJSE.prototype = { // Start intercepting requests, looking for '.ejs' files. listen: function() { - if (!protocol) return + if (!protocol) return this var self = this ...
Consistently return "this". Resolves #2
bowheart_ejs-electron
train
400149478476a48779f47de5bfc790f35f9e7fe0
diff --git a/eureka-client/src/main/java/com/netflix/discovery/shared/resolver/aws/ConfigClusterResolver.java b/eureka-client/src/main/java/com/netflix/discovery/shared/resolver/aws/ConfigClusterResolver.java index <HASH>..<HASH> 100644 --- a/eureka-client/src/main/java/com/netflix/discovery/shared/resolver/aws/ConfigC...
Use getScheme() to compare against https. fixes gh-<I>
Netflix_eureka
train
ae5c8aee2361f502a05190787bdff3bd3a0aae95
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -73,23 +73,27 @@ function FSWatcher(_opts) { this.closed = false; this._throttled = Object.create(null); + function undef(key) { + return opts[key] === undefined; + } + // Set up default options. - if (!('pers...
Fix issues with options defined as `undefined` brunch/brunch#<I>
paulmillr_chokidar
train
77abaaa3f04ec4696aa2087b85cca93104c27553
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - add type hints - rename `McsArgs.repr` to `McsArgs.qualname` - add `McsArgs.is_abstract` property +- make compatible with Python 3.5 ## 0.3.0 (2018/09/30) diff --git a/py_meta_utils.py b/...
make compatible with Python <I>
briancappello_py-meta-utils
train
9f134f7b0e8236bf09637f779b8c3361658ee0a7
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2011, Marc Brinkmann' # built documents. # # The short X.Y version. -version = '0.7' +version = '0.6.3' # The full version, including alpha/beta/rc tags. -release = '0.7.dev1' +...
Start developing version <I>.dev1 (after release of <I>)
mbr_flask-kvsession
train
77e605ffe8e02425e1843efba078538ef5b3edc2
diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/serializers.py +++ b/nodeconductor/structure/serializers.py @@ -141,5 +141,5 @@ class UserSerializer(serializers.HyperlinkedModelSerializer): class Meta(object): ...
Include url in user resourcerepresentation NC-<I>
opennode_waldur-core
train
8212030793aadb5a12827c0447bb07d901feec6a
diff --git a/headless/headless-commerce/headless-commerce-admin-inventory-impl/src/main/java/com/liferay/headless/commerce/admin/inventory/internal/resource/v1_0/WarehouseResourceImpl.java b/headless/headless-commerce/headless-commerce-admin-inventory-impl/src/main/java/com/liferay/headless/commerce/admin/inventory/int...
EMP-<I> headless-commerce-admin-inventory - fix http response status code to <I> (no content)
liferay_com-liferay-commerce
train
6347f73b0eb87e72e33be715e583484797652568
diff --git a/src/descriptions/Sms.php b/src/descriptions/Sms.php index <HASH>..<HASH> 100644 --- a/src/descriptions/Sms.php +++ b/src/descriptions/Sms.php @@ -87,6 +87,11 @@ 'type' => 'string', 'location' => 'json', ], + 'callback' => [ + ...
Add callback param to Sms description
fillup_nexmo
train
9c97bf5510d390bf2aa9a862ce86884b347e4c40
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +++ b/activerecord/lib/active_record/con...
Remove `limit: <I>` as backward-compatibility with Rails <I> Integer limit as a byte size was introduced from Rails <I>. `limit: <I>` is not a byte size, but take care for backward-compatibility with Rails <I> (a<I>af6). Integer limit out of range should be allowed to raise by #<I>. I think we should remove this backw...
rails_rails
train
7c9430af78945359127c3f0ae0286db296f7ac8b
diff --git a/src/Illuminate/Database/Schema/Builder.php b/src/Illuminate/Database/Schema/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Schema/Builder.php +++ b/src/Illuminate/Database/Schema/Builder.php @@ -34,7 +34,7 @@ class Builder /** * The default string length for migrations. ...
feat: allow non length limited strings and char for postgres (#<I>)
laravel_framework
train
68347a9318586aa2e131c1a251271b6f72f21366
diff --git a/lib/active_admin_role/active_admin/dsl.rb b/lib/active_admin_role/active_admin/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin_role/active_admin/dsl.rb +++ b/lib/active_admin_role/active_admin/dsl.rb @@ -8,7 +8,7 @@ module ActiveAdminRole controller.resource_class.roles.each_key do |ro...
Configurable current_user method on ResourceController
yhirano55_active_admin_role
train
d09ba42a893c3f37d8188abe55e72f0a59e54fdf
diff --git a/src/HalRenderer.php b/src/HalRenderer.php index <HASH>..<HASH> 100644 --- a/src/HalRenderer.php +++ b/src/HalRenderer.php @@ -42,6 +42,31 @@ class HalRenderer implements RenderInterface return $ro->view; } + private function valuateElements(ResourceObject &$ro) + { + foreach ($...
render embed resource in HAL renderer
bearsunday_BEAR.Resource
train
77211a8f6af68a1030bd4f8787f0983f2024197f
diff --git a/rootpy/plotting/views.py b/rootpy/plotting/views.py index <HASH>..<HASH> 100755 --- a/rootpy/plotting/views.py +++ b/rootpy/plotting/views.py @@ -201,7 +201,7 @@ the same view, use a SubdirectoryView. >>> subdir1 = io.Directory('subdir1', 'subdir directory in 1') >>> _ = subdir1.cd() >>> hist = ROOT.TH1...
Add doctest to show that subdir views work on top of other views as expected
rootpy_rootpy
train
6bc589c7419932f713c6cb0045482ff33c91f9f8
diff --git a/src/Extensions/ContentReviewCMSExtension.php b/src/Extensions/ContentReviewCMSExtension.php index <HASH>..<HASH> 100644 --- a/src/Extensions/ContentReviewCMSExtension.php +++ b/src/Extensions/ContentReviewCMSExtension.php @@ -159,7 +159,7 @@ class ContentReviewCMSExtension extends LeftAndMainExtension ...
FIX Replace Convert JSON methods with json_* methods, deprecated from SilverStripe <I>
silverstripe_silverstripe-contentreview
train
31950c3bfc18b64ce56e89179e90ea955032bc1f
diff --git a/platform-mbean/src/test/java/org/jboss/as/platform/mbean/PlatformMBeanResourceUnitTestCase.java b/platform-mbean/src/test/java/org/jboss/as/platform/mbean/PlatformMBeanResourceUnitTestCase.java index <HASH>..<HASH> 100644 --- a/platform-mbean/src/test/java/org/jboss/as/platform/mbean/PlatformMBeanResourceU...
According to openJDK sources (both 6 & 7): <URL> method (isThreadCpuTimeEnabled) mustn't called if both of isThreadCpuTimeSupported isCurrentThreadCpuTimeSupported returned false. This commit makes this test safe on platforms which not supported Thread time feature.
wildfly_wildfly
train
d5294ef91b061064785f077db0fd88717495ef16
diff --git a/src/Composer/Repository/Vcs/GitHubDriver.php b/src/Composer/Repository/Vcs/GitHubDriver.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/Vcs/GitHubDriver.php +++ b/src/Composer/Repository/Vcs/GitHubDriver.php @@ -46,7 +46,7 @@ class GitHubDriver extends VcsDriver */ public function ...
Update repo url from github and handle trailing slashes, refs composer/packagist#<I> refs composer/packagist#<I>
mothership-ec_composer
train
fc3feba953b01976d251cff328769040ebc4ae53
diff --git a/lxd/api_1.0.go b/lxd/api_1.0.go index <HASH>..<HASH> 100644 --- a/lxd/api_1.0.go +++ b/lxd/api_1.0.go @@ -334,9 +334,14 @@ func doApi10Update(d *Daemon, req api.ServerPut, patch bool) Response { } } + clustered, err := cluster.Enabled(d.db) + if err != nil { + return InternalError(errors.Wrap(err, ...
lxd/config: Allow modifying cluster.https_address This allows modifying cluster.https_address when LXD isn't clustered yet. Closes #<I>
lxc_lxd
train
540cb85bb8fca758d58c921b7441c903611371b8
diff --git a/src/javascript/core/utils/Basic.js b/src/javascript/core/utils/Basic.js index <HASH>..<HASH> 100644 --- a/src/javascript/core/utils/Basic.js +++ b/src/javascript/core/utils/Basic.js @@ -288,10 +288,10 @@ define('moxie/core/utils/Basic', [], function() { /** - Generates an unique ID. This is 99.99...
Basic, Utils: Correct typos in guid() comments.
moxiecode_moxie
train
49aabdf13d2ee74380ec2d21f57ffde494a9bf9d
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -38,12 +38,11 @@ const processSpanPromise = (async () => { } const Serverless = require('../lib/Serverless'); - serverless = new Serverless(); - serverless.onExit...
refactor: Improve error handling scope
serverless_serverless
train
474c73f4b8bb75a0d2e4f17ab884d6e368123b02
diff --git a/doitlive.py b/doitlive.py index <HASH>..<HASH> 100644 --- a/doitlive.py +++ b/doitlive.py @@ -61,7 +61,7 @@ THEMES = OrderedDict([ ('osx', '{hostname}:{dir} {user}$'), ('osx_color', '{hostname.blue}:{dir.green} {user.cyan}$'), - ('robbyrussell', '{r_arrow.red} {dir.cyan} {git_branch.red.pare...
'stop' is the command to finish recording
sloria_doitlive
train
56c268ddd0aa55fde69480330d10fe6883a95e38
diff --git a/web/src/main/java/uk/ac/ebi/atlas/search/diffanalytics/BioentitiesSearchDifferentialDownloadController.java b/web/src/main/java/uk/ac/ebi/atlas/search/diffanalytics/BioentitiesSearchDifferentialDownloadController.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/uk/ac/ebi/atlas/search/diffanalytics/...
fix - Include EFO children in diff search results download
ebi-gene-expression-group_atlas
train
b90301db8644a52ccfd0f5fa0d190e74ee617ed7
diff --git a/src/IMAP/Message.php b/src/IMAP/Message.php index <HASH>..<HASH> 100644 --- a/src/IMAP/Message.php +++ b/src/IMAP/Message.php @@ -720,7 +720,7 @@ class Message { } if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') { - return iconv($from, $to.'//IGNORE', $str...
iconv(): error supressor for //IGNORE added #<I>
Webklex_laravel-imap
train
233c38cb4ddc79aa4de33f75f2e5c9bced29a7be
diff --git a/bin/staticka.php b/bin/staticka.php index <HASH>..<HASH> 100644 --- a/bin/staticka.php +++ b/bin/staticka.php @@ -2,6 +2,6 @@ require 'vendor/autoload.php'; -$app = new Rougin\Staticka\Console\Application; +$app = new Staticka\Console\Application; $app->run(); diff --git a/src/Console/Commands/Buil...
Update bin/staticka.php and console commands
staticka_staticka
train
f366f2bd562df050cd3e107c1693f9c929539c97
diff --git a/Form/Type/DateRangeType.php b/Form/Type/DateRangeType.php index <HASH>..<HASH> 100644 --- a/Form/Type/DateRangeType.php +++ b/Form/Type/DateRangeType.php @@ -28,8 +28,13 @@ class DateRangeType extends AbstractType public function buildForm(FormBuilder $builder, array $options) { - $build...
added widget option for date and dateRange filters
sonata-project_SonataAdminBundle
train
ccc54747312569996b623e644042ed4d7fe530cf
diff --git a/test/unit/Geometry/models/ThroatSeedTest.py b/test/unit/Geometry/models/ThroatSeedTest.py index <HASH>..<HASH> 100644 --- a/test/unit/Geometry/models/ThroatSeedTest.py +++ b/test/unit/Geometry/models/ThroatSeedTest.py @@ -8,6 +8,7 @@ class ThroatSeedTest: self.geo = OpenPNM.Geometry.GenericGeometr...
Forgot to set pore.seed on the test geom
PMEAL_OpenPNM
train
fec537bb127a1ebb9f1e100fa2648bb9f6566bff
diff --git a/tests/functional/legacy_api/test_removed.py b/tests/functional/legacy_api/test_removed.py index <HASH>..<HASH> 100644 --- a/tests/functional/legacy_api/test_removed.py +++ b/tests/functional/legacy_api/test_removed.py @@ -18,3 +18,11 @@ def test_removed_upload_apis(webtest, action): resp = webtest.pos...
Disable uploading documentation, direct users to ReadTheDocs.
pypa_warehouse
train
9b8b480c8cddf7e9ddfb723701f71132eee32d7b
diff --git a/system/src/Grav/Common/Data/BlueprintSchema.php b/system/src/Grav/Common/Data/BlueprintSchema.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Data/BlueprintSchema.php +++ b/system/src/Grav/Common/Data/BlueprintSchema.php @@ -244,8 +244,8 @@ class BlueprintSchema extends BlueprintSchemaBase imp...
Added basic overridable support for the fields
getgrav_grav
train
8e4b7498fcfd77a9d7c7558ab435ef6c31d8f2ae
diff --git a/lib/fluent/command/plugin_generator.rb b/lib/fluent/command/plugin_generator.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/command/plugin_generator.rb +++ b/lib/fluent/command/plugin_generator.rb @@ -236,14 +236,17 @@ HELP end class NoLicense - attr_reader :name, :full_name, :preamble, :text +...
Define NoLicense#preamble same as ApacheLicense#preamble
fluent_fluentd
train
d1bf928c550ec1e21df9b45c83318cc0bc6d0061
diff --git a/grimoire_elk/arthur.py b/grimoire_elk/arthur.py index <HASH>..<HASH> 100755 --- a/grimoire_elk/arthur.py +++ b/grimoire_elk/arthur.py @@ -254,7 +254,13 @@ def load_identities(ocean_backend, enrich_backend): items_count = 0 new_identities = [] - for item in ocean_backend.fetch(): + # Suppo...
[enrich] Support old API when load identities from raw items (needed by track_items.py library)
chaoss_grimoirelab-elk
train
d7fe34c440b5b52edd0ebabfa942d560e35224f3
diff --git a/src/fx/fx.js b/src/fx/fx.js index <HASH>..<HASH> 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -295,13 +295,13 @@ jQuery.fn.extend({ * @example $("p").animate({ * opacity: 'show' * }, "slow", "easein"); - * @desc An example of using an 'easing' function to provide a different style of animati...
improve documentation of animate() function by mentioning both the 'swing' and 'linear' easings which are provided by default
jquery_jquery
train
7e3eb9770b1b5cc4b6b86f8d2fb8056f14dadbf7
diff --git a/news-bundle/src/Resources/contao/dca/tl_news.php b/news-bundle/src/Resources/contao/dca/tl_news.php index <HASH>..<HASH> 100644 --- a/news-bundle/src/Resources/contao/dca/tl_news.php +++ b/news-bundle/src/Resources/contao/dca/tl_news.php @@ -282,7 +282,7 @@ $GLOBALS['TL_DCA']['tl_news'] = array 'inputT...
[News] Add a regex to check for nonnegative natural numbers (see #<I>)
contao_contao
train
f5f4dc730c1da556862dcfb7d8823cf966c89b5f
diff --git a/tests/POTests/QueryBuilder/Statements/SelectTest.php b/tests/POTests/QueryBuilder/Statements/SelectTest.php index <HASH>..<HASH> 100644 --- a/tests/POTests/QueryBuilder/Statements/SelectTest.php +++ b/tests/POTests/QueryBuilder/Statements/SelectTest.php @@ -151,8 +151,8 @@ class SelectTest extends PHPUnit_...
Deceived phpcpd
mjacobus_php-query-builder
train
f96623cb74023231eff065d236460c323ac94019
diff --git a/course/lib.php b/course/lib.php index <HASH>..<HASH> 100644 --- a/course/lib.php +++ b/course/lib.php @@ -2410,6 +2410,11 @@ function create_course($data, $editoroptions = NULL) { } } + if (empty($CFG->enablecourserelativedates)) { + // Make sure we're not setting the relative dat...
MDL-<I> course: Relative dates mode handling * On course creation, make sure that we can enable relative dates mode only when the site setting is enabled. * On course update, make sure that the relative dates mode setting cannot be changed.
moodle_moodle
train
4bf1910bb1ea9c353ac7cd0de16f91a39444a9c3
diff --git a/estnltk/taggers/morph/morf.py b/estnltk/taggers/morph/morf.py index <HASH>..<HASH> 100644 --- a/estnltk/taggers/morph/morf.py +++ b/estnltk/taggers/morph/morf.py @@ -31,7 +31,7 @@ class VabamorfTagger(Tagger): def __init__(self, layer_name='morph_analysis', - postan...
Fix in VabamorfTagger: layer_name can now be changed without running into errors
estnltk_estnltk
train
34f1396d5263ba02c81349a07ad08b5f84e8a3e0
diff --git a/graphql_jwt/mixins.py b/graphql_jwt/mixins.py index <HASH>..<HASH> 100644 --- a/graphql_jwt/mixins.py +++ b/graphql_jwt/mixins.py @@ -6,7 +6,6 @@ from graphene.types.generic import GenericScalar from . import exceptions from .refresh_token.mixins import RefreshTokenMixin from .settings import jwt_settin...
Improved refresh mixins payloads
flavors_django-graphql-jwt
train
5d862c390beef4c880ef2ae624dfa5e8945a4b56
diff --git a/packages/cozy-client/src/associations/helpers.js b/packages/cozy-client/src/associations/helpers.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/associations/helpers.js +++ b/packages/cozy-client/src/associations/helpers.js @@ -22,16 +22,12 @@ export const responseToRelationship = response =>...
fix: Combine relationships when attaching them to responses
cozy_cozy-client
train
cec6cdddf342d0b1e630d6ffa648d860a42f196a
diff --git a/integration/install_test.go b/integration/install_test.go index <HASH>..<HASH> 100644 --- a/integration/install_test.go +++ b/integration/install_test.go @@ -390,7 +390,7 @@ func poolAdd() ExecFlow { } return true }) - c.Assert(ok, check.Equals, true, check.Commentf("nodes not ready after 2...
integration: list all nodes on failure waiting cluster
tsuru_tsuru
train
210ee5eb8afb15a1fe205df3fcee583b0bc21f9e
diff --git a/src/components/button/button.spec.js b/src/components/button/button.spec.js index <HASH>..<HASH> 100644 --- a/src/components/button/button.spec.js +++ b/src/components/button/button.spec.js @@ -39,4 +39,11 @@ describe('md-button', function() { expect($log.warn).not.toHaveBeenCalled(); })); + it(...
test(button): adds test to confirm issue button attributes are working properly This confirms that #<I> is resolved.
angular_material
train
06e724332160858d36de9cb382b36c286f66e341
diff --git a/src/Sylius/Component/Core/Uploader/ImageUploader.php b/src/Sylius/Component/Core/Uploader/ImageUploader.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Component/Core/Uploader/ImageUploader.php +++ b/src/Sylius/Component/Core/Uploader/ImageUploader.php @@ -38,7 +38,7 @@ class ImageUploader implements Imag...
Check if image exists before trying to delete it Fixes an issue when source image was deleted on existing image in the database and uploading a new one would result in error because there is nothing to delete
Sylius_Sylius
train
3a424238b10d912d5d467a8ee827813d1933cdfc
diff --git a/dftimewolf/lib/processors/localplaso.py b/dftimewolf/lib/processors/localplaso.py index <HASH>..<HASH> 100755 --- a/dftimewolf/lib/processors/localplaso.py +++ b/dftimewolf/lib/processors/localplaso.py @@ -49,6 +49,9 @@ class LocalPlasoProcessor(BaseModule): if self._timezone: cmd.extend(['...
Make localplaso process all partitions (fixes log2timeline#<I>) (#<I>)
log2timeline_dftimewolf
train
c0b99ff36ff1d1ecba9ff87f66646bb889a9005c
diff --git a/lib/sugarcrm/associations/association.rb b/lib/sugarcrm/associations/association.rb index <HASH>..<HASH> 100644 --- a/lib/sugarcrm/associations/association.rb +++ b/lib/sugarcrm/associations/association.rb @@ -55,7 +55,7 @@ module SugarCRM def to_s "#<SugarCRM::Association @proxy_methods=[#{@pr...
fix Association#to_s to display cardinality symbol properly
chicks_sugarcrm
train
9c37a711e252eb7598095bf4753e7d3a89028427
diff --git a/adafruit_bme280.py b/adafruit_bme280.py index <HASH>..<HASH> 100644 --- a/adafruit_bme280.py +++ b/adafruit_bme280.py @@ -198,8 +198,6 @@ class Adafruit_BME280: def mode(self, value): if not value in _BME280_MODES: raise ValueError('Mode \'%s\' not supported' % (value)) - ...
Always write the new mode to the sensor In FORCE mode, the sensor changes back to SLEEP after completeing a single measurement, but we are not updating the mode internally. It's better to always write the mode to the sensor, and trust the caller not to change it needlessly.
adafruit_Adafruit_CircuitPython_BME280
train
416d0c64c1bff97278b4b807183c042ed5f85e2c
diff --git a/README b/README index <HASH>..<HASH> 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ The S2 Geometry Library is a spherical geometry library, useful for manipulating regions on the sphere (commonly on Earth) and indexing geographic data. -See http://godoc.org/code.google.com/p/gos2/s2 for documentatio...
Change references from original repo to timehop repo
timehop_gos2
train
94cbfdd83245c01b63d5a036f9d315b0b05d462c
diff --git a/fluent_comments/moderation.py b/fluent_comments/moderation.py index <HASH>..<HASH> 100644 --- a/fluent_comments/moderation.py +++ b/fluent_comments/moderation.py @@ -1,4 +1,5 @@ import warnings +from akismet import Akismet from django.core.exceptions import ImproperlyConfigured from django.utils.encodin...
Akismet is no longer optional, remove soft dependency handling
django-fluent_django-fluent-comments
train
13288282a92bb081184dee5f8be0330c7ab1e9b9
diff --git a/src/dependencies/contrib/_rest_framework.py b/src/dependencies/contrib/_rest_framework.py index <HASH>..<HASH> 100644 --- a/src/dependencies/contrib/_rest_framework.py +++ b/src/dependencies/contrib/_rest_framework.py @@ -91,7 +91,8 @@ def apply_generic_api_view_methods(handler, injector): "lookup...
Support modern filterset_class attribute in the rest framework contrib.
dry-python_dependencies
train
9f3859f648e9840e1725539194714fe55b903e42
diff --git a/src/main/org/openscience/cdk/smiles/SmilesParser.java b/src/main/org/openscience/cdk/smiles/SmilesParser.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/smiles/SmilesParser.java +++ b/src/main/org/openscience/cdk/smiles/SmilesParser.java @@ -65,10 +65,19 @@ import java.util.StringTokeni...
Encapsulating parser and documenting fields and constructor.
cdk_cdk
train
4d090f18e8aae007e0c7d7e4525a5e2292b553f5
diff --git a/src/toil/provisioners/aws/__init__.py b/src/toil/provisioners/aws/__init__.py index <HASH>..<HASH> 100644 --- a/src/toil/provisioners/aws/__init__.py +++ b/src/toil/provisioners/aws/__init__.py @@ -77,31 +77,33 @@ def choose_spot_zone(zones, bid, spot_history): :return: the name of the selected zone ...
Spot bid doctest py2/3 compatibility.
DataBiosphere_toil
train
ba6c0321808b5b8da0b795c7a66ee303ef636c94
diff --git a/transport/src/main/java/io/netty/channel/ChannelInboundMessageHandlerAdapter.java b/transport/src/main/java/io/netty/channel/ChannelInboundMessageHandlerAdapter.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/ChannelInboundMessageHandlerAdapter.java +++ b/transport/src/main/...
[#<I>] Provide pre/post handler methods to ChannelInboundMessageHandler.inboundBufferUpdated() - Add pre- and post- handler methods
netty_netty
train
c1c4d9a315539f5ea4c5f42686b909944647a4cf
diff --git a/blockstore/lib/config.py b/blockstore/lib/config.py index <HASH>..<HASH> 100644 --- a/blockstore/lib/config.py +++ b/blockstore/lib/config.py @@ -46,7 +46,7 @@ BLOCKSTORED_CONFIG_FILE = 'blockstore.ini' try: BLOCKSTORED_SERVER = os.environ['BLOCKSTORED_SERVER'] - BLOCKSTORED_PORT = os.environ['B...
fixed bug where port read from ENV should be int
blockstack_blockstack-core
train
2a2c1d596019020809c196352c1cd7bd08af5802
diff --git a/src/com/google/javascript/jscomp/CheckAccessControls.java b/src/com/google/javascript/jscomp/CheckAccessControls.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CheckAccessControls.java +++ b/src/com/google/javascript/jscomp/CheckAccessControls.java @@ -30,6 +30,7 @@ import com.goog...
When looking for the source file associated with a property definition use the node rather than the node associated with the JSDocInfo object. This paves the way for removing the "associated node" in the JSDocInfo object. ------------- Created by MOE: <URL>
google_closure-compiler
train
0fd2e9968671f7f23b946f68d047cd087d751183
diff --git a/openquake/commands/info.py b/openquake/commands/info.py index <HASH>..<HASH> 100644 --- a/openquake/commands/info.py +++ b/openquake/commands/info.py @@ -71,8 +71,8 @@ def print_csm_info(fname): oqparam = readinput.get_oqparam(fname) csm = readinput.get_composite_source_model(oqparam, in_memory=F...
Fix link pointing to effective-realizations docu
gem_oq-engine
train
55bc3bfdb9f5057d99b4194dc981e7ccd7602ba9
diff --git a/doc/config.rst b/doc/config.rst index <HASH>..<HASH> 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -115,8 +115,10 @@ Glossary of Configuration Values "service key". It is not always consistent in :mod:`fedmsg.core`. relay_inbound - ``str`` - A string set to a special zeromq...
Laid some backwards-compatible groundwork for fedmsg-relay failover. - Identified a problem for future work. - Relates to #<I>.
fedora-infra_fedmsg
train
699589872edfc737254086b0282858b38965c5c2
diff --git a/qiime_tools/util.py b/qiime_tools/util.py index <HASH>..<HASH> 100644 --- a/qiime_tools/util.py +++ b/qiime_tools/util.py @@ -131,6 +131,12 @@ def parse_taxonomy_table(idtaxFNH): def split_phylogeny(p, level='s'): + """ + Return the phylogenetic taxonomy of bacteria in string 'p' to level specified. +...
Added docstring for split_phylogeny()
smdabdoub_phylotoast
train
02e5fd2abaa4878b084af3f12a9ecdf0a1b5de88
diff --git a/toc.js b/toc.js index <HASH>..<HASH> 100644 --- a/toc.js +++ b/toc.js @@ -5,14 +5,41 @@ var through = require('through2'); var toc = require('markdown-toc'); module.exports = function(verb) { + verb.postLayout(/\.md/, function(file, next) { + var opts = extend({}, verb.options, file.options); + ...
adds toc middleware. this is temporary, we already have libs for this we'll update those libs with this code
verbose_verb-generate-readme
train
fba0e6af7f3f0adfae575a331933bb2221c709af
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -34,14 +34,18 @@ module.exports = function (Pouch) { return name.replace(/^_pouch_/, ''); // TODO: remove when fixed in Pouch } + function canIgnore(dbName) { + return (dbName === ALL_DBS_NAME) || + // TODO:...
(#4) - filter http databases
pouchdb-community_pouchdb-all-dbs
train
134f250d657c4d13f6d3143d70c76815e7be0db9
diff --git a/russound/russound.py b/russound/russound.py index <HASH>..<HASH> 100755 --- a/russound/russound.py +++ b/russound/russound.py @@ -69,6 +69,7 @@ class Russound: send_msg = self.create_send_message("F0 @cc 00 7F 00 00 @kk 05 02 02 00 00 F1 23 00 @pr 00 @zz 00 01", ...
Added some more debug logging.
laf_russound
train
e75c59c1f3f021a116a0f3015e70e43b0be76240
diff --git a/pyecore/ecore.py b/pyecore/ecore.py index <HASH>..<HASH> 100644 --- a/pyecore/ecore.py +++ b/pyecore/ecore.py @@ -101,7 +101,7 @@ class Core(object): elif inspect.isfunction(feature): if k == '__init__': continue - argspect = inspect.getargs...
Change 'getargspec' by 'getfullargspec' It seems that 'getargspec' is deprecated since Python <I>, it's replacement is 'getfullargspec'.
pyecore_pyecore
train
9d59078489dc834d2afe4242bef30c88b739f14d
diff --git a/immutables/__init__.py b/immutables/__init__.py index <HASH>..<HASH> 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -2,3 +2,4 @@ from ._map import Map __all__ = 'Map', +__version__ = '0.1' diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @...
Read version from __init__
MagicStack_immutables
train
811d763e161458bb893920e5903c3646ede60943
diff --git a/packages/@uppy/core/src/Plugin.js b/packages/@uppy/core/src/Plugin.js index <HASH>..<HASH> 100644 --- a/packages/@uppy/core/src/Plugin.js +++ b/packages/@uppy/core/src/Plugin.js @@ -158,9 +158,20 @@ module.exports = class Plugin { } this.uppy.log(`Not installing ${callerPluginName}`) - throw...
core: add some more suggestions to the incorrect `target` warning (#<I>)
transloadit_uppy
train
9d3580b23ac6e5a55013339c3b13cde5c6a6072b
diff --git a/acorn.js b/acorn.js index <HASH>..<HASH> 100644 --- a/acorn.js +++ b/acorn.js @@ -2482,8 +2482,8 @@ node.source = null; semicolon(); } else { - // export * from '...' - // export { x, y as z } [from '...'] + // export * from '...'; + // export { x, y as z } [from '......
make ImportDeclaration and ExportDeclaration semicolons more spec-compliant
babel_babylon
train
b829f50895cfc2e35bc37a9996c01bfddf3ce968
diff --git a/drivers/router/vue-router.2.x.js b/drivers/router/vue-router.2.x.js index <HASH>..<HASH> 100644 --- a/drivers/router/vue-router.2.x.js +++ b/drivers/router/vue-router.2.x.js @@ -1,5 +1,11 @@ module.exports = { + _init: function () { + if ( ! this.options.Vue.router) { + return 'vue-...
Add some error detection (and output) for drivers.
websanova_vue-auth
train
183a0cb9af892666698c51f656a30daa3bfd50ca
diff --git a/tests/test_xopen.py b/tests/test_xopen.py index <HASH>..<HASH> 100644 --- a/tests/test_xopen.py +++ b/tests/test_xopen.py @@ -542,6 +542,14 @@ def test_xopen_falls_back_to_gzip_open(lacking_pigz_permissions): assert f.readline() == CONTENT_LINES[0].encode("utf-8") +def test_xopen_falls_back_to...
Add test for lacking both isal and pigz
marcelm_xopen
train
5e39632e9144071afd14bf93da513e45088d5621
diff --git a/lib/did_you_mean/experimental.rb b/lib/did_you_mean/experimental.rb index <HASH>..<HASH> 100644 --- a/lib/did_you_mean/experimental.rb +++ b/lib/did_you_mean/experimental.rb @@ -1,3 +1,2 @@ -require 'did_you_mean' require 'did_you_mean/experimental/initializer_name_correction' require 'did_you_mean/exper...
Refactor experimental/ivar_name_correction
yuki24_did_you_mean
train
e7c34ecff698509c7547c919149860f857acdd25
diff --git a/lib/swf.rb b/lib/swf.rb index <HASH>..<HASH> 100644 --- a/lib/swf.rb +++ b/lib/swf.rb @@ -25,10 +25,26 @@ module SWF @domain_name = d end + SLOT_TIME = 1 + + def domains + collision = 0 + begin + swf.domains + rescue => e + collision += 1 if collision < 10 + puts "Collis...
exponential backoff to querying for swf domains
change_aws-swf
train
edbed47dd7ae5e1731542d6b0aac523da53985ef
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,5 @@ #!/usr/bin/env node -var irc = require(__dirname + '/lib/ircnode.js'), +var irc = require('ircnode'), net = require('net'), assert = require('assert'); @@ -31,8 +31,8 @@ var splitTests = { for (var u in ...
minor adjustments to the test as suggested by totallymike
totallymike_ircnode
train
29657d72d51d4a42f4c63a76f2e796cf340037a4
diff --git a/lib/ChannelRegistry.js b/lib/ChannelRegistry.js index <HASH>..<HASH> 100644 --- a/lib/ChannelRegistry.js +++ b/lib/ChannelRegistry.js @@ -91,7 +91,7 @@ ChannelRegistry.prototype.generateClientId = function() { * * @return {string} The ID of the client. * - * @see Player + * @see node.Player */ Cha...
Connection broken. Need to map socketId with client id / aliases
nodeGame_nodegame-server
train
82953cdbb5fc297feb9a447c71b4fc8b6dda29e4
diff --git a/numina/array/wavecalib/__main__.py b/numina/array/wavecalib/__main__.py index <HASH>..<HASH> 100644 --- a/numina/array/wavecalib/__main__.py +++ b/numina/array/wavecalib/__main__.py @@ -115,7 +115,8 @@ def wvcal_spectrum(filename, ns1, ns2, # fit and subtract background if nwin_backgrou...
Fix error when computing background. The size of the median filter was set to <I> instead to nwin_background.
guaix-ucm_numina
train
9f09bcde3b0782fabb3af93594be12565fab6587
diff --git a/src/serialize/GameObject.js b/src/serialize/GameObject.js index <HASH>..<HASH> 100644 --- a/src/serialize/GameObject.js +++ b/src/serialize/GameObject.js @@ -125,6 +125,14 @@ class GameObject extends Serializable { get bendingVelocityMultiple() { return null; } /** + * The angle bending mult...
allow override of velocity and AV bending in 2D physics
lance-gg_lance
train
1d8a3d59055b7f21bc4d13d7d40eed914b716ebc
diff --git a/tests/Integration/Database/EloquentMorphManyTest.php b/tests/Integration/Database/EloquentMorphManyTest.php index <HASH>..<HASH> 100644 --- a/tests/Integration/Database/EloquentMorphManyTest.php +++ b/tests/Integration/Database/EloquentMorphManyTest.php @@ -72,7 +72,6 @@ class Post extends Model } } ...
Apply fixes from StyleCI (#<I>)
laravel_framework
train