diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/htmlToXlsx.js b/lib/htmlToXlsx.js index <HASH>..<HASH> 100644 --- a/lib/htmlToXlsx.js +++ b/lib/htmlToXlsx.js @@ -111,7 +111,6 @@ module.exports = function (reporter, definition) { if (reporter.compilation) { reporter.compilation.resourceInTemp('htmlToXlsxConversionScript.js', path.join(pat...
don’t require msexcel-builder-extended (it is not used)
diff --git a/go/mysql/collations/integration/main_test.go b/go/mysql/collations/integration/main_test.go index <HASH>..<HASH> 100644 --- a/go/mysql/collations/integration/main_test.go +++ b/go/mysql/collations/integration/main_test.go @@ -38,6 +38,8 @@ var ( var waitmysql = flag.Bool("waitmysql", false, "") func my...
ci: temporarily disable integration tests
diff --git a/bin/php-cs-fixer-config.php b/bin/php-cs-fixer-config.php index <HASH>..<HASH> 100644 --- a/bin/php-cs-fixer-config.php +++ b/bin/php-cs-fixer-config.php @@ -51,7 +51,6 @@ return 'php_closing_tag', 'single_line_after_imports', 'trailing_spaces', - 'function...
Duplicate, already in here.
diff --git a/pysat/_meta.py b/pysat/_meta.py index <HASH>..<HASH> 100644 --- a/pysat/_meta.py +++ b/pysat/_meta.py @@ -456,7 +456,6 @@ class Meta(object): lower_keys = [k.lower() for k in value.keys()] # dictionary of labels (keys) and values (default value for attribute) default_...
Modified meta assignment so lower dimensional parameters always present
diff --git a/packages/openneuro-client/src/client.js b/packages/openneuro-client/src/client.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-client/src/client.js +++ b/packages/openneuro-client/src/client.js @@ -69,6 +69,7 @@ const middlewareAuthLink = (uri, getAuthorization, fetch) => { uri, fetch, ...
Client: Include cookies on same-origin requests.
diff --git a/src/Illuminate/Auth/EloquentUserProvider.php b/src/Illuminate/Auth/EloquentUserProvider.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Auth/EloquentUserProvider.php +++ b/src/Illuminate/Auth/EloquentUserProvider.php @@ -68,7 +68,7 @@ class EloquentUserProvider implements UserProviderInterface { */...
Update EloquentUserProvider to use UserInterface#setRememberToken rather than Model#setAttribute directly. Closes #<I>.
diff --git a/tests/SpotifyWebAPITest.php b/tests/SpotifyWebAPITest.php index <HASH>..<HASH> 100644 --- a/tests/SpotifyWebAPITest.php +++ b/tests/SpotifyWebAPITest.php @@ -213,7 +213,7 @@ class SpotifyWebAPITest extends PHPUnit_Framework_TestCase ), array( 'id' => '3mqRLlD9j92B...
Test multiple positions in SpotifyWebAPI::deleteUserPlaylistTracks()
diff --git a/source/rafcon/gui/models/container_state.py b/source/rafcon/gui/models/container_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/models/container_state.py +++ b/source/rafcon/gui/models/container_state.py @@ -265,8 +265,7 @@ class ContainerStateModel(StateModel): return ...
fix(container state model): remove re-raise and accept expected exceptions as result
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,11 @@ setup( # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-fi...
Add paramiko, defuesedxml and lxml as install requirements.
diff --git a/Form/Type/BadgeRuleType.php b/Form/Type/BadgeRuleType.php index <HASH>..<HASH> 100644 --- a/Form/Type/BadgeRuleType.php +++ b/Form/Type/BadgeRuleType.php @@ -68,8 +68,9 @@ class BadgeRuleType extends AbstractType 'twolevelselect', array( 'translation_d...
[BadgeBundle] Compat with sf <I>
diff --git a/ngDraggable.js b/ngDraggable.js index <HASH>..<HASH> 100644 --- a/ngDraggable.js +++ b/ngDraggable.js @@ -176,6 +176,7 @@ angular.module("ngDraggable", []) evt.preventDefault(); $rootScope.$broadcast('draggable:end', {x:_mx, y:_my, tx:_tx, ty:_ty, event:evt...
fix issue #<I> drag-enter class isn't removed from the dragged element after the drag ends.
diff --git a/src/Behat/Behat/Formatter/PrettyFormatter.php b/src/Behat/Behat/Formatter/PrettyFormatter.php index <HASH>..<HASH> 100644 --- a/src/Behat/Behat/Formatter/PrettyFormatter.php +++ b/src/Behat/Behat/Formatter/PrettyFormatter.php @@ -703,7 +703,7 @@ class PrettyFormatter extends ProgressFormatter ...
print step snippets in HTML formatter only if they are enabled (closes #<I>)
diff --git a/pytestsalt/utils.py b/pytestsalt/utils.py index <HASH>..<HASH> 100644 --- a/pytestsalt/utils.py +++ b/pytestsalt/utils.py @@ -15,7 +15,13 @@ from __future__ import absolute_import import socket +# Import 3rd party libs +import pytest +pytest_plugins = ['helpers_namespace'] + + +@pytest.helpers.utils....
Register `get_unused_localhost_port` as a pytest helper.
diff --git a/internal/service/codestarconnections/tags_gen.go b/internal/service/codestarconnections/tags_gen.go index <HASH>..<HASH> 100644 --- a/internal/service/codestarconnections/tags_gen.go +++ b/internal/service/codestarconnections/tags_gen.go @@ -7,7 +7,6 @@ import ( "github.com/aws/aws-sdk-go/aws" "github....
codestarconnections: Fix more import problems
diff --git a/lib/peddler/operation.rb b/lib/peddler/operation.rb index <HASH>..<HASH> 100644 --- a/lib/peddler/operation.rb +++ b/lib/peddler/operation.rb @@ -28,10 +28,8 @@ module Peddler self end - def store(key, val, parent: '') - key = camelize(key) if key.is_a?(Symbol) - key = "#{parent}...
Refactor Peddler::Operation#store
diff --git a/scripts/benchmark.js b/scripts/benchmark.js index <HASH>..<HASH> 100755 --- a/scripts/benchmark.js +++ b/scripts/benchmark.js @@ -1,4 +1,5 @@ #!/usr/bin/env node +Error.stackTraceLimit = Infinity; const uglify = require('uglify-js'); const Table = require('cli-table'); @@ -10,7 +11,9 @@ const zlib ...
update to run in babel 6
diff --git a/library/Garp/Model/Db/Faker.php b/library/Garp/Model/Db/Faker.php index <HASH>..<HASH> 100644 --- a/library/Garp/Model/Db/Faker.php +++ b/library/Garp/Model/Db/Faker.php @@ -129,10 +129,10 @@ class Garp_Model_Db_Faker { if ($name === 'name') { return $this->_faker->sentence; ...
Improve detection of name fields - Check for substrings rather than full matches, to pick up columns where first/last names are prefixed or suffixed. - Also, pick up on Dutch column names.
diff --git a/h2o-core/src/test/java/water/fvec/WordCountBigTest.java b/h2o-core/src/test/java/water/fvec/WordCountBigTest.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/test/java/water/fvec/WordCountBigTest.java +++ b/h2o-core/src/test/java/water/fvec/WordCountBigTest.java @@ -14,4 +14,8 @@ public class WordCountB...
Don't run inherited testWordCount.
diff --git a/lib/class.OS_Windows.php b/lib/class.OS_Windows.php index <HASH>..<HASH> 100644 --- a/lib/class.OS_Windows.php +++ b/lib/class.OS_Windows.php @@ -170,14 +170,14 @@ class OS_Windows { $cpus = array(); $alt = false; - $object = $this->wmi->ExecQuery("SELECT Name, Manufacturer, CurrentClockSpeed, N...
Fixed listing CPUs (again)
diff --git a/test/integration/generated_regress_test.rb b/test/integration/generated_regress_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/generated_regress_test.rb +++ b/test/integration/generated_regress_test.rb @@ -821,6 +821,7 @@ describe Regress, "The generated Regress module" do it "has a correct ...
Skip test involving GDate if introspection data is incomplete.
diff --git a/test/server.test.js b/test/server.test.js index <HASH>..<HASH> 100644 --- a/test/server.test.js +++ b/test/server.test.js @@ -1927,3 +1927,18 @@ test('GH-877 content-type should be case insensitive', function (t) { }); client.end(); }); + +test('GH-882: route name is same as specified', function...
adding test to ensure route name is same as specified
diff --git a/trakt/interfaces/sync/__init__.py b/trakt/interfaces/sync/__init__.py index <HASH>..<HASH> 100644 --- a/trakt/interfaces/sync/__init__.py +++ b/trakt/interfaces/sync/__init__.py @@ -20,9 +20,10 @@ __all__ = [ class SyncInterface(Interface): path = 'sync' - def last_activities(self): + def las...
Fixed [/sync] last_activities() method and pass **kwargs to get_data()
diff --git a/tests/MainClassTest.php b/tests/MainClassTest.php index <HASH>..<HASH> 100644 --- a/tests/MainClassTest.php +++ b/tests/MainClassTest.php @@ -175,7 +175,7 @@ class MainClassTest extends \PHPUnit\Framework\TestCase $supportsLang = $deepLy->supportsLangCode($langCode); - $this->assertEqua...
Bugfix (wrong type of var)
diff --git a/lib/fabrication/generator/base.rb b/lib/fabrication/generator/base.rb index <HASH>..<HASH> 100644 --- a/lib/fabrication/generator/base.rb +++ b/lib/fabrication/generator/base.rb @@ -56,7 +56,7 @@ class Fabrication::Generator::Base assign(method_name, options, &block) end else - as...
Reduce guesswork in Base#assign
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,16 @@ module.exports = { output: { file: 'spin.js', format: 'es' - } + }, + onwarn: function(warning) { + // Suppress known error message caused by TypeScr...
Suppress rollup warning (#<I>)
diff --git a/ratcave/shader.py b/ratcave/shader.py index <HASH>..<HASH> 100644 --- a/ratcave/shader.py +++ b/ratcave/shader.py @@ -139,6 +139,4 @@ class Shader(ugl.BindingContextMixin, ugl.BindNoTargetMixin): # obtain the uniform location if not loc: loc = self.get_uniform_location(name) ...
Performed transpose directly in OpenGL function.
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,8 +5,8 @@ from pallets_sphinx_themes import ProjectLink project = 'Flask-JSONRPC' copyright = '2021, Nycholas de Oliveira e Oliveira' # pylint: disable=W0622 author = 'Nycholas de Oliveira e Oliveira' -r...
Version <I> * Restructures the project (#<I>) * Add dependabot.yml * Add support to async and await * Add badge docs * Add FUNDING.yml * Unindent & highlight code sections (#<I>)
diff --git a/bcbio/ngsalign/tophat.py b/bcbio/ngsalign/tophat.py index <HASH>..<HASH> 100644 --- a/bcbio/ngsalign/tophat.py +++ b/bcbio/ngsalign/tophat.py @@ -42,7 +42,8 @@ def align(fastq_file, pair_file, ref_file, out_base, align_dir, config): with file_transaction([os.path.join(out_dir, f) for f in _out_fna...
Avoid symlinking tophat output file if previously exists
diff --git a/cypress/component/basic/network/users-spec.js b/cypress/component/basic/network/users-spec.js index <HASH>..<HASH> 100644 --- a/cypress/component/basic/network/users-spec.js +++ b/cypress/component/basic/network/users-spec.js @@ -10,7 +10,7 @@ context('Users', () => { it('fetches 3 users from remote A...
increase wait for command for bahmutov/cypress-react-unit-test#<I>
diff --git a/haphilipsjs/__init__.py b/haphilipsjs/__init__.py index <HASH>..<HASH> 100644 --- a/haphilipsjs/__init__.py +++ b/haphilipsjs/__init__.py @@ -1,6 +1,7 @@ import requests import logging + LOG = logging.getLogger(__name__) BASE_URL = 'http://{0}:1925/{1}/{2}' TIMEOUT = 5.0 @@ -25,11 +26,13 @@ class Ph...
Reuse a session with a single cached connection
diff --git a/src/resizilla.src.js b/src/resizilla.src.js index <HASH>..<HASH> 100644 --- a/src/resizilla.src.js +++ b/src/resizilla.src.js @@ -38,12 +38,12 @@ function handlerCallback(handler, delay, incept) { /** - * [resizilla description] + * resizilla function * @public - * @param {[type]} optionsHandler [d...
Added comments to remaning outer functions and destroy method
diff --git a/core/Version.php b/core/Version.php index <HASH>..<HASH> 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.0.4'; + const VERSION = '4.0.4-b1'; const MAJOR_VERSION = 4; ...
Set version to <I>-b1 (#<I>)
diff --git a/src/angular-intro.js b/src/angular-intro.js index <HASH>..<HASH> 100644 --- a/src/angular-intro.js +++ b/src/angular-intro.js @@ -38,7 +38,7 @@ ngIntroHintsMethod: "=?", ngIntroOnhintsadded: "=", - ngIntroOnhintsclicked: "=?", + ngIntroOnhin...
fixed scope property name ngIntroOnhintclick replaced scope property "ngIntroOnhintsclicked" with ngIntroOnhintclick
diff --git a/test/slop_test.rb b/test/slop_test.rb index <HASH>..<HASH> 100644 --- a/test/slop_test.rb +++ b/test/slop_test.rb @@ -90,4 +90,13 @@ class SlopTest < TestCase refute slop[:debug] refute slop.debug? end + + test 'raises if an option expects an argument and none is given' do + slop = Slop.ne...
added tests for raising if no option is given when one is expected
diff --git a/qiskit/pulse/instructions/call.py b/qiskit/pulse/instructions/call.py index <HASH>..<HASH> 100644 --- a/qiskit/pulse/instructions/call.py +++ b/qiskit/pulse/instructions/call.py @@ -222,3 +222,6 @@ class Call(instruction.Instruction): return False return True + + def __repr__(sel...
fix call instruction representation (reflect assigned parameters) (#<I>)
diff --git a/commerce-subscription-web/src/main/java/com/liferay/commerce/subscription/web/internal/display/context/CommerceSubscriptionEntryDisplayContext.java b/commerce-subscription-web/src/main/java/com/liferay/commerce/subscription/web/internal/display/context/CommerceSubscriptionEntryDisplayContext.java index <HA...
COMMERCE-<I> Renamed method
diff --git a/findbugs/test/OpenStream.java b/findbugs/test/OpenStream.java index <HASH>..<HASH> 100644 --- a/findbugs/test/OpenStream.java +++ b/findbugs/test/OpenStream.java @@ -2,10 +2,23 @@ import java.io.*; public class OpenStream { public static void main(String[] argv) throws Exception { - FileInputStream i...
Two streams, one closed and the other not git-svn-id: <URL>
diff --git a/commands/build.js b/commands/build.js index <HASH>..<HASH> 100644 --- a/commands/build.js +++ b/commands/build.js @@ -2,12 +2,13 @@ var logger = require('./../lib/logger'); var shell = require('shelljs'); var path = require('path'); -shell.config.verbose = true; //Tasks required by this command var...
Removing un-implemented script
diff --git a/nolds/measures.py b/nolds/measures.py index <HASH>..<HASH> 100644 --- a/nolds/measures.py +++ b/nolds/measures.py @@ -1067,7 +1067,8 @@ def hurst_rs(data, nvals=None, fit="RANSAC", debug_plot=False, Kwargs: nvals (iterable of int): sizes of subseries to use - (default: `logarithmic_n(ma...
updates default value for nvals to lean even more heavily towars larger values of n
diff --git a/chrome/src/extension/background.js b/chrome/src/extension/background.js index <HASH>..<HASH> 100644 --- a/chrome/src/extension/background.js +++ b/chrome/src/extension/background.js @@ -815,8 +815,12 @@ function getUrl(url) { chrome.tabs.update(ChromeDriver.activeTabId, {url: url, selected: true}, ...
SimonStewart: Working through issues with the ChromeDriver on OS X. There's still plenty of the The Strange left to deal with r<I>
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -91,7 +91,7 @@ export default class Base extends EventEmitter { backHandler: partialApplyId(screen, "backHandler"), badgeLink: "https://auth0.com/?utm_source=lock&utm_campaign=badge&ut...
Remove closeHandler method from Screen
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist raygun_django_middleware.egg-info .DS_Store *.pyc +build diff --git a/raygun_django_middleware/__init__.py b/raygun_django_middleware/__init__.py index <HASH>..<HASH> 100644 --- a/raygun_django_mid...
need form for raygun4py
diff --git a/oauth2/__init__.py b/oauth2/__init__.py index <HASH>..<HASH> 100644 --- a/oauth2/__init__.py +++ b/oauth2/__init__.py @@ -122,7 +122,7 @@ class Client(object): """ def __init__(self, identifier, secret, redirect_uris=[]): self.identifier = identifier - self.secret = secr...
Fixed a bug during Client init
diff --git a/tests/Util/ExtraData/DataEntryConverterTest.php b/tests/Util/ExtraData/DataEntryConverterTest.php index <HASH>..<HASH> 100644 --- a/tests/Util/ExtraData/DataEntryConverterTest.php +++ b/tests/Util/ExtraData/DataEntryConverterTest.php @@ -67,11 +67,9 @@ class DataEntryConverterTest extends TestCase */...
SDK-<I>: Remove redundant assertion
diff --git a/src/Illuminate/Database/Query/Builder.php b/src/Illuminate/Database/Query/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Builder.php +++ b/src/Illuminate/Database/Query/Builder.php @@ -1542,7 +1542,7 @@ class Builder */ public function pluck($column, $key = null) ...
Allow null to be passed to pluck explicitely
diff --git a/lib/hoodoo/services/middleware/endpoints/inter_resource_remote.rb b/lib/hoodoo/services/middleware/endpoints/inter_resource_remote.rb index <HASH>..<HASH> 100644 --- a/lib/hoodoo/services/middleware/endpoints/inter_resource_remote.rb +++ b/lib/hoodoo/services/middleware/endpoints/inter_resource_remote.rb @...
Survive session-less attempts to make inter-resource calls
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index <HASH>..<HASH> 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1541,12 +1541,12 @@ module ActiveRecord #:nodoc: end def reverse_sql_order(order_quer...
Remove unnecessary condition and local variable [#<I> state:resolved]
diff --git a/conda_manager/widgets/dialogs/channels.py b/conda_manager/widgets/dialogs/channels.py index <HASH>..<HASH> 100644 --- a/conda_manager/widgets/dialogs/channels.py +++ b/conda_manager/widgets/dialogs/channels.py @@ -186,10 +186,16 @@ class DialogChannels(QDialog): else: url = "{...
Check that is a valid conda channel and not just a valid url
diff --git a/deployment/appserver.py b/deployment/appserver.py index <HASH>..<HASH> 100644 --- a/deployment/appserver.py +++ b/deployment/appserver.py @@ -75,7 +75,7 @@ def briefkasten_ctl(action='restart'): @task -def update_backend(index='dev', build=False, user=None, version=None): +def update_backend(index='de...
build by default afterall, the whole point of this task is to install the very latest version
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100755 --- a/src/cli.js +++ b/src/cli.js @@ -70,12 +70,12 @@ program.command('build') buildTailwind(inputFile, loadConfig(program.config), writeStrategy(program)) }) -const subCmd = _.head(program.args); +program.parse(process.argv) + +const subCmd = _...
Fix bug where help was output even if matching command was found
diff --git a/openquake/baselib/parallel.py b/openquake/baselib/parallel.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/parallel.py +++ b/openquake/baselib/parallel.py @@ -480,7 +480,7 @@ def safely_call(func, args, task_no=0, mon=dummy_mon): assert not isgenfunc, func return Result.new(func, a...
Fixed task name [ci skip]
diff --git a/src/Rocketeer/Commands/DeployCommand.php b/src/Rocketeer/Commands/DeployCommand.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Commands/DeployCommand.php +++ b/src/Rocketeer/Commands/DeployCommand.php @@ -1,13 +1,12 @@ <?php namespace Rocketeer\Commands; -use Illuminate\Console\Command; use Rocke...
Make DeployCommand extends BaseDeployCommand now that it's lighter
diff --git a/http/consumer.go b/http/consumer.go index <HASH>..<HASH> 100644 --- a/http/consumer.go +++ b/http/consumer.go @@ -15,7 +15,7 @@ func newConsumer(resp http.ResponseWriter) (*consumer, error) { if err != nil { return nil, err } - conn.Write([]byte("HTTP/1.1 200 OK\nContent-Type: text/ev...
Turn off nginx buffering (closes #2)
diff --git a/src/main/java/no/finn/unleash/repository/ToggleCollection.java b/src/main/java/no/finn/unleash/repository/ToggleCollection.java index <HASH>..<HASH> 100644 --- a/src/main/java/no/finn/unleash/repository/ToggleCollection.java +++ b/src/main/java/no/finn/unleash/repository/ToggleCollection.java @@ -12,7 +12,...
fix: Make ToggleCollection constructor public (#<I>)
diff --git a/js/src/Map.js b/js/src/Map.js index <HASH>..<HASH> 100644 --- a/js/src/Map.js +++ b/js/src/Map.js @@ -82,18 +82,18 @@ export class LeafletMapModel extends widgets.DOMWidgetModel { style: null, default_style: null, dragging_style: null, - _dragging: false }; } initiali...
Move _dragging from model value to attribute (#<I>) * move _dragging from model value to attribute * initialize _dragging at initialize() * nit
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -49,7 +49,7 @@ func decodeConfig(r io.Reader, c *config) error { func (c *config) Discover() error { // If we are already inside a plugin process we should not need to // discover anything. - if os.Getenv(plugin.Magic...
Change to explicit comparison with MagicCookieValue
diff --git a/src/shogun2-core/shogun2-service/src/main/java/de/terrestris/shogun2/service/FileService.java b/src/shogun2-core/shogun2-service/src/main/java/de/terrestris/shogun2/service/FileService.java index <HASH>..<HASH> 100644 --- a/src/shogun2-core/shogun2-service/src/main/java/de/terrestris/shogun2/service/FileSe...
addresses note of @buehner
diff --git a/src/js/mixin/slider-autoplay.js b/src/js/mixin/slider-autoplay.js index <HASH>..<HASH> 100644 --- a/src/js/mixin/slider-autoplay.js +++ b/src/js/mixin/slider-autoplay.js @@ -35,7 +35,7 @@ export default { if (document.hidden) { this.stopAutoplay(); } e...
fix: autoplay in slider-drag after userinteraction
diff --git a/client/deis.py b/client/deis.py index <HASH>..<HASH> 100755 --- a/client/deis.py +++ b/client/deis.py @@ -658,10 +658,13 @@ class DeisClient(object): -a --app=<app> the uniquely identifiable name for the application. """ + command = ' '.join(args.get('<command>')) + ...
feat(client): add loading info msg to run command
diff --git a/upup/pkg/kutil/delete_cluster.go b/upup/pkg/kutil/delete_cluster.go index <HASH>..<HASH> 100644 --- a/upup/pkg/kutil/delete_cluster.go +++ b/upup/pkg/kutil/delete_cluster.go @@ -35,7 +35,6 @@ import ( "strings" "sync" "time" - "os" ) const ( @@ -1313,14 +1312,6 @@ func ListAutoScalingGroups(cloud...
Fixing for tests, removing old function
diff --git a/addon/components/affinity-engine-stage.js b/addon/components/affinity-engine-stage.js index <HASH>..<HASH> 100644 --- a/addon/components/affinity-engine-stage.js +++ b/addon/components/affinity-engine-stage.js @@ -49,11 +49,11 @@ export default Component.extend({ window } = getProperties(this, ...
put `shouldLoadScene` on eBus
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb +++ b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb @@ -9...
Handle ORA-<I> and ORA-<I> as `ActiveRecord::StatementInvalid` not `NativeException` by JRuby <I>, <I>, "table or view does not exist" <I>, <I>, "name is already used by an existing object" Since rails/rails#<I> changes `translate_exception` to handle `RuntimeError` as exception
diff --git a/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java b/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java index <HASH>..<HASH> 100644 --- a/spring-cloud-netflix-...
Check if client is in bootstrap and default to not register Eureka now has the option (maybe always there) to not register and that's a sensible default in the bootstrap phase (when we might not know the port yet).
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name = "reload", - version = "0.5", + version = "0.6", author = "Jarek Lipski", author_email = "pub@loomchild.net", description = ("Reload a program if any file...
Bump to <I> due to packaging
diff --git a/src/directives/glControls.js b/src/directives/glControls.js index <HASH>..<HASH> 100644 --- a/src/directives/glControls.js +++ b/src/directives/glControls.js @@ -12,6 +12,10 @@ angular.module('mapboxgl-directive').directive('glControls', [function () { navigation: { enabled: true | fals...
Added support for Navigation and Scale controls
diff --git a/src/main/java/org/openqa/selenium/WebDriver.java b/src/main/java/org/openqa/selenium/WebDriver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/openqa/selenium/WebDriver.java +++ b/src/main/java/org/openqa/selenium/WebDriver.java @@ -84,12 +84,9 @@ public interface WebDriver extends SearchContext {...
SimonStewart: Rewording some of the docs for findElements r<I>
diff --git a/hearthstone/entities.py b/hearthstone/entities.py index <HASH>..<HASH> 100644 --- a/hearthstone/entities.py +++ b/hearthstone/entities.py @@ -61,6 +61,7 @@ class Game(Entity): self.initial_entities = [] self.initial_state = State.INVALID self.initial_step = Step.INVALID + self.initial_hero_entity...
entities: Implement Player.initial_hero_entity_id
diff --git a/lib/multirepo/branch.rb b/lib/multirepo/branch.rb index <HASH>..<HASH> 100644 --- a/lib/multirepo/branch.rb +++ b/lib/multirepo/branch.rb @@ -8,7 +8,9 @@ module MultiRepo end def exists? - return true + lines = Git.run(@repo.working_copy, "branch", false).split("\n") + branch...
Implemented Branch.exists? and logging when we create a branch that didn't exist.
diff --git a/src/__tests__/bin.js b/src/__tests__/bin.js index <HASH>..<HASH> 100644 --- a/src/__tests__/bin.js +++ b/src/__tests__/bin.js @@ -3,7 +3,7 @@ const os = require("os"); const path = require("path"); const { bin } = require(".."); -const output = path.join(__dirname, "__output__"); +const output = path.j...
Remove cwd option. Move __output__ to dir that doesn't run tests.
diff --git a/src/wizard.js b/src/wizard.js index <HASH>..<HASH> 100644 --- a/src/wizard.js +++ b/src/wizard.js @@ -55,6 +55,13 @@ angular.module('mgo-angular-wizard').directive('wizard', function() { _.each($scope.getEnabledSteps(), function(step) { step.completed = true; ...
corrected issue that only allowed edit mode to toggle once
diff --git a/src/main/java/redis/clients/jedis/ShardedJedisPool.java b/src/main/java/redis/clients/jedis/ShardedJedisPool.java index <HASH>..<HASH> 100644 --- a/src/main/java/redis/clients/jedis/ShardedJedisPool.java +++ b/src/main/java/redis/clients/jedis/ShardedJedisPool.java @@ -61,7 +61,17 @@ public class ShardedJe...
reverted back vetify() as connection checks could be disabled in pool config
diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index <HASH>..<HASH> 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -69,6 +69,7 @@ More detail and specific examples can be found in the included HTML file. var canvas = null, target = null, + options = null, maxRadius = null, centerLe...
Prevent options from becoming global. The pie plugin was a little too clever in its use of closures. In processDatapoints it set canvas, target, and options for use in other functions. Since options was not declared this meant that it became global. Pages containing multiple pie plots therefore saw a range of weird...
diff --git a/lib/sp/duh/sharding/sharded_namespace.rb b/lib/sp/duh/sharding/sharded_namespace.rb index <HASH>..<HASH> 100644 --- a/lib/sp/duh/sharding/sharded_namespace.rb +++ b/lib/sp/duh/sharding/sharded_namespace.rb @@ -25,15 +25,7 @@ module SP add_sharder(sharder) end - def get_table(sh...
Implement a get_sharded_table method in the ShardedNamespace that uses the last sharder to get the table name
diff --git a/src/Illuminate/Database/Query/Builder.php b/src/Illuminate/Database/Query/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Builder.php +++ b/src/Illuminate/Database/Query/Builder.php @@ -582,7 +582,7 @@ class Builder /** * Add an "or where" clause to the query. *...
Fix some phpdoc inconsistencies
diff --git a/src/ServiceContainer/WordpressBehatExtension.php b/src/ServiceContainer/WordpressBehatExtension.php index <HASH>..<HASH> 100644 --- a/src/ServiceContainer/WordpressBehatExtension.php +++ b/src/ServiceContainer/WordpressBehatExtension.php @@ -69,7 +69,7 @@ class WordpressBehatExtension implements ExtensionI...
Add all 3 drivers to YAML whitelist.
diff --git a/lib/glimr_api_client/api.rb b/lib/glimr_api_client/api.rb index <HASH>..<HASH> 100644 --- a/lib/glimr_api_client/api.rb +++ b/lib/glimr_api_client/api.rb @@ -4,7 +4,6 @@ require 'active_support/core_ext/object/to_query' module GlimrApiClient module Api - def post @post ||= client...
Stop mutation tests from breaking for now I need to properly stub out the connection_timeout to keep it from being susceptible to mutation. However, the higher priority at the moment is getting the CI working again so that master branch protection can be turned on on github. This resolves the problem by going back t...
diff --git a/src/edeposit/amqp/harvester/autoparser/path_patterns.py b/src/edeposit/amqp/harvester/autoparser/path_patterns.py index <HASH>..<HASH> 100755 --- a/src/edeposit/amqp/harvester/autoparser/path_patterns.py +++ b/src/edeposit/amqp/harvester/autoparser/path_patterns.py @@ -46,9 +46,16 @@ def neighbours_pattern...
#<I>: Fixed few bugs in path_patterns.py / neighbours_pattern()
diff --git a/nodeshot/interop/sync/tests.py b/nodeshot/interop/sync/tests.py index <HASH>..<HASH> 100755 --- a/nodeshot/interop/sync/tests.py +++ b/nodeshot/interop/sync/tests.py @@ -623,11 +623,7 @@ class SyncTest(TestCase): # limit pagination to 1 in geojson view url = reverse('api_layer_nodes_geojs...
interop.sync: updated failing test introduced with <I>a<I>a
diff --git a/astrobase/lcproc.py b/astrobase/lcproc.py index <HASH>..<HASH> 100644 --- a/astrobase/lcproc.py +++ b/astrobase/lcproc.py @@ -1154,6 +1154,7 @@ def timebinlc_worker(task): def parallel_timebin_lclist(lclist, binsizesec, + maxobjects=None, ...
lcproc: add parallel LC binning functions
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,6 @@ if sys.version_info < (2, 6): print >> sys.stderr, error sys.exit(1) -extra = dict() - try: from setuptools import setup, find_packages from setuptools.command.test import test as testcomm...
Moved extra declaration to line <I> per iceraj's request.
diff --git a/core-bundle/src/Resources/contao/library/Contao/Model.php b/core-bundle/src/Resources/contao/library/Contao/Model.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/Model.php +++ b/core-bundle/src/Resources/contao/library/Contao/Model.php @@ -96,10 +96,10 @@ abstract clas...
[Core] Strip the related fields before passing a DB result to `Model::setRow()` (see #<I>)
diff --git a/spec/cases/helper.rb b/spec/cases/helper.rb index <HASH>..<HASH> 100644 --- a/spec/cases/helper.rb +++ b/spec/cases/helper.rb @@ -2,7 +2,7 @@ require 'bundler/setup' require 'parallel' def process_diff - cmd = "ps uaxw|grep ruby|wc -l" + cmd = "ps uxw|grep ruby|wc -l" processes_before = `#{cmd}`...
only check for our processes by @simcha I got no errors on my local run and travis got different errors on my copy of same tree: <URL>
diff --git a/java/core/libjoynr/src/main/java/io/joynr/pubsub/publication/PublicationManagerImpl.java b/java/core/libjoynr/src/main/java/io/joynr/pubsub/publication/PublicationManagerImpl.java index <HASH>..<HASH> 100644 --- a/java/core/libjoynr/src/main/java/io/joynr/pubsub/publication/PublicationManagerImpl.java +++ ...
java: broadcasts: register broadcastListener at provider register broadcastListener in publication Manager on the provider side. Change-Id: I<I>bc<I>b<I>dbab<I>ac2ca4b9fd8f<I>afdb
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -244,10 +244,6 @@ var config = require('./core/server/config'), 'yarn; git submodule foreach "git checkout master && git pull ' + upstream + ' master"';...
Removed `shell:dbhealth` from `grunt master` no issue - since Ghost <I>, the Ghost server takes care of executing `knex-migrator migrate` if needed
diff --git a/test/unit/deletion_test.rb b/test/unit/deletion_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/deletion_test.rb +++ b/test/unit/deletion_test.rb @@ -11,7 +11,7 @@ class DeletionTest < ActiveSupport::TestCase @version = Version.last end - should "must be indexed" do + should "be indexed" do...
use should 'be indexed' phrase instead of should 'must be indexed'
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/SecurityProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/SecurityProperties.java index <HASH>..<HASH> 100644 --- a/spring-boot-autoconfigure/src/main/java/org/spr...
Remove ignoreUnknownFields accidentally added in <I>a<I>
diff --git a/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java b/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/DriverNameRes...
[Java] Increase timeout on shouldTimeoutNeighborsAndCacheEntriesThatAreSeenViaGossip test as occasionally a second timeout cycle within the name resolver is required to remove a neighbor.
diff --git a/pixiedust/display/templates/pd_executeDisplay.js b/pixiedust/display/templates/pd_executeDisplay.js index <HASH>..<HASH> 100644 --- a/pixiedust/display/templates/pd_executeDisplay.js +++ b/pixiedust/display/templates/pd_executeDisplay.js @@ -112,7 +112,20 @@ } ...
Correctly handle token urls when state is pushed to the location
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -150,6 +150,27 @@ class TestRequestsPost(unittest.TestCase): def test_cached_post_response_text(self): self.assertEqual(self.unmolested_response.text, self.cached_response.text) +class TestRequestsHTTPS(unittest.Te...
Add failing test for HTTPS requests to shame me into fixing this bug
diff --git a/jquery.fullscreen.js b/jquery.fullscreen.js index <HASH>..<HASH> 100644 --- a/jquery.fullscreen.js +++ b/jquery.fullscreen.js @@ -88,10 +88,7 @@ function fullScreen(state) || (/** @type {?Function} */ e["mozRequestFullScreen"]); if (func) { - if (Element["ALLOW_KE...
Stop using ALLOW_KEYBOARD_INPUT. In Chrome it no longer makes a difference and in Safari it doesn't help anyway (Fullscreen forms are always read-only). In older Safari the code didn't work at all so I hope this is now better.
diff --git a/src/java/com/samskivert/swing/MultiLineLabel.java b/src/java/com/samskivert/swing/MultiLineLabel.java index <HASH>..<HASH> 100644 --- a/src/java/com/samskivert/swing/MultiLineLabel.java +++ b/src/java/com/samskivert/swing/MultiLineLabel.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for ...
It used to be that if you created a TextLayout with a font render context that indicated the use of antialiasing, rendering that TextLayout would render with antialiasing. However, it seems that some JVMs don't do that, so we need to manually enable antialiasing before rendering the TextLayout. Such are the millions of...
diff --git a/examples/FloatTest.php b/examples/FloatTest.php index <HASH>..<HASH> 100644 --- a/examples/FloatTest.php +++ b/examples/FloatTest.php @@ -17,4 +17,17 @@ class FloatTest extends \PHPUnit_Framework_TestCase ); }); } + + public function testAPropertyHoldingOnlyForPositive...
Added a failing test to explore float shrinking
diff --git a/src/Message/PurchaseRequest.php b/src/Message/PurchaseRequest.php index <HASH>..<HASH> 100644 --- a/src/Message/PurchaseRequest.php +++ b/src/Message/PurchaseRequest.php @@ -94,10 +94,10 @@ class PurchaseRequest extends AbstractRequest public function getData() { $this->validate('amount'...
Update PurchaseRequest.php Create $data before setting email. Email was not being passed to gateway.
diff --git a/src/main/java/net/openhft/compiler/MyJavaFileManager.java b/src/main/java/net/openhft/compiler/MyJavaFileManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/compiler/MyJavaFileManager.java +++ b/src/main/java/net/openhft/compiler/MyJavaFileManager.java @@ -99,7 +99,7 @@ class MyJavaFil...
Fixed ConcurrentModificationException when compiling lots of method readers under Java <I>, closes #<I> (#<I>)
diff --git a/docs/fiddles/system/protocol-handler/launch-app-from-URL-in-another-app/main.js b/docs/fiddles/system/protocol-handler/launch-app-from-URL-in-another-app/main.js index <HASH>..<HASH> 100644 --- a/docs/fiddles/system/protocol-handler/launch-app-from-URL-in-another-app/main.js +++ b/docs/fiddles/system/proto...
fix: dialog is not defined (#<I>) Corrects the following error in Electron Fiddle: ``` Uncaught Exception: ReferenceError: dialog is not defined ... ```
diff --git a/Socket/Client.php b/Socket/Client.php index <HASH>..<HASH> 100644 --- a/Socket/Client.php +++ b/Socket/Client.php @@ -102,7 +102,7 @@ class sb_Socket_Client { * @return boolean */ public function write($data) { - $this->log('write to socket'); + return fwrite($this->socket, $data); } @@ -...
no longer writes WRITING TO SOCKET for every write
diff --git a/core/Columns/Updater.php b/core/Columns/Updater.php index <HASH>..<HASH> 100644 --- a/core/Columns/Updater.php +++ b/core/Columns/Updater.php @@ -200,7 +200,7 @@ class Updater extends \Piwik\Updates $component = $componentPrefix . $columnName; $version = $dimension->getVersion(); - ...
we actually need to check whether key exists, not in_array...
diff --git a/src/streamcorpus_pipeline/_get_name_info.py b/src/streamcorpus_pipeline/_get_name_info.py index <HASH>..<HASH> 100644 --- a/src/streamcorpus_pipeline/_get_name_info.py +++ b/src/streamcorpus_pipeline/_get_name_info.py @@ -29,8 +29,11 @@ def get_name_info(chunk_path, assert_one_date_hour=False, i_str=None):...
Output filenames can include the epoch_ticks of the first stream item
diff --git a/pliers/filters/__init__.py b/pliers/filters/__init__.py index <HASH>..<HASH> 100644 --- a/pliers/filters/__init__.py +++ b/pliers/filters/__init__.py @@ -1,6 +1,7 @@ from abc import ABCMeta, abstractmethod from pliers.transformers import Transformer from six import with_metaclass +from pliers.utils impo...
cache Filter results and ensure type matching
diff --git a/peewee.py b/peewee.py index <HASH>..<HASH> 100644 --- a/peewee.py +++ b/peewee.py @@ -555,13 +555,13 @@ class ForeignKeyField(IntegerField): class BaseModel(type): def __new__(cls, name, bases, attrs): cls = super(BaseModel, cls).__new__(cls, name, bases, attrs) - + class Meta(o...
Allow a db to be specified on the model