diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/html/pipeline/sanitization_filter.rb b/lib/html/pipeline/sanitization_filter.rb index <HASH>..<HASH> 100644 --- a/lib/html/pipeline/sanitization_filter.rb +++ b/lib/html/pipeline/sanitization_filter.rb @@ -1,8 +1,4 @@ -begin - require "sanitize" -rescue LoadError => _ - raise HTML::Pipeline::MissingD...
require dependency for SanitizationFilter
diff --git a/lib/Widget/Validator/File.php b/lib/Widget/Validator/File.php index <HASH>..<HASH> 100644 --- a/lib/Widget/Validator/File.php +++ b/lib/Widget/Validator/File.php @@ -433,7 +433,7 @@ class File extends AbstractValidator $file = basename($this->originFile); // Use substr instead of...
fixed file extension is case insensitive in file validtor and upload widget, close #<I>
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ license: GNU-GPL2 from setuptools import setup setup(name='pyprofiler', - version='62', + version='63', description='Profiler utility for python, graphical and textual, whole program or segmen...
Monday <I> August <I> (week:<I> day:<I>), <I>:<I>:<I>
diff --git a/JSAT/test/jsat/clustering/kmeans/XMeansTest.java b/JSAT/test/jsat/clustering/kmeans/XMeansTest.java index <HASH>..<HASH> 100644 --- a/JSAT/test/jsat/clustering/kmeans/XMeansTest.java +++ b/JSAT/test/jsat/clustering/kmeans/XMeansTest.java @@ -8,6 +8,8 @@ import java.util.concurrent.Executors; import jsat.S...
Improved test reliability by making the distribution better behaved and match what XMeans assumes
diff --git a/django_webmap_corpus/tests/south_settings.py b/django_webmap_corpus/tests/south_settings.py index <HASH>..<HASH> 100644 --- a/django_webmap_corpus/tests/south_settings.py +++ b/django_webmap_corpus/tests/south_settings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ These settings are used by the ``manag...
add unicode to south_settings
diff --git a/lib/verku/version.rb b/lib/verku/version.rb index <HASH>..<HASH> 100644 --- a/lib/verku/version.rb +++ b/lib/verku/version.rb @@ -1,5 +1,5 @@ module Verku - VERSION = '0.9.0.pre41' + VERSION = '0.9.0.pre42' # module Version # MAJOR = 0 # MINOR = 9
Bump to <I>.pre<I>
diff --git a/src/validator.js b/src/validator.js index <HASH>..<HASH> 100644 --- a/src/validator.js +++ b/src/validator.js @@ -54,7 +54,8 @@ function checkAnchor(dom, sourcefile, destinationPath, files) { function checkStatics(dom, sourcefile, destinationPath, files) { const validatableImage = image => !image.att...
fix: ignore images with protocol relative src
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -6,11 +6,12 @@ var path = require('path') var prog = path.resolve(process.argv[2]) console.log('probing program', prog) -console.log('kill -SIGUSR1', process.pid, 'for logging') var nodeArgs = [ '-r', path.join(__dirname,...
Fix CLI reporting the wrong PID and causing logging to fail on SIGUSR1 (#<I>) * Fix not reporting the child process PID * Fix 'SIGUSR1' being passed as the logger
diff --git a/lib/xcresources/builder/resources_builder.rb b/lib/xcresources/builder/resources_builder.rb index <HASH>..<HASH> 100644 --- a/lib/xcresources/builder/resources_builder.rb +++ b/lib/xcresources/builder/resources_builder.rb @@ -103,9 +103,9 @@ class XCResources::ResourcesBuilder < XCResources::FileBuilder ...
[CodeStyle] Use single quotes instead of double quotes
diff --git a/tasks/lib/hooks/notify-fail.js b/tasks/lib/hooks/notify-fail.js index <HASH>..<HASH> 100644 --- a/tasks/lib/hooks/notify-fail.js +++ b/tasks/lib/hooks/notify-fail.js @@ -9,6 +9,8 @@ module.exports = function(grunt, options) { + var message_count = 0; + var StackParser = require('stack-parser'); ...
don't show 'Aborted due to warnings.' when a more helpful message was displayed.
diff --git a/src/Composer/Repository/ComposerRepository.php b/src/Composer/Repository/ComposerRepository.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/ComposerRepository.php +++ b/src/Composer/Repository/ComposerRepository.php @@ -584,6 +584,11 @@ class ComposerRepository extends ArrayRepository ...
URL-encode dollar signs to work around bad proxy failures
diff --git a/lib/global_id/uri/gid.rb b/lib/global_id/uri/gid.rb index <HASH>..<HASH> 100644 --- a/lib/global_id/uri/gid.rb +++ b/lib/global_id/uri/gid.rb @@ -89,7 +89,7 @@ module URI def to_s # Implement #to_s to avoid no implicit conversion of nil into string when path is nil - "gid://#{app}#{path_...
Avoid using internal path_query method.
diff --git a/src/Popover/components/ContentWrapper.js b/src/Popover/components/ContentWrapper.js index <HASH>..<HASH> 100644 --- a/src/Popover/components/ContentWrapper.js +++ b/src/Popover/components/ContentWrapper.js @@ -48,6 +48,7 @@ const StyledPopoverParent = styled.div` padding-top: ${({ theme, noPadding }) =>...
FIX: Popover z-index (#<I>)
diff --git a/lib/virtualbox/vm.rb b/lib/virtualbox/vm.rb index <HASH>..<HASH> 100644 --- a/lib/virtualbox/vm.rb +++ b/lib/virtualbox/vm.rb @@ -578,9 +578,10 @@ module VirtualBox media = interface.unregister(:full) if !media.empty? - if Platform.windows? && !Platform.jruby? + if Platform.wi...
Fix longstanding JRuby stack trace issue
diff --git a/test/unexpectedMitm.js b/test/unexpectedMitm.js index <HASH>..<HASH> 100644 --- a/test/unexpectedMitm.js +++ b/test/unexpectedMitm.js @@ -2126,6 +2126,13 @@ describe('unexpectedMitm', () => { ); } )); + + it('should not break when the assertion being delegated to throws synchr...
Add a test case for sync throw in "with http recorded".
diff --git a/concrete/controllers/single_page/dashboard/users/attributes.php b/concrete/controllers/single_page/dashboard/users/attributes.php index <HASH>..<HASH> 100644 --- a/concrete/controllers/single_page/dashboard/users/attributes.php +++ b/concrete/controllers/single_page/dashboard/users/attributes.php @@ -39,7 ...
Don't use an undefined var in users/attributes dashboard page controller
diff --git a/lib/oxidized/api/rest.rb b/lib/oxidized/api/rest.rb index <HASH>..<HASH> 100644 --- a/lib/oxidized/api/rest.rb +++ b/lib/oxidized/api/rest.rb @@ -50,7 +50,7 @@ module Oxidized if $1.include? '/' group, node = $1.split("/")[1..2] else - group, no...
set group to nil if no group is defined
diff --git a/lib/processImage.js b/lib/processImage.js index <HASH>..<HASH> 100644 --- a/lib/processImage.js +++ b/lib/processImage.js @@ -175,15 +175,14 @@ module.exports = options => { function startProcessing(optionalFirstChunk) { let hasEnded = false; - let cleanedUp = false; ...
Protect everything in the cleanUp() function with the flag.
diff --git a/lib/spout/version.rb b/lib/spout/version.rb index <HASH>..<HASH> 100644 --- a/lib/spout/version.rb +++ b/lib/spout/version.rb @@ -3,7 +3,7 @@ module Spout MAJOR = 0 MINOR = 8 TINY = 0 - BUILD = "beta8" # nil, "pre", "rc", "rc2" + BUILD = "beta9" # nil, "pre", "rc", "rc2" STRING ...
Version bump to <I>.beta9
diff --git a/zap/src/main/java/org/zaproxy/zap/view/TabbedPanel2.java b/zap/src/main/java/org/zaproxy/zap/view/TabbedPanel2.java index <HASH>..<HASH> 100644 --- a/zap/src/main/java/org/zaproxy/zap/view/TabbedPanel2.java +++ b/zap/src/main/java/org/zaproxy/zap/view/TabbedPanel2.java @@ -386,6 +386,18 @@ public class Tab...
Keep track of inserted tabs Change `TabbedPanel2` to track also tabs inserted, not all of them are added (e.g. Response tab might be inserted when changing the layout of the Request/Response panels). Fix #<I>.
diff --git a/test/Test/Staq/ApplicationTest.php b/test/Test/Staq/ApplicationTest.php index <HASH>..<HASH> 100755 --- a/test/Test/Staq/ApplicationTest.php +++ b/test/Test/Staq/ApplicationTest.php @@ -94,7 +94,7 @@ class ApplicationTest extends StaqTestCase public function test_error_reporting__none() { ...
Do not prevent error bubbling in production
diff --git a/h2o-core/src/main/java/water/rapids/ASTFunc.java b/h2o-core/src/main/java/water/rapids/ASTFunc.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/rapids/ASTFunc.java +++ b/h2o-core/src/main/java/water/rapids/ASTFunc.java @@ -185,6 +185,7 @@ class ASTFuncDef extends ASTOp { // parse th...
fix ws issue around var names
diff --git a/cmd/gateway/gcs/gateway-gcs.go b/cmd/gateway/gcs/gateway-gcs.go index <HASH>..<HASH> 100644 --- a/cmd/gateway/gcs/gateway-gcs.go +++ b/cmd/gateway/gcs/gateway-gcs.go @@ -19,6 +19,7 @@ package gcs import ( "context" "encoding/base64" + "encoding/hex" "encoding/json" "errors" "fmt" @@ -830,12 +831...
gcs: use MD5Sum as ETag if present in object attrs (#<I>) Fixes: <I>
diff --git a/java/tests/com/google/template/soy/jbcsrc/TemplateAnalysisTest.java b/java/tests/com/google/template/soy/jbcsrc/TemplateAnalysisTest.java index <HASH>..<HASH> 100644 --- a/java/tests/com/google/template/soy/jbcsrc/TemplateAnalysisTest.java +++ b/java/tests/com/google/template/soy/jbcsrc/TemplateAnalysisTes...
Delete incorrect test. The first template only is searched for refed/notrefed. In this case it looks like neither $p or $p2 are actually marked as refed at the end of the method. I'm not sure how to iterate over an empty list as I get a soy compilation error ("Can't iterate over empty list"). ------------- Created by ...
diff --git a/container_daemon/spawn.go b/container_daemon/spawn.go index <HASH>..<HASH> 100644 --- a/container_daemon/spawn.go +++ b/container_daemon/spawn.go @@ -111,7 +111,9 @@ func wireExit(cmd *exec.Cmd, runner Runner) (*os.File, error) { func handleCompletion(runner Runner, cmd *exec.Cmd, exitW *os.File, stdout, ...
Avoid closing the same stream twice. [#<I>]
diff --git a/salt/fileclient.py b/salt/fileclient.py index <HASH>..<HASH> 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -167,6 +167,16 @@ class Client(object): ''' Download and cache all files on a master in a specified environment ''' + if env is not None: + s...
add some apparently-missing env/saltenv compatibility code to fileclient
diff --git a/lib/Teepee.js b/lib/Teepee.js index <HASH>..<HASH> 100644 --- a/lib/Teepee.js +++ b/lib/Teepee.js @@ -369,7 +369,7 @@ Teepee.prototype.request = function (options, cb) { var requestTimeoutId; if (typeof timeout === 'number') { - currentRequest.setTimeout(options.timeout); + ...
Get the timeout from the right place.
diff --git a/src/WellCommerce/Bundle/MultiStoreBundle/EventListener/ShopSubscriber.php b/src/WellCommerce/Bundle/MultiStoreBundle/EventListener/ShopSubscriber.php index <HASH>..<HASH> 100644 --- a/src/WellCommerce/Bundle/MultiStoreBundle/EventListener/ShopSubscriber.php +++ b/src/WellCommerce/Bundle/MultiStoreBundle/Ev...
Session clear after add/update/delete of shop
diff --git a/src/main/java/com/couchbase/lite/replicator/Replication.java b/src/main/java/com/couchbase/lite/replicator/Replication.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/replicator/Replication.java +++ b/src/main/java/com/couchbase/lite/replicator/Replication.java @@ -104,7 +104,7 @@ p...
Noticed these constructors were not actually package private and should be.
diff --git a/live_tests/helpers/configuration.py b/live_tests/helpers/configuration.py index <HASH>..<HASH> 100644 --- a/live_tests/helpers/configuration.py +++ b/live_tests/helpers/configuration.py @@ -1,5 +1,4 @@ import os -import sys # Default settings for testing. LOCATION = os.getenv('PROFITBRICKS_LOCATION', ...
Applied flake8 rules to: * live_tests/helpers/configuration.py * setup.py
diff --git a/views/show.blade.php b/views/show.blade.php index <HASH>..<HASH> 100644 --- a/views/show.blade.php +++ b/views/show.blade.php @@ -75,7 +75,7 @@ LogViewer <p>Are you sure you wish to continue?</p> </div> <div class="modal-footer"> - {!! HTML::link($u...
Removed remaining usage of the html component
diff --git a/polyfills/Event/hashchange/polyfill.js b/polyfills/Event/hashchange/polyfill.js index <HASH>..<HASH> 100644 --- a/polyfills/Event/hashchange/polyfill.js +++ b/polyfills/Event/hashchange/polyfill.js @@ -1,18 +1,18 @@ (function (global) { - var - hash = global.location.hash, - func = function () { + var has...
Tidy up hashchange a bit
diff --git a/examples/full-event-client-example.py b/examples/full-event-client-example.py index <HASH>..<HASH> 100644 --- a/examples/full-event-client-example.py +++ b/examples/full-event-client-example.py @@ -16,7 +16,7 @@ Implement the API found here for code/token exchange: https://discord.com/developers/docs/topi...
Update full-event-client-example.py
diff --git a/lib/picasa/client.rb b/lib/picasa/client.rb index <HASH>..<HASH> 100644 --- a/lib/picasa/client.rb +++ b/lib/picasa/client.rb @@ -74,7 +74,7 @@ module Picasa end def credentials - {user_id: user_id}.tap do |credentials| + {:user_id => user_id}.tap do |credentials| credentials...
changed to <I> hash style
diff --git a/piplicenses.py b/piplicenses.py index <HASH>..<HASH> 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -31,6 +31,7 @@ from __future__ import (division, print_function, import sys import glob import os +import codecs import argparse from functools import partial from email.parser import FeedParser @...
Open license file works well with Windows and Python <I> #<I>
diff --git a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java b/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java index <HASH>..<HASH> 100644 --- a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java +++ b/s...
Trivial refactoring: use the char stream of lexer instead
diff --git a/src/article/editor/EditorPackage.js b/src/article/editor/EditorPackage.js index <HASH>..<HASH> 100644 --- a/src/article/editor/EditorPackage.js +++ b/src/article/editor/EditorPackage.js @@ -90,6 +90,7 @@ import EditReferenceWorkflow from './EditReferenceWorkflow' // FIXME: this should be shared import ...
Bring back reference header for edit reference workflow.
diff --git a/leaflet.snap.js b/leaflet.snap.js index <HASH>..<HASH> 100644 --- a/leaflet.snap.js +++ b/leaflet.snap.js @@ -178,7 +178,10 @@ L.Draw.Feature.SnapMixin = { } if (!this._mouseMarker) { + this._map.on('layeradd', this._snap_on_enabled, this); return; + }else...
Fixed issue #<I> (second version)
diff --git a/builder/amazon/ebs/builder.go b/builder/amazon/ebs/builder.go index <HASH>..<HASH> 100644 --- a/builder/amazon/ebs/builder.go +++ b/builder/amazon/ebs/builder.go @@ -46,6 +46,8 @@ func (b *Builder) Prepare(raws ...interface{}) error { // Accumulate any errors errs := common.CheckUnusedConfig(md) + er...
builder/amazon/ebs: validate access config
diff --git a/integration/lifecycle/lifecycle_test.go b/integration/lifecycle/lifecycle_test.go index <HASH>..<HASH> 100644 --- a/integration/lifecycle/lifecycle_test.go +++ b/integration/lifecycle/lifecycle_test.go @@ -573,6 +573,23 @@ var _ = Describe("Creating a container", func() { Expect(stdout).To(gbytes.S...
Test that / directory is owned by correct uid in unprivileged containers [finishes #<I>]
diff --git a/extension/sample-template/lib/sample.js b/extension/sample-template/lib/sample.js index <HASH>..<HASH> 100644 --- a/extension/sample-template/lib/sample.js +++ b/extension/sample-template/lib/sample.js @@ -4,20 +4,16 @@ * Sample report used in standard and multitenant version */ -var winston = requir...
refactoring - bootstrapper
diff --git a/MAVProxy/modules/lib/rline.py b/MAVProxy/modules/lib/rline.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/lib/rline.py +++ b/MAVProxy/modules/lib/rline.py @@ -2,7 +2,7 @@ readline handling for mavproxy ''' -import sys, glob +import sys, glob, os rline_mpstate = None @@ -41,7 +41,14 @@ def c...
rline: Tab completed files distinguish directories with trailing slash.
diff --git a/duct.py b/duct.py index <HASH>..<HASH> 100644 --- a/duct.py +++ b/duct.py @@ -193,7 +193,7 @@ class Then(Expression): return right_status def __repr__(self): - return "{}.then({})".format(repr(self._left), repr(self._right)) + return "{0}.then({1})".format(repr(self._left), re...
zero length field names in format broke Python <I>
diff --git a/hugolib/config_test.go b/hugolib/config_test.go index <HASH>..<HASH> 100644 --- a/hugolib/config_test.go +++ b/hugolib/config_test.go @@ -742,6 +742,7 @@ theme_param="themevalue2" b := newB(c) b.WithEnviron( + "HUGO_ENABLEGITINFO", "false", // imaging.anchor is a string, and it's not possible...
config: Set HUGO_ENABLEGITINFO=false override in Set_in_string This allows TestLoadConfigWithOsEnvOverrides/Set_in_string to PASS even if there is no .git directory, e.g. during Debian package build.
diff --git a/processor.js b/processor.js index <HASH>..<HASH> 100644 --- a/processor.js +++ b/processor.js @@ -80,6 +80,14 @@ module.exports = function(signaller) { // extract the metadata from the input data srcData = parts[1]; + + // if we got data from ourself, then this is pretty dumb + //...
Added console.warn line when we receive a message from ourself (faulty signaling server)
diff --git a/packages/babel-register/src/node.js b/packages/babel-register/src/node.js index <HASH>..<HASH> 100644 --- a/packages/babel-register/src/node.js +++ b/packages/babel-register/src/node.js @@ -111,9 +111,11 @@ function hookExtensions(_exts) { }); } -hookExtensions(DEFAULT_EXTENSIONS); +register({ + ext...
Ensure the ignore regex is consistent and initialized fully. (#<I>)
diff --git a/src/Vector.php b/src/Vector.php index <HASH>..<HASH> 100644 --- a/src/Vector.php +++ b/src/Vector.php @@ -37,7 +37,7 @@ final class Vector extends Matrix */ public function getSize(): int { - return count($this->internal[0]); + return $this->getColumnCount(); } /**
Make `getSize()` more explicitly an alias of `getColumnCount()`.
diff --git a/decidim-admin/app/controllers/decidim/admin/newsletters_controller.rb b/decidim-admin/app/controllers/decidim/admin/newsletters_controller.rb index <HASH>..<HASH> 100644 --- a/decidim-admin/app/controllers/decidim/admin/newsletters_controller.rb +++ b/decidim-admin/app/controllers/decidim/admin/newsletters...
Fix newsletter create and update actions (#<I>) * Add images block context when creating and editing a newsletter * Remove trailing whitespace
diff --git a/lib/apprepo/upload_descriptor.rb b/lib/apprepo/upload_descriptor.rb index <HASH>..<HASH> 100644 --- a/lib/apprepo/upload_descriptor.rb +++ b/lib/apprepo/upload_descriptor.rb @@ -1,10 +1,13 @@ module AppRepo class UploadDescriptor - attr_accessor :appcode + + attr_accessor :appcode # required + ...
upload descriptor should have all required data now
diff --git a/fstream-npm.js b/fstream-npm.js index <HASH>..<HASH> 100644 --- a/fstream-npm.js +++ b/fstream-npm.js @@ -151,7 +151,9 @@ Packer.prototype.applyIgnores = function (entry, partial, entryObj) { entry.match(/^\..*\.swp$/) || entry === '.DS_Store' || entry.match(/^\._/) || - entry.mat...
ignores: always ignore package-lock.json (#<I>)
diff --git a/pkg/sockops/sockops.go b/pkg/sockops/sockops.go index <HASH>..<HASH> 100644 --- a/pkg/sockops/sockops.go +++ b/pkg/sockops/sockops.go @@ -306,13 +306,11 @@ func bpfLoadMapProg(object string, load string) error { func SkmsgEnable() error { err := bpfCompileProg(cIPC, oIPC) if err != nil { - log.Error(...
sockops: Remove duplicate error logging If the compilation or loading of the sock_ops programs fail, we log the error twice, first in the XXXEnable functions, then in the calling function. This commit keeps only the error logging in Daemon.init().
diff --git a/gns3server/version.py b/gns3server/version.py index <HASH>..<HASH> 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -23,7 +23,7 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.1.0rc3" +__version__ = "2.1.0dev9" ...
Development on <I>dev9
diff --git a/core/src/main/java/hudson/model/FullDuplexHttpChannel.java b/core/src/main/java/hudson/model/FullDuplexHttpChannel.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/FullDuplexHttpChannel.java +++ b/core/src/main/java/hudson/model/FullDuplexHttpChannel.java @@ -38,7 +38,9 @@ import jenk...
Also deprecating FullDuplexHttpChannel as it is now unused.
diff --git a/test/ext/function/gate.js b/test/ext/function/gate.js index <HASH>..<HASH> 100644 --- a/test/ext/function/gate.js +++ b/test/ext/function/gate.js @@ -1,6 +1,6 @@ 'use strict'; -var toArray = require('es5-ext/lib/Object/to-array') +var toArray = require('es5-ext/lib/Array/from') , deferred = require...
Keep up to date with es5-ext
diff --git a/tomlv/main.go b/tomlv/main.go index <HASH>..<HASH> 100644 --- a/tomlv/main.go +++ b/tomlv/main.go @@ -20,6 +20,8 @@ func usage() { log.Printf("Usage: %s toml-file [ toml-file ... ]\n", path.Base(os.Args[0])) flag.PrintDefaults() + + os.Exit(1) } func main() {
It's probably a good idea to quit when showing usage.
diff --git a/lionengine-core/src/main/java/com/b3dgs/lionengine/core/PlayerAbstract.java b/lionengine-core/src/main/java/com/b3dgs/lionengine/core/PlayerAbstract.java index <HASH>..<HASH> 100644 --- a/lionengine-core/src/main/java/com/b3dgs/lionengine/core/PlayerAbstract.java +++ b/lionengine-core/src/main/java/com/b3d...
#<I>: null check replaced by ifPresent.
diff --git a/php/commands/plugin.php b/php/commands/plugin.php index <HASH>..<HASH> 100644 --- a/php/commands/plugin.php +++ b/php/commands/plugin.php @@ -220,7 +220,7 @@ class Plugin_Command extends \WP_CLI\CommandWithUpgrade { * * ## EXAMPLES * - * cd $(wp theme path) + * cd $(wp plugin path) */...
Change cd $(wp theme path) is cd $(wp plugin path) in plugin.php
diff --git a/keanu-python/tests/test_coal_mining.py b/keanu-python/tests/test_coal_mining.py index <HASH>..<HASH> 100644 --- a/keanu-python/tests/test_coal_mining.py +++ b/keanu-python/tests/test_coal_mining.py @@ -19,7 +19,7 @@ def test_coalmining(): m.late_rate = kn.Exponential(1.0) m.years = np.a...
sanity check that I've identified the offending line that hangs AppVeyor
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -576,7 +576,7 @@ if __name__ == "__main__": }, name = "Shinken", - version = "0.8", + version = "1.0", packages = find_packages(), package_data = {'' : package_data}, ...
setup.py: bump the version to <I>
diff --git a/tests/unit/utils/test_utils.py b/tests/unit/utils/test_utils.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/test_utils.py +++ b/tests/unit/utils/test_utils.py @@ -33,3 +33,14 @@ class UtilsTestCase(TestCase): out = salt.utils.get_module_environment({}) assert out == {} ass...
Add unit test to get opts from the environment
diff --git a/Rule/Validator.php b/Rule/Validator.php index <HASH>..<HASH> 100644 --- a/Rule/Validator.php +++ b/Rule/Validator.php @@ -92,7 +92,6 @@ class Validator */ public function validateRule(Rule $rule, array $restrictions = array()) { - $isValid = true; /** @var \Clarol...
[CoreBundle] Count validated constraint on a rule to know validation status
diff --git a/cmd/ebitenmobile/main.go b/cmd/ebitenmobile/main.go index <HASH>..<HASH> 100644 --- a/cmd/ebitenmobile/main.go +++ b/cmd/ebitenmobile/main.go @@ -92,6 +92,10 @@ func main() { flag.Usage() } + if args[0] != "bind" { + flag.Usage() + } + var flagset flag.FlagSet flagset.StringVar(&buildO, "o", ""...
cmd/ebitenmobile: fail earlier when a wrong subcommand is specified Updates #<I>
diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/ProjectActions.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/ProjectActions.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/ProjectActions.java +++ b/jenk...
fixing the tests for the paremetrization support
diff --git a/src/Illuminate/Http/Request.php b/src/Illuminate/Http/Request.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Http/Request.php +++ b/src/Illuminate/Http/Request.php @@ -30,6 +30,16 @@ class Request extends SymfonyRequest { } /** + * Get the request method. + * + * @return string + */ + publi...
Added method short-cut to request.
diff --git a/zinnia/ping.py b/zinnia/ping.py index <HASH>..<HASH> 100644 --- a/zinnia/ping.py +++ b/zinnia/ping.py @@ -82,7 +82,7 @@ class ExternalUrlsPinger(threading.Thread): external_urls = self.find_external_urls(self.entry) external_urls_pingable = self.find_pingback_urls(external_urls) - ...
fixing iteration in ping external urls
diff --git a/rows/cli.py b/rows/cli.py index <HASH>..<HASH> 100755 --- a/rows/cli.py +++ b/rows/cli.py @@ -1216,12 +1216,15 @@ def csv_clean( empty_columns.remove(key) if not empty_columns: break - field_indexes = [ - header.index(field_name) - for fie...
Optimize csv-clean
diff --git a/Classes/Domain/Model/AbstractType.php b/Classes/Domain/Model/AbstractType.php index <HASH>..<HASH> 100644 --- a/Classes/Domain/Model/AbstractType.php +++ b/Classes/Domain/Model/AbstractType.php @@ -114,7 +114,7 @@ abstract class AbstractType */ public function deleteDocumentById(string $id): boo...
BUGFIX: Use correct path when deleting a document by id (#<I>) BUGFIX: Use correct path to delete a document via id
diff --git a/lib/google_places/request.rb b/lib/google_places/request.rb index <HASH>..<HASH> 100644 --- a/lib/google_places/request.rb +++ b/lib/google_places/request.rb @@ -9,13 +9,13 @@ module GooglePlaces SPOT_URL = 'https://maps.googleapis.com/maps/api/place/details/json' def self.spots(options = {}) -...
Update lib/google_places/request.rb
diff --git a/src/FamilySearch.js b/src/FamilySearch.js index <HASH>..<HASH> 100644 --- a/src/FamilySearch.js +++ b/src/FamilySearch.js @@ -116,9 +116,6 @@ var FS = module.exports = function(opts){ }; } - if(!opts['redirect_uri'] && !opts['auth_callback']) { - throw 'redirect_uri must be set'; - } self...
remove requirement on redirect_uri; closes #<I>
diff --git a/src/dedicatedProcessStrategy.js b/src/dedicatedProcessStrategy.js index <HASH>..<HASH> 100644 --- a/src/dedicatedProcessStrategy.js +++ b/src/dedicatedProcessStrategy.js @@ -46,14 +46,15 @@ export default function(options, requestOptions, converterPath, id, cb) { const { tmpDir, timeout, - ...
[update] allowLocalFilesAccess as a global option
diff --git a/app/Library/Twig/Front.php b/app/Library/Twig/Front.php index <HASH>..<HASH> 100644 --- a/app/Library/Twig/Front.php +++ b/app/Library/Twig/Front.php @@ -86,7 +86,7 @@ class Front extends Base throw new Exception("Missing page element template"); } - return $this->container->...
Changed element "data" key to "element"
diff --git a/src/core/widget/widget.js b/src/core/widget/widget.js index <HASH>..<HASH> 100644 --- a/src/core/widget/widget.js +++ b/src/core/widget/widget.js @@ -202,6 +202,10 @@ this.eventNamespace = `.swns-${this.guid}`; + /* LOCKS */ + + this._locks = {}; + /* CALLBACKS */ if ( ...
Widget: added support for multiple locks
diff --git a/test/WorkaroundSpec.js b/test/WorkaroundSpec.js index <HASH>..<HASH> 100644 --- a/test/WorkaroundSpec.js +++ b/test/WorkaroundSpec.js @@ -64,6 +64,20 @@ describe("working around on Firefox and Webkit to fix resources not being render }); }); + it("should remove the workaround div before ...
Add test for preceding fix, better late than never
diff --git a/lib/deployer.js b/lib/deployer.js index <HASH>..<HASH> 100644 --- a/lib/deployer.js +++ b/lib/deployer.js @@ -252,7 +252,9 @@ async function _updateSite(siteId, tree, manifest, content) { * @return {Object} content */ async function _content(Section) { - const contentSections = await Section.scope('c...
Deploy ordered records (#<I>) So the hosting platform can import them in the right order.
diff --git a/framework/db/Connection.php b/framework/db/Connection.php index <HASH>..<HASH> 100644 --- a/framework/db/Connection.php +++ b/framework/db/Connection.php @@ -249,6 +249,11 @@ class Connection extends Component */ public $pdoClass; /** + * @var boolean whether to enable [savepoint](http://en.wikiped...
Added Connection::enableSavepoint.
diff --git a/examples/py/bybit-positions.py b/examples/py/bybit-positions.py index <HASH>..<HASH> 100644 --- a/examples/py/bybit-positions.py +++ b/examples/py/bybit-positions.py @@ -23,7 +23,7 @@ exchange.verbose = True # uncomment for debugging # -------------------------------------------------------------------...
examples/py/bybit-positions.py upgrade and fix #<I>
diff --git a/master/buildbot/db/model.py b/master/buildbot/db/model.py index <HASH>..<HASH> 100644 --- a/master/buildbot/db/model.py +++ b/master/buildbot/db/model.py @@ -21,10 +21,14 @@ import sqlalchemy as sa import migrate import migrate.versioning.schema import migrate.versioning.repository -import migrate.versi...
Fix integration with SQLAlchemy-migrate-<I>. SQLAlchemy-migrate moved all exceptions to migrate.exceptions.
diff --git a/test/phantom-html2pdf.test.js b/test/phantom-html2pdf.test.js index <HASH>..<HASH> 100644 --- a/test/phantom-html2pdf.test.js +++ b/test/phantom-html2pdf.test.js @@ -14,7 +14,8 @@ describe('phantom-html2pdf.js', function() { 'papersize': {format: 'A4', orientation: 'portrait', border: '1cm'} ...
fixes tests failing due to convert method arguments change
diff --git a/mackup.py b/mackup.py index <HASH>..<HASH> 100755 --- a/mackup.py +++ b/mackup.py @@ -914,11 +914,16 @@ def is_process_running(process_name): Returns: (bool): True if the process is running """ - DEVNULL = open(os.devnull, 'wb') - returncode = subprocess.call(['/usr/bin/pgrep', pro...
On systems with pgrep, check if the given process is running
diff --git a/src/feat/models/applicationjson.py b/src/feat/models/applicationjson.py index <HASH>..<HASH> 100644 --- a/src/feat/models/applicationjson.py +++ b/src/feat/models/applicationjson.py @@ -265,17 +265,27 @@ def _parse_meta(meta_items): return [i.strip() for i in meta_items.value.split(",")] -def rend...
Implement meta data preventing application/json writer of inlining the attribute values.
diff --git a/Processor/ZipProcessor.php b/Processor/ZipProcessor.php index <HASH>..<HASH> 100644 --- a/Processor/ZipProcessor.php +++ b/Processor/ZipProcessor.php @@ -20,7 +20,7 @@ class ZipProcessor extends BaseProcessor implements ProcessorInterface $params = array('-r'); if (isset($this->options[...
add apostrophe to allow special characters in password Surround password in parameter option with " to allow passwords like "password:)"
diff --git a/src/java/com/threerings/admin/client/ConfigEditorPanel.java b/src/java/com/threerings/admin/client/ConfigEditorPanel.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/admin/client/ConfigEditorPanel.java +++ b/src/java/com/threerings/admin/client/ConfigEditorPanel.java @@ -66,11 +66,14 @@ publi...
We've got enough of these in yohoho now that with some text settings, you get two columns of tabs, which is...Bad. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
diff --git a/tests/user-switching-test.php b/tests/user-switching-test.php index <HASH>..<HASH> 100644 --- a/tests/user-switching-test.php +++ b/tests/user-switching-test.php @@ -9,6 +9,12 @@ abstract class User_Switching_Test extends WP_UnitTestCase { parent::setUp(); + // Hide deprecated warnings on PHP 7 so ...
Hide deprecated warnings on PHP 7 so the use of deprecated constructors in WordPress don't cause our tests to fail.
diff --git a/www/javascript/swat-date-entry.js b/www/javascript/swat-date-entry.js index <HASH>..<HASH> 100644 --- a/www/javascript/swat-date-entry.js +++ b/www/javascript/swat-date-entry.js @@ -87,7 +87,11 @@ SwatDateEntry.prototype.lookup = function(table_name, key) SwatDateEntry.prototype.reverseLookup = function...
Return null instead of undefined when value is not in lookup table.
diff --git a/test/pipeline-test-2.js b/test/pipeline-test-2.js index <HASH>..<HASH> 100644 --- a/test/pipeline-test-2.js +++ b/test/pipeline-test-2.js @@ -64,7 +64,6 @@ test('make the search index, removing the pipeline stage that bumps text to lowe new docProc.RemoveStopWords(si.options), new docProc.Cal...
test(tests): fix pipeline test The new docproc doesnt create sort vectors, so remover sort vector stage from pipeline test
diff --git a/lib/i18n/tasks/output/terminal.rb b/lib/i18n/tasks/output/terminal.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/tasks/output/terminal.rb +++ b/lib/i18n/tasks/output/terminal.rb @@ -7,9 +7,11 @@ module I18n def missing(missing) $stderr.puts bold cyan "Missing keys and translations (#{...
Fix undefined method `length' for nil:NilClass if no missing found
diff --git a/src/AbstractResult.php b/src/AbstractResult.php index <HASH>..<HASH> 100644 --- a/src/AbstractResult.php +++ b/src/AbstractResult.php @@ -168,7 +168,9 @@ abstract class AbstractResult implements \SeekableIterator, \Countable */ final public function rewind() { - $this->seek(0); + ...
Only reset the result set if we have advanced into it
diff --git a/google-cloud-pubsub/acceptance/pubsub_helper.rb b/google-cloud-pubsub/acceptance/pubsub_helper.rb index <HASH>..<HASH> 100644 --- a/google-cloud-pubsub/acceptance/pubsub_helper.rb +++ b/google-cloud-pubsub/acceptance/pubsub_helper.rb @@ -91,9 +91,8 @@ end def clean_up_pubsub_snapshots puts "Cleaning ...
Update Pub/Sub cleanup We continue to see Pub/Sub snapshots reach the limit. Update the cleanup so that it calls #all so the records are returned so they can be deleted.
diff --git a/lib/phusion_passenger/railz/application_spawner.rb b/lib/phusion_passenger/railz/application_spawner.rb index <HASH>..<HASH> 100644 --- a/lib/phusion_passenger/railz/application_spawner.rb +++ b/lib/phusion_passenger/railz/application_spawner.rb @@ -321,7 +321,7 @@ private # isn't copy-on-write friend...
Fix Rails app preloading: load_application_classes is an instance method of Rails::Initializer. Partially fixes issue #<I>.
diff --git a/aiosqlite/core.py b/aiosqlite/core.py index <HASH>..<HASH> 100644 --- a/aiosqlite/core.py +++ b/aiosqlite/core.py @@ -149,9 +149,11 @@ class Connection(Thread): try: await self._execute(self._conn.close) except Exception: - LOG.exception("exception occurred while c...
Allow caller to handle close() exception, reduce logger to "info"
diff --git a/JSAT/src/jsat/datatransform/DataModelPipeline.java b/JSAT/src/jsat/datatransform/DataModelPipeline.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/datatransform/DataModelPipeline.java +++ b/JSAT/src/jsat/datatransform/DataModelPipeline.java @@ -36,11 +36,8 @@ public class DataModelPipeline implements ...
removed ParamterHolder annotations that I added over zealously
diff --git a/app/bootstrap.php b/app/bootstrap.php index <HASH>..<HASH> 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -117,7 +117,7 @@ return call_user_func(function () { // Create the 'Bolt application' $appClass = Application::class; - if ($config['application'] !== null && is_a($config['ap...
.bolt files should be allowed to specify application as string. This fixes the check to ensure the string is a class name that extends Silex\Application.
diff --git a/flask_ask/core.py b/flask_ask/core.py index <HASH>..<HASH> 100644 --- a/flask_ask/core.py +++ b/flask_ask/core.py @@ -505,15 +505,25 @@ class Ask(object): @property def current_stream(self): #return getattr(_app_ctx_stack.top, '_ask_current_stream', models._Field()) - stream = top...
wrapping lookup of user in a method call ensuring a valid context exists.
diff --git a/src/org/opencms/ui/apps/user/CmsUserEditDialog.java b/src/org/opencms/ui/apps/user/CmsUserEditDialog.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/apps/user/CmsUserEditDialog.java +++ b/src/org/opencms/ui/apps/user/CmsUserEditDialog.java @@ -960,7 +960,7 @@ public class CmsUserEditDialog extend...
Fix null pointer exception in user edit dialog
diff --git a/oauthlib/oauth2/rfc6749/request_validator.py b/oauthlib/oauth2/rfc6749/request_validator.py index <HASH>..<HASH> 100644 --- a/oauthlib/oauth2/rfc6749/request_validator.py +++ b/oauthlib/oauth2/rfc6749/request_validator.py @@ -89,7 +89,7 @@ class RequestValidator(object): raise NotImplementedError(...
Correct interface of RequestValidator.confirm_redirect_uri() to make it consistent with the call in AuthorizationCodeGrant.validate_token_request().
diff --git a/test/test_task.py b/test/test_task.py index <HASH>..<HASH> 100644 --- a/test/test_task.py +++ b/test/test_task.py @@ -522,9 +522,9 @@ rng = random.randint(1, 1000) self.assertTrue(isinstance(env.sos_dict['step_rng'], list)) self.assertEqual(env.sos_dict['step_rng'][-1], var) # ru...
Temporarily disable part of a signature test
diff --git a/testsuite/run_cim_operations.py b/testsuite/run_cim_operations.py index <HASH>..<HASH> 100755 --- a/testsuite/run_cim_operations.py +++ b/testsuite/run_cim_operations.py @@ -12,6 +12,7 @@ from __future__ import absolute_import # pylint: disable=missing-docstring,superfluous-parens,no-self-use import sy...
Modify run-cimOperations to rename yaml file before each test Previously we just appended to an existing file making the tests messy.
diff --git a/test/json_client_test.rb b/test/json_client_test.rb index <HASH>..<HASH> 100644 --- a/test/json_client_test.rb +++ b/test/json_client_test.rb @@ -35,7 +35,8 @@ class JsonClientTest < MiniTest::Spec def test_long_connections_timeout url = "http://www.example.com/timeout.json" - stub_request(:ge...
Ruby <I> test compatibility The actual code compatibility is handled within RestClient
diff --git a/lib/juici/controllers/builds.rb b/lib/juici/controllers/builds.rb index <HASH>..<HASH> 100644 --- a/lib/juici/controllers/builds.rb +++ b/lib/juici/controllers/builds.rb @@ -19,6 +19,7 @@ module Juici::Controllers project = ::Juici::Project.where(name: params[:project]).first builds = ::Ju...
Make sure that we get builds in increasing order (by doc id)
diff --git a/lib/ruby_scribe/version.rb b/lib/ruby_scribe/version.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_scribe/version.rb +++ b/lib/ruby_scribe/version.rb @@ -1,3 +1,3 @@ module RubyScribe - VERSION = "0.1.0" + VERSION = "0.1.1" end \ No newline at end of file
Bumped version to <I>.