hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
01b507be85934bd78b1070e508e6624cbfc59c8b
diff --git a/osbs/constants.py b/osbs/constants.py index <HASH>..<HASH> 100644 --- a/osbs/constants.py +++ b/osbs/constants.py @@ -123,6 +123,6 @@ GIT_BACKOFF_FACTOR = 60 # in the shallow depth of the original clone GIT_FETCH_RETRY = 9 -# completion deadlin in hours +# completion deadlines in hours WORKER_MAX_RUNT...
constants: fix "deadlines" spelling in comments
projectatomic_osbs-client
train
8936338059fbfae901082feeb08113b5dbd647e6
diff --git a/core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java b/core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java +++ b/core/src/main/java/org/bitcoinj/store/PostgresFul...
Added check to determine if the DB connection has been closed. If yes, then get a new connection.
bitcoinj_bitcoinj
train
4e94fc905b00f09e4f0aa7580780dd4c10314cd2
diff --git a/src/components/VTabs/VTabs.js b/src/components/VTabs/VTabs.js index <HASH>..<HASH> 100644 --- a/src/components/VTabs/VTabs.js +++ b/src/components/VTabs/VTabs.js @@ -124,8 +124,8 @@ export default { clearTimeout(this.resizeTimeout) this.resizeTimeout = setTimeout(() => { this.callSli...
fix(v-tabs): reset scrollOffset if not overflowing (#<I>) when offset and resized, it is possible to not be able to navigate to overflowed tabs fixes #<I>
vuetifyjs_vuetify
train
8e7825d63aea0258a5aab0ff6fc719a705b55e8f
diff --git a/app/src/main/java/com/iceteck/silicompressor/SelectPictureActivity.java b/app/src/main/java/com/iceteck/silicompressor/SelectPictureActivity.java index <HASH>..<HASH> 100644 --- a/app/src/main/java/com/iceteck/silicompressor/SelectPictureActivity.java +++ b/app/src/main/java/com/iceteck/silicompressor/Sele...
Reformatted the code to demonstrate how the api is use in the demo
Tourenathan-G5organisation_SiliCompressor
train
77aca614ed1bc58131d82f73099f445ac1ecf005
diff --git a/activerecord/test/cases/mysql_rake_test.rb b/activerecord/test/cases/mysql_rake_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/mysql_rake_test.rb +++ b/activerecord/test/cases/mysql_rake_test.rb @@ -129,7 +129,7 @@ module ActiveRecord ActiveRecord::Base.stubs(:establish_connection...
Rename testcase name. It's wrong in the context.
rails_rails
train
f221c7f77a870b20b863a305c4411c2b572d002b
diff --git a/scapy/layers/inet6.py b/scapy/layers/inet6.py index <HASH>..<HASH> 100644 --- a/scapy/layers/inet6.py +++ b/scapy/layers/inet6.py @@ -2706,7 +2706,7 @@ class MIP6MH_HoTI(_MobilityHeader): ByteEnumField("mhtype", 1, mhtypes), ByteField("res", Non...
Reserved is <I> bits (not bytes) --HG-- branch : Issue #<I>
secdev_scapy
train
75687529945bf4e8b31865bb64ee251e8b79eb60
diff --git a/Helper/TokenHelper.php b/Helper/TokenHelper.php index <HASH>..<HASH> 100644 --- a/Helper/TokenHelper.php +++ b/Helper/TokenHelper.php @@ -31,6 +31,9 @@ class TokenHelper /** @var DateFormatHelper */ private $dateFormatHelper; + /** @var array */ + private $renderCache = []; + /** ...
Add render cache for faster tokenization.
TheDMSGroup_mautic-contact-client
train
c8c2021d7171429bc3f4e2e8237aacde69f7e710
diff --git a/web/cpserver.go b/web/cpserver.go index <HASH>..<HASH> 100644 --- a/web/cpserver.go +++ b/web/cpserver.go @@ -30,6 +30,7 @@ func Serve() { rest.Route{"POST", "/services/add", AuthorizedClient(RestAddService)}, rest.Route{"DELETE", "/services/:serviceId", AuthorizedClient(RestRemoveService)}, rest....
Support getting service state log information on host details page
control-center_serviced
train
81fcf441e6c00c1b0eee29b05538234c97ff578f
diff --git a/helpers/form/elements/xhtml/class.Searchtextbox.php b/helpers/form/elements/xhtml/class.Searchtextbox.php index <HASH>..<HASH> 100644 --- a/helpers/form/elements/xhtml/class.Searchtextbox.php +++ b/helpers/form/elements/xhtml/class.Searchtextbox.php @@ -53,7 +53,6 @@ class tao_helpers_form_elements_xhtml_S...
UNO-<I> chore: remove an addressed `TODO` from `SearchTexbox`
oat-sa_tao-core
train
7d4e22daf4de4e9dbbb168c1122d8dcedad93ccc
diff --git a/src/main/java/io/airlift/slice/JvmUtils.java b/src/main/java/io/airlift/slice/JvmUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/airlift/slice/JvmUtils.java +++ b/src/main/java/io/airlift/slice/JvmUtils.java @@ -23,6 +23,7 @@ import java.lang.reflect.Field; import java.nio.Buffer; import ja...
Access direct buffer address field using Unsafe This avoids illegal access warnings on JDK 9.
airlift_slice
train
5838f9e763c8adedbc1de0986b3f85b131669f26
diff --git a/frontend/dockerfile/dockerfile2llb/convert.go b/frontend/dockerfile/dockerfile2llb/convert.go index <HASH>..<HASH> 100644 --- a/frontend/dockerfile/dockerfile2llb/convert.go +++ b/frontend/dockerfile/dockerfile2llb/convert.go @@ -252,9 +252,7 @@ func Dockerfile2LLB(ctx context.Context, dt []byte, opt Conve...
Simplify `State` setup On this code `dispatchEnv` is called with `commit = false`, so this call do these 2 things * `AddEnv` to `d.state` * `addEnv` to update `d.image.Config.Env` But updating `d.image.Config.Env` has no effect on `d.image.Config.Env` because this is in for-loop of `range d.image.Config.Env`.
moby_buildkit
train
9bff60cf666cdb796714a997ff1fc6ff8bd2ac77
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ output/* *.sublime-* *.swp - +build/* +*.egg-info* diff --git a/pyaxiom/netcdf/grids/binner.py b/pyaxiom/netcdf/grids/binner.py index <HASH>..<HASH> 100644 --- a/pyaxiom/netcdf/grids/binner.py +++ b/pya...
Add `binner` as a runnable script
axiom-data-science_pyaxiom
train
0ed6256d061c7f5236852c6f64476385a948ba38
diff --git a/org.openbel.framework.common/src/main/java/org/openbel/framework/common/Strings.java b/org.openbel.framework.common/src/main/java/org/openbel/framework/common/Strings.java index <HASH>..<HASH> 100644 --- a/org.openbel.framework.common/src/main/java/org/openbel/framework/common/Strings.java +++ b/org.openbe...
Strings.java cleanup; wrap long lines, no tabs Because <I> characters is too long by any standard, even Java.
OpenBEL_openbel-framework
train
72666894c87ef4e45e0c34ef9601e5650b0d85f5
diff --git a/core/src/main/java/me/prettyprint/cassandra/service/template/AbstractColumnFamilyTemplate.java b/core/src/main/java/me/prettyprint/cassandra/service/template/AbstractColumnFamilyTemplate.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/me/prettyprint/cassandra/service/template/AbstractColumnFamily...
better use of predicate in template
hector-client_hector
train
c25b1aa195bf7ef4f1edea722667cd2594a7b9d2
diff --git a/src/__tests__/vuex.js b/src/__tests__/vuex.js index <HASH>..<HASH> 100644 --- a/src/__tests__/vuex.js +++ b/src/__tests__/vuex.js @@ -1,5 +1,6 @@ import '@testing-library/jest-dom' import {render, fireEvent} from '@testing-library/vue' +import Vue from 'vue' import Vuex from 'vuex' import VuexTest fr...
chore: globally .use(Vuex) when using instantiated store (#<I>)
testing-library_vue-testing-library
train
db4122ab4808d7b2ddb21c5e9fd3aaa1d367c161
diff --git a/ca/django_ca/management/base.py b/ca/django_ca/management/base.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/management/base.py +++ b/ca/django_ca/management/base.py @@ -72,8 +72,6 @@ class CertificateAction(argparse.Action): self.allow_revoked = allow_revoked def __call__(self, parser,...
move get_by_serial_or_cn() to a common mixin, uppser the serial
mathiasertl_django-ca
train
5a7661890607d03e88d112ae12a559d7fff02ab8
diff --git a/flask_appbuilder/security/sqla/manager.py b/flask_appbuilder/security/sqla/manager.py index <HASH>..<HASH> 100644 --- a/flask_appbuilder/security/sqla/manager.py +++ b/flask_appbuilder/security/sqla/manager.py @@ -4,6 +4,7 @@ import uuid from sqlalchemy import and_, func, literal from sqlalchemy.engine...
fix: improve performance for get role permissions (#<I>)
dpgaspar_Flask-AppBuilder
train
564c50fcc18ce20d33c58f657c5c88369940763b
diff --git a/mfaliquot/application/__init__.py b/mfaliquot/application/__init__.py index <HASH>..<HASH> 100644 --- a/mfaliquot/application/__init__.py +++ b/mfaliquot/application/__init__.py @@ -362,21 +362,18 @@ class _SequencesData: def __enter__(self): # Thin wrapper around read_file_and_init, only ...
Cleaner code. Btw, progress so far (mostly) works! priority heap most notably
MersenneForum_MersenneForumAliquot
train
6477b43d9b6cd66026326f84e93e1ba865071621
diff --git a/py/path/testing/fscommon.py b/py/path/testing/fscommon.py index <HASH>..<HASH> 100644 --- a/py/path/testing/fscommon.py +++ b/py/path/testing/fscommon.py @@ -203,7 +203,7 @@ class CommonFSTests(common.CommonPathTests): def test_move_file(self): p = self.root.join('samplefile') - newp...
[svn r<I>] avoid clashing the sample* prefix which is used by a listdir() test --HG-- branch : trunk
pytest-dev_pytest
train
9c43e756d23ccd850f0dc91aa0927407db49224a
diff --git a/routemaster/cli/base.rb b/routemaster/cli/base.rb index <HASH>..<HASH> 100644 --- a/routemaster/cli/base.rb +++ b/routemaster/cli/base.rb @@ -100,7 +100,7 @@ module Routemaster if self.class.options p.separator 'Options:' - self.class.options.call(p) + instan...
Fixes out of scope config (#<I>)
deliveroo_routemaster-client
train
98c588d56a6909bbeebc2e712133568fbfe85fbb
diff --git a/src/rinoh/attribute.py b/src/rinoh/attribute.py index <HASH>..<HASH> 100644 --- a/src/rinoh/attribute.py +++ b/src/rinoh/attribute.py @@ -353,6 +353,14 @@ class RuleSet(OrderedDict): def contains(self, name): return name in self or (self.base and self.base.contains(name)) + def get_confi...
StyleLog: fix indication of matching style
brechtm_rinohtype
train
e9711fcda69821a8c0e805657a1d1482c965981c
diff --git a/lib/eventemitter2.js b/lib/eventemitter2.js index <HASH>..<HASH> 100644 --- a/lib/eventemitter2.js +++ b/lib/eventemitter2.js @@ -270,6 +270,8 @@ return me; }; + EventEmitter2.prototype.un = EventEmitter2.prototype.removeListener; + EventEmitter2.prototype.removeAllListeners = function() { ...
added support for .un to remove listeners
EventEmitter2_EventEmitter2
train
9c16d0656ac00030adc629d997d3a7d70a6027f6
diff --git a/src/grid/grid.js b/src/grid/grid.js index <HASH>..<HASH> 100644 --- a/src/grid/grid.js +++ b/src/grid/grid.js @@ -37,42 +37,34 @@ export default class Grid extends React.Component { onKeyDown(event) { switch (event.key) { case 'ArrowDown': { - const nextIndex = Math.min(this.state.row...
Lint fix: react/no-access-state-in-setstate
juanca_react-aria-components
train
ab9fcb46248a9907346d23fc186b7c43b5a69971
diff --git a/plugins/snowflake/setup.py b/plugins/snowflake/setup.py index <HASH>..<HASH> 100644 --- a/plugins/snowflake/setup.py +++ b/plugins/snowflake/setup.py @@ -33,7 +33,8 @@ setup( 'snowflake-connector-python>=1.6.12,<2.1', 'azure-storage-blob~=2.1', 'azure-storage-common~=2.1', - + ...
pin urllib3 to a version that snowflake supports
fishtown-analytics_dbt
train
ff25298817909c4141c13d2cdec7152dd28d0f86
diff --git a/families/block_info/sawtooth_block_info/injector.py b/families/block_info/sawtooth_block_info/injector.py index <HASH>..<HASH> 100644 --- a/families/block_info/sawtooth_block_info/injector.py +++ b/families/block_info/sawtooth_block_info/injector.py @@ -21,6 +21,7 @@ from sawtooth_validator.protobuf.transa...
Replace BlockWrapper in BlockInfoInjector.block_start
hyperledger_sawtooth-core
train
ab5b28421cc252fd2de912ef4eb7ef832eeada6f
diff --git a/experiments/manager.py b/experiments/manager.py index <HASH>..<HASH> 100644 --- a/experiments/manager.py +++ b/experiments/manager.py @@ -2,4 +2,22 @@ from django.conf import settings from experiments.models import Experiment from modeldict import ModelDict -experiment_manager = ModelDict(Experiment, k...
Fixing the fact that EXPERIMENTS_AUTO_CREATE does nothing
mixcloud_django-experiments
train
57bfa0cea56f99698f30da513295b0e6d2344ac2
diff --git a/lib/event_listeners.js b/lib/event_listeners.js index <HASH>..<HASH> 100644 --- a/lib/event_listeners.js +++ b/lib/event_listeners.js @@ -256,6 +256,7 @@ AWS.EventListeners = { }); add('INVALIDATE_CREDENTIALS', 'retry', function INVALIDATE_CREDENTIALS(resp) { + if (!resp.error) return; ...
Fix possible failure when error was reset in the middle of a retry event
aws_aws-sdk-js
train
aeb8bc875584ae884adafcea3b3ab2074ded0a2c
diff --git a/public/app/features/dashboard/shareModalCtrl.js b/public/app/features/dashboard/shareModalCtrl.js index <HASH>..<HASH> 100644 --- a/public/app/features/dashboard/shareModalCtrl.js +++ b/public/app/features/dashboard/shareModalCtrl.js @@ -43,9 +43,9 @@ function (angular, _, require, config) { var p...
Share link should always have absolute time range, Closes #<I>
grafana_grafana
train
c489a6f883105b5bbaed441c751189081e315ac9
diff --git a/server/src/main/java/io/atomix/copycat/server/state/ClusterState.java b/server/src/main/java/io/atomix/copycat/server/state/ClusterState.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/atomix/copycat/server/state/ClusterState.java +++ b/server/src/main/java/io/atomix/copycat/server/state/Clu...
Reset all member state after transitioning to leader.
atomix_copycat
train
03bbc838b982800a19dc69dc83709c2e35bee96b
diff --git a/samcli/commands/deploy/guided_context.py b/samcli/commands/deploy/guided_context.py index <HASH>..<HASH> 100644 --- a/samcli/commands/deploy/guided_context.py +++ b/samcli/commands/deploy/guided_context.py @@ -163,6 +163,8 @@ class GuidedContext: guided_config = GuidedConfig(template_file=self.tem...
fix: integration fails for PR-<I> (#<I>) * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deplo...
awslabs_aws-sam-cli
train
50d11db5d606c4508b3eba9a8e1c506e1ee93eac
diff --git a/classes/Models/Admin.php b/classes/Models/Admin.php index <HASH>..<HASH> 100644 --- a/classes/Models/Admin.php +++ b/classes/Models/Admin.php @@ -331,11 +331,8 @@ class Admin extends Base implements // Get all the app controllers $controllers = array_map(function($path) { - return 'Admin\\'.basen...
Fixing class paths to work with Laravel 5
BKWLD_decoy
train
049127fb3de0a9ac4c6c414cc7ee13dd7d190b14
diff --git a/client/gutenberg/extensions/related-posts/editor.js b/client/gutenberg/extensions/related-posts/editor.js index <HASH>..<HASH> 100644 --- a/client/gutenberg/extensions/related-posts/editor.js +++ b/client/gutenberg/extensions/related-posts/editor.js @@ -4,7 +4,6 @@ * External dependencies */ import in...
Gutenberg SDK conditionally load jetpack/related-post block based on module availability.
Automattic_wp-calypso
train
15cf712b6dda0a30bd7c69b2c2ea6f0ace6c506c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -96,7 +96,7 @@ exports.logUnsupportedVersion = function (napiVerison, log) { * (2) `--all` specifies all N-API versions supported by the package. * (3) Neither of these specifies to build the single "best version available...
See #1. Improvements from PR comments
inspiredware_napi-build-utils
train
49b8d3218deae38cbe6594611b2251b8c7e65447
diff --git a/ella/__init__.py b/ella/__init__.py index <HASH>..<HASH> 100644 --- a/ella/__init__.py +++ b/ella/__init__.py @@ -1,4 +1,4 @@ -VERSION = (3, 0, 0) +VERSION = (3, 0, 1) __version__ = VERSION __versionstr__ = '.'.join(map(str, VERSION))
Version bump to <I> - release with fixed Publishable admin to show 'published' checkbox
ella_ella
train
96ddf27a48491ce7d6e189e228d681cc38632954
diff --git a/core/vm/analysis_test.go b/core/vm/analysis_test.go index <HASH>..<HASH> 100644 --- a/core/vm/analysis_test.go +++ b/core/vm/analysis_test.go @@ -1,3 +1,19 @@ +// Copyright 2017 The go-ethereum Authors +// This file is part of the go-ethereum library. +// +// The go-ethereum library is free software: you c...
core/vm: copyright header on test-file
ethereum_go-ethereum
train
211ecac01a39078a11f649cfd964e30d2ca90bd9
diff --git a/v3.3/glfw/glfw_tree_rebuild.go b/v3.3/glfw/glfw_tree_rebuild.go index <HASH>..<HASH> 100644 --- a/v3.3/glfw/glfw_tree_rebuild.go +++ b/v3.3/glfw/glfw_tree_rebuild.go @@ -2,9 +2,9 @@ package glfw //go:generate ../../scripts/glfw_tree_rebuild.sh -// This is a recursive hash of the full contents of the u...
Update docstring for nit Address post-commit review comment from #<I>.
go-gl_glfw
train
d157ab6eeebbaa5ceb84fb37f4316d20ecf53cd9
diff --git a/pipeline/run_05.0_followup.py b/pipeline/run_05.0_followup.py index <HASH>..<HASH> 100755 --- a/pipeline/run_05.0_followup.py +++ b/pipeline/run_05.0_followup.py @@ -32,7 +32,7 @@ from ugali.utils.shell import mkdir from multiprocessing import Pool description=__doc__ -components = ['mcmc','membership'...
Y2Q1 update: added lnl scan (but doesn't really work)
DarkEnergySurvey_ugali
train
a61ea62892358373376c444dc514f7bd661ce00f
diff --git a/src/JsonHelper.php b/src/JsonHelper.php index <HASH>..<HASH> 100644 --- a/src/JsonHelper.php +++ b/src/JsonHelper.php @@ -16,7 +16,7 @@ class JsonHelper return $jsonEncoder->decode($json, JsonEncoder::FORMAT); } - public static function encode(array $data, bool $formatted = true): string...
Unformatted JSON is default now
keboola_php-component
train
1ca276dffded6625822a6eb7e8a1b9f992e8e9ce
diff --git a/src/Convert/Converters/GraphicsMagick.php b/src/Convert/Converters/GraphicsMagick.php index <HASH>..<HASH> 100644 --- a/src/Convert/Converters/GraphicsMagick.php +++ b/src/Convert/Converters/GraphicsMagick.php @@ -33,24 +33,24 @@ class GraphicsMagick extends AbstractConverter ]; } - priv...
GraphicsMagick now takes quality into account again! (a line had been commented out by mistake). And path can be set through environment variable. And renamed some methods and made them non-static. #<I>
rosell-dk_webp-convert
train
933e1490fa47f5bedd8cbe7a7811f438a370029b
diff --git a/openapi_spec_validator/__main__.py b/openapi_spec_validator/__main__.py index <HASH>..<HASH> 100644 --- a/openapi_spec_validator/__main__.py +++ b/openapi_spec_validator/__main__.py @@ -13,10 +13,10 @@ logging.basicConfig( ) -def main(): +def main(args=None): parser = argparse.ArgumentParser() ...
Made main more testable, simplified unit tests
p1c2u_openapi-spec-validator
train
2362751ad09ea10df2375d4ead74847bde9db38c
diff --git a/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java b/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java index <HASH>..<HASH> 100644 --- a/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java +++ b/cxx-squid/src/main/java/org/sonar/cxx/preprocesso...
log only errors for parameter matching - MismatchException is used to consume all separators and this is not an error - only create an error message if the closing bracket token is not following an comma token (might not happen)
SonarOpenCommunity_sonar-cxx
train
bd2bf1e39929f218e548d016e86c47b64d7f7a81
diff --git a/yellowbrick/features/pca.py b/yellowbrick/features/pca.py index <HASH>..<HASH> 100644 --- a/yellowbrick/features/pca.py +++ b/yellowbrick/features/pca.py @@ -35,19 +35,18 @@ from sklearn.preprocessing import StandardScaler def pca_decomposition(X, y=None, ax=None, scale=True, proj_dim=2, ...
updating docstrings in pca.py file (#<I>)
DistrictDataLabs_yellowbrick
train
73c6566a5e0ed901be9f5690d6af78e908eb6c80
diff --git a/invenio_communities/permissions.py b/invenio_communities/permissions.py index <HASH>..<HASH> 100644 --- a/invenio_communities/permissions.py +++ b/invenio_communities/permissions.py @@ -28,7 +28,7 @@ from __future__ import absolute_import, print_function from flask_login import current_user from flask_...
permissions: change Dynamic Permission class to Permission
inveniosoftware_invenio-communities
train
163288fe8db1aad51b8d5536cd6e317a9a8707b1
diff --git a/library/Phpass/Hash/Adapter/Bcrypt.php b/library/Phpass/Hash/Adapter/Bcrypt.php index <HASH>..<HASH> 100644 --- a/library/Phpass/Hash/Adapter/Bcrypt.php +++ b/library/Phpass/Hash/Adapter/Bcrypt.php @@ -101,7 +101,7 @@ class Bcrypt extends Base break; } } - ...
Update bcrypt adapter to use the $2y$ identifier by default.
rchouinard_phpass
train
a93b3a2eeeb39b3aa003a05c57420e49cb9078b4
diff --git a/src/config/newsletter.php b/src/config/newsletter.php index <HASH>..<HASH> 100644 --- a/src/config/newsletter.php +++ b/src/config/newsletter.php @@ -56,8 +56,8 @@ return [ * */ 'link' => [ - 'arret' => url('jurisprudence'), - 'analyse' => url('jurisprudence') + 'arr...
fix url problem with artisan in config file
DesignPond_newsletter
train
4bb36bf569b0a199f288f38408e7be2cb2f232df
diff --git a/test/reader-test.js b/test/reader-test.js index <HASH>..<HASH> 100644 --- a/test/reader-test.js +++ b/test/reader-test.js @@ -278,23 +278,23 @@ describe('Decoder', function(){ }); it('decodes signed 32-bit ints', function(){ - assert.strictEqual(0, record.int32); + assert.strictEqual(...
Got a few assertions backwards
gosquared_mmdb-reader
train
4224615139d3042623cc79364f13d33bb1a6efef
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ CompassCompilerPlugin.prototype.toTree = function(tree, inputPath, outputPath, i // Define getSassDir function if not overridden by user if (!compassOptions.getSassDir) { compassOptions.getSassD...
Only call path.dirname when input file is found
quaertym_ember-cli-compass-compiler
train
dfd3f16476d443a1975ffc0730ac6b5e582aee86
diff --git a/src/Controller/Api.php b/src/Controller/Api.php index <HASH>..<HASH> 100644 --- a/src/Controller/Api.php +++ b/src/Controller/Api.php @@ -57,7 +57,8 @@ trait Api * Returns JSON API error * @see http://jsonapi.org/format/#errors * - * @param array $errors Each error SHOULD contain `cod...
test: jsonapi.org support
phwoolcon_phwoolcon
train
d61a96541e97134f1d9aac28ef3542cd5137b05d
diff --git a/dwave/system/samplers/leap_hybrid_sampler.py b/dwave/system/samplers/leap_hybrid_sampler.py index <HASH>..<HASH> 100644 --- a/dwave/system/samplers/leap_hybrid_sampler.py +++ b/dwave/system/samplers/leap_hybrid_sampler.py @@ -87,6 +87,9 @@ class LeapHybridSampler(dimod.Sampler): def __init__(self, s...
Force the base client which supports hybrid solvers
dwavesystems_dwave-system
train
c06ddf635d12d7ad92a699d04bbc80136b71510e
diff --git a/gen/container_test.go b/gen/container_test.go index <HASH>..<HASH> 100644 --- a/gen/container_test.go +++ b/gen/container_test.go @@ -1338,16 +1338,13 @@ func TestContainerValidate(t *testing.T) { }) t.Run(tt.desc+"/streaming", func(t *testing.T) { - stt, ok := tt.value.(streamingThriftType) - ...
gen/test: Merge thriftType and streamingThriftType (#<I>) Now that all generated types support streaming, there's no reason to separate thriftType and streamingThriftType.
thriftrw_thriftrw-go
train
b0bbe14d1ba274a02c0bdc8f7968d18c93e5b8dc
diff --git a/skyfield/timelib.py b/skyfield/timelib.py index <HASH>..<HASH> 100644 --- a/skyfield/timelib.py +++ b/skyfield/timelib.py @@ -176,9 +176,7 @@ class JulianDate(object): self.tt = tt = _to_array(tt) self.shape = getattr(tt, 'shape', ()) - if delta_t is None: - self.delta...
Switch to computing delta_t only on-demand
skyfielders_python-skyfield
train
3cc5d5c8cb9e7f5fea045450eaf505cdb756062d
diff --git a/axiom/test/test_query.py b/axiom/test/test_query.py index <HASH>..<HASH> 100644 --- a/axiom/test/test_query.py +++ b/axiom/test/test_query.py @@ -1019,72 +1019,6 @@ class TableOrder(TestCase): store.getTableName(A)]) -class FirstType(Item): - value = text() - - -class SecondType(Item):...
Remove QueryComplexity and related helpers.
twisted_axiom
train
59eb0b0938e898b7752a495995fd343753e206a7
diff --git a/pyvista/core/filters/structured_grid.py b/pyvista/core/filters/structured_grid.py index <HASH>..<HASH> 100644 --- a/pyvista/core/filters/structured_grid.py +++ b/pyvista/core/filters/structured_grid.py @@ -71,7 +71,7 @@ class StructuredGridFilters(DataSetFilters): return _get_output(alg) de...
Typo Fix of structured_grid.py (#<I>) Plurality fix... only 1 grid?
vtkiorg_vtki
train
429a22ea426b1f7b39aad3fe8c0fe544a54b3076
diff --git a/PBB_Core.py b/PBB_Core.py index <HASH>..<HASH> 100755 --- a/PBB_Core.py +++ b/PBB_Core.py @@ -34,6 +34,19 @@ import urllib2 import PBB_Debug import wd_property_store +class WDItemList(object): + def __init__(self, wdproperty): + self.wdproperty = wdproperty + self.wditems = getItemsByP...
added property loading from wd_property_store
SuLab_WikidataIntegrator
train
1c366c0d5b257751ba91d52c36984b21f524c787
diff --git a/client/lib/domains/dns/index.js b/client/lib/domains/dns/index.js index <HASH>..<HASH> 100644 --- a/client/lib/domains/dns/index.js +++ b/client/lib/domains/dns/index.js @@ -23,7 +23,7 @@ function validateField( { name, value, type, selectedDomainName } ) { case 'name': return isValidName( value, ty...
Domains: DNS: allow underscore in non-A/AAAA records For A/AAAA records we keep strict rules (no '-' as the first/last character, etc.), but for other DNS records we can loosen the restrictions, because it's allowed by the RFC and it's needed for some use cases (external service providers).
Automattic_wp-calypso
train
317c791f780c54a0f2301c687ffa5f8e0010e4fe
diff --git a/utils/aws.py b/utils/aws.py index <HASH>..<HASH> 100644 --- a/utils/aws.py +++ b/utils/aws.py @@ -450,11 +450,16 @@ def sync_from_s3(s3_store, target_dir=None): def ls_s3(s3_store_obj_name, recursive=False): s3_store_obj_name = s3ify(s3_store_obj_name) cmd = "aws s3 ls {0}/".format(s3_store_obj_...
[utils] Implement recursive in ls_s3()
tanghaibao_jcvi
train
6433f46c6c586678a244780953e2441a37d67cbd
diff --git a/spec/schema_dot_org/place_spec.rb b/spec/schema_dot_org/place_spec.rb index <HASH>..<HASH> 100644 --- a/spec/schema_dot_org/place_spec.rb +++ b/spec/schema_dot_org/place_spec.rb @@ -4,7 +4,7 @@ require 'spec_helper' require 'schema_dot_org/place' -RSpec.describe SchemaDotOrg::Place do +RSpec.describe ...
refactor: rubocop style
public-law_schema-dot-org
train
eed0b1ccd2246d31d6edcaf1fda6d6d7ed298419
diff --git a/lib/l20n.js b/lib/l20n.js index <HASH>..<HASH> 100644 --- a/lib/l20n.js +++ b/lib/l20n.js @@ -33,7 +33,7 @@ this.addResource = addResource; this.parse = parse; - var _loading = []; + var _resources_parsed = []; var _imports_positions = []; function inlineResource(res, pos) { @...
Use more meaningful names for wq_deferred, deferred, deferreds etc.
l20n_l20n.js
train
80b7c717305dad278c56652fbaa05dc70b7cece3
diff --git a/v2/handler.js b/v2/handler.js index <HASH>..<HASH> 100644 --- a/v2/handler.js +++ b/v2/handler.js @@ -197,10 +197,12 @@ TChannelV2Handler.prototype.handleCallRequest = function handleCallRequest(reqFr if (handled) { if (req.state === States.Streaming) { self.streamingReq[req.id] ...
review comment: avoid using closures and events
uber_tchannel-node
train
e770f25882967675565fece8b60cf564b331c77c
diff --git a/pkg/kubelet/pleg/generic_test.go b/pkg/kubelet/pleg/generic_test.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/pleg/generic_test.go +++ b/pkg/kubelet/pleg/generic_test.go @@ -150,7 +150,17 @@ func TestRelisting(t *testing.T) { verifyEvents(t, expected, actual) } -func TestReportMissingContainers(t ...
pleg: add more tests for detecting missing container/pods
kubernetes_kubernetes
train
01f7effd11393d9cb4ee639db3ec0f1c2ada1049
diff --git a/src/HTML/Cms/CmsTableHelper.php b/src/HTML/Cms/CmsTableHelper.php index <HASH>..<HASH> 100755 --- a/src/HTML/Cms/CmsTableHelper.php +++ b/src/HTML/Cms/CmsTableHelper.php @@ -6,6 +6,7 @@ use TMCms\HTML\Cms\Column\ColumnActive; use TMCms\HTML\Cms\Column\ColumnData; use TMCms\HTML\Cms\Column\ColumnDelete; ...
Table render helper, new column for image galleries
devp-eu_tmcms-core
train
f3655422288985aa8c3113043b45edf120fe3b72
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -152,7 +152,8 @@ func getMcConfig() (*configV5, *probe.Error) { return v.(quick.Config).Data().(*configV5), nil } - conf := newConfigV5() + conf := new(configV5) + conf.Version = globalMCConfigVersion qconf, err :...
Make sure that if we find the exact match reply quickly, do not go through globURL ref #<I>
minio_mc
train
641ddaeb03f8b8eee5c1ca11e3024976378ceb6d
diff --git a/commands.go b/commands.go index <HASH>..<HASH> 100644 --- a/commands.go +++ b/commands.go @@ -1399,7 +1399,7 @@ func (cli *DockerCli) CmdRun(args ...string) error { for sig := range signals { fmt.Printf("\nReceived signal: %s; cleaning up\n", sig) if err := cli.CmdStop("-t", "4", runResult.ID...
add formatting directive to failure to stop container error
containers_storage
train
4307fa020b2be71872510a6a9e3db44bb7f8f2ea
diff --git a/src/Saft/Skeleton/Store/FileImporter.php b/src/Saft/Skeleton/Store/FileImporter.php index <HASH>..<HASH> 100644 --- a/src/Saft/Skeleton/Store/FileImporter.php +++ b/src/Saft/Skeleton/Store/FileImporter.php @@ -58,16 +58,16 @@ class FileImporter * @param string|resource $file * @throws \Exceptio...
fix getSerialization for given file handles problem was, that guessFormat was called falsely if a file handler was given.
SaftIng_Saft
train
fad19b1645332ee30a67172f7267f4938a3dbd48
diff --git a/PHPUnit/Extensions/Helper/AccessibleObject.php b/PHPUnit/Extensions/Helper/AccessibleObject.php index <HASH>..<HASH> 100644 --- a/PHPUnit/Extensions/Helper/AccessibleObject.php +++ b/PHPUnit/Extensions/Helper/AccessibleObject.php @@ -2,7 +2,7 @@ class PHPUnit_Extensions_Helper_AccessibleObject { - ...
Changed regular expression matching Adjusted the regular expression matching, so that it supports other comments or annotations after the @accessibleForTesting annotation. Tests included.
etsy_phpunit-extensions
train
05cdc29209436ac5d3c89e3d2d26be504923a501
diff --git a/as.js b/as.js index <HASH>..<HASH> 100644 --- a/as.js +++ b/as.js @@ -44,6 +44,7 @@ class Assembler { } emit(tryte) { + if (Number.isNaN(tryte) || n2bts(tryte) === undefined) throw new Error('internal assembler error: tried to emit undefined: '+tryte); console.log('emit',n2bts(tryte)); ...
Assembler: support JMP (indir) syntax directly for xop addressing mode, instead of JMP_INDIR
thirdcoder_cpu3502
train
40e8a48dd8e6f145e086a1fd8bb30f8f5fa9dab5
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100755 --- a/lib/index.js +++ b/lib/index.js @@ -85,7 +85,7 @@ var setup = { cb(foundFiles); }); } else { - cb(); + cb([]); } }, kickoff: function (files, config) { @@ -93,10 +93...
output note if no files being watched
BrowserSync_browser-sync
train
da0e7d6944263aa92df10dfc24b583513b4dc624
diff --git a/src/engines/static.js b/src/engines/static.js index <HASH>..<HASH> 100644 --- a/src/engines/static.js +++ b/src/engines/static.js @@ -42,14 +42,25 @@ function StaticEngine(spider) { var $ = cheerio.load(job.res.body); if (spider.synchronousScraperScript) { - job.res.data = spid...
Fix #<I> - wrap static scrapers in try-catch statement
medialab_sandcrawler
train
aade6167e96ff87513a4963b355bab25a4e0c156
diff --git a/src/Behat/Behat/HelpPrinter/DefinitionsPrinter.php b/src/Behat/Behat/HelpPrinter/DefinitionsPrinter.php index <HASH>..<HASH> 100644 --- a/src/Behat/Behat/HelpPrinter/DefinitionsPrinter.php +++ b/src/Behat/Behat/HelpPrinter/DefinitionsPrinter.php @@ -82,7 +82,7 @@ TPL; continue; ...
fix highlighting of not-captured regex groups in definitions printer
Behat_Behat
train
ec1c14a64fe404b08b7d753dfba2c63b517bf2be
diff --git a/php-binance-api.php b/php-binance-api.php index <HASH>..<HASH> 100755 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -602,7 +602,7 @@ class API */ public function useServerTime() { - $request = $this->httpRequest("v1/time"); + $request = $this->httpRequest("v3/time"); ...
Switch time, useServerTime and exchangeInfo to v3 Use the v3 API for time, useServerTime and exchangeInfo functions instead of the old v1 that will disappear at a certain moment.
jaggedsoft_php-binance-api
train
d90d37f25fa8e3a3a87d29f7083b5fb8f5f59f84
diff --git a/mustache.js b/mustache.js index <HASH>..<HASH> 100644 --- a/mustache.js +++ b/mustache.js @@ -6,7 +6,7 @@ /*global define: false*/ (function (root, factory) { - if (typeof exports === "object") { + if (typeof exports === "object" && exports) { module.exports = factory; // CommonJS } else if (...
handle case where exports is null
janl_mustache.js
train
34ea17ffd028934a03fffc9a9b6195cc18eae5f7
diff --git a/src/main/java/strman/Strman.java b/src/main/java/strman/Strman.java index <HASH>..<HASH> 100644 --- a/src/main/java/strman/Strman.java +++ b/src/main/java/strman/Strman.java @@ -329,11 +329,7 @@ public abstract class Strman { * @return The decoded String */ public static String binDecode(f...
Added support for `hexDecode` method.
shekhargulati_strman-java
train
4a6740cf3f9292bb2dba5aa5c0cd06f71b00d316
diff --git a/classes/PodsInit.php b/classes/PodsInit.php index <HASH>..<HASH> 100644 --- a/classes/PodsInit.php +++ b/classes/PodsInit.php @@ -1883,7 +1883,7 @@ class PodsInit { if ( $pod->valid() ) { foreach ( $pod->fields as $name => $field ) { $additional_profile_data[] = array( - 'name' => $field['...
Add UI filter to privacy field label
pods-framework_pods
train
32ff7f63a06453a8530f9b90a1d4331485ab1f43
diff --git a/obdalib/obdalib-core/src/main/java/it/unibz/krdb/obda/gui/swing/panel/SaveQueryPanel.java b/obdalib/obdalib-core/src/main/java/it/unibz/krdb/obda/gui/swing/panel/SaveQueryPanel.java index <HASH>..<HASH> 100644 --- a/obdalib/obdalib-core/src/main/java/it/unibz/krdb/obda/gui/swing/panel/SaveQueryPanel.java +...
Fixing the issue. BUG=#<I> Ticket URL=<URL>
ontop_ontop
train
c091e465f8cc9d6f5e63b2b833d7108036f240e7
diff --git a/lib/import_js/importer.rb b/lib/import_js/importer.rb index <HASH>..<HASH> 100644 --- a/lib/import_js/importer.rb +++ b/lib/import_js/importer.rb @@ -247,9 +247,9 @@ module ImportJS if import_strings.empty? && @editor.read_line(old_imports_range.first).empty? - # We have no import...
Fix comment for newline-cleanup I didn't really finish this comment, as I left it without properly ending the
Galooshi_import-js
train
0768c547010bada8dfc69cebc60364a7213564df
diff --git a/js/rainbow.js b/js/rainbow.js index <HASH>..<HASH> 100644 --- a/js/rainbow.js +++ b/js/rainbow.js @@ -806,14 +806,15 @@ */ global.Rainbow = _rainbow; if (setUpWorker) { - var src; + var currentSrc; if (!isNode) { - var id = Date.now(); - document...
Simplify method to find current script URL
ccampbell_rainbow
train
49a2ffc7b3ebde21c042cd710239b9c45c70edaf
diff --git a/go/engine/identify2_test.go b/go/engine/identify2_test.go index <HASH>..<HASH> 100644 --- a/go/engine/identify2_test.go +++ b/go/engine/identify2_test.go @@ -296,10 +296,15 @@ func TestIdentify2WithUIDWithNonExistentAssertion(t *testing.T) { ctx := Context{IdentifyUI: i} + done := make(chan bool) s...
Fix leaked goroutine in test
keybase_client
train
4203431f3b793ca73dff3485e45aa41d83eece22
diff --git a/greenhouse/scheduler.py b/greenhouse/scheduler.py index <HASH>..<HASH> 100644 --- a/greenhouse/scheduler.py +++ b/greenhouse/scheduler.py @@ -279,9 +279,10 @@ def mainloop(): if state.timed_paused: until = state.timed_paused[0][0] + 0.001 ...
be more liberal about checking the 'paused' and 'timed_paused' data in the scheduler; fixes a bug with wait_fds
teepark_greenhouse
train
74c526824a6a332e508a94f964d488ff6fd1ff12
diff --git a/core/model/src/main/java/it/unibz/inf/ontop/utils/R2RMLIRISafeEncoder.java b/core/model/src/main/java/it/unibz/inf/ontop/utils/R2RMLIRISafeEncoder.java index <HASH>..<HASH> 100644 --- a/core/model/src/main/java/it/unibz/inf/ontop/utils/R2RMLIRISafeEncoder.java +++ b/core/model/src/main/java/it/unibz/inf/on...
% has to be the first because of SQL generation
ontop_ontop
train
26ed7a3ce30db82128e7f4e3329108222e8bd77b
diff --git a/lib/Batch/Task/Console/Subscriber/Debugger.php b/lib/Batch/Task/Console/Subscriber/Debugger.php index <HASH>..<HASH> 100644 --- a/lib/Batch/Task/Console/Subscriber/Debugger.php +++ b/lib/Batch/Task/Console/Subscriber/Debugger.php @@ -73,7 +73,7 @@ class Debugger ); $this->dispatcher->$m...
Rename packshotLoad event to packshotLoadOk
kompakt_mediameister
train
3d14bd23bfcbb18af32403e5539a15a0ee9a29bb
diff --git a/annis-libgui/src/main/java/annis/gui/graphml/DocumentGraphMapper.java b/annis-libgui/src/main/java/annis/gui/graphml/DocumentGraphMapper.java index <HASH>..<HASH> 100644 --- a/annis-libgui/src/main/java/annis/gui/graphml/DocumentGraphMapper.java +++ b/annis-libgui/src/main/java/annis/gui/graphml/DocumentGr...
Don't map textual data sources
korpling_ANNIS
train
2d73568d62f63ecfc8fec0436e005f8e90029eec
diff --git a/fastlane/lib/fastlane/actions/set_changelog.rb b/fastlane/lib/fastlane/actions/set_changelog.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/actions/set_changelog.rb +++ b/fastlane/lib/fastlane/actions/set_changelog.rb @@ -60,6 +60,8 @@ module Fastlane v.release_notes.languages.each do ...
Print out the languages that are being updated for set_changelog action (#<I>)
fastlane_fastlane
train
ebc8399b92b0aa1775334a7c09bf292fc70c5afe
diff --git a/src/directives/array.js b/src/directives/array.js index <HASH>..<HASH> 100644 --- a/src/directives/array.js +++ b/src/directives/array.js @@ -1,8 +1,8 @@ /** * Directive that handles the model arrays */ -angular.module('schemaForm').directive('sfArray', ['sfSelect', 'schemaForm', 'sfValidator', - fun...
Array ref changes in model updates form (closes #<I>)
json-schema-form_angular-schema-form
train
d2989389e3fdd9194cd1d3d3b78988f14cda23c9
diff --git a/lib/i18n/backend/chain.rb b/lib/i18n/backend/chain.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/backend/chain.rb +++ b/lib/i18n/backend/chain.rb @@ -92,13 +92,13 @@ module I18n end def translations - backends.reverse.inject({}) do |h, b| - to_merge = b.insta...
Use each_with_object and more descriptive names
ruby-i18n_i18n
train
3af7c6843f653760d3010c2f74214706c52e7141
diff --git a/sos/sosreport.py b/sos/sosreport.py index <HASH>..<HASH> 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -457,7 +457,7 @@ class SoSReport(object): self.soslog.addHandler(flog) if not self.opts.quiet: - console = logging.StreamHandler(sys.stderr) + console =...
[sosreport] log warning messages to stdout instead of stderr warning and lower priority logs should be logged to stdout error or higher logs should be logged to stderr
sosreport_sos
train
2bb054599843b9351c5cc29173d1ecadde4a7307
diff --git a/src/Task/OptimizeCssTask.php b/src/Task/OptimizeCssTask.php index <HASH>..<HASH> 100755 --- a/src/Task/OptimizeCssTask.php +++ b/src/Task/OptimizeCssTask.php @@ -353,7 +353,15 @@ class OptimizeCssTask extends OptimizeResourceTask { $file_name = $matches[5]; } - $full_path = $this->resou...
Implemented root-absolute paths.
SetBased_php-abc-phing
train
d98f2f829d2bca83e0d14a9e2680d6859f8f4d65
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet! +## [2.0.4] - 2021-03-17 + +## Fixed + +- Pass full `var(--bg-opacity)` value as `opacityValue`...
Pass full opacityValue always
tailwindcss_tailwindcss
train
e7224ca1c2fb600fe49bc416d7b87792568b1d8a
diff --git a/src/frontend/org/voltdb/OpsAgent.java b/src/frontend/org/voltdb/OpsAgent.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/OpsAgent.java +++ b/src/frontend/org/voltdb/OpsAgent.java @@ -25,11 +25,12 @@ import java.util.Map; import java.util.concurrent.ScheduledThreadPoolExecutor; import java....
ENG-<I>: Fixes from review feedback
VoltDB_voltdb
train
1eba779c8b7ccd5d2ffdcafe6ac5985b7bd829c8
diff --git a/core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/DefaultSingleSignOnParticipationStrategy.java b/core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/DefaultSingleSignOnParticipationStrategy.java index <HASH>..<HASH> 100644 --- a/core/cas-server-core-webflow-api/src/...
Fix problem of ssoEnabled setting not working for SAML logins
apereo_cas
train
8c8b177f4dc9845e84131e5777f9911851f20a59
diff --git a/src/helpers.js b/src/helpers.js index <HASH>..<HASH> 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -28,9 +28,9 @@ export function throttle(time) { }; } -export function rethrowFx(action, payload) { +export function rethrowFx(action, payload, metadata) { return function (stream) { - stream...
Add metadata passing to rethrowFx
brabadu_tanok
train
81264368f37771ca01d2f3a283fbf11cca23c2c4
diff --git a/go/tools/release-notes/release_notes.go b/go/tools/release-notes/release_notes.go index <HASH>..<HASH> 100644 --- a/go/tools/release-notes/release_notes.go +++ b/go/tools/release-notes/release_notes.go @@ -41,14 +41,18 @@ type ( Title string `json:"title"` } - prComponent struct { + prsByComponent...
refactor to make code more readable
vitessio_vitess
train
29595387c778a2398e48756fe7ba3d0878bc073d
diff --git a/actionview/test/template/url_helper_test.rb b/actionview/test/template/url_helper_test.rb index <HASH>..<HASH> 100644 --- a/actionview/test/template/url_helper_test.rb +++ b/actionview/test/template/url_helper_test.rb @@ -676,13 +676,6 @@ class UrlHelperTest < ActiveSupport::TestCase def request_forgery...
`sort_query_string_params` method is no more used - This method was added in this commit <URL>
rails_rails
train
1ae5e114b1e766b2358cb29043352cbef220ef1a
diff --git a/pinax/teams/models.py b/pinax/teams/models.py index <HASH>..<HASH> 100644 --- a/pinax/teams/models.py +++ b/pinax/teams/models.py @@ -48,8 +48,6 @@ class Base(models.Model): member_access = models.CharField(max_length=20, choices=MEMBER_ACCESS_CHOICES, verbose_name=_("member access")) manager_a...
moved creator/created to team the 'creator' of a Role doesn't make as much sense
pinax_pinax-teams
train
c4ee91c6997fee68e62d76c4b0e836b850221e10
diff --git a/lib/bitmap/rbbitmap.rb b/lib/bitmap/rbbitmap.rb index <HASH>..<HASH> 100644 --- a/lib/bitmap/rbbitmap.rb +++ b/lib/bitmap/rbbitmap.rb @@ -67,6 +67,7 @@ module ImageRuby end def alpha_data + @alpha = "\xff"*(@height * @width) unless @alpha @alpha end
added automatic instantiation of alpha data when read if not defined
tario_imageruby
train
0619725daf1a473c8dad196625d3ce501071d12c
diff --git a/FlowCytometryTools/core/bases.py b/FlowCytometryTools/core/bases.py index <HASH>..<HASH> 100755 --- a/FlowCytometryTools/core/bases.py +++ b/FlowCytometryTools/core/bases.py @@ -195,13 +195,11 @@ class Measurement(BaseObject): Detailed doc. ''' new = self.copy() - if apply...
clean up fake_action and read_data
eyurtsev_FlowCytometryTools
train
cc95f1bc038b4a1951d01c2abfab169e8c5f5129
diff --git a/plugins/CoreHome/angularjs/ajax-form/ajax-form.controller.js b/plugins/CoreHome/angularjs/ajax-form/ajax-form.controller.js index <HASH>..<HASH> 100644 --- a/plugins/CoreHome/angularjs/ajax-form/ajax-form.controller.js +++ b/plugins/CoreHome/angularjs/ajax-form/ajax-form.controller.js @@ -78,7 +78,7 @@ ...
Forgot to uncomment commented out code.
matomo-org_matomo
train
7e395f93f0d19a0e82f264e54b3a196cf2c13b38
diff --git a/src/python_pachyderm/pfs_client.py b/src/python_pachyderm/pfs_client.py index <HASH>..<HASH> 100644 --- a/src/python_pachyderm/pfs_client.py +++ b/src/python_pachyderm/pfs_client.py @@ -401,28 +401,6 @@ class PfsClient(object): return ExtractValueIterator(res) return res - def ge...
Removed `get_files`
pachyderm_python-pachyderm
train
aa01a43ade1cf9c27afc8a1f9e9ca21a76541309
diff --git a/lib/trans-iframe-htmlfile.js b/lib/trans-iframe-htmlfile.js index <HASH>..<HASH> 100644 --- a/lib/trans-iframe-htmlfile.js +++ b/lib/trans-iframe-htmlfile.js @@ -20,8 +20,6 @@ HtmlFileIframeTransport.enabled = function (options) { var HtmlFileTransport = FacadeJS['w-iframe-htmlfile'] = function (ri, t...
No need for that, polluting is already done in the HtmlfileReceiver constructor.
sockjs_sockjs-client
train
d8fbe00280d70a1d91701b647c71ee706e94e00e
diff --git a/app/models/no_cms/blocks/concerns/model_with_slots.rb b/app/models/no_cms/blocks/concerns/model_with_slots.rb index <HASH>..<HASH> 100644 --- a/app/models/no_cms/blocks/concerns/model_with_slots.rb +++ b/app/models/no_cms/blocks/concerns/model_with_slots.rb @@ -5,6 +5,8 @@ module NoCms::Blocks::Concerns ...
Accepting nested attributes for the model with slots
simplelogica_nocms-blocks
train
207b921c3bcd30e8652080e91203a66b1b60a86e
diff --git a/ksi-api/src/main/java/com/guardtime/ksi/unisignature/verifier/rules/NotRule.java b/ksi-api/src/main/java/com/guardtime/ksi/unisignature/verifier/rules/NotRule.java index <HASH>..<HASH> 100644 --- a/ksi-api/src/main/java/com/guardtime/ksi/unisignature/verifier/rules/NotRule.java +++ b/ksi-api/src/main/java/...
Corrected hash algorithm derpecation and obsolete date check and updated tests.
guardtime_ksi-java-sdk
train