hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7341daba314970a8804b38c5903dceee3ea688c9
diff --git a/src/Common/Console/Seed/DefaultSeed.php b/src/Common/Console/Seed/DefaultSeed.php index <HASH>..<HASH> 100644 --- a/src/Common/Console/Seed/DefaultSeed.php +++ b/src/Common/Console/Seed/DefaultSeed.php @@ -78,17 +78,13 @@ class DefaultSeed extends Base } for ($i = 0; $i < static::CONFIG...
Do not catch seed errors Seed errors stop seeding. Closes #<I>
nails_common
train
58fda24be8ff472d7eb78b910b3587594ed46064
diff --git a/ChildNode/replaceWith.js b/ChildNode/replaceWith.js index <HASH>..<HASH> 100644 --- a/ChildNode/replaceWith.js +++ b/ChildNode/replaceWith.js @@ -15,7 +15,7 @@ function ReplaceWith(Ele) { } parent.insertBefore(this.previousSibling, arguments[i]); } - if (firstIsNode) parent.replaceChild(this,...
Fixes issue with replaceWith, it was replacing in reverse
subhaze_fbow
train
9fd7920ff8b61d038e48637b6761f3ac8466d511
diff --git a/gwpy/plotter/timeseries.py b/gwpy/plotter/timeseries.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/timeseries.py +++ b/gwpy/plotter/timeseries.py @@ -1,22 +1,6 @@ -#!/usr/bin/env python +# Licensed under a 3-clause BSD style license - see LICENSE.rst -# Copyright (C) 2012 Duncan M. Macleod -# -# This...
plotter.timeseries: modified header
gwpy_gwpy
train
744c56fc094eed13445dfa6c2526f25f7bf09ad6
diff --git a/recipe/common.php b/recipe/common.php index <HASH>..<HASH> 100644 --- a/recipe/common.php +++ b/recipe/common.php @@ -55,16 +55,6 @@ set('shared_files', []); set('copy_dirs', []); -set('writable_dirs', []); -set('writable_mode', 'acl'); // chmod, chown, chgrp or acl. -set('writable_use_sudo', false); ...
Refactor deploy:writable
deployphp_deployer
train
c805e11c2d5a669f34cab166cbfea61cb7675dd4
diff --git a/lib/rack/reverse_proxy.rb b/lib/rack/reverse_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/rack/reverse_proxy.rb +++ b/lib/rack/reverse_proxy.rb @@ -18,7 +18,7 @@ module Rack def call(env) rackreq = Rack::Request.new(env) - matcher = get_matcher(rackreq.fullpath, extract_http_request_he...
Remove code dup Reuse class methods from `Rack::Proxy` courtesy of the `rack-proxy` gem
waterlink_rack-reverse-proxy
train
aab084866c668ca5590eb6ec8859787e0b6b6490
diff --git a/modules/angular2/test/core/compiler/integration_spec.js b/modules/angular2/test/core/compiler/integration_spec.js index <HASH>..<HASH> 100644 --- a/modules/angular2/test/core/compiler/integration_spec.js +++ b/modules/angular2/test/core/compiler/integration_spec.js @@ -581,6 +581,9 @@ export function main(...
doc(test): add a comment on why tests are disabled
angular_angular
train
11ff05290dced71b6a0a7e0f9559f2220966cfaa
diff --git a/bundle/Resources/public/js/app.js b/bundle/Resources/public/js/app.js index <HASH>..<HASH> 100644 --- a/bundle/Resources/public/js/app.js +++ b/bundle/Resources/public/js/app.js @@ -321,7 +321,8 @@ $(document).ready(function () { function LayoutsBox(el) { this.$el = $(el); this.csrf = $('meta[...
fix ngbm-base-path - check for / at the end
netgen_NetgenAdminUIBundle
train
ab79d4e1d38b32dddd9a1bb7072592e02ea43487
diff --git a/example/index.js b/example/index.js index <HASH>..<HASH> 100644 --- a/example/index.js +++ b/example/index.js @@ -30,8 +30,6 @@ var App = React.createClass({ }, onChange: function(color) { - console.log('onChange: ', color); - var output = this.outputFormat(color); outputFill.style.bac...
Remove console.log from demo to demonstrate onChange output
mapbox_react-colorpickr
train
27f2a0150ad9fed735f541658c28e94ad047d862
diff --git a/demo_normform.php b/demo_normform.php index <HASH>..<HASH> 100644 --- a/demo_normform.php +++ b/demo_normform.php @@ -162,7 +162,7 @@ FORM; <head> <meta charset="utf-8"> <title>Normformular</title> - <link rel="stylesheet" href="../css/styles.css"> + <link rel="stylesheet" href="css/proced...
Moved css for ue<I>-ue<I> to normform
Digital-Media_normform
train
2cfdaa8ce0e0c959b01c0280a93be107788b7d24
diff --git a/telemetry/telemetry/record_wpr.py b/telemetry/telemetry/record_wpr.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/record_wpr.py +++ b/telemetry/telemetry/record_wpr.py @@ -127,17 +127,18 @@ def _PrintPairs(pairs, output_stream, prefix=''): class WprRecorder(object): - def __init__(self, env...
Make it possible to construct a WprRecorder without parsing the command line. This way, we can construct it in other tools (e.g. update_wpr). Bug:chromium:<I> Change-Id: Ieaa9ed7de1cad0c<I>b<I>ae<I>e<I>e<I>b<I>a Reviewed-on: <URL>
catapult-project_catapult
train
6c3b04001984ff8610a979e57074c66c1b2769d2
diff --git a/lib/origen/controller.rb b/lib/origen/controller.rb index <HASH>..<HASH> 100644 --- a/lib/origen/controller.rb +++ b/lib/origen/controller.rb @@ -2,6 +2,17 @@ module Origen module Controller extend ActiveSupport::Concern + # Workaround due to reserved keywords in Ruby, Display in the case belo...
Initial commit for display keyword and issues with sub_block display
Origen-SDK_origen
train
3ea5b0193c485a1025a550cae7a55d004fdb1491
diff --git a/lib/gollum/frontend/public/gollum/livepreview/js/pagedown/Markdown.Sanitizer.js b/lib/gollum/frontend/public/gollum/livepreview/js/pagedown/Markdown.Sanitizer.js index <HASH>..<HASH> 100644 --- a/lib/gollum/frontend/public/gollum/livepreview/js/pagedown/Markdown.Sanitizer.js +++ b/lib/gollum/frontend/publi...
Fix sanitizer to whitelist h1-6.
gollum_gollum-lib
train
500e31afbbe36be75dc0a845c48dd860434fa64c
diff --git a/aws/resource_aws_dynamodb_table.go b/aws/resource_aws_dynamodb_table.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_dynamodb_table.go +++ b/aws/resource_aws_dynamodb_table.go @@ -1027,6 +1027,8 @@ func deleteDynamoDbTable(tableName string, conn *dynamodb.DynamoDB) error { } func deleteDynamoDbRe...
r/dynamodb_table: Concurrent replica delete
terraform-providers_terraform-provider-aws
train
e0fe1d4ba3e046d872aa8a9ef07ea8d20b221136
diff --git a/tests/server/public/index.php b/tests/server/public/index.php index <HASH>..<HASH> 100644 --- a/tests/server/public/index.php +++ b/tests/server/public/index.php @@ -64,23 +64,23 @@ $app->get('/auth/basic', function () use ($app) { return (count(array_unique($headers)) === 1) ? response(null, 200) : r...
Apply fixes from StyleCI (#5) [ci skip] [skip ci]
faustbrian_HTTP
train
a96deb69e224b0fedc5c23784f5f554306501372
diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index <HASH>..<HASH> 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -699,6 +699,12 @@ HTMLArea.prototype.generate = function () { // create the IFRAME var iframe = document.createElement("iframe"); + + if (HTMLArea.is_i...
Added the fix to make editor work better on SSL, as described here: <URL>
moodle_moodle
train
a6577bb64c98dfbe77f4fcbdad482e1b6374a98d
diff --git a/gandi/cli/commands/mail.py b/gandi/cli/commands/mail.py index <HASH>..<HASH> 100644 --- a/gandi/cli/commands/mail.py +++ b/gandi/cli/commands/mail.py @@ -45,6 +45,7 @@ def info(gandi, email): @pass_gandi def create(gandi, email, quota, fallback, alias): """Create a mailbox.""" + login, domain =...
Remove alias param from mail delete command as it's now done in mail update command
Gandi_gandi.cli
train
c349eb6ffcd1682c6face604182f3e789a819026
diff --git a/examples/gen_texture_from_array.py b/examples/gen_texture_from_array.py index <HASH>..<HASH> 100644 --- a/examples/gen_texture_from_array.py +++ b/examples/gen_texture_from_array.py @@ -12,8 +12,7 @@ arr = np.zeros_like(arr)# + 255 arr[:, :, 0] = 255 tex2 = rc.Texture(values=arr) -# tex2.values = np.ra...
added working Texture.values getter property, made Texture.values array read-only.
ratcave_ratcave
train
5cc68989fc13384cf16047346f616a06b003f988
diff --git a/master/buildbot/test/util/steps.py b/master/buildbot/test/util/steps.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/util/steps.py +++ b/master/buildbot/test/util/steps.py @@ -402,17 +402,11 @@ class BuildStepMixin: for l, exp in self.exp_logfiles.items(): got = self.step....
test: Implement support for matching test logs via regex
buildbot_buildbot
train
911cad381009a7a7dbe2723af37ddc5f96c2408b
diff --git a/lib/chef/provider/lwrp_base.rb b/lib/chef/provider/lwrp_base.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/lwrp_base.rb +++ b/lib/chef/provider/lwrp_base.rb @@ -84,7 +84,6 @@ class Chef provider_class = nil provider_name = filename_to_qualified_string(cookbook_name, filename) -...
Updates based on PR comments.
chef_chef
train
9ddf19f28a5e6830361cf8ffa3a0609529a11ea7
diff --git a/symphony/assets/admin.js b/symphony/assets/admin.js index <HASH>..<HASH> 100644 --- a/symphony/assets/admin.js +++ b/symphony/assets/admin.js @@ -1,9 +1,6 @@ /** * @package assets */ -/** - * Symphony Core JavaScript - */ // Declare Symphony object globally @@ -72,19 +69,19 @@ var Symphony = {}; ...
Adjust admin.js documentation to hopefully match the JSDoc guidelines
symphonycms_symphony-2
train
7238c3e058a594c7ada9a03b56af17d2a2969faa
diff --git a/src/Kunstmaan/GeneratorBundle/Command/GenerateDefaultSiteCommand.php b/src/Kunstmaan/GeneratorBundle/Command/GenerateDefaultSiteCommand.php index <HASH>..<HASH> 100755 --- a/src/Kunstmaan/GeneratorBundle/Command/GenerateDefaultSiteCommand.php +++ b/src/Kunstmaan/GeneratorBundle/Command/GenerateDefaultSiteC...
remove console database update output because it was not in line with getting started documentations
Kunstmaan_KunstmaanBundlesCMS
train
a537af5b3c32ae0b621de53da8d0ef62f6097508
diff --git a/pygubu/__init__.py b/pygubu/__init__.py index <HASH>..<HASH> 100644 --- a/pygubu/__init__.py +++ b/pygubu/__init__.py @@ -17,7 +17,7 @@ from pygubu.builder.builderobject import (BuilderObject, register_widget, register_property, ...
Update version to sync with pypi
alejandroautalan_pygubu
train
45146cc138d28d3c9aebd31e46d0f62c45394f36
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -149,9 +149,6 @@ VERSION: } func main() { - // set up go max processes - runtime.GOMAXPROCS(runtime.NumCPU()) - app := registerApp() app.Before = func(c *cli.Context) error { // get flag and set global defaults here.
setting GOMAXPROCS is no longer
minio_minio
train
5d88330eeb9d5e653a0ff5057a17731d3abb0b54
diff --git a/template/shared/directives/forms/formInput.js b/template/shared/directives/forms/formInput.js index <HASH>..<HASH> 100644 --- a/template/shared/directives/forms/formInput.js +++ b/template/shared/directives/forms/formInput.js @@ -121,7 +121,7 @@ angular.module('views') typeRefService.getTypeRef($sco...
Need to test create new in formInput
SciSpike_yaktor-ui-angular1
train
4729918bc9e5bf7c409b04e111f8e416f351f3aa
diff --git a/pre_commit_hooks/check_vcs_permalinks.py b/pre_commit_hooks/check_vcs_permalinks.py index <HASH>..<HASH> 100644 --- a/pre_commit_hooks/check_vcs_permalinks.py +++ b/pre_commit_hooks/check_vcs_permalinks.py @@ -8,7 +8,10 @@ from typing import Sequence def _get_pattern(domain: str) -> Pattern[bytes]: - ...
Disallow any branch name in checks_vcs_permalinks
pre-commit_pre-commit-hooks
train
d1a6daac8201c0743cd25cd12afea6f3a641575f
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2010, Stefan Foulis' # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8.1' +release = '0.8.2-develop' # The language fo...
fixed version number in docs to reflect the 'develop' state
divio_django-filer
train
05700c28cfede10a67e33982c38690f07f734227
diff --git a/src/Discord/Parts/Channel/Message.php b/src/Discord/Parts/Channel/Message.php index <HASH>..<HASH> 100644 --- a/src/Discord/Parts/Channel/Message.php +++ b/src/Discord/Parts/Channel/Message.php @@ -13,7 +13,9 @@ namespace Discord\Parts\Channel; use Carbon\Carbon; use Discord\Helpers\Collection; +use Di...
Made the author attribute on Message return a Member object.
teamreflex_DiscordPHP
train
02a9311fbb286599e5830368756ffdce59b7bb78
diff --git a/src/main/java/com/aoindustries/util/i18n/EditableResourceBundle.java b/src/main/java/com/aoindustries/util/i18n/EditableResourceBundle.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/aoindustries/util/i18n/EditableResourceBundle.java +++ b/src/main/java/com/aoindustries/util/i18n/EditableResourceB...
Renamed "LOOKUP_ONLY" to just "LOOKUP"
aoindustries_aocode-public
train
cb3320ac9d95603e645b5ac12e8354b0520bd06a
diff --git a/src/yimaWidgetator/Listener/WidgetizeAggregateListener.php b/src/yimaWidgetator/Listener/WidgetizeAggregateListener.php index <HASH>..<HASH> 100644 --- a/src/yimaWidgetator/Listener/WidgetizeAggregateListener.php +++ b/src/yimaWidgetator/Listener/WidgetizeAggregateListener.php @@ -12,6 +12,8 @@ use Zend\Se...
init to enable to add widgets from within child viewModels
YiMAproject_yimaWidgetator
train
64e83e23aa9c69d0df0c3fdae7cb264297258af4
diff --git a/lib/ruboto/util/setup.rb b/lib/ruboto/util/setup.rb index <HASH>..<HASH> 100644 --- a/lib/ruboto/util/setup.rb +++ b/lib/ruboto/util/setup.rb @@ -195,7 +195,7 @@ module Ruboto @haxm_kext_loc = nil end - os_x_version = ENV['_system_version'] + os_x_version = `sw_v...
Use `sw_vers` to get Mac OS version ENV['_system_version'] was not set on my Mac (<I>)
ruboto_ruboto
train
5dfd7bafbdc1cc358d5c811216756497a8f52381
diff --git a/src/java/azkaban/executor/FlowRunner.java b/src/java/azkaban/executor/FlowRunner.java index <HASH>..<HASH> 100644 --- a/src/java/azkaban/executor/FlowRunner.java +++ b/src/java/azkaban/executor/FlowRunner.java @@ -390,8 +390,7 @@ public class FlowRunner extends EventHandler implements Runnable { logg...
Minor changes to spelling and to remove old test code.
azkaban_azkaban
train
700cf6a2b33119fcc156fcf38956caaf7c4c0791
diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py index <HASH>..<HASH> 100644 --- a/dsmr_parser/telegram_specifications.py +++ b/dsmr_parser/telegram_specifications.py @@ -34,7 +34,7 @@ V2_2 = { obis.VALVE_POSITION_GAS: CosemParser(ValueParser(str)), obis.GAS...
issue#<I> resolved issue with x-x:<I> where it contains non-integer characters, parse 2nd value as string instead of integer
ndokter_dsmr_parser
train
36f4e2046d83eca2bda8db3933e5d1c28e8a4088
diff --git a/peer.go b/peer.go index <HASH>..<HASH> 100644 --- a/peer.go +++ b/peer.go @@ -473,6 +473,7 @@ func (c *chanMsgStream) msgConsumer() { case <-c.quit: peerLog.Tracef("Update stream for "+ "ChannelID(%x) exiting", c.cid[:]) + c.msgCond.L.Unlock() return default: }
peer: ensure mutex is freed up when the msgConsumer exits
lightningnetwork_lnd
train
97637b027198ce0e7786c581958196995064e980
diff --git a/drools-planner-examples/src/main/java/org/drools/planner/examples/pas/solver/solution/initializer/PatientAdmissionScheduleStartingSolutionInitializer.java b/drools-planner-examples/src/main/java/org/drools/planner/examples/pas/solver/solution/initializer/PatientAdmissionScheduleStartingSolutionInitializer....
findbugs be a _static_ inner class?
kiegroup_optaplanner
train
0ee324f2d121250adaf027ad6e39342bdedea5af
diff --git a/framework/rest/Controller.php b/framework/rest/Controller.php index <HASH>..<HASH> 100644 --- a/framework/rest/Controller.php +++ b/framework/rest/Controller.php @@ -105,10 +105,9 @@ class Controller extends \yii\web\Controller */ public function beforeAction($action) { + $this->auth...
perform API auth before configured User class may require login This allows usage of AccessControl filter in API
yiisoft_yii-core
train
d5cf89cc31b4d4193145b8c554b54583c0a0fb7c
diff --git a/smartcard/pcsc/PCSCContext.py b/smartcard/pcsc/PCSCContext.py index <HASH>..<HASH> 100644 --- a/smartcard/pcsc/PCSCContext.py +++ b/smartcard/pcsc/PCSCContext.py @@ -52,8 +52,7 @@ class PCSCContext(object): def __init__(self): PCSCContext.mutex.acquire() try: - if not PCSC...
PCSCContext: simplify init We do not need to check if a previous instance was already present since it will be released by renewContext() if needed. Thanks to Lemon Gong for the patch <URL>
LudovicRousseau_pyscard
train
912444fa459c975d5e394101e40e76c55f00779a
diff --git a/prow/gerrit/adapter/adapter.go b/prow/gerrit/adapter/adapter.go index <HASH>..<HASH> 100644 --- a/prow/gerrit/adapter/adapter.go +++ b/prow/gerrit/adapter/adapter.go @@ -62,19 +62,22 @@ type Controller struct { // NewController returns a new gerrit controller client func NewController(lastSyncFallback ...
Start auth loop immediately, better debugging info
kubernetes_test-infra
train
6a76b08539302daf09d8b37361a131c6f887fe71
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1703,6 +1703,7 @@ class Button(Element): print('Button.Update *** WARNING - Button colors are not supported on the Mac***') if button_color != (None, None): ...
Updated Button.ButtonColor when Updating so can retrieve at runtime.
PySimpleGUI_PySimpleGUI
train
ff8d3ca1d8a541c02c34aee943e6b677b0e5689c
diff --git a/src/main/java/org/nanopub/extra/server/PublishNanopub.java b/src/main/java/org/nanopub/extra/server/PublishNanopub.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/nanopub/extra/server/PublishNanopub.java +++ b/src/main/java/org/nanopub/extra/server/PublishNanopub.java @@ -128,9 +128,9 @@ public cl...
Fix bug: correctly count nanopubs when publishing them
Nanopublication_nanopub-java
train
4b23569680c6a679204efd0d5d9045044f9340d4
diff --git a/invenio_i18n/selectors.py b/invenio_i18n/selectors.py index <HASH>..<HASH> 100644 --- a/invenio_i18n/selectors.py +++ b/invenio_i18n/selectors.py @@ -70,7 +70,7 @@ def get_locale(): if hasattr(current_app, 'login_manager') and \ current_user.is_authenticated: language_user_key = ...
selectors: fix locale selection with AnonymousUser * Fixes the selection of locale when the current_user object does not have I<I>N_USER_LANG_ATTR property.
inveniosoftware_invenio-i18n
train
2ebc1969270db41ca49f32c254071e932e677531
diff --git a/oath/google_authenticator.py b/oath/google_authenticator.py index <HASH>..<HASH> 100644 --- a/oath/google_authenticator.py +++ b/oath/google_authenticator.py @@ -17,7 +17,7 @@ import hashlib from . import hotp from . import totp -__ALL__ = ('GoogleAuthenticator',) +__all__ = ('GoogleAuthenticator',) ...
__all__ is lowercase ! Thanks Daniel Holth, #6
bdauvergne_python-oath
train
26bb5fbe6ccd10835411fe5eb53b0451960cadda
diff --git a/spec/stack_master/parameter_resolvers/ami_finder_spec.rb b/spec/stack_master/parameter_resolvers/ami_finder_spec.rb index <HASH>..<HASH> 100644 --- a/spec/stack_master/parameter_resolvers/ami_finder_spec.rb +++ b/spec/stack_master/parameter_resolvers/ami_finder_spec.rb @@ -12,7 +12,30 @@ RSpec.describe Sta...
Add some tests for build_filters
envato_stack_master
train
b2e4b881f3935f3e194ebb29caa27a56c79f49da
diff --git a/http-client/src/main/java/io/micronaut/http/client/netty/DefaultHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/netty/DefaultHttpClient.java index <HASH>..<HASH> 100644 --- a/http-client/src/main/java/io/micronaut/http/client/netty/DefaultHttpClient.java +++ b/http-client/src/main/java...
Client should build ssl context for wss in addition to https (#<I>) * Issue <I> * Revert "Issue <I>" This reverts commit <I>b<I>b<I>c<I>c<I>a<I>d<I>ea<I>e4f1c. * Build the ssl context for https and wss
micronaut-projects_micronaut-core
train
92eb1acb648d755ac0a49e0729f7edcedcbd8363
diff --git a/molgenis-security/src/main/java/org/molgenis/security/twofactor/auth/RecoveryAuthenticationProviderImpl.java b/molgenis-security/src/main/java/org/molgenis/security/twofactor/auth/RecoveryAuthenticationProviderImpl.java index <HASH>..<HASH> 100644 --- a/molgenis-security/src/main/java/org/molgenis/security...
Fix squid:squid:RedundantThrowsDeclarationCheck: "throws" declarations should not be superfluous
molgenis_molgenis
train
68c6835bb5ee6a4b6d72adb136b6648ff30a206e
diff --git a/builder/cloudstack/step_configure_networking.go b/builder/cloudstack/step_configure_networking.go index <HASH>..<HASH> 100644 --- a/builder/cloudstack/step_configure_networking.go +++ b/builder/cloudstack/step_configure_networking.go @@ -2,19 +2,14 @@ package cloudstack import ( "fmt" - "math/rand" ...
Do not create a random public port (#<I>) This is meant to be a gentle solution for a very specific use case, but is causing more issues then it solves. If you have a port conflict when trying to use an already associated public IP, the easiest way around it is to let the builder associate a new temporary public IP...
hashicorp_packer
train
ee303ddba2e60f4f67afbca944cbab03533eb65c
diff --git a/test/test-PipeTransport.js b/test/test-PipeTransport.js index <HASH>..<HASH> 100644 --- a/test/test-PipeTransport.js +++ b/test/test-PipeTransport.js @@ -885,10 +885,10 @@ test('router.createPipeTransport() with fixed port succeeds', async () => const pipeTransport = await router1.createPipeTransport( ...
tests: change fixed port from <I> to <I> because local things
versatica_mediasoup
train
afea17a49dae1fe897f23a07222c989d55865353
diff --git a/lib/country_state_select/version.rb b/lib/country_state_select/version.rb index <HASH>..<HASH> 100644 --- a/lib/country_state_select/version.rb +++ b/lib/country_state_select/version.rb @@ -1,3 +1,3 @@ module CountryStateSelect - VERSION = "0.0.3" + VERSION = "0.0.4" end
Due to some readme file changes need release
arvindvyas_Country-State-Select
train
7102f09e2a3920f0869a02cfce5c1bb86ff4e296
diff --git a/example-cli.php b/example-cli.php index <HASH>..<HASH> 100644 --- a/example-cli.php +++ b/example-cli.php @@ -13,8 +13,8 @@ $data1 = array( array('2003','=B2', '23.5','2010-01-01 00:00:00','2012-12-31 00:00:00'), ); $data2 = array( - array('2003','01','343.12'), - array('2003','02','345.12'), ...
fixing formatting of long numbers (phone numbers etc)
mk-j_PHP_XLSXWriter
train
79f1d634a36bde5daa6798640c61be54cac39f2f
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Dataminr", "name": "dataminr-react-components", "description": "Collection of reusable React Components and utility functions", - "version": "1.2.0", + "version": "1.3.0", ...
remove componentWillReceiveProps from Table component since calling TableStore.onDataReceived out of the normal data lifecycle can cause issues (#<I>)
dataminr_react-components
train
2367adc68874190b153353fec15281c616756caf
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -3,14 +3,14 @@ const webpackConfig = require('./tasks/config').webpack module.exports = function (config) { const reporters = ['progress'] - if (process.env.TRAVIS) { - if (!process.env.SAUCE_USER...
test: Run browser tests on travis through firefox
ipfs_js-ipfs-http-client
train
45de52ce7fa297c48133a4096f8059a7d0b74707
diff --git a/lib/client_side_validations/generators.rb b/lib/client_side_validations/generators.rb index <HASH>..<HASH> 100644 --- a/lib/client_side_validations/generators.rb +++ b/lib/client_side_validations/generators.rb @@ -3,7 +3,7 @@ module ClientSideValidations @@assets = [] def self.register_assets(k...
Autofix RuboCop offences
DavyJonesLocker_client_side_validations
train
a588b7fbac2d321697f16815c2dd4fc6f1d686e4
diff --git a/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java b/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java +++ b/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java @@ -2...
Reverting Math.pow() change after pull request merge from AlbertWeichselbraun as discussed here <URL>
optimaize_language-detector
train
144574dc2673f9be2d50b2755120bd3bb844ea89
diff --git a/ResourceManager/src/V3/resources/folders_rest_client_config.php b/ResourceManager/src/V3/resources/folders_rest_client_config.php index <HASH>..<HASH> 100644 --- a/ResourceManager/src/V3/resources/folders_rest_client_config.php +++ b/ResourceManager/src/V3/resources/folders_rest_client_config.php @@ -45,6 ...
chore: generate with gapic-generator-php <I> (#<I>) Committer: @miraleung PiperOrigin-RevId: <I> Source-
googleapis_google-cloud-php
train
c024bbaef06ba1368b1b8459ba830089ecd22966
diff --git a/is_core/version.py b/is_core/version.py index <HASH>..<HASH> 100644 --- a/is_core/version.py +++ b/is_core/version.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 53) +VERSION = (1, 3, 54) def get_version(): return '.'.join(map(str, VERSION)) diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/...
<I> New version of chamber
matllubos_django-is-core
train
f9d72827ec732a983cc3733e27ef5ea9077fd163
diff --git a/lib/generators/geocoder/config/templates/initializer.rb b/lib/generators/geocoder/config/templates/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/generators/geocoder/config/templates/initializer.rb +++ b/lib/generators/geocoder/config/templates/initializer.rb @@ -7,7 +7,7 @@ Geocoder.configure( # ...
fix comment describing the required cache interface cache must respond to #del, not #keys
alexreisner_geocoder
train
f735720f4443dddf8898f4059bac09ee547d45ed
diff --git a/closure/goog/events/events.js b/closure/goog/events/events.js index <HASH>..<HASH> 100644 --- a/closure/goog/events/events.js +++ b/closure/goog/events/events.js @@ -124,15 +124,6 @@ goog.events.onStringMap_ = {}; /** - * Randomized string used to avoid collisions if two copies of goog.events are - * ...
Automated rollback. *** Original change description *** Use a unique per-frame value in returnValue. This also prefers using returnValue in most cases. ------------- Created by MOE: <URL>
google_closure-library
train
376d60eebeb0a48579862004d8a70b00fb39ee32
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ The example listing is getting overly large to maintain here. If you are using Yard, you will be able to see the examples in line below. If not, please refer to the Please see the {file:examples/example.rb...
more work on solidifying parsing of data caching for charts to eliminate formula strings.
randym_axlsx
train
8bc026cfab04aa40dadf91365e2234cb74d8b83a
diff --git a/monitor/services/src/main/java/org/eobjects/datacleaner/monitor/server/controllers/PingController.java b/monitor/services/src/main/java/org/eobjects/datacleaner/monitor/server/controllers/PingController.java index <HASH>..<HASH> 100644 --- a/monitor/services/src/main/java/org/eobjects/datacleaner/monitor/s...
Cosmetic improvements to Ping and Urls.
datacleaner_DataCleaner
train
72b27b9d78b5cf68dda1ac55c6e83ac99d31a4bc
diff --git a/client-js/query-editor.js b/client-js/query-editor.js index <HASH>..<HASH> 100644 --- a/client-js/query-editor.js +++ b/client-js/query-editor.js @@ -142,7 +142,7 @@ module.exports = function () { } } } - $('.sche...
defaulting schema info to a more expand
rickbergfalk_sqlpad
train
272d39c1d12b68f0a31dcbc7b4a3afe4ede385a9
diff --git a/src/js/listeners.js b/src/js/listeners.js index <HASH>..<HASH> 100644 --- a/src/js/listeners.js +++ b/src/js/listeners.js @@ -569,10 +569,18 @@ class Listeners { this.bind(elements.buttons.restart, 'click', player.restart, 'restart'); // Rewind - this.bind(elements.buttons.rewind, 'click', p...
Assigning player's lastSeekTime on rewind/fast forward to prevent immediate controls hide on mobile
sampotts_plyr
train
8a6140e9c25e6cd1a6e19c0980b9a47735cf678c
diff --git a/interact.js b/interact.js index <HASH>..<HASH> 100644 --- a/interact.js +++ b/interact.js @@ -51,6 +51,7 @@ selectors = {}, // all css selector interactables selectorDZs = [], // all dropzone selector interactables matches = [], // all selectors that are m...
Delegate DOM events set by interact('selector').on function log (event) { console.log(event.type, event.currentTarget); } interact('*').on('click', log); interact('*').on('click', log, true); // log will be called twice for every ancestor of event.target useCapture flag is used however, capture phase order is no...
taye_interact.js
train
89cc379c096ca3acf2dc9a8ba6ac1e20645e1983
diff --git a/app/models/feature.rb b/app/models/feature.rb index <HASH>..<HASH> 100644 --- a/app/models/feature.rb +++ b/app/models/feature.rb @@ -65,19 +65,16 @@ class Feature < ActiveRecord::Base geog_lowres = ST_SimplifyPreserveTopology(geog::geometry, #{options[:lowres_simplification]})" ...
Created compassPoints in database Rather than needing to make SQL Queries every time we go to a new referral, we can just save the compassPoints(N,E,S,W) into the database so we can access them when necessary.
culturecode_spatial_features
train
5fcf7ca0126ec84d66b3a41d63f339bf4ad99bf6
diff --git a/queue/queue.go b/queue/queue.go index <HASH>..<HASH> 100644 --- a/queue/queue.go +++ b/queue/queue.go @@ -26,6 +26,7 @@ const ChanSize = 32 type Message struct { Action string Args []string + Visits int } // ChannelFromWriter returns a channel from a given io.WriteCloser. @@ -159,6 +160,7 @@ fun...
queue: added Visits field to the Message field Everytime PutBack is called, this attribute is incremented.
tsuru_tsuru
train
457e6abf770e5dbf6beab9e3ba715ab7d973235b
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface...
bumped Symfony version to <I>-DEV-DEV
symfony_symfony
train
757c45c659e67b3aca4ebb831da4d02f1431815f
diff --git a/moto/s3/responses.py b/moto/s3/responses.py index <HASH>..<HASH> 100644 --- a/moto/s3/responses.py +++ b/moto/s3/responses.py @@ -44,7 +44,7 @@ def bucket_response(uri, body, headers): template = Template(S3_DELETE_BUCKET_WITH_ITEMS_ERROR) return template.render(bucket=removed_buc...
replace pdbs with NotImplemented
spulec_moto
train
2685e64d6d7afb1e770fe5d431217d5a8e7a333f
diff --git a/widgets/hqwidgets/js/hqwidgets.js b/widgets/hqwidgets/js/hqwidgets.js index <HASH>..<HASH> 100644 --- a/widgets/hqwidgets/js/hqwidgets.js +++ b/widgets/hqwidgets/js/hqwidgets.js @@ -1338,6 +1338,7 @@ vis.binds.hqwidgets = { if (options.slideOid) { slidePos = vis.states[options...
(bluefox) almost finished shutter
ioBroker_ioBroker.vis-hqwidgets
train
e37e7f1329af4c205439d49dc1297c46f6648ccb
diff --git a/src/Composer/EventDispatcher/EventDispatcher.php b/src/Composer/EventDispatcher/EventDispatcher.php index <HASH>..<HASH> 100644 --- a/src/Composer/EventDispatcher/EventDispatcher.php +++ b/src/Composer/EventDispatcher/EventDispatcher.php @@ -166,7 +166,12 @@ class EventDispatcher $return = 0; ...
Fix handling of non-callable event listeners, fixes #<I>
composer_composer
train
a4d691b655e61a13de74d0f7fab54b39a0da7326
diff --git a/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java b/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java index <HASH>..<HASH> 100644 --- a/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java +++ b/src/main/lombok/com/restfb/types/send/ListTemplatePayload.java @@ -26,11 +26...
Issue #<I>: deprecated templates marked as deprecated
restfb_restfb
train
af982800f6560c5373cb2fba16188c5143c8bb08
diff --git a/xarray/tests/test_concat.py b/xarray/tests/test_concat.py index <HASH>..<HASH> 100644 --- a/xarray/tests/test_concat.py +++ b/xarray/tests/test_concat.py @@ -18,56 +18,53 @@ from .test_dataset import create_test_data class TestConcatDataset: - def test_concat(self): - # TODO: simplify and sp...
Refactor concat tests. (#<I>) * Refactor concat tests. * Use data as fixture.
pydata_xarray
train
d1d0b8688637f3d5236254aaf55efcfe6a219e56
diff --git a/spec/unit/parsers/ast/node_spec.rb b/spec/unit/parsers/ast/node_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/parsers/ast/node_spec.rb +++ b/spec/unit/parsers/ast/node_spec.rb @@ -120,4 +120,40 @@ describe BEL::Parsers::AST::Node do expect(node.incomplete?).to eq(true) end end + + des...
added spec tests for #updated method
OpenBEL_bel_parser
train
cad12e79e0f82d8ad57c62dc4d061ae7f19dc318
diff --git a/src/lib/Menu/Admin/Role/RoleAssignmentCreateRightSidebarBuilder.php b/src/lib/Menu/Admin/Role/RoleAssignmentCreateRightSidebarBuilder.php index <HASH>..<HASH> 100644 --- a/src/lib/Menu/Admin/Role/RoleAssignmentCreateRightSidebarBuilder.php +++ b/src/lib/Menu/Admin/Role/RoleAssignmentCreateRightSidebarBuild...
EZP-<I>: Fix save buttons' icons - change publish icon to save
ezsystems_ezplatform-admin-ui
train
304c911797a0f06bd26928507f951f01f4332517
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var clone_helper = require(__dirname + '/lib/clone-helper') - , poly = require('polyfill-function-prototype-bind') + , poly = require('polyfill-function-prototype-bind') , typeOf = require('...
Fixed code styling issue in index.js
Elzair_protolib
train
210b73ccf4c63c148c65dc44494837e3b4ab10d4
diff --git a/lib/synvert/core/rewriter/instance.rb b/lib/synvert/core/rewriter/instance.rb index <HASH>..<HASH> 100644 --- a/lib/synvert/core/rewriter/instance.rb +++ b/lib/synvert/core/rewriter/instance.rb @@ -90,39 +90,38 @@ module Synvert::Core Dir .glob(file_pattern) .each do |file_path| - ...
Auto corrected by following Lint Ruby Style/Next
xinminlabs_synvert-core
train
4d0e7e5421583e6e0368a6c44d3bc9f1f75b394f
diff --git a/lib/update.js b/lib/update.js index <HASH>..<HASH> 100644 --- a/lib/update.js +++ b/lib/update.js @@ -18,7 +18,8 @@ function update(instance, spec) { for (var k in spec) { if (spec.hasOwnProperty(k)) { if (update.commands.hasOwnProperty(k)) { - return update.commands[k](spec[k], value...
Fix #<I> - t.update: cannot $merge and $remove at once
gcanti_tcomb
train
8c48841980e3d71c631b8698bbbe2ff7c1c2873b
diff --git a/app/models/dj_mon/dj_report.rb b/app/models/dj_mon/dj_report.rb index <HASH>..<HASH> 100644 --- a/app/models/dj_mon/dj_report.rb +++ b/app/models/dj_mon/dj_report.rb @@ -82,8 +82,8 @@ module DjMon end private - def l_datetime date - date.present? ? I18n.l(date) : "" + def l_datetime ...
format time in a fixed format, instead of the localized one
akshayrawat_dj_mon
train
9f02f51b879146fa630f36aa7394f67178df3987
diff --git a/cmd/object-handlers.go b/cmd/object-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/object-handlers.go +++ b/cmd/object-handlers.go @@ -83,6 +83,9 @@ const ( encryptBufferThreshold = 1 << 20 // add an input buffer of this size. encryptBufferSize = 1 << 20 + + // minCompressibleSize is the minimum s...
Add 4K minimum compressed size (#<I>) There is no point in compressing very small files. Typically the effective size on disk will be the same due to disk blocks. So don't waste resources on extremely small files. We don't check on multipart. 1) because we don't know and 2) this is very likely a big object an...
minio_minio
train
aca53124fa8044a4a5cfa577ed9ece5cba4c05c8
diff --git a/ibis/backends/pandas/execution/generic.py b/ibis/backends/pandas/execution/generic.py index <HASH>..<HASH> 100644 --- a/ibis/backends/pandas/execution/generic.py +++ b/ibis/backends/pandas/execution/generic.py @@ -1022,7 +1022,10 @@ def execute_node_nullif_scalar_series(op, value, series, **kwargs): d...
fix: implement coalesce properly in the pandas backend
ibis-project_ibis
train
5316f9b750f4e61482320c88e23716e70b7c1161
diff --git a/lib/page_title_helper.rb b/lib/page_title_helper.rb index <HASH>..<HASH> 100644 --- a/lib/page_title_helper.rb +++ b/lib/page_title_helper.rb @@ -51,7 +51,7 @@ module PageTitleHelper def self.formats @formats ||= { :app => ":app", - :default => ':app - :title', + :default => ':titl...
changed default format from ":app - :title" to ":title - :app", so app name should be suffix, makes more sense anyway
lwe_page_title_helper
train
36120f9920e68d50f31fed2cb2a817140d5393df
diff --git a/tests/test_app/Plugin/TestPlugin/src/Database/Driver/TestDriver.php b/tests/test_app/Plugin/TestPlugin/src/Database/Driver/TestDriver.php index <HASH>..<HASH> 100644 --- a/tests/test_app/Plugin/TestPlugin/src/Database/Driver/TestDriver.php +++ b/tests/test_app/Plugin/TestPlugin/src/Database/Driver/TestDriv...
Improving the fix for appveyor
cakephp_cakephp
train
679618eb4a250d92fcecc14ddf800db117e5c015
diff --git a/src/rinoh/text.py b/src/rinoh/text.py index <HASH>..<HASH> 100644 --- a/src/rinoh/text.py +++ b/src/rinoh/text.py @@ -172,7 +172,7 @@ class StyledText(Styled, AcceptNoneAttributeType): for token in tokens: if token.exact_type == RPAR: ...
StyledText parser: strip spaces surrounding style names
brechtm_rinohtype
train
cba316f750152c9801f957c1ed823d1e1c444047
diff --git a/library/src/main/java/com/wuman/android/auth/AuthorizationFlow.java b/library/src/main/java/com/wuman/android/auth/AuthorizationFlow.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/wuman/android/auth/AuthorizationFlow.java +++ b/library/src/main/java/com/wuman/android/auth/AuthorizationFlo...
make AuthorizationFlow.setRequestInitializer() work while the method tried to set the request initializer on LenientAuthorizationCodeTokenRequest, this was immediately undone later as the method was providing its own initializer to set the Accept header. AuthorizationCodeTokenRequest only supports one request initial...
wuman_android-oauth-client
train
c06406fd0e7ee7134379bb1f9f3ccf3c632c09e7
diff --git a/examples/Huge/src/app/modules/Feed/components/Article/index.js b/examples/Huge/src/app/modules/Feed/components/Article/index.js index <HASH>..<HASH> 100644 --- a/examples/Huge/src/app/modules/Feed/components/Article/index.js +++ b/examples/Huge/src/app/modules/Feed/components/Article/index.js @@ -1,24 +1,1...
fix(examples): use staticMatch prop
winoteam_react-router-navigation
train
821f74037a8cb6f86fa84f086cc4741c4c6dae04
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.1.3 (Sep 28, 2019) + +- Update documentation after unforking. + + ## 2.1.2 (Sep 27, 2019) - `intersect_plane()`: Preserve `closed=False` when a neighborhood is diff --git ...
RELEASE <I> (#<I>)
bodylabs_lace
train
dcf752a4f2267970aee2cf07177d457f46a883a7
diff --git a/corral/conf.py b/corral/conf.py index <HASH>..<HASH> 100644 --- a/corral/conf.py +++ b/corral/conf.py @@ -65,6 +65,9 @@ class LazySettings(object): os.path.isfile(full_path + ".py") or os.path.isfile(full_path + ".pyc")) + def get(self, name, d=None): + return getattr(...
added like dict.get to lazy settings
toros-astro_corral
train
618a0078aeee488b259123883deeeb403d70a554
diff --git a/tools/run_tests/sanity/check_deprecated_grpc++.py b/tools/run_tests/sanity/check_deprecated_grpc++.py index <HASH>..<HASH> 100755 --- a/tools/run_tests/sanity/check_deprecated_grpc++.py +++ b/tools/run_tests/sanity/check_deprecated_grpc++.py @@ -170,4 +170,22 @@ for path_file in expected_files: os.r...
Check sanity of src directory
grpc_grpc
train
2ad1b1885a3dd131e39c0246e6c90208e9ca3a3e
diff --git a/lib/wml_action/tag.rb b/lib/wml_action/tag.rb index <HASH>..<HASH> 100644 --- a/lib/wml_action/tag.rb +++ b/lib/wml_action/tag.rb @@ -73,6 +73,7 @@ module WMLAction end def merge(other) + return self if other.nil? return self unless @name == other.name return self unless matc...
Bumped version to <I>
pancho-bo_wml_action
train
659652f6d4b8408207bb6d48ac990d4deb4cf79a
diff --git a/CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/MainActivity.java b/CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/MainActivity.java index <HASH>..<HASH> 100644 --- a/CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/MainActivity.java +++ b/Calligraph...
Removed unnecessary called to initDefaults()
chrisjenx_Calligraphy
train
c868ccd5d69592a05a52fd0650f3a1981ed58ff8
diff --git a/examples/facebook_bot.js b/examples/facebook_bot.js index <HASH>..<HASH> 100755 --- a/examples/facebook_bot.js +++ b/examples/facebook_bot.js @@ -488,6 +488,13 @@ controller.hears(['send tagged message'], 'message_received', function (bot, mes bot.reply(message, taggedMessage); }); +controller.hear...
Add an example of how to send a messaging type
howdyai_botkit
train
968cca1ad9699eae0d7788bc02ad3d69889aba66
diff --git a/tests/StandardTest.php b/tests/StandardTest.php index <HASH>..<HASH> 100644 --- a/tests/StandardTest.php +++ b/tests/StandardTest.php @@ -34,6 +34,9 @@ class StandardTest extends TestCase $pipeline = new Standard(); $this->assertSame([], $pipeline->toArray()); + + $this->assertSa...
Assert that count is zero for an empty pipeline
sanmai_pipeline
train
12011e1aab24fe39eab7e8bb60945c160027dcf0
diff --git a/tests/integration/onlineinfo/frontendserversinformationstoringTest.php b/tests/integration/onlineinfo/frontendserversinformationstoringTest.php index <HASH>..<HASH> 100644 --- a/tests/integration/onlineinfo/frontendserversinformationstoringTest.php +++ b/tests/integration/onlineinfo/frontendserversinformat...
ESDEV-<I> Write integration tests to check if frontend node information was stored integration test updated
OXID-eSales_oxideshop_ce
train
82b3f9568828543003ddf44c1754ae8321b13546
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ exports.send = function (obj) { function transform (obj, encoding, callback) { if (typeof obj != 'object') return callback("Expecting object, but got " + typeof obj); - mail.send(obj); + mail.send(obj, l...
add logging callback my split got wonky and commited the previous chunk with wrong msg :/
markhuge_mailgun-stream
train
1cd5442ceeb02b8fcd82327f099fdb870afed258
diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index <HASH>..<HASH> 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -2652,7 +2652,6 @@ class PyCdlib(object): if rec.rock_ridge is None or not relocated: for pvd in self.pvds: pvd.add_to_ptr(path_table_record.PathTa...
Collapse another two loops into one.
clalancette_pycdlib
train
443d964345e1b289fe88d4eba804583c4a069b78
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -89,11 +89,11 @@ Strategy.prototype.processResponse = function (req) { var response = decodeResponse(req); - if (response.status != '200') { + if (response.status !== '200') { var message = ERROR_CODES[response.s...
Fixed response error result Response status assignment rather than comparison was forcing non-status-<I> responses to always be treated as status-<I> responses.
ForbesLindesay_passport-raven
train
fb3f581e5f3ad10765b87a5a8b0c10bb1fca5d91
diff --git a/src/BaseExtension.php b/src/BaseExtension.php index <HASH>..<HASH> 100644 --- a/src/BaseExtension.php +++ b/src/BaseExtension.php @@ -450,7 +450,7 @@ abstract class BaseExtension implements ExtensionInterface $callback = (string) $callback; } - $this->app['asset.queue.snippet...
Add [ $this, .. ] to callback. Fixes #<I>
bolt_bolt
train
6f95ed06e0d9b59f1d3d9ccf77bd7cfe294b105e
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index <HASH>..<HASH> 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -66491,6 +66491,21 @@ parameters: path: src/Sulu/Component/Content/Types/Link.php - + message: "#^Method Sulu\\\\Component\\\\Content\\\\Types\\\\Link\\:\\:importD...
Fix import xliff link problem (#<I>)
sulu_sulu
train
ef6b36f2dafd691808959be4dc1147c6a03f905a
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -147,7 +147,7 @@ class Table(collections.abc.MutableMapping): Example: - >>> Table.read_table('https://www.inferenti...
Updated link of CSV file for read_table() method
data-8_datascience
train
dd63eff3b729acd5e5e9bdcdb5f6009ee7685ca9
diff --git a/test/elements/PlayerEndpoint.js b/test/elements/PlayerEndpoint.js index <HASH>..<HASH> 100644 --- a/test/elements/PlayerEndpoint.js +++ b/test/elements/PlayerEndpoint.js @@ -123,7 +123,7 @@ QUnit.asyncTest('End of Stream with Callback', function (assert) { assert.expect(2); var timeout = new Timeou...
Increase timeout value for several tests (flaky in Jenkins)
Kurento_kurento-client-js
train
c9db3a996d6c6bda8e5715f328945e10a6ab35ac
diff --git a/resources/lang/no-NO/notifications.php b/resources/lang/no-NO/notifications.php index <HASH>..<HASH> 100644 --- a/resources/lang/no-NO/notifications.php +++ b/resources/lang/no-NO/notifications.php @@ -85,6 +85,14 @@ return [ 'action' => 'Bekreft', ], ], + 'ma...
New translations notifications.php (Norwegian)
CachetHQ_Cachet
train
783c876c011ba7bd9161d2c5fedb647f425e6aa5
diff --git a/lib/rules/font-weight-notation/__tests__/index.js b/lib/rules/font-weight-notation/__tests__/index.js index <HASH>..<HASH> 100644 --- a/lib/rules/font-weight-notation/__tests__/index.js +++ b/lib/rules/font-weight-notation/__tests__/index.js @@ -84,6 +84,33 @@ testRule(rule, { code: 'a { font-weight: I...
Add support for `font-weight` ranges in `@font-face` (#<I>) * Fix #<I> * Replace regexp with list.space + update tests * Add reject cases * Fix lint error
stylelint_stylelint
train
782cbddc75ffd6e748226adebfdce5fce8412c13
diff --git a/src/FormModel/FormModel.php b/src/FormModel/FormModel.php index <HASH>..<HASH> 100755 --- a/src/FormModel/FormModel.php +++ b/src/FormModel/FormModel.php @@ -15,6 +15,7 @@ class FormModel return new Frameworks\Plain(); default: $custom_thing = config('kregel.f...
Applied fixes from StyleCI (#<I>)
austinkregel_formmodel
train