diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/vyper/parser/function_definitions/parse_function.py b/vyper/parser/function_definitions/parse_function.py index <HASH>..<HASH> 100644 --- a/vyper/parser/function_definitions/parse_function.py +++ b/vyper/parser/function_definitions/parse_function.py @@ -1,4 +1,6 @@ -from vyper.parser.context import Constan...
test: adjust import style to allow mocking
diff --git a/classes/Boom/Model/Page.php b/classes/Boom/Model/Page.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Model/Page.php +++ b/classes/Boom/Model/Page.php @@ -529,7 +529,7 @@ class Boom_Model_Page extends ORM_Taggable $this ->join(array('page_versions', 'version'), 'inner') ->on('page.id', '=', '...
Fixed page visible_from time not being set when a page is created
diff --git a/html5lib/tests/test_encoding.py b/html5lib/tests/test_encoding.py index <HASH>..<HASH> 100644 --- a/html5lib/tests/test_encoding.py +++ b/html5lib/tests/test_encoding.py @@ -54,8 +54,8 @@ def test_encoding(): try: import chardet def test_chardet(): - data = open(os.path.join(test_dir, "en...
Fix #<I>: ResourceWarning on test_encoding (test_big5.txt unclosed)
diff --git a/rest_framework_simplejwt/serializers.py b/rest_framework_simplejwt/serializers.py index <HASH>..<HASH> 100644 --- a/rest_framework_simplejwt/serializers.py +++ b/rest_framework_simplejwt/serializers.py @@ -94,6 +94,7 @@ class TokenObtainSlidingSerializer(TokenObtainSerializer): class TokenRefreshSeriali...
Add ReadOnlyField to TokenRefreshSerializer (#<I>) To make TokenRefreshSerializer be more descriptive, by adding access field as a ReadOnlyField()
diff --git a/pygreen.py b/pygreen.py index <HASH>..<HASH> 100644 --- a/pygreen.py +++ b/pygreen.py @@ -37,7 +37,7 @@ class PyGreen: collection_size=100, ) # A list of regular expression. Files whose the name match - # one of those regular expressions will not be outputed when g...
docs: Fix a few typos There are small typos in: - pygreen.py Fixes: - Should read `outputted` rather than `outputed`. - Should read `identified` rather than `indentified`.
diff --git a/Legobot/Connectors/IRC.py b/Legobot/Connectors/IRC.py index <HASH>..<HASH> 100644 --- a/Legobot/Connectors/IRC.py +++ b/Legobot/Connectors/IRC.py @@ -4,6 +4,7 @@ import logging import ssl import threading +import logging import time import irc.bot
Update IRC connector to handle newlines in responses
diff --git a/security/MemberAuthenticator.php b/security/MemberAuthenticator.php index <HASH>..<HASH> 100644 --- a/security/MemberAuthenticator.php +++ b/security/MemberAuthenticator.php @@ -30,7 +30,12 @@ class MemberAuthenticator extends Authenticator { * @see Security::setDefaultAdmin() */ public static f...
MINOR Do a isset check before using the value. This happens if someone accidentially access /Security/LoginForm directly.
diff --git a/cmd/testing/tls_server.go b/cmd/testing/tls_server.go index <HASH>..<HASH> 100644 --- a/cmd/testing/tls_server.go +++ b/cmd/testing/tls_server.go @@ -4,16 +4,25 @@ import ( "bytes" "encoding/pem" "net/http/httptest" + "crypto/x509" ) -func ExtractRootCa(server *httptest.Server) (string, error) { +...
Parse httptest server certificate manually to support go <I>
diff --git a/utils/gerrit2el.py b/utils/gerrit2el.py index <HASH>..<HASH> 100755 --- a/utils/gerrit2el.py +++ b/utils/gerrit2el.py @@ -1,5 +1,28 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# +# Gerrit reviews loader for Elastic Search +# +# Copyright (C) 2015 Bitergia +# +# This program is free software; you can re...
Added copyright, license and author.
diff --git a/terraform/context_input_test.go b/terraform/context_input_test.go index <HASH>..<HASH> 100644 --- a/terraform/context_input_test.go +++ b/terraform/context_input_test.go @@ -767,6 +767,15 @@ func TestContext2Input_dataSourceRequiresRefresh(t *testing.T) { p := testProvider("null") m := testModule(t, "i...
core: Fix TestContext2Input_submoduleTriggersInvalidCount This test now needs to provide a mock schema so its fixture can assign to the "foo" argument in null_data_source.
diff --git a/lib/twitter-ads/account.rb b/lib/twitter-ads/account.rb index <HASH>..<HASH> 100644 --- a/lib/twitter-ads/account.rb +++ b/lib/twitter-ads/account.rb @@ -256,9 +256,8 @@ module TwitterAds # @return [Array] An Array of Tweet objects. # # @since 0.2.3 - def scoped_timeline(ids, opts = {}) -...
Rename user_ids to user_id in Account#timeline (#<I>) * Rename user_ids to user_id in Account#timeline
diff --git a/lib/airbrake/utils/params_cleaner.rb b/lib/airbrake/utils/params_cleaner.rb index <HASH>..<HASH> 100644 --- a/lib/airbrake/utils/params_cleaner.rb +++ b/lib/airbrake/utils/params_cleaner.rb @@ -106,12 +106,12 @@ module Airbrake data.to_hash.inject({}) do |result, (key, value)| r...
This should fix #<I> * Don't modify data in place with collect! * Don't try to "collect" over IO objects
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -76,6 +76,7 @@ module.exports = function (grunt) { port: 3000, livereload: true, middleware: function (connect, options, middlewares) { + middlewares = middlewares ||...
Fixed error when there is no existing middlewares.
diff --git a/pyspectral/radiance_tb_conversion.py b/pyspectral/radiance_tb_conversion.py index <HASH>..<HASH> 100644 --- a/pyspectral/radiance_tb_conversion.py +++ b/pyspectral/radiance_tb_conversion.py @@ -297,7 +297,7 @@ class SeviriRadTbConverter(RadTbConverter): def _get_rsr(self): """Overload the _...
Fix a couple of Codefactor complaints
diff --git a/lib/poolparty.rb b/lib/poolparty.rb index <HASH>..<HASH> 100644 --- a/lib/poolparty.rb +++ b/lib/poolparty.rb @@ -2,8 +2,9 @@ $LOAD_PATH<< File.dirname(__FILE__) # Load required gems #TODO: remove activesupport @required_software = Array.new -%w(rubygems ftools logging resolv digest/sha2 json pp).each d...
ftools has been replaced with fileutils: <URL>
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - rsvp (0.1.1) + rsvp (0.1.2) rails (~> 4.0, >= 4.0.2) GEM diff --git a/lib/rsvp/engine.rb b/lib/rsvp/engine.rb index <HASH>..<HASH> 100644 --- a/...
Added support for main app decorators.
diff --git a/lib/devise/controllers/helpers.rb b/lib/devise/controllers/helpers.rb index <HASH>..<HASH> 100644 --- a/lib/devise/controllers/helpers.rb +++ b/lib/devise/controllers/helpers.rb @@ -98,7 +98,7 @@ module Devise request.env["devise.allow_params_authentication"] = true end - # The scope...
Remove a couple more gendered pronouns
diff --git a/driver.js b/driver.js index <HASH>..<HASH> 100644 --- a/driver.js +++ b/driver.js @@ -75,6 +75,11 @@ ee(Object.defineProperties(Driver.prototype, assign({ return this.__close(); }.bind(this)); }), + onDrain: d.gs(function () { + return deferred.map(keys(this._storages), function (name) { + retu...
Introduce `onDrain` for driver
diff --git a/src/Ouzo/Tools/Model/Template/Dialect/Dialect.php b/src/Ouzo/Tools/Model/Template/Dialect/Dialect.php index <HASH>..<HASH> 100644 --- a/src/Ouzo/Tools/Model/Template/Dialect/Dialect.php +++ b/src/Ouzo/Tools/Model/Template/Dialect/Dialect.php @@ -31,9 +31,4 @@ class Dialect { return array(); ...
Deleted column type from Dialect.
diff --git a/Model/ApiPayload.php b/Model/ApiPayload.php index <HASH>..<HASH> 100644 --- a/Model/ApiPayload.php +++ b/Model/ApiPayload.php @@ -273,7 +273,6 @@ class ApiPayload */ private function setSettings($settings) { - return; if ($settings) { foreach ($this->settings as...
[ENG-<I>] Removed return that was set in settings. Removed $additionalTokenContext in prepareTokenHelper
diff --git a/Classes/Indexer/NodeIndexer.php b/Classes/Indexer/NodeIndexer.php index <HASH>..<HASH> 100644 --- a/Classes/Indexer/NodeIndexer.php +++ b/Classes/Indexer/NodeIndexer.php @@ -248,7 +248,9 @@ class NodeIndexer extends AbstractNodeIndexer implements BulkNodeIndexerInterfac $handleNode = function (Nod...
TASK: Set the correct dimensions before processing the document
diff --git a/daemon/graphdriver/overlay2/mount.go b/daemon/graphdriver/overlay2/mount.go index <HASH>..<HASH> 100644 --- a/daemon/graphdriver/overlay2/mount.go +++ b/daemon/graphdriver/overlay2/mount.go @@ -32,12 +32,6 @@ type mountOptions struct { } func mountFrom(dir, device, target, mType, label string) error { ...
overlay2: close read end of pipe on mount exec Use StdinPipe to ensure pipe is properly closed after startup Fixes #<I>
diff --git a/traits/PasswordTrait.php b/traits/PasswordTrait.php index <HASH>..<HASH> 100644 --- a/traits/PasswordTrait.php +++ b/traits/PasswordTrait.php @@ -191,6 +191,8 @@ trait PasswordTrait /** * Set new password. + * If $password is empty, the specilty which represents the empty will be taken. + ...
fix registring with roles bug.
diff --git a/game_data_struct.py b/game_data_struct.py index <HASH>..<HASH> 100644 --- a/game_data_struct.py +++ b/game_data_struct.py @@ -225,6 +225,12 @@ def rotate_game_tick_packet_boost_omitted(game_tick_packet): game_tick_packet.gameball.AngularVelocity.Y = -1 * game_tick_packet.gameball.AngularVelocity.Y ...
Added flip code to the ball touch data.
diff --git a/spec/lib/file_reverse_reader_spec.rb b/spec/lib/file_reverse_reader_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/file_reverse_reader_spec.rb +++ b/spec/lib/file_reverse_reader_spec.rb @@ -1,3 +1,5 @@ +# coding: utf-8 + require "enumerator" require 'spec_helper'
Add magic comment to spec on Ruby <I>.x
diff --git a/src/components/Editor/ConditionalPanel.js b/src/components/Editor/ConditionalPanel.js index <HASH>..<HASH> 100644 --- a/src/components/Editor/ConditionalPanel.js +++ b/src/components/Editor/ConditionalPanel.js @@ -104,6 +104,13 @@ export class ConditionalPanel extends PureComponent<Props> { } rende...
Prevent the re-rendering of a conditional breakpoint panel (cbp) when opening a new cbp or removing or disabling an open cbp. (#<I>)
diff --git a/custom/gnap-angular/js/develop/gnap/sidebar.directive.js b/custom/gnap-angular/js/develop/gnap/sidebar.directive.js index <HASH>..<HASH> 100644 --- a/custom/gnap-angular/js/develop/gnap/sidebar.directive.js +++ b/custom/gnap-angular/js/develop/gnap/sidebar.directive.js @@ -24,7 +24,8 @@ restri...
Allow custom content to be transcluded at bottom of sidebar
diff --git a/boot/boot.go b/boot/boot.go index <HASH>..<HASH> 100644 --- a/boot/boot.go +++ b/boot/boot.go @@ -148,7 +148,7 @@ func (b *Bootstrapper) bootTerraform() error { return err } - help("List the environments you would like (comma separated, e.g.: 'dev, test, prod')") + help("List the environments you wo...
change list of envs in init example
diff --git a/lib/odata/properties/integer.rb b/lib/odata/properties/integer.rb index <HASH>..<HASH> 100644 --- a/lib/odata/properties/integer.rb +++ b/lib/odata/properties/integer.rb @@ -59,11 +59,11 @@ module OData private def min_value - @min ||= -(2**15) + @min ||= -(2**31) end ...
Fixed errant implementation of min and max values in OData::Properties::Int<I>.
diff --git a/src/feat/agents/host/host_agent.py b/src/feat/agents/host/host_agent.py index <HASH>..<HASH> 100644 --- a/src/feat/agents/host/host_agent.py +++ b/src/feat/agents/host/host_agent.py @@ -57,6 +57,16 @@ class HostedPartner(agent.BasePartner): def on_restarted(self, agent): agent.call_next(age...
Host agent raises and resolves alerts when static agents are dying/getting resterted.
diff --git a/eiostream.js b/eiostream.js index <HASH>..<HASH> 100644 --- a/eiostream.js +++ b/eiostream.js @@ -14,8 +14,7 @@ function EngineStream(socket) { // forwarding write stream.write = socket.write.bind(socket) - // circular of request so it can be parsed for cookies, etc. - stream.req = socket...
Update eiostream.js
diff --git a/lib/fastlane/actions/ensure_xcode_version.rb b/lib/fastlane/actions/ensure_xcode_version.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/actions/ensure_xcode_version.rb +++ b/lib/fastlane/actions/ensure_xcode_version.rb @@ -12,7 +12,7 @@ module Fastlane versions_match = selected_version == "Xc...
Mention xcode_select as a way to resolve the mismatch of Xcode versions
diff --git a/app_namespace/tests/tests.py b/app_namespace/tests/tests.py index <HASH>..<HASH> 100644 --- a/app_namespace/tests/tests.py +++ b/app_namespace/tests/tests.py @@ -132,3 +132,27 @@ class LoaderTestCase(TestCase): self.assertTrue(mark in template_namespace) self.assertTrue(mark_title in te...
Add a test for being sure about the {{ block.super }} behavior
diff --git a/msk/repo_action.py b/msk/repo_action.py index <HASH>..<HASH> 100644 --- a/msk/repo_action.py +++ b/msk/repo_action.py @@ -81,7 +81,7 @@ class SkillData(GlobalContext): default_branch = self.repo_git.symbolic_ref('refs/remotes/origin/HEAD') self.repo_git.reset(default_branch, hard=True) ...
Change skill branch naming convention to not use slashes If a branch called either `add` or `upgrade` exists, it will cause errors
diff --git a/mapclassify/classifiers.py b/mapclassify/classifiers.py index <HASH>..<HASH> 100644 --- a/mapclassify/classifiers.py +++ b/mapclassify/classifiers.py @@ -2355,7 +2355,6 @@ class UserDefined(MapClassifier): legend=legend, legend_kwds=legend_kwds, classification_kwds={"...
BUG: fmt belongs to legend_kwds, no longer stand-alone
diff --git a/msgpong_test.go b/msgpong_test.go index <HASH>..<HASH> 100644 --- a/msgpong_test.go +++ b/msgpong_test.go @@ -99,7 +99,7 @@ func TestPongBIP0031(t *testing.T) { readmsg := btcwire.NewMsgPong(0) err = readmsg.BtcDecode(&buf, pver) if err == nil { - t.Errorf("decode of MsgPong succeeded when it should...
Add format specifier in pong test error output. The error message did not have a format specifier even though it was passing an argument to show. Found by go vet.
diff --git a/lib/sprockets/sass_cache_store.rb b/lib/sprockets/sass_cache_store.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/sass_cache_store.rb +++ b/lib/sprockets/sass_cache_store.rb @@ -9,11 +9,11 @@ module Sprockets end def _store(key, version, sha, contents) - environment.cache_set(key, {:ve...
Prepend sass/ to key
diff --git a/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py b/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py index <HASH>..<HASH> 100644 --- a/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py +++ b/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py @@ -45,10 +45,14 @@ class Aff...
[xDS interop] Fix the affinity test support range (#<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('README') as f: setup( name='Flask-Table', packages=['flask_table'], - version='0.3.0', + version='0.3.1', author='Andrew Plummer', author_email='plummer574@gmail.com', ...
Bump to version <I>
diff --git a/publishable/config/voyager_dummy.php b/publishable/config/voyager_dummy.php index <HASH>..<HASH> 100644 --- a/publishable/config/voyager_dummy.php +++ b/publishable/config/voyager_dummy.php @@ -42,7 +42,7 @@ return [ */ 'models' => [ - //'namespace' => 'App\\', + //'namespace' => ...
Update voyager_dummy.php (#<I>) default model route while creating bread
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ files = [ 'pyontutils/ilx_utils.py', 'pyontutils/namespaces.py', 'pyontutils/necromancy.py', + 'pyontutils/neurons/__init__.py', 'pyontutils/neurons/core.py', 'pyontutils/neurons/lang...
setup.py added missing __init__.py for neurons
diff --git a/src/test/java/com/stripe/StripeTest.java b/src/test/java/com/stripe/StripeTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/stripe/StripeTest.java +++ b/src/test/java/com/stripe/StripeTest.java @@ -1286,16 +1286,6 @@ public class StripeTest { assertEquals(transfers.size(), 1); } - @Test(...
Delete TransferReversalCreate test The test asserted stripe functionality, but the tests should assert that the bindings interact with Stripe correctly.
diff --git a/tests/inttests/lib/KushkiIntTest.php b/tests/inttests/lib/KushkiIntTest.php index <HASH>..<HASH> 100644 --- a/tests/inttests/lib/KushkiIntTest.php +++ b/tests/inttests/lib/KushkiIntTest.php @@ -144,7 +144,7 @@ class KushkiIntTest extends \PHPUnit_Framework_TestCase { $token = $tokenTransaction->ge...
[KV-<I>] Refactor
diff --git a/yfinance/utils.py b/yfinance/utils.py index <HASH>..<HASH> 100644 --- a/yfinance/utils.py +++ b/yfinance/utils.py @@ -44,7 +44,8 @@ def empty_df(index=[]): def get_json(url, proxy=None, session=None): session = session or _requests - html = session.get(url=url, proxies=proxy).text + headers ...
Add headers to session Add headers to session
diff --git a/plenum/test/waits.py b/plenum/test/waits.py index <HASH>..<HASH> 100644 --- a/plenum/test/waits.py +++ b/plenum/test/waits.py @@ -76,7 +76,7 @@ def expectedPoolInterconnectionTime(nodeCount): # TODO check actual state # multiply by 2 because we need to re-create connections which can be done on a...
[INDY-<I>] Radical increase checkConnected timeout
diff --git a/src/models/Core.js b/src/models/Core.js index <HASH>..<HASH> 100644 --- a/src/models/Core.js +++ b/src/models/Core.js @@ -141,6 +141,10 @@ export class Parameter extends Immutable.Record({ } _inferType(type) { + if (!type) { + return null + } + if (type.match(/...
fixed a minor bug on type infer
diff --git a/src/editor/index.js b/src/editor/index.js index <HASH>..<HASH> 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -312,6 +312,22 @@ module.exports = config => { }, /** + * Get stylable entity from the selected component. + * If you select the component without classes the ent...
Add getSelectedToStyle to the editor API
diff --git a/src/main/java/com/klarna/hiverunner/builder/HiveShellBase.java b/src/main/java/com/klarna/hiverunner/builder/HiveShellBase.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/klarna/hiverunner/builder/HiveShellBase.java +++ b/src/main/java/com/klarna/hiverunner/builder/HiveShellBase.java @@ -337,8 +33...
Better error message when resource file is outside of test dir
diff --git a/src/k8s/statefulSet.js b/src/k8s/statefulSet.js index <HASH>..<HASH> 100644 --- a/src/k8s/statefulSet.js +++ b/src/k8s/statefulSet.js @@ -66,7 +66,7 @@ function checkStatefulSet (client, namespace, name, outcome, resolve, wait) { }, ms) } -function createStatefulSet (client, statefulSet) { +function ...
fix: added deletes param to createStatefulSet
diff --git a/isort/finders.py b/isort/finders.py index <HASH>..<HASH> 100644 --- a/isort/finders.py +++ b/isort/finders.py @@ -265,7 +265,7 @@ class ReqsBaseFinder(BaseFinder): Flask-RESTFul -> flask_restful """ if self.mapping: - name = self.mapping.get(name, name) + ...
Bug fix for #<I> Bug fix for improper handling of packages with - (dash) in name
diff --git a/core/server/master/src/main/java/alluxio/master/file/FileSystemMasterClientRestServiceHandler.java b/core/server/master/src/main/java/alluxio/master/file/FileSystemMasterClientRestServiceHandler.java index <HASH>..<HASH> 100644 --- a/core/server/master/src/main/java/alluxio/master/file/FileSystemMasterClie...
replace anonymous type with lambda (#<I>)
diff --git a/basic_auth.go b/basic_auth.go index <HASH>..<HASH> 100644 --- a/basic_auth.go +++ b/basic_auth.go @@ -53,9 +53,9 @@ func (b *basicAuth) authenticate(r *http.Request) bool { return false } - // In simple mode, prevent authentication with empty credentials if User or - // Password is not set. - if b.o...
[bugfix] Allow empty passwords again. Reverts part of <I>e9a2b<I>.
diff --git a/syntax/tokens.go b/syntax/tokens.go index <HASH>..<HASH> 100644 --- a/syntax/tokens.go +++ b/syntax/tokens.go @@ -318,8 +318,8 @@ const ( TsGtr AndTest = BinTestOperator(andAnd) OrTest = BinTestOperator(orOr) - // TODO(mvdan): == is a pattern match, not a comparison; use a - // more appropriate na...
syntax: TsEqual TODO for <I> also affects TsNequal
diff --git a/src/Psalm/Checker/Statements/Expression/AssignmentChecker.php b/src/Psalm/Checker/Statements/Expression/AssignmentChecker.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Checker/Statements/Expression/AssignmentChecker.php +++ b/src/Psalm/Checker/Statements/Expression/AssignmentChecker.php @@ -404,6 +404,10...
Void return types shouldn’t magically become null ones
diff --git a/interfaces/HtmlRequestInterface.php b/interfaces/HtmlRequestInterface.php index <HASH>..<HASH> 100644 --- a/interfaces/HtmlRequestInterface.php +++ b/interfaces/HtmlRequestInterface.php @@ -93,7 +93,7 @@ interface HtmlRequestInterface extends LogAwareObjectInterface{ * Redirect to generated internal ...
Fix request intereface and controller to allow module select on page redirect.
diff --git a/lib/nrser/core_ext/hash.rb b/lib/nrser/core_ext/hash.rb index <HASH>..<HASH> 100644 --- a/lib/nrser/core_ext/hash.rb +++ b/lib/nrser/core_ext/hash.rb @@ -19,6 +19,9 @@ class Hash def str_keys! *args, &block; stringify_keys! *args, &block; end def str_keys *args, &block; stringify_keys *args, &bl...
Fix {Hash#to_options} method alias (ActiveSupport's fault this time)
diff --git a/EventListener/DisallowedExtensionValidationListener.php b/EventListener/DisallowedExtensionValidationListener.php index <HASH>..<HASH> 100644 --- a/EventListener/DisallowedExtensionValidationListener.php +++ b/EventListener/DisallowedExtensionValidationListener.php @@ -18,4 +18,4 @@ class DisallowedExtensi...
Added newline in ValidationListener.
diff --git a/server/server_test.go b/server/server_test.go index <HASH>..<HASH> 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -104,7 +104,8 @@ func RunServerWithConfig(configFile string) (srv *Server, opts *Options) { func TestVersionMatchesTag(t *testing.T) { tag := os.Getenv("TRAVIS_TAG") - i...
Fixed TestVersionMatchesTag test When no tag was set, os.Getenv("TRAVIS_TAG") would return empty string. Travis now set TRAVIS_TAG to `''`. So check for both.
diff --git a/src/main/java/com/lazerycode/jmeter/testrunner/TestManager.java b/src/main/java/com/lazerycode/jmeter/testrunner/TestManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/lazerycode/jmeter/testrunner/TestManager.java +++ b/src/main/java/com/lazerycode/jmeter/testrunner/TestManager.java @@ -94,6 ...
Remove date_time suffix from path when generating html report Add logging This closes #<I>
diff --git a/lib/gcli/ui/inputter.js b/lib/gcli/ui/inputter.js index <HASH>..<HASH> 100644 --- a/lib/gcli/ui/inputter.js +++ b/lib/gcli/ui/inputter.js @@ -355,6 +355,9 @@ Inputter.prototype.onKeyUp = function(ev) { this._caretChange = Caret.TO_ARG_END; var inputState = this.getInputState(); this._p...
Bug <I> (updown): Prevent completion error this._choice == null is valid, but not when we want to complete the default choice.
diff --git a/src/Pool.php b/src/Pool.php index <HASH>..<HASH> 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -52,9 +52,9 @@ class Pool implements FutureInterface private $isRealized = false; /** - * The option values for 'before', 'after', and 'error' can be a callable, - * an associative array con...
Corrects event docs for Pool constructor. * Changes "after" to "complete" * Adds missing "end" event
diff --git a/regions/shapes/__init__.py b/regions/shapes/__init__.py index <HASH>..<HASH> 100644 --- a/regions/shapes/__init__.py +++ b/regions/shapes/__init__.py @@ -3,5 +3,6 @@ """ from .circle import * from .ellipse import * +from .point import * from .polygon import * from .rectangle import *
Add missing include for point.py
diff --git a/src/share/classes/com/sun/source/util/AbstractTypeProcessor.java b/src/share/classes/com/sun/source/util/AbstractTypeProcessor.java index <HASH>..<HASH> 100644 --- a/src/share/classes/com/sun/source/util/AbstractTypeProcessor.java +++ b/src/share/classes/com/sun/source/util/AbstractTypeProcessor.java @@ -2...
Undo the previous commit. The reportDeferredDiagnostics is actually necessary to report the additional errors found by the type checkers.
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -60,6 +60,10 @@ class Parser { { case 'curl': $this->c->get($url); + if(isset($this->c->error_code) && !empty($this->c->error_code))...
get returns fail when response code diferent from <I>
diff --git a/python/sparknlp/embeddings.py b/python/sparknlp/embeddings.py index <HASH>..<HASH> 100644 --- a/python/sparknlp/embeddings.py +++ b/python/sparknlp/embeddings.py @@ -7,6 +7,12 @@ import threading import time import sparknlp.pretrained as _pretrained + +# DONT REMOVE THIS IMPORT +from sparknlp.annotator...
[skip travis] import word embedding models as embeddings for jvm compatibility
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -3611,10 +3611,15 @@ class Packet(Gen): return f[attr] return self.payload.getfieldval(attr) + def getfield_and_val(self, attr): + for f in self.fields, self.overloaded_fields, self.de...
Fixed bug in Packet.__getattr__() The search for the field value was done recursively while the field object search was only local. This prevented i2h() to be called when the asked field was not in the first layer.
diff --git a/packages/material-ui/src/Table/Table.js b/packages/material-ui/src/Table/Table.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/Table/Table.js +++ b/packages/material-ui/src/Table/Table.js @@ -10,7 +10,6 @@ export const styles = theme => ({ width: '100%', borderCollapse: 'collapse', ...
[Table] Remove overflow (#<I>) The overflow hidden style is preventing the sticky position to work. I can't think of a good motivation for having this style by default. Let's remove it.
diff --git a/src/array/concatMap.js b/src/array/concatMap.js index <HASH>..<HASH> 100644 --- a/src/array/concatMap.js +++ b/src/array/concatMap.js @@ -11,6 +11,7 @@ import curry from '../function/curry' * @return {Array} A newly created array of the concated values * @example * concatMap(x => [x, x], [1, 2, 3]) /...
Upgraded concatMaps tests/docs
diff --git a/spec/ruby-lint/file_scanner_spec.rb b/spec/ruby-lint/file_scanner_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ruby-lint/file_scanner_spec.rb +++ b/spec/ruby-lint/file_scanner_spec.rb @@ -23,6 +23,12 @@ describe RubyLint::FileScanner do scanner.directories.include?(app).should == false end + e...
Test for globbing files in a single directory.
diff --git a/src/PatternLab/InstallerUtil.php b/src/PatternLab/InstallerUtil.php index <HASH>..<HASH> 100644 --- a/src/PatternLab/InstallerUtil.php +++ b/src/PatternLab/InstallerUtil.php @@ -503,9 +503,13 @@ class InstallerUtil { // see if the package has a listener self::scanForListener($pathBase); - //...
handle setting needed config options based upon package type
diff --git a/cohorts/plot.py b/cohorts/plot.py index <HASH>..<HASH> 100644 --- a/cohorts/plot.py +++ b/cohorts/plot.py @@ -18,7 +18,7 @@ from scipy.stats import mannwhitneyu, fisher_exact import seaborn as sb import pandas as pd -def stripboxplot(x, y, data): +def stripboxplot(x, y, data, **kwargs): """ O...
Allow for custom jitter/etc. in stripboxplot
diff --git a/pyghmi/util/webclient.py b/pyghmi/util/webclient.py index <HASH>..<HASH> 100644 --- a/pyghmi/util/webclient.py +++ b/pyghmi/util/webclient.py @@ -162,7 +162,7 @@ class SecureHTTPConnection(httplib.HTTPConnection, object): def grab_json_response(self, url, data=None, referer=None, headers=None): ...
Correct mistake with refactoring JSON calls The arguments were incorrect. Change-Id: If<I>c6d<I>b<I>bf<I>b<I>a<I>ad<I>de<I>
diff --git a/ChildNode/replaceWith.js b/ChildNode/replaceWith.js index <HASH>..<HASH> 100644 --- a/ChildNode/replaceWith.js +++ b/ChildNode/replaceWith.js @@ -15,7 +15,7 @@ function ReplaceWith(Ele) { } parent.insertBefore(this.previousSibling, arguments[i]); } - if (firstIsNode) parent.replaceChild(this,...
Fixes issue with replaceWith, it was replacing in reverse
diff --git a/src/structures/Message.js b/src/structures/Message.js index <HASH>..<HASH> 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -159,7 +159,7 @@ class Message { const clone = Util.cloneObject(this); this._edits.unshift(clone); - this.editedTimestamp = data.edited_timesta...
Message.editedTimestamp should be a number (#<I>)
diff --git a/devices/titan_products.js b/devices/titan_products.js index <HASH>..<HASH> 100644 --- a/devices/titan_products.js +++ b/devices/titan_products.js @@ -10,11 +10,12 @@ module.exports = [ vendor: 'Titan Products', description: 'Room CO2, humidity & temperature sensor', fromZigbee: [...
Fix TPZRCO2HT-Z3 battery reporting (#<I>) Koenkk/zigbee2mqtt#<I>
diff --git a/cid.go b/cid.go index <HASH>..<HASH> 100644 --- a/cid.go +++ b/cid.go @@ -404,10 +404,15 @@ func (c *Cid) UnmarshalJSON(b []byte) error { obj := struct { CidTarget string `json:"/"` }{} - err := json.Unmarshal(b, &obj) + objptr := &obj + err := json.Unmarshal(b, &objptr) if err != nil { return ...
Handel undefined Cid is JSON representation.
diff --git a/fixsvgstack.jquery.js b/fixsvgstack.jquery.js index <HASH>..<HASH> 100644 --- a/fixsvgstack.jquery.js +++ b/fixsvgstack.jquery.js @@ -6,7 +6,7 @@ // The fix is for webkit browsers only // [https://bugs.webkit.org/show_bug.cgi?id=91790]() - if(!$.browser.webkit) { + if(!(/WebKit/.test(navigator.us...
compatibility with jQuery <I> $.browser was removed from jquery in <I> - as this fix is for webkit browsers only there is no chance to use $.support
diff --git a/core-bundle/src/Resources/contao/classes/Backend.php b/core-bundle/src/Resources/contao/classes/Backend.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/classes/Backend.php +++ b/core-bundle/src/Resources/contao/classes/Backend.php @@ -347,7 +347,11 @@ abstract class Backend extends C...
Fix another E_WARNING issue (see #<I>) Description ----------- We should maybe keep this PR open and see what else we find. 😄 Commits ------- a<I>af<I> Fix another E_WARNING issue
diff --git a/spec/unit/sql/postgres_spec.rb b/spec/unit/sql/postgres_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/sql/postgres_spec.rb +++ b/spec/unit/sql/postgres_spec.rb @@ -19,7 +19,7 @@ describe "Postgres Extensions" do end it 'should create a table object from the name' do - table = mock('SQLite3...
Get rid of SQLite3 mentions int the postgres specs
diff --git a/admin/cli/install.php b/admin/cli/install.php index <HASH>..<HASH> 100644 --- a/admin/cli/install.php +++ b/admin/cli/install.php @@ -164,6 +164,7 @@ require_once($CFG->libdir.'/moodlelib.php'); require_once($CFG->libdir.'/deprecatedlib.php'); require_once($CFG->libdir.'/adminlib.php'); require_once($CF...
MDL-<I> cache: Added missing include and fixed old lang manager setting
diff --git a/tests/test.attachments.js b/tests/test.attachments.js index <HASH>..<HASH> 100644 --- a/tests/test.attachments.js +++ b/tests/test.attachments.js @@ -119,11 +119,10 @@ adapters.map(function(adapter) { }); asyncTest("Testing with invalid docs", function() { - var invalidDoc = {'_id': '_invalid', ...
(#<I>) - Use Blobs for attachments: update Test Update test saving an attachment together with an invalid doc. Now receives error.
diff --git a/lib/custom/tests/MW/View/Engine/TwigTest.php b/lib/custom/tests/MW/View/Engine/TwigTest.php index <HASH>..<HASH> 100644 --- a/lib/custom/tests/MW/View/Engine/TwigTest.php +++ b/lib/custom/tests/MW/View/Engine/TwigTest.php @@ -21,7 +21,7 @@ class TwigTest extends \PHPUnit\Framework\TestCase } $this-...
Adapt tests for new Twig versions
diff --git a/src/drivers/webextension/js/inject.js b/src/drivers/webextension/js/inject.js index <HASH>..<HASH> 100644 --- a/src/drivers/webextension/js/inject.js +++ b/src/drivers/webextension/js/inject.js @@ -19,7 +19,7 @@ .split('.') .reduce( (value, method) => - ...
Fix error in console need to check type before call hasOwnProperty Look at this <URL>
diff --git a/python/ray/tests/py3_test.py b/python/ray/tests/py3_test.py index <HASH>..<HASH> 100644 --- a/python/ray/tests/py3_test.py +++ b/python/ray/tests/py3_test.py @@ -96,6 +96,7 @@ def test_args_intertwined(ray_start_regular): test_function(local_method, actor_method) ray.get(remote_test_function.remo...
[hotfix] fix lint (#<I>)
diff --git a/src/runtime.js b/src/runtime.js index <HASH>..<HASH> 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -207,7 +207,7 @@ function suppressValue(val, autoescape) { val = (val !== undefined && val !== null) ? val : ''; if(autoescape && !(val instanceof SafeString)) { - val = lib.escape(''...
use toString instead of shorthand casting
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/inject/MoreThanOneScopeAnnotationOnClass.java b/core/src/main/java/com/google/errorprone/bugpatterns/inject/MoreThanOneScopeAnnotationOnClass.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/inject/MoreThanOneSc...
Allow MoreThanOneScopeAnnotationOnClass as an alternate name to address InjectMoreThanOneScopeAnnotationOnClass. MOE_MIGRATED_REVID=<I>
diff --git a/kie-api/src/main/java/org/kie/api/KieServices.java b/kie-api/src/main/java/org/kie/api/KieServices.java index <HASH>..<HASH> 100644 --- a/kie-api/src/main/java/org/kie/api/KieServices.java +++ b/kie-api/src/main/java/org/kie/api/KieServices.java @@ -27,6 +27,7 @@ import org.kie.api.io.KieResources; import...
allow to create a new Environment from KieServices
diff --git a/tooling/vis/cfg-visualization.js b/tooling/vis/cfg-visualization.js index <HASH>..<HASH> 100644 --- a/tooling/vis/cfg-visualization.js +++ b/tooling/vis/cfg-visualization.js @@ -40,10 +40,10 @@ network.destroy(); } - var visGraph = generateNodesAndEdges(controlFlowGra...
Resolves a timing problem with destroying the visjs network graph
diff --git a/test/reader_test.rb b/test/reader_test.rb index <HASH>..<HASH> 100644 --- a/test/reader_test.rb +++ b/test/reader_test.rb @@ -303,7 +303,7 @@ class ReaderTest < Minitest::Test def test_read_after_close reader = Reader.new(fixture("valid/valid_mono_pcm_16_44100.wav")) - buffer = reader.read(102...
Avoiding unnecessary variable assignment to avoid warning
diff --git a/python/ray/serve/utils.py b/python/ray/serve/utils.py index <HASH>..<HASH> 100644 --- a/python/ray/serve/utils.py +++ b/python/ray/serve/utils.py @@ -399,7 +399,10 @@ class MockImportedBackend: } for _ in range(len(batch))] async def other_method(self, batch): - return [await request...
[Hotfix] Lint (#<I>)
diff --git a/fft/fft.go b/fft/fft.go index <HASH>..<HASH> 100644 --- a/fft/fft.go +++ b/fft/fft.go @@ -195,9 +195,11 @@ func radix2FFT(x []complex128) []complex128 { for n := 0; n < blocks; n++ { nb := n * stage for j := 0; j < s_2; j++ { - w_n := r[j+nb+s_2] * factors[blocks*j] - t[j+nb] = r[j+nb...
Only compute indexes once - small speedup
diff --git a/molgenis-omx-protocolviewer/src/main/webapp/js/protocolviewer.js b/molgenis-omx-protocolviewer/src/main/webapp/js/protocolviewer.js index <HASH>..<HASH> 100644 --- a/molgenis-omx-protocolviewer/src/main/webapp/js/protocolviewer.js +++ b/molgenis-omx-protocolviewer/src/main/webapp/js/protocolviewer.js @@ -1...
only show spinner for recursive (=expensive) server calls
diff --git a/src/Serializer/SerializerAbstract.php b/src/Serializer/SerializerAbstract.php index <HASH>..<HASH> 100644 --- a/src/Serializer/SerializerAbstract.php +++ b/src/Serializer/SerializerAbstract.php @@ -15,7 +15,7 @@ use League\Fractal\Pagination\CursorInterface; use League\Fractal\Pagination\PaginatorInterfac...
Added Serializer interface to SerializerAbstract
diff --git a/symphony/content/content.systemextensions.php b/symphony/content/content.systemextensions.php index <HASH>..<HASH> 100755 --- a/symphony/content/content.systemextensions.php +++ b/symphony/content/content.systemextensions.php @@ -41,6 +41,8 @@ $td3 = Widget::TableData($about['version']); ...
Commas are no longer wrapped in a span element (see previous commit)
diff --git a/arcana/repository/xnat.py b/arcana/repository/xnat.py index <HASH>..<HASH> 100644 --- a/arcana/repository/xnat.py +++ b/arcana/repository/xnat.py @@ -70,6 +70,7 @@ class XnatRepo(Repository): DERIVED_FROM_FIELD = '__derived_from__' PROV_SCAN = '__prov__' PROV_RESOURCE = 'PROV' + depth = 2...
added fixed depth of XNAT repository as 2
diff --git a/app/publisher/zip.go b/app/publisher/zip.go index <HASH>..<HASH> 100644 --- a/app/publisher/zip.go +++ b/app/publisher/zip.go @@ -265,11 +265,12 @@ func (zh *zipHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request) { http.Error(rw, "Server error", http.StatusInternalServerError) return }...
app/publisher: add zip download file times Change-Id: I2a<I>a<I>d2a<I>ca3b<I>fbc<I>b8b<I>
diff --git a/packages/availity-workflow/scripts/start.js b/packages/availity-workflow/scripts/start.js index <HASH>..<HASH> 100644 --- a/packages/availity-workflow/scripts/start.js +++ b/packages/availity-workflow/scripts/start.js @@ -139,15 +139,9 @@ function web() { const percent = Math.round(percentage * 10...
fix the percentage calculation for webpack progress
diff --git a/test/unit/lookup_test.rb b/test/unit/lookup_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/lookup_test.rb +++ b/test/unit/lookup_test.rb @@ -12,10 +12,10 @@ class LookupTest < GeocoderTestCase end def test_search_returns_empty_array_when_no_results - silence_warnings do - Geocoder::Loo...
Be more specific about silencing warnings.
diff --git a/Block/MediaBlockService.php b/Block/MediaBlockService.php index <HASH>..<HASH> 100644 --- a/Block/MediaBlockService.php +++ b/Block/MediaBlockService.php @@ -101,6 +101,11 @@ class MediaBlockService extends BaseBlockService public function buildEditForm(FormMapper $formMapper, BlockInterface $block) ...
Load the media in buildform
diff --git a/contrib/distributed_rails_event_store/postgresql_queue/lib/postgresql_queue.rb b/contrib/distributed_rails_event_store/postgresql_queue/lib/postgresql_queue.rb index <HASH>..<HASH> 100644 --- a/contrib/distributed_rails_event_store/postgresql_queue/lib/postgresql_queue.rb +++ b/contrib/distributed_rails_ev...
Handle a failing situation when we were missing 1 record in "eis" because it was in a named stream. I think this whole solution requires some changes to properly handle linked events. We should get all EventInStream between after..eisid_last instead of eisid_first..eisid_last because there can be another IDs there f...