hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
af8fc01c34cb85c15032441619dceb084674c5d9
diff --git a/src/webpack.js b/src/webpack.js index <HASH>..<HASH> 100644 --- a/src/webpack.js +++ b/src/webpack.js @@ -1,7 +1,7 @@ import webpack from 'webpack'; import ExtractTextPlugin from 'extract-text-webpack-plugin'; -import {CLIENT_ENTRY, BUILD_TARGET} from '@kpdecker/linoleum/config'; +import {CLIENT_ENTRY,...
Run apply webpack config on all builds
kpdecker_linoleum-webpack
train
94b9c1678e9ae200e038cd9e8253044d69754845
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,17 @@ StripeEvent.setup do end ``` +## Configuration + +If you have built an application that has multiple Stripe accounts--say, each of your customers has their own--you may want to define your own way of re...
Allows events to be retrieved with custom logic. Useful for if your application has more than one Stripe account (say: one per customer) and you want to find the correct API key to use when doing the Stripe::Event.retrieve call.
integrallis_stripe_event
train
11d4640a2a64e3c8035790608a982244db13d96b
diff --git a/lib/aranea/rack/aranea_middleware.rb b/lib/aranea/rack/aranea_middleware.rb index <HASH>..<HASH> 100644 --- a/lib/aranea/rack/aranea_middleware.rb +++ b/lib/aranea/rack/aranea_middleware.rb @@ -5,6 +5,8 @@ module Aranea FailureFailure = Class.new(RuntimeError) + ALLOWED_MINUTES = 1..60 + module ...
Set max duration to <I> minutes
mdsol_aranea
train
7ec1fed51f9bc6f9f3e19e212d0ca50bcaf77008
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -2,7 +2,10 @@ module.exports = function(config) { config.set({ singleRun: true, basePath: '', - files: ['tests/dist/index.js'], + files: [ + 'node_modules/regenerator-runtime/runtime...
chore: use regenerator runtime in tests for async/await
filerjs_filer
train
2341bc4be7ee630286d77c11023621453d9e053b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ function isBasic (b) { } function get (obj, path, dft) { + if(!isObject(obj, true)) return dft if(isBasic(path)) return obj[path] for(var i = 0; i < path.length; i++) { if(null == (obj = obj[path[i...
can't get properties from a non-object
dominictarr_libnested
train
e4bb8e0d60dd24bfe6c008ae67fca517a2d96b9f
diff --git a/synth.py b/synth.py index <HASH>..<HASH> 100644 --- a/synth.py +++ b/synth.py @@ -35,5 +35,5 @@ templates = common_templates.node_library(source_location='build/src') s.copy(templates) subprocess.run(['npm', 'install']) -subprocess.run(['npm', 'run', 'lint']) +subprocess.run(['npm', 'run', 'fix']) sub...
chore: run fix instead of lint in synthfile (#<I>)
googleapis_nodejs-bigquery-data-transfer
train
be842885cb14e229faaac4802dd1d7f42ae225c5
diff --git a/CHANGES b/CHANGES index <HASH>..<HASH> 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ Version 1.0 ----------- (first 1.0 release, release date to be announced) +- improved func:`url_decode` and :func:`url_encode` performance. - fixed an issue where the SharedDataMiddleware could cause an intern...
Improve url_encode/url_decode performance.
pallets_werkzeug
train
dace308748846464da6a9dc736eb9543949cd289
diff --git a/lib/azure/service_bus/service_bus.rb b/lib/azure/service_bus/service_bus.rb index <HASH>..<HASH> 100644 --- a/lib/azure/service_bus/service_bus.rb +++ b/lib/azure/service_bus/service_bus.rb @@ -418,10 +418,14 @@ module Azure peek_lock = true peek_lock = options[:peek_lock] if options[:pee...
<I>: Azure::ServiceBus::ServiceBus.receive_queue_message throws "NoMethodError"
Azure_azure-sdk-for-ruby
train
11dde19a6c4ca44cd71cbad8f25396a86ebbeb54
diff --git a/closure/goog/tweak/tweakui.js b/closure/goog/tweak/tweakui.js index <HASH>..<HASH> 100644 --- a/closure/goog/tweak/tweakui.js +++ b/closure/goog/tweak/tweakui.js @@ -526,7 +526,7 @@ goog.tweak.EntriesPanel.prototype.createComboBoxDom_ = var values = tweak.getValidValues(); for (var i = 0, il = values...
Fix a type warning, and make type warnings default to errors for closureCompiled. R=agrieve DELTA=2 (1 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
f71aeb477850973d81bc3a723a34edea75478706
diff --git a/vcs/backends/git.py b/vcs/backends/git.py index <HASH>..<HASH> 100644 --- a/vcs/backends/git.py +++ b/vcs/backends/git.py @@ -109,7 +109,7 @@ class GitRepository(BaseRepository): link. Sometimes it may happened that mercurial will issue basic auth request that can cause whole API to hang ...
Simplified some checks in GitRepository._get_revision.
codeinn_vcs
train
ebcef289d9e12cfe4e6a88c16bbd565863278415
diff --git a/dingo/grid/mv_grid/solvers/local_search.py b/dingo/grid/mv_grid/solvers/local_search.py index <HASH>..<HASH> 100644 --- a/dingo/grid/mv_grid/solvers/local_search.py +++ b/dingo/grid/mv_grid/solvers/local_search.py @@ -129,6 +129,12 @@ class LocalSearchSolver(BaseSolver): dn = graph._nodes ...
add check of aggregation flag in graph operators to exclude load areas with a high peak demand from processing
openego_ding0
train
036affb5ed728ae53e8af4ab5fb42c4903825a22
diff --git a/lib/search_engine.py b/lib/search_engine.py index <HASH>..<HASH> 100644 --- a/lib/search_engine.py +++ b/lib/search_engine.py @@ -2713,8 +2713,23 @@ def print_record(recID, format='hb', ot='', ln=cdslang, decompress=zlib.decompre (CFG_OAI_ID_FIELD[0:3], CFG_OAI_ID_FIELD[3:4], CF...
Corrected xm output (controlfields > <I> were displayed as datafields). Removed some unnecessary checkings.
inveniosoftware_invenio-records
train
4cb602afa0a905ceb0cccf49fe142c1c7b62087b
diff --git a/integration/commands_test.go b/integration/commands_test.go index <HASH>..<HASH> 100644 --- a/integration/commands_test.go +++ b/integration/commands_test.go @@ -1129,8 +1129,13 @@ func TestCmdKill(t *testing.T) { }) setTimeout(t, "SIGUSR2 timed out", 2*time.Second, func() { - for i := 0; i < 10; i+...
Allow "SIG" prefix on signal names in `docker kill` ("SIGKILL", etc) This way, we can use both `docker kill -s INT some_container` and `docker kill -s SIGINT some_container` and both will do nice things for us. :) Docker-DCO-<I>-
containers_storage
train
e200fe00ee5494ec6473c8a569c20e1cc2e199ab
diff --git a/spec/support/chef_helpers.rb b/spec/support/chef_helpers.rb index <HASH>..<HASH> 100644 --- a/spec/support/chef_helpers.rb +++ b/spec/support/chef_helpers.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2019, Chef Software Inc. # License:: Apache Lic...
Note that this helper method is no longer a backport This was an undocumented method that was removed from Ruby <I>. It's ours now. <URL>
chef_chef
train
0c9133718f4ceb08c2210e601a393a3dc34ecbc0
diff --git a/holoviews/ipython/display_hooks.py b/holoviews/ipython/display_hooks.py index <HASH>..<HASH> 100644 --- a/holoviews/ipython/display_hooks.py +++ b/holoviews/ipython/display_hooks.py @@ -10,6 +10,7 @@ import IPython from IPython import get_ipython import holoviews +from holoviews.plotting import Plot f...
Registered Plot instances with the display hooks (#<I>)
pyviz_holoviews
train
3e5683aa3ae94a41f3bd0f50c2c1981f77bce722
diff --git a/serverless/handler/instagramAuthRedirect.js b/serverless/handler/instagramAuthRedirect.js index <HASH>..<HASH> 100644 --- a/serverless/handler/instagramAuthRedirect.js +++ b/serverless/handler/instagramAuthRedirect.js @@ -6,7 +6,7 @@ export default (event, context, callback) => { loadServerlessSecrets...
Correct `responseBuilder` format for the Lambda proxy integration.
randytarampi_me
train
871959afc3c332c049ab14c51d108f6e52cc6884
diff --git a/IPython/html/static/widgets/js/widget.js b/IPython/html/static/widgets/js/widget.js index <HASH>..<HASH> 100644 --- a/IPython/html/static/widgets/js/widget.js +++ b/IPython/html/static/widgets/js/widget.js @@ -643,7 +643,8 @@ define(["widgets/js/manager", for (; i < new_models.length; i++)...
Make a copy of the input list so that changes to the children list don't automagically change our reference list
jupyter-widgets_ipywidgets
train
4ecaa5fe01aa25e3bc8cadc52ae481645754f955
diff --git a/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonService.java b/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonService.java index <HASH>..<HASH> 100644 --- a/pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonService.jav...
services: fix START_STICKY (#<I>) * fix sticky * cleanup * fix STICKY for foreground services
kivy_python-for-android
train
9058f5082f5cf72b97a933c4d3da38a080cd1229
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -71,7 +71,7 @@ }; // Clears singular rules and recreates from opposites of plural rules - _updateSingulars = function() { + var _updateSingulars = function() { singulars = {}; for (var k in plurals) { if (!plur...
fix: don't create accidental global
billysbilling_inflectors
train
57b9eabb16e5bebb727b4a032c9c0ff032aee340
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -15,11 +15,17 @@ class MiniTest::Unit::TestCase Nokogiri::HTML.parse(html_string.strip) end - def assert_in(template, selector, content, message=nil) - assert_equal con...
Update assert_in test helper to be more flexible Now allows just asserting existence of a selector without also asserting its content. Also adds a default message if none given.
alphagov_slimmer
train
5626024cc47446eb968061e33c1063191ea11894
diff --git a/pyontutils/slimgen.py b/pyontutils/slimgen.py index <HASH>..<HASH> 100755 --- a/pyontutils/slimgen.py +++ b/pyontutils/slimgen.py @@ -24,8 +24,6 @@ from pyontutils.ilx_utils import ILXREPLACE from IPython import embed -memoryCheck(7300000000) - #ncbi_map = { #'name':, #'description':, @@ -2...
slimgen moved memcheck to main so as not to swamp testing
tgbugs_pyontutils
train
6e27de255bc2c30289fa0655bdbcc0131365deb8
diff --git a/expression/builtin_time_test.go b/expression/builtin_time_test.go index <HASH>..<HASH> 100644 --- a/expression/builtin_time_test.go +++ b/expression/builtin_time_test.go @@ -1637,27 +1637,37 @@ func (s *testEvaluatorSuite) TestDateArithFuncs(c *C) { fcAdd := funcs[ast.DateAdd] fcSub := funcs[ast.DateSu...
expression: fix incorrect date arithmitical with negative interval (#<I>)
pingcap_tidb
train
d4dc4c3df394bd5c6252411d04d8291d6645edc9
diff --git a/spec/api.spec.js b/spec/api.spec.js index <HASH>..<HASH> 100644 --- a/spec/api.spec.js +++ b/spec/api.spec.js @@ -49,6 +49,67 @@ describe('Editable', function() { }); }); + describe('appendTo()', function() { + + it('appends a document fragment', function() { + $div.html('a'); ...
Add appendTo and prependTo to editable
livingdocsIO_editable.js
train
c5c6c9ea9f5afda930df96c6022fbbd5a1c4b794
diff --git a/python/vaex/webserver.py b/python/vaex/webserver.py index <HASH>..<HASH> 100644 --- a/python/vaex/webserver.py +++ b/python/vaex/webserver.py @@ -327,6 +327,7 @@ def process(webserver, user_id, path, fraction=None, progress=None, **arguments) expressions = None # make a shallow copy, such th...
panic mode, extra checks for expressions and virtual columns
vaexio_vaex
train
8834d3a03bc7d05d63de70d1deb8abf86efff896
diff --git a/safe/gui/widgets/test/test_dock.py b/safe/gui/widgets/test/test_dock.py index <HASH>..<HASH> 100644 --- a/safe/gui/widgets/test/test_dock.py +++ b/safe/gui/widgets/test/test_dock.py @@ -55,7 +55,8 @@ from safe.test.utilities import ( set_small_jakarta_extent, get_qgis_app, TESTDATA, - HAZ...
Fix failed test in jenkins: test_issue<I>
inasafe_inasafe
train
8c15f13534687f3d35d741a01208e3dba1642a16
diff --git a/lib/ronin/scanner.rb b/lib/ronin/scanner.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/scanner.rb +++ b/lib/ronin/scanner.rb @@ -83,10 +83,7 @@ module Ronin (scanners[name] ||= []) << block - class_def("#{name}_scan") do - scan(name)[name] - end - + cla...
Have scanner convenience methods return a singleton Hash.
ronin-ruby_ronin
train
399047914c1054e8bd85de12fe591840d7b3a9cf
diff --git a/lib/zoneinfo.js b/lib/zoneinfo.js index <HASH>..<HASH> 100644 --- a/lib/zoneinfo.js +++ b/lib/zoneinfo.js @@ -488,7 +488,7 @@ var parseZonefile = function (file){ } module.exports.listTimezones = function (country_code){ - country_code = country_code ? country_code.trim().toUpperCase() || ""; + c...
Bug fix b/c I am an idiot sometimes
gsmcwhirter_node-zoneinfo
train
0c051d831d1580a38e62d701437c607005d28ab1
diff --git a/spec/integration/lingohub/models/project_spec.rb b/spec/integration/lingohub/models/project_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/lingohub/models/project_spec.rb +++ b/spec/integration/lingohub/models/project_spec.rb @@ -48,8 +48,8 @@ describe Lingohub::Models::Project do subjec...
#2 Rearrange let declarations slightly
lingohub_lingohub_ruby
train
54fa1e5d0effd59d318a64f30db232d596b86788
diff --git a/tests/suites/tester/assert.js b/tests/suites/tester/assert.js index <HASH>..<HASH> 100644 --- a/tests/suites/tester/assert.js +++ b/tests/suites/tester/assert.js @@ -40,7 +40,7 @@ casper.test.begin('Common assertions tests', 47, function(test) { test.assertSelectorExists('body', 'Tester.assertSele...
Fix typo in assertNotExists test
casperjs_casperjs
train
c4d9f6e3b9076be7037ff4cf77e5fbf5078105f7
diff --git a/test/moment/format.js b/test/moment/format.js index <HASH>..<HASH> 100644 --- a/test/moment/format.js +++ b/test/moment/format.js @@ -269,12 +269,12 @@ exports.format = { for (i in cases) { isoWeekYear = cases[i].split('-')[0]; - formatted5 = moment(i).format('GGGGG'); - ...
Fix 'iso? week year? formats' test, take 2
moment_moment
train
886fe1940b6a860109b85c39d67c871552edfb4c
diff --git a/ClassCollectionLoader.php b/ClassCollectionLoader.php index <HASH>..<HASH> 100644 --- a/ClassCollectionLoader.php +++ b/ClassCollectionLoader.php @@ -62,7 +62,7 @@ class ClassCollectionLoader if (!is_dir($cacheDir) && !@mkdir($cacheDir, 0777, true) && !is_dir($cacheDir)) { throw new \...
Enhance GAE compat by removing some realpath()
symfony_class-loader
train
0bd0767eb463e3170b25b847a3e2e4811949df8a
diff --git a/sos/component.py b/sos/component.py index <HASH>..<HASH> 100644 --- a/sos/component.py +++ b/sos/component.py @@ -351,14 +351,13 @@ class SoSComponent(): if not self.opts.quiet: console = logging.StreamHandler(sys.stdout) console.setFormatter(logging.Formatter('%(message)...
[component] Adjust loglevel setting to be more transparent Changed loglevel logic to be more transparent. Setting file loglevel (flog) on DEBUG when any verbosity is set. If not leave it to INFO.
sosreport_sos
train
a49b89bc5ea28ac820472e1a4b678f3806fd147c
diff --git a/sprinter/lib/extract.py b/sprinter/lib/extract.py index <HASH>..<HASH> 100644 --- a/sprinter/lib/extract.py +++ b/sprinter/lib/extract.py @@ -25,7 +25,6 @@ def extract_tar(url, target_dir, additional_compression="", remove_common_prefix try: if not os.path.exists(target_dir): os....
removing pdb statements.
toumorokoshi_sprinter
train
6cd60a756e073a2eabed722aeffd26b20332f17b
diff --git a/src/Installer.php b/src/Installer.php index <HASH>..<HASH> 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -32,15 +32,20 @@ class Installer extends LibraryInstaller file_put_contents($path, json_encode($manifest)); } - protected function mountExtension(PackageInterface $package...
Only create manifest if it doesn't exist.
wpboots_installer
train
b3f42dedae07f244a923cd73828e8ccda23c828b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,15 +4,16 @@ var validUrl = require('valid-url'); var connected = false; + var isAuthentificated = false; var PASSWORD, DELUGE_URL, - SESSION_COOKIE = ''; + SESSION_COOKIE = '', +...
[MOD] Rearrange function to prepare changes Adding possibility to get the list of host Adding possibility to connect to an host
ginman86_deluge
train
76a457d3c352dd25300d252d8f7a9c4d7c4d6890
diff --git a/tests/dns.py b/tests/dns.py index <HASH>..<HASH> 100644 --- a/tests/dns.py +++ b/tests/dns.py @@ -492,3 +492,11 @@ def test_dns_lts(): result = Result.get('{"lts":161,"from":"46.17.16.18","msm_id":1004041,"timestamp":1406560725,"fw":4650,"proto":"UDP","af":4,"msm_name":"Tdig","prb_id":778,"result":{"a...
Added test for TXT answers with class IN
RIPE-NCC_ripe.atlas.sagan
train
14db099b7a749da32585f58d294750a029981442
diff --git a/dsl/http.go b/dsl/http.go index <HASH>..<HASH> 100644 --- a/dsl/http.go +++ b/dsl/http.go @@ -679,7 +679,7 @@ func Body(args ...interface{}) { eval.ReportError("Body is set but Payload is not defined") return } - attr = ref + attr = &expr.AttributeExpr{References: []expr.DataType{ref.Type}} ...
Properly handle the case where HTTP body inherits from payload attributes (#<I>)
goadesign_goa
train
748e235535ef8deeae2153da6b0629f70688a41c
diff --git a/src/Illuminate/Workbench/PackageCreator.php b/src/Illuminate/Workbench/PackageCreator.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Workbench/PackageCreator.php +++ b/src/Illuminate/Workbench/PackageCreator.php @@ -349,7 +349,7 @@ class PackageCreator { * * @param \Illuminate\Workbench\Packa...
@return string was removed by error
laravel_framework
train
dc4c43a8d0b54b32c29db97074f98760deb9910a
diff --git a/make/make.js b/make/make.js index <HASH>..<HASH> 100644 --- a/make/make.js +++ b/make/make.js @@ -174,48 +174,71 @@ return ast; } + compact.beginIdentifierMapping = function (context, names, typeVar) { + var + len = names.length, + idx, + name; + ...
Release minification Improved variable substitution (still buggy)
ArnaudBuchholz_gpf-js
train
8662b153a8d296d8b9d8de1fc1c3b5d92db97df0
diff --git a/integration/src/main/java/tachyon/yarn/ApplicationMaster.java b/integration/src/main/java/tachyon/yarn/ApplicationMaster.java index <HASH>..<HASH> 100644 --- a/integration/src/main/java/tachyon/yarn/ApplicationMaster.java +++ b/integration/src/main/java/tachyon/yarn/ApplicationMaster.java @@ -41,7 +41,7 @@...
[TACHYON-<I>] AM should log instead of printing
Alluxio_alluxio
train
1238f762a273c80976383e59bce98ec93675ee2d
diff --git a/Neos.Eel/Classes/Helper/StringHelper.php b/Neos.Eel/Classes/Helper/StringHelper.php index <HASH>..<HASH> 100755 --- a/Neos.Eel/Classes/Helper/StringHelper.php +++ b/Neos.Eel/Classes/Helper/StringHelper.php @@ -730,6 +730,19 @@ class StringHelper implements ProtectedContextAwareInterface } /** +...
FEATURE: Add `format` method to String EEL Helper This method pretty much just redirects its arguments to the PHP-native `vsprintf` and allows to format strings without `'' + ''` interpolation.
neos_flow-development-collection
train
e27fc3f741f494c6e6e63e0e88f080e98ed9aedc
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/commands.js b/bundles/org.eclipse.orion.client.core/web/orion/commands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/commands.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/commands.js @@ -620,8 +620,8 @@ defin...
clarify doc for calling renderCommands with "menu"
eclipse_orion.client
train
99fee3e247fc39023c943ed2e77dc6914be3c7c2
diff --git a/restygwt/src/main/java/org/fusesource/restygwt/client/cache/QueueableCacheStorage.java b/restygwt/src/main/java/org/fusesource/restygwt/client/cache/QueueableCacheStorage.java index <HASH>..<HASH> 100644 --- a/restygwt/src/main/java/org/fusesource/restygwt/client/cache/QueueableCacheStorage.java +++ b/rest...
use set instead of list to avoid double entries
resty-gwt_resty-gwt
train
6bed8fe9ced13c1b0208bf7295c35d24bba19ed8
diff --git a/biojava3-structure/src/main/java/org/biojava/bio/structure/scop/CachedRemoteScopInstallation.java b/biojava3-structure/src/main/java/org/biojava/bio/structure/scop/CachedRemoteScopInstallation.java index <HASH>..<HASH> 100644 --- a/biojava3-structure/src/main/java/org/biojava/bio/structure/scop/CachedRemot...
Adding setScopVersion() method to ScopDatabase It was already implemented by most classes.
biojava_biojava
train
5a6b683588e4307167d40fd21c2eb01119d500c2
diff --git a/test/integration/sanity/control-flow.test.js b/test/integration/sanity/control-flow.test.js index <HASH>..<HASH> 100644 --- a/test/integration/sanity/control-flow.test.js +++ b/test/integration/sanity/control-flow.test.js @@ -1,5 +1,6 @@ var _ = require('lodash'), sinon = require('sinon'), + expec...
Update integration/sanity/control-flow tests to chai
postmanlabs_postman-runtime
train
350dd403fdd84a6a30bf84c16ba1d71a7d1f9858
diff --git a/runcommands/command.py b/runcommands/command.py index <HASH>..<HASH> 100644 --- a/runcommands/command.py +++ b/runcommands/command.py @@ -76,7 +76,7 @@ class Command: # Keep track of used short option names so that the same name # isn't used more than once. - self.used_short_opti...
Allow commands to define a help option This override's argparse's default -h/--help.
wylee_runcommands
train
b3c4058700de1c13458991509651803b1168bf61
diff --git a/tests/functional/faster.py b/tests/functional/faster.py index <HASH>..<HASH> 100644 --- a/tests/functional/faster.py +++ b/tests/functional/faster.py @@ -103,7 +103,7 @@ def test_cached_clean_install_faster(tmpdir, pypi_packages): 'argparse', 'pip', 'pip_f...
show that we continue to work in the presence of new virtualenv
Yelp_venv-update
train
1c28dbc492dedaf28f09ba3b8d8f085987a75884
diff --git a/hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java b/hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java +++ b/hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java @@ -25,7 +25,6 @@ import ...
Removing Hazelcast.shutdownAll since the test only uses test instance factory.
hazelcast_hazelcast
train
cc86524b274942923c6d2c86217be40dea232301
diff --git a/nbtools/uibuilder.py b/nbtools/uibuilder.py index <HASH>..<HASH> 100644 --- a/nbtools/uibuilder.py +++ b/nbtools/uibuilder.py @@ -117,6 +117,10 @@ class UIBuilder(BaseWidget): # Give deprecation warnings self._deprecation_warnings(kwargs) + # Force the parameters setter to be cal...
Fixed bug when parameters override isn't set
genepattern_nbtools
train
e2058b680dede4307a874c15ab806723c61fb8ab
diff --git a/src/sap.ui.table/src/sap/ui/table/Table.js b/src/sap.ui.table/src/sap/ui/table/Table.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.table/src/sap/ui/table/Table.js +++ b/src/sap.ui.table/src/sap/ui/table/Table.js @@ -964,11 +964,11 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/Device', } } - va...
[] sap.ui.table.Table - header row height is incorrect - header row height was calculated based in the first cell only Change-Id: If5be2a<I>ea7a0b<I>a1f<I>c9bbe<I>e8f<I> BCP: <I>
SAP_openui5
train
4902d3fb40c855e99ea6d20191ad195c1432f4fb
diff --git a/src/main/java/com/j256/ormlite/spring/TableCreator.java b/src/main/java/com/j256/ormlite/spring/TableCreator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/spring/TableCreator.java +++ b/src/main/java/com/j256/ormlite/spring/TableCreator.java @@ -6,6 +6,7 @@ import java.util.List; i...
Changed TableCreator to take a list of Dao instead of BaseDaoImpl.
j256_ormlite-jdbc
train
bc105efe55d0b53cfc02565894bfe78613842a17
diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/mon.py +++ b/ceph_deploy/mon.py @@ -146,9 +146,90 @@ def mon_create(args): if errors: raise exc.GenericError('Failed to create %d monitors' % errors) + +def destroy_mon(cluster): + import os + import...
mon: implement 'destroy' Remove the mon from the cluster, stop the daemon, and then remove the directory.
ceph_ceph-deploy
train
56dca165994376c1ebf99be7ad2029f68f8d5b28
diff --git a/src/main/java/com/cedarsoftware/util/io/JsonReader.java b/src/main/java/com/cedarsoftware/util/io/JsonReader.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cedarsoftware/util/io/JsonReader.java +++ b/src/main/java/com/cedarsoftware/util/io/JsonReader.java @@ -1007,14 +1007,7 @@ public class JsonR...
- deprecated methods now throw RuntimeExceptions (next release, the method will just be gone)
jdereg_json-io
train
a281be1c11d61deed7cb2853125e6d489f16aa2e
diff --git a/daemon/image_delete.go b/daemon/image_delete.go index <HASH>..<HASH> 100644 --- a/daemon/image_delete.go +++ b/daemon/image_delete.go @@ -104,27 +104,34 @@ func (daemon *Daemon) ImageDelete(imageRef string, force, prune bool) ([]types.I repoRefs = daemon.referenceStore.References(imgID) - // If thi...
Update rmi logic for canonical references Updates the rmi code to treat canonical references as related to tagged references from the same repository during deletion. Canonical references with a different repository name will be treated as separate references. Updates the remove by ID logic to still remove an image if...
containers_storage
train
185a6564abd77974f683522e1d4510d83ac8e073
diff --git a/core/util/src/main/java/org/arakhne/afc/util/CountryCode.java b/core/util/src/main/java/org/arakhne/afc/util/CountryCode.java index <HASH>..<HASH> 100644 --- a/core/util/src/main/java/org/arakhne/afc/util/CountryCode.java +++ b/core/util/src/main/java/org/arakhne/afc/util/CountryCode.java @@ -860,4 +860,23...
[util] Add the function for finding a country code from a case-insensitive name.
gallandarakhneorg_afc
train
ad9f550e2e785f23e4911d3c4864456751f60772
diff --git a/oz/core/actions.py b/oz/core/actions.py index <HASH>..<HASH> 100644 --- a/oz/core/actions.py +++ b/oz/core/actions.py @@ -59,7 +59,20 @@ def init(project_name): def server(): """Runs the server""" - if oz.settings["wsgi_mode"]: + # Get and validate the server_type + server_type = oz.settin...
Cleaned up the config: now both the use of the wsgi server and non-default ioloops are exposed through the config `server_type`
dailymuse_oz
train
7f64dccd65b136474958f96de4d3e763d7ad2266
diff --git a/build_tools/compiler/liquid_processor.rb b/build_tools/compiler/liquid_processor.rb index <HASH>..<HASH> 100644 --- a/build_tools/compiler/liquid_processor.rb +++ b/build_tools/compiler/liquid_processor.rb @@ -14,6 +14,7 @@ module Compiler footer_top: "{% include layouts/_footer_top.html %}", ...
Add support for 'html_lang' attribute to other targets
alphagov_govuk_template
train
2b62f60fdced654e3d09cebf434a6f55e2cdb301
diff --git a/lib/dbf.rb b/lib/dbf.rb index <HASH>..<HASH> 100644 --- a/lib/dbf.rb +++ b/lib/dbf.rb @@ -5,8 +5,8 @@ require 'json' require 'dbf/schema' require 'dbf/record' -require 'dbf/column' require 'dbf/column_type' +require 'dbf/column' require 'dbf/encodings' require 'dbf/header' require 'dbf/table' diff ...
make column type hash a constant
infused_dbf
train
7fe43508a40846d1b0ce1ec78d1bf67e9faac8dd
diff --git a/src/Provider/Node/SystemNodeProvider.php b/src/Provider/Node/SystemNodeProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/Node/SystemNodeProvider.php +++ b/src/Provider/Node/SystemNodeProvider.php @@ -8,7 +8,12 @@ class SystemNodeProvider implements NodeProviderInterface { public function ge...
Added caching of system node information Applied optimization found in <I> for caching of system node information
ramsey_uuid
train
a6aa1255fe38e260f1f1cc56736a2aad0f59dbf4
diff --git a/src/Action/DashboardAction.php b/src/Action/DashboardAction.php index <HASH>..<HASH> 100644 --- a/src/Action/DashboardAction.php +++ b/src/Action/DashboardAction.php @@ -17,7 +17,7 @@ class DashboardAction extends BaseAction /** * HTTP GET handler * - * @return void|\Cake\Network\Respo...
Update docblock to prevent warning when running phpstan.
FriendsOfCake_crud-view
train
524519f9b9d082c74c1746dbae9f7cadbdd4e7ba
diff --git a/src/containers/views/tests/datafileedit.spec.js b/src/containers/views/tests/datafileedit.spec.js index <HASH>..<HASH> 100644 --- a/src/containers/views/tests/datafileedit.spec.js +++ b/src/containers/views/tests/datafileedit.spec.js @@ -2,9 +2,12 @@ import React from 'react'; import { shallow } from 'enz...
make spec file for DataFileEdit consistent with similar view specs
jekyll_jekyll-admin
train
22fc5693068de6720815df6f8c1259e4137c77e0
diff --git a/src/view/ThemeManager.js b/src/view/ThemeManager.js index <HASH>..<HASH> 100644 --- a/src/view/ThemeManager.js +++ b/src/view/ThemeManager.js @@ -29,7 +29,7 @@ define(function (require, exports, module) { themeReady = false, commentRegex = /\/\*([\s\S]*?)\*\//mg, scrollba...
Removed extra call the get promise object. Redundant.
adobe_brackets
train
d6b73bca38c238a494484997be9900914b479101
diff --git a/src/app/actions/mzidtsv/isonormalize.py b/src/app/actions/mzidtsv/isonormalize.py index <HASH>..<HASH> 100644 --- a/src/app/actions/mzidtsv/isonormalize.py +++ b/src/app/actions/mzidtsv/isonormalize.py @@ -1,5 +1,5 @@ from app.readers import tsv as reader -from statistics import median +from statistics im...
Error handling for empty channels when doing a median
glormph_msstitch
train
05c277135e343fbdcc715376c3a89d701022b8fd
diff --git a/dev/com.ibm.ws.org.apache.cxf.cxf.rt.transports.http.3.2/src/org/apache/cxf/transport/http/URLConnectionHTTPConduit.java b/dev/com.ibm.ws.org.apache.cxf.cxf.rt.transports.http.3.2/src/org/apache/cxf/transport/http/URLConnectionHTTPConduit.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.org.apache.cxf...
Add doPriv around call to close socket output stream.
OpenLiberty_open-liberty
train
1e28728210e08b18cdb2e2ad7a66aefd7c2a9cf9
diff --git a/src/uz-latin/passwords.php b/src/uz-latin/passwords.php index <HASH>..<HASH> 100644 --- a/src/uz-latin/passwords.php +++ b/src/uz-latin/passwords.php @@ -11,11 +11,10 @@ return [ | has failed, such as for an invalid token or invalid new password. | */ - - 'password' => 'Kaliz so‘z kamida...
[uz] Fixed translation mistakes in Uzbek
caouecs_Laravel-lang
train
2062e647f6523c12549dda36d3b99a747e174256
diff --git a/cmd/juju/status.go b/cmd/juju/status.go index <HASH>..<HASH> 100644 --- a/cmd/juju/status.go +++ b/cmd/juju/status.go @@ -173,7 +173,7 @@ func (ctxt *statusContext) processService(service *state.Service) (status servic status.Err = err return } - if !service.IsSubordinate() { + if service.IsPrincip...
state: rename service.IsSubordinate to service.IsPrincipal
juju_juju
train
83f8bb68e057eb94d26da2ff9c6309facda649c8
diff --git a/udata/tests/frontend/test_dataset_frontend.py b/udata/tests/frontend/test_dataset_frontend.py index <HASH>..<HASH> 100644 --- a/udata/tests/frontend/test_dataset_frontend.py +++ b/udata/tests/frontend/test_dataset_frontend.py @@ -61,18 +61,18 @@ class DatasetBlueprintTest(FrontTestCase): response ...
Change double quotes to single quotes in the tests
opendatateam_udata
train
e4160562024776159821c1daae94c851684425ed
diff --git a/src/utils/loadurl.js b/src/utils/loadurl.js index <HASH>..<HASH> 100644 --- a/src/utils/loadurl.js +++ b/src/utils/loadurl.js @@ -1,4 +1,4 @@ -function LoadUrl (url, opts) { +function LoadUrl(url, opts) { const xhr = new XMLHttpRequest() if (opts.timeout) { @@ -12,13 +12,13 @@ function LoadUrl (url...
Allow HTTP status code 0 as successful XHR response (#<I>)
bbc_bigscreen-player
train
912df9b55a0be758cca162d00a55d7d92ad3acca
diff --git a/test/e2e/federation-apiserver.go b/test/e2e/federation-apiserver.go index <HASH>..<HASH> 100644 --- a/test/e2e/federation-apiserver.go +++ b/test/e2e/federation-apiserver.go @@ -26,12 +26,28 @@ import ( "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/util/wait" "k8s.io/kubernetes/test/e2e/framewor...
Cleaning up clusters after federation apiserver test is run
kubernetes_kubernetes
train
447ea8184741a155e3a18c53ba2231b7d2a96ddc
diff --git a/src/consumer/offsetManager/index.js b/src/consumer/offsetManager/index.js index <HASH>..<HASH> 100644 --- a/src/consumer/offsetManager/index.js +++ b/src/consumer/offsetManager/index.js @@ -290,7 +290,12 @@ module.exports = class OffsetManager { (obj, { partition, offset }) => assign(obj, { [par...
Prevent typeerror when committing offsets for a topic before initialization `committedOffsets()[topic]` can return undefined in some circumstances.
tulios_kafkajs
train
2685e2adcf7b3ece703bb3b0a1126dc351aeec89
diff --git a/source/Core/StrMb.php b/source/Core/StrMb.php index <HASH>..<HASH> 100644 --- a/source/Core/StrMb.php +++ b/source/Core/StrMb.php @@ -172,6 +172,7 @@ class StrMb return htmlentities($sString, $iQuotStyle, $this->_sEncoding); } + // @codingStandardsIgnoreStart /** * PHP html_en...
ignore StrMb-wrapper functions (phpcs)
OXID-eSales_oxideshop_ce
train
6a28affc275af25df61f32355fac9d72363b8c3b
diff --git a/html/src/playn/html/HtmlPlatform.java b/html/src/playn/html/HtmlPlatform.java index <HASH>..<HASH> 100644 --- a/html/src/playn/html/HtmlPlatform.java +++ b/html/src/playn/html/HtmlPlatform.java @@ -103,6 +103,10 @@ public class HtmlPlatform extends Platform { // installs backwards compat Date.now() if...
update in the background at 1 fps on the html platform
playn_playn
train
e4c5396c04bffffe1b6822cb5e08e3b26ffda2bd
diff --git a/telethon/tl/session.py b/telethon/tl/session.py index <HASH>..<HASH> 100644 --- a/telethon/tl/session.py +++ b/telethon/tl/session.py @@ -53,7 +53,9 @@ class Session: self.report_errors = True # Cross-thread safety - self._lock = Lock() + self._seq_no_lock = Lock() + ...
Add cross-thread safety when saving the session
LonamiWebs_Telethon
train
24e414d580f2e7fd58d841c4e68ac2164f735c26
diff --git a/src/Loggers/Readers/LineLogReader.php b/src/Loggers/Readers/LineLogReader.php index <HASH>..<HASH> 100644 --- a/src/Loggers/Readers/LineLogReader.php +++ b/src/Loggers/Readers/LineLogReader.php @@ -79,17 +79,15 @@ class LineLogReader extends AbstractLogReader implements \Iterator, \Countable $...
Fixing log reader not displaying correct lines
solspace_craft3-commons
train
b3decd7b736029216bd90bbe78b4378aedac1f0d
diff --git a/gnupg/test/test_gnupg.py b/gnupg/test/test_gnupg.py index <HASH>..<HASH> 100644 --- a/gnupg/test/test_gnupg.py +++ b/gnupg/test/test_gnupg.py @@ -66,6 +66,13 @@ if __name__ == "__main__" and __package__ is None: from .. import _logger except (ImportError, ValueError) as ierr: print(i...
Add imports specific to running unittests after an installation.
isislovecruft_python-gnupg
train
44906dc2da2c38c9043dadf8cd6df3fe54fcf9cf
diff --git a/topydo/lib/DotPrinter.py b/topydo/lib/DotPrinter.py index <HASH>..<HASH> 100644 --- a/topydo/lib/DotPrinter.py +++ b/topydo/lib/DotPrinter.py @@ -19,6 +19,8 @@ Provides a printer that transforms a list of Todo items to a graph in Dot notation. Useful for displaying dependencies. """ +from textwrap impo...
Print nodes with more information It has full name now, a priority and a due date. The legend is no longer printed.
bram85_topydo
train
cda1a1e6c996ac91d7f0794b4134889f7f711024
diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php @@ -400,6 +400,9 @@ class HtmlHelperTest extends CakeTestCase { ...
Added test for relative path using app asset configuration
cakephp_cakephp
train
c8529461061bdca8919aae5c9ccfafa8accc6c3f
diff --git a/test/unit/sandbox-libraries/pm.test.js b/test/unit/sandbox-libraries/pm.test.js index <HASH>..<HASH> 100644 --- a/test/unit/sandbox-libraries/pm.test.js +++ b/test/unit/sandbox-libraries/pm.test.js @@ -19,6 +19,14 @@ describe('sandbox library - pm api', function () { value: 2.5, ...
Added tests for collectionVariables on pm.api
postmanlabs_postman-sandbox
train
f821d6c65a929861d522813957c076f313951ba1
diff --git a/src/main/java/me/normanmaurer/niosmtp/impl/internal/SMTPClientFutureImpl.java b/src/main/java/me/normanmaurer/niosmtp/impl/internal/SMTPClientFutureImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/me/normanmaurer/niosmtp/impl/internal/SMTPClientFutureImpl.java +++ b/src/main/java/me/normanmaurer/n...
Also handle exception Make sure the SMTPClientFutureImpl is thread-safe
normanmaurer_niosmtp
train
fd0b9e409234a584110f93cf99dc54a483b16d0b
diff --git a/lib/pdk/util/template_uri.rb b/lib/pdk/util/template_uri.rb index <HASH>..<HASH> 100644 --- a/lib/pdk/util/template_uri.rb +++ b/lib/pdk/util/template_uri.rb @@ -172,7 +172,7 @@ module PDK ary = [] ary << { type: _('--template-url'), uri: explicit_uri, allow_fallback: false } ary...
Don't include answers uri if nil
puppetlabs_pdk
train
60b5410b67eecd9e366e49991521a082ebecaf10
diff --git a/project_generator/project.py b/project_generator/project.py index <HASH>..<HASH> 100644 --- a/project_generator/project.py +++ b/project_generator/project.py @@ -364,7 +364,7 @@ class Project: if extension in linker_filetypes: data['common']['linker_file'].append(os.pa...
scrape dir - list sources if the option is provided
project-generator_project_generator
train
289505eba6fe7f679616e11933959ff8b6e58a85
diff --git a/lib/bummr/check.rb b/lib/bummr/check.rb index <HASH>..<HASH> 100644 --- a/lib/bummr/check.rb +++ b/lib/bummr/check.rb @@ -2,6 +2,7 @@ module Bummr class Check < Thor include Singleton + desc "check", "Run automated checks to see if bummr can be run" def check(fullcheck=true) @error...
Prevent Thor warning on boot Add desc to check command to avoid warning on boot. [WARNING] Attempted to create command "check" without usage or description. Call desc if you want this method to be available as command or declare it inside a no_commands{} block. Invoked from
lpender_bummr
train
02dcff3407799771043d5790d33eb89c75d433a9
diff --git a/hazelcast/src/test/java/com/hazelcast/test/HazelcastParallelClassRunner.java b/hazelcast/src/test/java/com/hazelcast/test/HazelcastParallelClassRunner.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/test/HazelcastParallelClassRunner.java +++ b/hazelcast/src/test/java/com/hazelc...
Minimal cleanup of HazelcastParallelClassRunner
hazelcast_hazelcast
train
3bd023040b0898774eee2571241a4b85f92bf2e9
diff --git a/lang/ru/assignment.php b/lang/ru/assignment.php index <HASH>..<HASH> 100644 --- a/lang/ru/assignment.php +++ b/lang/ru/assignment.php @@ -1,22 +1,51 @@ <?PHP // $Id$ - // assignment.php - created with Moodle 1.4 development (2004070800) + // assignment.php - created with Moodle 1.5.1 (200506021...
Changes from Nenashev
moodle_moodle
train
75c02be64739ea2f0678ec6a2c3a58b01a83fea0
diff --git a/OpenPNM/Algorithms/__GenericAlgorithm__.py b/OpenPNM/Algorithms/__GenericAlgorithm__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Algorithms/__GenericAlgorithm__.py +++ b/OpenPNM/Algorithms/__GenericAlgorithm__.py @@ -247,8 +247,8 @@ class GenericAlgorithm(Core): if bcname in self._existing_BC...
Fixed two small problems with pep8 I was not getting any error with any of pep8 checker, but TravisCl was complaining. So I changed some lines.
PMEAL_OpenPNM
train
99ac7dc114c7c8efde8a61d465ba388599ebebd5
diff --git a/matterbridge.go b/matterbridge.go index <HASH>..<HASH> 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -9,20 +9,21 @@ import ( "log" "strconv" "strings" - "time" ) type Bridge struct { - i *irc.Connection - m *matterhook.Client - cmap map[string]string + i *irc.Connection + m ...
Handle connects asynchroneously. On connect events, update the nick with what's actually used and set up channels as configured.
42wim_matterbridge
train
70590dac16afbb93145a5937418c240b26f968d0
diff --git a/core/src/main/java/com/google/bitcoin/protocols/channels/StoredPaymentChannelClientStates.java b/core/src/main/java/com/google/bitcoin/protocols/channels/StoredPaymentChannelClientStates.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/protocols/channels/StoredPaymentChannelClie...
Payment channels: add wallet printouts of the contents of the extensions.
bitcoinj_bitcoinj
train
5d3557772a583d82cd2f5b2c0e53c8e32b503626
diff --git a/lib/go/camli/third_party/github.com/Philio/GoMySQL/mysql.go b/lib/go/camli/third_party/github.com/Philio/GoMySQL/mysql.go index <HASH>..<HASH> 100644 --- a/lib/go/camli/third_party/github.com/Philio/GoMySQL/mysql.go +++ b/lib/go/camli/third_party/github.com/Philio/GoMySQL/mysql.go @@ -586,7 +586,7 @@ func ...
Fix MySQL mysql.go for net.Dial laddr removal.
perkeep_perkeep
train
1896aa629648298e9b05bb8c334db066a8a649d5
diff --git a/redis/unlock.lua b/redis/unlock.lua index <HASH>..<HASH> 100644 --- a/redis/unlock.lua +++ b/redis/unlock.lua @@ -10,7 +10,6 @@ local expiration = tonumber(ARGV[2]) redis.call('HDEL', grabbed_key, token) redis.call('SREM', unique_keys, unique_digest) -local available_count = redis.call('LPUSH', availab...
Move the lpush last (#<I>) * Move the lpush last This enables the brpop to catch that the job was unlocked. * Rubo👮
mhenrixon_sidekiq-unique-jobs
train
a14984f63d4a23b833a9f3f3d4f063cec50b7da8
diff --git a/src/AnimeDb/Bundle/CatalogBundle/Resources/public/js/main.js b/src/AnimeDb/Bundle/CatalogBundle/Resources/public/js/main.js index <HASH>..<HASH> 100644 --- a/src/AnimeDb/Bundle/CatalogBundle/Resources/public/js/main.js +++ b/src/AnimeDb/Bundle/CatalogBundle/Resources/public/js/main.js @@ -665,18 +665,42 @@...
on submit form in popup send controller for update field
anime-db_anime-db
train
ef5319977fe2bbf3fda98b0c81a6d62224d4859d
diff --git a/bang/attributes/__init__.py b/bang/attributes/__init__.py index <HASH>..<HASH> 100644 --- a/bang/attributes/__init__.py +++ b/bang/attributes/__init__.py @@ -31,3 +31,26 @@ DEPLOYER_CREDS = 'deployer_credentials' KEY = 'key' SERVER_CLASS = 'server_class' PROVIDER = 'provider' + +# Like chicken fried chi...
Add ``Name`` tag to cloud servers. This also adds a new Bang config option for ~/.bangrc called ``name_tag_name``. By default, the server name is stored in a tag named ``Name``. The deployer can specify a different tag name, or an empty string to disable ``Name``-tagging. This fixes #4.
fr33jc_bang
train
8695239c6bc29d62e269f06bb4dfed886a4bdd6a
diff --git a/custodia/httpd/server.py b/custodia/httpd/server.py index <HASH>..<HASH> 100644 --- a/custodia/httpd/server.py +++ b/custodia/httpd/server.py @@ -337,11 +337,15 @@ class HTTPRequestHandler(BaseHTTPRequestHandler): authzers = config.get('authorizers') if authzers is None: rais...
Fix authorization stack to call all modules All authorization modules need to be executed, we cannot bail at the first one that returns a positive answer. Some authz modules attach data to the requst as a side effect and they need to be run even if others also authorize access. Additionally if a later module returns a...
latchset_custodia
train
8dbce8d9ad5ae57a312eafa0483779492821f71c
diff --git a/docusaurus/docs/components/pagination/controls.md b/docusaurus/docs/components/pagination/controls.md index <HASH>..<HASH> 100644 --- a/docusaurus/docs/components/pagination/controls.md +++ b/docusaurus/docs/components/pagination/controls.md @@ -37,10 +37,6 @@ The number of pages to display on the ends whe...
feat(pagination): removing ariaLabel, ...rest takes care of it
Availity_availity-react
train
f2077e3d7fb3cfc604b8ab02ca4ca54e334ae172
diff --git a/android/app/src/main/java/com/reactnativenavigation/utils/KeyboardVisibilityDetector.java b/android/app/src/main/java/com/reactnativenavigation/utils/KeyboardVisibilityDetector.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/utils/KeyboardVisibilityDetector.java +...
Close keyboard even when there's no focused view in activity
wix_react-native-navigation
train
23d4ddf928dac59f0d82836c872febd20dfd034a
diff --git a/servo-core/src/main/java/com/netflix/servo/monitor/DoubleGauge.java b/servo-core/src/main/java/com/netflix/servo/monitor/DoubleGauge.java index <HASH>..<HASH> 100644 --- a/servo-core/src/main/java/com/netflix/servo/monitor/DoubleGauge.java +++ b/servo-core/src/main/java/com/netflix/servo/monitor/DoubleGaug...
Fix #<I>: Race conditions in LongGauge and DoubleGauge
Netflix_servo
train
3f20f1584282aca5b93f8ae867d9c0ee31cd0a8c
diff --git a/src/Leevel/Session/File.php b/src/Leevel/Session/File.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Session/File.php +++ b/src/Leevel/Session/File.php @@ -38,7 +38,7 @@ class File extends Session implements ISession * * @var array */ - protected $option = [ + protected array $opt...
refactor(session): for php<I>
hunzhiwange_framework
train
959ea5e9771bd5239f9c862e01f7485373dfb308
diff --git a/lib/rexport/export_filter_methods.rb b/lib/rexport/export_filter_methods.rb index <HASH>..<HASH> 100644 --- a/lib/rexport/export_filter_methods.rb +++ b/lib/rexport/export_filter_methods.rb @@ -5,14 +5,14 @@ module Rexport #:nodoc: include InstanceMethods belongs_to :export - ...
change export_fitlers field to filter_field
wwidea_rexport
train
41e2d0a51b04f29ffa16e772adbd79cc6889d6d4
diff --git a/tests/javascript/index.php b/tests/javascript/index.php index <HASH>..<HASH> 100644 --- a/tests/javascript/index.php +++ b/tests/javascript/index.php @@ -974,9 +974,8 @@ if ($sqlite) { ok( /&_rcn=YEAH&_rck=RIGHT!/.test( results), "Test campaign parameters found"); ok( /&_ref=http%3A%2F%2Freferrer....
Fixing JS failing tests. Since we now insert custom variables in a different order, the "request" tests failed (which is good). Simply updated the expected cvar= parameter. Note: the build was not failing on Jenkins (known issue) git-svn-id: <URL>
matomo-org_matomo
train
6cc7786aa6e8cf00e0002620388498d7acd2bcf1
diff --git a/projects/samskivert/src/java/com/samskivert/jdbc/jora/Table.java b/projects/samskivert/src/java/com/samskivert/jdbc/jora/Table.java index <HASH>..<HASH> 100644 --- a/projects/samskivert/src/java/com/samskivert/jdbc/jora/Table.java +++ b/projects/samskivert/src/java/com/samskivert/jdbc/jora/Table.java @@ -6...
Moved unStudlyName() into StringUtil from where other deserving callers can make use of it. git-svn-id: <URL>
samskivert_samskivert
train
b2549b4498493671aae7eff8c124edaab2705188
diff --git a/lib/Honeybadger/Logger.php b/lib/Honeybadger/Logger.php index <HASH>..<HASH> 100644 --- a/lib/Honeybadger/Logger.php +++ b/lib/Honeybadger/Logger.php @@ -2,6 +2,9 @@ namespace Honeybadger; +use \Honeybadger\Errors\NonExistentProperty; +use \Honeybadger\Errors\ReadOnly; + /** * Abstract logger. Shou...
Allow access to wrapper logger and threshold
honeybadger-io_honeybadger-php
train