diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/buildbot_travis/runner.py b/buildbot_travis/runner.py index <HASH>..<HASH> 100644 --- a/buildbot_travis/runner.py +++ b/buildbot_travis/runner.py @@ -9,10 +9,10 @@ import readline from subprocess import PIPE, STDOUT, Popen from threading import Lock +import urwid from twisted.internet import reactor ...
fix runner path not doing echo -n lead to \n in the end of the PATH, so the new PATH had wrong last entry (looking into '/bin\n')
diff --git a/tests/functional/cli/test_cli_artifacts.py b/tests/functional/cli/test_cli_artifacts.py index <HASH>..<HASH> 100644 --- a/tests/functional/cli/test_cli_artifacts.py +++ b/tests/functional/cli/test_cli_artifacts.py @@ -1,12 +1,9 @@ import subprocess -import sys import textwrap import time from io import...
test(cli): replace assignment expression This is a feature added in <I>, removing it allows for the test to run with lower python versions.
diff --git a/manager/controlapi/service.go b/manager/controlapi/service.go index <HASH>..<HASH> 100644 --- a/manager/controlapi/service.go +++ b/manager/controlapi/service.go @@ -502,7 +502,7 @@ func (s *Server) UpdateService(ctx context.Context, request *api.UpdateServiceRe } if !reflect.DeepEqual(requestSpecN...
SwarmKit: updateService does not return proper gRPC errors for some errors. Also, no error is returned if a service cannot be found.
diff --git a/lib/gpgme.rb b/lib/gpgme.rb index <HASH>..<HASH> 100644 --- a/lib/gpgme.rb +++ b/lib/gpgme.rb @@ -1099,6 +1099,8 @@ keylist_mode=#{KEYLIST_MODE_NAMES[keylist_mode]}>" def get_key(fingerprint, secret = false) rkey = Array.new err = GPGME::gpgme_get_key(self, fingerprint, rkey, secret ? 1 ...
(GPGME::Signature#to_s): Detect "No public key error" correctly. (GPGME::Ctx#get_key): Return nil if no key is found. Patch from Hamish Downer. (Bug#<I>)
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.3 (unreleased) +0.3 (2017-10-28) ---------------- - Use long instead of int for x/y sizes and indices diff --git a/fast_histogram/__init__.py b/fast_histogram/__init__.py index <HASH>..<HASH> 10...
Preparing release <I>
diff --git a/lib/pseudohiki/converter.rb b/lib/pseudohiki/converter.rb index <HASH>..<HASH> 100755 --- a/lib/pseudohiki/converter.rb +++ b/lib/pseudohiki/converter.rb @@ -350,7 +350,7 @@ instead of \"#{given_opt}\"." Encoding.default_internal = internal if internal and not internal.empty? end - def par...
renamed OptionManager#parse_command_line_options #setup_command_line_options
diff --git a/mirror_maker.go b/mirror_maker.go index <HASH>..<HASH> 100644 --- a/mirror_maker.go +++ b/mirror_maker.go @@ -28,10 +28,10 @@ var TimingField = &avro.SchemaField{ Default: "null", Type: &avro.UnionSchema{ Types: []avro.Schema{ + &avro.NullSchema{}, &avro.ArraySchema{ Items: &avro.LongSche...
re #<I> attempt to fix schema
diff --git a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php +++ b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php @@ -699,11 +699,13 @@ class UnitOfWork implements PropertyChangedListener } elseif ($value insta...
Need to use a $count instead of $key since removing an element can change the array keys which results in bad mongodb queries.
diff --git a/lib/neo4j/mixins/node_mixin.rb b/lib/neo4j/mixins/node_mixin.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/mixins/node_mixin.rb +++ b/lib/neo4j/mixins/node_mixin.rb @@ -98,6 +98,7 @@ module Neo4j def init_without_node(props) # :nodoc: props[:_classname] = self.class.to_s @_java_node = N...
fixing indexing in initializatoin, [#<I> state:resolved]
diff --git a/lib/chef/provider/group/solaris.rb b/lib/chef/provider/group/solaris.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/group/solaris.rb +++ b/lib/chef/provider/group/solaris.rb @@ -23,7 +23,7 @@ class Chef class Group class Solaris < Chef::Provider::Group::Groupadd - provides :gro...
Change the provides lines to reflect the new setup.
diff --git a/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAlignmentTest.java b/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAlignmentTest.java index <HASH>..<HASH> 100644 --- a/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAl...
ignore failing test for alignment of transpositions
diff --git a/code/filter/cmd.php b/code/filter/cmd.php index <HASH>..<HASH> 100644 --- a/code/filter/cmd.php +++ b/code/filter/cmd.php @@ -10,7 +10,7 @@ /** * Command Filter * - * A 'command' is a string containing only the characters [A-Za-z0-9.-_]. Used for names of views, controllers, etc + * A 'command' is a s...
re #<I> : Add ',' to the regex for the cmd filter.
diff --git a/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java b/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java index <HASH>..<HASH> 100644 --- a/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java +++ ...
Fixed some missed rollback functions from BZ#<I>.
diff --git a/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js b/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js index <HASH>..<HASH> 100644 --- a/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js +++ b/guacamole/src/main/webapp/app/settings/types/Acti...
GUAC-<I>: Associate dwith -> associated with.
diff --git a/slave/buildslave/null.py b/slave/buildslave/null.py index <HASH>..<HASH> 100644 --- a/slave/buildslave/null.py +++ b/slave/buildslave/null.py @@ -22,7 +22,8 @@ class LocalBuildSlave(BuildSlaveBase): @defer.inlineCallbacks def startService(self): # importing here to avoid dependency on bu...
use renamed module in slave it's ok, since protocols.null module was introduced in nine branch
diff --git a/master/buildbot/process/metrics.py b/master/buildbot/process/metrics.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/metrics.py +++ b/master/buildbot/process/metrics.py @@ -326,7 +326,7 @@ class AttachedWorkersWatcher: def _get_rss(): - if sys.platform == 'linux2': + if sys.platform...
Enable an incorrectly skipped test Since Python <I>, sys.platform is 'linux' on Linux [1], so TestPeriodicChecks.testGetRSS is skipped even on Linux. [1] <URL>
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -2206,7 +2206,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc * * ``` * $article = $this->Articles->patchEntity($article, $this->reque...
Add closing ' mark This stops the code colouration going weird on <URL>
diff --git a/ripe/atlas/sagan/version.py b/ripe/atlas/sagan/version.py index <HASH>..<HASH> 100644 --- a/ripe/atlas/sagan/version.py +++ b/ripe/atlas/sagan/version.py @@ -1,2 +1,2 @@ -__version__ = "0.7.1" +__version__ = "0.8.0"
Update version.py Updated the version number for Iñigo's changes.
diff --git a/src/api/ledger/pathfind.js b/src/api/ledger/pathfind.js index <HASH>..<HASH> 100644 --- a/src/api/ledger/pathfind.js +++ b/src/api/ledger/pathfind.js @@ -84,7 +84,8 @@ function formatResponse(pathfind, paths) { const address = pathfind.source.address; return parsePathfind(address, pathfind.destin...
Fix: Check for destination_currencies property Example stack: TypeError: Cannot read property 'join' of undefined at formatResponse (ripple-lib/dist/npm/api/ledger/pathfind.js:<I>:<I>)
diff --git a/src/Tasks.php b/src/Tasks.php index <HASH>..<HASH> 100644 --- a/src/Tasks.php +++ b/src/Tasks.php @@ -958,7 +958,7 @@ chmod 755 ' . $default_dir . '/settings.php'; $this->say('If you need the very latest data from a Pantheon site, go create a new backup using either the Pantheon backend, or Terminus.'...
Change messaging in Robo prompt for DB backup to use.
diff --git a/lib/autowow/cli.rb b/lib/autowow/cli.rb index <HASH>..<HASH> 100644 --- a/lib/autowow/cli.rb +++ b/lib/autowow/cli.rb @@ -5,7 +5,7 @@ require_relative 'vcs' module Autowow class CLI < Thor - # map %w(bm) => :branch_merged + map %w(bm) => :branch_merged desc "branch_merged", "clean work...
Adds short command `bm` for branch_merged
diff --git a/PPI/Test/Bootstrap.php b/PPI/Test/Bootstrap.php index <HASH>..<HASH> 100644 --- a/PPI/Test/Bootstrap.php +++ b/PPI/Test/Bootstrap.php @@ -8,7 +8,7 @@ */ namespace PPI\Test; -require_once(__DIR__ . '/../AutoLoad.php'); +require_once(__DIR__ . '/../Autoload.php'); require_once(__DIR__ . '/AutoLoad.php'...
Fix typo in autoloader Mac's aren't case sensitive but linux is! :D
diff --git a/test/analytics.js b/test/analytics.js index <HASH>..<HASH> 100644 --- a/test/analytics.js +++ b/test/analytics.js @@ -852,6 +852,22 @@ describe('Analytics.js', function () { expect(spy.called).to.be(true); spy.restore(); }); + + it('sends a url along', function () { + var spy = ...
#<I> Added tests to pageview api for allowing context
diff --git a/src/Services/Issues.php b/src/Services/Issues.php index <HASH>..<HASH> 100644 --- a/src/Services/Issues.php +++ b/src/Services/Issues.php @@ -3,6 +3,7 @@ namespace TZK\Taiga\Services; +use TZK\Taiga\RestClient; use TZK\Taiga\Service; class Issues extends Service { @@ -13,11 +14,11 @@ class Issues ...
Renaming getAll method to getList Aim is to remain coherent with the rest of the services
diff --git a/app/routes/annotations.rb b/app/routes/annotations.rb index <HASH>..<HASH> 100644 --- a/app/routes/annotations.rb +++ b/app/routes/annotations.rb @@ -20,17 +20,22 @@ module OpenBEL status 200 end + options '/api/annotations/values' do + response.headers['Allow'] = 'OPTIONS,GET...
corrected options routes; refs #<I>
diff --git a/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java b/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java index <HASH>..<HASH> 100644 --- a/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java +++ b/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.ja...
Add test case with null completion handler
diff --git a/npm/cli.js b/npm/cli.js index <HASH>..<HASH> 100755 --- a/npm/cli.js +++ b/npm/cli.js @@ -8,3 +8,14 @@ var child = proc.spawn(electron, process.argv.slice(2), {stdio: 'inherit'}) child.on('close', function (code) { process.exit(code) }) + +const handleTerminationSignal = function (signal) { + process...
fix: handle SIGINT and SIGTERM from the Electron CLI helper (#<I>) Fixes #<I>
diff --git a/mode/vbscript/vbscript.js b/mode/vbscript/vbscript.js index <HASH>..<HASH> 100644 --- a/mode/vbscript/vbscript.js +++ b/mode/vbscript/vbscript.js @@ -1,5 +1,5 @@ CodeMirror.defineMode("vbscript", function() { - var regexVBScriptKeyword = /Call|Case|CDate|Clear|CInt|CLng|Const|CStr|Description|Dim|Do|Each...
[vbscript mode] Add start/end anchors to keyword regexp Issue #<I>
diff --git a/webmap/models.py b/webmap/models.py index <HASH>..<HASH> 100644 --- a/webmap/models.py +++ b/webmap/models.py @@ -113,7 +113,7 @@ class Poi(models.Model): # Relationships marker = models.ForeignKey(Marker, limit_choices_to={'status__show_to_mapper': 'True', 'layer__status__show_to_mapper': 'True'...
models: limit property choices for POI
diff --git a/src/Controller/UserRegistrationController.php b/src/Controller/UserRegistrationController.php index <HASH>..<HASH> 100644 --- a/src/Controller/UserRegistrationController.php +++ b/src/Controller/UserRegistrationController.php @@ -119,7 +119,7 @@ class UserRegistrationController extends AbstractActionContro...
getUserMapper method should be private
diff --git a/Kwc/Shop/Products/Directory/Controller.php b/Kwc/Shop/Products/Directory/Controller.php index <HASH>..<HASH> 100644 --- a/Kwc/Shop/Products/Directory/Controller.php +++ b/Kwc/Shop/Products/Directory/Controller.php @@ -5,10 +5,6 @@ class Kwc_Shop_Products_Directory_Controller extends Kwc_Directories_Item_Di...
shop-controller does not have editDialog, removed because it caused error with tabPanel
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -4,6 +4,13 @@ var fs = require('fs'); var extend = require('extend'); var path = require('path'); +// Create the cfg dir if it does not exist +/* istanbul ignore next: Simple directory creation, we know...
[config] Remove browserify check. We have a separate lib for the broweserified config now.
diff --git a/etrago/cluster/gasclustering.py b/etrago/cluster/gasclustering.py index <HASH>..<HASH> 100755 --- a/etrago/cluster/gasclustering.py +++ b/etrago/cluster/gasclustering.py @@ -77,6 +77,8 @@ def create_gas_busmap(etrago): Integer weighting for each ch4_buses.index """ + MAX_W...
capped maximum bus weight to 1E5 in order to handle extra high/inf ch4 generator capacities from foreign nodes
diff --git a/tests/test_wfgenerator.py b/tests/test_wfgenerator.py index <HASH>..<HASH> 100644 --- a/tests/test_wfgenerator.py +++ b/tests/test_wfgenerator.py @@ -9,4 +9,4 @@ class TestWFGenerator(object): return WorkflowGenerator() def test_steps_in_library(self, wf): - assert len(wf.steps_libra...
Fix reference to new StepsLibrary object
diff --git a/filesystems/tests/test_path.py b/filesystems/tests/test_path.py index <HASH>..<HASH> 100644 --- a/filesystems/tests/test_path.py +++ b/filesystems/tests/test_path.py @@ -90,10 +90,13 @@ class TestPath(TestCase): self.assertEqual(Path().basename(), "") def test_dirname(self): - self.a...
Start to fix a few tests for Windows.
diff --git a/lib/generators/rails/templates/controller.rb b/lib/generators/rails/templates/controller.rb index <HASH>..<HASH> 100644 --- a/lib/generators/rails/templates/controller.rb +++ b/lib/generators/rails/templates/controller.rb @@ -2,6 +2,8 @@ class <%= controller_class_name %>Controller < ApplicationController...
Add a default `respond_to` for generated scaffolded controllers so they will work out of the box. This way users using `responders` will get a functional scaffold when using the Rails generator, without having to define the format by themselves. Based on plataformatec/devise#<I>.
diff --git a/src/main/java/com/codeborne/selenide/WebDriverRunner.java b/src/main/java/com/codeborne/selenide/WebDriverRunner.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/codeborne/selenide/WebDriverRunner.java +++ b/src/main/java/com/codeborne/selenide/WebDriverRunner.java @@ -98,6 +98,10 @@ public class W...
Added method htmlUnit()
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,15 +3,21 @@ require('babel-loader'); require('json-loader'); module.exports = { - entry: { - keo: ['./src/keo.js'] - }, + entry: './src/keo.js', output: { ...
Added externals. Relates to #<I>
diff --git a/core/src/main/java/org/testcontainers/utility/ResourceReaper.java b/core/src/main/java/org/testcontainers/utility/ResourceReaper.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/testcontainers/utility/ResourceReaper.java +++ b/core/src/main/java/org/testcontainers/utility/ResourceReaper.java @...
Fix AutoRemove of Ryuk container (#<I>)
diff --git a/lib/sensu/api.rb b/lib/sensu/api.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/api.rb +++ b/lib/sensu/api.rb @@ -302,9 +302,11 @@ module Sensu :occurrences => 1 }.to_json).callback do $redis.set('stash:test/test', '{"key": "value"}').callback do - Thin::Lo...
[testing] fix test scaffolding
diff --git a/src/password/actions.js b/src/password/actions.js index <HASH>..<HASH> 100644 --- a/src/password/actions.js +++ b/src/password/actions.js @@ -228,7 +228,6 @@ function autoSignInError(id, error) { // TODO: proper error message // const errorMessage = l.ui.t(lock, ["error", "signIn", error.error], {cre...
Remove no longer needed console.log debug calls
diff --git a/examples/blesh/main.go b/examples/blesh/main.go index <HASH>..<HASH> 100644 --- a/examples/blesh/main.go +++ b/examples/blesh/main.go @@ -357,6 +357,9 @@ func cmdSub(c *cli.Context) error { if err := doConnect(c); err != nil { return err } + if err := doDiscover(c); err != nil { + return err + } ...
blesh: discover profile before sub fix #<I>
diff --git a/lib/cancan/controller_additions.rb b/lib/cancan/controller_additions.rb index <HASH>..<HASH> 100644 --- a/lib/cancan/controller_additions.rb +++ b/lib/cancan/controller_additions.rb @@ -294,7 +294,7 @@ module CanCan # # class ApplicationController < ActionController::Base # rescue_from...
changing flash[:error] to flash[:alert] in rdocs - closes #<I>
diff --git a/playhouse/sqlite_ext.py b/playhouse/sqlite_ext.py index <HASH>..<HASH> 100644 --- a/playhouse/sqlite_ext.py +++ b/playhouse/sqlite_ext.py @@ -554,6 +554,13 @@ def ClosureTable(model_class, foreign_key=None): return type(name, (BaseClosureTable,), {'Meta': Meta}) +@Node.extend(clone=False) +def dis...
Disqualify index operator for sqlite.
diff --git a/airflow/www/security.py b/airflow/www/security.py index <HASH>..<HASH> 100644 --- a/airflow/www/security.py +++ b/airflow/www/security.py @@ -21,7 +21,7 @@ from flask import g from flask_appbuilder.security.sqla import models as sqla_models from flask_appbuilder.security.sqla.manager import SecurityMana...
[AIRFLOW-<I>] Fix isort problem (#<I>)
diff --git a/moment.js b/moment.js index <HASH>..<HASH> 100644 --- a/moment.js +++ b/moment.js @@ -1409,7 +1409,9 @@ }; for (i in lists) { - makeList(lists[i]); + if (lists.hasOwnProperty(i)) { + makeList(lists[i]); + } } // for use by developers when extending th...
added hasOwnProperty check to lists enumeration
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/ElementHelper.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/ElementHelper.java index <HASH>..<HASH> 100644 --- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/ElementHelper.java +...
Reversed logic of if to place null first CTR
diff --git a/spec/helper.rb b/spec/helper.rb index <HASH>..<HASH> 100644 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -25,10 +25,6 @@ class TimeWithZone end end -def nsjsonserialization_on_other_than_macruby(engine) - engine == 'nsjsonserialization' && !macruby? -end - def jruby? defined?(RUBY_ENGINE) && RUB...
Don't test Oj on JRuby
diff --git a/Kwf_js/Menu/Index.js b/Kwf_js/Menu/Index.js index <HASH>..<HASH> 100644 --- a/Kwf_js/Menu/Index.js +++ b/Kwf_js/Menu/Index.js @@ -191,7 +191,7 @@ Kwf.Menu.Index = Ext2.extend(Ext2.Toolbar, if (result.fullname && result.userSelfControllerUrl) { this.userToolbar.add({ i...
escape username in backend to prevent xss vulnerability
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,9 @@ function Shrinkwrap(options) { ? options.mirrors : false; - this.registry = new Registry({ + this.registry = options.registry instanceof Registry + ? options.registry + : new Registry({ ...
[fix] Allow pre-configured npmjs instances to be passed.
diff --git a/bambi/tests/test_model.py b/bambi/tests/test_model.py index <HASH>..<HASH> 100644 --- a/bambi/tests/test_model.py +++ b/bambi/tests/test_model.py @@ -1,4 +1,4 @@ -import pytest +import pytest, re from bambi.models import Term, Model from bambi.priors import Prior from os.path import dirname, join @@ -38...
Fixed the test of _filter_names It looks like some versions of pymc3 add a trailing '_' to transformed vars and some don't. Mine doesn't but it seems that the travis version does. So for consistency across pymc3 versions, the test strips off any trailing '_' found in the var names. Note that this is purely a test issu...
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java +...
Fixed issue #<I> about polymorphic cluster selection on distributed execution
diff --git a/lib/cm_client.js b/lib/cm_client.js index <HASH>..<HASH> 100644 --- a/lib/cm_client.js +++ b/lib/cm_client.js @@ -1,6 +1,6 @@ var Steam = require('../index.js'); var ByteBuffer = require('bytebuffer'); -var SteamCrypto = require('steam-crypto'); +var SteamCrypto = require('@doctormckay/steam-crypto'); v...
Fixed broken references to steam-crypto
diff --git a/pkg/dns/etcd_dns.go b/pkg/dns/etcd_dns.go index <HASH>..<HASH> 100644 --- a/pkg/dns/etcd_dns.go +++ b/pkg/dns/etcd_dns.go @@ -101,6 +101,15 @@ func (c *coreDNS) list(key string) ([]SrvRecord, error) { } srvRecord.Key = strings.TrimPrefix(string(n.Key), key) srvRecord.Key = strings.TrimSuffix(srvRe...
Skip non-bucket dns entry in federated bucket list (#<I>)
diff --git a/src/Money.php b/src/Money.php index <HASH>..<HASH> 100644 --- a/src/Money.php +++ b/src/Money.php @@ -354,6 +354,8 @@ final class Money implements JsonSerializable /** * @throws InvalidArgumentException if the given $money is zero. + * + * @psalm-return numeric-string */ pub...
Missing numeric-string type in ratioOf
diff --git a/src/android/com/adobe/phonegap/push/PushPlugin.java b/src/android/com/adobe/phonegap/push/PushPlugin.java index <HASH>..<HASH> 100644 --- a/src/android/com/adobe/phonegap/push/PushPlugin.java +++ b/src/android/com/adobe/phonegap/push/PushPlugin.java @@ -138,6 +138,7 @@ public class PushPlugin extends Cordo...
✨🐧 Issue #<I>: Implement Android Oreo Notification badges
diff --git a/spec/unit/transformer_spec.rb b/spec/unit/transformer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/transformer_spec.rb +++ b/spec/unit/transformer_spec.rb @@ -29,6 +29,11 @@ describe Transproc::Transformer do it { expect(klass.container).to eq(container) } it { is_expected.to be_a(::Clas...
Add more tests to Transformer.[]
diff --git a/test/test-79-npm/nightmare/nightmare.meta.js b/test/test-79-npm/nightmare/nightmare.meta.js index <HASH>..<HASH> 100644 --- a/test/test-79-npm/nightmare/nightmare.meta.js +++ b/test/test-79-npm/nightmare/nightmare.meta.js @@ -1,10 +1,10 @@ 'use strict'; module.exports = function (stamp, flags) { - if ...
revoke nightmare from all ci platforms
diff --git a/tasks/engines/fontforge.js b/tasks/engines/fontforge.js index <HASH>..<HASH> 100644 --- a/tasks/engines/fontforge.js +++ b/tasks/engines/fontforge.js @@ -55,9 +55,6 @@ module.exports = function(o, allDone) { else { logger.verbose(chalk.grey('fontforge: ') + line); } - if (line.match(vers...
Do not store fontforge version in options object.
diff --git a/rah_cache.php b/rah_cache.php index <HASH>..<HASH> 100644 --- a/rah_cache.php +++ b/rah_cache.php @@ -112,11 +112,11 @@ class rah_cache { */ public function update_lastmod() { - global $prefs, $rah_cache; + global $rah_cache; if(!empty($rah_cache['path'])) { file_put_contents( - $rah...
Textpattern doesn't update the lastmod value in memory. Need to get the up to date value from the database then.
diff --git a/routes/http.go b/routes/http.go index <HASH>..<HASH> 100644 --- a/routes/http.go +++ b/routes/http.go @@ -24,6 +24,8 @@ var routes = []route{ {"/", controllers.MainHandler}, {"/openidcallback", login.LoginCallbackHandler}, {"/startLogin", login.LoginHandler}, + {"/startTwitchLogin", login.TwitchLogin...
Add routes for twitch authentication.
diff --git a/openquake/risklib/riskinput.py b/openquake/risklib/riskinput.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/riskinput.py +++ b/openquake/risklib/riskinput.py @@ -173,7 +173,8 @@ class EpsilonGetter(object): If the ``asset_correlation`` is 1 the numbers are the same for all assets of the s...
Improved doctest [ci skip]
diff --git a/prow/gerrit/gerrit.go b/prow/gerrit/gerrit.go index <HASH>..<HASH> 100644 --- a/prow/gerrit/gerrit.go +++ b/prow/gerrit/gerrit.go @@ -212,6 +212,8 @@ func (c *Controller) queryProjectChanges(proj string) ([]gerrit.ChangeInfo, erro continue } + logrus.Infof("Change %s, last updated %s", change....
add some more log entries for gerrit
diff --git a/test/basic.js b/test/basic.js index <HASH>..<HASH> 100644 --- a/test/basic.js +++ b/test/basic.js @@ -185,11 +185,13 @@ tape("addon - sample query with an episode", function(t) { t.ok(resp && !isNaN(resp.availability), "has availability"); //t.ok(resp && !isNaN(resp.uploaders), "has uploaders"); + ...
we don't return map now, so fix test
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenSequencer.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/HiddenTokenS...
fixed a regression introduced by the fix for [<I>]
diff --git a/src/resources/messaging.js b/src/resources/messaging.js index <HASH>..<HASH> 100644 --- a/src/resources/messaging.js +++ b/src/resources/messaging.js @@ -122,7 +122,6 @@ class Messaging extends ResourceBase { this.convs = {} this.ecies = ecies this.events = new EventEmitter() - this.unrea...
Convenience method for read status (#<I>)
diff --git a/systems/builder-plugin.js b/systems/builder-plugin.js index <HASH>..<HASH> 100644 --- a/systems/builder-plugin.js +++ b/systems/builder-plugin.js @@ -128,7 +128,7 @@ function builderPlugin(system) { const buildTask = this.state[buildSym][task.index]; if (buildTask.touched === false) { -...
quiet down builder debug a little by pushing new tasks to only 1 io line
diff --git a/src/components/validationMixin.js b/src/components/validationMixin.js index <HASH>..<HASH> 100755 --- a/src/components/validationMixin.js +++ b/src/components/validationMixin.js @@ -116,9 +116,7 @@ export default function validationMixin(strategy) { clearValidations={this.clearValidations} ...
Remove redundant forwarding of children property to wrapped component
diff --git a/core/server/middleware/serve-favicon.js b/core/server/middleware/serve-favicon.js index <HASH>..<HASH> 100644 --- a/core/server/middleware/serve-favicon.js +++ b/core/server/middleware/serve-favicon.js @@ -45,7 +45,7 @@ function serveFavicon() { if (settingsCache.get('icon')) { ...
🐛 correct favicon redirects with subdirectory (#<I>) refs #<I>, #<I> Use our url util `urlFor` to ensure, the redirect includes the subdirectory, if set up.
diff --git a/benchmark.js b/benchmark.js index <HASH>..<HASH> 100644 --- a/benchmark.js +++ b/benchmark.js @@ -309,14 +309,24 @@ run(fileNames.map(function(fileName) { res.on('data', function(chunk) { response += chunk; }).on('end', function() { - // Extract result from <te...
handle errors from Will Peavy's HTML Minifier
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,6 @@ +# encoding: utf-8 + +import io import sys import os.path import setuptools @@ -6,10 +9,10 @@ import setuptools MISC_DIR = "misc" REQUIREMENT_DIR = "requirements" -with open("README.rst") as fp: - long_d...
[ci skip] Update setup.py
diff --git a/tests/test_middleware.py b/tests/test_middleware.py index <HASH>..<HASH> 100644 --- a/tests/test_middleware.py +++ b/tests/test_middleware.py @@ -87,19 +87,21 @@ class BarkMiddlewareTest(unittest2.TestCase): class BarkFilterTest(unittest2.TestCase): + @mock.patch.object(middleware.LOG, 'warn') ...
Test that LOG.warn() isn't called in the no-config case.
diff --git a/src/main/java/com/j256/ormlite/table/TableInfo.java b/src/main/java/com/j256/ormlite/table/TableInfo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/table/TableInfo.java +++ b/src/main/java/com/j256/ormlite/table/TableInfo.java @@ -136,11 +136,11 @@ public class TableInfo<T, ID> { ...
Turned this into case insenstive field match.
diff --git a/stellar/command.py b/stellar/command.py index <HASH>..<HASH> 100644 --- a/stellar/command.py +++ b/stellar/command.py @@ -4,6 +4,7 @@ import hashlib import uuid import os import sys +from time import sleep from sqlalchemy.exc import ProgrammingError @@ -130,10 +131,14 @@ class CommandApp(object): ...
Wait if backgroud process is still working
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -28,6 +28,7 @@ gulp.task('lint', function () { * Task to run mocha tests */ gulp.task('mocha', function () { + require('./').settings.ENTITIESPATH = '../../../tests/unit/back/models/'; return gulp.src(path...
improvements on ENTITIESPATH
diff --git a/lib/fog/bin.rb b/lib/fog/bin.rb index <HASH>..<HASH> 100644 --- a/lib/fog/bin.rb +++ b/lib/fog/bin.rb @@ -3,7 +3,7 @@ require 'fog/core/credentials' module Fog class << self def available_providers - @available_providers ||= Fog.providers.values.select {|provider| Kernel.const_get(provider).a...
make available check in bin resilient to nil
diff --git a/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardApacheConnectorTest.java b/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardApacheConnectorTest.java index <HASH>..<HASH> 100644 --- a/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardApacheConnectorTest.java +++ b/d...
Remove @Ignore from DropwizardApacheConnectorTest
diff --git a/getmac/getmac.py b/getmac/getmac.py index <HASH>..<HASH> 100644 --- a/getmac/getmac.py +++ b/getmac/getmac.py @@ -8,7 +8,7 @@ try: except ImportError: DEVNULL = open(os.devnull, 'wb') # Py2 -__version__ = '0.2.2' +__version__ = '0.2.3' DEBUG = False PY2 = sys.version_info[0] == 2 @@ -187,6 +18...
Fix Windows remote host on Python 3 - In Python 3, the ctypes method for getting the MAC of a remote host would fail. This was caused by the host being implicitly encoded to bytes in Python 2, but not in 3. Fixes #7
diff --git a/lib/drizzlepac/astrodrizzle.py b/lib/drizzlepac/astrodrizzle.py index <HASH>..<HASH> 100644 --- a/lib/drizzlepac/astrodrizzle.py +++ b/lib/drizzlepac/astrodrizzle.py @@ -250,8 +250,8 @@ def run(configobj, wcsmap=None): image.clean() image.close() - del imgObjList ...
Fixed a bug in astrodrizzle that affects clean up after a successful run. git-svn-id: <URL>
diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb index <HASH>..<HASH> 100755 --- a/lib/solargraph/api_map.rb +++ b/lib/solargraph/api_map.rb @@ -493,6 +493,11 @@ module Solargraph meths += yard_map.get_instance_methods('Module') end end + if namespace == '' and root ...
Infer return types from domain (DSL) methods.
diff --git a/examples/java/com/ibm/watson/developer_cloud/document_conversion/v1/DocumentConversionExample.java b/examples/java/com/ibm/watson/developer_cloud/document_conversion/v1/DocumentConversionExample.java index <HASH>..<HASH> 100644 --- a/examples/java/com/ibm/watson/developer_cloud/document_conversion/v1/Docum...
Removes the token from the example since the persistence uses it differently
diff --git a/source/rafcon/gui/helpers/state.py b/source/rafcon/gui/helpers/state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/helpers/state.py +++ b/source/rafcon/gui/helpers/state.py @@ -115,6 +115,7 @@ def save_selected_state_as(): storage.save_state_machine_to_path(sm_m.state_machine, base_pa...
Add warning if no path is selected in dialog
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -179,13 +179,6 @@ copy.base = function copyBase(src, dest, opts) { */ function rewrite(fp, dest, options) { - // options = options || {}; - // if (options.flatten) { - // dest = path.basename(dest); - // } - // if ...
clean up before updating rewrite logic
diff --git a/src/Klein/Klein.php b/src/Klein/Klein.php index <HASH>..<HASH> 100644 --- a/src/Klein/Klein.php +++ b/src/Klein/Klein.php @@ -457,15 +457,10 @@ class Klein if ($_route === '*') { $match = true; - } elseif ($_route === '404' && !$matched && count($methods_matched) ...
Merging the logic of the <I> and <I> handlers
diff --git a/changelog.rb b/changelog.rb index <HASH>..<HASH> 100755 --- a/changelog.rb +++ b/changelog.rb @@ -56,7 +56,7 @@ end arg_from = args["<from-commit>"] arg_to = args["<to-commit>"] -use_markdown = args["--md"] != nil +use_markdown = args["--md"] # Find if we're operating on tags tag_from = tagWithName...
fix(arguments): arguments for output formats now work correctly * fix: the output format is not stuck to `md` anymore and defaults to `slack`
diff --git a/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalKMeans.java b/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalKMeans.java index <HASH>..<HASH> 100644 --- a/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalKMeans.java +++ b/elki-clusteri...
Repair spherical kmeans on unnormalized data.
diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index <HASH>..<HASH> 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1232,14 +1232,8 @@ success: function (res) { res = calculateObjectValue(that.options, that.options.responseHandler, [res], res); - ...
Fix #<I>: load method support pagination.
diff --git a/pghoard/restore.py b/pghoard/restore.py index <HASH>..<HASH> 100644 --- a/pghoard/restore.py +++ b/pghoard/restore.py @@ -7,6 +7,7 @@ See LICENSE for details from __future__ import print_function from .common import lzma_decompressor, lzma_open_read, default_log_format_str from .errors import Error +fro...
create_recovery_conf: properly quote recovery.conf entries Use psycopg2.extensions.adapt to properly quote the primary_conninfo and trigger_file entries in the generated recovery.conf. Previously any callers had to make sure they passed in a quoted form (including enclosing quotes) of the connection string.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ module.exports = function renameOverwrite (oldPath, newPath) { case 'EEXIST': return rimraf(newPath) .then(() => rename(oldPath, newPath)) - // weird Windows shit + ...
refactor: better language in comments
diff --git a/test/test-server-metadata.js b/test/test-server-metadata.js index <HASH>..<HASH> 100644 --- a/test/test-server-metadata.js +++ b/test/test-server-metadata.js @@ -7,6 +7,9 @@ var exec = require('child_process').exec; var path = require('path'); var util = require('util'); +// TODO: convert to tap test a...
test: mark test-server-metadata for tap@1 This is the last test that is incompatible with tap@1, mainly due to the lack of any TAP compliant output and in its place a bunch of TAP-like noise that is mistaken for unplanned nested tests. See isaacs/node-tap#<I>
diff --git a/internal/terraform/node_resource_abstract.go b/internal/terraform/node_resource_abstract.go index <HASH>..<HASH> 100644 --- a/internal/terraform/node_resource_abstract.go +++ b/internal/terraform/node_resource_abstract.go @@ -143,12 +143,17 @@ func (n *NodeAbstractResource) References() []*addrs.Reference ...
collect references from replace_triggered_by The replace_triggered_by expressions create edges in the graph, so must be returned in the References method.
diff --git a/core/src/test/java/tech/tablesaw/filters/TimeDependentFilteringTest.java b/core/src/test/java/tech/tablesaw/filters/TimeDependentFilteringTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/tech/tablesaw/filters/TimeDependentFilteringTest.java +++ b/core/src/test/java/tech/tablesaw/filters/TimeD...
Remove unused variables (#<I>)
diff --git a/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java b/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java +++ b/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java @@ -819,8...
Always removing relationship field (also if it has a null null) as it should never be part of attributes (#<I>)
diff --git a/js/okex.js b/js/okex.js index <HASH>..<HASH> 100644 --- a/js/okex.js +++ b/js/okex.js @@ -1314,7 +1314,7 @@ module.exports = class okex extends Exchange { 'datetime': this.iso8601 (timestamp), }); } - return rates; + return this.sortBy (rates, 'timestamp...
okex-sort-fundingRate
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,12 @@ For full docs visit https://docs.bigchaindb.com """ from setuptools import setup, find_packages +import sys +if sys.version_info < (3, 6): + sys.exit('Please use Python version 3.6 or higher.') + # ge...
Problem: Python version not check before running (#<I>) (#<I>) Solution: Check python version
diff --git a/src/inner-slider.js b/src/inner-slider.js index <HASH>..<HASH> 100644 --- a/src/inner-slider.js +++ b/src/inner-slider.js @@ -368,7 +368,9 @@ export class InnerSlider extends React.Component { window.ontouchmove = null } swipeStart = (e) => { - this.disableBodyScroll() + if (this.props.ver...
fixed bug related to vertical body scroll while swiping
diff --git a/ndio/remote/boss/tests/int_test_group.py b/ndio/remote/boss/tests/int_test_group.py index <HASH>..<HASH> 100644 --- a/ndio/remote/boss/tests/int_test_group.py +++ b/ndio/remote/boss/tests/int_test_group.py @@ -59,8 +59,6 @@ class ProjectGroupTest(unittest.TestCase): self.existing_grp_name = 'int_t...
Moved creation of test group. No need to create test group in setUpClass().
diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index <HASH>..<HASH> 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -352,7 +352,7 @@ describe('browser-window module', function () { describe('BrowserWindow.setContentBounds(bounds)', function () {...
Use same position as setPosition test
diff --git a/src/Strategy/PrivateCacheStrategy.php b/src/Strategy/PrivateCacheStrategy.php index <HASH>..<HASH> 100644 --- a/src/Strategy/PrivateCacheStrategy.php +++ b/src/Strategy/PrivateCacheStrategy.php @@ -11,6 +11,19 @@ use Kevinrob\GuzzleCache\Storage\DoctrineCacheWrapper; use Psr\Http\Message\RequestInterface;...
Add PHPDoc for PrivateCacheStrategy
diff --git a/tunable/tunablemanager.py b/tunable/tunablemanager.py index <HASH>..<HASH> 100644 --- a/tunable/tunablemanager.py +++ b/tunable/tunablemanager.py @@ -349,8 +349,9 @@ class TunableManager(object): parser.add_argument(*register['save'], type=str, action=SaveTunablesAction) @classmethod - ...
made tunable load conditionally reset the state