hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5d5f2537872c409b3a3049837ff86ec0093c8a3e
diff --git a/WellCommercePageBundle.php b/WellCommercePageBundle.php index <HASH>..<HASH> 100644 --- a/WellCommercePageBundle.php +++ b/WellCommercePageBundle.php @@ -12,7 +12,9 @@ namespace WellCommerce\Bundle\PageBundle; +use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKern...
Added compiler passes to all bundles (cherry picked from commit <I>ebd<I>a7aa0b9c6be3c<I>f<I>a7ce<I>bc<I>f)
WellCommerce_CouponBundle
train
7ad6af93379dea91d455a06c2463c212474beec1
diff --git a/geoservice-persistence-mongo/src/test/java/org/schoellerfamily/geoservice/persistence/mongo/test/GeoCodeMongoTest.java b/geoservice-persistence-mongo/src/test/java/org/schoellerfamily/geoservice/persistence/mongo/test/GeoCodeMongoTest.java index <HASH>..<HASH> 100644 --- a/geoservice-persistence-mongo/src/...
fix PMD warning that shows up in codeclimate but not here
dickschoeller_gedbrowser
train
cbbc9cd1cda8de63dbf0b341f5ab36cb463be703
diff --git a/src/pydoc_markdown/contrib/loaders/python.py b/src/pydoc_markdown/contrib/loaders/python.py index <HASH>..<HASH> 100644 --- a/src/pydoc_markdown/contrib/loaders/python.py +++ b/src/pydoc_markdown/contrib/loaders/python.py @@ -33,7 +33,7 @@ from lib2to3.refactor import RefactoringTool from lib2to3.pgen2 im...
add assertion to consume_arg() to make sure a Leaf node is passed
NiklasRosenstein_pydoc-markdown
train
3a1f128c2eca9e13b19440d28e26ee8f6545f429
diff --git a/packages/application-shell/src/utils/gtm.js b/packages/application-shell/src/utils/gtm.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/utils/gtm.js +++ b/packages/application-shell/src/utils/gtm.js @@ -2,6 +2,7 @@ * Google Tag Manager (GTM) Tracking Utilities */ import camelcase fr...
chore(app-shell): add logging to tracking (#<I>)
commercetools_merchant-center-application-kit
train
08a097b855c937db494ca28897009a51e6b646b1
diff --git a/public/src/jquery.aljs-datepicker.js b/public/src/jquery.aljs-datepicker.js index <HASH>..<HASH> 100644 --- a/public/src/jquery.aljs-datepicker.js +++ b/public/src/jquery.aljs-datepicker.js @@ -106,17 +106,17 @@ if (typeof moment === "undefined") { throw new Error("The ALJS datepicker plugin ...
jQuery datepicker fix when focusing/blurring from input
appiphony_appiphony-lightning-js
train
9617831aaa23d1846e346be82b5dd93c887ae3fe
diff --git a/lib/dm-core/collection.rb b/lib/dm-core/collection.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/collection.rb +++ b/lib/dm-core/collection.rb @@ -1296,6 +1296,7 @@ module DataMapper def filter(query) fields = self.query.fields.to_set + # TODO: push this into a Query#subset? method ...
Added TODO to push logic in Collection#filter into Query#subset?
datamapper_dm-core
train
cdc4e93dfa46032b136d67bdb71b1e1f3d99cd1a
diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -5,6 +5,7 ...
Document that the delegate method can delegate to things other than just methods. Closes #<I> [dcmanges, jeremymcanally] git-svn-id: <URL>
rails_rails
train
139bff87dfa2186eb6ea9220df39bcc39f223391
diff --git a/src/FastD/Http/SwooleRequest.php b/src/FastD/Http/SwooleRequest.php index <HASH>..<HASH> 100644 --- a/src/FastD/Http/SwooleRequest.php +++ b/src/FastD/Http/SwooleRequest.php @@ -28,7 +28,7 @@ class SwooleRequest extends Request * @param array $config * @return Request|static */ - publi...
fixed swoole http request handle
fastdlabs_http
train
f1e44ca6846476596f0c3cb09fafd1806a51c0eb
diff --git a/test/system/src/main/java/io/pravega/test/system/framework/services/kubernetes/BookkeeperK8sService.java b/test/system/src/main/java/io/pravega/test/system/framework/services/kubernetes/BookkeeperK8sService.java index <HASH>..<HASH> 100644 --- a/test/system/src/main/java/io/pravega/test/system/framework/se...
Issue <I>: Remove workaround of deleting pvc after scaling down Bookkeeper. (#<I>)
pravega_pravega
train
e5cfc02d57a304c63241e4030eb1cc38073aacfc
diff --git a/src/webroot/cms/content-manager/pagecontent/includes/plugin-properties.js b/src/webroot/cms/content-manager/pagecontent/includes/plugin-properties.js index <HASH>..<HASH> 100644 --- a/src/webroot/cms/content-manager/pagecontent/includes/plugin-properties.js +++ b/src/webroot/cms/content-manager/pagecontent...
Fixed Toolbar visibility after switching between editable blocks git-svn-id: <URL>
sitesupra_sitesupra
train
c885777ac69ad957d9259816d9b8ece029a8ec63
diff --git a/cmd/http/dial_linux.go b/cmd/http/dial_linux.go index <HASH>..<HASH> 100644 --- a/cmd/http/dial_linux.go +++ b/cmd/http/dial_linux.go @@ -38,6 +38,10 @@ func setInternalTCPParameters(c syscall.RawConn) error { // since Linux 4.11. _ = syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, unix.TCP_FASTOPEN_C...
Add support for TCP_QUICKACK (#<I>) TCP_QUICKACK is a setting that allows TCP endpoints to acknowledge the receipt of data instantly in situations where they would normally wait to see if more data would be arriving. <URL>
minio_minio
train
60a89a0f7f72efced33b5b110bc688e5882a2a3d
diff --git a/basepage/base_page.py b/basepage/base_page.py index <HASH>..<HASH> 100644 --- a/basepage/base_page.py +++ b/basepage/base_page.py @@ -575,7 +575,11 @@ class BasePage(object): exp_cond = expected_condition(locator, **kwargs) if timeout == 0: try: - return exp_co...
Fix when exp_cond doesn't return a WebElement exp_cond can sometimes return False instead of a WebElement when the exp_cond fails, we then do not want to return the bool - we just want to continue onwards with the _get method Also update minor version to <I>
Projectplace_basepage
train
0257cf774d034f17d60c84cb6d1bd6762d7720fb
diff --git a/superset/initialization/__init__.py b/superset/initialization/__init__.py index <HASH>..<HASH> 100644 --- a/superset/initialization/__init__.py +++ b/superset/initialization/__init__.py @@ -267,7 +267,7 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods appbuilder.add_view...
fix: title case in menus (#<I>) Let's stick to title case in the navbar. This tackles two entries that have been triggering my OCD
apache_incubator-superset
train
6989e4d38035528520b15cb2b8ce551d8f2b6bbe
diff --git a/MigrationServiceProvider.php b/MigrationServiceProvider.php index <HASH>..<HASH> 100755 --- a/MigrationServiceProvider.php +++ b/MigrationServiceProvider.php @@ -171,10 +171,7 @@ class MigrationServiceProvider extends ServiceProvider { */ protected function registerMakeCommand() { - $this->app->...
Extract registerCreator method Make it easier to register a custom creator.
illuminate_database
train
161661cf29bb23d8640b32e1600cede618df8813
diff --git a/sources/scalac/atree/ATreeFromSTree.java b/sources/scalac/atree/ATreeFromSTree.java index <HASH>..<HASH> 100644 --- a/sources/scalac/atree/ATreeFromSTree.java +++ b/sources/scalac/atree/ATreeFromSTree.java @@ -243,7 +243,7 @@ public class ATreeFromSTree { private ACode apply(Tree tree, Tree fun, Tree[...
- Changed to avoid warnings
scala_scala
train
4ef54bcc3a2ec9c2392329e8bcddff4131981a28
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,6 +33,7 @@ * */ +//noinspection JSUnresolvedVariable module.exports = function (grunt) { // Project configuration. //noinspection JSUnresolvedFunction @@ -47,9 +48,10 @@ module.exports = fu...
Suppress JS unresolved variable inspection on gruntfile
Nosto_nosto-php-sdk
train
f6c19810ffb444b8ae943f5c00d4330ce68d75c7
diff --git a/modules/casper.js b/modules/casper.js index <HASH>..<HASH> 100644 --- a/modules/casper.js +++ b/modules/casper.js @@ -2262,13 +2262,13 @@ function createPage(casper) { casper.emit('load.finished', status); casper.loadInProgress = false; }; - page.onNavigationRequested = function o...
Rename lock to willNavigate The phantomjs documentation[1] indicates that the lock variable is named 'willNavigate'. After a quick test, the values passed reflect that name, true indicating navigation will happen, false indicating it will not. [1]: <URL>
casperjs_casperjs
train
7b9404c4233a1b3e2950f1d4b2ee40defee17e41
diff --git a/cmd/tsuru-base/apps_test.go b/cmd/tsuru-base/apps_test.go index <HASH>..<HASH> 100644 --- a/cmd/tsuru-base/apps_test.go +++ b/cmd/tsuru-base/apps_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 tsuru authors. All rights reserved. +// Copyright 2014 tsuru authors. All rights reserved. // Use of this source code...
cmd/tsuru-base: fix year in copyright banner
tsuru_tsuru
train
f1c9f0b09c05e2fb68d413ad6c7910a2a0a47a11
diff --git a/lib/mongoid/validations.rb b/lib/mongoid/validations.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/validations.rb +++ b/lib/mongoid/validations.rb @@ -25,7 +25,7 @@ module Mongoid #:nodoc: # validates_associated :name, :addresses # end def validates_associated(*args) - ...
Rename mongoid validation classes so they will be picked up by validates method
mongodb_mongoid
train
cfdc10e63c205b5807962ba52099eac90d7d264e
diff --git a/mod/forum/lib.php b/mod/forum/lib.php index <HASH>..<HASH> 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1255,7 +1255,7 @@ function forum_get_discussions($forum="0", $forumsort="d.timemodified DESC", $umtable = ''; } else { $umfields = ', um.firstname AS umfirstname, um....
Corrected an SQL statement that used 'user' instead of $CFG->prefix.'user'. Note - this is a left join of a table that is already inner joined in the same statement. There may be other problems here.
moodle_moodle
train
bcc07c4b70f3b47344c4c487423a159036f6eaa5
diff --git a/lib/metior/commit.rb b/lib/metior/commit.rb index <HASH>..<HASH> 100644 --- a/lib/metior/commit.rb +++ b/lib/metior/commit.rb @@ -42,6 +42,42 @@ module Metior # @return [Repository] The repository this commit belongs to attr_reader :repo + # Calculate some predefined activity statistics for ...
Added Commit.activity This calculates commit activity for a given set of commits.
koraktor_metior
train
8cce39d68f8836f075893e0b40d001d392bd0476
diff --git a/core-bundle/contao/modules/ModuleArticleList.php b/core-bundle/contao/modules/ModuleArticleList.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/modules/ModuleArticleList.php +++ b/core-bundle/contao/modules/ModuleArticleList.php @@ -88,7 +88,7 @@ class ModuleArticleList extends \Module } /...
[Core] Show all articles if the article list module is in the same column (see #<I>)
contao_contao
train
085128b2cdeb46d6f2aa4a014dac97156af47b4d
diff --git a/lib/package.js b/lib/package.js index <HASH>..<HASH> 100644 --- a/lib/package.js +++ b/lib/package.js @@ -42,7 +42,7 @@ var PKG_FMT = 'uuid=%s, ' + PACKAGES; */ function Package(options) { - this.ufds = new UFDS(options); + this.ufds = (options instanceof UFDS) ? options : new UFDS(options); } ...
PUBAPI-<I>: Allow Package API to reuse UFDS instance when we need to use both.
joyent_node-sdc-clients
train
6cb9d9238ea3cc73689d6b71e991f2ec233ee8e6
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index <HASH>..<HASH> 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -209,6 +209,10 @@ class GitlabAttachFileError(GitlabOperationError): pass +class GitlabImportError(GitlabOperationError): + pass + + class GitlabCherryPickError(Gitl...
feat(api): add support for Group Import/Export API (#<I>)
python-gitlab_python-gitlab
train
37198211702973cbf0aafe08594fc0244d067068
diff --git a/gauged/bridge.py b/gauged/bridge.py index <HASH>..<HASH> 100644 --- a/gauged/bridge.py +++ b/gauged/bridge.py @@ -17,7 +17,7 @@ class SharedLibrary(object): version = sys.version.split(' ')[0][0:3] shared_lib = os.path.join(path, 'build', 'lib*-' + version, name + '*.*') lib = gl...
Don't cover the path that's only taken when installed via pip
chriso_gauged
train
4785cc6eb3db8fab34f862ec17c2891a2c538ae9
diff --git a/lib/node_modules/@stdlib/math/statistics/lib/index.js b/lib/node_modules/@stdlib/math/statistics/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/math/statistics/lib/index.js +++ b/lib/node_modules/@stdlib/math/statistics/lib/index.js @@ -234,6 +234,15 @@ setReadOnly( statistics, 'tt...
Add two-sample z-test to namespace
stdlib-js_stdlib
train
d7931da19d046f8a0810c607c491109a3b10486d
diff --git a/nfc/clf/__init__.py b/nfc/clf/__init__.py index <HASH>..<HASH> 100644 --- a/nfc/clf/__init__.py +++ b/nfc/clf/__init__.py @@ -224,7 +224,6 @@ class ContactlessFrontend(object): actions but not for communication. 'iterations' : integer - This determines the number of sense...
removed empty line in documentation of the 'iterations' option
nfcpy_nfcpy
train
4370ed53a77a3ff161daa2340c0c5594c925a42e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.5.2 (unreleased) - Adding a column with a non-null default value is safe in MariaDB 10.3.2+ +- Added MariaDB-specific check for `change_column_null` - Added `add_foreign_key_safely` metho...
Added MariaDB-specific check for change_column_null - #<I>
ankane_strong_migrations
train
91efc0f7f5feb978871381ecf2c19627caecbc5c
diff --git a/salt/modules/win_disk.py b/salt/modules/win_disk.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_disk.py +++ b/salt/modules/win_disk.py @@ -50,24 +50,19 @@ def usage(): drive_bitmask >>= 1 for drive in drives: try: - (sectorspercluster, - bytespersector, ...
Correctly report disk usage on Windows. Fix #<I> The GetDiskFreeSpace API call uses <I>-bit unsigned ints, which causes it to fail for large disks. The GetDiskFreeSpaceEx method uses long integers and avoids the need for several manual calcuations. This also ensures the capacity reported rounds correct. The previou...
saltstack_salt
train
e72f75c9d8fd8c235f652e79899de51a08781766
diff --git a/skorch/tests/test_net.py b/skorch/tests/test_net.py index <HASH>..<HASH> 100644 --- a/skorch/tests/test_net.py +++ b/skorch/tests/test_net.py @@ -705,13 +705,13 @@ class TestNeuralNetRegressor: "The target data shouldn't be 1-dimensional; " "please reshape (e.g. y.reshape(-1, 1)."...
Fix a test that used un-initialized net.
skorch-dev_skorch
train
277921fa2444ce5a44a30f2ca5fb15ee308d87b3
diff --git a/microsoft-azure-api/src/test/java/com/microsoft/windowsazure/services/table/client/TableTestBase.java b/microsoft-azure-api/src/test/java/com/microsoft/windowsazure/services/table/client/TableTestBase.java index <HASH>..<HASH> 100644 --- a/microsoft-azure-api/src/test/java/com/microsoft/windowsazure/servic...
Adding deltas to assertEquals for Date and Double, which are likely to experience slight rounding error and cause transient failures.
Azure_azure-sdk-for-java
train
122ed49d0b43bd2c8bc64e4965c3e1ea25581227
diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based.py +++ b/openquake/calculators/event_based.py @@ -210,8 +210,13 @@ class EventBasedCalculator(base.HazardCalculator): self.datastore.set_attrs('ruptures',...
Changed weight again [skip hazardlib]
gem_oq-engine
train
f385cb3f2113e2b7e4e14626c11e2287280715ed
diff --git a/js/plugins.js b/js/plugins.js index <HASH>..<HASH> 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -1,7 +1,7 @@ // http://unheap.com $(function() { - $('.chromeframe').on('click', function() { + $('.browsehappy').on('click', function() { $(this).slideUp('fast'); }); });
Fixed click function on Chromeframe The click function was still targeting the old class of .chromeframe. Updated to .browsehappy.
mojotech_jeet
train
4c15a271276b7254fa6b959a04989ffc4a221dac
diff --git a/src/Utility/Hash.php b/src/Utility/Hash.php index <HASH>..<HASH> 100644 --- a/src/Utility/Hash.php +++ b/src/Utility/Hash.php @@ -875,7 +875,7 @@ class Hash * - `numeric` Compare values numerically * - `string` Compare values as strings * - `natural` Compare items as strings using "natura...
Correct docblock. SORT_NATURAL fallback for PHP < <I> has been removed in <I>
cakephp_cakephp
train
4e12b38db6ef371d633a1f57accdf04ce0fb3d5e
diff --git a/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Create/CreateRequestContainer.java b/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Create/CreateRequestContainer.java index <HASH>..<HASH> 100644 --- a/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Create/Cr...
added structure for create queue insertion.
renepickhardt_metalcon
train
238432d1cb5b47d61764fb54fc3d701c1def852d
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,11 @@ +* Support encrypted attributes on columns with default db values. + +This adds support for encrypted attributes defined on columns with defau...
Support encrypted attributes on columns with default values Before, it was failing to read these columns because their contents were not encrypted, unless you enabled `config.active_record.encryption.support_unencrypted_data`. Now, it will detect the change at creation time for these records and effectively encrypt t...
rails_rails
train
b8f4176f9779f816795b9d2d7d05e431ba27de9b
diff --git a/events/events.go b/events/events.go index <HASH>..<HASH> 100644 --- a/events/events.go +++ b/events/events.go @@ -9,7 +9,6 @@ import ( manifold "github.com/manifoldco/go-manifold" merrors "github.com/manifoldco/go-manifold/errors" "github.com/manifoldco/go-manifold/idtype" - "github.com/manifoldco/ma...
Remove marketplace dep copy & pasta
manifoldco_go-manifold
train
db6c08bf7c2505b479879c54b4494a3da36c26c0
diff --git a/web/concrete/elements/collection_metadata.php b/web/concrete/elements/collection_metadata.php index <HASH>..<HASH> 100644 --- a/web/concrete/elements/collection_metadata.php +++ b/web/concrete/elements/collection_metadata.php @@ -75,7 +75,7 @@ if ($_REQUEST['approveImmediately'] == 1) { </script> - ...
Close unclosed ccm-required-meta div Former-commit-id: ea<I>ad1c<I>f1f<I>cf<I>fcd7d<I>d<I>c0ee0
concrete5_concrete5
train
ddd5ed24a31c9f207fa38954dfb99469eb9a9430
diff --git a/lib/right_agent/core_payload_types.rb b/lib/right_agent/core_payload_types.rb index <HASH>..<HASH> 100644 --- a/lib/right_agent/core_payload_types.rb +++ b/lib/right_agent/core_payload_types.rb @@ -27,6 +27,7 @@ require File.normalize_path(File.join(CORE_PAYLOAD_TYPES_BASE_DIR, 'cookbook')) require File.n...
Refs #<I> - add DevSequence to the list of payload types
rightscale_right_agent
train
1e285b1467220c430bc04780ec6a84280f97e131
diff --git a/core/codegen/vdm2jml/src/test/resources/dynamic_analysis/PostCond/Entry.java b/core/codegen/vdm2jml/src/test/resources/dynamic_analysis/PostCond/Entry.java index <HASH>..<HASH> 100644 --- a/core/codegen/vdm2jml/src/test/resources/dynamic_analysis/PostCond/Entry.java +++ b/core/codegen/vdm2jml/src/test/reso...
Updating result file and Java/JML for 'PostCond' test
overturetool_overture
train
a4c870d66736741cde9ab68717b56f7f9264c9c3
diff --git a/s2/cellid.go b/s2/cellid.go index <HASH>..<HASH> 100644 --- a/s2/cellid.go +++ b/s2/cellid.go @@ -113,9 +113,9 @@ func (ci CellID) isFace() bool { return uint64(ci)&(lsbForLevel(0)-1) == 0 } // lsb returns the least significant bit that is set. func (ci CellID) lsb() uint64 { return uint64(ci) & -uint64(...
Make the s2.CellID.Children method public. Application: Generating four neighboring cells of a given cell. ------------- Created by MOE: <URL>
golang_geo
train
cfae0345e7530963b45da8b5c79aac1b8deb1f27
diff --git a/src/api.js b/src/api.js index <HASH>..<HASH> 100644 --- a/src/api.js +++ b/src/api.js @@ -28,8 +28,8 @@ var API = Posterior.api = function(config, name) { }; API.build = function(config, parent, name) { - var fn = function(data) { - return API.main(fn, data); + var fn = function() { + ...
upgrade API.fill to full resolver for args, nested data, etc
esha_posterior
train
508dac0f3c2b4aaf68f253f0097924a3f9891a40
diff --git a/src/deep-resource/test/Resource/LambdaResponse.js b/src/deep-resource/test/Resource/LambdaResponse.js index <HASH>..<HASH> 100644 --- a/src/deep-resource/test/Resource/LambdaResponse.js +++ b/src/deep-resource/test/Resource/LambdaResponse.js @@ -21,7 +21,10 @@ suite('Resource/LambdaResponse', function() { ...
Fix rawError from string to object
MitocGroup_deep-framework
train
d69fa16e9a8af4efa485f9518759c9468f8b848f
diff --git a/master/buildbot/test/unit/test_schedulers_forcesched.py b/master/buildbot/test/unit/test_schedulers_forcesched.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_schedulers_forcesched.py +++ b/master/buildbot/test/unit/test_schedulers_forcesched.py @@ -443,3 +443,8 @@ class TestForceSchedu...
- Added test : test_bad_reason.
buildbot_buildbot
train
25d5bf7f7638dd7c3b77c7c726a4955f36a1a0a1
diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php index <HASH>..<HASH> 100755 --- a/Eloquent/Builder.php +++ b/Eloquent/Builder.php @@ -355,6 +355,37 @@ class Builder } /** + * Chunk the results of a query, when the ID to query by is known. + * + * Because if we know the ID to key by, the...
Implement an id to speed up chunk for large databases
illuminate_database
train
980c2cd5086a091ee2e1878fdbf93446357d2f02
diff --git a/django_qbe/__init__.py b/django_qbe/__init__.py index <HASH>..<HASH> 100644 --- a/django_qbe/__init__.py +++ b/django_qbe/__init__.py @@ -0,0 +1 @@ +__version__ = '0.2.0a2' diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,25 @@ -import os - +import code...
Moved version string to common practice location and bumped it to <I>a2.
versae_qbe
train
d04ca1dc7c2fc0f93ee7348ff3f87ad22393fae1
diff --git a/tilequeue/command.py b/tilequeue/command.py index <HASH>..<HASH> 100755 --- a/tilequeue/command.py +++ b/tilequeue/command.py @@ -1411,6 +1411,13 @@ def tilequeue_dump_tiles_of_interest(cfg, peripherals): def tilequeue_dump_tiles_of_interest_from_redis(cfg, peripherals): + """ + Dumps the tiles ...
Add comment to the Redis dumper command
tilezen_tilequeue
train
c23ec804ec2f482f73571e5fcf07204ebe446d1f
diff --git a/src/frontend/org/voltdb/PostGISBackend.java b/src/frontend/org/voltdb/PostGISBackend.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/PostGISBackend.java +++ b/src/frontend/org/voltdb/PostGISBackend.java @@ -68,25 +68,25 @@ public class PostGISBackend extends PostgreSQLBackend { // Cap...
PostGISBackend.java: tweaked slightly the Query transformations for PointFromText(...) and PolygonFromText(...), so that they get transformed even when (mis-)applied to values that do not start with 'POINT or 'POLYGON (respectively).
VoltDB_voltdb
train
14a709d7890382ac1bf9c6e8d2421ed47e8ae061
diff --git a/pywws/ToUnderground.py b/pywws/ToUnderground.py index <HASH>..<HASH> 100644 --- a/pywws/ToUnderground.py +++ b/pywws/ToUnderground.py @@ -123,7 +123,8 @@ class ToUnderground(object): last_update = self.params.get('underground', 'last update') if last_update: # upl...
Fixed bug in previous bug fix of ToUnderground.py.
jim-easterbrook_pywws
train
f10b0da89f881b9351ac8d777f17c8cddb0de06f
diff --git a/geocoder/base.py b/geocoder/base.py index <HASH>..<HASH> 100644 --- a/geocoder/base.py +++ b/geocoder/base.py @@ -209,17 +209,17 @@ class Base(object): self.east = east # Bounding Box Corners - self.northeast = OrderedDict(lat=self.north, lng=self.east) - self.northwest = ...
Remove Ordered Dict to list
DenisCarriere_geocoder
train
52ca88174bdb299a10078fd634cadca1221ada7d
diff --git a/lib/faraday_middleware/response/parse_json.rb b/lib/faraday_middleware/response/parse_json.rb index <HASH>..<HASH> 100644 --- a/lib/faraday_middleware/response/parse_json.rb +++ b/lib/faraday_middleware/response/parse_json.rb @@ -8,7 +8,7 @@ module FaradayMiddleware end define_parser do |body, ...
Fixes support for Oj < <I> (#<I>)
lostisland_faraday_middleware
train
7b0338279b7b732e60f66c191361a0a38ea3ed4c
diff --git a/salt/key.py b/salt/key.py index <HASH>..<HASH> 100644 --- a/salt/key.py +++ b/salt/key.py @@ -26,8 +26,14 @@ class KeyCLI(object): self.opts = opts if self.opts['transport'] == 'zeromq': self.key = Key(opts) + self.acc = 'minions' + self.pend = 'minions_...
Make the salt-key cli system modular for raet keys
saltstack_salt
train
63e1ae607462106b35979cd0b2cc990f583d1288
diff --git a/python/mxnet/kvstore.py b/python/mxnet/kvstore.py index <HASH>..<HASH> 100644 --- a/python/mxnet/kvstore.py +++ b/python/mxnet/kvstore.py @@ -310,7 +310,7 @@ class KVStore(object): >>> def update(key, input, stored): ... print "update on key: %d" % key ... stored += input...
Changes to be committed: modified: kvstore.py
apache_incubator-mxnet
train
bba36190a2c94e6b7126e818764aefe81084aa90
diff --git a/definitions/npm/normalizr_v2.x.x/flow_v0.23.x-/normalizr_v2.x.x.js b/definitions/npm/normalizr_v2.x.x/flow_v0.23.x-/normalizr_v2.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/normalizr_v2.x.x/flow_v0.23.x-/normalizr_v2.x.x.js +++ b/definitions/npm/normalizr_v2.x.x/flow_v0.23.x-/normalizr_v2.x.x....
normalizr takes Object | Array<Object> (#<I>)
flow-typed_flow-typed
train
7f3791b402eeef0b32ddd164e95695d5e44afe8a
diff --git a/core/serial_bleat.js b/core/serial_bleat.js index <HASH>..<HASH> 100644 --- a/core/serial_bleat.js +++ b/core/serial_bleat.js @@ -19,8 +19,10 @@ bleat = require('bleat'); if (bleat.classic) bleat = bleat.classic; } catch (e) { - console.error(e); + console.log(e); consol...
fix port scan issue if bleat isn't installed
espruino_EspruinoTools
train
934ea84634e86c822019c5a9ec9dbb59d4e6c328
diff --git a/tests/convert_avgpool.py b/tests/convert_avgpool.py index <HASH>..<HASH> 100644 --- a/tests/convert_avgpool.py +++ b/tests/convert_avgpool.py @@ -7,12 +7,12 @@ from gluon2pytorch import gluon2pytorch class AvgPoolTest(mx.gluon.nn.HybridSequential): - def __init__(self): + def __init__(self, pool...
Add new options to average pooling test.
nerox8664_gluon2pytorch
train
3743344dec6bff4e4fe2407b44de6e5569e595fb
diff --git a/google-cloud-core/lib/google/cloud/core/grpc_utils.rb b/google-cloud-core/lib/google/cloud/core/grpc_utils.rb index <HASH>..<HASH> 100644 --- a/google-cloud-core/lib/google/cloud/core/grpc_utils.rb +++ b/google-cloud-core/lib/google/cloud/core/grpc_utils.rb @@ -23,78 +23,72 @@ module Google # @priva...
Remove GRPCUtils::ClassMethods Revert GRPCUtils to original structure, ClassMethods is not used by a released gem.
googleapis_google-cloud-ruby
train
063cbab818c41caa4e415d9b85570acf3c8ed989
diff --git a/src/system/modules/metamodelsattribute_url/languages/it/tl_metamodel_attribute.php b/src/system/modules/metamodelsattribute_url/languages/it/tl_metamodel_attribute.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_url/languages/it/tl_metamodel_attribute.php +++ b/src/system/modul...
Updated translations from transifex.
MetaModels_attribute_url
train
9268a4bee966bef6c5f6ac8d5fbb8921a71cc894
diff --git a/cassandra/cqlengine/connection.py b/cassandra/cqlengine/connection.py index <HASH>..<HASH> 100644 --- a/cassandra/cqlengine/connection.py +++ b/cassandra/cqlengine/connection.py @@ -127,7 +127,7 @@ class Connection(object): # lazy_connect might have been set to False by another thread while wa...
shutdown cluster on cqlengine connection unregistration
datastax_python-driver
train
851466fd6df1257b2448c4c64198cdb5ebf54b0c
diff --git a/lib/mini_magick/image.rb b/lib/mini_magick/image.rb index <HASH>..<HASH> 100644 --- a/lib/mini_magick/image.rb +++ b/lib/mini_magick/image.rb @@ -11,6 +11,7 @@ module MiniMagick end def path + run_queue if @command_queued MiniMagick::Utilities.windows? ? path_for_windows_quote_space...
Run commands only when result is needed.
minimagick_minimagick
train
f512a77bbef5ef5e175125d07322fda7d8e73205
diff --git a/spec/mysql2/statement_spec.rb b/spec/mysql2/statement_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mysql2/statement_spec.rb +++ b/spec/mysql2/statement_spec.rb @@ -70,6 +70,14 @@ RSpec.describe Mysql2::Statement do @client.query 'DROP TABLE IF EXISTS mysql2_stmt_q' end + it "should be reusable...
Test for memory errors by reusing a statement <I> times
brianmario_mysql2
train
d06260ebbbaed420bbbe85a11206866ac481f1e4
diff --git a/hack/test.sh b/hack/test.sh index <HASH>..<HASH> 100755 --- a/hack/test.sh +++ b/hack/test.sh @@ -1,6 +1,13 @@ #!/bin/bash set -eux -o pipefail +# make sure apiclient does not depend on packr +which godepgraph || go get github.com/kisielk/godepgraph +if godepgraph -s github.com/argoproj/argo-cd/pkg/api...
Issue #<I> - Remove transitive dependency on packr (#<I>)
argoproj_argo-cd
train
91e6c5a4b63584497744759c7ef41766b30f4b00
diff --git a/photutils/psf/epsf.py b/photutils/psf/epsf.py index <HASH>..<HASH> 100644 --- a/photutils/psf/epsf.py +++ b/photutils/psf/epsf.py @@ -291,6 +291,18 @@ class EPSFBuilder: The undersampled value at which to compute the shifts. It must be a strictly positive number. + recentering_boxsi...
Minor typo fix; added docstrings for re-introduced EPSFBuilder parameters
astropy_photutils
train
a8b32acad59407e2c707401c9af850d1b7fc009b
diff --git a/lib/Parser.js b/lib/Parser.js index <HASH>..<HASH> 100644 --- a/lib/Parser.js +++ b/lib/Parser.js @@ -1060,9 +1060,10 @@ class Parser extends Tapable { } walkFunctionDeclaration(statement) { + const wasTopLevel = this.scope.topLevelScope; + this.scope.topLevelScope = false; for (const param of s...
Fix top level detection in the Parser
webpack_webpack
train
e66076dcc64fb3c69c92ca7705931d1a8e35d509
diff --git a/ipyrad/assemble/cluster_within.py b/ipyrad/assemble/cluster_within.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/cluster_within.py +++ b/ipyrad/assemble/cluster_within.py @@ -738,7 +738,6 @@ def align_and_parse(handle, max_internal_indels=8): ## check for too many internal indels f...
raise default cov/minsl for gbs data to <I> from <I>
dereneaton_ipyrad
train
15988980db08bf6733e8057ac67b95f4dd2bca82
diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index <HASH>..<HASH> 100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php @@ -28,26 +28,48 @@ require_once 'HTMLPurifier/HTMLDefinition.php'; require_once 'HTMLPurifier/Generator.php'; require_once 'HTMLPurifier/Strategy/Core.php'; +/*...
- Switch to HTMLPurifier.php, a more logical "must include" for the tester - Disable encoding options, we're going to defer implementation of them for a later release. git-svn-id: <URL>
Masterjoa_HTMLPurifier-standalone
train
1608a1b6a818b4c22028f64b897100a7b3739fc3
diff --git a/src/lazysizes-core.js b/src/lazysizes-core.js index <HASH>..<HASH> 100644 --- a/src/lazysizes-core.js +++ b/src/lazysizes-core.js @@ -96,13 +96,14 @@ function l(window, document) { var rAF = (function(){ var running, waiting; - var fns = []; + var firstFns = []; var secondFns = []; + var fns =...
check elem.complete after rAF (fixes #<I>)
aFarkas_lazysizes
train
9409e8f24709bce3f07b91291a3e0207bc9e2592
diff --git a/webit-script/src/main/java/webit/script/support/jfinal/WebitScriptRenderFactory.java b/webit-script/src/main/java/webit/script/support/jfinal/WebitScriptRenderFactory.java index <HASH>..<HASH> 100644 --- a/webit-script/src/main/java/webit/script/support/jfinal/WebitScriptRenderFactory.java +++ b/webit-scri...
auto regist ModelResolver for jfinal
febit_wit
train
d43f58983c604eafa38d27e75df815d48e3a7a29
diff --git a/gwpy/table/tests/test_table.py b/gwpy/table/tests/test_table.py index <HASH>..<HASH> 100644 --- a/gwpy/table/tests/test_table.py +++ b/gwpy/table/tests/test_table.py @@ -766,6 +766,8 @@ class TestEventTable(TestTable): assert len(table) == 1 assert table[0]["name"] == "GW170817_R1" ...
Update gwpy/table/tests/test_table.py
gwpy_gwpy
train
d1cf032c67bc449aa58918420ccf8fdaa4f03544
diff --git a/spinoff/actor/cell.py b/spinoff/actor/cell.py index <HASH>..<HASH> 100644 --- a/spinoff/actor/cell.py +++ b/spinoff/actor/cell.py @@ -304,7 +304,7 @@ class Cell(Greenlet, _BaseCell): self.queue.put((_NOSENDER, ('__error', sys.exc_info()[1], sys.exc_info()[2]))) return if ...
Removed an old reference to Process.run
eallik_spinoff
train
e5b30368a982d0b683b9c48cb85fe9ac1efc8716
diff --git a/tests/remote/when_api_succeed.py b/tests/remote/when_api_succeed.py index <HASH>..<HASH> 100644 --- a/tests/remote/when_api_succeed.py +++ b/tests/remote/when_api_succeed.py @@ -2,7 +2,7 @@ import unittest import time from tests.remote import given_client, should_return from hamcrest import contains_str...
API - use PaymentStatus in remote test
gopaycommunity_gopay-python-api
train
9ec337e746c54498c88e00bb24adde4f2d6647a0
diff --git a/server/src/main/java/org/openqa/selenium/server/browserlaunchers/InternetExplorerCustomProxyLauncher.java b/server/src/main/java/org/openqa/selenium/server/browserlaunchers/InternetExplorerCustomProxyLauncher.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/openqa/selenium/server/browserlaun...
Fixing main build r<I>
SeleniumHQ_selenium
train
42d668f004f5abd7b2c3a5d265dff8df6e45441a
diff --git a/app/views/layouts/rails_admin/_secondary_navigation.html.erb b/app/views/layouts/rails_admin/_secondary_navigation.html.erb index <HASH>..<HASH> 100644 --- a/app/views/layouts/rails_admin/_secondary_navigation.html.erb +++ b/app/views/layouts/rails_admin/_secondary_navigation.html.erb @@ -17,7 +17,9 @@ ...
Refactor labels to badges (#<I>) From the migrations documentation of Bootstrap v4 -> v5: > - Consolidated .label and .badge to disambiguate from the <label> element and simplify related components. This change refactors the usage of labels to their counterparts as badges. Namely the logout label/badge and the r...
sferik_rails_admin
train
146e4f7d175424731cbcd498b46c9bd8c0baa99a
diff --git a/src/main/java/org/sql2o/Connection.java b/src/main/java/org/sql2o/Connection.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sql2o/Connection.java +++ b/src/main/java/org/sql2o/Connection.java @@ -201,6 +201,31 @@ public class Connection implements AutoCloseable { return null; } + ...
add ability to return keys from a batch
aaberg_sql2o
train
006ef382d1791902470ae5b7792056989d254713
diff --git a/symphony/lib/toolkit/fields/field.upload.php b/symphony/lib/toolkit/fields/field.upload.php index <HASH>..<HASH> 100755 --- a/symphony/lib/toolkit/fields/field.upload.php +++ b/symphony/lib/toolkit/fields/field.upload.php @@ -263,7 +263,7 @@ if(empty($data) || $data['error'] == UPLOAD_ERR_NO_FILE) { ...
Pass label message as an array not a string. Fix for Issue #<I>
symphonycms_symphony-2
train
b84506da660f766a3866b7dff5c0ace7b28b6525
diff --git a/consumer.go b/consumer.go index <HASH>..<HASH> 100644 --- a/consumer.go +++ b/consumer.go @@ -17,7 +17,7 @@ import ( "time" noaa_errors "github.com/cloudfoundry/noaa/errors" - "github.com/cloudfoundry/noaa/events" + "github.com/cloudfoundry/sonde-go/events" "github.com/gogo/protobuf/proto" "githu...
Update imports to sonde-go [#<I>]
cloudfoundry_noaa
train
2095232500a6a3b85c571c263764275381be69d2
diff --git a/lib/config/handler.js b/lib/config/handler.js index <HASH>..<HASH> 100644 --- a/lib/config/handler.js +++ b/lib/config/handler.js @@ -6,22 +6,22 @@ import { cwdCallback } from '../resolvers.js' import { extendsResolver, globalsResolver, middlewaresResolver, serverResolver } from './resolvers.js' import {...
config: handler can support a file path or a config object
zazuko_trifid-core
train
ce772446d4acb6f7f0e5e4b2fbd8812b9d2c4a4a
diff --git a/spec/oanda_api/streaming/adapters/gson_spec.rb b/spec/oanda_api/streaming/adapters/gson_spec.rb index <HASH>..<HASH> 100644 --- a/spec/oanda_api/streaming/adapters/gson_spec.rb +++ b/spec/oanda_api/streaming/adapters/gson_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' require 'shared/adapter' -require 'oa...
make specs dependent on installed gems conditional
nukeproof_oanda_api
train
9380b67b8342b04dc7e2b884e8ac4ed2c18258ee
diff --git a/featureflow/model.py b/featureflow/model.py index <HASH>..<HASH> 100644 --- a/featureflow/model.py +++ b/featureflow/model.py @@ -85,10 +85,19 @@ class BaseModel(object): pass @classmethod - def process(cls, **kwargs): + def process(cls, raise_if_exists=False, **kwargs): ...
Raise an error if the id already exists only on an opt-in basis
JohnVinyard_featureflow
train
c25d1167d799ed1e585a9799ee477f96b5dbef76
diff --git a/src/scs_core/aws/greengrass/aws_group_configuration.py b/src/scs_core/aws/greengrass/aws_group_configuration.py index <HASH>..<HASH> 100644 --- a/src/scs_core/aws/greengrass/aws_group_configuration.py +++ b/src/scs_core/aws/greengrass/aws_group_configuration.py @@ -134,7 +134,7 @@ class AWSGroupConfigurati...
Upgrade for ControlReceipt
south-coast-science_scs_core
train
9139fad1c65bec0df852b10cdc0159f9d925efd7
diff --git a/lib/godot/reactor/map.js b/lib/godot/reactor/map.js index <HASH>..<HASH> 100644 --- a/lib/godot/reactor/map.js +++ b/lib/godot/reactor/map.js @@ -42,8 +42,8 @@ Map.prototype.write = function (data) { } this.mapFn(data, function (err, data) { - if (!err) { - self.emit('data', data); - } +...
[fix] have map reactor handle an error event if it is async and errors
nodejitsu_godot
train
9cf018da4e76e995d3079044455673ff74ab427e
diff --git a/tests/api_test.py b/tests/api_test.py index <HASH>..<HASH> 100644 --- a/tests/api_test.py +++ b/tests/api_test.py @@ -1966,6 +1966,38 @@ class APITest(jtu.JaxTestCase): xla.device_put = orig_device_put self.assertEqual(count, 0) + def test_join_concrete_arrays_with_omnistaging(self): + # ...
add tests for issue #<I>
tensorflow_probability
train
46d284a00cd4aedfba95e7847e0aa66f3b5c5c5f
diff --git a/lxd/devlxd.go b/lxd/devlxd.go index <HASH>..<HASH> 100644 --- a/lxd/devlxd.go +++ b/lxd/devlxd.go @@ -30,11 +30,13 @@ import ( "github.com/lxc/lxd/shared/version" ) +type hoistFunc func(f func(*Daemon, instance.Instance, http.ResponseWriter, *http.Request) response.Response, d *Daemon) func(http.Respo...
lxd/devlxd: Allow setting hoist function for devlxd server This allows changing the hoist function for the devlxd server. This will be needed in the future as container and VM authorization differ.
lxc_lxd
train
5f7b8295e018a98be75759f05fd7c0eb87fdf833
diff --git a/lib/fine_print.rb b/lib/fine_print.rb index <HASH>..<HASH> 100644 --- a/lib/fine_print.rb +++ b/lib/fine_print.rb @@ -22,8 +22,8 @@ module FinePrint end # Accepts the following arguments: - # - :names -- an array of contract names - # - :user -- the user in question + # - names -- an array...
changes to match latest method signature for get_unsigned_contract_names
lml_fine_print
train
116098baf982f5712ac3d6968223798dea8492d5
diff --git a/expression/expressions/cmp_subquery.go b/expression/expressions/cmp_subquery.go index <HASH>..<HASH> 100644 --- a/expression/expressions/cmp_subquery.go +++ b/expression/expressions/cmp_subquery.go @@ -90,7 +90,7 @@ func (cs *CompareSubQuery) Eval(ctx context.Context, args map[interface{}]interf if err !...
plan: Closes plans that do not return in Recordset, adds some docs.
pingcap_tidb
train
240be3a70b3a1bdf3d334c2d9402c2ae8d893867
diff --git a/cuke_slicer.gemspec b/cuke_slicer.gemspec index <HASH>..<HASH> 100644 --- a/cuke_slicer.gemspec +++ b/cuke_slicer.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_runtime_dependency "...
Dependency compatibility fixes. Got the project working with both 0.x and 1.x versions of the 'cuke_modeler' gem.
grange-insurance_cuke_slicer
train
c119460597a9747b135926810339dd8243875abd
diff --git a/lib/geocoder/results/nominatim.rb b/lib/geocoder/results/nominatim.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/results/nominatim.rb +++ b/lib/geocoder/results/nominatim.rb @@ -83,16 +83,6 @@ module Geocoder::Result polygonpoints display_name class type stadium] end - def class - ...
Remove class and type methods. Were deprecated in version <I>.
alexreisner_geocoder
train
caecec76075b6cd7847621235194ca682540e352
diff --git a/MAVProxy/modules/mavproxy_speech.py b/MAVProxy/modules/mavproxy_speech.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_speech.py +++ b/MAVProxy/modules/mavproxy_speech.py @@ -10,7 +10,15 @@ class SpeechModule(mp_module.MPModule): self.mpstate.functions.say = self.say self.s...
speech: added support for espeak output
ArduPilot_MAVProxy
train
d9c950917b660d7a8258ffe5842f863e065f7d2f
diff --git a/util/stream.go b/util/stream.go index <HASH>..<HASH> 100644 --- a/util/stream.go +++ b/util/stream.go @@ -9,6 +9,8 @@ import ( log "github.com/Sirupsen/logrus" ) +const numParserGoroutines = 25 + type BufferPool struct { Empty chan *bytes.Buffer Full chan *bytes.Buffer @@ -35,6 +37,8 @@ type Mes...
util/stream.go: avoid leaking goroutines & races
contiv_libOpenflow
train
51e3cab6e109106f21496aab8f451329f7d01059
diff --git a/lib/base/serialize.js b/lib/base/serialize.js index <HASH>..<HASH> 100644 --- a/lib/base/serialize.js +++ b/lib/base/serialize.js @@ -19,7 +19,7 @@ module.exports = {}; * @return {string|object} date formatted in YYYY-MM-DD form */ module.exports.iso8601Date = function(d) { - if (_.isUndefined(d) || ...
use _.isDate to check if object is a Date object (#<I>)
twilio_twilio-node
train
e8acf5712a5fb251e0b4d5b8f5c0a46abb9a8602
diff --git a/lxd/api_project.go b/lxd/api_project.go index <HASH>..<HASH> 100644 --- a/lxd/api_project.go +++ b/lxd/api_project.go @@ -320,8 +320,17 @@ func projectPatch(d *Daemon, r *http.Request) response.Response { // Common logic between PUT and PATCH. func projectChange(d *Daemon, project *api.Project, req api...
api: Add helper logic to detect if a project config key has changed
lxc_lxd
train
cf06d60d908c04d4fbfdd70957d8824417f2be2b
diff --git a/_config.php b/_config.php index <HASH>..<HASH> 100644 --- a/_config.php +++ b/_config.php @@ -3,7 +3,7 @@ define('KICKASSETS_DIR', basename(__DIR__)); // IE9 doesn't get to play with us. -if(!preg_match('/(?i)msie [5-9]/',$_SERVER['HTTP_USER_AGENT'])) { +if(isset($_SERVER['HTTP_USER_AGENT']) && !preg_m...
Added check to make sure User Agent is set.
unclecheese_silverstripe-kickassets
train
3289b167442e6cc3c61c59d24e03b376b6b39686
diff --git a/packages/react-scripts/scripts/build.js b/packages/react-scripts/scripts/build.js index <HASH>..<HASH> 100644 --- a/packages/react-scripts/scripts/build.js +++ b/packages/react-scripts/scripts/build.js @@ -93,7 +93,9 @@ measureFileSizesBeforeBuild(paths.appBuild) err => { console.log(chalk.red(...
don't print stacktrace if empty [Publish patch versions]
JetBrains_create-react-kotlin-app
train
3f39508271c406f1a31b26639e92ed52cec3b8d6
diff --git a/spec/sidekiq/throttler_spec.rb b/spec/sidekiq/throttler_spec.rb index <HASH>..<HASH> 100644 --- a/spec/sidekiq/throttler_spec.rb +++ b/spec/sidekiq/throttler_spec.rb @@ -16,7 +16,7 @@ describe Sidekiq::Throttler do let(:message) do { - args: 'Clint Eastwood' + 'args' => 'Clint Eastwood'...
Fix bad message setup. Message setup in the test was using symbols for the key, but, the tests themselves were using a string as the key. This doesn't seem to break anything...
gevans_sidekiq-throttler
train
fb415b39533c0384602db1b8206a54104fcd4dfe
diff --git a/umi_tools/group.py b/umi_tools/group.py index <HASH>..<HASH> 100644 --- a/umi_tools/group.py +++ b/umi_tools/group.py @@ -456,7 +456,7 @@ def main(argv=None): gene_tag = metatag else: - inreads = infile.fetch() + inreads = infile.fetch(until_eof=options.output_...
resolves bug introduced with group + unmapped reads
CGATOxford_UMI-tools
train
e6137ff05fd6d6e736a108cf91f5752e8669b268
diff --git a/pkg/kube/client.go b/pkg/kube/client.go index <HASH>..<HASH> 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -399,14 +399,25 @@ func createPatch(mapping *meta.RESTMapping, target, current runtime.Object) ([]b return nil, types.StrategicMergePatchType, fmt.Errorf("serializing target configura...
fix(api-machinery): Fixes patching for unstructured objects CRDs and other objects seen as unstructured cannot use strategic merge patching. It has never been supported on CRDs. Previously, cases like unstructured objects could have caused an unregistered error. This is no longer the case. This change explicitly look...
helm_helm
train
de63963ee5e8a8a0a6ea4753395023a159a3b63c
diff --git a/src/Components/GridFsSystem.php b/src/Components/GridFsSystem.php index <HASH>..<HASH> 100644 --- a/src/Components/GridFsSystem.php +++ b/src/Components/GridFsSystem.php @@ -91,12 +91,11 @@ class GridFsSystem extends RemoteFileSystem $connectionStr = sprintf("mongodb://%s:%s", $host, ...
Fix not being able to upload files from files tab in Admin App.
dreamfactorysoftware_df-mongodb
train
3bb5d57badd66402dff6342b86ae5403dfe144d6
diff --git a/lib/token-types/bearer-token-type.js b/lib/token-types/bearer-token-type.js index <HASH>..<HASH> 100644 --- a/lib/token-types/bearer-token-type.js +++ b/lib/token-types/bearer-token-type.js @@ -28,7 +28,7 @@ function BearerTokenType(accessToken, accessTokenLifetime, refreshToken, scope) BearerTokenType.p...
Fixed bearer token casing - changed 'bearer' to 'Bearer' as per OAuth spec
oauthjs_node-oauth2-server
train
610684230cdec6362b6df110d36fa8c92ecd6074
diff --git a/webservices/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java b/webservices/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java index <HASH>..<HASH> 100644 --- a/webservices/server-integration/src/main/java/org/jboss/as/web...
[WFLY-<I>] Eliminating SM usages in WEBSERVICES subsystem.
wildfly_wildfly
train
8982680c0a53c985ab8a7a85b758b7ca77412f66
diff --git a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java b/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/parser/antlr/AbstractBug289524Test....
Changed SimpleLocalScopeProvider to not use IResourceDescription.Manager but IQualifiedNameProvider.
eclipse_xtext-extras
train