diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/library/pulse/script/cache.rb b/library/pulse/script/cache.rb index <HASH>..<HASH> 100644 --- a/library/pulse/script/cache.rb +++ b/library/pulse/script/cache.rb @@ -1,14 +1,16 @@ # encoding: utf-8 module Pulse - class Cache - def initialize script - @script = script - end + class Script +...
Fixed namespacing of script cache and corrected Cache#path
diff --git a/bulbs/__init__.py b/bulbs/__init__.py index <HASH>..<HASH> 100644 --- a/bulbs/__init__.py +++ b/bulbs/__init__.py @@ -1 +1 @@ -__version__ = "0.3.18" +__version__ = "0.3.19"
Bumping version [ci skip]
diff --git a/embed_video/fields.py b/embed_video/fields.py index <HASH>..<HASH> 100644 --- a/embed_video/fields.py +++ b/embed_video/fields.py @@ -47,6 +47,6 @@ class EmbedVideoFormField(forms.URLField): except UnknownBackendException: raise forms.ValidationError(_(u'URL could not be recognized.')...
Fix string formating There is a lot of spaces in this error message. By the way: this is never raised in normal condition. The `detect_backend` doesn't try to `get_code()` at all.
diff --git a/Eloquent/Model.php b/Eloquent/Model.php index <HASH>..<HASH> 100644 --- a/Eloquent/Model.php +++ b/Eloquent/Model.php @@ -786,15 +786,15 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSerializab $relation = $caller['function']; } + $instance = new $r...
default foreign key for belongsTo relationship is now dynamic
diff --git a/maildir_deduplicate/tests/test_cli.py b/maildir_deduplicate/tests/test_cli.py index <HASH>..<HASH> 100644 --- a/maildir_deduplicate/tests/test_cli.py +++ b/maildir_deduplicate/tests/test_cli.py @@ -81,7 +81,7 @@ class TestHashCLI(CLITestCase): """).encode('utf-8') with self.runner.i...
Fix python 3 binary write.
diff --git a/src/org/opencms/workplace/commons/CmsPublishScheduled.java b/src/org/opencms/workplace/commons/CmsPublishScheduled.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/workplace/commons/CmsPublishScheduled.java +++ b/src/org/opencms/workplace/commons/CmsPublishScheduled.java @@ -263,8 +263,11 @@ public c...
Improved date handling in CmsPublishScheduled (orginally commited by sschneider in branch 9_0_0_solr, commit <I>de5a3bdaf<I>cd<I>bb7b<I>cfc<I>c<I>)
diff --git a/examples/simulations/gyroscope2.py b/examples/simulations/gyroscope2.py index <HASH>..<HASH> 100644 --- a/examples/simulations/gyroscope2.py +++ b/examples/simulations/gyroscope2.py @@ -62,7 +62,7 @@ for i, t in enumerate(pb.range()): gaxis = (Lshaft + 0.03) * vector(st * sp, ct, st * cp) # set...
Updated deg<-> rad conversion in examples/simulations/gyroscope2.py
diff --git a/src/XeroPHP/Remote/Object.php b/src/XeroPHP/Remote/Object.php index <HASH>..<HASH> 100644 --- a/src/XeroPHP/Remote/Object.php +++ b/src/XeroPHP/Remote/Object.php @@ -406,12 +406,12 @@ abstract class Object implements ObjectInterface, \JsonSerializable { } /** - * JSON Encode overload to put...
Again for #<I>, corrected so JSON is at the root, and fixed doc
diff --git a/src/SelectionControls/SearchControl/SearchControlViewBridge.js b/src/SelectionControls/SearchControl/SearchControlViewBridge.js index <HASH>..<HASH> 100644 --- a/src/SelectionControls/SearchControl/SearchControlViewBridge.js +++ b/src/SelectionControls/SearchControl/SearchControlViewBridge.js @@ -406,9 +40...
Now supports result columns the descend into nested data structures
diff --git a/lib/Gregwar/Image.php b/lib/Gregwar/Image.php index <HASH>..<HASH> 100644 --- a/lib/Gregwar/Image.php +++ b/lib/Gregwar/Image.php @@ -551,6 +551,14 @@ class Image } /** + * Tostring defaults to jpeg + */ + public function __toString() + { + return $this->jpeg(); + } + + ...
Added __toString() method
diff --git a/tests/Unit/Suites/ContentDelivery/Catalog/AbstractProductListingRequestHandlerTest.php b/tests/Unit/Suites/ContentDelivery/Catalog/AbstractProductListingRequestHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Suites/ContentDelivery/Catalog/AbstractProductListingRequestHandlerTest.php +++ b/test...
Issue #<I>: Fix typo in test method name
diff --git a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/OptionalHAProxyMessageDecoder.java b/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/OptionalHAProxyMessageDecoder.java index <HASH>..<HASH> 100644 --- a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/OptionalHAPr...
Make the FP a static copy.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -420,6 +420,8 @@ class Hyperdrive extends Nanoresource { } catch (err) { return cb(err) } + } else if (chunk.left) { + entry.value = chunk.left.info } return...
Diff stream should return mount info on mount events
diff --git a/src/main/java/hex/Layer.java b/src/main/java/hex/Layer.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/Layer.java +++ b/src/main/java/hex/Layer.java @@ -22,7 +22,7 @@ public abstract class Layer extends Iced { @ParamsSearch.Ignore public int units; - protected NeuralNet params; + public ...
Make params public and add size guards during sharing of layer weights and biases.
diff --git a/lib/commoner.js b/lib/commoner.js index <HASH>..<HASH> 100644 --- a/lib/commoner.js +++ b/lib/commoner.js @@ -241,14 +241,6 @@ Cp.cliBuildP = function(version) { // Ignore dependencies because we wouldn't know how to find them. this.ignoreDependencies = true; - } else if ...
Abandon the no-source-directory, multiple-file usage pattern. In practice this is never what one wants. Instead of doing bin/commonize file1.js file2.js file3.js output/ one should simply use the directory-first pattern: bin/commonize . output/ file1 file2 file3
diff --git a/plank/cli.py b/plank/cli.py index <HASH>..<HASH> 100644 --- a/plank/cli.py +++ b/plank/cli.py @@ -8,12 +8,14 @@ from .runner import Runner def list_available_tasks(ctx, param, value): + sys.path.insert(0, os.getcwd()) if not value or ctx.resilient_parsing: return tasks = Inspecto...
Add the cwd into the python path when running --list
diff --git a/contrib/externs/angular-material.js b/contrib/externs/angular-material.js index <HASH>..<HASH> 100644 --- a/contrib/externs/angular-material.js +++ b/contrib/externs/angular-material.js @@ -93,7 +93,7 @@ md.$dialog = function() {}; * locals: (Object|undefined), * resolve: (Object|undefined), * ...
Update $mdDialog.show parent option to have type angular.JQLite ------------- Created by MOE: <URL>
diff --git a/core/src/main/java/jenkins/security/CallableDirectionChecker.java b/core/src/main/java/jenkins/security/CallableDirectionChecker.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/security/CallableDirectionChecker.java +++ b/core/src/main/java/jenkins/security/CallableDirectionChecker.java @...
For now, at least print warnings about unmarked callables.
diff --git a/core/src/main/java/org/kohsuke/stapler/Stapler.java b/core/src/main/java/org/kohsuke/stapler/Stapler.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/kohsuke/stapler/Stapler.java +++ b/core/src/main/java/org/kohsuke/stapler/Stapler.java @@ -1023,7 +1023,7 @@ public class Stapler extends HttpSe...
allow JSON responses to be compressed when serving with serveStaticResource
diff --git a/common/session/class.BasicSession.php b/common/session/class.BasicSession.php index <HASH>..<HASH> 100644 --- a/common/session/class.BasicSession.php +++ b/common/session/class.BasicSession.php @@ -29,9 +29,12 @@ */ use oat\oatbox\user\User; use oat\oatbox\Refreshable; +use Zend\ServiceManager\ServiceL...
basic session is now service locator aware
diff --git a/tests/test_halo.py b/tests/test_halo.py index <HASH>..<HASH> 100644 --- a/tests/test_halo.py +++ b/tests/test_halo.py @@ -453,6 +453,23 @@ class TestHalo(unittest.TestCase): except ValueError as e: self.fail('Attempted to write to a closed stream: {}'.format(e)) + def test_closin...
Added a test that passes after the fix
diff --git a/lib/winrm/shells/base.rb b/lib/winrm/shells/base.rb index <HASH>..<HASH> 100644 --- a/lib/winrm/shells/base.rb +++ b/lib/winrm/shells/base.rb @@ -86,7 +86,11 @@ module WinRM # Closes the shell if one is open def close return unless shell_id - self.class.close_shell(connection_...
Ignore error <I> during shell closing It is possible to get wsman error code <I> when closing shell. This patch protects against raising and ignore the error (after all the shell is closed) Change-Id: I7af5cb<I>a<I>dc4ad4d<I>fe<I>b<I>b3de<I>
diff --git a/tests/test_PGPKeyring.py b/tests/test_PGPKeyring.py index <HASH>..<HASH> 100644 --- a/tests/test_PGPKeyring.py +++ b/tests/test_PGPKeyring.py @@ -110,6 +110,9 @@ class TestPGPKeyring: # verify the signature ourselves first assert k.verify("tests/testdata/unsigned_message", str(sig...
add another bit to this test. closes #<I>
diff --git a/lib/dalli/server.rb b/lib/dalli/server.rb index <HASH>..<HASH> 100644 --- a/lib/dalli/server.rb +++ b/lib/dalli/server.rb @@ -363,7 +363,7 @@ module Dalli def write(bytes) begin @sock.write(bytes) - rescue SystemCallError + rescue SystemCallError, Timeout::Error fail...
Catch and handle write timeouts, fixes GH-<I>
diff --git a/test/integration/054_adapter_methods_test/test_adapter_methods.py b/test/integration/054_adapter_methods_test/test_adapter_methods.py index <HASH>..<HASH> 100644 --- a/test/integration/054_adapter_methods_test/test_adapter_methods.py +++ b/test/integration/054_adapter_methods_test/test_adapter_methods.py @...
Moved bigquery imports into bigquery test
diff --git a/ehforwarderbot/channel.py b/ehforwarderbot/channel.py index <HASH>..<HASH> 100644 --- a/ehforwarderbot/channel.py +++ b/ehforwarderbot/channel.py @@ -238,7 +238,7 @@ class EFBChannel(ABC): """ raise NotImplementedError() - def get_message_by_id(self, msg_id: str) -> Optional['EFBMsg'...
Fix EFBChannel.get_message_by_id() definition.
diff --git a/test/package.js b/test/package.js index <HASH>..<HASH> 100644 --- a/test/package.js +++ b/test/package.js @@ -5,7 +5,7 @@ import pify from 'pify'; import index from '../'; test('Every rule is defined in index file', async t => { - const files = await pify(fs.readdir)('../rules'); + const files = await ...
fix package test (#<I>)
diff --git a/lib/repository/base/version.rb b/lib/repository/base/version.rb index <HASH>..<HASH> 100644 --- a/lib/repository/base/version.rb +++ b/lib/repository/base/version.rb @@ -4,6 +4,6 @@ module Repository class Base # Gem version, following [RubyGems.org](https://rubygems.org) and # [SemVer](http:/...
Bumped version number to <I>. No code/spec changes. RSpec: <I> examples, 0 failures; <I>/<I> LOC (<I>%) covered RuboCop: <I> files inspected, no offenses detected
diff --git a/sb.js b/sb.js index <HASH>..<HASH> 100644 --- a/sb.js +++ b/sb.js @@ -76,9 +76,7 @@ $ = function(selector, root) { } var nodeList = new sb.nodeList(); - - nodeList.setSelector(selector); - + nodeList.selector = selector; if(document.querySelectorAll){ nodeList.add(root.querySelectorAll(se...
Bug FIx: There was a problem with QuerySelector all in Safari working with single #id tags in $
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='37', + version='38', description='Profiler utility for python, graphical and textual, whole program or segmen...
pip Thursday <I> April <I> (week:<I> day:<I>), <I>:<I>:<I>
diff --git a/src/gform-app/cms/createValueFactory.js b/src/gform-app/cms/createValueFactory.js index <HASH>..<HASH> 100644 --- a/src/gform-app/cms/createValueFactory.js +++ b/src/gform-app/cms/createValueFactory.js @@ -18,7 +18,7 @@ define([], function () { }, createPartial: function (templateStore) {...
partial does not need to have a name
diff --git a/packages/babel-plugin-transform-es2015-block-scoping/src/index.js b/packages/babel-plugin-transform-es2015-block-scoping/src/index.js index <HASH>..<HASH> 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/src/index.js +++ b/packages/babel-plugin-transform-es2015-block-scoping/src/index.js @...
rename scope bindings during block scope transform
diff --git a/pymatgen/io/core.py b/pymatgen/io/core.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/core.py +++ b/pymatgen/io/core.py @@ -46,9 +46,9 @@ class InputFile(MSONable): with open(filename, "wt") as f: f.write(self.__str__()) - @staticmethod + @classmethod @abc.abstractmetho...
InputFile: from_string as classmethod
diff --git a/setuptools/tests/config/downloads/__init__.py b/setuptools/tests/config/downloads/__init__.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/config/downloads/__init__.py +++ b/setuptools/tests/config/downloads/__init__.py @@ -1,5 +1,7 @@ import re +import time from pathlib import Path +from urllib.er...
Try to rescue the download backing off a few seconds
diff --git a/test/db/hsqldb.rb b/test/db/hsqldb.rb index <HASH>..<HASH> 100644 --- a/test/db/hsqldb.rb +++ b/test/db/hsqldb.rb @@ -7,6 +7,7 @@ ActiveRecord::Base.establish_connection(config) at_exit { # Clean up hsqldb when done - Dir['test.db*'].each {|f| File.delete(f)} - File.delete('hsqldb-testdb.log') resc...
Small tweak to the way hsqldb is cleaned up to be compatible with <I>
diff --git a/lib/vcap/request.rb b/lib/vcap/request.rb index <HASH>..<HASH> 100644 --- a/lib/vcap/request.rb +++ b/lib/vcap/request.rb @@ -8,8 +8,7 @@ module VCAP end def current_id - Thread.current[:vcap_request_id] or - raise 'No request id is set' + Thread.current[:vcap_request...
Don't raise exception when request id is unset [#<I>]
diff --git a/lib/memfs/file.rb b/lib/memfs/file.rb index <HASH>..<HASH> 100644 --- a/lib/memfs/file.rb +++ b/lib/memfs/file.rb @@ -337,11 +337,7 @@ module MemFs end def world_writable? - if (entry.mode & Fake::Entry::OWRITE).nonzero? - entry.mode - else - nil - end...
Simplifying Stat.world_writable?
diff --git a/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java b/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java +++ b/tests/frontend/org/voltdb/canonicalddl/Test...
testCanonicalDDLRoundtrip waits longer for success
diff --git a/v3/buildpacks_test.go b/v3/buildpacks_test.go index <HASH>..<HASH> 100644 --- a/v3/buildpacks_test.go +++ b/v3/buildpacks_test.go @@ -63,11 +63,11 @@ var _ = Describe("buildpack", func() { }) It("Stages with a user specified github buildpack", func() { - StageBuildpackPackage(packageGuid, "http://gi...
Use correct buildpack for pushing dora
diff --git a/collab/CollabClient.js b/collab/CollabClient.js index <HASH>..<HASH> 100644 --- a/collab/CollabClient.js +++ b/collab/CollabClient.js @@ -41,9 +41,9 @@ class CollabClient extends EventEmitter { */ _onMessage(msg) { if (msg.scope === this.scope) { - this.emit('message', msg) - } else { - ...
Don't warn about the `{type: "highfive", scope: "_internal"}` message This message is sent by the `CollabServer`. This change simply removes the distracting console warning every <I>s. I'm not sure that this is the best way to deal with this long term.
diff --git a/lib/AuthHelper.php b/lib/AuthHelper.php index <HASH>..<HASH> 100644 --- a/lib/AuthHelper.php +++ b/lib/AuthHelper.php @@ -28,8 +28,11 @@ class AuthHelper else { $protocol = 'http'; } + + $url = $protocol . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']...
Remove query params from current url
diff --git a/ella/db/models.py b/ella/db/models.py index <HASH>..<HASH> 100644 --- a/ella/db/models.py +++ b/ella/db/models.py @@ -35,21 +35,15 @@ class Publishable(Model): current_site = Site.objects.get_current() - try: - # TODO: what if have got multiple listings on one site? - ...
Updated publishable.main_placement to work for placements on other sites git-svn-id: <URL>
diff --git a/extensions/gii/generators/crud/Generator.php b/extensions/gii/generators/crud/Generator.php index <HASH>..<HASH> 100644 --- a/extensions/gii/generators/crud/Generator.php +++ b/extensions/gii/generators/crud/Generator.php @@ -67,7 +67,7 @@ class Generator extends \yii\gii\Generator [['modelCla...
Fixed regex-escaping in crudgenerator
diff --git a/src/Manager.php b/src/Manager.php index <HASH>..<HASH> 100644 --- a/src/Manager.php +++ b/src/Manager.php @@ -51,7 +51,7 @@ class Manager extends Plugin $boundModel = call_user_func_array( [$className, "findFirst"], [ - $parameters + $paramet...
Added trailing commas to arrays
diff --git a/lib/negroku/cli.rb b/lib/negroku/cli.rb index <HASH>..<HASH> 100644 --- a/lib/negroku/cli.rb +++ b/lib/negroku/cli.rb @@ -3,7 +3,7 @@ require 'capistrano/setup' require 'capistrano/deploy' # Load applications deploy config if it exists -require './config/deploy' if File.exists? "./config/deploy" +requi...
fix(): load deploy.rb file when file exist
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: from setup_libuv import libuv_build_ext, libuv_sdist -__version__ = "0.10.1" +__version__ = "0.11.0-dev" setup(name = "pyuv", version = __version__,
Set version to <I>-dev on master
diff --git a/app/helpers/tenon/tenon_helper.rb b/app/helpers/tenon/tenon_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/tenon/tenon_helper.rb +++ b/app/helpers/tenon/tenon_helper.rb @@ -61,17 +61,6 @@ module Tenon end end - # form row helper for boolean published block - def publish_box(f, ...
remove the published boolean form helper
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except (IOError, ImportError) as e: setup( name='cutil', packages=['cutil'], - version='2.6.6', + version='2.6.7', description='A collection of useful functions', long_description=long...
Just use psycopg2 and not the binary
diff --git a/application/geomajas-gwt-example/src/main/java/org/geomajas/example/gwt/client/samples/editing/EditLineLayerSample.java b/application/geomajas-gwt-example/src/main/java/org/geomajas/example/gwt/client/samples/editing/EditLineLayerSample.java index <HASH>..<HASH> 100644 --- a/application/geomajas-gwt-exampl...
GWTSHOW-<I> : View Source on edit line layer sample is broken
diff --git a/packages/components/bolt-carousel/__tests__/carousel.js b/packages/components/bolt-carousel/__tests__/carousel.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-carousel/__tests__/carousel.js +++ b/packages/components/bolt-carousel/__tests__/carousel.js @@ -9,7 +9,7 @@ import { const { readYam...
test: retest carousel Jest tests with increased timeout
diff --git a/spec/features/bitpay_plugin_spec.rb b/spec/features/bitpay_plugin_spec.rb index <HASH>..<HASH> 100644 --- a/spec/features/bitpay_plugin_spec.rb +++ b/spec/features/bitpay_plugin_spec.rb @@ -39,7 +39,7 @@ feature "Bitpay Plugin", js: true, type: :feature do end - scenario "can display invoice" do + x...
Disable false positive integration test until corrected
diff --git a/app/assets/javascripts/admin/views/forms/markdown_composer.js b/app/assets/javascripts/admin/views/forms/markdown_composer.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/admin/views/forms/markdown_composer.js +++ b/app/assets/javascripts/admin/views/forms/markdown_composer.js @@ -41,6 +41,7 @@...
Focus the composer after collapsing
diff --git a/twitcher/middleware.py b/twitcher/middleware.py index <HASH>..<HASH> 100644 --- a/twitcher/middleware.py +++ b/twitcher/middleware.py @@ -1,6 +1,6 @@ from webob import Request -from twitcher.owsexceptions import OWSServiceNotAllowed +from twitcher.owsexceptions import OWSException, OWSServiceNotAllowed ...
fixed usage of owsexceptions in middleware
diff --git a/lib/octopress-deploy.rb b/lib/octopress-deploy.rb index <HASH>..<HASH> 100644 --- a/lib/octopress-deploy.rb +++ b/lib/octopress-deploy.rb @@ -87,12 +87,12 @@ FILE if !File.exist?(gitignore) || Pathname.new(gitignore).read.match(/#{@options[:config_file]}/i).nil? if ask_bool("Do you...
append_gitignore is now renamed to gitignore_config_file because @parkr cares about people understanding code.
diff --git a/service/routes/public/authorization.js b/service/routes/public/authorization.js index <HASH>..<HASH> 100644 --- a/service/routes/public/authorization.js +++ b/service/routes/public/authorization.js @@ -11,10 +11,11 @@ exports.register = function (server, options, next) { server.route({ method: 'G...
renamed check to access as authoriztion endpoint
diff --git a/html5lib/constants.py b/html5lib/constants.py index <HASH>..<HASH> 100644 --- a/html5lib/constants.py +++ b/html5lib/constants.py @@ -467,6 +467,7 @@ booleanAttributes = { "details": frozenset(("open",)), "datagrid": frozenset(("multiple", "disabled")), "command": frozenset(("hidden", "disab...
Add @noshade as a boolean attribute. Fixes #<I>. Thanks to fantasai for the patch.
diff --git a/test/utils.py b/test/utils.py index <HASH>..<HASH> 100644 --- a/test/utils.py +++ b/test/utils.py @@ -547,6 +547,7 @@ class VtGate(object): '-log_dir', environment.vtlogroot, '-srv_topo_cache_ttl', cache_ttl, '-tablet_protocol', protocols_flavor().tabletconn_protocol(), + ...
test: utils.py: Set -stderrthreshold for vtgate. After this change, test runs with -v will show the vtgate Go logs.
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -292,6 +292,19 @@ function testSuite(Model){ childO.arr.push("a"); assert.throws(function(){ childO.arr.push(false); }, /TypeError/, "child array model catches push calls"); assert.throws(function(){ c...
added tests for automatic casting on arrays
diff --git a/src/Deployer/Task/DeployTasks.php b/src/Deployer/Task/DeployTasks.php index <HASH>..<HASH> 100644 --- a/src/Deployer/Task/DeployTasks.php +++ b/src/Deployer/Task/DeployTasks.php @@ -16,6 +16,7 @@ class DeployTasks extends TaskAbstract { const TASK_INITIALIZE = 'deploy:initialize'; const TASK_ROL...
[FIX] Add missing TASK for deploytask
diff --git a/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java b/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java +++ b/src/test/java/de/codecentric/jbehave/junit/monitoring/L...
Test was failing at first. Apparently in some random test order (from infinitest?), the system property was set to a value that enabled logging. Now unsetting the property in the test setup.
diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index <HASH>..<HASH> 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -1831,7 +1831,7 @@ class Model extends Overloadable { )); } - if ($db->delete($this)) { + if ($db->delete($this, array($this->alias . '.' . $th...
Adding specific conditions to model->delete's call to dbo->delete. This helps fix a race condition where dbo->defaultConditions could cause additional data loss. Fixes #<I>
diff --git a/cmd/pulsectl/plugin.go b/cmd/pulsectl/plugin.go index <HASH>..<HASH> 100644 --- a/cmd/pulsectl/plugin.go +++ b/cmd/pulsectl/plugin.go @@ -46,6 +46,7 @@ func unloadPlugin(ctx *cli.Context) { r := pClient.UnloadPlugin(pName, pVer) if r.Err != nil { fmt.Printf("Error unloading plugin:\n%v\n", r.Err.Err...
Add exit call when error thrown unloading plugin
diff --git a/src/components/colorlegend/colorlegend.js b/src/components/colorlegend/colorlegend.js index <HASH>..<HASH> 100644 --- a/src/components/colorlegend/colorlegend.js +++ b/src/components/colorlegend/colorlegend.js @@ -147,6 +147,7 @@ var ColorLegend = Component.extend({ //Hide rainbow element if showing m...
Fixed color anchors appearing when color is a property #<I>
diff --git a/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform/AnomalySTLTransform.java b/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform/AnomalySTLTransform.java index <HASH>..<HASH> 100644 --- a/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform...
Remove unused vendor specific imports. (#<I>)
diff --git a/libkbfs/cr_actions.go b/libkbfs/cr_actions.go index <HASH>..<HASH> 100644 --- a/libkbfs/cr_actions.go +++ b/libkbfs/cr_actions.go @@ -658,14 +658,22 @@ func (dua *dropUnmergedAction) updateOps(unmergedMostRecent BlockPointer, unmergedMostRecent) } + found := false for i, op := range unmergedChain...
cr: when dropping an action, only invert locally on one chain Some actions get their updates applied on both the parent and the node itself, and we don't want the inversions appearing multiple times. Issue: KBFS-<I>
diff --git a/spec/support/macros/deprecation.rb b/spec/support/macros/deprecation.rb index <HASH>..<HASH> 100644 --- a/spec/support/macros/deprecation.rb +++ b/spec/support/macros/deprecation.rb @@ -1,18 +1,9 @@ require "active_support" -module SilenceDeprecation - def silence_deprecation(example) - cached_silen...
Use temporary assignment helper to silence deprecations in specs
diff --git a/process/plugin/plugin.go b/process/plugin/plugin.go index <HASH>..<HASH> 100644 --- a/process/plugin/plugin.go +++ b/process/plugin/plugin.go @@ -140,7 +140,7 @@ func (p Plugin) Launch(proc charm.Process) (ProcDetails, error) { // Destroy runs the given plugin, passing it the "destroy" command, with the i...
don't mix tabs and spaces!
diff --git a/filesystem/disk/disk.go b/filesystem/disk/disk.go index <HASH>..<HASH> 100644 --- a/filesystem/disk/disk.go +++ b/filesystem/disk/disk.go @@ -4,11 +4,10 @@ import "os" // IsExist return true if file or directory exists func IsExist(path string) bool { - _, err := os.Stat(path) - if err != nil && os.IsN...
fix/refactor disk IsExist
diff --git a/phy/plot/_vispy_utils.py b/phy/plot/_vispy_utils.py index <HASH>..<HASH> 100644 --- a/phy/plot/_vispy_utils.py +++ b/phy/plot/_vispy_utils.py @@ -210,19 +210,17 @@ class BaseSpikeVisual(_BakeVisual): def cluster_colors(self, value): self._cluster_colors = _as_array(value) assert len(...
Renamed color bake to cluster color.
diff --git a/src/Composer/Downloader/ArchiveDownloader.php b/src/Composer/Downloader/ArchiveDownloader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Downloader/ArchiveDownloader.php +++ b/src/Composer/Downloader/ArchiveDownloader.php @@ -29,7 +29,9 @@ abstract class ArchiveDownloader extends FileDownloader pu...
Allow downgrades to go through even though the target dir for archive extraction exists
diff --git a/tests/dlkit/json_/test_utilities.py b/tests/dlkit/json_/test_utilities.py index <HASH>..<HASH> 100644 --- a/tests/dlkit/json_/test_utilities.py +++ b/tests/dlkit/json_/test_utilities.py @@ -4,6 +4,7 @@ import codecs import glob import json import os +import shutil import unittest from dlkit.json_.ut...
clean up after json client tests
diff --git a/src/browser/extension/inject/pageScript.js b/src/browser/extension/inject/pageScript.js index <HASH>..<HASH> 100644 --- a/src/browser/extension/inject/pageScript.js +++ b/src/browser/extension/inject/pageScript.js @@ -82,7 +82,7 @@ window.devToolsExtension = function(next) { doChange(); ...
Prevent relaying store changes consecutively
diff --git a/app/assets/javascripts/lentil/addfancybox.js b/app/assets/javascripts/lentil/addfancybox.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/lentil/addfancybox.js +++ b/app/assets/javascripts/lentil/addfancybox.js @@ -81,6 +81,7 @@ function addfancybox() { autoSize : true, fitToVi...
Disable scrolling, fix issue for small video modals
diff --git a/trace/opentracing.go b/trace/opentracing.go index <HASH>..<HASH> 100644 --- a/trace/opentracing.go +++ b/trace/opentracing.go @@ -163,6 +163,8 @@ type Span struct { *Trace + recordErr error + // These are currently ignored logLines []opentracinglog.Field } @@ -196,7 +198,7 @@ func (s *Span) Fini...
Remove logged error with record * We already return the error value, so there's no need to log it as * well
diff --git a/mtgsdk/querybuilder.py b/mtgsdk/querybuilder.py index <HASH>..<HASH> 100644 --- a/mtgsdk/querybuilder.py +++ b/mtgsdk/querybuilder.py @@ -89,7 +89,38 @@ class QueryBuilder(object): break return list + + def iter(self): + """Gets all resources, automating paging thr...
Iterable query Now has an iter function for better memory usage.
diff --git a/spec/unit/parser/functions/lookup_spec.rb b/spec/unit/parser/functions/lookup_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/parser/functions/lookup_spec.rb +++ b/spec/unit/parser/functions/lookup_spec.rb @@ -3,6 +3,10 @@ require 'puppet/pops' require 'stringio' describe "lookup function" do + be...
(#<I>) Fix failing lookup function test (missing setting of --binder) The lookup function test was missing because the setting --binder was missing, and lookup only works when this feature is turned on).
diff --git a/pronto/parser/owl.py b/pronto/parser/owl.py index <HASH>..<HASH> 100644 --- a/pronto/parser/owl.py +++ b/pronto/parser/owl.py @@ -148,6 +148,9 @@ class OwlXMLTreeParser(OwlXMLParser): for elem in itertools.islice(rawterm.iter(), 1, None): basename = elem.tag.split('}', 1)[-1...
Prevent OwlXMLTreeParser from adding empty data to Term.other
diff --git a/lib/veritas/algebra/rename.rb b/lib/veritas/algebra/rename.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/algebra/rename.rb +++ b/lib/veritas/algebra/rename.rb @@ -14,9 +14,7 @@ module Veritas end def each(&block) - operand.each do |tuple| - yield Tuple.new(header, tuple.t...
Minor simplification of Rename#each
diff --git a/bt/algos.py b/bt/algos.py index <HASH>..<HASH> 100644 --- a/bt/algos.py +++ b/bt/algos.py @@ -172,10 +172,12 @@ class SelectAll(Algo): class SelectHasData(Algo): - def __init__(self, min_count, - lookback=pd.DateOffset(months=3)): + def __init__(self, lookback=pd.DateOffset(month...
added default value for min_count in SelectHasData
diff --git a/src/foremast/autoscaling_policy/create_policy.py b/src/foremast/autoscaling_policy/create_policy.py index <HASH>..<HASH> 100644 --- a/src/foremast/autoscaling_policy/create_policy.py +++ b/src/foremast/autoscaling_policy/create_policy.py @@ -161,7 +161,7 @@ class AutoScalingPolicy: "server...
fix: fixed provider in autoscaling policy
diff --git a/cache_test.go b/cache_test.go index <HASH>..<HASH> 100644 --- a/cache_test.go +++ b/cache_test.go @@ -1555,7 +1555,7 @@ func benchmarkCacheGetManyConcurrent(b *testing.B, exp time.Duration) { tc := New(exp, 0) keys := make([]string, n) for i := 0; i < n; i++ { - k := "foo" + strconv.Itoa(n) + k := ...
Fix incorrect key in concurrent benchmarks Fixes #<I>
diff --git a/src/lightncandy.php b/src/lightncandy.php index <HASH>..<HASH> 100644 --- a/src/lightncandy.php +++ b/src/lightncandy.php @@ -66,8 +66,8 @@ class LightnCandy { const FLAG_BESTPERFORMANCE = 16384; // FLAG_ECHO const FLAG_JS = 24; // FLAG_JSTRUE + FLAG_JSOBJECT const FLAG_MUSTACHE = 40239104; ...
align with handlebars.js (it now handle spacing)
diff --git a/cube.py b/cube.py index <HASH>..<HASH> 100755 --- a/cube.py +++ b/cube.py @@ -54,7 +54,7 @@ _Square = namedtuple("Square", ["face", "index", "colour"]) _Square.type = "Square" -class Square: +class Square(object): """ Square(colour, face, index), implements a square (sticker) on a cube. @@...
Square, Face, Cube superclass = object
diff --git a/tasks/jade.js b/tasks/jade.js index <HASH>..<HASH> 100644 --- a/tasks/jade.js +++ b/tasks/jade.js @@ -60,9 +60,19 @@ module.exports = function(grunt) { try { var jade = require('jade'); + + if (options.filters) { + // have custom filters Object.keys(...
added implementation for advanced filters #<I>
diff --git a/src/ui/controls/class-display-text.php b/src/ui/controls/class-display-text.php index <HASH>..<HASH> 100644 --- a/src/ui/controls/class-display-text.php +++ b/src/ui/controls/class-display-text.php @@ -75,7 +75,7 @@ class Display_Text extends Abstract_Control { * * @type string $input_type ...
Make "section" optional for Display_Text control as well
diff --git a/src/java/org/apache/cassandra/io/util/FileUtils.java b/src/java/org/apache/cassandra/io/util/FileUtils.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/io/util/FileUtils.java +++ b/src/java/org/apache/cassandra/io/util/FileUtils.java @@ -148,23 +148,6 @@ public class FileUtils ...
Remove dead (and buggy: removes only half the files) code
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -2606,7 +2606,10 @@ class BaseHighState(object): ) if found == 0: - log.error('No contents found in top file') + log.error('No contents found in top file. P...
Provide useful hints for error "No contents found" Without extensive experience with salt, the following error is confusing: [ERROR ] No contents found in top file. Make this error more intelligible by providing hints about where to look [ERROR ] No contents found in top file. Please verify that the 'file_roots...
diff --git a/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php b/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php index <HASH>..<HASH> 100644 --- a/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php +++ b/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php @@ -159,6 +159,11...
[BUGFIX] Crash on change of sys_file Fixes: #<I> Change-Id: If<I>a0fc9d3fd8bb<I>bc6bf3a1d0ada<I>b
diff --git a/common/config.go b/common/config.go index <HASH>..<HASH> 100644 --- a/common/config.go +++ b/common/config.go @@ -161,14 +161,6 @@ func DownloadableURL(original string) (string, error) { // Make sure it is lowercased url.Scheme = strings.ToLower(url.Scheme) - // This is to work around issue #5927. Th...
common: remove dead code The referenced bug was fixed in Go <I>, and Packer requires Go <I>+.
diff --git a/searchtweets/_version.py b/searchtweets/_version.py index <HASH>..<HASH> 100644 --- a/searchtweets/_version.py +++ b/searchtweets/_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 Twitter, Inc. +# Copyright 2020 Twitter, Inc. # Licensed under the MIT License # https://opensource.org/...
bumping for update of HTTP error handling
diff --git a/cmd/juju/commands/repl.go b/cmd/juju/commands/repl.go index <HASH>..<HASH> 100644 --- a/cmd/juju/commands/repl.go +++ b/cmd/juju/commands/repl.go @@ -55,7 +55,7 @@ Type "q" or ^D or ^C to quit. var ( quitCommands = set.NewStrings("q", "quit", "exit") - noControllerCommands = set.NewStrings("bo...
Add "help" to the list of REPL commands that don't need a controller
diff --git a/src-test/async/publish-timeout.js b/src-test/async/publish-timeout.js index <HASH>..<HASH> 100644 --- a/src-test/async/publish-timeout.js +++ b/src-test/async/publish-timeout.js @@ -1,6 +1,8 @@ /* * Test cases for Hub.publish timeouts. +THIS TEST CASE KILLS CHROME! + AsyncTestCase("publish-timeout", ...
Fixed bug in publish-timeout test case, but it still kills Chrome. Commented out peer prototype tests for now.
diff --git a/lib/node_tracers.js b/lib/node_tracers.js index <HASH>..<HASH> 100644 --- a/lib/node_tracers.js +++ b/lib/node_tracers.js @@ -215,7 +215,7 @@ RawZipkinTracer.prototype._sendTrace = function(tuple) { var trace = tuple[0], annotations = tuple[1]; async.waterfall([ - formatters.formatForZipkin.bind...
change to node_tracers using zipkin formatting
diff --git a/spark-spi/src/main/java/spark/spi/SolutionSet.java b/spark-spi/src/main/java/spark/spi/SolutionSet.java index <HASH>..<HASH> 100644 --- a/spark-spi/src/main/java/spark/spi/SolutionSet.java +++ b/spark-spi/src/main/java/spark/spi/SolutionSet.java @@ -84,7 +84,7 @@ public class SolutionSet extends BaseResult...
Fix a couple of off-by-one errors in the default SolutionSet implementation.
diff --git a/actionview/test/template/render_test.rb b/actionview/test/template/render_test.rb index <HASH>..<HASH> 100644 --- a/actionview/test/template/render_test.rb +++ b/actionview/test/template/render_test.rb @@ -22,7 +22,7 @@ module RenderTestCases def test_render_without_options e = assert_raises(Argu...
Fix a fragile test on `action_view/render` This test were assuming that the list of render options will always be the same. Fixing that so this doesn't break when we add/remove render option in the future.
diff --git a/lib/espresso-runner.js b/lib/espresso-runner.js index <HASH>..<HASH> 100644 --- a/lib/espresso-runner.js +++ b/lib/espresso-runner.js @@ -26,7 +26,12 @@ class EspressoRunner { } this[req] = opts[req]; } - this.jwproxy = new JWProxy({server: this.host, port: this.systemPort, base: ''})...
feat: Enable keep-alive mode for server connections (#<I>)
diff --git a/python/mxnet/gluon/block.py b/python/mxnet/gluon/block.py index <HASH>..<HASH> 100644 --- a/python/mxnet/gluon/block.py +++ b/python/mxnet/gluon/block.py @@ -742,18 +742,16 @@ class Block: if g.stype == 'row_sparse': ndarray.zeros_like(g, out=g) else: ...
Use multi-tensor zeroing for resetting grads (#<I>)
diff --git a/lib/fog/core/errors.rb b/lib/fog/core/errors.rb index <HASH>..<HASH> 100644 --- a/lib/fog/core/errors.rb +++ b/lib/fog/core/errors.rb @@ -68,6 +68,9 @@ An alternate file may be used by placing its path in the FOG_RC environment vari :vsphere_server: :vsphere_username: :vsphere_password: + :libvir...
Added libvirt options to credentials error
diff --git a/python/ray/rllib/es/es.py b/python/ray/rllib/es/es.py index <HASH>..<HASH> 100644 --- a/python/ray/rllib/es/es.py +++ b/python/ray/rllib/es/es.py @@ -124,13 +124,13 @@ class Worker(object): [np.sign(rewards_pos).sum(), np.sign(rewards_neg).sum()]) lengths.append([lengt...
fix indentation for ES (#<I>)
diff --git a/plugins/database/mongodb/connection_producer.go b/plugins/database/mongodb/connection_producer.go index <HASH>..<HASH> 100644 --- a/plugins/database/mongodb/connection_producer.go +++ b/plugins/database/mongodb/connection_producer.go @@ -132,8 +132,7 @@ func createClient(ctx context.Context, connURL string...
Merge writeOpts and tlsAuthOpts after call to ApplyURI (#<I>)