hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
401013fe504581c1cdbe94060a10385445898090
diff --git a/code/product/Product.php b/code/product/Product.php index <HASH>..<HASH> 100644 --- a/code/product/Product.php +++ b/code/product/Product.php @@ -51,11 +51,11 @@ class Product extends Page implements Buyable{ ); private static $summary_fields = array( - 'InternalItemID','Title','BasePrice','Weight',...
Removed weight and model from product summary fields.
silvershop_silvershop-core
train
d677f0ff3c2ef00ef92fbabe2488cd96dafc7977
diff --git a/lib/semantic/version.rb b/lib/semantic/version.rb index <HASH>..<HASH> 100644 --- a/lib/semantic/version.rb +++ b/lib/semantic/version.rb @@ -102,6 +102,8 @@ module Semantic rescue ArgumentError if ['<', '>', '<=', '>='].include?(comparator) satisfies_comparator? comparator, pad_...
add support for pessimistic operator
jlindsey_semantic
train
0851f0fe66deecd8caeaa59ce94992f1f5466e5f
diff --git a/src/bosh-director/lib/bosh/director/api/controllers/deployments_controller.rb b/src/bosh-director/lib/bosh/director/api/controllers/deployments_controller.rb index <HASH>..<HASH> 100644 --- a/src/bosh-director/lib/bosh/director/api/controllers/deployments_controller.rb +++ b/src/bosh-director/lib/bosh/dire...
resolve merge with cloud config as generic
cloudfoundry_bosh
train
e693b42ecfdb92db24b22d404d0591c1fe873216
diff --git a/views/ticket/_search.php b/views/ticket/_search.php index <HASH>..<HASH> 100644 --- a/views/ticket/_search.php +++ b/views/ticket/_search.php @@ -56,7 +56,7 @@ JS ]); ?> </div> <?= $form->field($model, 'state')->widget(StaticCombo::classname(), [ - 'data' => array_...
Combo for GridView filter, process
hiqdev_hipanel-module-ticket
train
db3fb4b57d91e5ad23b289142dbd756f9d6ce004
diff --git a/spec/lib/rails_integration_spec.rb b/spec/lib/rails_integration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/rails_integration_spec.rb +++ b/spec/lib/rails_integration_spec.rb @@ -10,15 +10,13 @@ class Resource end describe "Rails' integration:", DecentExposure do - let(:action_controller) { Act...
Yet more spec refactoring
hashrocket_decent_exposure
train
689876874ffaca58cfeffc2cce5ffe869a5605df
diff --git a/lib/review/book/base.rb b/lib/review/book/base.rb index <HASH>..<HASH> 100644 --- a/lib/review/book/base.rb +++ b/lib/review/book/base.rb @@ -56,9 +56,6 @@ module ReVIEW @parameters = parameters @parts = nil @chapter_index = nil - if File.exist?("#{basedir}/catalog.yml") -...
Extract method 'catalog' (ref #<I>)
kmuto_review
train
c54ad24cd2ad3192f0017464a3241eb20da669ba
diff --git a/config/routes.rb b/config/routes.rb index <HASH>..<HASH> 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -244,7 +244,7 @@ Src::Application.routes.draw do match '/repositories/discovery/:id' => 'repositories#discovery_status', :via => :get resources :environment, :only => [:show, :update...
initial support for system lookup by environment in cli
Katello_katello
train
328a77514eb33898b463a166a89c36eefb6d659f
diff --git a/lib/seahorse/client/http/header_hash.rb b/lib/seahorse/client/http/header_hash.rb index <HASH>..<HASH> 100644 --- a/lib/seahorse/client/http/header_hash.rb +++ b/lib/seahorse/client/http/header_hash.rb @@ -32,7 +32,7 @@ module Seahorse # @param [String] key # @param [String] value ...
HeaderHash now stores all values as strings.
aws_aws-sdk-ruby
train
7a429b546d50f626a7ebdb9d704adc0508f93391
diff --git a/pyinfra/__main__.py b/pyinfra/__main__.py index <HASH>..<HASH> 100644 --- a/pyinfra/__main__.py +++ b/pyinfra/__main__.py @@ -62,7 +62,7 @@ colorama_init() from pyinfra import logger, pseudo_state, pseudo_host, pseudo_inventory, hook, __version__ from pyinfra.local import exec_file from pyinfra.cli impo...
Load deploy file config before initializing state.
Fizzadar_pyinfra
train
aff7f1731ba9fd35473b08d5c3b8f90dab9cd42c
diff --git a/test/integration/test_buildconfigurationsets_api.py b/test/integration/test_buildconfigurationsets_api.py index <HASH>..<HASH> 100644 --- a/test/integration/test_buildconfigurationsets_api.py +++ b/test/integration/test_buildconfigurationsets_api.py @@ -18,20 +18,23 @@ def get_sets_api(): @pytest.fixt...
add teardown to relevant entities; make several fixtures module-wide to reduce entity creation on pnc.
project-ncl_pnc-cli
train
dd7e6bc6b949d7d646308688e2a6d20e67d247de
diff --git a/airflow/gcp/operators/mlengine.py b/airflow/gcp/operators/mlengine.py index <HASH>..<HASH> 100644 --- a/airflow/gcp/operators/mlengine.py +++ b/airflow/gcp/operators/mlengine.py @@ -129,7 +129,7 @@ class MLEngineBatchPredictionOperator(BaseOperator): for parallel processing. Defaults to 10 if not ...
[AIRFLOW-XXX] Replace string with str in docstring for consistency (#<I>)
apache_airflow
train
4a00d9b7e2628b65e73ac5763865f79f1e1671c1
diff --git a/includes/templates/subsite/tests/features/bootstrap/GenericContext.php b/includes/templates/subsite/tests/features/bootstrap/GenericContext.php index <HASH>..<HASH> 100644 --- a/includes/templates/subsite/tests/features/bootstrap/GenericContext.php +++ b/includes/templates/subsite/tests/features/bootstrap/...
MULTISITE-<I>: Remove search related paths from generic testing
ec-europa_toolkit
train
30a53232b9e4e17df8ffe69adc3632b3ac498036
diff --git a/graylog2-server/src/main/java/org/graylog2/web/resources/AppConfigResource.java b/graylog2-server/src/main/java/org/graylog2/web/resources/AppConfigResource.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/web/resources/AppConfigResource.java +++ b/graylog2-server/src/main/...
Expose `isCloud` to frontend (#<I>) * Expose `isCloud` to frontend Still needs cleaning up and will probably fail if the cloud plugin is not loaded. * Don't use environment variable to transport value for isCloud * new approach: don't use template but webpack define plugin instead * Fix ESLint warnings * Add "CLO...
Graylog2_graylog2-server
train
3d60ab395bd467e033909b2a58bd3f1f7221a978
diff --git a/lib/ransack/adapters/active_record/context.rb b/lib/ransack/adapters/active_record/context.rb index <HASH>..<HASH> 100644 --- a/lib/ransack/adapters/active_record/context.rb +++ b/lib/ransack/adapters/active_record/context.rb @@ -157,15 +157,18 @@ module Ransack def build_or_find_association(name,...
Build a association hash to keep track of their parents Avoid building same associations twice, there was a time we could check the parent in the JoinAssociation but theres no longer a parent accessor there first green build \o/\o/\o/\o\o/
activerecord-hackery_ransack
train
50dafe9ff7e61cf02134494c4980409dd6ae93ad
diff --git a/fmn/rules/utils.py b/fmn/rules/utils.py index <HASH>..<HASH> 100644 --- a/fmn/rules/utils.py +++ b/fmn/rules/utils.py @@ -45,7 +45,14 @@ def get_fas(config): if _FAS is not None: return _FAS - creds = config['fas_credentials'] + # In some development environments, having fas_credentia...
Make FAS optional here. It will make development on other things easier.
fedora-infra_fmn.rules
train
134567d5b41794753ff28862782d64076eb63e53
diff --git a/engine/dispatch.go b/engine/dispatch.go index <HASH>..<HASH> 100644 --- a/engine/dispatch.go +++ b/engine/dispatch.go @@ -119,8 +119,8 @@ func (self *Dispatcher) persistJobWatches(watches []job.JobWatch) { func (self *Dispatcher) handleEventJobWatchCreated(event registry.Event) { watch := event.Payload....
refactor(engine): Move ClaimJobWatch functionality to Registry
coreos_fleet
train
5e9810d4207b701a062c25d2d25d1068eddbf84f
diff --git a/gns3server/controller/project.py b/gns3server/controller/project.py index <HASH>..<HASH> 100644 --- a/gns3server/controller/project.py +++ b/gns3server/controller/project.py @@ -816,9 +816,12 @@ class Project: await self.delete_on_computes() await self.close() try: + p...
Prevent deleting a GNS3 project outside the project directory. Ref #<I>
GNS3_gns3-server
train
3d7238c26eee7f2b8a5e522ac15b460b68668796
diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java index <HASH>..<HASH> 100644 --- a/marklog...
No Task - Test corrected to have asserts on count and batch size. Verify that these counts are available.
marklogic_java-client-api
train
34500eaf75509a3651b581fe2a9e42fc0f934bf7
diff --git a/app/gosqs/gosqs.go b/app/gosqs/gosqs.go index <HASH>..<HASH> 100644 --- a/app/gosqs/gosqs.go +++ b/app/gosqs/gosqs.go @@ -9,11 +9,10 @@ import ( "strings" "time" - log "github.com/sirupsen/logrus" - "github.com/gorilla/mux" "github.com/p4tin/goaws/app" "github.com/p4tin/goaws/app/common" + log ...
changed ApproximateFirstReceiveTimestamp and SentTimestamp to be returned in millis as per doco <URL>
p4tin_goaws
train
13a8ec47d87782a4eb8604abc16c1463464466ee
diff --git a/src/lib/Radial/RiskService/Sdk/Transaction/Response.php b/src/lib/Radial/RiskService/Sdk/Transaction/Response.php index <HASH>..<HASH> 100644 --- a/src/lib/Radial/RiskService/Sdk/Transaction/Response.php +++ b/src/lib/Radial/RiskService/Sdk/Transaction/Response.php @@ -25,6 +25,7 @@ class Radial_RiskServic...
MPTF-<I>v2 add primary as well
RadialCorp_magento-core
train
0efaa97cfd81155f91880b54fdcb54026c332298
diff --git a/api/sys_plugins.go b/api/sys_plugins.go index <HASH>..<HASH> 100644 --- a/api/sys_plugins.go +++ b/api/sys_plugins.go @@ -12,7 +12,7 @@ type ListPluginsInput struct{} // ListPluginsResponse is the response from the ListPlugins call. type ListPluginsResponse struct { // Names is the list of names of the...
Add json tag to names response for sys_plugins
hashicorp_vault
train
ee8c78e4805432bcc0b134eb54aef221a1845b8f
diff --git a/Kwf_js/Auto/FormPanel.js b/Kwf_js/Auto/FormPanel.js index <HASH>..<HASH> 100644 --- a/Kwf_js/Auto/FormPanel.js +++ b/Kwf_js/Auto/FormPanel.js @@ -440,6 +440,10 @@ Kwf.Auto.FormPanel = Ext.extend(Kwf.Binding.AbstractPanel, { return false; } }, this); + }, + + get...
added function getSupportsAdd for FormPanel, GridPanel, AbstractPanel and ProxyPanel before only formPanels supported onAdd feature, with this new function every panel can support this function
koala-framework_koala-framework
train
1a9180129a18cdfcb83ec5088d0b1f032eafbe5c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,8 @@ setup(name='remind', ], setup_requires=['nose>=1.3', 'coverage'], - install_requires=['python-dateutil', 'vobject'], + install_requires=['python-dateutil<2.4', # vobject is not comp...
Add versioned dependency for python-dateutil
jspricke_python-remind
train
2d0256203cf990806427914163e0add113387ebb
diff --git a/lib/onebox/engine/github_pullrequest_onebox.rb b/lib/onebox/engine/github_pullrequest_onebox.rb index <HASH>..<HASH> 100644 --- a/lib/onebox/engine/github_pullrequest_onebox.rb +++ b/lib/onebox/engine/github_pullrequest_onebox.rb @@ -24,21 +24,12 @@ module Onebox @match ||= @url.match(%r{github\.c...
Github pull requests are lookin' good.
discourse_onebox
train
33a8f128ed07fd7d13f7deb4b4dc6f481f481e4c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,13 @@ setup( 'Topic :: Software Development :: Libraries :: Python Modules', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', - 'Development Status ::...
Adds some classifiers for clarification to setup.py.
tsroten_dragonmapper
train
0041f92c361cfe42a2d0d5915b76f28520cd34ac
diff --git a/sneakysnek/recorders/mac_os_recorder.py b/sneakysnek/recorders/mac_os_recorder.py index <HASH>..<HASH> 100644 --- a/sneakysnek/recorders/mac_os_recorder.py +++ b/sneakysnek/recorders/mac_os_recorder.py @@ -92,9 +92,10 @@ class MacOSRecorder(Recorder): self.callback(KeyboardEvent(keyboard_eve...
added missing x, y from macOS mouse clicks
SerpentAI_sneakysnek
train
b9beec2c9f584e91320aeaf95822a1b8d77888c4
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index <HASH>..<HASH> 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-10-29 10:54:24 -0400 using RuboCop version 0.60.0. +# on 2018-10-29 10:58:00 -0400 using RuboCop...
Fix: corrected termsOfService field name in additional info. (#<I>)
ruby-grape_grape-swagger
train
34781303afa6dc9938abf6015ff3b11f05c104d4
diff --git a/shiftbuffer.go b/shiftbuffer.go index <HASH>..<HASH> 100644 --- a/shiftbuffer.go +++ b/shiftbuffer.go @@ -22,8 +22,6 @@ type ShiftBuffer struct { buf []byte pos int n int - - minBuf, maxBuf int } // NewShiftBufferReader returns a new ShiftBuffer. @@ -37,10 +35,13 @@ func NewShiftBuffer(r io.Rea...
Shiftbuffer returns error when moved too far Len now returns the number of characters left (like bytes.Buffer) and NewShiftBuffer will make a read first (so that immediate Move'ing works).
tdewolff_parse
train
ce1f4ff73ae9ad91a3e1fd1ee104988d489c20c5
diff --git a/littlechef/runner.py b/littlechef/runner.py index <HASH>..<HASH> 100644 --- a/littlechef/runner.py +++ b/littlechef/runner.py @@ -187,6 +187,22 @@ def deploy_chef(gems="no", ask="yes", version="0.10", solo.install(distro_type, distro, gems, version, stop_client) solo.configure() + ...
When deploying chef to a new node, create a node config file If one doesn't already exist, create a node configuration file with some properties from ohai (ipaddress, platform, platform_family, and platform_version right now). This is useful we we can perform some basic logic in littlechef based on these properties (...
tobami_littlechef
train
46c3137d9f45f9e33e4f0c364de8a082aa54c95c
diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js +++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js @@ -4574,7 +4574,7 @@ function loadAdminP...
VMC-<I>: fixed issue with wrong unit showing in heartbeat timeout (#<I>)
VoltDB_voltdb
train
3eaa17ad716322fcf2bc256cda707bea87c88fa8
diff --git a/tests/framework/caching/CFileCacheTest.php b/tests/framework/caching/CFileCacheTest.php index <HASH>..<HASH> 100644 --- a/tests/framework/caching/CFileCacheTest.php +++ b/tests/framework/caching/CFileCacheTest.php @@ -2,6 +2,68 @@ class CFileCacheTest extends CTestCase { + private $cachePathModes=array...
added tests for CFileCache cacheFileMode and cachePathMode
yiisoft_yii
train
48bbb6d839a0b188439d2e6bdc594647155229de
diff --git a/lib/class-wp-json-request.php b/lib/class-wp-json-request.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-request.php +++ b/lib/class-wp-json-request.php @@ -134,7 +134,7 @@ class WP_JSON_Request implements ArrayAccess { * @param string $key Header name * @return string Canonicalized name ...
Make canonicalize_header_name public and static This doesn't rely on request state, plus it's easier to test this way.
WP-API_WP-API
train
4eefab48c368b031be7cab2ec6318cff28e94199
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,16 @@ module.exports = { plugins: [ nodeResolve(), legacy({ - 'foundation-sites/js/entries/plugins/foundation.core.js': 'window.Foundation' + ...
<I> and <I> have different entry points so have them return the same named modules.
acoustep_ember-cli-foundation-6-sass
train
8e9be2dedf41607c3928c8aa1f49a59989b3380a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ setup( "lighthouse-reporter = lighthouse.scripts.reporter:run", "lighthouse-writer = lighthouse.scripts.writer:run" ], - "lighthouse.balancers": [ - "haproxy ...
Update balancers entry point to be coordinators.
wglass_lighthouse
train
d344005faa931d2086aaa6227c47b0aa621982be
diff --git a/lib/billy/cache.rb b/lib/billy/cache.rb index <HASH>..<HASH> 100644 --- a/lib/billy/cache.rb +++ b/lib/billy/cache.rb @@ -6,7 +6,6 @@ module Billy class Cache def initialize reset - load_dir end def cacheable?(url, headers) @@ -68,20 +67,6 @@ module Billy @cache = {} ...
Removed cache#load_dir as loading files is now done dynamically
oesmith_puffing-billy
train
345b66cff8c8090171c1895b64e6707f49b70f55
diff --git a/src/test/java/com/yahoo/sketches/theta/SketchesTest.java b/src/test/java/com/yahoo/sketches/theta/SketchesTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/yahoo/sketches/theta/SketchesTest.java +++ b/src/test/java/com/yahoo/sketches/theta/SketchesTest.java @@ -9,6 +9,7 @@ import com.yahoo.sket...
Added unit tests for static memory estimators
DataSketches_sketches-core
train
84f8a7328fc30ac41687ca70ecc47103f7c61d54
diff --git a/python_modules/dagster/dagster/core/types/python_dict.py b/python_modules/dagster/dagster/core/types/python_dict.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/core/types/python_dict.py +++ b/python_modules/dagster/dagster/core/types/python_dict.py @@ -1,7 +1,8 @@ from dagster import ...
python typeddict type loader Summary: There didn't previously exist a DagsterTypeLoader for TypedDict. This creates one, and adds a test to `test_python_dict.py` to ensure proper functioning. (Issue: <URL>) Test Plan: Added `test_dict_type_loader` to tests. Azure pipeline: <URL>
dagster-io_dagster
train
d982e1930de38338a99f12ef4c44b0e1d0de75ef
diff --git a/lib/filter_factory/condition.rb b/lib/filter_factory/condition.rb index <HASH>..<HASH> 100644 --- a/lib/filter_factory/condition.rb +++ b/lib/filter_factory/condition.rb @@ -2,8 +2,12 @@ module FilterFactory class Condition attr_reader :field_name, :value + # Initializes new instance of Condit...
Add RDoc/Yard comments to Condition class.
hck_filter_factory
train
72d051fdac2c46a515b36c9058080113b1c5630e
diff --git a/lib/sshkit/configuration.rb b/lib/sshkit/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/sshkit/configuration.rb +++ b/lib/sshkit/configuration.rb @@ -6,7 +6,7 @@ module SSHKit attr_writer :output, :backend, :default_env def output - @output ||= formatter(:pretty) + @output ||=...
Allow formatter config to take options/args This commit introduces `use_format`, which is like the existing `format=` but optionally accepts arguments/options that will be passed to the formatter's constructor. SSHKit's current formatters do not yet accept extra arguments, but this API lays the groundwork for future ...
capistrano_sshkit
train
b5aee664bf7da51b353c17d5215016d21092f763
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "mouf/utils.cache.in-memory-cache" : "~1.0", "php" : ">=5.4.4", "mouf/html.htmlelement" : "~2.0", - "mouf/html.renderer.twig-extensions" : "~1.0" + "mouf/html.renderer.twig-extensi...
Migrating the MoufTwigExtension to use any container (and not only MoufManager)
thecodingmachine_html.renderer
train
3c5ae3f36cf626e79f281b80706b617b76f57060
diff --git a/kconfiglib.py b/kconfiglib.py index <HASH>..<HASH> 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -311,10 +311,10 @@ Kconfiglib implements two Kconfig extensions related to 'source': 'source' with relative path --------------------------- -The library implements a custom 'rsource' statement that all...
rsource documentation nits Fix some grammar nits, and add a motivation at the end (wanting to create self-contained Kconfig trees that can appear anywhere relative to the top-level Kconfig file).
ulfalizer_Kconfiglib
train
9ceb7fe6b66aa13c4382645465fa3643488db4b1
diff --git a/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java b/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java +++ b/core/src/main/java/org/infinispan/tra...
ISPN-<I> Exploit property of txComplete to potentially avoid synchronization
infinispan_infinispan
train
b9d085960cfe60f33526abe7341a0dcb60d34898
diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go index <HASH>..<HASH> 100644 --- a/src/server/pachyderm_test.go +++ b/src/server/pachyderm_test.go @@ -3595,7 +3595,6 @@ func TestChainedPipelines(t *testing.T) { // TestChainedPipelinesNoDelay tracks https://github.com/pachyderm/pachyderm/issue...
re-enable the skipped test
pachyderm_pachyderm
train
57c82e51c70e3218afc3eadc951ba7a56a51efc4
diff --git a/src/lang/en/validation.php b/src/lang/en/validation.php index <HASH>..<HASH> 100644 --- a/src/lang/en/validation.php +++ b/src/lang/en/validation.php @@ -24,4 +24,5 @@ return [ 'snakecase' => 'The content :attribute must be formatted in Snake case.', 'kebabcase' => 'The content :attribute must be...
Added translations for new CIDR rule (en/nl)
Intervention_validation
train
a81afd6a762c3c5c0ac3be026a9ba7c1d9cdf56d
diff --git a/app/mailers/spree/user_mailer.rb b/app/mailers/spree/user_mailer.rb index <HASH>..<HASH> 100644 --- a/app/mailers/spree/user_mailer.rb +++ b/app/mailers/spree/user_mailer.rb @@ -1,8 +1,8 @@ -class Spree::UserMailer < ActionMailer::Base +class Spree::UserMailer < Spree::BaseMailer def reset_password_inst...
Set user_mailer to use Spree::BaseMailer to mimic OrderMailer and ShipmentMailer Set mail :from to from_address method from the base mailer, so that it will use the email in the current MailMethod Fixes #<I>
spree_spree_auth_devise
train
3c662c8f00bdfd21d0cbc7c911ff4d190f30ed5e
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -1784,9 +1784,15 @@ class Parser return false; } - // advance counter to next occurrence of $what - // $until - don't include $what in advance - // $allowNewline, if string, wil...
Parser: deprecated show() and to() methods
leafo_scssphp
train
abeaedad091f17a1f0d7f207f70c960d8b00c200
diff --git a/src/kite/backoff.js b/src/kite/backoff.js index <HASH>..<HASH> 100644 --- a/src/kite/backoff.js +++ b/src/kite/backoff.js @@ -1,19 +1,27 @@ const Timeout = require('./timeout') -const { Event } = require('../constants') +const { + Backoff: { + MAX_DELAY, + MAX_RECONNECT_ATTEMPTS, + MULTIPLY_FACT...
Kite/Backoff: use constants from constants.Backoff
koding_kite.js
train
bf6f1627d25c12cf2b6a05424f4eba7f28fdee5a
diff --git a/src/Connect.js b/src/Connect.js index <HASH>..<HASH> 100644 --- a/src/Connect.js +++ b/src/Connect.js @@ -144,7 +144,6 @@ class Connect { if (cb) { this.PubSub.subscribe(id, (msg, res) => { - this.PubSub.unsubscribe(id) parseResponse(res).then( (res) => { cb(null, r...
fix: remove unsub from cb onResponse, as same id can be handled multiple times with cb
uport-project_uport-connect
train
f004a10323c206a48b7fdf4d8bb1051d64f836f8
diff --git a/swarm.go b/swarm.go index <HASH>..<HASH> 100644 --- a/swarm.go +++ b/swarm.go @@ -212,16 +212,6 @@ func (s *Swarm) addConn(tc transport.CapableConn, dir network.Direction) (*Conn, addr = tc.RemoteMultiaddr() ) - if s.gater != nil { - if allow := s.gater.InterceptAddrDial(p, addr); !allow { - err ...
remove incorrect call to InterceptAddrDial addConn is called both when we add a dialed and an accepted connection to the swarm. InterceptAddrDial is only supposed to intercept outgoing connections though. When dialing, we already call InterceptAddrDial when we compose the list of dialable addresses.
libp2p_go-libp2p-swarm
train
be5d121519e783232b9df492e40c82dbcaea1c3f
diff --git a/config/application.rb b/config/application.rb index <HASH>..<HASH> 100644 --- a/config/application.rb +++ b/config/application.rb @@ -40,5 +40,15 @@ module Cortex # Needed until there is a better fix for Paperclip. https://github.com/thoughtbot/paperclip/issues/1924#issuecomment-123927367 Paper...
feat: build in config logic for Flipper
cortex-cms_cortex
train
908ebc9169800807ea9ae3eae06a9ca0dfe1d355
diff --git a/src/Moka/Moka.php b/src/Moka/Moka.php index <HASH>..<HASH> 100644 --- a/src/Moka/Moka.php +++ b/src/Moka/Moka.php @@ -9,7 +9,6 @@ use Moka\Exception\MockNotCreatedException; use Moka\Exception\NotImplementedException; use Moka\Exception\PluginNotRegisteredException; use Moka\Factory\ProxyBuilderFactory;...
Mark as deprecated MokaTrait::mock and Moka::brew
facile-it_moka
train
023ad0072198bef5912294425ccb767833b32f8b
diff --git a/package/lib/connection.js b/package/lib/connection.js index <HASH>..<HASH> 100644 --- a/package/lib/connection.js +++ b/package/lib/connection.js @@ -98,7 +98,7 @@ var Connection = function (options) { } // maximum number of reconnection attempts - self._max_retries = self._options.max_retries ...
Allows zero retry via max_retries. Setting "max_retries" to zero wasn't possible as it was overwritten with the default value of <I>.
crossbario_autobahn-js
train
5e9d789a92d1ca717b54d64ac1de0cf247adee53
diff --git a/src/bin/nca.js b/src/bin/nca.js index <HASH>..<HASH> 100755 --- a/src/bin/nca.js +++ b/src/bin/nca.js @@ -12,7 +12,7 @@ const subcommands = { } Object.keys(subcommands) - .filter(function(sub) { return fs.existsSync(__dirname + '/nca-' + sub + '.js')}) - .forEach(function(sub) { program.command(s...
refactoring (ES<I>ize)
CureApp_node-circleci-autorelease
train
ef45219904964175909fdacb204d68b5335b7f96
diff --git a/isvcs/container.go b/isvcs/container.go index <HASH>..<HASH> 100644 --- a/isvcs/container.go +++ b/isvcs/container.go @@ -86,7 +86,7 @@ type actionrequest struct { } // HealthCheckFunction- A function to verify the service is healthy -type HealthCheckFunction func() error +type HealthCheckFunction func...
Stop isvcs healthchecks on timeout
control-center_serviced
train
9022c597e0ebf801197d08b6c701e2a83fc81b9a
diff --git a/features/support/env.rb b/features/support/env.rb index <HASH>..<HASH> 100755 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -18,9 +18,9 @@ end module PageObject module PersistantBrowser @@browser = false - def self.get_browser - if !@@browser - @@browser = Watir...
cleaned up whitespace, what are we, barbarians? ;
cheezy_page-object
train
29815774f080ef67f46b2f6842866d19e5fd1dc0
diff --git a/bolt/internal/internal.pb.go b/bolt/internal/internal.pb.go index <HASH>..<HASH> 100644 --- a/bolt/internal/internal.pb.go +++ b/bolt/internal/internal.pb.go @@ -968,7 +968,7 @@ func (m *Organization) GetPublic() bool { if m != nil { return m.Public } - return false + return true } func init() {
If not set, Public should be true by default
influxdata_influxdb
train
6b5801aba68118094e711d17b0260f63fb666e66
diff --git a/core/src/test/java/org/modelmapper/internal/util/TypesTest.java b/core/src/test/java/org/modelmapper/internal/util/TypesTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/org/modelmapper/internal/util/TypesTest.java +++ b/core/src/test/java/org/modelmapper/internal/util/TypesTest.java @@ -18,12...
Fix TestTest compatibility with Java8 compiler
modelmapper_modelmapper
train
9af67702ad3c3b7efbd8782710e2b5aff12feeb3
diff --git a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java @@ -2030,11 +2030,10 @@ public class S3ProxyHandler { ...
Always emit LastModified header in list parts Some clients like jclouds expect this to be present. Fixes #<I>.
gaul_s3proxy
train
7b97b1c1657000603970e32081ba3dd456e3d6e6
diff --git a/lib/compiler.js b/lib/compiler.js index <HASH>..<HASH> 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -344,7 +344,7 @@ Compiler.prototype = { this.indents = _indents; this.parentIndents--; - if (attrs.length) { + if (attrs.length || attrsBlocks.length) { ...
Fix a corner case with +call, &attributes, block
pugjs_then-pug
train
f0b6d11c6086702fb0d5f5b0f70c2610fe8dc3d0
diff --git a/openquake/job/__init__.py b/openquake/job/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/job/__init__.py +++ b/openquake/job/__init__.py @@ -45,7 +45,8 @@ from openquake.job.handlers import resolve_handler from openquake.job import config as conf from openquake.job.mixins import Mixin from open...
cleaned up some imports Former-commit-id: f6a<I>ce<I>e<I>b<I>dcaf<I>e<I>ebd<I>d
gem_oq-engine
train
a3deab2567180b391110e0c09fc603443b564a89
diff --git a/TYPO3.Flow/Classes/TYPO3/Flow/Validation/Validator/AggregateBoundaryValidator.php b/TYPO3.Flow/Classes/TYPO3/Flow/Validation/Validator/AggregateBoundaryValidator.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/TYPO3/Flow/Validation/Validator/AggregateBoundaryValidator.php +++ b/TYPO3.Flow/Classes/...
BUGFIX: Make only unloaded aggregates stop validation
neos_flow-development-collection
train
947593005f733ec67b5826a2928223f3f916a46c
diff --git a/emma2/msm/analysis/api.py b/emma2/msm/analysis/api.py index <HASH>..<HASH> 100644 --- a/emma2/msm/analysis/api.py +++ b/emma2/msm/analysis/api.py @@ -876,9 +876,5 @@ def tpt(T, A, B): if not is_transition_matrix(T): raise ValueError('given matrix T is not a transition matrix') - from...
[msm.estimation.api] reference to stallone_available removed (is always available now)
markovmodel_PyEMMA
train
baeaa4aa8786bf46b6d1653a9188f7a9c939d953
diff --git a/Kwf/Setup.php b/Kwf/Setup.php index <HASH>..<HASH> 100644 --- a/Kwf/Setup.php +++ b/Kwf/Setup.php @@ -38,7 +38,7 @@ class Kwf_Setup } include('cache/setup'.self::CACHE_SETUP_VERSION.'.php'); } - if (self::getBaseUrl() === null) { + if (defined('VKWF_PATH') &...
don't execute baseUrl check if running with vkwf older vkwf versios don't have a base url set so it runs into this if
koala-framework_koala-framework
train
66517f4106226f9ae09d772696578f84a422771b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -38,11 +38,12 @@ ZipPlugin.prototype.apply = function(compiler) { zipFile.addBuffer( Buffer.isBuffer(source) ? source : new Buffer(source), - nameAndPath + nameAndPath, + options.fileOptions ); } -...
passthough fileOptions and zipOptions to yazl
erikdesjardins_zip-webpack-plugin
train
6347b1d2edaa4f015f6d310161a4aa0c1c616ce1
diff --git a/addon/services/user-settings.js b/addon/services/user-settings.js index <HASH>..<HASH> 100644 --- a/addon/services/user-settings.js +++ b/addon/services/user-settings.js @@ -276,14 +276,21 @@ export default Ember.Service.extend({ */ setCurrentParams(componentName, params) { let appPage = this.c...
Add saving sortings to user service
Flexberry_ember-flexberry
train
99d1e691f2962ac83501d74f87d80905673959a5
diff --git a/src/ArtaxServiceBuilder/OperationGenerator.php b/src/ArtaxServiceBuilder/OperationGenerator.php index <HASH>..<HASH> 100644 --- a/src/ArtaxServiceBuilder/OperationGenerator.php +++ b/src/ArtaxServiceBuilder/OperationGenerator.php @@ -524,7 +524,10 @@ END; return $body; } - + + /** +...
WIP - making dispatch be callable asynchronously as well.
Danack_ArtaxServiceBuilder
train
7a9d0aa87a97838d37fca160767d45833a4ce19b
diff --git a/lxd/storage/drivers/driver_ceph_volumes.go b/lxd/storage/drivers/driver_ceph_volumes.go index <HASH>..<HASH> 100644 --- a/lxd/storage/drivers/driver_ceph_volumes.go +++ b/lxd/storage/drivers/driver_ceph_volumes.go @@ -831,7 +831,7 @@ func (d *ceph) SetVolumeQuota(vol Volume, size string, op *operations.Ope...
lxd/storage/drivers/driver/ceph/volumes: BlockDiskSizeBytes usage in SetQuota
lxc_lxd
train
a0b2799b75114a19220207589383490d14930b30
diff --git a/lib/client/scene.js b/lib/client/scene.js index <HASH>..<HASH> 100644 --- a/lib/client/scene.js +++ b/lib/client/scene.js @@ -398,6 +398,8 @@ Scene.setMethod(function openUrl(href, options, callback) { pledge = new Pledge(); pledge.done(callback); + // If everything works out, + // the client...
Mark forms & link elements with `he-busy` when used to open a url
skerit_hawkejs
train
8e38649f51a7a1de64bec59f3af757c141d302a0
diff --git a/Tests/FunctionalTest.php b/Tests/FunctionalTest.php index <HASH>..<HASH> 100644 --- a/Tests/FunctionalTest.php +++ b/Tests/FunctionalTest.php @@ -43,41 +43,6 @@ class FunctionalTest extends \PHPUnit_Framework_TestCase $filesystem->remove($this->cacheDir); } - public function testRoutes()...
[AsseticBundle] removed problematic test
symfony_assetic-bundle
train
a859b9274ceffd3453b678e62cc02eb402cd811d
diff --git a/scripts/util/loader.js b/scripts/util/loader.js index <HASH>..<HASH> 100644 --- a/scripts/util/loader.js +++ b/scripts/util/loader.js @@ -1,12 +1,23 @@ var Spinner = require('spin.js'); exports.on = function() { + // Fade out panel this.$('.viz').fadeTo(1, 0.4); - this.spinner = new Spinner().spin(th...
Loading indicator checks whether it already exists. Closes #<I>
timwis_vizwit
train
803333bc5efd23ca0a726dd588dd90b75d6f5a4b
diff --git a/lib/fog/fogdocker/requests/compute/container_action.rb b/lib/fog/fogdocker/requests/compute/container_action.rb index <HASH>..<HASH> 100644 --- a/lib/fog/fogdocker/requests/compute/container_action.rb +++ b/lib/fog/fogdocker/requests/compute/container_action.rb @@ -7,7 +7,7 @@ module Fog raise A...
[Docker] container actions fixed.
fog_fog
train
b03025ef03590fb3be84329b352fe574d5a50572
diff --git a/src/lib/replace-stream.js b/src/lib/replace-stream.js index <HASH>..<HASH> 100644 --- a/src/lib/replace-stream.js +++ b/src/lib/replace-stream.js @@ -1,5 +1,5 @@ import { Replaceable } from 'restream' -import { createTocRule, commentRule as stripComments, codeRe, innerCodeRe, linkTitleRe } from './rules' ...
types & imports cross-links
artdecocode_documentary
train
9a7d9c2d2978a1018ea51109b713df8cb0919734
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index <HASH>..<HASH> 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -472,6 +472,9 @@ class Gitlab(object): if request.status_code == 200: return True # It always returns true + # TODO: hooks are now system wide and under the /...
quick comments for the future <I> branch, some skeleton methods
pyapi-gitlab_pyapi-gitlab
train
8c5a21a70f2047ba437fa47b5f1ca1ffb9c893e7
diff --git a/test/test_client.py b/test/test_client.py index <HASH>..<HASH> 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -954,6 +954,7 @@ class TestClient(IntegrationTest, TestRequestMixin): client = get_client(connection_string(), _connect=False) client.pymongo_test.test.remove(w=0) ...
Skip test_exhuast_network_error when connected to a mongos, since mongos doesn't support exhaust cursors.
mongodb_mongo-python-driver
train
5acc5e814009e7fa4cc12a228141353ee23aa3e3
diff --git a/examples/client.js b/examples/client.js index <HASH>..<HASH> 100644 --- a/examples/client.js +++ b/examples/client.js @@ -2,7 +2,9 @@ const soupbintcp = require('../'); -const client = soupbintcp.createClient(4000, 'localhost', () => { +const client = soupbintcp.createClient(4000, 'localhost'); + +cli...
Add 'connect' event for client
jvirtanen_node-soupbintcp
train
d22c4bc7043bc5c2b57f44cbd263ac6a7ea0eb6b
diff --git a/test/test_relative_date.py b/test/test_relative_date.py index <HASH>..<HASH> 100644 --- a/test/test_relative_date.py +++ b/test/test_relative_date.py @@ -26,6 +26,7 @@ from topydo.lib.RelativeDate import relative_date_to_date class RelativeDateTester(TopydoTest): def setUp(self): super(Relat...
Add 'yesterday' as a relative date
bram85_topydo
train
7f1b028a068835d48644a1f25b150cdb470008e3
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/executor/ExecutionDelayTest.java b/hazelcast-client/src/test/java/com/hazelcast/client/executor/ExecutionDelayTest.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/executor/ExecutionDelayTest.java +++ b/hazelcast-...
Marked ExecutionDelayTest as nightly test because it is slow
hazelcast_hazelcast
train
bfc2b54d5a0bc8ba8a3b115aa8abaf3911cfc9c9
diff --git a/command/__init__.py b/command/__init__.py index <HASH>..<HASH> 100644 --- a/command/__init__.py +++ b/command/__init__.py @@ -1,17 +1,7 @@ """distutils.command Package containing implementation of all the standard Distutils -commands. Currently this means: - - build - build_py - build_ext - instal...
Simplified doc string. Added 'clean' to list of commands.
pypa_setuptools
train
9a20ab3f7011e0afaf148264764fdefb8669e9a7
diff --git a/jwt/algorithms.py b/jwt/algorithms.py index <HASH>..<HASH> 100644 --- a/jwt/algorithms.py +++ b/jwt/algorithms.py @@ -180,7 +180,7 @@ class HMACAlgorithm(Algorithm): b"ssh-rsa", ] - if any([string_value in key for string_value in invalid_strings]): + if any(string_valu...
Use generator expressions (#<I>) Avoids building a list in memory unnecessarily. Generator expressions are evaluated lazily.
jpadilla_pyjwt
train
4f7dc07c92e092ddde7bf8ebc04447086316dce1
diff --git a/src/cultusrego.php b/src/cultusrego.php index <HASH>..<HASH> 100644 --- a/src/cultusrego.php +++ b/src/cultusrego.php @@ -189,6 +189,12 @@ class cultusrego { $element_values = array(); if ($title = $docblock->getShortDescription()) { + // Skip text strings that start with # + // (e.g....
fixed problem with DocBlock parsing of source map comment
maoberlehner_cultusrego
train
1cf9a56f9d00ce151955fbdddc6622cdf1aef898
diff --git a/mobly/base_test.py b/mobly/base_test.py index <HASH>..<HASH> 100644 --- a/mobly/base_test.py +++ b/mobly/base_test.py @@ -344,6 +344,12 @@ class BaseTestClass(object): test_method(*args, **kwargs) else: test_method() + except signals.Tes...
Fix stacktrace print order. (#<I>)
google_mobly
train
f43469a1cb422bab71b6a6112899a406f9142ff1
diff --git a/protocol/bin/flow.js b/protocol/bin/flow.js index <HASH>..<HASH> 100644 --- a/protocol/bin/flow.js +++ b/protocol/bin/flow.js @@ -291,8 +291,6 @@ function makeRpcUnionType (typeDefs) { } function write (typeDefs, project) { - const s = fs.createWriteStream(project.out) - // Need any for weird flow ...
hopefully better file writing. was kinda flaky
keybase_client
train
633a643a66b4bf4a1f7d9fc74add80133e8b20a9
diff --git a/lib/wool/warnings/line_length.rb b/lib/wool/warnings/line_length.rb index <HASH>..<HASH> 100644 --- a/lib/wool/warnings/line_length.rb +++ b/lib/wool/warnings/line_length.rb @@ -25,10 +25,11 @@ class Wool::GenericLineLengthWarning < Wool::LineWarning def fix_long_comment(text) # Must have no lead...
The comment fixer worked fine, except it didn't reproduce the double hash style of the surrounding text. (as in, ' ## comment'). This code should fix that.
michaeledgar_laser
train
87d15a5ffcea9833ef24b8ab97e35d893d94cfef
diff --git a/linux/bundle.go b/linux/bundle.go index <HASH>..<HASH> 100644 --- a/linux/bundle.go +++ b/linux/bundle.go @@ -84,9 +84,9 @@ func ShimLocal(exchange *exchange.Exchange) ShimOpt { } // ShimConnect is a ShimOpt for connecting to an existing remote shim -func ShimConnect() ShimOpt { +func ShimConnect(onClo...
Set OnClose shim function When restoring a task make sure that dead shims are handled. Fixes #<I>
containerd_containerd
train
823b7f90b32afef79196f74c77a5cce0e48a63d9
diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index <HASH>..<HASH> 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -289,7 +289,7 @@ func main() { } files = append(files, fs...) } - return ruleManager.Update(time.Duration(cfg.GlobalConfig.EvaluationInterval), cfg.RuleFi...
Use the files globbed files and not the files in cfg
prometheus_prometheus
train
2417178d129e746fed24da36137b2c81bfa83c15
diff --git a/app/helpers/katello_url_helper.rb b/app/helpers/katello_url_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/katello_url_helper.rb +++ b/app/helpers/katello_url_helper.rb @@ -26,25 +26,21 @@ module KatelloUrlHelper CONSTANTS_DEFINED = true end - def kipv4? url - IPV4.match(url) ? true ...
Code cleanup To obtain boolean as a result !! is usually used. Also parenthesis in method definiton for arguments should be used.
Katello_katello
train
fbd073f1656182b9632659ad164af48e5c43c9f4
diff --git a/src/clamp-zoom.js b/src/clamp-zoom.js index <HASH>..<HASH> 100644 --- a/src/clamp-zoom.js +++ b/src/clamp-zoom.js @@ -18,6 +18,11 @@ module.exports = class ClampZoon extends Plugin this.maxHeight = options.maxHeight } + resize() + { + clamp() + } + clamp() ...
Updates clamp() upon resizing of the viewport This is important so that if the window size is changed, the viewport maintains its contraints. e.g. If the viewport is at its max constraints and the window size increases, the viewport should clamp to those max contraints rather than allow the viewport to show more of t...
davidfig_pixi-viewport
train
ffd8c31f3a7e8e46db3b6bf172141b67a0431ef8
diff --git a/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Configuration.php +++ b/src/Symfony/Bundle/DoctrineBundle/DependencyInjec...
[DoctrineBundle] reindented some code for clarity
symfony_symfony
train
6b54aabaa8c2f16ed1fc39c622c47b1b7e083c24
diff --git a/sprd/collection/StockStates.js b/sprd/collection/StockStates.js index <HASH>..<HASH> 100644 --- a/sprd/collection/StockStates.js +++ b/sprd/collection/StockStates.js @@ -4,6 +4,11 @@ define(["js/data/Collection", "sprd/model/StockState"], function(Collection, Sto $modelFactory: StockState, ...
DEV-<I> - Can only view detail page of one article in one session
spreadshirt_rAppid.js-sprd
train
e9ee54feffaab30e4027e76733e850673878faa0
diff --git a/hedgehog/client/__init__.py b/hedgehog/client/__init__.py index <HASH>..<HASH> 100644 --- a/hedgehog/client/__init__.py +++ b/hedgehog/client/__init__.py @@ -51,7 +51,7 @@ class HedgehogClient(object): self.backend.client_handle.shutdown() def set_input_state(self, port, pullup): - s...
adapt to renamed io.StateAction
PRIArobotics_HedgehogClient
train
c41e500b2e145dcd1a07196daff14181c88fc379
diff --git a/doc/source/whatsnew/v1.1.2.rst b/doc/source/whatsnew/v1.1.2.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v1.1.2.rst +++ b/doc/source/whatsnew/v1.1.2.rst @@ -32,6 +32,7 @@ Bug fixes - Bug in :meth:`DataFrame.apply` with ``result_type="reduce"`` returning with incorrect index (:issue:`35683`) ...
BUG: frame._item_cache not cleared when Series is altered (#<I>)
pandas-dev_pandas
train
019513696b757114d9de81e1da45be207a141790
diff --git a/tests/spoof/gs_feature_elision.py b/tests/spoof/gs_feature_elision.py index <HASH>..<HASH> 100755 --- a/tests/spoof/gs_feature_elision.py +++ b/tests/spoof/gs_feature_elision.py @@ -22,7 +22,7 @@ not permitted in PDF/A-2, overprint mode not set""" def main(): if '--version' in sys.argv: prin...
Ghostscript spoof scripts did not report their --version correctly
jbarlow83_OCRmyPDF
train
7a6dc024b4ca501e1b8b9c190f035701ea09a913
diff --git a/parserator/training.py b/parserator/training.py index <HASH>..<HASH> 100644 --- a/parserator/training.py +++ b/parserator/training.py @@ -4,6 +4,7 @@ import os from lxml import etree from imp import reload import data_prep_utils +import re def trainModel(training_data, module, @@ -60,10 +61,21 @@ d...
when training, rename existing model file(s) instead of overriding
datamade_parserator
train
bf01bceee98a56d8e1b6cf028345c6ff8c810f03
diff --git a/tacl/constants.py b/tacl/constants.py index <HASH>..<HASH> 100644 --- a/tacl/constants.py +++ b/tacl/constants.py @@ -371,11 +371,10 @@ STATISTICS_RESULTS_HELP = 'Path to CSV results.' STRIP_DESCRIPTION = '''\ Preprocess a corpus by stripping unwanted material from each - file.''' + file, cre...
Improved documentation on what tacl.Stripper does.
ajenhl_tacl
train
520127207a7801bffcc26cdc725c13385c0e45c7
diff --git a/salt/states/git.py b/salt/states/git.py index <HASH>..<HASH> 100644 --- a/salt/states/git.py +++ b/salt/states/git.py @@ -427,16 +427,19 @@ def latest(name, desired_upstream = False remote_rev_type = 'tag' else: - if len(rev) <= 40 \ - ...
Fixes to git state module made during writing tests
saltstack_salt
train
352b7115663fcd0de2edd071ab0e9ef059ecc772
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Reads all the pixels from url into an ndarray. * `type` is an optional mime type for the image * `cb(err, pixels)` is a callback which gets triggered once the image is loaded. -**Returns** An ndarray of ...
change from rows/cols to width/height
scijs_get-pixels
train
d972ffafd261ca9b097c45eec110a510dcbb8f0a
diff --git a/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java b/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java +++ b/core/src/main/java/org/infinispan/factor...
ISPN-<I> Timeout for cache starting should use nanoTime
infinispan_infinispan
train
c7a2cf9b11ce5b6b0d443967206913af9ce742f9
diff --git a/phonopy/spectrum/dynamic_structure_factor.py b/phonopy/spectrum/dynamic_structure_factor.py index <HASH>..<HASH> 100644 --- a/phonopy/spectrum/dynamic_structure_factor.py +++ b/phonopy/spectrum/dynamic_structure_factor.py @@ -202,7 +202,7 @@ class DynamicStructureFactor(object): ...
Fix dynamic structure factor by 2pi as pointed out by Cameron Dashwood
atztogo_phonopy
train
8ccf79624e5cb14505570277699cd350d6d76f6e
diff --git a/sonar-server/src/main/webapp/javascripts/widgets/stack-area.js b/sonar-server/src/main/webapp/javascripts/widgets/stack-area.js index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/javascripts/widgets/stack-area.js +++ b/sonar-server/src/main/webapp/javascripts/widgets/stack-area.js @@ -134,7 +13...
SONAR-<I> Increase the top margin of stack area and timeline charts
SonarSource_sonarqube
train
ced9b0094f140649186a7dcb0a1f029bf9f6ecc5
diff --git a/tests/integration_test.py b/tests/integration_test.py index <HASH>..<HASH> 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -1303,35 +1303,41 @@ class TestBuildWithDockerignore(Cleanup, BaseTestCase): 'FROM busybox', 'MAINTAINER docker-py', ...
Fix .dockerignore integration test - There was a typo (".dockerginore"), which meant that the exclusion of the .dockerignore file itself wasn't being tested. - Some of the file names were non-descriptive. - The test was inspecting the output of the build process, rather than running 'ls' in a new container, whic...
docker_docker-py
train