diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/Tests/ServiceRepositoryTest.php b/Tests/ServiceRepositoryTest.php index <HASH>..<HASH> 100644 --- a/Tests/ServiceRepositoryTest.php +++ b/Tests/ServiceRepositoryTest.php @@ -48,7 +48,7 @@ class ServiceRepositoryTest extends TestCase $container->registerExtension($extension); $extension->l...
Changed pdo_mysql dependency to pdo_sqlite
diff --git a/nats/js/client.py b/nats/js/client.py index <HASH>..<HASH> 100644 --- a/nats/js/client.py +++ b/nats/js/client.py @@ -922,7 +922,7 @@ class JetStreamContext(JetStreamManager): req_subject = f"{self._prefix}.STREAM.MSG.GET.{stream_name}" req = {'last_by_subj': subject} data = json...
Fix incorrect timeout propagation This commit adds timeout propagation on key value get operation.
diff --git a/bin/release.py b/bin/release.py index <HASH>..<HASH> 100755 --- a/bin/release.py +++ b/bin/release.py @@ -190,6 +190,7 @@ def checkInMaven2Repo(version, workingDir): mod_dir = settings[local_mvn_repo_dir_key] + "/" + getModuleName(p) if not is_in_svn(mod_dir): newmodules.append(mod_dir) + ...
Added more msgs
diff --git a/src/Asana.php b/src/Asana.php index <HASH>..<HASH> 100644 --- a/src/Asana.php +++ b/src/Asana.php @@ -667,9 +667,7 @@ class Asana */ public function getCustomFields($workspaceId = null) { - if (is_null($workspaceId)) { - $workspaceId = $this->defaultWorkspaceId; - } + ...
use ternary operator instead of if statement
diff --git a/projects/samskivert/src/java/com/samskivert/util/SortableArrayList.java b/projects/samskivert/src/java/com/samskivert/util/SortableArrayList.java index <HASH>..<HASH> 100644 --- a/projects/samskivert/src/java/com/samskivert/util/SortableArrayList.java +++ b/projects/samskivert/src/java/com/samskivert/util/...
There have been so many bugs caused by _elements being allowed to be null. Fixed another. git-svn-id: <URL>
diff --git a/src/oj.js b/src/oj.js index <HASH>..<HASH> 100644 --- a/src/oj.js +++ b/src/oj.js @@ -38,7 +38,7 @@ oj.version = '0.2.2' - oj.isClient = !(typeof process !== "undefined" && process !== null ? process.versions != null ? process.versions.node : 0 : 0) + oj.isClient = !(typeof process !== _udf && pro...
Replaced two instances of `"undefined"` with `_udf`
diff --git a/bases.go b/bases.go index <HASH>..<HASH> 100644 --- a/bases.go +++ b/bases.go @@ -45,6 +45,10 @@ func NewHandler( } } +func (h *Handler) LogTime(logger *logrus.Entry, start time.Time) { + LogTime(logger, "Handler building", start) +} + func NewController( c *viper.Viper, l *logrus.Entry,
LogTime method added on handlers.
diff --git a/test/integration/tx/transactions.js b/test/integration/tx/transactions.js index <HASH>..<HASH> 100644 --- a/test/integration/tx/transactions.js +++ b/test/integration/tx/transactions.js @@ -179,6 +179,8 @@ describe('Send Transactions', function () { this.timeout(config.timeout) describe('Bitcoin - ...
Import and fund ledger and bitcoinjs addresses in tests
diff --git a/project_generator/tool.py b/project_generator/tool.py index <HASH>..<HASH> 100644 --- a/project_generator/tool.py +++ b/project_generator/tool.py @@ -50,7 +50,7 @@ class ToolsSupported: 'toolchain': 'gcc_arm', 'toolnames': ['coide'], 'exporter': Coide, - 'b...
Coide - bugfix builder - should inherit and not implement it
diff --git a/src/main/java/org/minimalj/backend/db/DbBackend.java b/src/main/java/org/minimalj/backend/db/DbBackend.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/minimalj/backend/db/DbBackend.java +++ b/src/main/java/org/minimalj/backend/db/DbBackend.java @@ -1,5 +1,6 @@ package org.minimalj.backend.db; +...
DbBackend: only create tables in derby db if the file not yet exists
diff --git a/lib/clash/tests.rb b/lib/clash/tests.rb index <HASH>..<HASH> 100644 --- a/lib/clash/tests.rb +++ b/lib/clash/tests.rb @@ -114,6 +114,7 @@ module Clash def read_config # Find the config file (fall back to legacy filename) if path = config_path || config_path('.clash.yml') + read_...
Clash config file defaults to looking in test directory
diff --git a/tests/Integration/PersistedDataTest.php b/tests/Integration/PersistedDataTest.php index <HASH>..<HASH> 100644 --- a/tests/Integration/PersistedDataTest.php +++ b/tests/Integration/PersistedDataTest.php @@ -89,7 +89,7 @@ class PersistedDataTest extends IntegrationTestCase // Assertions $th...
Fix test that was breaking on CI
diff --git a/core/common/webpack_rules.js b/core/common/webpack_rules.js index <HASH>..<HASH> 100644 --- a/core/common/webpack_rules.js +++ b/core/common/webpack_rules.js @@ -402,8 +402,8 @@ module.exports = ( config ) => { include: [ path.resolve( inlineNodeModules, 'ansi-regex'), pa...
fix: android 4x & ie9 + compatibility for yarn
diff --git a/src/language/CSSUtils.js b/src/language/CSSUtils.js index <HASH>..<HASH> 100644 --- a/src/language/CSSUtils.js +++ b/src/language/CSSUtils.js @@ -810,7 +810,7 @@ define(function (require, exports, module) { if (token === "}" && !currentSelector) { return false; ...
Fix the issue of last property with no ';' causing runaway nested rule.
diff --git a/tests/EseyeTest.php b/tests/EseyeTest.php index <HASH>..<HASH> 100644 --- a/tests/EseyeTest.php +++ b/tests/EseyeTest.php @@ -57,6 +57,9 @@ class EseyeTest extends PHPUnit_Framework_TestCase // Remove caching $configuration->cache = NullCache::class; + // Force ESI data-source to...
tests: switch test data-source to singularity
diff --git a/Model/Api.php b/Model/Api.php index <HASH>..<HASH> 100644 --- a/Model/Api.php +++ b/Model/Api.php @@ -428,7 +428,7 @@ class Api 'Accept: application/json' ]; - if($method == \Zend_Http_Client::POST || $method == \Zend_Http_Client::PUT) { + if($method == \Zend_Http_Clie...
Fixed snippet upload bug when uploading for the 1st time
diff --git a/chai-immutable.js b/chai-immutable.js index <HASH>..<HASH> 100644 --- a/chai-immutable.js +++ b/chai-immutable.js @@ -53,9 +53,7 @@ this.assert( size === 0, 'expected #{this} to be empty but got size #{act}', - 'expected #{this} to not be empty', - ...
Remove unnecessary assert params to the empty assertion
diff --git a/lib/textbringer/buffer.rb b/lib/textbringer/buffer.rb index <HASH>..<HASH> 100644 --- a/lib/textbringer/buffer.rb +++ b/lib/textbringer/buffer.rb @@ -606,7 +606,7 @@ module Textbringer end_of_line forward_char s = @point - while !end_of_buffer? && byte_after != "\n" && + ...
Use beginning_of_line? and end_of_line?.
diff --git a/test/main.js b/test/main.js index <HASH>..<HASH> 100644 --- a/test/main.js +++ b/test/main.js @@ -46,12 +46,11 @@ describe('gulp-flatten', function () { }); it('should emit arg error with nonstring option', function (done) { - var stream = flatten(123); + var stream = flatten({newPath...
tests now passes on node 9.x.x
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages -install_requires = ['PyMySQL<=0.6.4'] +install_requires = ['PyMySQL<=0.6.6'] PY_VER = sys.version_info
bump supported pymysql version
diff --git a/greenhouse/__init__.py b/greenhouse/__init__.py index <HASH>..<HASH> 100644 --- a/greenhouse/__init__.py +++ b/greenhouse/__init__.py @@ -4,5 +4,4 @@ from greenhouse.scheduler import * from greenhouse.utils import * from greenhouse.pool import * from greenhouse.io import * -from greenhouse.scheduler imp...
clean out references to the old exception machinery in greenhouse/__init__.py and test_scheduler.py
diff --git a/juju/jasyncio.py b/juju/jasyncio.py index <HASH>..<HASH> 100644 --- a/juju/jasyncio.py +++ b/juju/jasyncio.py @@ -24,6 +24,9 @@ import asyncio import signal import functools import websockets +import logging + +ROOT_LOGGER = logging.getLogger() from asyncio import Event, TimeoutError, Queue, ensure_f...
Fix for small bug in task handling Fixes #<I>
diff --git a/lakeside/__init__.py b/lakeside/__init__.py index <HASH>..<HASH> 100755 --- a/lakeside/__init__.py +++ b/lakeside/__init__.py @@ -40,7 +40,7 @@ def get_devices(username, password): info = r.json() for item in info['items']: - devices.append({'address': item['device']['wifi']['lan_ip_addr...
Provide the device name and bump to <I>
diff --git a/src/nu/validator/servlet/VerifierServletTransaction.java b/src/nu/validator/servlet/VerifierServletTransaction.java index <HASH>..<HASH> 100644 --- a/src/nu/validator/servlet/VerifierServletTransaction.java +++ b/src/nu/validator/servlet/VerifierServletTransaction.java @@ -1226,7 +1226,7 @@ class VerifierS...
Prevent NPE caused by previous commit
diff --git a/lib/dialects/http.js b/lib/dialects/http.js index <HASH>..<HASH> 100644 --- a/lib/dialects/http.js +++ b/lib/dialects/http.js @@ -31,9 +31,6 @@ function INIT(options) { function httpRequest(operation) { var self = this return function(req, resp) { - if (!~ self._allowedJobTypes.indexOf(req.params...
Fix bug if bad job-type passed to HTTP dialect
diff --git a/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceRequestWrapper.java b/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceRequestWrapper.java index <HASH>..<HASH> 100644 --- a/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceRequestWrapper.java +++ b/s...
PAXWEB-<I> Handle Authentication type in first phase. Remote User will follow.
diff --git a/playitagainsam/eventlog.py b/playitagainsam/eventlog.py index <HASH>..<HASH> 100644 --- a/playitagainsam/eventlog.py +++ b/playitagainsam/eventlog.py @@ -52,15 +52,6 @@ class EventLog(object): # Collapse consecutive writes into a single chunk. if self.events[-1]["act"] == ...
Remove code for collapsing backspaces, it no longer works. This will have to be redone in a more clever way, possibly as a separate "filter" pass during write.
diff --git a/raiden/network/proxies/secret_registry.py b/raiden/network/proxies/secret_registry.py index <HASH>..<HASH> 100644 --- a/raiden/network/proxies/secret_registry.py +++ b/raiden/network/proxies/secret_registry.py @@ -151,7 +151,6 @@ class SecretRegistry: estimated_transaction = self.client.estimate_g...
bugfix: receit was always none
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -21,7 +21,7 @@ class PublicationServer { * to. * @param {Object} server The HTTP server to allow Primus to listen on. */ - constructor({authFn, mountPath, errHandler, server} = {}) { + construc...
Add the option for a configurable transformer
diff --git a/container/api/src/main/java/org/wildfly/swarm/container/Container.java b/container/api/src/main/java/org/wildfly/swarm/container/Container.java index <HASH>..<HASH> 100644 --- a/container/api/src/main/java/org/wildfly/swarm/container/Container.java +++ b/container/api/src/main/java/org/wildfly/swarm/contai...
Logstash fraction test but not a super great one.
diff --git a/pyemma/coordinates/tests/test_featurereader.py b/pyemma/coordinates/tests/test_featurereader.py index <HASH>..<HASH> 100644 --- a/pyemma/coordinates/tests/test_featurereader.py +++ b/pyemma/coordinates/tests/test_featurereader.py @@ -90,8 +90,8 @@ class TestFeatureReader(unittest.TestCase): # re...
[tests] fixed bug in test_featurereader
diff --git a/yaks/lib/yaks.rb b/yaks/lib/yaks.rb index <HASH>..<HASH> 100644 --- a/yaks/lib/yaks.rb +++ b/yaks/lib/yaks.rb @@ -23,8 +23,8 @@ require 'yaks/errors' require 'yaks/default_policy' module Yaks - # A PORO - Undefined = Object.new + Undefined = Module.new.freeze + # Set the Root constant as the gems...
Make Yaks::Undefined look like "Undefined" when inspected, instead of #<Object...>
diff --git a/lib/mail/network/delivery_methods/smtp.rb b/lib/mail/network/delivery_methods/smtp.rb index <HASH>..<HASH> 100644 --- a/lib/mail/network/delivery_methods/smtp.rb +++ b/lib/mail/network/delivery_methods/smtp.rb @@ -88,8 +88,8 @@ module Mail :openssl_verify_mode => nil, :ssl =...
Add default timeouts for SMTP I get lots of reports of "stuck" Sidekiq jobs due to email delivery. SMTP servers in the wild are notoriously unreliable, e.g. spam honeypots can leave TCP connections lingering. We need network connection timeouts by default.
diff --git a/src/DebuggerManager.php b/src/DebuggerManager.php index <HASH>..<HASH> 100644 --- a/src/DebuggerManager.php +++ b/src/DebuggerManager.php @@ -3,9 +3,9 @@ namespace Recca0120\LaravelTracy; use ErrorException; -use Exception; use Illuminate\Contracts\Routing\UrlGenerator; use Illuminate\Support\Arr; +u...
Fixed wrong type hint of DebuggerManager::exceptionHandler() * this is essential for laravel 7
diff --git a/tasks/version_build.js b/tasks/version_build.js index <HASH>..<HASH> 100644 --- a/tasks/version_build.js +++ b/tasks/version_build.js @@ -111,7 +111,6 @@ module.exports = function (grunt) { // Stage and commit to a branch function gitCommit () { - var status = shelljs.exec('git status --po...
Remove single use var to make code style consistant
diff --git a/spec/requests/as_account/channel_spec.rb b/spec/requests/as_account/channel_spec.rb index <HASH>..<HASH> 100644 --- a/spec/requests/as_account/channel_spec.rb +++ b/spec/requests/as_account/channel_spec.rb @@ -79,16 +79,19 @@ describe Yt::Channel, :device_app do it { expect(channel.videos.where(char...
Add missing spec for b<I>aac<I> When the order is *not* by date, only the first <I> videos can be retrieved, since YouTube does not provide a way to paginate beyond that limit.
diff --git a/salt/states/boto_secgroup.py b/salt/states/boto_secgroup.py index <HASH>..<HASH> 100644 --- a/salt/states/boto_secgroup.py +++ b/salt/states/boto_secgroup.py @@ -376,7 +376,7 @@ def _rules_present( _source_group_name = rule.get('source_group_name', None) if _source_group_name: ...
One last bug to squash. Seriously. It's the last one. Ever! - fixed param vpc_id being passed where vpc_name was intended.
diff --git a/src/Sylius/Component/Core/spec/Taxation/OrderShipmentTaxesByZoneApplicatorSpec.php b/src/Sylius/Component/Core/spec/Taxation/OrderShipmentTaxesByZoneApplicatorSpec.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Component/Core/spec/Taxation/OrderShipmentTaxesByZoneApplicatorSpec.php +++ b/src/Sylius/Compo...
Use the Argument::cetera to match every adjustment factory createWithData method call in the OrderShipmentTaxesByZoneApplicatorSpec.
diff --git a/shellish/layout/table.py b/shellish/layout/table.py index <HASH>..<HASH> 100644 --- a/shellish/layout/table.py +++ b/shellish/layout/table.py @@ -119,9 +119,13 @@ class Table(object): False to disable this behavior but be warned the table will not look good. """ self.title = titl...
Freeze and iterate through table configurations. Grab the headers, columns and accessors definitions at init time and put them into frozen tuples. This lets us grab Sequence type definitions and protects us from being corrupted should the user modify these datastructures after they are passed in to the table code.
diff --git a/spec/integration/migration_spec.rb b/spec/integration/migration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/migration_spec.rb +++ b/spec/integration/migration_spec.rb @@ -54,15 +54,20 @@ describe "A Migration" do end adapter = DataMapper::Spec.adapter_name - expected_module = ...
More robust checks before checking module inclusion Specs for in_memory and yaml still fail, but at least they're running now. Previously they bailed out immediately because of calling [] (lambda.call) on nil. This (like many other dm-migrations specs) looks kinda weird and will probably be refactored soonish
diff --git a/Services/Navitia.php b/Services/Navitia.php index <HASH>..<HASH> 100644 --- a/Services/Navitia.php +++ b/Services/Navitia.php @@ -199,6 +199,8 @@ class Navitia public function getRouteStopPoints($perimeter, $externalRouteId) { $pathFilter = 'networks/'.$perimeter->getExternalNetworkId()....
added from_datetime to route_schedules call
diff --git a/libraries/joomla/utilities/simplecrypt.php b/libraries/joomla/utilities/simplecrypt.php index <HASH>..<HASH> 100644 --- a/libraries/joomla/utilities/simplecrypt.php +++ b/libraries/joomla/utilities/simplecrypt.php @@ -43,10 +43,7 @@ class JSimpleCrypt } // Build the JCryptKey object. - $key = new ...
Fix minor problem in JSimpleCrypt.
diff --git a/sphinxcontrib/swaggerdoc/swaggerv2_doc.py b/sphinxcontrib/swaggerdoc/swaggerv2_doc.py index <HASH>..<HASH> 100644 --- a/sphinxcontrib/swaggerdoc/swaggerv2_doc.py +++ b/sphinxcontrib/swaggerdoc/swaggerv2_doc.py @@ -7,6 +7,7 @@ from past.builtins import basestring from sphinx.locale import _ +from six.m...
Support references to locally referenced swagger documents. resolves unaguil/sphinx-swaggerdoc#<I>
diff --git a/client.py b/client.py index <HASH>..<HASH> 100644 --- a/client.py +++ b/client.py @@ -180,7 +180,8 @@ def get_screenshots(s, job_id, res_dir=None): _mkdir(output_dir) else: new_direcory = os.path.join(output_dir, res_dir) - _mkdir(new_direcory) + out...
modify output for saving screens - now it depend from file config name
diff --git a/scripts/python/startSwarm.py b/scripts/python/startSwarm.py index <HASH>..<HASH> 100755 --- a/scripts/python/startSwarm.py +++ b/scripts/python/startSwarm.py @@ -2,10 +2,10 @@ # Start netplugin and netmaster import api.tnode -import time -import sys -import os import argparse +import os +import re +im...
Add extra validation check for v2plugin (#<I>) * Add extra validation check for v2plugin Currently, demo-v2plugin doesn't check if contiv is installed and enabled. This patchset is to check if v2plugin is installed and enabled at the end of the installation
diff --git a/edx_rest_api_client/client.py b/edx_rest_api_client/client.py index <HASH>..<HASH> 100644 --- a/edx_rest_api_client/client.py +++ b/edx_rest_api_client/client.py @@ -20,7 +20,7 @@ ACCESS_TOKEN_EXPIRED_THRESHOLD_SECONDS = 5 # How long should we wait to connect to the auth service. # https://requests.readt...
Make sure oauth requests do not timeout during read The previous default timeout of 1s was causing issues in communication between services, in particular when the server was under load. This timeout is configurable by passing a `timeout=...` keyword argument to the OAuthClient constructor; but that requires patching ...
diff --git a/test/test_socks.py b/test/test_socks.py index <HASH>..<HASH> 100644 --- a/test/test_socks.py +++ b/test/test_socks.py @@ -738,7 +738,7 @@ class SocksErrorTests(unittest.TestCase): self.assertEquals(error.message, message) self.assertEquals(str(error), message) - def test_socks_error_...
Make method names of the `SocksErrorTests` consistent
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ module.exports = function(app, dcPath) { dcFile, 'run', '--service-ports', + '--rm', app, cmd ].join(' ');
[#3] add the --rm option to remove containers on exit
diff --git a/lib/platform.rb b/lib/platform.rb index <HASH>..<HASH> 100644 --- a/lib/platform.rb +++ b/lib/platform.rb @@ -59,52 +59,4 @@ module Ronin end end - - class Linux < Platform - - def initialize(version,arch) - super('Linux',version,arch) - end - - end - - class FreeBSD < Platform - - ...
* Removed extra-classes.
diff --git a/src/Illuminate/Database/Eloquent/Builder.php b/src/Illuminate/Database/Eloquent/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Eloquent/Builder.php +++ b/src/Illuminate/Database/Eloquent/Builder.php @@ -34,8 +34,8 @@ class Builder { * @var array */ protected $passthru = array...
Pass getBindings through to querybuilder
diff --git a/lib/yap/shell/version.rb b/lib/yap/shell/version.rb index <HASH>..<HASH> 100644 --- a/lib/yap/shell/version.rb +++ b/lib/yap/shell/version.rb @@ -1,5 +1,5 @@ module Yap module Shell - VERSION = "0.4.6" + VERSION = "0.4.7" end end
Bumping version to <I>
diff --git a/aviator.js b/aviator.js index <HASH>..<HASH> 100644 --- a/aviator.js +++ b/aviator.js @@ -436,7 +436,7 @@ Navigator.prototype = { pathname, uri; - if (ev.metaKey || ev.ctrlKey) return; + if (ev.button === 1 || ev.metaKey || ev.ctrlKey) return; // Sub optimal. It itererates ...
Rebuild the aviator.js file
diff --git a/src/main/java/common/CharsetDetector.java b/src/main/java/common/CharsetDetector.java index <HASH>..<HASH> 100644 --- a/src/main/java/common/CharsetDetector.java +++ b/src/main/java/common/CharsetDetector.java @@ -1,5 +1,26 @@ package common; +/*- + * #%L + * FOKProjects Common + * %% + * Copyright (C) ...
Added the license header to the new class
diff --git a/scripts/run_pylint.py b/scripts/run_pylint.py index <HASH>..<HASH> 100644 --- a/scripts/run_pylint.py +++ b/scripts/run_pylint.py @@ -51,6 +51,8 @@ TEST_DISABLED_MESSAGES = [ 'import-error', 'invalid-name', 'missing-docstring', + 'missing-raises-doc', + 'missing-returns-doc', 'no-...
Update disabled messages from new pylint.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( packages=find_packages(), - install_requires=['aioredis'], + install_requires=['aioredis', 'attrs'], setup_requires=['pytest-runner'], tests_require=['pytest', 'pytest-asyncio', '...
Adding attrs to requirements in setup.py
diff --git a/fundingmanager_test.go b/fundingmanager_test.go index <HASH>..<HASH> 100644 --- a/fundingmanager_test.go +++ b/fundingmanager_test.go @@ -166,7 +166,7 @@ func createTestWallet(cdb *channeldb.DB, netParams *chaincfg.Params, ChainIO: bio, FeeEstimator: estimator, NetParams: ...
fundingmanager_test: use renamed defaultBtcChannelConstraints const
diff --git a/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java b/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java +++ b/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java @@ -79,15 +79,6 @@ public class FFmpegExecuto...
Minor change to FFmpegExecutorTest to not loop while waiting.
diff --git a/build/build.transforms.js b/build/build.transforms.js index <HASH>..<HASH> 100644 --- a/build/build.transforms.js +++ b/build/build.transforms.js @@ -10,7 +10,7 @@ const { writeFile } = require('./build.utils') function relative (name) { - return path.relative(root, name) + return path.relative(roo...
Fix build of imports file to use unix separator (#<I>)
diff --git a/Model/Service/CallbackService.php b/Model/Service/CallbackService.php index <HASH>..<HASH> 100755 --- a/Model/Service/CallbackService.php +++ b/Model/Service/CallbackService.php @@ -170,11 +170,12 @@ class CallbackService { // Update order status $order->setStatus($this->g...
Order email fix Fixed an issue creating a double confirmation email with Frames.
diff --git a/internal/validate/schema_props.go b/internal/validate/schema_props.go index <HASH>..<HASH> 100644 --- a/internal/validate/schema_props.go +++ b/internal/validate/schema_props.go @@ -180,12 +180,3 @@ func (s *schemaPropsValidator) Validate(data interface{}) *Result { mainResult.Inc() return mainResult ...
fixes #<I> separate listener creation from serving
diff --git a/src/components/input/QInput.js b/src/components/input/QInput.js index <HASH>..<HASH> 100644 --- a/src/components/input/QInput.js +++ b/src/components/input/QInput.js @@ -29,11 +29,12 @@ export default { decimals: Number, step: Number, upperCase: Boolean, - lowerCase: Boolean + lowerCas...
Allow password to be shown by default (#<I>) * Allow password to be shown by default Usage `<q-input v-model="user.password" type="password" :show-password="true" float-label="Password" />` this change will allow a password field and show/hide icon to be visible by default. This might be good for an admin panel...
diff --git a/pipeline/compress/compress.go b/pipeline/compress/compress.go index <HASH>..<HASH> 100644 --- a/pipeline/compress/compress.go +++ b/pipeline/compress/compress.go @@ -44,9 +44,9 @@ func create(system, arch string, config config.ProjectConfig) error { gw := gzip.NewWriter(file) tw := tar.NewWriter(gw) ...
Reorder `defer`'d closers Commit <URL> whereby the tarball is closed before data is completely written, thus breaking the release package
diff --git a/go/porcelain/site.go b/go/porcelain/site.go index <HASH>..<HASH> 100644 --- a/go/porcelain/site.go +++ b/go/porcelain/site.go @@ -51,12 +51,15 @@ func (n *Netlify) CreateSite(ctx context.Context, site *models.Site, configureDN } // UpdateSite modifies an existent site. -func (n *Netlify) UpdateSite(ctx...
Make site update to return the updated site. So we can show up to date settings.
diff --git a/extensions/waitForSelector/waitForSelector.js b/extensions/waitForSelector/waitForSelector.js index <HASH>..<HASH> 100644 --- a/extensions/waitForSelector/waitForSelector.js +++ b/extensions/waitForSelector/waitForSelector.js @@ -4,15 +4,23 @@ /* global document: true */ 'use strict'; -exports.version ...
waitForSelector: use phantomas.spyEnabled()
diff --git a/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/tomcat/TomcatMetrics.java b/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/tomcat/TomcatMetrics.java index <HASH>..<HASH> 100644 --- a/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/tomcat/TomcatMetri...
Add Javadoc since to TomcatMetrics.setJmxDomain() (#<I>)
diff --git a/bhmm/estimators/maximum_likelihood.py b/bhmm/estimators/maximum_likelihood.py index <HASH>..<HASH> 100644 --- a/bhmm/estimators/maximum_likelihood.py +++ b/bhmm/estimators/maximum_likelihood.py @@ -278,6 +278,10 @@ class MaximumLikelihoodEstimator(object): C = np.zeros((self._nstates, self._nstate...
[estimators.MaximumLikelihoodEstimator] fix count matrix summation for numbers < 1e-<I> Disconnected 2 state system could not detect disconnected T matrix but instead returned implied timescales = inf and T matrix off diagonal entries ~1e-<I>. Cf. <URL>
diff --git a/modules/Cockpit/AuthController.php b/modules/Cockpit/AuthController.php index <HASH>..<HASH> 100755 --- a/modules/Cockpit/AuthController.php +++ b/modules/Cockpit/AuthController.php @@ -20,7 +20,7 @@ class AuthController extends \LimeExtra\Controller { $user = $app->module('cockpit')->getUser(); ...
fixed "Call to a member function retrieve() on null" on login page
diff --git a/externs/html5.js b/externs/html5.js index <HASH>..<HASH> 100644 --- a/externs/html5.js +++ b/externs/html5.js @@ -594,6 +594,12 @@ Window.prototype.openDatabase = function(name, version, description, size) {}; HTMLImageElement.prototype.complete; /** + * @type {string} + * @see http://www.whatwg.org/sp...
Adds the HTMLImageElement 'crossOrigin' property to the externs. This is a new tag being added to the spec to help tighten security regarding handling of cross-domain resources. More information here: <URL> Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
diff --git a/pep/project.py b/pep/project.py index <HASH>..<HASH> 100644 --- a/pep/project.py +++ b/pep/project.py @@ -1119,8 +1119,9 @@ def check_sample_sheet(sample_file, dtype=str): missing = set(req) - set(df.columns) if len(missing) != 0: raise ValueError( - "Annotation sheet ('{}') i...
better messaging for case of insufficient columns in annotations sheet
diff --git a/pybomb/clients/base_client.py b/pybomb/clients/base_client.py index <HASH>..<HASH> 100644 --- a/pybomb/clients/base_client.py +++ b/pybomb/clients/base_client.py @@ -99,7 +99,7 @@ class BaseClient(object): """ return ','.join( ['{0}:{1}'.format(key, value) for - k...
Fix base_client to work with python 3
diff --git a/hangups/__main__.py b/hangups/__main__.py index <HASH>..<HASH> 100644 --- a/hangups/__main__.py +++ b/hangups/__main__.py @@ -270,6 +270,9 @@ class ConversationWidget(urwid.WidgetWrap): def _on_return(self, text): """Called when the user presses return on the send message widget.""" + ...
Don't try to send empty chat messages
diff --git a/pythran/unparse.py b/pythran/unparse.py index <HASH>..<HASH> 100644 --- a/pythran/unparse.py +++ b/pythran/unparse.py @@ -482,7 +482,7 @@ class Unparser: binop = {"Add": "+", "Sub": "-", "Mult": "*", "Div": "/", "Mod": "%", "LShift": "<<", "RShift": ">>", "BitOr": "|", "BitXor": "^", -...
Add support for matplut in unparse
diff --git a/pyfolio/timeseries.py b/pyfolio/timeseries.py index <HASH>..<HASH> 100644 --- a/pyfolio/timeseries.py +++ b/pyfolio/timeseries.py @@ -551,7 +551,7 @@ def rolling_regression(returns, factor_returns, rolling_window=APPROX_BDAYS_PER_MONTH * 6, nan_threshold=0.1)...
DOC: cleared up confusing regression terminology
diff --git a/lib/coach/handler.rb b/lib/coach/handler.rb index <HASH>..<HASH> 100644 --- a/lib/coach/handler.rb +++ b/lib/coach/handler.rb @@ -93,7 +93,11 @@ module Coach end def middleware - @middleware ||= ActiveSupport::Dependencies.constantize(name) + @middleware ||= if ActiveSupport::Dependen...
Remove reference to ActiveSupport::Dependencies This is removed in rails 7 due to the classic autoloader being removed - see <URL>
diff --git a/client_test.go b/client_test.go index <HASH>..<HASH> 100644 --- a/client_test.go +++ b/client_test.go @@ -169,7 +169,7 @@ func TestPipelineClientIssue832(t *testing.T) { }() select { - case <-time.After(time.Second): + case <-time.After(time.Second * 2): t.Fatal("PipelineClient did not restart wor...
Increase timeouts for Windows github actions
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ setup_options = dict( # For these actions, NumPy is not required. We want them to succeed without, # for example when pip is used to install seqlearn without NumPy present. -NO_NUMPY_ACTIONS = ('egg_info', '...
FIX setup.py numpy-awareness XXX [@larsmans]: I screwed up this commit by @kmike, so cherry-picking it again.
diff --git a/PAM.py b/PAM.py index <HASH>..<HASH> 100644 --- a/PAM.py +++ b/PAM.py @@ -163,6 +163,7 @@ PAM_TTY = 3 PAM_USER = 2 PAM_USER_PROMPT = 9 PAM_USER_UNKNOWN = 10 +PAM_XDISPLAY = 11 class error(Exception): # noqa: N801 @@ -282,7 +283,7 @@ class pam(object): # noqa: N801 self.user = item elif i...
Add PAM_XDISPLAY
diff --git a/shared/container.go b/shared/container.go index <HASH>..<HASH> 100644 --- a/shared/container.go +++ b/shared/container.go @@ -133,11 +133,10 @@ func IsDeviceID(value string) error { return nil } -// IsRootDiskDevice returns true if the given device representation is -// configured as root disk for a c...
shared/container: Updates IsRootDiskDevice to use same definition of rootfs as container_lxc
diff --git a/spec/unit/property_spec.rb b/spec/unit/property_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/property_spec.rb +++ b/spec/unit/property_spec.rb @@ -141,17 +141,18 @@ describe Puppet::Property do end describe "when shadowing metaparameters" do - before :each do - @shadow_class = Class....
Property Spec cleanup: last let method extraction. This helps eliminate member variables in tests, making it easier to see where state is or isn't shared between tests.
diff --git a/src/main/java/com/github/underscore/U.java b/src/main/java/com/github/underscore/U.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/underscore/U.java +++ b/src/main/java/com/github/underscore/U.java @@ -3149,6 +3149,10 @@ public class U<T> { return reference; } + public st...
Add support for U.nonNull(object).
diff --git a/packages/openneuro-server/graphql/schema.js b/packages/openneuro-server/graphql/schema.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/graphql/schema.js +++ b/packages/openneuro-server/graphql/schema.js @@ -149,7 +149,7 @@ const typeDefs = ` # File tree input FileTree { name: ID! ...
update schema to account for client FileTree type
diff --git a/cpu/facts/facts.go b/cpu/facts/facts.go index <HASH>..<HASH> 100644 --- a/cpu/facts/facts.go +++ b/cpu/facts/facts.go @@ -257,7 +257,8 @@ func (prof *Profiler) Get() (facts *Facts, err error) { } continue } - if v == 'b' { // bogomips + // also check 2nd name pos for o as some output also have...
add check of 2nd char in name for bogomips as some systems also have a "bugs" line
diff --git a/ipyrad/assemble/util.py b/ipyrad/assemble/util.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/util.py +++ b/ipyrad/assemble/util.py @@ -244,6 +244,10 @@ def merge_pairs(data, files_to_merge, merged_file, merge): raise IPyradWarningExit(" Attempting to merge file that "\ ...
Fixed a nasty bug in merge_pairs that resulted in constant reconcatenation to the merged outfile
diff --git a/gears/asset_attributes.py b/gears/asset_attributes.py index <HASH>..<HASH> 100644 --- a/gears/asset_attributes.py +++ b/gears/asset_attributes.py @@ -19,8 +19,8 @@ class AssetAttributes(object): @cached_property def path_without_extensions(self): - if self.extensions: - return...
path_without_extensions removes only suffix now Earlier it removed all extensions from asset path, so result for 'jquery' and 'jquery.min' was the same.
diff --git a/system/Commands/Utilities/Routes.php b/system/Commands/Utilities/Routes.php index <HASH>..<HASH> 100644 --- a/system/Commands/Utilities/Routes.php +++ b/system/Commands/Utilities/Routes.php @@ -97,7 +97,7 @@ class Routes extends BaseCommand $tbody[] = [ strtoup...
Feature: "spark routes" closure. Decoration.
diff --git a/chef/lib/chef/shell_out.rb b/chef/lib/chef/shell_out.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/shell_out.rb +++ b/chef/lib/chef/shell_out.rb @@ -288,6 +288,10 @@ class Chef File.umask(umask) if umask end + def set_cwd + Dir.chdir(cwd) if cwd + end + def initialize...
CHEF-<I>: chdir to :cwd arg before running a command
diff --git a/pyinotify.py b/pyinotify.py index <HASH>..<HASH> 100755 --- a/pyinotify.py +++ b/pyinotify.py @@ -711,6 +711,12 @@ class _SysProcessEvent(_ProcessEvent): # to provide as additional information to the IN_MOVED_TO event # the original pathname of the moved file/directory. ...
Automatically watch a non watched tree moved to a watched directory with flag auto_add activated (contributed by John Feuerstein <EMAIL>).
diff --git a/emoji/urls.py b/emoji/urls.py index <HASH>..<HASH> 100644 --- a/emoji/urls.py +++ b/emoji/urls.py @@ -1,7 +1,7 @@ -from django.conf.urls import patterns, url +from django.conf.urls import url from .views import EmojiJSONListView -urlpatterns = patterns('', +urlpatterns = [ url(r'^all.json$', Emoj...
Start getting ready for <I>
diff --git a/helpers/array.php b/helpers/array.php index <HASH>..<HASH> 100644 --- a/helpers/array.php +++ b/helpers/array.php @@ -89,7 +89,7 @@ if (!function_exists('in_array_multi')) { if (!function_exists('arrayExtractProperty')) { function arrayExtractProperty(array $aInput, $sProperty) { - return...
Renamed arrayExtractProperty method
diff --git a/modules/utils/DateTime.js b/modules/utils/DateTime.js index <HASH>..<HASH> 100644 --- a/modules/utils/DateTime.js +++ b/modules/utils/DateTime.js @@ -568,14 +568,13 @@ DateTime.createFromTime = function(time, guessDate) { } } - // PM: after 12 PM - else if ( ns >= 43200 ) { - // As...
DateTime: createFromTime guessDate increase time ranges to guess next day
diff --git a/session/manager.go b/session/manager.go index <HASH>..<HASH> 100644 --- a/session/manager.go +++ b/session/manager.go @@ -102,6 +102,11 @@ func (bw *bufferedResponseWriter) Flush() { } } +func (bw *bufferedResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) { + hj := bw.ResponseWriter.(http....
implement Hijack interface for bufferedResponseWriter
diff --git a/mergexml.js b/mergexml.js index <HASH>..<HASH> 100644 --- a/mergexml.js +++ b/mergexml.js @@ -4,7 +4,7 @@ * * @package MergeXML * @author Vallo Reima - * @copyright (C)2014 + * @copyright (C)2014-2016 */ /**
Update mergexml.js
diff --git a/lib/github/kv.rb b/lib/github/kv.rb index <HASH>..<HASH> 100644 --- a/lib/github/kv.rb +++ b/lib/github/kv.rb @@ -136,7 +136,7 @@ module GitHub validate_expires(expires) if expires rows = kvs.map { |key, value| - [key, value, GitHub::SQL::NOW, GitHub::SQL::NOW, expires || GitHub::SQL...
Use binary escaping for value Since the `value` is a binary blob in the MySQL database, we also need to ensure we escape it as binary. This prevent potential query warnings (or errors if MySQL is configured that way) for when 4 byte UTF-8 characters get sent to a binary field but with string escaping.
diff --git a/wallace/sources.py b/wallace/sources.py index <HASH>..<HASH> 100644 --- a/wallace/sources.py +++ b/wallace/sources.py @@ -9,14 +9,14 @@ class Source(Node): uuid = Column(String(32), ForeignKey("node.uuid"), primary_key=True) - def create_information(self, what=None, to_whom=None): + def crea...
Fix bug that arose through grammar tweaking
diff --git a/uportal-war/src/main/java/org/jasig/portal/security/provider/PersonImpl.java b/uportal-war/src/main/java/org/jasig/portal/security/provider/PersonImpl.java index <HASH>..<HASH> 100644 --- a/uportal-war/src/main/java/org/jasig/portal/security/provider/PersonImpl.java +++ b/uportal-war/src/main/java/org/jasi...
UP-<I>: Perform the guest user name comparison in a case-insensitive way; some LDAP setups (MS AD) have a 'Guest' user account that is making the first letter uppercase and therefore generating a bad result from this method
diff --git a/syntax/filetests_test.go b/syntax/filetests_test.go index <HASH>..<HASH> 100644 --- a/syntax/filetests_test.go +++ b/syntax/filetests_test.go @@ -1637,6 +1637,13 @@ var fileTests = []testCase{ }, }, { + Strs: []string{`${foo[@]}`}, + bash: &ParamExp{ + Param: lit("foo"), + Ind: &Index{Expr: ...
syntax: parse ${foo[@]} properly again This is a regression from <I>d<I>, which introduced support for ${foo@bar}. '@' is now a token in this context, so make sure it's handled separately like '*'.
diff --git a/src/main/java/org/dasein/cloud/google/capabilities/GCEFirewallCapabilities.java b/src/main/java/org/dasein/cloud/google/capabilities/GCEFirewallCapabilities.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/google/capabilities/GCEFirewallCapabilities.java +++ b/src/main/java/org/dasein/...
Not ready for this one until core updates... Revert "Cope with new core method listSupportedProtocols" This reverts commit <I>c<I>e<I>b<I>a<I>efbf<I>fa1cf<I>.
diff --git a/unleash/unleash.py b/unleash/unleash.py index <HASH>..<HASH> 100644 --- a/unleash/unleash.py +++ b/unleash/unleash.py @@ -69,14 +69,6 @@ class Unleash(object): def __init__(self, plugins=[]): self.plugins = plugins - def set_global_opts(self, root, debug=False, opts=None): - self....
Moved set_global_opts function.
diff --git a/java/src/main/java/com/mapd/parser/server/CalciteDirect.java b/java/src/main/java/com/mapd/parser/server/CalciteDirect.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/com/mapd/parser/server/CalciteDirect.java +++ b/java/src/main/java/com/mapd/parser/server/CalciteDirect.java @@ -127,6 +127,10 @@ ...
Set context class loader in CalciteDirect Calcite needs it when running through JNI when serializing RexSubQuery nodes because of Janino.
diff --git a/lice/core.py b/lice/core.py index <HASH>..<HASH> 100644 --- a/lice/core.py +++ b/lice/core.py @@ -66,6 +66,7 @@ LANGS = { "php": "c", "pl": "perl", "py": "unix", + "ps": "powershell", "rb": "ruby", "scm": "lisp", "sh": "unix", @@ -84,6 +85,7 @@ LANG_CMT = { "lua": [u'-...
Add PowerShell language (#<I>) PowerShell is my day to day language and being able to automatically add the license to the header of every single file would be a god-send for me as it takes a lot of work. Please share the implementation with this pull request for all other users. Let's not restrict this to just the co...