hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
330872a48ec7eb491c53dcc1c22b52810e5d79ba
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/parser/BpmnParse.java b/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/parser/BpmnParse.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/parser/BpmnParse.java +++ b/engine/src/main/java/org/camunda/bpm/...
chore(engine): simplify parsing code for topic expression * Reduce steps for generating a ValueProvider for the topic Related to CAM-<I>
camunda_camunda-bpm-platform
train
626a93b116fa06e74de18f1baf02952663914701
diff --git a/ftw/http.py b/ftw/http.py index <HASH>..<HASH> 100644 --- a/ftw/http.py +++ b/ftw/http.py @@ -192,6 +192,8 @@ class HttpResponse(object): raise errors.TestError( 'The status num of the response line isn\'t convertable', { + 'msg': 'This may ...
Adding additional details on headerless responses
CRS-support_ftw
train
b32165c3c727d97899e9b2c2702cb32e95b6e233
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index <HASH>..<HASH> 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -291,6 +291,13 @@ class NDFrame(PandasObject): self._item_cache.clear() def _set_item(self, key, value): + if isinstance(self.columns, MultiIndex):...
Tests for 'mixed depth' hierarchical columns. Tests for getting, setting, dropping and popping columns from dataframes which have MultiIndexed columns containing some empty strings at the lower levels, by indexing with only the upper levels. Also modified NDFrame._set_item to use the same shorthand.
pandas-dev_pandas
train
90b99221d165d109a41322ce0d7d6efe44272d3b
diff --git a/lib/env.js b/lib/env.js index <HASH>..<HASH> 100644 --- a/lib/env.js +++ b/lib/env.js @@ -330,8 +330,10 @@ Environment.prototype.create = function create(namespace, options) { if (!generator) { return this.error( new Error( - 'Invalid namespace: ' + namespace + ' (or not yet registere...
Improved error message when generator is not found Fixes #<I>
yeoman_environment
train
7291627977083d34f5bc38c1678799801ba235d2
diff --git a/src/formats/kml/KmlObject.js b/src/formats/kml/KmlObject.js index <HASH>..<HASH> 100644 --- a/src/formats/kml/KmlObject.js +++ b/src/formats/kml/KmlObject.js @@ -50,7 +50,7 @@ define([ this._controls = options.controls || []; this._factory = new KmlElementsFactoryCached({control...
Call hooks for time based functionality as well.
NASAWorldWind_WebWorldWind
train
3a0ce0351a7ec0109a0745edbc0feeed897b74b6
diff --git a/lib/arjdbc/mssql/adapter.rb b/lib/arjdbc/mssql/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/mssql/adapter.rb +++ b/lib/arjdbc/mssql/adapter.rb @@ -329,7 +329,7 @@ module ArJdbc def remove_default_constraint(table_name, column_name) clear_cached_table(table_name) - defaults = s...
MS-SQL fixes for: tests, system tables, & table parsing. Fixes parsing of the table names for MS-SQL when using a sub-select within the FROM clause Sets the tablename owner for system tables to dbo All tests now pass.
jruby_activerecord-jdbc-adapter
train
081203e7758840adf8e1037ed15f16656db2e307
diff --git a/lib/flowmor_router/acts_as_routable.rb b/lib/flowmor_router/acts_as_routable.rb index <HASH>..<HASH> 100644 --- a/lib/flowmor_router/acts_as_routable.rb +++ b/lib/flowmor_router/acts_as_routable.rb @@ -3,7 +3,6 @@ module FlowmorRouter extend ActiveSupport::Concern included do - ...
minor refactoring of the acts_as_routable method
mwlang_flowmor_router
train
b9a63d795c4ed8200e0f5b6d38c021347c170ee7
diff --git a/app/models/staypuft/deployment/cinder_service.rb b/app/models/staypuft/deployment/cinder_service.rb index <HASH>..<HASH> 100644 --- a/app/models/staypuft/deployment/cinder_service.rb +++ b/app/models/staypuft/deployment/cinder_service.rb @@ -107,7 +107,7 @@ module Staypuft # ASCII, Unicode valida...
escape # in regexp to avoid syntax errors in older ruby versions
theforeman_staypuft
train
ff8dc8609910bc9f1987489a3184663c5439c99a
diff --git a/tests/AdapterTest.php b/tests/AdapterTest.php index <HASH>..<HASH> 100644 --- a/tests/AdapterTest.php +++ b/tests/AdapterTest.php @@ -174,7 +174,7 @@ class AdapterTest extends TestCase public function testGetTemporaryUrl($adapter, $config, $options) { $this->assertStringStartsWith( - ...
Update AdapterTest.php
freyo_flysystem-qcloud-cos-v4
train
bed5043276955c3c34c0dc4bd60738f27bf20538
diff --git a/example-server/application.rb b/example-server/application.rb index <HASH>..<HASH> 100644 --- a/example-server/application.rb +++ b/example-server/application.rb @@ -28,8 +28,7 @@ webrick_options = { :SSLCertName => [ [ "CN",WEBrick::Utils::getservername ] ] } -class NBServer < Sinatra:...
Return only the ca instead of ca-ra cert for the first step of scep enrollment
nolanbrown_ios-cert-enrollment
train
024896c19ab0d56ed6511da04f47a813c0d34853
diff --git a/great_expectations/render/renderer/notebook_renderer.py b/great_expectations/render/renderer/notebook_renderer.py index <HASH>..<HASH> 100755 --- a/great_expectations/render/renderer/notebook_renderer.py +++ b/great_expectations/render/renderer/notebook_renderer.py @@ -1,9 +1,6 @@ import os -# FIXME : A...
Reinstantiate autopep8
great-expectations_great_expectations
train
8e33f60e032a6443cf0b45253f7eb95ce0fc220a
diff --git a/LiSE/LiSE/handle.py b/LiSE/LiSE/handle.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/handle.py +++ b/LiSE/LiSE/handle.py @@ -4,6 +4,7 @@ ordinary method calls. """ +from logging import DEBUG, INFO, WARNING, ERROR, CRITICAL from re import match from collections import defaultdict from importlib impo...
Make proxy and handle respect the loglevel Makes the LiSE core a lot less noisy when you have the loglevel set to something higher than DEBUG.
LogicalDash_LiSE
train
bdd2a9e7e878358a5af345895a0297b6cc80777f
diff --git a/src/timeline-window.js b/src/timeline-window.js index <HASH>..<HASH> 100644 --- a/src/timeline-window.js +++ b/src/timeline-window.js @@ -151,7 +151,7 @@ TimelineWindow.prototype.load = function(initialEventId, initialWindowSize) { * Get the TimelineIndex of the window in the given direction. * * @pa...
timeline-window: Small docfix.
matrix-org_matrix-js-sdk
train
20273cf6198217dd34b6f5bf00c127b8140f99bf
diff --git a/src/imageTools/freehand.js b/src/imageTools/freehand.js index <HASH>..<HASH> 100755 --- a/src/imageTools/freehand.js +++ b/src/imageTools/freehand.js @@ -170,13 +170,12 @@ function mouseMoveCallback (e) { data.highlight = true; data.handles[currentHandle].x = config.mouseLocation.handles.start.x;...
Fixed first two points line stuck to old position upon shape modification (#<I>)
cornerstonejs_cornerstoneTools
train
78e01c4834552cb1826178866be983c973fbbd91
diff --git a/lib/pubcontrolclient.js b/lib/pubcontrolclient.js index <HASH>..<HASH> 100644 --- a/lib/pubcontrolclient.js +++ b/lib/pubcontrolclient.js @@ -9,7 +9,7 @@ * Licensed under the MIT License, see file COPYING for details. */ -var fetch = (global.fetch !== undefined) ? global.fetch : require('node-fetch')...
node-fetch workaround for webpack
fanout_node-pubcontrol
train
be13b504abc5fe227a924c0d8896b289c13b0379
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -294,9 +294,9 @@ type Client struct { // By default will use isIdempotent function RetryIf RetryIfFunc - mLock sync.Mutex - m map[string]*HostClient - ms map[string]*HostClient + mLock sync.Mutex + m ...
Defined Transport for the client (#<I>) * Defined Transport for the client * Added Transport test
valyala_fasthttp
train
f20237feb4c6274e8e328946dc282bdce28e876a
diff --git a/src/test/java/com/hazelcast/impl/TcpIpJoinerOverAWSTest.java b/src/test/java/com/hazelcast/impl/TcpIpJoinerOverAWSTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/hazelcast/impl/TcpIpJoinerOverAWSTest.java +++ b/src/test/java/com/hazelcast/impl/TcpIpJoinerOverAWSTest.java @@ -52,6 +52,6 @@ pub...
Refactored Hazelcast, HazelcastInstance and FactoryImpl
hazelcast_hazelcast
train
5a2ab412b8a068a03bd0e43295840941d8d58154
diff --git a/subliminal/services/tvsubtitles.py b/subliminal/services/tvsubtitles.py index <HASH>..<HASH> 100644 --- a/subliminal/services/tvsubtitles.py +++ b/subliminal/services/tvsubtitles.py @@ -139,5 +139,8 @@ class TvSubtitles(ServiceBase): subtitles.append(subtitle) return subtitles + ...
Fixed TvSubtitles download (we get back zip files, not srt ones)
Diaoul_subliminal
train
91e47296d8ef6e37c781e27c7afaae94075160b1
diff --git a/ella/core/feeds.py b/ella/core/feeds.py index <HASH>..<HASH> 100644 --- a/ella/core/feeds.py +++ b/ella/core/feeds.py @@ -2,11 +2,9 @@ from django.contrib.syndication.views import Feed from django.utils.feedgenerator import Atom1Feed from django.utils.translation import ugettext_lazy as _ from django.ht...
use listing handlers in feeds
ella_ella
train
6ac8eb75b8252663b5bb4012ec1a0ead55ff9284
diff --git a/sample/src/main/java/com/example/flow/App.java b/sample/src/main/java/com/example/flow/App.java index <HASH>..<HASH> 100644 --- a/sample/src/main/java/com/example/flow/App.java +++ b/sample/src/main/java/com/example/flow/App.java @@ -31,7 +31,7 @@ import dagger.Provides; public @interface App { @View...
Jesses says addsTo is going away.
square_flow
train
ee252cb40cc54c01c5d6cdf0e047db1077bf9c30
diff --git a/src/TwigMiddleware.php b/src/TwigMiddleware.php index <HASH>..<HASH> 100644 --- a/src/TwigMiddleware.php +++ b/src/TwigMiddleware.php @@ -46,7 +46,7 @@ class TwigMiddleware implements MiddlewareInterface * * @return TwigMiddleware */ - public static function create(App $app, string $co...
Rename static method `create` to `createFromContainer`
slimphp_Twig-View
train
d6c21ae21e06bdd90de7aa0eddfdd9b0c2c920af
diff --git a/azurerm/internal/services/notificationhub/notification_hub_authorization_rule_resource.go b/azurerm/internal/services/notificationhub/notification_hub_authorization_rule_resource.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/notificationhub/notification_hub_authorization_rule_resource.go +...
notificationhub: removing the unnecessary feature toggle
terraform-providers_terraform-provider-azurerm
train
051b729e2d3738c96d39c0d76a6cb6162ba04ac4
diff --git a/sharer.js b/sharer.js index <HASH>..<HASH> 100644 --- a/sharer.js +++ b/sharer.js @@ -111,7 +111,7 @@ isLink: true }, telegram: { - shareUrl: 'tg://msg_url', + shareUrl: this.getValue('web') !==...
Update sharer.js (#<I>) telegram web support for share
ellisonleao_sharer.js
train
0249dea07a99ec969203c8c8593bce19b6db72bb
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -75,6 +75,7 @@ config.PLUGIN_HOOKS = { TUNNEL_RES_READ: 'tunnel-res-read-' + uid, TUNNEL_RES_WRITE: 'tunnel-res-write-' + uid }; +config.CONN_TIMEOUT = 30000; var KEEP_ALIVE_MSECS = 10000; functi...
feat: add http proxy for http2 request
avwo_whistle
train
c9b007420ea15d7882b1481062b288cb85aa9422
diff --git a/src/tooltipcontroller.js b/src/tooltipcontroller.js index <HASH>..<HASH> 100644 --- a/src/tooltipcontroller.js +++ b/src/tooltipcontroller.js @@ -186,7 +186,7 @@ function TooltipController(options) { // after it is hidden coords.set('top', session.currentY + options.offset); coords.set('left', ...
Removed setTipPosition() function. The addition of the CSSCordinate object made setTipPosition() a direct map to tipElement.css(), so it serves no purpose anymore.
stevenbenner_jquery-powertip
train
567f2d5c1c0fb474c8e8791dff927e84d74f041a
diff --git a/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java b/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java index <HASH>..<HASH> 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java +++ b/logback-core/src/main/java/ch/qos/logbac...
improvement suggested by LOGBACK-<I>
tony19_logback-android
train
428f5e668700b80b97f242f0bb0be835e7412f7f
diff --git a/lib/commands/build.js b/lib/commands/build.js index <HASH>..<HASH> 100644 --- a/lib/commands/build.js +++ b/lib/commands/build.js @@ -99,9 +99,9 @@ module.exports = Command.extend({ return validateRootUrl.run(projectConfig, options.force) .then(validateLocationType.prepare(projectConfig)) ...
fix(skip-cordova-build): fixed broken specs for skipping platform validation
isleofcode_ember-cordova
train
8f8e9ef4961508b51c038b0eec3277747b6c81b2
diff --git a/translator/src/main/java/com/google/devtools/j2objc/javac/TreeConverter.java b/translator/src/main/java/com/google/devtools/j2objc/javac/TreeConverter.java index <HASH>..<HASH> 100644 --- a/translator/src/main/java/com/google/devtools/j2objc/javac/TreeConverter.java +++ b/translator/src/main/java/com/googl...
Fixed conversion of this.final-primitive-field refs, type arguments, super method references.
google_j2objc
train
c88338d22725d7cf5fcdef75f2e41e8288887739
diff --git a/chain.go b/chain.go index <HASH>..<HASH> 100644 --- a/chain.go +++ b/chain.go @@ -347,19 +347,42 @@ func (b *BlockChain) GenerateInitialIndex() error { // Loop forwards through each block loading the node into the index for // the block. - for i := startHeight; i <= endHeight; i++ { - hash, err := b...
Slightly optimize GenerateInitialIndex. Rather than fetching the hash of each block individually 2k+ times, make use of the FetchHeightRange function so all of the most recent hashes can be fetched at once.
btcsuite_btcd
train
1aeaf912d6f8c5ceee526b711dbca6eea124ff21
diff --git a/spec/dnsimple/domain_spec.rb b/spec/dnsimple/domain_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dnsimple/domain_spec.rb +++ b/spec/dnsimple/domain_spec.rb @@ -40,7 +40,7 @@ describe DNSimple::Domain do end describe "#enable_auto_renew" do - let(:domain) { described_class.new(name: 'example.co...
Switch to <I> compatible syntax for now. <I> support will be removed with <I>
dnsimple_dnsimple-ruby
train
c23fe7bbc07ddb854a1c0836d05a59284f727fe1
diff --git a/src/main/java/org/javacord/entity/message/embed/EmbedBuilder.java b/src/main/java/org/javacord/entity/message/embed/EmbedBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/javacord/entity/message/embed/EmbedBuilder.java +++ b/src/main/java/org/javacord/entity/message/embed/EmbedBuilder.java @...
Small improvements for the EmbedBuilder
Javacord_Javacord
train
45eacc00c1a1347bfcc86499eaddadcdaefc50b8
diff --git a/src/main/java/com/zandero/rest/writer/JaxResponseWriter.java b/src/main/java/com/zandero/rest/writer/JaxResponseWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/zandero/rest/writer/JaxResponseWriter.java +++ b/src/main/java/com/zandero/rest/writer/JaxResponseWriter.java @@ -42,7 +42,7 @@ pub...
#6 removed obsolete JsonResponseWriter check ...
zandero_rest.vertx
train
e6bbbfe5d9c5efb2e348cac4e904b9d2612ed783
diff --git a/cheroot/test/pure_pytest/test_conn.py b/cheroot/test/pure_pytest/test_conn.py index <HASH>..<HASH> 100644 --- a/cheroot/test/pure_pytest/test_conn.py +++ b/cheroot/test/pure_pytest/test_conn.py @@ -102,7 +102,7 @@ class Controller(helper.Controller): ######### -@pytest.fixture(scope='module') +@pytest...
Eliminate flaky test fails happened b/c of timeout Test suites reduce timeout to 1s, which is applied to the shared server instance on per-connection basis. Creating per-testcase client therefore.
cherrypy_cheroot
train
8e94a9cb1cc4527949a53906e0fcf28c14b04bdb
diff --git a/lightsteem/helpers/account.py b/lightsteem/helpers/account.py index <HASH>..<HASH> 100644 --- a/lightsteem/helpers/account.py +++ b/lightsteem/helpers/account.py @@ -7,6 +7,8 @@ from dateutil.parser import parse from lightsteem.exceptions import StopOuterIteration from lightsteem.datastructures import Op...
Add rc percent helper to Account helper
emre_lightsteem
train
21219eb6fe549aad6b3a6b05a7fa5e010dccd1ea
diff --git a/molgenis-platform-integration-tests/src/test/java/org/molgenis/integrationtest/platform/SearchServiceIT.java b/molgenis-platform-integration-tests/src/test/java/org/molgenis/integrationtest/platform/SearchServiceIT.java index <HASH>..<HASH> 100644 --- a/molgenis-platform-integration-tests/src/test/java/org...
Add a couple more documents for the search ranking test so the results will be the same when we use single index per type.
molgenis_molgenis
train
aeb1b70da9d1b7d6b9051e03c1ff438767ed9b7e
diff --git a/pyOCD/coresight/cortex_m.py b/pyOCD/coresight/cortex_m.py index <HASH>..<HASH> 100644 --- a/pyOCD/coresight/cortex_m.py +++ b/pyOCD/coresight/cortex_m.py @@ -386,6 +386,9 @@ class CortexM(Target): """ return self.dp.read_id_code() + def flush(self): + self.dp.flush() + de...
Clear sticky errors if a fault happens due to a flush. - CoreSightTarget and CortexM classes override flush() to call the DebugPort.flush() method. - DebugPort.flush() handles DAPAccess errors by clearing sticky bits.
mbedmicro_pyOCD
train
3d6f0cc451a875c12c01d54542c11d25e9dc5370
diff --git a/src/ComposerRequireChecker/FileLocator/LocateComposerPackageDirectDependenciesSourceFiles.php b/src/ComposerRequireChecker/FileLocator/LocateComposerPackageDirectDependenciesSourceFiles.php index <HASH>..<HASH> 100644 --- a/src/ComposerRequireChecker/FileLocator/LocateComposerPackageDirectDependenciesSourc...
Dynamically detect the vendor directory This addresses the "vendor-dir" part of issue <I>.
maglnet_ComposerRequireChecker
train
46226847412e6513aa00bd1e3adb59b50763eac9
diff --git a/raiden/connection_manager.py b/raiden/connection_manager.py index <HASH>..<HASH> 100644 --- a/raiden/connection_manager.py +++ b/raiden/connection_manager.py @@ -458,6 +458,11 @@ class ConnectionManager: # pragma: no unittest return self.initial_channel_target < 1 def __repr__(self) -> str...
Avoid exception in __repr__ method ConnectionManager.__repr__ crashes if it is called before the wal is initialized.
raiden-network_raiden
train
fd88a56c5518734faf7438a948b582997d6b2f8a
diff --git a/lib/jekyll/post.rb b/lib/jekyll/post.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/post.rb +++ b/lib/jekyll/post.rb @@ -63,7 +63,7 @@ module Jekyll # # Returns <String> def dir - path = @categories ? '/' + @categories.join('/') : '' + path = (@categories && !@categories.empty?) ?...
fix double slash caused by empty categories
jekyll_jekyll
train
dadcb19d0946c7ed9e0dd5a4e68f14625c35be38
diff --git a/upload/system/engine/controller.php b/upload/system/engine/controller.php index <HASH>..<HASH> 100644 --- a/upload/system/engine/controller.php +++ b/upload/system/engine/controller.php @@ -32,16 +32,15 @@ abstract class Controller { protected function getChild($child, $args = array()) { $action ...
little bit of optimization for the controller.
opencart_opencart
train
ddd562cf4210d1e726c7f95405e99e54cc23c86e
diff --git a/config/server.js b/config/server.js index <HASH>..<HASH> 100644 --- a/config/server.js +++ b/config/server.js @@ -6,6 +6,7 @@ var cwd = process.cwd() , env = process.env.NODE_ENV || 'development' , fs = require('fs') , path = require('path') + , pkg = ...
add package.json version to server settings
anvilresearch_connect
train
e11ec2e3148a10bf5c29c65b430ef5cc02ccb8ed
diff --git a/lib/fog/aws/storage.rb b/lib/fog/aws/storage.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/storage.rb +++ b/lib/fog/aws/storage.rb @@ -162,6 +162,10 @@ module Fog '/' + Fog::AWS.escape(object_name.to_s).gsub('%2F','/') end + def bucket_to_path(bucket_name, path=nil) + ...
AWS | storage: also escape the bucket name when using the path_style
fog_fog
train
2f68c154f0fdd8144b150a3ee6d63be181c81a70
diff --git a/.rubocop.yml b/.rubocop.yml index <HASH>..<HASH> 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,9 +37,6 @@ Layout/CaseIndentation: - end IndentOneStep: true -Layout/AccessModifierIndentation: - EnforcedStyle: outdent - Layout/EndAlignment: EnforcedStyleAlignWith: variable diff --git a...
Remove rubocop rule around access modifiers The fewer exceptions to the default the better, and we're going to want to use an access modifier in a generator, which will end up in other people's codebases, so we should be as conventional as possible.
varvet_pundit
train
6fed89469be0427f3f178714ebe7bbc59e0c98c7
diff --git a/quantecon/optimize/tests/test_scalar_max.py b/quantecon/optimize/tests/test_scalar_max.py index <HASH>..<HASH> 100644 --- a/quantecon/optimize/tests/test_scalar_max.py +++ b/quantecon/optimize/tests/test_scalar_max.py @@ -18,7 +18,7 @@ def f(x): return -(x + 2.0)**2 + 1.0 -def test_brent_max(): +d...
TEST: Fix the names of tests for `brent_max`
QuantEcon_QuantEcon.py
train
47fcaaf806db7cdf1a4f431ded1dc2a03bfe5f16
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,4 +14,6 @@ setup( long_description=read('README.md'), author='noxan', author_email='noxan@redmoonstudios.de', + packages=find_packages(), + include_package_data=True, )
set packages to find_packages() return value and include package data
byteweaver_django-posts
train
e672d2ec691b92e902f571078f67321672ed02e3
diff --git a/src/main/java/com/cronutils/model/field/constraint/FieldConstraints.java b/src/main/java/com/cronutils/model/field/constraint/FieldConstraints.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cronutils/model/field/constraint/FieldConstraints.java +++ b/src/main/java/com/cronutils/model/field/constr...
Fix incorrect next execution time for "day of month" in "time" situation
jmrozanec_cron-utils
train
5dbed7d9ca1bbd6efcf00bb2bab56ae0d86d6e1f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -143,6 +143,14 @@ Buffer.byteLength = function (str, encoding) { case 'base64': return base64ToBytes(str).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + case 'utf16be'...
Add support for UTF-<I>.
feross_buffer
train
9b89e6f5a4f1925c8675281473fb973d5a2d3126
diff --git a/lib/tocer/cli/parsers/core.rb b/lib/tocer/cli/parsers/core.rb index <HASH>..<HASH> 100644 --- a/lib/tocer/cli/parsers/core.rb +++ b/lib/tocer/cli/parsers/core.rb @@ -20,7 +20,7 @@ module Tocer end def call arguments = [] - client.banner = "Tocer - #{specification.summary}" + ...
Updated implementation to leverage Spek presenter Necessary to reduce maintenance burden on this project since all of the information we need is provided by the Spek gem.
bkuhlmann_tocer
train
1a9b7dfaa1eb3e37f947077d6b359a6467bb3e78
diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/hosts/centos/install.py +++ b/ceph_deploy/hosts/centos/install.py @@ -103,8 +103,6 @@ def firewall_install(distro, repo_url, gpg_url, adjust_repos): logger.warning('--gpg-url was...
move wget to after repo alteration
ceph_ceph-deploy
train
8180ce3d5bcee4e4be05fd69eb413ceafb76ac08
diff --git a/presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergPageSourceProvider.java b/presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergPageSourceProvider.java index <HASH>..<HASH> 100644 --- a/presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergPageSourceProvider.java +++ b/p...
Upgrade Presto to <I>
prestodb_presto
train
8ec367e1abeda0cdaa309be3935b2fbf518b2c64
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ 'use strict'; +var merge = require('mixin-deep'); + /** * Bind a `thisArg` to all the functions on the target * @@ -9,18 +11,21 @@ * @api public */ -module.exports = function bindEach(target, thisArg...
allow `options` to be passed to fns
jonschlinkert_deep-bind
train
a4aaba0b6e1e6e62bd40dd4d08bb77dcb565f4c6
diff --git a/lib/praxis/resource_definition.rb b/lib/praxis/resource_definition.rb index <HASH>..<HASH> 100644 --- a/lib/praxis/resource_definition.rb +++ b/lib/praxis/resource_definition.rb @@ -39,7 +39,7 @@ module Praxis def self.generate_defaults_block( version: nil ) # Ensure we inherit any base param...
More review feedback. Include test that shows inheriting nested structs works as expected.
praxis_praxis
train
dec2a57be807cf05c8dc1032abd7f10426b683fa
diff --git a/app/decorators/integral/notification/notification_decorator.rb b/app/decorators/integral/notification/notification_decorator.rb index <HASH>..<HASH> 100644 --- a/app/decorators/integral/notification/notification_decorator.rb +++ b/app/decorators/integral/notification/notification_decorator.rb @@ -32,7 +32,...
Update avatar_url references to use AS
yamasolutions_integral
train
4ebc8e571232bef721347da5a98e25b80732f6de
diff --git a/src/main/java/org/gitlab4j/api/models/ProjectHook.java b/src/main/java/org/gitlab4j/api/models/ProjectHook.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gitlab4j/api/models/ProjectHook.java +++ b/src/main/java/org/gitlab4j/api/models/ProjectHook.java @@ -264,7 +264,7 @@ public class ProjectHook ...
Fix ReleaseEvent model for hooks and fix ProjectHook not setting releasesEvents correctly
gmessner_gitlab4j-api
train
291586c64683f91fb4ee9bf0c8d6dd916f296c96
diff --git a/lib/percona_migrator/cli_generator.rb b/lib/percona_migrator/cli_generator.rb index <HASH>..<HASH> 100644 --- a/lib/percona_migrator/cli_generator.rb +++ b/lib/percona_migrator/cli_generator.rb @@ -13,7 +13,7 @@ module PerconaMigrator # more details, check: www.percona.com/doc/percona-toolkit/2.2/pt-o...
Refactor CliGenerator to avoid @command ivar Makes things simpler and easier to read.
redbooth_departure
train
697980894d804a6074d5794f4e9c79956a53f0f4
diff --git a/src/components/toJSONStream.js b/src/components/toJSONStream.js index <HASH>..<HASH> 100644 --- a/src/components/toJSONStream.js +++ b/src/components/toJSONStream.js @@ -1,10 +1,8 @@ -const parallelTransform = require('parallel-transform'); +const through2 = require('through2'); const logger = require( 'p...
chore(sqlite): use `through2` instead of `parallel-transform` in `toJSONStream`. parallel transform doesn't increase performance.
pelias_whosonfirst
train
e68afd0bfbc61717c60d5d046a009dda53dd3678
diff --git a/js/lib/ext.core.ParagraphWrapper.js b/js/lib/ext.core.ParagraphWrapper.js index <HASH>..<HASH> 100644 --- a/js/lib/ext.core.ParagraphWrapper.js +++ b/js/lib/ext.core.ParagraphWrapper.js @@ -279,21 +279,7 @@ ParagraphWrapper.prototype.onAny = function ( token, frame ) { names[token.name]; }; - if...
Nuke InternalTk InternalTk is no longer used for extension handling, so its definition and related handling code can be removed. Change-Id: I<I>c<I>cd<I>e<I>e<I>ad<I>c<I>d<I>
wikimedia_parsoid
train
ae2b77b52965b40e41bdc13b351aab227e6483ae
diff --git a/Connectors/SqlServerConnector.php b/Connectors/SqlServerConnector.php index <HASH>..<HASH> 100755 --- a/Connectors/SqlServerConnector.php +++ b/Connectors/SqlServerConnector.php @@ -45,6 +45,8 @@ class SqlServerConnector extends Connector implements ConnectorInterface // need to establish the PDO ...
added sqlserver odbc connection support
illuminate_database
train
cf871a18bb3430ead6286b1a578b216baf870331
diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerFactoryImpl.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerFactoryImpl.java index <HASH>..<HASH> 100644 --- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerFactoryImpl.java +++ b/modules/serve...
[JBWS-<I>] CXF RequestHandler as singleton
jbossws_jbossws-cxf
train
657b197c193335899703fc158b153e2475cca539
diff --git a/src/support.js b/src/support.js index <HASH>..<HASH> 100644 --- a/src/support.js +++ b/src/support.js @@ -245,6 +245,9 @@ jQuery.support = (function() { } } + // Null connected elements to avoid leaks in IE + marginDiv = div = input = null; + return support; })();
Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks are contained to the byte. Fixes #<I>.
jquery_jquery
train
ac2bc00482c1cf47a57477edb6ab1426a3ba593c
diff --git a/activerecord/test/cases/arel/helper.rb b/activerecord/test/cases/arel/helper.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/arel/helper.rb +++ b/activerecord/test/cases/arel/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "active_support/test_case" +require "active_support...
`require "active_support/test_case"` is not supported since <I>e<I>f7 It will cause "undefined method `test_order' for ActiveSupport:Module (NoMethodError)". <URL>
rails_rails
train
7d769a630680dd9f251db12ac3d98d48312dae48
diff --git a/Query/Grammars/Grammar.php b/Query/Grammars/Grammar.php index <HASH>..<HASH> 100644 --- a/Query/Grammars/Grammar.php +++ b/Query/Grammars/Grammar.php @@ -39,6 +39,8 @@ class Grammar extends BaseGrammar { */ public function compileSelect(Builder $query) { + if (is_null($query->columns)) $query->colu...
Fix missing select clause on some queries. Closes #<I>. Closes #<I>.
illuminate_database
train
4e9c8d5edef05f41420a935e12336d462d5dab85
diff --git a/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRTask.java b/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRTask.java index <HASH>..<HASH> 100644 --- a/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRTask.java +++ b/gobblin-runtime/src/main/jav...
[GOBBLIN-<I>] Adding mrJob object as a field in MRTask so that inherited Task could read jobUrl from it Closes #<I> from autumnust/jobfieldinmrtask
apache_incubator-gobblin
train
1ad43f1e6e8b95f522df6ecfd6e7ee12b3fc7faf
diff --git a/core/modules/requestsMonitor/requestsMonitor.js b/core/modules/requestsMonitor/requestsMonitor.js index <HASH>..<HASH> 100644 --- a/core/modules/requestsMonitor/requestsMonitor.js +++ b/core/modules/requestsMonitor/requestsMonitor.js @@ -29,8 +29,19 @@ function parseEntryUrl(entry) { // asset type en...
Fix error with blob urls
macbre_phantomas
train
eb577cdbae48cef1098b4c6435b9be5e5b4395bc
diff --git a/tasker.js b/tasker.js index <HASH>..<HASH> 100644 --- a/tasker.js +++ b/tasker.js @@ -165,19 +165,6 @@ function extensionsPush(taskName, argsArr, tasksArr = []) { } } -// Check if argument matches a task. If not, output help info. -if ( - process.argv[4] !== 'default' && - !Object.keys(gulp.tasks)....
corrected placement of logic checking that correct argument was submitted to fp
electric-eloquence_fepper-npm
train
712244f88adab974e8685412643ceab07cd5bfa6
diff --git a/lib/rules/prop-types.js b/lib/rules/prop-types.js index <HASH>..<HASH> 100644 --- a/lib/rules/prop-types.js +++ b/lib/rules/prop-types.js @@ -8,6 +8,7 @@ // https://github.com/yannickcr/eslint-plugin-react/issues/7 var Components = require('../util/Components'); +var variable = require('../util/variabl...
Add support for propTypes assigned via a variable (fixes #<I>)
ytanruengsri_eslint-plugin-react-ssr
train
8bc9de37856d9e8e65485ff288f5b66689b5f28e
diff --git a/test/aqua/operators/test_op_construction.py b/test/aqua/operators/test_op_construction.py index <HASH>..<HASH> 100644 --- a/test/aqua/operators/test_op_construction.py +++ b/test/aqua/operators/test_op_construction.py @@ -447,6 +447,13 @@ class TestOpConstruction(QiskitAquaTestCase): ).split("\n{}...
ComposedOp.eval shouldn't mutate the oplist (Qiskit/qiskit-aqua#<I>) * copy oplist upon eval * add test
Qiskit_qiskit-terra
train
4c015c6aa48f58d0c35303e648c98d3810f098f7
diff --git a/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/RegisterSystemNodeTypesCommand.php b/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/RegisterSystemNodeTypesCommand.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/RegisterSystemNodeTypesCommand.php +++ b/lib/Doctrine/ODM/PHPCR/To...
programmatically build the node type if not jackalope-jackrabbit that can use cnd
doctrine_phpcr-odm
train
b3a82065b8ff5c7e8ce2964b50ca0ca65c42e488
diff --git a/nerdamer.core.js b/nerdamer.core.js index <HASH>..<HASH> 100644 --- a/nerdamer.core.js +++ b/nerdamer.core.js @@ -705,17 +705,22 @@ var nerdamer = (function() { //Important: Add returns the first argument so the symbol with the //modified hash will...
fix: Reduction of symbol not adjusting length.
jiggzson_nerdamer
train
d74b6e4f7d508902dcc0fe7c964a7e0c78287bc4
diff --git a/tests/testScanAndResult.py b/tests/testScanAndResult.py index <HASH>..<HASH> 100644 --- a/tests/testScanAndResult.py +++ b/tests/testScanAndResult.py @@ -204,6 +204,40 @@ class FullTest(unittest.TestCase): vt = vts.find('vt') self.assertEqual(vt.get('id'), '1.2.3.4') + def testGetVTs...
Add tests for filter in get_vts.
greenbone_ospd
train
77f844058db0ba2d4f11cdc3121498652a635272
diff --git a/lib/king_dta/dtaus.rb b/lib/king_dta/dtaus.rb index <HASH>..<HASH> 100644 --- a/lib/king_dta/dtaus.rb +++ b/lib/king_dta/dtaus.rb @@ -14,8 +14,8 @@ module KingDta # typ<String>:: valid strings are 'LK' (Lastschrift Kunde) and 'GK' (Gutschrift Kunde) # typ<Date>:: date when the the transfer is to ...
converted common RuntimeErrors into specific exceptions to allow rescueing only these
salesking_king_dtaus
train
1a5480e398eddfde3aca74561b250ed242f17460
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <dependency> <groupId>com.android.tools.build</groupId> <artifactId>builder</artifactId> - <version>0.4.2</version> + <version>0.5.1</version> </de...
Updated to Builder <I>
simpligility_android-maven-plugin
train
6566f01a8fc31ce0aa15ab285d8e3c7b7a14d69f
diff --git a/police_api/neighbourhoods.py b/police_api/neighbourhoods.py index <HASH>..<HASH> 100644 --- a/police_api/neighbourhoods.py +++ b/police_api/neighbourhoods.py @@ -1,4 +1,5 @@ -from .resource import Resource, api_request +from .resource import Resource, api_request, APIError +from .forces import Force c...
Add Neighbourhood.location and assign name in get_neighbourhoods
rkhleics_police-api-client-python
train
632fb01beeeb73cded3a735f03d52f1026040eed
diff --git a/src/main/java/org/jboss/netty/channel/local/LocalAddress.java b/src/main/java/org/jboss/netty/channel/local/LocalAddress.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/local/LocalAddress.java +++ b/src/main/java/org/jboss/netty/channel/local/LocalAddress.java @@ -22,6 +22,10 @...
* Made sure there's only one LocalAddress instance with same id * Added ephemeral port to LocalAddress
netty_netty
train
76a9d488ecb2352bc1c55f387d1d1a923f487432
diff --git a/test/jquery/unit/selector.js b/test/jquery/unit/selector.js index <HASH>..<HASH> 100644 --- a/test/jquery/unit/selector.js +++ b/test/jquery/unit/selector.js @@ -68,7 +68,7 @@ test("broken", function() { try { t(name, selector, [ ]); } catch(e){ - ok( 'SyntaxError' == e.name, + ok( /error/i.t...
synced jQuery selector tests to catch emitted errors
dperini_nwmatcher
train
d6b4e19e8c4f2837d3b665236152642824c5e76e
diff --git a/f5/bigip/tm/sys/folder.py b/f5/bigip/tm/sys/folder.py index <HASH>..<HASH> 100644 --- a/f5/bigip/tm/sys/folder.py +++ b/f5/bigip/tm/sys/folder.py @@ -26,10 +26,13 @@ GUI Path REST Kind ``tm:sys:folder:*`` """ +import logging +from requests.exceptions import HTTPError from f5.bigip.resource import...
Correctly implement debug as log message, vs print Issues: Fixes #<I> Problem: print statements are noisey and non-self-describing Analysis: They should be replaced with appropriately scoped log debug messages. logger = logging.getLogger(__name__) logger.debug(STUFFWEUSEDTOPRINT)
F5Networks_f5-common-python
train
bfa97f673dd3ea0fa57134204565ef7c404deec4
diff --git a/lib/Github/Api/CurrentUser.php b/lib/Github/Api/CurrentUser.php index <HASH>..<HASH> 100644 --- a/lib/Github/Api/CurrentUser.php +++ b/lib/Github/Api/CurrentUser.php @@ -54,7 +54,7 @@ class CurrentUser extends AbstractApi } /** - * @link http://developer.github.com/v3/issues/#list-issues + ...
fix(doc): links to doc in CurrentUser class
KnpLabs_php-github-api
train
a9eac775bd8d283af8b47f2021fbfb0ac03bb8ab
diff --git a/lib/simpletest/testrss.php b/lib/simpletest/testrss.php index <HASH>..<HASH> 100644 --- a/lib/simpletest/testrss.php +++ b/lib/simpletest/testrss.php @@ -91,7 +91,7 @@ EOD; * Test retrieving a url which doesn't exist */ function test_failurl() { - $feed = new moodle_simplepie(moodle...
MDL-<I> prevent logging of intentional errors when fetching feeds
moodle_moodle
train
3bf427e7ce7576d5e28a1d8a0554fd25411f490e
diff --git a/modules/wycs/src/wycs/io/WycsFileLexer.java b/modules/wycs/src/wycs/io/WycsFileLexer.java index <HASH>..<HASH> 100755 --- a/modules/wycs/src/wycs/io/WycsFileLexer.java +++ b/modules/wycs/src/wycs/io/WycsFileLexer.java @@ -56,7 +56,8 @@ public class WycsFileLexer extends AbstractLexer { "void", "fora...
WYCS: working on macro definitions.
Whiley_WhileyCompiler
train
8f618bdd13d9fe3499d379d11a7373b03e2cff32
diff --git a/error_logger_impl.go b/error_logger_impl.go index <HASH>..<HASH> 100644 --- a/error_logger_impl.go +++ b/error_logger_impl.go @@ -21,11 +21,13 @@ var theLogger errorLogger = &errorLoggerImpl{writer: os.Stdout} type errorLoggerImpl struct { writer io.Writer prevTestName string + prevTestLine int ...
Add test case with two assertions in one line.
assertgo_assert
train
ecf783c231982507ce316e0219e11175a77165a3
diff --git a/wordcloud/tokenization.py b/wordcloud/tokenization.py index <HASH>..<HASH> 100644 --- a/wordcloud/tokenization.py +++ b/wordcloud/tokenization.py @@ -40,7 +40,7 @@ def unigrams_and_bigrams(words, stopwords, normalize_plurals=True, collocation_t # We must create the bigrams before removing the stopword...
Update tokenization.py In function unigrams_and_bigrams, applied lower() to each word before checking whether it is a stopword
amueller_word_cloud
train
5ac4149ef591db0826302572df1c1192e77dd593
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php index <HASH>..<HASH> 100644 --- a/lib/Parser/XML.php +++ b/lib/Parser/XML.php @@ -81,10 +81,12 @@ class XML extends Parser { foreach($xmlProperties as $xmlProperty) { // Property. - $propertyName ...
!xml Reorganize the algorithm.
sabre-io_vobject
train
0eed7fc7c516d2d561b76e7109b400fba8660648
diff --git a/pyflakes/checker.py b/pyflakes/checker.py index <HASH>..<HASH> 100644 --- a/pyflakes/checker.py +++ b/pyflakes/checker.py @@ -45,21 +45,12 @@ from pyflakes import messages if PY2: - def get_type(node, _cache={}): - try: - return _cache[node.__class__] - except KeyError: - ...
Refactor the handleNode method and improve caching.
timothycrosley_deprecated.frosted
train
39907a76581684a087441e54e7c9fb68821dc0d3
diff --git a/dht.go b/dht.go index <HASH>..<HASH> 100644 --- a/dht.go +++ b/dht.go @@ -228,29 +228,17 @@ func (dht *IpfsDHT) getValueSingle(ctx context.Context, p peer.ID, key string) ( // getLocal attempts to retrieve the value from the datastore func (dht *IpfsDHT) getLocal(key string) (*recpb.Record, error) { lo...
reuse getRecordFromDatastore in getValue Also, double check the key (should be impossible but the check is cheep).
libp2p_go-libp2p-kad-dht
train
2ed4049d1caec329f52e07fca9cbc2ff00d77fa8
diff --git a/lib/tty/screen.rb b/lib/tty/screen.rb index <HASH>..<HASH> 100644 --- a/lib/tty/screen.rb +++ b/lib/tty/screen.rb @@ -93,7 +93,8 @@ module TTY get_console_buffer_info.(stdout_handle, buffer) _, _, _, _, _, left, top, right, bottom, = buffer.unpack(format) - [bottom - top + 1, right - l...
Change windows size detection to only return non-zero size
piotrmurach_tty-screen
train
4017494046d99bfbe5cf28e2e1b94f55ebc290c7
diff --git a/test/AuthTest/Factory/Adapter/HybridAuthAdapterFactoryTest.php b/test/AuthTest/Factory/Adapter/HybridAuthAdapterFactoryTest.php index <HASH>..<HASH> 100644 --- a/test/AuthTest/Factory/Adapter/HybridAuthAdapterFactoryTest.php +++ b/test/AuthTest/Factory/Adapter/HybridAuthAdapterFactoryTest.php @@ -46,15 +46...
fixed "Zend\ServiceManager\ServiceManager::get('ControllerPluginManager', true) was not expected to be called more than 2 times"
yawik_auth
train
8894daec097aa1e91e434475d4d7edb2f81fdfcd
diff --git a/core/src/main/java/org/testcontainers/dockerclient/DockerClientProviderStrategy.java b/core/src/main/java/org/testcontainers/dockerclient/DockerClientProviderStrategy.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/testcontainers/dockerclient/DockerClientProviderStrategy.java +++ b/core/src/m...
add check for compatible Docker OS type (#<I>) * add container OSType check for Windows strategies as Windows containers are not supported at the moment * fix typo * generic check for OS Type, as we currently only support Linux containers * use debug logging when checking OS type * words
testcontainers_testcontainers-java
train
058f7068360d71b8f07713922bf4a2dfbe687554
diff --git a/js/sequenceTrack.js b/js/sequenceTrack.js index <HASH>..<HASH> 100755 --- a/js/sequenceTrack.js +++ b/js/sequenceTrack.js @@ -49,7 +49,8 @@ var igv = (function (igv) { igv.SequenceTrack.prototype.draw = function (options) { - var sequence = options.features, + var self = this, + ...
SequenceTrack. Now renders height using this.height.
igvteam_igv.js
train
a9861d12a67254d2ff8ecea174c0c8a460dee4d4
diff --git a/cilium/cmd/bpf_sha_get.go b/cilium/cmd/bpf_sha_get.go index <HASH>..<HASH> 100644 --- a/cilium/cmd/bpf_sha_get.go +++ b/cilium/cmd/bpf_sha_get.go @@ -31,7 +31,11 @@ var bpfShaGetCmd = &cobra.Command{ Short: "Get datapath SHA header", Run: func(cmd *cobra.Command, args []string) { common.RequireRoo...
cli: fix panic in cilium bpf sha get command * Fixes #<I> * Fixes panic issue in `cilium bpf sha get` command when no sha is provided
cilium_cilium
train
1cd6725ca82c0f6062c610b97a14eb5497983cf0
diff --git a/lib/smoke/source/join.rb b/lib/smoke/source/join.rb index <HASH>..<HASH> 100644 --- a/lib/smoke/source/join.rb +++ b/lib/smoke/source/join.rb @@ -14,6 +14,16 @@ module Smoke super((names << "joined").join("_").to_sym, &block) end + # Rename sources immediately after they've bee...
Allow joined sources to renamed as soon as they've been initialised
benschwarz_smoke
train
13725804ee75bad0e9563ab2c5598978e6169606
diff --git a/lib/active_merchant/billing/integrations/moneybookers/helper.rb b/lib/active_merchant/billing/integrations/moneybookers/helper.rb index <HASH>..<HASH> 100644 --- a/lib/active_merchant/billing/integrations/moneybookers/helper.rb +++ b/lib/active_merchant/billing/integrations/moneybookers/helper.rb @@ -26,6 ...
Passing shop language to Moneybookers if supported
activemerchant_active_merchant
train
ad53cb10f362d2b97828976ec5cdf4d403a0b19a
diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/callerprincipal/GetCallerPrincipalTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/callerprincipal/GetCallerPrincipalTestCase.java index <HASH>..<HASH> 100644 --- a/tests...
Removed @Ignore from GetCallerPrincipalTestCase
wildfly_wildfly
train
2ffaf5ff74f519f57260011c6a2bf51d2e5e38ca
diff --git a/src/mako/pagination/Pagination.php b/src/mako/pagination/Pagination.php index <HASH>..<HASH> 100644 --- a/src/mako/pagination/Pagination.php +++ b/src/mako/pagination/Pagination.php @@ -99,7 +99,7 @@ class Pagination implements PaginationInterface /** * {@inheritdoc} */ - public function __construc...
Added type hints and return types
mako-framework_framework
train
fb1e7e4daeae35b7764aa230f21a3fac7f659e80
diff --git a/app/adaptors/wallaby/active_record/model_decorator.rb b/app/adaptors/wallaby/active_record/model_decorator.rb index <HASH>..<HASH> 100644 --- a/app/adaptors/wallaby/active_record/model_decorator.rb +++ b/app/adaptors/wallaby/active_record/model_decorator.rb @@ -1,12 +1,6 @@ class Wallaby::ActiveRecord::Mo...
remove search method for model_decorator
reinteractive_wallaby
train
4be3160113b59dd5580475485c9d9e0dc202e34d
diff --git a/pymatgen/io/ase.py b/pymatgen/io/ase.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/ase.py +++ b/pymatgen/io/ase.py @@ -68,7 +68,12 @@ class AseAtomsAdaptor: # Set the site magmoms in the ASE Atoms object # Note: ASE distinguishes between initial and converged # magnetic moment...
Update code comments for ASEAtomsAdaptor
materialsproject_pymatgen
train
1c3d5daba26be509cd173cea1a26d1c87dbb6bfd
diff --git a/mwoauth/flask.py b/mwoauth/flask.py index <HASH>..<HASH> 100644 --- a/mwoauth/flask.py +++ b/mwoauth/flask.py @@ -118,7 +118,7 @@ class MWOAuth: @self.bp.route("/mwoauth/callback/") def mwoauth_callback(): - """Complete the oauth handshake""" + """Complete the oaut...
Make one-line docstrings end in a period as per PEP <I> <URL>
mediawiki-utilities_python-mwoauth
train
ff38aa6a5b2639f81eb137bdb906f3d8fecd1776
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100755 --- a/src/index.js +++ b/src/index.js @@ -153,14 +153,11 @@ const idyll = (inputPath, opts, cb) => { const getComponents = (ast) => { const ignoreNames = ['var', 'data', 'meta', 'derived']; - // component node names begin with capit...
Remove outdated comment and unused props
idyll-lang_idyll
train
fae50089e286513a74aaccd50e96c77a89200a31
diff --git a/lib/videojs-hlsjs.js b/lib/videojs-hlsjs.js index <HASH>..<HASH> 100644 --- a/lib/videojs-hlsjs.js +++ b/lib/videojs-hlsjs.js @@ -52,6 +52,7 @@ videojs.log.warn('HLSJS: Media error encountered: "' + data.details + '", trying to recover...'); this.hls_.swapAudioCodec(); ...
SPA-<I> Play after recovering error
SRGSSR_videojs-hlsjs
train
a21d39ec77d303fac061ebd85de80c637327238f
diff --git a/spec/acceptance/support/sphinx_controller.rb b/spec/acceptance/support/sphinx_controller.rb index <HASH>..<HASH> 100644 --- a/spec/acceptance/support/sphinx_controller.rb +++ b/spec/acceptance/support/sphinx_controller.rb @@ -12,11 +12,13 @@ class SphinxController ThinkingSphinx::Configuration.reset...
Remove manual code unloading. Given the indices themselves aren't being auto/eager loaded, let's trust Rails to manage the rest of the reloading process in Rails 7+.
pat_thinking-sphinx
train
d2ba11dac04b90b5cd68cba1ada7960300f44198
diff --git a/tests/test_algorithm.py b/tests/test_algorithm.py index <HASH>..<HASH> 100644 --- a/tests/test_algorithm.py +++ b/tests/test_algorithm.py @@ -1912,13 +1912,13 @@ class TestTradingAlgorithm(TestCase): def initialize(context): pass - def handel_data(context, data): + def...
STY: Fixed typo and appeased flake8
quantopian_zipline
train