hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b688c449075b0f0ca6c1176671a7246d737d5229
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -149,8 +149,13 @@ foreach ($modinfo->instances['forum'] as $forumid=>$cm) { } } -/// Do course wide subscribe/unsubscribe -if (!is_null($subscribe) and !isguestuser()) { +// ...
MDL-<I> forum: don't show/allow any subscription to not enrolled users
moodle_moodle
train
f72af4be82e8362a3bf0bdfcfe1727bcb914cf8a
diff --git a/test/test_picklist.py b/test/test_picklist.py index <HASH>..<HASH> 100644 --- a/test/test_picklist.py +++ b/test/test_picklist.py @@ -65,17 +65,18 @@ def test_det_target(ids, kys, anames, ilist, ide): global counter keye = kys[counter] counter += 1 - if counter > len(kys):...
Changed user_picklist to use input instead of getch Created a stub function to run the input command so the function can be mocked in tests. Mocking the builtin.input command did not work Updated test for new changes Old code is still present, but commented out. Once finalized, the gutter module will no longer be nece...
robertpeteuil_aws-shortcuts
train
1b4cdb2b1073ee0cc8a571752035c69ede00034c
diff --git a/jaci-reflection-api/src/main/java/com/github/ykrasik/jaci/reflection/ReflectionParameter.java b/jaci-reflection-api/src/main/java/com/github/ykrasik/jaci/reflection/ReflectionParameter.java index <HASH>..<HASH> 100644 --- a/jaci-reflection-api/src/main/java/com/github/ykrasik/jaci/reflection/ReflectionPara...
Changed default param name generation scheme for un-annotated parameters.
ykrasik_jaci
train
0af622f7970090f79c35dfcc40a834f37f5a1bbe
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( classifiers=[ "Development Status :: 4 - Beta", "Topic :: Software Development", - "License :: Apache 2.0 License", + "License :: Apache Software License", "O...
fixed license for pypi
Zincr0_pyscrap
train
618948e4a83665f8355b01d8a3f7a7186e6bd3eb
diff --git a/hugolib/site.go b/hugolib/site.go index <HASH>..<HASH> 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -2048,12 +2048,6 @@ func (s *Site) renderAndWritePage(name string, dest string, d interface{}, layou return err } - if renderBuffer.Len() == 0 { - if p, ok := d.(*Page); ok { - fmt.Println...
Reset translation slice on rebuild Also add all translations, including the current, to the slice. We filter later.
gohugoio_hugo
train
ad5992d3a1a04b4ab8fa0c92bb9824d8894b46a3
diff --git a/src/js/mep-feature-progress.js b/src/js/mep-feature-progress.js index <HASH>..<HASH> 100644 --- a/src/js/mep-feature-progress.js +++ b/src/js/mep-feature-progress.js @@ -54,8 +54,7 @@ current.width(newWidth); handle.css('left', handlePos); - timefloat.css('left', handlePos); - tim...
- time popup now follows mouse instead of currentTime
mediaelement_mediaelement
train
b0e038227517eb56bcd981e2239d68c5a6dfcb76
diff --git a/render.go b/render.go index <HASH>..<HASH> 100644 --- a/render.go +++ b/render.go @@ -33,6 +33,7 @@ import ( "net/http" "os" "path/filepath" + "strings" "github.com/go-martini/martini" ) @@ -176,7 +177,8 @@ func compile(options Options) *template.Template { return err } - ext := filepa...
Fix the process of retrieving an extension of a file path. Add a function which retrieves an extension of a file path because `filepath.Ext` returns the suffix beginning at the final dot in the final element of path and we can not retrieve the extension of `foo.go.html`. #<I>
martini-contrib_render
train
5eec940064dcb5f3ec9307ec1e0e0096dcb3427a
diff --git a/plugins/auth/auth_base.js b/plugins/auth/auth_base.js index <HASH>..<HASH> 100644 --- a/plugins/auth/auth_base.js +++ b/plugins/auth/auth_base.js @@ -22,7 +22,7 @@ exports.hook_capabilities = function (next, connection) { }; // Override this at a minimum. Run cb(passwd) to provide a password. -exports....
pass connection object to get_plain_passwd
haraka_Haraka
train
1f86c54fd0698916fc7e659963ca1d30734cde05
diff --git a/snakebite/rpc_sasl.py b/snakebite/rpc_sasl.py index <HASH>..<HASH> 100644 --- a/snakebite/rpc_sasl.py +++ b/snakebite/rpc_sasl.py @@ -45,13 +45,13 @@ def log_protobuf_message(header, message): log.debug("%s:\n\n\033[92m%s\033[0m" % (header, message)) class SaslRpcClient: - def __init__(self, sas...
Obtain available mechanisms and compare against local available ones This change obtains available mechanisms from the server and selects the one most secure, by design, for authentication.
spotify_snakebite
train
a48a9ad79c605f084dec7ee5465f1a00db3276e0
diff --git a/resource/cmd/list_charm_resources.go b/resource/cmd/list_charm_resources.go index <HASH>..<HASH> 100644 --- a/resource/cmd/list_charm_resources.go +++ b/resource/cmd/list_charm_resources.go @@ -47,9 +47,8 @@ func NewListCharmResourcesCommand(base CharmCommandBase) *ListCharmResourcesComm var listCharmReso...
Make it more clear when your local host is used for the series.
juju_juju
train
2215e6eaf9675e136027a8e1d78d30fe39e0635d
diff --git a/src/main/java/skadistats/clarity/processor/runner/ControllableRunner.java b/src/main/java/skadistats/clarity/processor/runner/ControllableRunner.java index <HASH>..<HASH> 100644 --- a/src/main/java/skadistats/clarity/processor/runner/ControllableRunner.java +++ b/src/main/java/skadistats/clarity/processor/...
add log message when runner thread exits with exception
skadistats_clarity
train
7f9b77c364c5893427db8e27b77427e7d5872f90
diff --git a/src/cs50/sql.py b/src/cs50/sql.py index <HASH>..<HASH> 100644 --- a/src/cs50/sql.py +++ b/src/cs50/sql.py @@ -20,12 +20,12 @@ class SQL: self._session = Session(url, **engine_kwargs) dialect = self._session.get_bind().dialect self._is_postgres = dialect.name in {"postgres", "post...
rename _sanitized_statement
cs50_python-cs50
train
947a1425ffed131532d5e5f667efea7ce9a38e4f
diff --git a/internal/ratelimit/ratelimit.go b/internal/ratelimit/ratelimit.go index <HASH>..<HASH> 100644 --- a/internal/ratelimit/ratelimit.go +++ b/internal/ratelimit/ratelimit.go @@ -39,9 +39,10 @@ type Clock interface { // Throttle is a rate limiter. type Throttle struct { - // time is the time relative to the...
Resolve nits on the RateLimit throttler (#<I>) Summary: The PR was landed but I still had some nits, decided to just put up a PR with my concerns. I do a few renames and remove negative variable values, no actual logic should change, and I'm much more confident in the implementation.
yarpc_yarpc-go
train
274d3b00344f1a4bc90f84ca207da681b5239b54
diff --git a/spec/UserDataItemSpec.php b/spec/UserDataItemSpec.php index <HASH>..<HASH> 100644 --- a/spec/UserDataItemSpec.php +++ b/spec/UserDataItemSpec.php @@ -3,6 +3,7 @@ namespace spec\Blockvis\Civic\Sip; use Blockvis\Civic\Sip\UserDataItem; +use JsonSerializable; use PhpSpec\ObjectBehavior; class UserData...
Add user data value objects JSON serialize support
blockvis_civic-sip-php
train
26bb1cd7505f7f492c9733c2d0e071fff644333c
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,11 @@ This changelog tracks features and fixes of jskos PHP library. ## 0.1.6 +* Move Client to module of its own +* Fix initialization of non-closed sets + +## 0.1.6 + * Ensure Sets and Listings don't co...
Fix initialization of non-closed sets
gbv_jskos-php
train
96cb53285646ac130dc9da2945dc7f16cadf3510
diff --git a/plugins/DevicesDetection/UserAgentParserEnhanced/UserAgentParserEnhanced.php b/plugins/DevicesDetection/UserAgentParserEnhanced/UserAgentParserEnhanced.php index <HASH>..<HASH> 100644 --- a/plugins/DevicesDetection/UserAgentParserEnhanced/UserAgentParserEnhanced.php +++ b/plugins/DevicesDetection/UserAgent...
Refs #<I> Refactor this little bit
matomo-org_matomo
train
65ad77a12c60302904a03b87365b4a3007812480
diff --git a/tests/tests.py b/tests/tests.py index <HASH>..<HASH> 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -26,13 +26,18 @@ def get_basic_auth_header(username, password): class AuthTestCase(TestCase): + def setUp(self): + self.username, self.email, self.password = 'john.doe', 'john.doe@example...
Simplified tests with setUp method
James1345_django-rest-knox
train
7c1de77226593b6d0d9febad766df82da7a24923
diff --git a/lib/chef/resource/build_essential.rb b/lib/chef/resource/build_essential.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/build_essential.rb +++ b/lib/chef/resource/build_essential.rb @@ -146,8 +146,8 @@ class Chef def install_xcode_cli_tools(label) # This script was graciously bo...
Use bash not execute in build_essential for better output This avoids a giant output in logs that includes our comments
chef_chef
train
0c934d47d25962ff592c4295ece67ed714c13bc6
diff --git a/fernet-java8/src/test/java/com/macasaet/fernet/example/rotation/KeyRotationExampleIT.java b/fernet-java8/src/test/java/com/macasaet/fernet/example/rotation/KeyRotationExampleIT.java index <HASH>..<HASH> 100644 --- a/fernet-java8/src/test/java/com/macasaet/fernet/example/rotation/KeyRotationExampleIT.java +...
Resolve another issue with MockitoJunitRunner This issue only appeared on the CI server
l0s_fernet-java8
train
2c986b7c05eb872fed011431415dd58a98d9e954
diff --git a/universe/wrappers/recording.py b/universe/wrappers/recording.py index <HASH>..<HASH> 100644 --- a/universe/wrappers/recording.py +++ b/universe/wrappers/recording.py @@ -3,7 +3,8 @@ import time import os import json import numpy as np -from universe import rewarder, spaces, vectorized +import threading,...
Support async recording (legg lag when writing to remote file systems)
openai_universe
train
1480168e9f6178e4015aa4dcc035a6963c59f431
diff --git a/daemon/monitor.go b/daemon/monitor.go index <HASH>..<HASH> 100644 --- a/daemon/monitor.go +++ b/daemon/monitor.go @@ -244,10 +244,12 @@ func (m *containerMonitor) callback(command *execdriver.Command) { m.container.State.SetRunning(command.Pid()) - if m.startSignal != nil { - // signal that the proc...
Fix race condition in sending started signal from monitor
containers_storage
train
d0c2997a102eeb14f832888c1525e31a84bef814
diff --git a/rl/simplify_thompson_sampling.py b/rl/simplify_thompson_sampling.py index <HASH>..<HASH> 100644 --- a/rl/simplify_thompson_sampling.py +++ b/rl/simplify_thompson_sampling.py @@ -1,6 +1,11 @@ #!/user/bin/env python # -*- coding: utf-8 -*- +''' +より実用性を重視して、 +O'Reilyのバンディットアルゴリズムの仕様を模倣することを放棄したバージョン +''' ...
Update simplify_thompson_sampling.py
chimera0_accel-brain-code
train
dec141bde9fa3263fea34c48c36cafb6c4c3af8d
diff --git a/examples/async_response.php b/examples/async_response.php index <HASH>..<HASH> 100644 --- a/examples/async_response.php +++ b/examples/async_response.php @@ -3,18 +3,15 @@ /** * examples/async_response.php * - * FYI: This is the single most important example in the repository. For reals. - * - * So ...
Fixed async_response example bug from undeclared variable, updated docs
amphp_http-server
train
9ee88a23c1c59e4c017775546de1f3dfba07dbb7
diff --git a/src/Hera/Configuration/Controller/Settings.php b/src/Hera/Configuration/Controller/Settings.php index <HASH>..<HASH> 100644 --- a/src/Hera/Configuration/Controller/Settings.php +++ b/src/Hera/Configuration/Controller/Settings.php @@ -93,7 +93,6 @@ class Settings extends Configuration if (file_exis...
change version number and quote, remove comment
GetOlympus_Zeus-Core
train
e6ddf2b6d32368e414b2ad32239041a88080f7a7
diff --git a/server/sonar-web/src/main/js/apps/issues/facets/project-facet.js b/server/sonar-web/src/main/js/apps/issues/facets/project-facet.js index <HASH>..<HASH> 100644 --- a/server/sonar-web/src/main/js/apps/issues/facets/project-facet.js +++ b/server/sonar-web/src/main/js/apps/issues/facets/project-facet.js @@ -2...
use WS /api/components/search for projects facet
SonarSource_sonarqube
train
b7d64f3319739c265def9ed0e467ad5e51001351
diff --git a/lib/omnibus/software.rb b/lib/omnibus/software.rb index <HASH>..<HASH> 100644 --- a/lib/omnibus/software.rb +++ b/lib/omnibus/software.rb @@ -443,11 +443,7 @@ module Omnibus # the build block # def build(&block) - if block - @build_block = block - else - @build_bloc...
Use the builder's shasum method in a software's shasum calculation
chef_omnibus
train
2012ea8cb99415af8d347e2865b4fa65ff54479c
diff --git a/src/Request/AbstractNbaApiRequest.php b/src/Request/AbstractNbaApiRequest.php index <HASH>..<HASH> 100644 --- a/src/Request/AbstractNbaApiRequest.php +++ b/src/Request/AbstractNbaApiRequest.php @@ -430,19 +430,21 @@ abstract class AbstractNbaApiRequest implements NbaApiRequestInterface $propertyUt...
Little more flexible in returning default/example values, both standard and as strings
jasonroman_nba-api
train
0c603e47b6e5465119f9d56af46a796f7638ad38
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -138,7 +138,7 @@ lollib.prototype.getLeagueBySummonerId = function (region, summonerId, cb){ lollib.prototype.getChampionMastery = function (region, summonerId, championId,cb){ //not supported for some minor ...
Added Champion Mastery v3 However, it is not supported for Ru and Kr regions, because their region name doesn't include 1.
perezpaya_irelia
train
6f29ba7dbbac77dd46cdbea427d44405939301d2
diff --git a/readabilitySAX.js b/readabilitySAX.js index <HASH>..<HASH> 100644 --- a/readabilitySAX.js +++ b/readabilitySAX.js @@ -12,22 +12,22 @@ //1. the tree element var Element = function(tagName, parent){ - this.name = tagName; - this.parent = parent; - this.attributes = {}; - this.children = []; - this.t...
Cache score, fixed indentation of Element
fb55_readabilitySAX
train
df5912785b0fe78cb478289d76c27f2c1ba6ac33
diff --git a/spec/lib/onebox/engine/itunes_onebox_spec.rb b/spec/lib/onebox/engine/itunes_onebox_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/onebox/engine/itunes_onebox_spec.rb +++ b/spec/lib/onebox/engine/itunes_onebox_spec.rb @@ -3,7 +3,7 @@ require "spec_helper" describe Onebox::Engine::ItunesOnebox do be...
edit itunes onebox spec to conform to standard spec format
discourse_onebox
train
adb81f52dc60d6e4984adf446593dbf33443c84c
diff --git a/tests/jsunit/workspace_test.js b/tests/jsunit/workspace_test.js index <HASH>..<HASH> 100644 --- a/tests/jsunit/workspace_test.js +++ b/tests/jsunit/workspace_test.js @@ -96,27 +96,6 @@ function test_flatWorkspace() { } } -function test_maxBlocksWorkspace() { - workspaceTest_setUp(); - try { - va...
Remove test_maxBlocksWorkspace because limiting block numbers is not implemented in scratch-blocks
LLK_scratch-blocks
train
e3d57a10a1390d3ce11cf2a0184bb7a6ca4dc312
diff --git a/lib/sqlite-store.js b/lib/sqlite-store.js index <HASH>..<HASH> 100755 --- a/lib/sqlite-store.js +++ b/lib/sqlite-store.js @@ -188,15 +188,13 @@ const sqlite_store = function sqlite_store(options) { const was_updated = this.changes > 0 if (was_updated) { - seneca.log.debug...
Tidy up as per the RFC
senecajs-labs_seneca-sqlite-store
train
c07c4be6b4e410a56bc95284bb553f5b1baaa7f7
diff --git a/lib/color_compliment.py b/lib/color_compliment.py index <HASH>..<HASH> 100755 --- a/lib/color_compliment.py +++ b/lib/color_compliment.py @@ -5,11 +5,13 @@ try: from md5 import md5 except ImportError: from hashlib import md5 -from sys import argv +import sys # Original, non-relative import er...
Fix unicode digest error on Py3 Encoding works on Py<I>, but will only encode if Py3 in case it breaks earlier Py2.x
b-ryan_powerline-shell
train
93d1e373ebc74b891e8b63461378e8b69ef05e9d
diff --git a/test/e2e/storage/testsuites/volumeperf.go b/test/e2e/storage/testsuites/volumeperf.go index <HASH>..<HASH> 100644 --- a/test/e2e/storage/testsuites/volumeperf.go +++ b/test/e2e/storage/testsuites/volumeperf.go @@ -90,9 +90,6 @@ func (t *volumePerformanceTestSuite) GetTestSuiteInfo() storageframework.TestSu...
storage e2e: remove obsolete function SkipRedundantSuite was replaced by SkipUnsupportedTests. We don't need both.
kubernetes_kubernetes
train
ddb8fc2a76ef86882036bfc847b7718550a025c9
diff --git a/siphon/simplewebservice/wyoming.py b/siphon/simplewebservice/wyoming.py index <HASH>..<HASH> 100644 --- a/siphon/simplewebservice/wyoming.py +++ b/siphon/simplewebservice/wyoming.py @@ -3,6 +3,7 @@ # SPDX-License-Identifier: BSD-3-Clause """Read upper air data from the Wyoming archives.""" +from dateti...
Add sounding metadata to returned dataframe for Wyoming simple web service.
Unidata_siphon
train
7c458266cd5597ab6ee1026a52abbc082b1beba0
diff --git a/BB10/gseCrypto/sample_application/js/katSHA.js b/BB10/gseCrypto/sample_application/js/katSHA.js index <HASH>..<HASH> 100755 --- a/BB10/gseCrypto/sample_application/js/katSHA.js +++ b/BB10/gseCrypto/sample_application/js/katSHA.js @@ -29,8 +29,8 @@ function katSHA() { var encoding = which[j]; var t...
Changed to new input/output format
blackberry_WebWorks-Community-APIs
train
bc970a76a0f7ca6e9dc16e8427ba9525113396b8
diff --git a/io-util/src/main/java/net/morimekta/util/ExtraCollectors.java b/io-util/src/main/java/net/morimekta/util/ExtraCollectors.java index <HASH>..<HASH> 100644 --- a/io-util/src/main/java/net/morimekta/util/ExtraCollectors.java +++ b/io-util/src/main/java/net/morimekta/util/ExtraCollectors.java @@ -1,10 +1,9 @@ ...
ExtraCollectors.inBatchesOf use sized array lists. for the batch lists. This should use much less memory for large batches.
morimekta_utils
train
ff3ccdb3696605035d63a9d73f258b3a0e537c5e
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,12 +1,19 @@ var requirePath = require('require-path'); var pluto = require('pluto'); var standardNamingStrategy = require('./standardNamingStrategy'); - -module.exports = function plutoPath(paths) { - - ...
makes work with options object, string or array
ecowden_pluto-path
train
2b6166c787e6af5663282e89395b269292e11446
diff --git a/Controller/SecurityController.php b/Controller/SecurityController.php index <HASH>..<HASH> 100644 --- a/Controller/SecurityController.php +++ b/Controller/SecurityController.php @@ -9,7 +9,7 @@ class SecurityController extends BaseController { public function renderLogin(array $data) { - ...
Fix missing request service from service, use request_stack instead
alpixel_AlpixelUserBundle
train
249cfa21e3226fe3ca6f47c1121593af48b0ad6b
diff --git a/front/src/js/directives/gradeDirective.js b/front/src/js/directives/gradeDirective.js index <HASH>..<HASH> 100644 --- a/front/src/js/directives/gradeDirective.js +++ b/front/src/js/directives/gradeDirective.js @@ -11,19 +11,19 @@ gradeDirective.directive('grade', function() { replace: true, ...
Change conversion algorithm from x/<I> to A-F grade
gmetais_YellowLabTools
train
3a58f3b22f59e04a7e51dc650ab0721d0a79e4c0
diff --git a/exporter/runit_collector.go b/exporter/runit_collector.go index <HASH>..<HASH> 100644 --- a/exporter/runit_collector.go +++ b/exporter/runit_collector.go @@ -5,26 +5,42 @@ import ( "github.com/soundcloud/go-runit/runit" ) -var () - type runitCollector struct { - name string - config c...
Rename metric and removed cruft
prometheus_node_exporter
train
dde1250f0b00797efa6bb9d2d838132e1f2c19d9
diff --git a/eZ/Publish/Core/Repository/ContentService.php b/eZ/Publish/Core/Repository/ContentService.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/ContentService.php +++ b/eZ/Publish/Core/Repository/ContentService.php @@ -123,7 +123,11 @@ class ContentService implements ContentServiceInterface ...
Add permission checks on loadContentInfo(), loadVersionInfo[ById]() and createContent() createContent() permission checks depends on struct support being added to limitations eventually.
ezsystems_ezpublish-kernel
train
38f678f98bca1b21ec94f7a1e529037be6254f17
diff --git a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java +++ b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java @@ -168,8 +168,14 @@ public final cla...
The old API method didn’t throw and exception - this is reverted so existing code doesn’t need to be updated.
cdk_cdk
train
31c52d1b7117ccef221857ebac0c206ca6e2abb5
diff --git a/js/src/object.js b/js/src/object.js index <HASH>..<HASH> 100644 --- a/js/src/object.js +++ b/js/src/object.js @@ -680,7 +680,6 @@ module.exports = (common) => { let testNodeMultihash let testNodeWithLinkMultihash let testLink - let testLinkPlainObject const obj ...
fix: wait for put in object.patch.addLink before hook License: MIT
ipfs_interface-js-ipfs-core
train
e88419a2fd5117a460c15340b2de68a40a5c9366
diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index <HASH>..<HASH> 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -1955,7 +1955,7 @@ class core_renderer extends renderer_base { // note: this title is displayed only if JS is disabled, otherwise the link will have the new ...
MDL-<I> open new window for help when JS disabled
moodle_moodle
train
c4f338de3b66658fff1e1b750613b15628ca74ba
diff --git a/src/Utils/Site.php b/src/Utils/Site.php index <HASH>..<HASH> 100644 --- a/src/Utils/Site.php +++ b/src/Utils/Site.php @@ -63,10 +63,21 @@ class Site $this->loadLegacyFile('/core/includes/install.inc'); $this->setMinimalContainerPreKernel(); + $driverDirectories = [ + $...
[site:install] Fix DB driver paths. (#<I>)
hechoendrupal_drupal-console
train
adb565c3b03d42270a7e4508db12229ad54b8cfc
diff --git a/views/v3/partials/article.blade.php b/views/v3/partials/article.blade.php index <HASH>..<HASH> 100644 --- a/views/v3/partials/article.blade.php +++ b/views/v3/partials/article.blade.php @@ -2,7 +2,7 @@ <!-- Title --> @section('article.title.before')@show - @typography(["element" => "h1"]...
Handle article header as variant h1 Previously @typhography was using p for some reason
helsingborg-stad_Municipio
train
149ad40234b8a6ad5b1b19ba757209093142af72
diff --git a/thumbor/transformer.py b/thumbor/transformer.py index <HASH>..<HASH> 100644 --- a/thumbor/transformer.py +++ b/thumbor/transformer.py @@ -85,12 +85,8 @@ class Transformer(object): for point in focal_points: self.context['focal_points'].append(FocalPoint.from_dict(point...
Fixing smart detection and re-applying optimization to avoid temp files.
thumbor_thumbor
train
a908eb452c51ccf46ce43a915b28461747e1ceba
diff --git a/src/app/DataTable/ContactPersonsTableStructure.php b/src/app/DataTable/ContactPersonsTableStructure.php index <HASH>..<HASH> 100644 --- a/src/app/DataTable/ContactPersonsTableStructure.php +++ b/src/app/DataTable/ContactPersonsTableStructure.php @@ -14,6 +14,7 @@ class ContactPersonsTableStructure extends ...
fix form with old values. Updated modal use in dt component
laravel-enso_Contacts
train
59587d539315f25894a8d4382569f5a4782721c4
diff --git a/lib/actions/field-trip.js b/lib/actions/field-trip.js index <HASH>..<HASH> 100644 --- a/lib/actions/field-trip.js +++ b/lib/actions/field-trip.js @@ -677,7 +677,7 @@ function checkValidityAndCapacity (state, request) { }) if (itineraryCapacity > 0) { - // itinerary is possible, add t...
Update lib/actions/field-trip.js
opentripplanner_otp-react-redux
train
43cd969c5c25b181a9f5dd8cb87b929775ad41e7
diff --git a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java +++ b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java @@ -82,7 ...
fix #<I> store thumbnail queue at shutdown
codelibs_fess
train
f019ce138d21d627ee20cf64b8943a6e7f8fea8e
diff --git a/lib/sensu/settings.rb b/lib/sensu/settings.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/settings.rb +++ b/lib/sensu/settings.rb @@ -318,7 +318,7 @@ module Sensu unless handler_name.is_a?(String) invalid_handler(handler, 'handler set handlers must each be a string') end ...
[hacks] fixed nested set validation
sensu_sensu
train
1ba1079c6cbb53c6b037e75cfa21c883c2748293
diff --git a/lib/plugins/aws/deploy/compile/events/apiGateway/lib/resources.js b/lib/plugins/aws/deploy/compile/events/apiGateway/lib/resources.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/deploy/compile/events/apiGateway/lib/resources.js +++ b/lib/plugins/aws/deploy/compile/events/apiGateway/lib/resources.js @...
fix(deploy): Transform parameters paths into alphanumeric paths for resource keys
serverless_serverless
train
b60afa47ed89e515f263ef37053eb1a5c1c75242
diff --git a/core/src/elements/ons-ripple/index.js b/core/src/elements/ons-ripple/index.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-ripple/index.js +++ b/core/src/elements/ons-ripple/index.js @@ -51,10 +51,18 @@ class RippleElement extends BaseElement { */ /** - * @attribute center + * @attr...
docs(ons-ripple): Add docs for "background" attribute.
OnsenUI_OnsenUI
train
dd7345b25fa117f24f421052059a36869e4bc25a
diff --git a/contrib/mesos/pkg/scheduler/plugin_test.go b/contrib/mesos/pkg/scheduler/plugin_test.go index <HASH>..<HASH> 100644 --- a/contrib/mesos/pkg/scheduler/plugin_test.go +++ b/contrib/mesos/pkg/scheduler/plugin_test.go @@ -499,14 +499,22 @@ func TestPlugin_LifeCycle(t *testing.T) { } // start another pod ...
Fix offer+pod races in mesos scheduler plugin test - Offers were reused and led to unexpected declining by the scheduler because the reused offer did not get a new expiration time. - Pod scheduling and offer creation was not synchronized. When scheduling happened after aging of offers, the first issue was trigger....
kubernetes_kubernetes
train
05c12be256149da73d03fc3cae31dc4e59d4e3cd
diff --git a/curation_concerns-models/app/actors/curation_concerns/file_set_actor.rb b/curation_concerns-models/app/actors/curation_concerns/file_set_actor.rb index <HASH>..<HASH> 100644 --- a/curation_concerns-models/app/actors/curation_concerns/file_set_actor.rb +++ b/curation_concerns-models/app/actors/curation_conc...
When attaching file_sets, set the representative & thumbnail if it isn't already set. Story curationexperts/goldenseal#<I>
samvera_hyrax
train
c50a2779677ba4ed58de23d36eae54166ae14db2
diff --git a/structr-core/src/main/java/org/structr/core/entity/SchemaNode.java b/structr-core/src/main/java/org/structr/core/entity/SchemaNode.java index <HASH>..<HASH> 100644 --- a/structr-core/src/main/java/org/structr/core/entity/SchemaNode.java +++ b/structr-core/src/main/java/org/structr/core/entity/SchemaNode.ja...
Extended NotionPropertyParser to support notion properties on builtin properties like owner etc., you can now define a notion property on owner.eMail to automatically assign an owner when supplying an e-mail address for an entity.
structr_structr
train
e3b92da512340a2bf841211996cb5b90c5fd9e82
diff --git a/src/Console/Commands/PwaManifest.php b/src/Console/Commands/PwaManifest.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/PwaManifest.php +++ b/src/Console/Commands/PwaManifest.php @@ -2,7 +2,6 @@ namespace LaravelAngular\Generators\Console\Commands; -use File; use Illuminate\Console\Command...
Applied fixes from StyleCI (#<I>)
jadjoubran_laravel-ng-artisan-generators
train
cc3c8ecdbb9ea1f702faf8e890c299f26181c3aa
diff --git a/topology-graph.js b/topology-graph.js index <HASH>..<HASH> 100644 --- a/topology-graph.js +++ b/topology-graph.js @@ -178,7 +178,7 @@ /* Prevents flicker */ node = pnodes[plookup[id]]; if (!node) - node = { y: height / 2, x: width / 2, py: heig...
Fix crazy behavior on graph initialization with everything shooting all over
kubernetes-ui_topology-graph
train
7b4762d9333108b15d81bc41e12182370c81e81c
diff --git a/src/test/mochitest/browser_dbg-breakpoints-reloading.js b/src/test/mochitest/browser_dbg-breakpoints-reloading.js index <HASH>..<HASH> 100644 --- a/src/test/mochitest/browser_dbg-breakpoints-reloading.js +++ b/src/test/mochitest/browser_dbg-breakpoints-reloading.js @@ -34,9 +34,11 @@ add_task(function*() {...
Fix reloading intermittent (#<I>)
firefox-devtools_debugger
train
2f9211112d9e6219de813cac5e23956e07ed1a6c
diff --git a/Tests/Request/ParamConverter/DoctrineParamConverterTest.php b/Tests/Request/ParamConverter/DoctrineParamConverterTest.php index <HASH>..<HASH> 100644 --- a/Tests/Request/ParamConverter/DoctrineParamConverterTest.php +++ b/Tests/Request/ParamConverter/DoctrineParamConverterTest.php @@ -19,6 +19,10 @@ class ...
mark test as skipped if doctrine managerregisty is not availible
sensiolabs_SensioFrameworkExtraBundle
train
bc9ad7b50e9dc39e4988962044c185b551111ab2
diff --git a/src/main/java/org/influxdb/impl/InfluxDBImpl.java b/src/main/java/org/influxdb/impl/InfluxDBImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/influxdb/impl/InfluxDBImpl.java +++ b/src/main/java/org/influxdb/impl/InfluxDBImpl.java @@ -4,7 +4,6 @@ package org.influxdb.impl; import com.google.com...
fix warning: no need to use Throwables.propagate when we had known it is IOException
influxdata_influxdb-java
train
c8222d8326b783f6c7fd5e54fcd75b46a6bc4755
diff --git a/teknek-core/src/test/java/io/teknek/daemon/DisablePlanTest.java b/teknek-core/src/test/java/io/teknek/daemon/DisablePlanTest.java index <HASH>..<HASH> 100644 --- a/teknek-core/src/test/java/io/teknek/daemon/DisablePlanTest.java +++ b/teknek-core/src/test/java/io/teknek/daemon/DisablePlanTest.java @@ -45,9 ...
Ensure disabling drops out the node
edwardcapriolo_teknek-core
train
071ebb1ccc4cfbae87ec5c0032e6605bb0c15176
diff --git a/sinks/cache/cache.go b/sinks/cache/cache.go index <HASH>..<HASH> 100644 --- a/sinks/cache/cache.go +++ b/sinks/cache/cache.go @@ -71,6 +71,14 @@ type EventsCache interface { StoreEvents([]*Event) error } +type CacheListener struct { + NodeEvicted func(hostName string) + NamespaceEvicted f...
Listener for cache (currently evictions only)
kubernetes-retired_heapster
train
12aacecb80f5a3d08c3c21c3671fc0a6d4993b2f
diff --git a/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php b/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php index <HASH>..<HASH> 100644 --- a/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php +++ b/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php @@ -76,6 +76,16 @@ class ArrayMatcher extends Matcher return fal...
Fixed array matching when key does not exist in value array
coduo_php-matcher
train
39f741151562493865612638c10761bb2890e009
diff --git a/lib/graphql/execution/interpreter.rb b/lib/graphql/execution/interpreter.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/execution/interpreter.rb +++ b/lib/graphql/execution/interpreter.rb @@ -95,7 +95,7 @@ module GraphQL end final_values.compact! tracer.trace("execute_query_laz...
Fix lazies that populate batches with other lazies
rmosolgo_graphql-ruby
train
892d167135b74ebd34e05b57d4617c1d71ec60a9
diff --git a/tests/cli/commands/test_celery_command.py b/tests/cli/commands/test_celery_command.py index <HASH>..<HASH> 100644 --- a/tests/cli/commands/test_celery_command.py +++ b/tests/cli/commands/test_celery_command.py @@ -15,12 +15,12 @@ # KIND, either express or implied. See the License for the # specific lang...
Fix isort (#<I>)
apache_airflow
train
553d5980eafb2036ff59b8bf675a84b55e7bdfc3
diff --git a/examples/batch_rxd_net/batch.py b/examples/batch_rxd_net/batch.py index <HASH>..<HASH> 100644 --- a/examples/batch_rxd_net/batch.py +++ b/examples/batch_rxd_net/batch.py @@ -3,7 +3,8 @@ batch.py Batch simulation for M1 model using NetPyNE """ - +import sys +sys.path.insert(0,'../../../netpyne/') from...
moved sys call for my netpyne
Neurosim-lab_netpyne
train
1478d54e052aec66fb1f606ffcbdf1184c73eb4c
diff --git a/src/html5lib/inputstream.py b/src/html5lib/inputstream.py index <HASH>..<HASH> 100644 --- a/src/html5lib/inputstream.py +++ b/src/html5lib/inputstream.py @@ -55,13 +55,17 @@ class HTMLInputStream(object): if self.charEncoding is None or not isValidEncoding(self.charEncoding): self.cha...
Read files in chunks rather than one character at a time --HG-- extra : convert_revision : svn%3Aacbfec<I>-<I>-<I>-a<I>-<I>a<I>e<I>e0/trunk%<I>
html5lib_html5lib-python
train
e3d5178ee98f65ba18646a53de8e734c5975c3ed
diff --git a/marquise.py b/marquise.py index <HASH>..<HASH> 100644 --- a/marquise.py +++ b/marquise.py @@ -226,6 +226,8 @@ class Marquise(object): # Test calling the hash function test_identifier = "hostname:fe1.example.com,metric:BytesUsed,service:memory," +sample_address = 5753895591108871589 + print("This shoul...
Try calling send_extended() with address argument as well
WhereSoftwareGoesToDie_pymarquise
train
c67fb621e93bcf68a03dd4fcb0b6bd12b5749fd6
diff --git a/nomad/eval_broker.go b/nomad/eval_broker.go index <HASH>..<HASH> 100644 --- a/nomad/eval_broker.go +++ b/nomad/eval_broker.go @@ -785,13 +785,13 @@ func (b *EvalBroker) runDelayedEvalsWatcher(ctx context.Context, updateCh <-chan // This peeks at the heap to return the top. If the heap is empty, this retur...
evalbroker: Simplify nextDelayedEval locking
hashicorp_nomad
train
05b334090348d66fd5c23e4b35b772f895029464
diff --git a/src/js/jquery.orgchart.js b/src/js/jquery.orgchart.js index <HASH>..<HASH> 100644 --- a/src/js/jquery.orgchart.js +++ b/src/js/jquery.orgchart.js @@ -686,6 +686,7 @@ // create node createNode: function (nodeData, level, opts) { var that = this; + if (!nodeData.children) { nodeData.chi...
solve issue: set children to empty array if undefined
dabeng_OrgChart
train
94c7fb592d002380d9c212ff7b8e442a4c27291f
diff --git a/src/UniqueSluggifier.php b/src/UniqueSluggifier.php index <HASH>..<HASH> 100644 --- a/src/UniqueSluggifier.php +++ b/src/UniqueSluggifier.php @@ -37,8 +37,6 @@ class UniqueSluggifier */ private $used; - - /** * Constructor * @@ -50,8 +48,6 @@ class UniqueSluggifier $t...
Removed EOF comment in UniqueSluggifier.php
caseyamcl_toc
train
2a5de09e25863f7e9a80313860229ffe7e12e75c
diff --git a/lib/entity_generator.js b/lib/entity_generator.js index <HASH>..<HASH> 100644 --- a/lib/entity_generator.js +++ b/lib/entity_generator.js @@ -9,8 +9,10 @@ const chalk = require('chalk'), * @param scheduledClasses {array<String>} the scheduled classes. * @param classes {object} the classes to add. * @...
The 'skip-client' option has been implemented (#<I>)
jhipster_jhipster-uml
train
2ef4ad7b340d03aa21f697c08c971d4ab83c6773
diff --git a/phono3py/file_IO.py b/phono3py/file_IO.py index <HASH>..<HASH> 100644 --- a/phono3py/file_IO.py +++ b/phono3py/file_IO.py @@ -622,7 +622,7 @@ def write_spectral_function_to_hdf5(grid_point, w.create_dataset('half_linewidth', data=half_linewidths) w.create_dataset('temperature', data=tempe...
key name of spectral_function.hdf5 was slightly modified.
atztogo_phono3py
train
d9b4f1849f5a6013b8eeadd338efeb2d1e23f7ec
diff --git a/pyoos/cdm/features/point.py b/pyoos/cdm/features/point.py index <HASH>..<HASH> 100644 --- a/pyoos/cdm/features/point.py +++ b/pyoos/cdm/features/point.py @@ -1,5 +1,4 @@ from pyoos.cdm.features.feature import Feature -from pyoos.cdm.utils.structure_data import StructureData class Point(Feature): "...
remove line from cdm feature point
ioos_pyoos
train
3ba562d3a0f8467ebf444a730bed3fee59789d54
diff --git a/src/main/java/pl/project13/janbanery/core/flow/SubTaskMarkFlowImpl.java b/src/main/java/pl/project13/janbanery/core/flow/SubTaskMarkFlowImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/pl/project13/janbanery/core/flow/SubTaskMarkFlowImpl.java +++ b/src/main/java/pl/project13/janbanery/core/flow/Su...
lol what a bug, now really calling webservice ;-)
ktoso_janbanery
train
556f484d1056fabc5d54cfbb60e4b6507953e154
diff --git a/builder.py b/builder.py index <HASH>..<HASH> 100644 --- a/builder.py +++ b/builder.py @@ -743,7 +743,7 @@ Leaving location unchanged as: {} for {}""".format(new_site_name, site.location loc_str = get_item_string(result.locations) strings = [spec_str, samp_str, site_str, loc_str] ...
make pmag_headers show up in results grid
PmagPy_PmagPy
train
cef28215375b4a21121a0ac5cc7a2deb0ce59182
diff --git a/demo/js/demo/component/js/component_directive.js b/demo/js/demo/component/js/component_directive.js index <HASH>..<HASH> 100644 --- a/demo/js/demo/component/js/component_directive.js +++ b/demo/js/demo/component/js/component_directive.js @@ -90,7 +90,7 @@ { return { restrict: 'E'...
fix demo: wrong paths in component directive
lumapps_lumX
train
62c24342b6d530f3906cd1a53f5108afa1d85982
diff --git a/lib/google_apps/transport.rb b/lib/google_apps/transport.rb index <HASH>..<HASH> 100644 --- a/lib/google_apps/transport.rb +++ b/lib/google_apps/transport.rb @@ -131,18 +131,17 @@ module GoogleApps # # get_users returns the final response from google. def get_users(options = {}) - # TOD...
Fixed limit behavior in #get_users
LeakyBucket_google_apps
train
b810e2bf28f14e24d823575ab030388f6ef134a3
diff --git a/src/org/opencms/ui/editors/messagebundle/CmsMessageBundleEditor.java b/src/org/opencms/ui/editors/messagebundle/CmsMessageBundleEditor.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/editors/messagebundle/CmsMessageBundleEditor.java +++ b/src/org/opencms/ui/editors/messagebundle/CmsMessageBundleE...
Bundle Editor: Fix of remove key issue and enabling of save button
alkacon_opencms-core
train
2f8125c94b06e84d239d37c86d6bbf5dc79bcbc4
diff --git a/sc2/main.py b/sc2/main.py index <HASH>..<HASH> 100644 --- a/sc2/main.py +++ b/sc2/main.py @@ -3,23 +3,37 @@ import asyncio from .sc2process import SC2Process from .portconfig import Portconfig from .client import Client -from .player import Human, Bot, Observer +from .player import Human, Bot from .dat...
Eliminate the "game already ended" error
Dentosal_python-sc2
train
87e39e8a0188524010819c91c200774adab0dbdb
diff --git a/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java b/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java index <HASH>..<HASH> 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java +++ b/openvidu-server/src/main/java/io/openvidu/s...
openvidu-server: shorter final userId (from <I> to <I> chars)
OpenVidu_openvidu
train
fc2c445c063cc71eafc945e6a19125215b0acb00
diff --git a/src/Composer/Util/Filesystem.php b/src/Composer/Util/Filesystem.php index <HASH>..<HASH> 100644 --- a/src/Composer/Util/Filesystem.php +++ b/src/Composer/Util/Filesystem.php @@ -199,9 +199,15 @@ class Filesystem */ public function unlink($path) { - if (!@$this->unlinkImplementation($...
Make sure we properly usleep() on windows rmdir/unlink usleep() returns void, therefore the previous code didn't work
composer_composer
train
774d8c7d5a5fe08275c8c2eb51744fa008211720
diff --git a/packages/ember-views/lib/views/simple_bound_view.js b/packages/ember-views/lib/views/simple_bound_view.js index <HASH>..<HASH> 100644 --- a/packages/ember-views/lib/views/simple_bound_view.js +++ b/packages/ember-views/lib/views/simple_bound_view.js @@ -6,22 +6,14 @@ import EmberError from "ember-metal/er...
Cleanup escaping in SimpleBoundView
emberjs_ember.js
train
f0f1debec0569eacd50a2c0d8e0ca1f8346f74fc
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This is a config parser most similar to Nginx -[![GoDoc](https://godoc.org/github.com/lytics/confl?status.svg)](https://godoc.org/github.com/lytics/confl) +[![GoDoc](https://godoc.org/github.com/lytics/co...
Add support for capital booleans
lytics_confl
train
5d45801fdc50a8049b7708d89f98a9474c95051f
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,7 @@ const PluginWebpackConfig = require('graylog-web-plugin').PluginWebpackConfig; const loadBuildConfig = require('graylog-web-plugin').loadBuildConfig; const path = require('pat...
Modify plugin JS name Use same as Java, to fix shadow module.json in server
Graylog2_graylog2-server
train
90854bc14a543ae729239ce8e263d059873dd34a
diff --git a/src/parser.js b/src/parser.js index <HASH>..<HASH> 100644 --- a/src/parser.js +++ b/src/parser.js @@ -194,23 +194,23 @@ class Parser { continue; } - this.set(key); - const endsWithComma = (full[full.length - 1] === ','); if (endsWithComma...
Use the resolvePluralForm option to determine if it should add a key with the '_plural' suffix
i18next_i18next-scanner
train
fc81247c5699688e848412df6d4ff7493aaafbc4
diff --git a/cumulusci/core/keychain/EncryptedFileProjectKeychain.py b/cumulusci/core/keychain/EncryptedFileProjectKeychain.py index <HASH>..<HASH> 100644 --- a/cumulusci/core/keychain/EncryptedFileProjectKeychain.py +++ b/cumulusci/core/keychain/EncryptedFileProjectKeychain.py @@ -1,4 +1,5 @@ import os +from pathlib ...
Fix tests by using pathlib pervasively
SFDO-Tooling_CumulusCI
train
1b4bf420b47d6ebc2d12200ac25cc96c37d5ce87
diff --git a/cmd/kubeadm/app/util/error.go b/cmd/kubeadm/app/util/error.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/util/error.go +++ b/cmd/kubeadm/app/util/error.go @@ -76,7 +76,7 @@ func checkErr(err error, handleErr func(string, int)) { // assume that the "v" flag contains a parseable Int32 as per klog'...
kubeadm: use git.k8s.io link in app/util/error.go Adapt for the future transition of kubernetes/community to have "main" as its development branch. Use: <URL>
kubernetes_kubernetes
train
7a66ab24766002c8dff8bb0d8a315c23a3fbc9fd
diff --git a/setuptools/config/_validate_pyproject/error_reporting.py b/setuptools/config/_validate_pyproject/error_reporting.py index <HASH>..<HASH> 100644 --- a/setuptools/config/_validate_pyproject/error_reporting.py +++ b/setuptools/config/_validate_pyproject/error_reporting.py @@ -313,6 +313,6 @@ class _SummaryWri...
Update validate-pyproject to <I>
pypa_setuptools
train
7a8906149d6ed898f2622c627dee342e9e87a34f
diff --git a/tests/test_symmetric.py b/tests/test_symmetric.py index <HASH>..<HASH> 100644 --- a/tests/test_symmetric.py +++ b/tests/test_symmetric.py @@ -8,6 +8,7 @@ from oscrypto import symmetric, util, backend from ._unittest_compat import patch from .exception_context import assert_exception +from .unittest_dat...
Improve exhaustiveness of tests for AES symmetric encryption
wbond_oscrypto
train
7c3d5f1aa75bc028d7191bc17bbe563934226156
diff --git a/prompts.js b/prompts.js index <HASH>..<HASH> 100644 --- a/prompts.js +++ b/prompts.js @@ -1,5 +1,33 @@ +const fs = require('fs') + module.exports = [ { + name: 'awsProfile', + type: 'list', + message: 'How do you want to authenticate with AWS?', + default: '0', + choices: (_) => { + ...
Support selection of AWS profiles and fallback to env vars
multiplegeorges_vue-cli-plugin-s3-deploy
train
d1ebd84ee3356f7e3d76b4475bc7cd1eb7668ca0
diff --git a/yabt/yabt.py b/yabt/yabt.py index <HASH>..<HASH> 100755 --- a/yabt/yabt.py +++ b/yabt/yabt.py @@ -56,8 +56,11 @@ def cmd_version(unused_conf): def cmd_list(unused_conf: Config): """Print out information on loaded builders and hooks.""" for name, builder in sorted(Plugin.builders.items()): - ...
fix list-builders command in case of no registered builder function
resonai_ybt
train
27a3bde8284436bb7fd39b409fb596ebdfe3ed12
diff --git a/hapi/base.py b/hapi/base.py index <HASH>..<HASH> 100644 --- a/hapi/base.py +++ b/hapi/base.py @@ -5,6 +5,7 @@ from error import HapiError import utils import logging import sys +import time import traceback _PYTHON25 = sys.version_info < (2, 6) @@ -105,16 +106,44 @@ class BaseClient(object): de...
adding the ability to do automatic retries on API requests.
HubSpot_hapipy
train
3d13da55aaca22b807cde4f12ab9955008effed4
diff --git a/models/lobby.go b/models/lobby.go index <HASH>..<HASH> 100644 --- a/models/lobby.go +++ b/models/lobby.go @@ -689,17 +689,21 @@ func (lobby *Lobby) SetNotInGame(player *Player) error { return lobby.setInGameStatus(player, false) } -//SubNotInGamePlayers substitutes and removes players who haven't join...
SubNotInGamePlayers: Dont' remove players
TF2Stadium_Helen
train
0f76ac4f2e9de4a2a37e387460bd8e47d7371ab4
diff --git a/lib/questionlib.php b/lib/questionlib.php index <HASH>..<HASH> 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -1179,16 +1179,24 @@ function question_add_tops($categories, $pcontexts) { function question_categorylist($categoryid) { global $DB; - $subcategories = $DB->get_records('q...
MDL-<I> Detect loops in question categories.
moodle_moodle
train
e7600d73f872e3708c6ddb384065d47ae0d309f9
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 @@ -21,22 +21,27 @@ module Rack end } - res = Net::HTTP.start(uri.host, uri.port) { |http| + Net::HTTP.start(uri.host, uri.port) { |...
GET request params were not working Body could be nil if stream was not finished transferring
waterlink_rack-reverse-proxy
train
0f9dccc470beb4182d8c85cbab35133fb21ae812
diff --git a/src/main/java/com/ecyrd/speed4j/log/PeriodicalLog.java b/src/main/java/com/ecyrd/speed4j/log/PeriodicalLog.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/ecyrd/speed4j/log/PeriodicalLog.java +++ b/src/main/java/com/ecyrd/speed4j/log/PeriodicalLog.java @@ -568,7 +568,12 @@ public class PeriodicalL...
More error protection and logging in the main loop for PeriodicalLog
jalkanen_speed4j
train
ca6615bb3c8fbf1c49bd86c01f48f4dfdb7ac273
diff --git a/functions/template-comments.php b/functions/template-comments.php index <HASH>..<HASH> 100644 --- a/functions/template-comments.php +++ b/functions/template-comments.php @@ -27,7 +27,7 @@ function hybrid_comment_reply_link( $args = array() ) { /** * Outputs the comment reply link. Note that WP's `comm...
Cleanup for template-comments.php.
justintadlock_hybrid-core
train