hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3a71397d82f6d50893edc9ab427a27995174be3d
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js index <HASH>..<HASH> 100644 --- a/cordova-lib/src/cordova/platforms.js +++ b/cordova-lib/src/cordova/platforms.js @@ -49,7 +49,8 @@ module.exports = { parser : './metadata/wp8_parser', url : 'https://git-wip-us...
CB-<I> Revert back subdirectory for wp8 This is necessary since 'cordova platform add wp8' with --usegit option fails due to invalid path to create script.
apache_cordova-lib
train
38da5fbaf73ce7f6ffcd3ba3996a91047487a6b3
diff --git a/src/txLib.js b/src/txLib.js index <HASH>..<HASH> 100644 --- a/src/txLib.js +++ b/src/txLib.js @@ -1355,8 +1355,17 @@ class ABCTxLibETH { io.console.info('Sent transaction to network. Response:') io.console.info(jsonObj) - if (typeof jsonObj.error === 'string') { - throw (jsonObj...
Increment nonce if transaction fails with a 'nonce is too low'
EdgeApp_edge-currency-ethereum
train
d5132d4a63e1549ccce4ebcd1f03d7a9a152665b
diff --git a/src/scs_core/osio/client/rest_client.py b/src/scs_core/osio/client/rest_client.py index <HASH>..<HASH> 100644 --- a/src/scs_core/osio/client/rest_client.py +++ b/src/scs_core/osio/client/rest_client.py @@ -42,7 +42,7 @@ class RESTClient(object): # ----------------------------------------------------...
Preparing TopicManger fix.
south-coast-science_scs_core
train
fb589ba9956441e1196968c400f472351a8a263e
diff --git a/lib/generators/administrate/install/install_generator.rb b/lib/generators/administrate/install/install_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/administrate/install/install_generator.rb +++ b/lib/generators/administrate/install/install_generator.rb @@ -27,11 +27,15 @@ module Administra...
Don't add namespaced models to dashboard manifest Currently, namespaced models are unsupported. Eventually, this should change - it would require the dashboard manifest to return something other than a list of symbols.
thoughtbot_administrate
train
c4d9c9bd34d40475c235773e4d6a53fa2ed0a074
diff --git a/allauth/socialaccount/providers/patreon/views.py b/allauth/socialaccount/providers/patreon/views.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/patreon/views.py +++ b/allauth/socialaccount/providers/patreon/views.py @@ -16,9 +16,9 @@ from .provider import PatreonProvider class Patr...
fix(patreon): Change provider URLs The path structure for Patreon URLs has changed recently. This commit updates the Patreon provider to use the right structure.
pennersr_django-allauth
train
9124f515b1661a606214730c646a6c5ff2c36700
diff --git a/packages/servers/ssr-server/index.js b/packages/servers/ssr-server/index.js index <HASH>..<HASH> 100644 --- a/packages/servers/ssr-server/index.js +++ b/packages/servers/ssr-server/index.js @@ -95,14 +95,14 @@ async function ssrRenderHTML(htmlToRender, port, webpackStatsGenerated) { return new Promise(a...
chore: re-enable tidying up HTML via Prettier
bolt-design-system_bolt
train
e51ac704beeff3628be330181fe1bcbfd586f541
diff --git a/code/pages/NewsHolderPage.php b/code/pages/NewsHolderPage.php index <HASH>..<HASH> 100644 --- a/code/pages/NewsHolderPage.php +++ b/code/pages/NewsHolderPage.php @@ -132,6 +132,7 @@ class NewsHolderPage_Controller extends Page_Controller { 'tag', 'tags', 'rss', + 'archive', 'CommentForm', '...
Old Items bugfix. Archive improvement is next on the agenda.
Firesphere_silverstripe-newsmodule
train
2e4badb7f3fc5811957938fa04030a1704577b95
diff --git a/src/ol/pointer/touchsource.js b/src/ol/pointer/touchsource.js index <HASH>..<HASH> 100644 --- a/src/ol/pointer/touchsource.js +++ b/src/ol/pointer/touchsource.js @@ -219,6 +219,13 @@ ol.pointer.TouchSource.prototype.touchToPointer_ = e.isPrimary = this.isPrimaryTouch_(inTouch); e.pointerType = this.P...
when copying properties for touch events, make sure that those properties that might be different for each `Touch` object are not copied from the touch event
openlayers_openlayers
train
21d4ae93531496dffcf5ff4a8c4e3e0db818e21a
diff --git a/analytics/classes/model.php b/analytics/classes/model.php index <HASH>..<HASH> 100644 --- a/analytics/classes/model.php +++ b/analytics/classes/model.php @@ -1001,11 +1001,11 @@ class model { * Gets the predictions for this context. * * @param \context $context - * @param int $page Th...
MDL-<I> analytics: Allow all predictions to be retrieved Part of MDL-<I> epic.
moodle_moodle
train
3a5adb7e0759047c8b7247041160a41d3b044d05
diff --git a/src/cluster/cluster_configuration.go b/src/cluster/cluster_configuration.go index <HASH>..<HASH> 100644 --- a/src/cluster/cluster_configuration.go +++ b/src/cluster/cluster_configuration.go @@ -10,6 +10,7 @@ import ( "encoding/gob" "errors" "fmt" + "math" "math/rand" "parser" "protocol" @@ -622...
fix time stamp rounding when we create a new shard
influxdata_influxdb
train
e63f01d6ac9b33422b4efc2a69de329ce22eda2e
diff --git a/spec/grapevine/api_spec.rb b/spec/grapevine/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grapevine/api_spec.rb +++ b/spec/grapevine/api_spec.rb @@ -9,12 +9,10 @@ describe Grapevine::API do def app; subject end - it 'should require grape, json' do - !!defined?(JSON).should == true - !!de...
Convert specs to RSpec <I> syntax with Transpec This conversion is done by Transpec <I> with the following command: transpec * <I> conversions from: obj.should to: expect(obj).to * 7 conversions from: == expected to: eq(expected) For more details: <URL>
diablourbano_grapevine
train
085730aff56c193b9e6a223838fdd2f670eba401
diff --git a/ppb/scenes.py b/ppb/scenes.py index <HASH>..<HASH> 100644 --- a/ppb/scenes.py +++ b/ppb/scenes.py @@ -102,8 +102,7 @@ class BaseScene: camera_class = Camera def __init__(self, *, - set_up: Callable = None, pixel_ratio: Number = 64, - **kwargs): + ...
Removes pixel_ratio from BaseScene constructor.
ppb_pursuedpybear
train
df63017180237b5371fb991ba8b78ba3d51c7090
diff --git a/lib/Models/RegionMapping.js b/lib/Models/RegionMapping.js index <HASH>..<HASH> 100644 --- a/lib/Models/RegionMapping.js +++ b/lib/Models/RegionMapping.js @@ -301,7 +301,7 @@ function changedActiveItems(regionMapping) { RegionMapping.prototype.showOnSeparateMap = function(globeOrMap) { if (defined(t...
Fix preview of time-varying tables.
TerriaJS_terriajs
train
7bf13943376143bb9b74be73cba4e42a33aecc1b
diff --git a/spec/twiml/messaging_response_spec.rb b/spec/twiml/messaging_response_spec.rb index <HASH>..<HASH> 100644 --- a/spec/twiml/messaging_response_spec.rb +++ b/spec/twiml/messaging_response_spec.rb @@ -22,7 +22,7 @@ describe Twilio::TwiML::MessagingResponse do it 'should allow comments' do twiml ...
Switch to single quotes for rubocop (#<I>)
twilio_twilio-ruby
train
9245fa586f809d6657a252483c98b8f6116ba527
diff --git a/lib/daybreak/db.rb b/lib/daybreak/db.rb index <HASH>..<HASH> 100644 --- a/lib/daybreak/db.rb +++ b/lib/daybreak/db.rb @@ -11,7 +11,8 @@ module Daybreak # @param [String] file the path to the db file # @param default the default value to store and return when a key is # not yet in the databa...
fix typos and cleanup yard docs
propublica_daybreak
train
44e71f3e84bc19d716eb27c8ec2ee54af676cde8
diff --git a/lib/helpers/list_column_helpers.rb b/lib/helpers/list_column_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/helpers/list_column_helpers.rb +++ b/lib/helpers/list_column_helpers.rb @@ -139,33 +139,6 @@ module ActiveScaffold end end - def active_scaffold_in_place_editor_js(fiel...
Fix inplace_edit with forgery protection enabled. Use in_place_editing plugin again because is maintained again in github
activescaffold_active_scaffold
train
bb93775a34a93f0bbc6f0f9190d45a22f3bbd89d
diff --git a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/SQLSelectTest.java b/tests/src/test/java/com/orientechnologies/orient/test/database/auto/SQLSelectTest.java index <HASH>..<HASH> 100644 --- a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/SQLSelectTest.java +++ b/test...
Added one more test case to test TRAVERSE operator and @class
orientechnologies_orientdb
train
db9fab96b3a07dddba36a984a00f030862508cbf
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/jgroups/StackOverview.java b/gui/src/main/java/org/jboss/as/console/client/shared/subsys/jgroups/StackOverview.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/jgroups/StackOverview.java +++ b/gui/...
[HAL-<I>] Add textual indication of what protocol stack is being removed
hal_core
train
8ea9da2ff5afdd8224e94f4ce0f907b33c0b77e6
diff --git a/src/ServiceContainer/ServiceContainerExtension.php b/src/ServiceContainer/ServiceContainerExtension.php index <HASH>..<HASH> 100644 --- a/src/ServiceContainer/ServiceContainerExtension.php +++ b/src/ServiceContainer/ServiceContainerExtension.php @@ -16,6 +16,7 @@ use Behat\Testwork\ServiceContainer\Extensi...
Allow service container loader to be overridden
FriendsOfBehat_ServiceContainerExtension
train
bd05f41bea08bc3d3cb711f2bbd35ee58392ba58
diff --git a/src/module-elasticsuite-core/view/frontend/web/js/form-mini.js b/src/module-elasticsuite-core/view/frontend/web/js/form-mini.js index <HASH>..<HASH> 100644 --- a/src/module-elasticsuite-core/view/frontend/web/js/form-mini.js +++ b/src/module-elasticsuite-core/view/frontend/web/js/form-mini.js @@ -35,8 +35,...
Remove configurable delay for autocomplete debounce.
Smile-SA_elasticsuite
train
e05a6faf6cf699b3db283400a221da2e0405435c
diff --git a/lib/osc_ruby/service_product.rb b/lib/osc_ruby/service_product.rb index <HASH>..<HASH> 100644 --- a/lib/osc_ruby/service_product.rb +++ b/lib/osc_ruby/service_product.rb @@ -210,7 +210,13 @@ module OSCRuby empty_arr = [{}] - obj.instance_variables.each do |var| + if obj.instance_variables.nil?...
trying to reduce the cyclomatic complexity of the checking method for creating and updating service products... let's see if it worked
rajangdavis_osvc_ruby
train
8ec5b847f859e7b9840b8ebbd2be6ea74b7ce15a
diff --git a/geocoder.go b/geocoder.go index <HASH>..<HASH> 100644 --- a/geocoder.go +++ b/geocoder.go @@ -1,3 +1,14 @@ +/* Exposes (partially) the mapquest geocoding api. + +Reference: http://open.mapquestapi.com/geocoding/ + +Example: + +lat, lng := Geocode("Seattle WA") +address := ReverseGeocode(47.603561, -122.329...
unify ProviderResult and ReverseProviderResult into GeocodingResults to avoid duplication
jasonwinn_geocoder
train
ed61a52dcf417497e94527fb260f2e526a88f109
diff --git a/lib/dm-ar-finders.rb b/lib/dm-ar-finders.rb index <HASH>..<HASH> 100644 --- a/lib/dm-ar-finders.rb +++ b/lib/dm-ar-finders.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem 'dm-core', '=0.9.5' +gem 'dm-core', '=0.9.6' require 'dm-core' module DataMapper diff --git a/lib/dm-ar-finders/version.rb b/lib/dm-ar-f...
Version Bump to <I>.
datamapper_dm-ar-finders
train
ab59b8d25fbf90ce7d6474dedc306ee9ca179e01
diff --git a/ptest/testexecutor.py b/ptest/testexecutor.py index <HASH>..<HASH> 100644 --- a/ptest/testexecutor.py +++ b/ptest/testexecutor.py @@ -211,24 +211,25 @@ class TestFixtureExecutor(TestExecutor): self.skip_test_fixture(failed_setup_fixture) # spread before's attributes - if isin...
Do not spread while test_fixture is empty.
KarlGong_ptest
train
78a9a985bb0273a2506b22475d9961662c444239
diff --git a/lib/jdbc_adapter/jdbc_sqlite3.rb b/lib/jdbc_adapter/jdbc_sqlite3.rb index <HASH>..<HASH> 100644 --- a/lib/jdbc_adapter/jdbc_sqlite3.rb +++ b/lib/jdbc_adapter/jdbc_sqlite3.rb @@ -34,6 +34,10 @@ module ::JdbcSpec end module Column + + def init_column(name, default, *args) + @def...
Handle NULL columns the same way as in the MRI ruby implementation of the SQLITE3 activerecord adapter by setting NULL column to empty string ("")
jruby_activerecord-jdbc-adapter
train
581da4441b39af415309490bd088b35b9dc67575
diff --git a/spyder_notebook/widgets/client.py b/spyder_notebook/widgets/client.py index <HASH>..<HASH> 100644 --- a/spyder_notebook/widgets/client.py +++ b/spyder_notebook/widgets/client.py @@ -58,11 +58,13 @@ class NotebookWidget(DOMWidget): """Don't show some actions which have no meaning for the IPython ...
Adds plugin actions to the NotebookWidget.
spyder-ide_spyder-notebook
train
4a2345bb421b966f4911fe7c50afbe83bbd51271
diff --git a/tasks/CleanupGeneratedPdf.php b/tasks/CleanupGeneratedPdf.php index <HASH>..<HASH> 100644 --- a/tasks/CleanupGeneratedPdf.php +++ b/tasks/CleanupGeneratedPdf.php @@ -10,7 +10,7 @@ class CleanupGeneratedPdfBuildTask extends BuildTask { $path = sprintf('%s/%s', BASE_PATH, BasePage::config()->generated_pdf...
Prevent PDF cleanup task from throwing error <I> when there's no files to delete
silverstripe_cwp
train
2276545d76e18ac29ced8bc7ae5be64d63a2b289
diff --git a/bridge-runner.js b/bridge-runner.js index <HASH>..<HASH> 100644 --- a/bridge-runner.js +++ b/bridge-runner.js @@ -1,3 +1,3 @@ -import bridge from './src/bridge'; +const bridge = require('./lib/bridge'); bridge(); \ No newline at end of file
make bridge-runner.js es5 compatible
Giveth_giveth-bridge
train
faee62c0efc2dc89a1231b72b9f039929004049a
diff --git a/src/test/java/integration/IntegrationTest.java b/src/test/java/integration/IntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/integration/IntegrationTest.java +++ b/src/test/java/integration/IntegrationTest.java @@ -7,6 +7,7 @@ import org.junit.*; import org.junit.rules.ExpectedException...
#<I> use url "https://<I>" instead of "https://<I>" because "<I>"does not work on Windows
selenide_selenide
train
2b3ec9c4156763d1a35be3cde89630ccb4f14b89
diff --git a/wepay/api.py b/wepay/api.py index <HASH>..<HASH> 100644 --- a/wepay/api.py +++ b/wepay/api.py @@ -559,7 +559,9 @@ class WePay(object): **self._update_params(params, kwargs)) def checkout_capture(self, checkout_id, **kwargs): - """Call documentation: `/checkout/capture <https://ww...
Minor chage to docstring, so they are not that long
lehins_python-wepay
train
ed6ed9ebb070de6e689ac415d46496a0accb9aee
diff --git a/packages/ember-glimmer/tests/integration/components/class-bindings-test.js b/packages/ember-glimmer/tests/integration/components/class-bindings-test.js index <HASH>..<HASH> 100644 --- a/packages/ember-glimmer/tests/integration/components/class-bindings-test.js +++ b/packages/ember-glimmer/tests/integration...
Add tests for nested `classNameBindings` paths
emberjs_ember.js
train
f6796b9013da3f32f9547979751cbe4fea1db77b
diff --git a/httpfile/file.go b/httpfile/file.go index <HASH>..<HASH> 100644 --- a/httpfile/file.go +++ b/httpfile/file.go @@ -19,10 +19,11 @@ type File struct { length int64 url string flags int + fs *FS } func (me *File) headLength() (err error) { - l, err := GetLength(me.url) + l, err := me.fs.GetL...
httpfile: Use the parent FS in File methods
anacrolix_missinggo
train
5ee401edcbd3712dd5f6313790d955d2afe044a1
diff --git a/lib/arjdbc/abstract/core.rb b/lib/arjdbc/abstract/core.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/abstract/core.rb +++ b/lib/arjdbc/abstract/core.rb @@ -55,7 +55,7 @@ module ArJdbc case e when SystemExit, SignalException, NoMemoryError then e - when ActiveModel::RangeErr...
Like a moth to the flame seeing the result of this on <I>.x since I believe this is the source of RangeErrors in postgresql (and I some how bungled my pg dev env). I may rollback based on result on ci.
jruby_activerecord-jdbc-adapter
train
42cd19fb8f29db6fb06f49e5b94829ea7036c3c5
diff --git a/test/jquery.js b/test/jquery.js index <HASH>..<HASH> 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -5,8 +5,8 @@ var i, len, // Parent is the current window if not an iframe, which is fine - src = /^(.*)test\//.exec( parent.location.pathname )[1], - QUnit = QUnit || parent.QUnit, + src = win...
Correct QUnit check, this might fix swarm failures
jquery_jquery
train
f99e53264a6577c16cd58d85b94942de57d805af
diff --git a/src/handlers/auth-callback-request.js b/src/handlers/auth-callback-request.js index <HASH>..<HASH> 100644 --- a/src/handlers/auth-callback-request.js +++ b/src/handlers/auth-callback-request.js @@ -55,17 +55,17 @@ class AuthCallbackRequest { } let requestUri = AuthCallbackRequest.fullUriFor(req...
Extract and decode the returnToUrl from session when resuming user workflow.
solid_oidc-auth-manager
train
f4e3fe294203aac6d154d0b32263d481a67ec006
diff --git a/lib/split/helper.rb b/lib/split/helper.rb index <HASH>..<HASH> 100644 --- a/lib/split/helper.rb +++ b/lib/split/helper.rb @@ -166,7 +166,7 @@ module Split def start_trial(trial) experiment = trial.experiment - if override_present?(experiment.name) + if override_present?(experiment....
Only allow known alternatives as query param overrides
splitrb_split
train
55cb6c36c211340ac1a2d5db5b0be4ae533f5182
diff --git a/aws/resource_aws_spot_fleet_request.go b/aws/resource_aws_spot_fleet_request.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_spot_fleet_request.go +++ b/aws/resource_aws_spot_fleet_request.go @@ -548,14 +548,17 @@ func resourceAwsSpotFleetRequest() *schema.Resource { "on_demand_allocation_strateg...
allow updating `on_demand_target_capacity` and force new to other on demand arguments
terraform-providers_terraform-provider-aws
train
f2fb5b46ed096c9a3579288dd01d09bc3b69d509
diff --git a/ImagingReso/_utilities.py b/ImagingReso/_utilities.py index <HASH>..<HASH> 100644 --- a/ImagingReso/_utilities.py +++ b/ImagingReso/_utilities.py @@ -236,8 +236,8 @@ def formula_to_dictionary(formula='', thickness=np.NaN, density=np.NaN, database raise ValueError("formula '{}' is invalid !".format...
fixed bug that allows combine same symbol in formula
ornlneutronimaging_ImagingReso
train
a0c490db235b1e13e01fe0af828f3fe00841e542
diff --git a/rolepermissions/decorators.py b/rolepermissions/decorators.py index <HASH>..<HASH> 100644 --- a/rolepermissions/decorators.py +++ b/rolepermissions/decorators.py @@ -18,7 +18,7 @@ def has_role_decorator(role): if user_is_authenticated(user): if has_role(user, role): ...
fixes permission decorators to getattr instead of hasattr for redirect to login
vintasoftware_django-role-permissions
train
9b775b162a14f7af8da2d764cebdd7a498a61c06
diff --git a/src/main/java/org/dasein/cloud/aws/network/VPC.java b/src/main/java/org/dasein/cloud/aws/network/VPC.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/network/VPC.java +++ b/src/main/java/org/dasein/cloud/aws/network/VPC.java @@ -1799,6 +1799,55 @@ public class VPC extends AbstractV...
Add method to support looking up subnet by id rather than network id Close #<I>
dasein-cloud_dasein-cloud-aws
train
d4b11c8fa63e5b409b970d0a1addf796dc390e42
diff --git a/spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/logger/DevToolsLogFactory.java b/spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/logger/DevToolsLogFactory.java index <HASH>..<HASH> 100644 --- a/spring-boot-project/spring-boot...
Attempt to fix test failures on Java 9+ See gh-<I>
spring-projects_spring-boot
train
65f18a6ad3df5cda33fe2d0d62c2a25fd294ee0b
diff --git a/src/Storage/B2.php b/src/Storage/B2.php index <HASH>..<HASH> 100644 --- a/src/Storage/B2.php +++ b/src/Storage/B2.php @@ -172,7 +172,7 @@ class B2 implements StorageInterface { /** * Get the current B2 client */ - private function getClient() { + protected function getClient() { ...
B2: Increase visibility to allow subclassing (#<I>) Promoting the private methods to protected methods makes it easier to subclass the storage adapter to implement your own naming scheme.
imbo_imbo
train
8c423f2aed37f268beafbfe7da27137cc1dec198
diff --git a/javascript/node/selenium-webdriver/lib/test/fileserver.js b/javascript/node/selenium-webdriver/lib/test/fileserver.js index <HASH>..<HASH> 100644 --- a/javascript/node/selenium-webdriver/lib/test/fileserver.js +++ b/javascript/node/selenium-webdriver/lib/test/fileserver.js @@ -102,12 +102,12 @@ var Pages =...
Don't use system path separators when computing URL paths. Fixes issue <I>.
SeleniumHQ_selenium
train
4182168d7daff4320c9c98ce7a40c30069770407
diff --git a/connection/retriever.go b/connection/retriever.go index <HASH>..<HASH> 100644 --- a/connection/retriever.go +++ b/connection/retriever.go @@ -10,19 +10,6 @@ import ( "os/exec" ) -func failOnError(err error, msg string) { - if err != nil { - log.Fatalf("%s: %s", msg, err) - panic(fmt.Sprintf("%s: %s"...
retriever does not log anything, just returns the errors
mozilla_tls-observatory
train
353c04908f3806b0ad190d569c9cacaab08e58df
diff --git a/test/unit/url-match-pattern.test.js b/test/unit/url-match-pattern.test.js index <HASH>..<HASH> 100644 --- a/test/unit/url-match-pattern.test.js +++ b/test/unit/url-match-pattern.test.js @@ -136,6 +136,21 @@ describe('UrlMatchPattern', function () { convertedPattern = new UrlMatchPattern()....
test(UrlMatchPattern): Added anti ReDoS unit tests for UrlMatchPattern :lock:
postmanlabs_postman-collection
train
95c26647eed8f7f49b457db9f46f735822f81d43
diff --git a/Classes/Core/Booting/Scripts.php b/Classes/Core/Booting/Scripts.php index <HASH>..<HASH> 100644 --- a/Classes/Core/Booting/Scripts.php +++ b/Classes/Core/Booting/Scripts.php @@ -51,6 +51,9 @@ class Scripts 'extbase_typo3dbbackend_queries', 'extbase_datamapfactory_datamap',...
[BUGFIX] Fix breaking change of TYPO3 <I> (#<I>) TYPO3 <I> has introduced a breaking change by removing a cache, which we configured. Test if the cache is actually there, which is a good idea anyway.
TYPO3-Console_TYPO3-Console
train
77501b93c8779d0c7359a5d42fb4a5285da3ff9b
diff --git a/tests/all.py b/tests/all.py index <HASH>..<HASH> 100755 --- a/tests/all.py +++ b/tests/all.py @@ -7,7 +7,6 @@ import graphitesend class TestAll(unittest.TestCase): """ Basic tests ( better than nothing ) """ - def setUp(self): """ reset graphitesend """ # Drop any connections...
pep8 fixes for tests/all.py
daniellawrence_graphitesend
train
2e685ce3d05c50e879817e51256202e032e77122
diff --git a/lib/Post.php b/lib/Post.php index <HASH>..<HASH> 100644 --- a/lib/Post.php +++ b/lib/Post.php @@ -1040,6 +1040,15 @@ class Post extends Core implements CoreInterface { public function format() { return get_post_format($this->ID); } + + /** + * whether post requires password and correct password ha...
Added WP post_password_required() function The appropriate way to check whether the post requires a password and if a correct password has been provided.
timber_timber
train
86c5a569d572e0f5afcf6cfbe8e1935cd69d21bd
diff --git a/sanic/app.py b/sanic/app.py index <HASH>..<HASH> 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -227,7 +227,11 @@ class Sanic: def response(handler): for exception in exceptions: - self.error_handler.add(exception, handler) + if isinstance(exception, (...
allow exceptions to be a list
huge-success_sanic
train
9a700f64522400f686bfd6df2a0019ac191861e6
diff --git a/cookiecutter/config.py b/cookiecutter/config.py index <HASH>..<HASH> 100644 --- a/cookiecutter/config.py +++ b/cookiecutter/config.py @@ -20,6 +20,7 @@ USER_CONFIG_PATH = os.path.expanduser('~/.cookiecutterrc') BUILTIN_ABBREVIATIONS = { 'gh': 'https://github.com/{0}.git', + 'gl': 'https://gitlab...
Add GitLab to builtin repo abbreviations
audreyr_cookiecutter
train
797d9d8894c0b4f01bddf2ffc5098db4f015da09
diff --git a/libraries/pipeline.py b/libraries/pipeline.py index <HASH>..<HASH> 100644 --- a/libraries/pipeline.py +++ b/libraries/pipeline.py @@ -79,6 +79,8 @@ class Workspace (object): @property def rsync_url(self): + if not os.path.exists(self.rsync_url_path): + raise PathNotFound(self....
Require the big job XML scripts in each workspace.
Kortemme-Lab_pull_into_place
train
7506755eb1d5a4f5a9b8848ea62470ae5296b13b
diff --git a/internal/resolver/config_selector_test.go b/internal/resolver/config_selector_test.go index <HASH>..<HASH> 100644 --- a/internal/resolver/config_selector_test.go +++ b/internal/resolver/config_selector_test.go @@ -112,7 +112,7 @@ func (s) TestSafeConfigSelector(t *testing.T) { cs1Done := false // set w...
internal/resolver: fix possible goroutine leak in TestSafeConfigSelector (#<I>)
grpc_grpc-go
train
b806f791eb5945853f43b78d567d5c810619c703
diff --git a/lib/strainer/cli.rb b/lib/strainer/cli.rb index <HASH>..<HASH> 100644 --- a/lib/strainer/cli.rb +++ b/lib/strainer/cli.rb @@ -48,7 +48,7 @@ module Strainer desc 'test [COOKBOOKS]', 'Run tests against the given cookbooks' def test(*cookbooks) Strainer.ui.debug "Called Strainer::Cli#test wit...
Refactor running the Strainerfile out of initialize into its own method
customink_strainer
train
75c3c491394f7df40f5b934b2a62725fa23f7a38
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,21 @@ #!/usr/bin/env python -from setuptools import setup, find_packages +try: + from setuptools import setup, find_packages + from setuptools.command.test import test +except ImportError: + from ez_setup i...
Support test command in setup.py
elastic_apm-agent-python
train
002dcd53e053c3239b186851cc2c2a053a28d8ed
diff --git a/app/actions.js b/app/actions.js index <HASH>..<HASH> 100644 --- a/app/actions.js +++ b/app/actions.js @@ -413,13 +413,6 @@ export const moveFolder = (changes) => ({ }, }); -export const openTab = (patchId) => ({ - type: ActionType.TAB_OPEN, - payload: { - patchId, - }, -}); - export const clos...
fix(tabs): remove unneded actions
xodio_xod
train
8ceaec499b505baf2725eb7af85b99d980f1e05a
diff --git a/pelix/remote/json_rpc.py b/pelix/remote/json_rpc.py index <HASH>..<HASH> 100644 --- a/pelix/remote/json_rpc.py +++ b/pelix/remote/json_rpc.py @@ -92,10 +92,13 @@ class _JsonRpcServlet(SimpleJSONRPCDispatcher): try: # Internal method return self.funcs[name](*params) - ...
RPC: call non-internal methods outside the except block This avoids to mess with the logs
tcalmant_ipopo
train
55765775e7e8be02b7a1408625e267268762d615
diff --git a/src/Ui/DataProvider/Lot.php b/src/Ui/DataProvider/Lot.php index <HASH>..<HASH> 100644 --- a/src/Ui/DataProvider/Lot.php +++ b/src/Ui/DataProvider/Lot.php @@ -80,23 +80,30 @@ class Lot extends DataProvider public function addField($field, $alias = null) { - // parent::addField($field, $al...
MOBI-<I> - Add warehouse grid to adminhtml
praxigento_mobi_mod_warehouse
train
0b238138ff02c0ca11a0c52565fe27f808de9863
diff --git a/dataviews/ipython.py b/dataviews/ipython.py index <HASH>..<HASH> 100644 --- a/dataviews/ipython.py +++ b/dataviews/ipython.py @@ -150,17 +150,15 @@ class ViewMagic(Magics): print self.usage_info -@magics_class -class ParamMagics(Magics): - """ - Implements the %params magic which is ...
Extracted independent, undecorated ParamPager class from ParamMagics
pyviz_holoviews
train
327fb7315d0fe0b19bc5d0606d3ec6dd18363cfc
diff --git a/lib/veewee/definition.rb b/lib/veewee/definition.rb index <HASH>..<HASH> 100644 --- a/lib/veewee/definition.rb +++ b/lib/veewee/definition.rb @@ -46,6 +46,7 @@ module Veewee attr_accessor :vmdk_file attr_accessor :skip_iso_transfer + attr_accessor :skip_nat_mapping def ui retur...
renamed no_nat option to skip_nat_mapping and initialized it in definition to false
jedi4ever_veewee
train
0a2b7235eb728244556230b36a35f7d43b0dd6f3
diff --git a/doc/source/whatsnew/v0.18.1.txt b/doc/source/whatsnew/v0.18.1.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.18.1.txt +++ b/doc/source/whatsnew/v0.18.1.txt @@ -227,6 +227,7 @@ Bug Fixes +- Bug in ``.str`` accessor methods may raise ``ValueError`` if input has ``name`` and the result is ...
BUG: .str methods with expand=True may raise ValueError if input has name closes #<I>
pandas-dev_pandas
train
0923482330499c35af5e8ddb39c77828ec934afb
diff --git a/cobe/commands.py b/cobe/commands.py index <HASH>..<HASH> 100644 --- a/cobe/commands.py +++ b/cobe/commands.py @@ -5,6 +5,7 @@ import os import re import readline import sys +import time from brain import Brain @@ -33,6 +34,19 @@ class InitCommand(Command): Brain.init(filename, options.or...
Progress improvements in learn and learn-irc-log * Print the filename being learned * Print the cumulative learning rate (in messages per second)
pteichman_cobe
train
35363807739e053bc2574d11ac808d36b9b4e6fc
diff --git a/lib/proteus/kit.rb b/lib/proteus/kit.rb index <HASH>..<HASH> 100644 --- a/lib/proteus/kit.rb +++ b/lib/proteus/kit.rb @@ -16,7 +16,9 @@ module Proteus if system "git ls-remote #{url(kit_name)} #{repo_name} > /dev/null 2>&1" puts "Starting a new proteus-#{kit_name} project in #{repo_name}"...
Destroy the existing .git folder and make a new one (so the user has a clean history)
thoughtbot_proteus
train
0c780412e673b53260b11b2db5040d83678122bb
diff --git a/lib/active_scaffold/finder.rb b/lib/active_scaffold/finder.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/finder.rb +++ b/lib/active_scaffold/finder.rb @@ -359,7 +359,7 @@ module ActiveScaffold # we build the paginator differently for method- and sql-based sorting if options[:sortin...
fix deprecation warning about Relation#all in Rails 4
activescaffold_active_scaffold
train
25dc55f49004b14ae4c36e4866b11010711bb9aa
diff --git a/concrete/blocks/social_links/controller.php b/concrete/blocks/social_links/controller.php index <HASH>..<HASH> 100644 --- a/concrete/blocks/social_links/controller.php +++ b/concrete/blocks/social_links/controller.php @@ -57,6 +57,7 @@ class Controller extends BlockController implements UsesFeatureInterfac...
social links fixes for php8, appearance
concrete5_concrete5
train
4f7c9147cd2f7d0a398d019d241ffb0b471ef4e0
diff --git a/salt/states/firewalld.py b/salt/states/firewalld.py index <HASH>..<HASH> 100644 --- a/salt/states/firewalld.py +++ b/salt/states/firewalld.py @@ -405,8 +405,6 @@ def _present(name, return ret if block_icmp: - new_icmp_types = set(block_icmp) - set(_current_icmp_blocks) - ...
fix invalid icmp type handling in firewalld state - Previously, it would log an error message for an invalid ICMP type and not try to add it as an icmp-block. However, it would still report in ret['changes'] that it had been added. - Now, we will still log an error, but will not report the invalid ICMP type in ret['ch...
saltstack_salt
train
e0dc9faf31f2548234302f6c5f31d9adc937a60d
diff --git a/core/src/main/java/lucee/runtime/CFMLFactoryImpl.java b/core/src/main/java/lucee/runtime/CFMLFactoryImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/lucee/runtime/CFMLFactoryImpl.java +++ b/core/src/main/java/lucee/runtime/CFMLFactoryImpl.java @@ -291,8 +291,8 @@ public final class CFMLFactor...
add log entry in case a request timeout is reached but not all the threshold set
lucee_Lucee
train
cbdf017764267883a440d2ef21fc3f2b2216f106
diff --git a/modules/core/src/main/java/org/torquebox/core/runtime/RubyRuntimeFactory.java b/modules/core/src/main/java/org/torquebox/core/runtime/RubyRuntimeFactory.java index <HASH>..<HASH> 100644 --- a/modules/core/src/main/java/org/torquebox/core/runtime/RubyRuntimeFactory.java +++ b/modules/core/src/main/java/org/...
Clear all AR connections when tearing down runtimes (TORQUE-<I>)
torquebox_torquebox
train
c9bc7183098d8a0f8fc3a913813d513709f75f8e
diff --git a/system/Test/Fabricator.php b/system/Test/Fabricator.php index <HASH>..<HASH> 100644 --- a/system/Test/Fabricator.php +++ b/system/Test/Fabricator.php @@ -114,7 +114,8 @@ class Fabricator { if (is_string($model)) { - $model = model($model); + // Create a new model instance + $model = model($mo...
Use fresh model with each fabricator, with test
codeigniter4_CodeIgniter4
train
d79152cdd7e537b28672afc19f251d9dc9fc4102
diff --git a/lib/lunar.rb b/lib/lunar.rb index <HASH>..<HASH> 100644 --- a/lib/lunar.rb +++ b/lib/lunar.rb @@ -4,7 +4,7 @@ require 'nest' require 'text' module Lunar - VERSION = '0.6.0' + VERSION = '0.6.1' autoload :Connection, "lunar/connection" autoload :Index, "lunar/index" diff --git a/li...
Fix bug with deleting multiple rows.
sinefunc_lunar
train
c1827c4aeff9f1f98fdf1301cc80df6830d63447
diff --git a/app/assets/javascripts/thin_man.js b/app/assets/javascripts/thin_man.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/thin_man.js +++ b/app/assets/javascripts/thin_man.js @@ -376,7 +376,7 @@ var initThinMan = function(){ var button_name = $clicked.attr('name') var button_value ...
fixed bug in IE: FormData implements append instead of set like everyone else. Go figure.
edraut_thin-man
train
9d7b6d7043413be1a43372e0b588af8d96819bce
diff --git a/bin/xpush b/bin/xpush index <HASH>..<HASH> 100755 --- a/bin/xpush +++ b/bin/xpush @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node var path = require('path'), fs = require('fs'), diff --git a/lib/mongodb-persister/mongoPersister.js b/lib/mongodb-persister/mongoPersister.js index...
:scream: change some api and socket request
xpush_node-xpush
train
f00ae270a0cd46765299111cc81869242094ef43
diff --git a/src/Arr.php b/src/Arr.php index <HASH>..<HASH> 100644 --- a/src/Arr.php +++ b/src/Arr.php @@ -17,6 +17,56 @@ use Traversable; class Arr { /** + * Converts an iterable, null, or stdClass to an array. + * + * @param iterable|null|\stdClass $iterable + * + * @return array + */ +...
Added Arr::from() and fromRecursive() to take iterables and convert them to arrays.
bolt_collection
train
9015d6ca941097e4079d9ee497dbb57c5af883c5
diff --git a/aws/data_source_aws_lakeformation_data_lake_settings.go b/aws/data_source_aws_lakeformation_data_lake_settings.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_lakeformation_data_lake_settings.go +++ b/aws/data_source_aws_lakeformation_data_lake_settings.go @@ -17,7 +17,7 @@ func dataSourceAwsLakeF...
lakeformation_settings: Move admins to TypeSet
terraform-providers_terraform-provider-aws
train
bfeceb6178ce18a0ed3bebeaaea97ef35fb5577d
diff --git a/ninja-core/src/main/java/ninja/bodyparser/BodyParserEnginePost.java b/ninja-core/src/main/java/ninja/bodyparser/BodyParserEnginePost.java index <HASH>..<HASH> 100644 --- a/ninja-core/src/main/java/ninja/bodyparser/BodyParserEnginePost.java +++ b/ninja-core/src/main/java/ninja/bodyparser/BodyParserEnginePos...
Primitive type parsing for Post form params
ninjaframework_ninja
train
74620191a4ee463b1ec07162bb0e79348720d1c7
diff --git a/src/Util/Rex.php b/src/Util/Rex.php index <HASH>..<HASH> 100644 --- a/src/Util/Rex.php +++ b/src/Util/Rex.php @@ -6,7 +6,7 @@ namespace vxPHP\Util; * Collection of regular expressions used througout the framework * class merely provides "namespace" * - * @version 0.2.5 2015-09-30 + * @version 0.2.6 ...
Replaced DATE_ISO with a more capable version
Vectrex_vxPHP
train
346c1d9011eaba8af290078a957c140ff9a8b9d9
diff --git a/core/onNodeAdded.js b/core/onNodeAdded.js index <HASH>..<HASH> 100644 --- a/core/onNodeAdded.js +++ b/core/onNodeAdded.js @@ -58,13 +58,10 @@ function shouldProcess (node, type) { } } -function $cleanup (fn, args) { +function $cleanup (fn, ...args) { if (typeof fn !== 'function') { throw new ...
fix(arguments): allow normal arguments for cleanup and observe
nx-js_framework
train
cdb5219d1e79818ce872dc3a11390bf2d51b2c36
diff --git a/test/unit/lib/vehicle.js b/test/unit/lib/vehicle.js index <HASH>..<HASH> 100644 --- a/test/unit/lib/vehicle.js +++ b/test/unit/lib/vehicle.js @@ -366,10 +366,10 @@ test('oil - no age', async function(t) { test('tire pressure', async function(t) { const body = { - frontLeft: 33, - frontRight: 34...
feat(vehicle): added support for tire pressure and engine oil endpoints (#<I>)
smartcar_node-sdk
train
7c793ee841555c06648ff39adece3a8f78a989aa
diff --git a/lib/sup/modes/edit-message-mode.rb b/lib/sup/modes/edit-message-mode.rb index <HASH>..<HASH> 100644 --- a/lib/sup/modes/edit-message-mode.rb +++ b/lib/sup/modes/edit-message-mode.rb @@ -390,7 +390,7 @@ protected contacts = BufferManager.ask_for_contacts :people, "#{field}: ", default if con...
Changed cc and bcc field editing to use Person.full_address instead of Person.longname which includes the quotations of the name if needed.
sup-heliotrope_sup
train
e477005c0b2fcc20087c2725e0f66beb16da309c
diff --git a/AUTHORS.rst b/AUTHORS.rst index <HASH>..<HASH> 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -27,5 +27,6 @@ Authors User profiles module for Invenio. -- Sami Hiltunen <sami.mikael.hiltunen@cern.ch> - Lars Holm Nielsen <lars.holm.nielsen@cern.ch> +- Orestis Melkonian <melkon.or@gmail.com> +- Sami Hilt...
forms: change username from upper/lower * FIX Fixes issue when a user changes only the case of his username and an error was raised, stating that `Username already exists`.
inveniosoftware_invenio-userprofiles
train
04e4e4ecd7e3610039db7e720f600a5a919363f7
diff --git a/airflow/contrib/hooks/gcp_dataflow_hook.py b/airflow/contrib/hooks/gcp_dataflow_hook.py index <HASH>..<HASH> 100644 --- a/airflow/contrib/hooks/gcp_dataflow_hook.py +++ b/airflow/contrib/hooks/gcp_dataflow_hook.py @@ -50,7 +50,7 @@ class _DataflowJob(LoggingMixin): location=self._job_location ...
[AIRFLOW-<I>] Allow uppercase letters in dataflow job names (#<I>)
apache_airflow
train
4957d16e0a8cd9b606b1643e5ce33df299e5915d
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **A rapid prototyping tool.** +http://lucuma.github.com/Clay + With Clay you can forget about making changes to dozens of HTML files just because you need to add a link in the footer. You can also use...
var in settings.yml can be used in the views
lucuma_Clay
train
c196b186fec6061603eb4c4f6354c6cf9de8da70
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -563,6 +563,17 @@ class DataFlowKernel(object): return task_def['app_fu'] + # it might also be interesting to assert that all DFK + # tasks are in ...
Implement a method to summarise all DFK tasks; and call it at shutdown
Parsl_parsl
train
c6686f141bb342dafa73ff91a6960027b6f77581
diff --git a/psqlextra/manager/manager.py b/psqlextra/manager/manager.py index <HASH>..<HASH> 100644 --- a/psqlextra/manager/manager.py +++ b/psqlextra/manager/manager.py @@ -287,6 +287,9 @@ class PostgresQuerySet(models.QuerySet): conflicts) """ + if not rows or len(rows) <= 0: + ...
Fix #<I>: bulk_upsert crashing with zero rows
SectorLabs_django-postgres-extra
train
6fadda9599d9e102b6109ec7bc92fe90e237e5be
diff --git a/src/core/Node.js b/src/core/Node.js index <HASH>..<HASH> 100644 --- a/src/core/Node.js +++ b/src/core/Node.js @@ -102,12 +102,14 @@ const NodeMixin = base => { return new Object3D } - _render() { - super._render() - - // TODO: when we use native DOMMatri...
fix: was setting the matrix in the wrong order due to Three issue: <URL>
trusktr_infamous
train
3e27748b429448ab429b6279749d80a85da9f9ca
diff --git a/GPy/examples/regression.py b/GPy/examples/regression.py index <HASH>..<HASH> 100644 --- a/GPy/examples/regression.py +++ b/GPy/examples/regression.py @@ -564,9 +564,13 @@ def warped_gp_cubic_sine(max_iters=100): warp_k = GPy.kern.RBF(1) warp_f = GPy.util.warping_functions.TanhFunction(n_terms=2) ...
replicated the cubic sine example into warped_gp tests for code coverage
SheffieldML_GPy
train
f6357dc8589f4306e766ff52aafe06f77a58aff9
diff --git a/example/client/main.go b/example/client/main.go index <HASH>..<HASH> 100644 --- a/example/client/main.go +++ b/example/client/main.go @@ -2,12 +2,14 @@ package main import ( "bytes" + "crypto/tls" "flag" "io" "net/http" "sync" "github.com/lucas-clemente/quic-go/h2quic" + "github.com/lucas-...
use the self-signed certificate for the example server and client
lucas-clemente_quic-go
train
fa4a523c567d818613f53fcd62cfc895e1198843
diff --git a/lib/tus/checksum.rb b/lib/tus/checksum.rb index <HASH>..<HASH> 100644 --- a/lib/tus/checksum.rb +++ b/lib/tus/checksum.rb @@ -47,7 +47,7 @@ module Tus require "base64" crc = 0 crc = Zlib.crc32(io.read(16*1024, buffer ||= ""), crc) until io.eof? - Base64.encode64(crc.to_s).delete("...
Use Base<I>.strict_encode<I> in CRC<I> checksum Unlike Base<I>.encode<I>, which adds a newline after each <I> characters and a newline at the end of the string, Base<I>.strict_encode<I> doesn't add any newlines. So instead of manually deleting newlines, we can just call Base<I>.strict_encode<I>.
janko_tus-ruby-server
train
d3ee16ad99ec8bc753a55ac8aeffcbf6a02b7580
diff --git a/TYPO3.Neos/Classes/ViewHelpers/IncludeJavaScriptViewHelper.php b/TYPO3.Neos/Classes/ViewHelpers/IncludeJavaScriptViewHelper.php index <HASH>..<HASH> 100644 --- a/TYPO3.Neos/Classes/ViewHelpers/IncludeJavaScriptViewHelper.php +++ b/TYPO3.Neos/Classes/ViewHelpers/IncludeJavaScriptViewHelper.php @@ -57,17 +57...
[+BUGFIX] TYPO3 (ViewHelpers): The IncludeJavaScriptViewHelper now always outputs the files in a sorted order -- this is needed as Aloha needs a fixed loading order right now. Related to #<I>. Original-Commit-Hash: f6b<I>a<I>df<I>e6ebd9a<I>aa<I>b3f<I>af
neos_neos-development-collection
train
2740e7b303209b33404d6d27b2e4ca43c4b80528
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ 23-09-2014 +- Version 1.0.3 +- Change: MessageBus.access_control_allow_origin to MessageBus.access_control_allow_origin_lookup + +23-09-2014 - Version 1.0.2 - Feature: MessageBus.access_control_allow_origin...
amend api to use lookup style which works in multisite
SamSaffron_message_bus
train
a7074124a437161a26a250c83ea31515b14ee687
diff --git a/bin/parse_qhdl.py b/bin/parse_qhdl.py index <HASH>..<HASH> 100755 --- a/bin/parse_qhdl.py +++ b/bin/parse_qhdl.py @@ -182,7 +182,7 @@ def main(argv=None): print("-" * 40) except Usage as err: - print(>> sys.stderr, sys.argv[0].split("/")[-1] + ": " + str(err.msg)) + pr...
fixed print statement in parse_qhdl.ph
mabuchilab_QNET
train
942a87da7f66adffec4e1d15d61414622a5b31b3
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.0.2 +------ +* Do not clean up all subtitles in the folder after processing one file, ensure that only the current file's are deleted + v0.0.1 ------ * Mac OSX implementation \ No newline at end of file...
Do not clean up all subtitles in the folder after processing one file, ensure that only the current file's are deleted
gokuu_apple-tv-converter
train
f6a45c314d9b23a74d077d36fd1c8a1e828f450b
diff --git a/src/CsvMigration.php b/src/CsvMigration.php index <HASH>..<HASH> 100644 --- a/src/CsvMigration.php +++ b/src/CsvMigration.php @@ -116,6 +116,22 @@ class CsvMigration extends AbstractMigration } /** + * Gets the csv configuration data + * + * @return mixed[] The CSV configuration dat...
Encapsulate csv migration config loading to allow us to override it.
QoboLtd_cakephp-csv-migrations
train
215bd4e0a5b49355bde1744c5f74ebba650c9838
diff --git a/users.go b/users.go index <HASH>..<HASH> 100644 --- a/users.go +++ b/users.go @@ -485,13 +485,27 @@ func (api *Client) DeleteUserPhotoContext(ctx context.Context) error { // the Slack API will unset the custom status/emoji. If statusExpiration is set to 0 // the status will not expire. func (api *Client...
enable setting profiles for other users than the authenticated one
nlopes_slack
train
88eb649350c82906a9e48e56ab9753e7667e0c08
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -47,12 +47,38 @@ custom_cmds = { } try: - from flake8.main.setuptools_command import Flake8 + from flake8.main.application import Application as Flake8 + + class LintCommand(Command): + description = 'run f...
Fix `lint` subcommand in setup.py
jimporter_doppel
train
3aa752e998010240a5adc6b1fdec4c8c9895bae0
diff --git a/testutil/retry/retry_test.go b/testutil/retry/retry_test.go index <HASH>..<HASH> 100644 --- a/testutil/retry/retry_test.go +++ b/testutil/retry/retry_test.go @@ -6,15 +6,15 @@ import ( ) // delta defines the time band a test run should complete in. -var delta = 10 * time.Millisecond +var delta = 25 * t...
retry: relax timing for test a bit
hashicorp_consul
train
2d7824aa932a6b217bc16a4f7b53c6ab654a1790
diff --git a/h5p.classes.php b/h5p.classes.php index <HASH>..<HASH> 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1433,7 +1433,7 @@ Class H5PExport { 'title' => $content['title'], // TODO - stop using 'und', this is not the preferred way. // Either remove language from the json if not exis...
Fix for language containing empty string in H5P export (h5p.json)
h5p_h5p-php-library
train
8ab14edde4f512dfbc8cac20b6439dbb2f5afe72
diff --git a/app/models/manager_refresh/save_collection/saver/sql_helper.rb b/app/models/manager_refresh/save_collection/saver/sql_helper.rb index <HASH>..<HASH> 100644 --- a/app/models/manager_refresh/save_collection/saver/sql_helper.rb +++ b/app/models/manager_refresh/save_collection/saver/sql_helper.rb @@ -33,7 +33,...
Use supports_remote_data_timestamp? in sql helper Use supports_remote_data_timestamp? in sql helper (transferred from ManageIQ/manageiq@<I>b5ae<I>deddb<I>ef<I>bdfa<I>ec8d<I>)
ManageIQ_inventory_refresh
train
9581b7cff4ae4cbf5eea732f4b0053e9823b1680
diff --git a/src/SeoServiceProvider.php b/src/SeoServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/SeoServiceProvider.php +++ b/src/SeoServiceProvider.php @@ -20,7 +20,7 @@ class SeoServiceProvider extends PackageServiceProvider * * @var string */ - protected $package = 'seo'; + pro...
Updating SeoServiceProvider
ARCANESOFT_SEO
train
6e4d2aff9b644d7dc03922de1a3020a4bd56b346
diff --git a/lmdb/val.go b/lmdb/val.go index <HASH>..<HASH> 100644 --- a/lmdb/val.go +++ b/lmdb/val.go @@ -40,10 +40,10 @@ func WrapMulti(page []byte, stride int) *Multi { // Vals returns a slice containing the values in m. The returned slice has // length m.Len() and each item has length m.Stride(). func (m *Multi...
clean up Multi.Vals by using Multi.Val internally
bmatsuo_lmdb-go
train
62302361e261b1b4d8da15c96b200ecaf10eebc3
diff --git a/src/Sulu/Bundle/ContactBundle/Controller/AccountsController.php b/src/Sulu/Bundle/ContactBundle/Controller/AccountsController.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/ContactBundle/Controller/AccountsController.php +++ b/src/Sulu/Bundle/ContactBundle/Controller/AccountsController.php @@ -162,7...
changed find to custom find by id
sulu_sulu
train