diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/tools/buildgen/generate_projects.py b/tools/buildgen/generate_projects.py index <HASH>..<HASH> 100755 --- a/tools/buildgen/generate_projects.py +++ b/tools/buildgen/generate_projects.py @@ -50,7 +50,10 @@ jobs = [] for root, dirs, files in os.walk('templates'): for f in files: if os.path.splitext(...
generate_projects.py should make directories. That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
diff --git a/modules/prebidServerBidAdapter/index.js b/modules/prebidServerBidAdapter/index.js index <HASH>..<HASH> 100644 --- a/modules/prebidServerBidAdapter/index.js +++ b/modules/prebidServerBidAdapter/index.js @@ -594,7 +594,7 @@ const OPEN_RTB_PROTOCOL = { } if (!utils.isEmpty(videoParams)) { - ...
Accept outstream renderers defined in mediatype for PBS (#<I>)
diff --git a/src/Shell/Task/ImportTask.php b/src/Shell/Task/ImportTask.php index <HASH>..<HASH> 100644 --- a/src/Shell/Task/ImportTask.php +++ b/src/Shell/Task/ImportTask.php @@ -59,10 +59,8 @@ class ImportTask extends Shell $entity = $table->patchEntity($entity, $group); $result = $table->sav...
Show errors before aborting the ImportTask
diff --git a/lib/components/viewers/route-viewer.js b/lib/components/viewers/route-viewer.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/route-viewer.js +++ b/lib/components/viewers/route-viewer.js @@ -15,9 +15,9 @@ import { } from '../../actions/ui' import { findRoutes, findRoute } from '../../actions/a...
refactor(route-viewer): address pr comments
diff --git a/lib/swag_dev-project.rb b/lib/swag_dev-project.rb index <HASH>..<HASH> 100644 --- a/lib/swag_dev-project.rb +++ b/lib/swag_dev-project.rb @@ -27,7 +27,7 @@ if lock require 'bootsnap' Bootsnap.setup( - cache_dir: 'cache', + cache_dir: "#{__dir__}/../cache", ...
bootstrapping set bootsnap cache_dir as absolute path
diff --git a/src/main/java/water/Key.java b/src/main/java/water/Key.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/Key.java +++ b/src/main/java/water/Key.java @@ -57,7 +57,7 @@ public final class Key extends Iced implements Comparable { public static final byte USER_KEY = 32; /** List of illegal cha...
Added ' ' into illegal user characters.
diff --git a/lib-dempsyimpl/src/test/java/com/nokia/dempsy/TestDempsy.java b/lib-dempsyimpl/src/test/java/com/nokia/dempsy/TestDempsy.java index <HASH>..<HASH> 100644 --- a/lib-dempsyimpl/src/test/java/com/nokia/dempsy/TestDempsy.java +++ b/lib-dempsyimpl/src/test/java/com/nokia/dempsy/TestDempsy.java @@ -1117,6 +1117,...
Minor test timing bug fix. Uncovered with the delay calulcation correction in the batching code.
diff --git a/Form/Type/DurationType.php b/Form/Type/DurationType.php index <HASH>..<HASH> 100755 --- a/Form/Type/DurationType.php +++ b/Form/Type/DurationType.php @@ -40,6 +40,8 @@ class DurationType extends HookType public function buildForm(FormBuilderInterface $builder, array $options) { + $this->...
CampaignChain/campaignchain#<I> Upgrade to Symfony 3.x
diff --git a/networkzero/discovery.py b/networkzero/discovery.py index <HASH>..<HASH> 100644 --- a/networkzero/discovery.py +++ b/networkzero/discovery.py @@ -216,6 +216,7 @@ class _Beacon(threading.Thread): _logger.debug("Advertise %s on %s %s TTL=%s", name, address, fail_if_exists, ttl_s) canonical_...
Slight rework of superseded services
diff --git a/spaceship/lib/spaceship/version.rb b/spaceship/lib/spaceship/version.rb index <HASH>..<HASH> 100644 --- a/spaceship/lib/spaceship/version.rb +++ b/spaceship/lib/spaceship/version.rb @@ -1,4 +1,4 @@ module Spaceship - VERSION = "0.29.1".freeze + VERSION = "0.30.0".freeze DESCRIPTION = "Ruby library to...
[spaceship] Version bump (#<I>) Update spaceship to work with the new iTunes Connect screenshot API
diff --git a/kernel/src/main/java/org/efaps/importer/DataImport.java b/kernel/src/main/java/org/efaps/importer/DataImport.java index <HASH>..<HASH> 100644 --- a/kernel/src/main/java/org/efaps/importer/DataImport.java +++ b/kernel/src/main/java/org/efaps/importer/DataImport.java @@ -52,12 +52,30 @@ public class DataImpo...
- added Constructor, to be started from shell -create git-svn-id: <URL>
diff --git a/spec/services/hyrax/workflow/permission_query_spec.rb b/spec/services/hyrax/workflow/permission_query_spec.rb index <HASH>..<HASH> 100644 --- a/spec/services/hyrax/workflow/permission_query_spec.rb +++ b/spec/services/hyrax/workflow/permission_query_spec.rb @@ -164,12 +164,18 @@ module Hyrax sub...
Fix tests that was depending on User.groups returning a 'registered' pseudo-group
diff --git a/ineffassign.go b/ineffassign.go index <HASH>..<HASH> 100644 --- a/ineffassign.go +++ b/ineffassign.go @@ -12,7 +12,7 @@ import ( ) func main() { - if len(os.Args) < 1 { + if len(os.Args) != 2 { fmt.Println("missing argument: filepath") return }
Fix index panic if no argument supplied Check that there are exactly two values in argv, the program name and the package.
diff --git a/lib/Cake/Error/ExceptionRenderer.php b/lib/Cake/Error/ExceptionRenderer.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Error/ExceptionRenderer.php +++ b/lib/Cake/Error/ExceptionRenderer.php @@ -179,7 +179,7 @@ class ExceptionRenderer { */ protected function _cakeError(CakeException $error) { $url = ...
Adding error code checking around CakeException handling SocketExceptions can have error codes outside of the HTTP values.
diff --git a/testing/constants.go b/testing/constants.go index <HASH>..<HASH> 100644 --- a/testing/constants.go +++ b/testing/constants.go @@ -27,4 +27,4 @@ var LongAttempt = &utils.AttemptStrategy{ } // SupportedSeries lists the series known to Juju. -var SupportedSeries = []string{"precise", "quantal", "raring", ...
utopic is now available from distro-info, so needs to be updated
diff --git a/framework/core/js/src/forum/components/Search.js b/framework/core/js/src/forum/components/Search.js index <HASH>..<HASH> 100644 --- a/framework/core/js/src/forum/components/Search.js +++ b/framework/core/js/src/forum/components/Search.js @@ -12,13 +12,13 @@ import UsersSearchSource from './UsersSearchSourc...
Fix typo and update outdated doc block
diff --git a/lib/rules/no-wrap-func.js b/lib/rules/no-wrap-func.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-wrap-func.js +++ b/lib/rules/no-wrap-func.js @@ -1,5 +1,5 @@ /** - * @fileoverview Rule to flag wrapping none-iffe in parens + * @fileoverview Rule to flag wrapping non-iife in parens * @author Ilya Volo...
Fix: typo: iffe to iife, none to non
diff --git a/agon/models.py b/agon/models.py index <HASH>..<HASH> 100644 --- a/agon/models.py +++ b/agon/models.py @@ -67,7 +67,7 @@ def award_points(target, key): points_given = lookup_point_value(key) updated = TargetStat.objects.filter(**lookup_params).update( - total = models.F("total") + poi...
fixed incorrect field name after TargetStat addition
diff --git a/spec/ethon/easy/http/put_spec.rb b/spec/ethon/easy/http/put_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ethon/easy/http/put_spec.rb +++ b/spec/ethon/easy/http/put_spec.rb @@ -103,7 +103,7 @@ describe Ethon::Easy::Http::Put do let(:easy) do e = Ethon::Easy.new(:url => url, :upload...
Fix again <I> file api issues.
diff --git a/lib/graphql/query/context.rb b/lib/graphql/query/context.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/query/context.rb +++ b/lib/graphql/query/context.rb @@ -221,7 +221,7 @@ module GraphQL def_delegators :@context, :[], :[]=, :key?, :fetch, :to_h, :namespace, - :spawn, :s...
Remove delegate for `FieldResolutionContext#schema` It's already cached via an ivar in the initializer.
diff --git a/packages/mjml-parser-xml/src/index.js b/packages/mjml-parser-xml/src/index.js index <HASH>..<HASH> 100644 --- a/packages/mjml-parser-xml/src/index.js +++ b/packages/mjml-parser-xml/src/index.js @@ -76,7 +76,6 @@ export default function MJMLParser(xml, options = {}, includedIn = []) { children: [],...
fix #<I> cur when failed include
diff --git a/cloudplatform/service/camera/src/main/java/io/rhiot/cloudplatform/service/camera/spring/CameraServiceConfiguration.java b/cloudplatform/service/camera/src/main/java/io/rhiot/cloudplatform/service/camera/spring/CameraServiceConfiguration.java index <HASH>..<HASH> 100644 --- a/cloudplatform/service/camera/sr...
Create CameraService#process operation #<I>
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( packages=find_packages(), license="MIT", keywords="wagtail cms model utility", - download_url="https://github.com/rkhleics/wagailmenus/tarball/0.1", + download_url="https://github.com...
Use tarball to match current version
diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py index <HASH>..<HASH> 100644 --- a/tornado/simple_httpclient.py +++ b/tornado/simple_httpclient.py @@ -634,11 +634,12 @@ class _HTTPConnection(httputil.HTTPMessageDelegate): # redirect, the request method should be preserved. ...
simple_httpclient: after <I> redirect, turn all methods into GET not just POST (but still not HEAD) following the behavior of libcurl > <I>
diff --git a/src/main/java/com/couchbase/cblite/support/CBLMultipartReader.java b/src/main/java/com/couchbase/cblite/support/CBLMultipartReader.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/cblite/support/CBLMultipartReader.java +++ b/src/main/java/com/couchbase/cblite/support/CBLMultipartReader.ja...
passes all tests! issue #<I>.
diff --git a/integration/rpctest/node.go b/integration/rpctest/node.go index <HASH>..<HASH> 100644 --- a/integration/rpctest/node.go +++ b/integration/rpctest/node.go @@ -115,10 +115,6 @@ func (n *nodeConfig) arguments() []string { args = append(args, fmt.Sprintf("--rpccert=%s", n.certFile)) // --rpckey args = ap...
integration/rpctest: disable the txindex by default In this commit, we disable the txindex by default as the flag cannot be overwritten by btcd once set.
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -1085,9 +1085,14 @@ EOT }, :dynamicfacts => { :default => "memorysize,memoryfree,swapsize,swapfree", - :desc => "Facts that are dynamic; th...
Maint: Deprecate dynamicfacts setting The dynamicfacts setting was used to avoid recompiling catalogs when only transient related facts were modified, e.g. free memory. According to Luke, this optimization was removed when "we disabled staleness checking for catalogs, which was early in the <I> release cycle", see tic...
diff --git a/lib/app/assets/scripts/alchemy.js b/lib/app/assets/scripts/alchemy.js index <HASH>..<HASH> 100644 --- a/lib/app/assets/scripts/alchemy.js +++ b/lib/app/assets/scripts/alchemy.js @@ -377,5 +377,32 @@ if (hawkejs.scene.exposed.enable_websockets) { }); } +/** + * Fetch date from the server + * + * @autho...
Add client-side alchemy.fetch method
diff --git a/molgenis-data/src/main/java/org/molgenis/data/meta/AttributeMetaDataRepositoryDecorator.java b/molgenis-data/src/main/java/org/molgenis/data/meta/AttributeMetaDataRepositoryDecorator.java index <HASH>..<HASH> 100644 --- a/molgenis-data/src/main/java/org/molgenis/data/meta/AttributeMetaDataRepositoryDecorat...
FIX deleteAll calls wrong method on delegate
diff --git a/code/models/DocumentationEntity.php b/code/models/DocumentationEntity.php index <HASH>..<HASH> 100755 --- a/code/models/DocumentationEntity.php +++ b/code/models/DocumentationEntity.php @@ -260,4 +260,17 @@ class DocumentationEntity extends ViewableData { public function compare(DocumentationEntity $othe...
Add DocumentationEntity::toMap() for assert compability
diff --git a/lib/kondate/cli.rb b/lib/kondate/cli.rb index <HASH>..<HASH> 100644 --- a/lib/kondate/cli.rb +++ b/lib/kondate/cli.rb @@ -137,7 +137,7 @@ module Kondate env['RUBYOPT'] = "-I #{Config.plugin_dir} -r bundler/setup -r ext/itamae/kondate" property_files.each do |role, property_file| next...
bundler exec inside bundle exec makes troubles
diff --git a/service/server/host/src/main/java/com/emc/pravega/service/server/host/selftest/Actor.java b/service/server/host/src/main/java/com/emc/pravega/service/server/host/selftest/Actor.java index <HASH>..<HASH> 100644 --- a/service/server/host/src/main/java/com/emc/pravega/service/server/host/selftest/Actor.java +...
Update Actor.java (almost) no-op commit to try to trigger build.
diff --git a/examples/mongodb/model.js b/examples/mongodb/model.js index <HASH>..<HASH> 100755 --- a/examples/mongodb/model.js +++ b/examples/mongodb/model.js @@ -108,7 +108,10 @@ model.saveAccessToken = function (token, clientId, expires, userId, callback) { model.getUser = function (username, password, callback) { ...
Fix in mongo model.getUser to only return the _id. Prevents full user object from being assigned to userId parameter in save methods. Style changes to conform with module standards. Adding return.
diff --git a/src/CartSubItem.php b/src/CartSubItem.php index <HASH>..<HASH> 100644 --- a/src/CartSubItem.php +++ b/src/CartSubItem.php @@ -17,7 +17,6 @@ class CartSubItem public $locale; - public $items = []; public $internationalFormat; private $itemHash; @@ -54,8 +53,8 @@ class CartSubItem ...
removing no used public varabiel
diff --git a/lib/kaminari/models/active_record_extension.rb b/lib/kaminari/models/active_record_extension.rb index <HASH>..<HASH> 100644 --- a/lib/kaminari/models/active_record_extension.rb +++ b/lib/kaminari/models/active_record_extension.rb @@ -18,7 +18,7 @@ module Kaminari include Kaminari::ActiveRecord...
Only add extensions to direct descendents of ActiveRecord::Base
diff --git a/fireplace/entity.py b/fireplace/entity.py index <HASH>..<HASH> 100644 --- a/fireplace/entity.py +++ b/fireplace/entity.py @@ -97,7 +97,7 @@ class BuffableEntity(BaseEntity): def clear_buffs(self): if self.buffs: self.log("Clearing buffs from %r", self) - for buff in self.buffs: + for buff in s...
Ensure multiple buffs are always removed on entity.clear_buffs() Previously we would remove buffs from the buff list while iterating over it. This could lead to premature termination of the loop and failure to destroy all buffs.
diff --git a/provider/openstack/provider.go b/provider/openstack/provider.go index <HASH>..<HASH> 100644 --- a/provider/openstack/provider.go +++ b/provider/openstack/provider.go @@ -2343,3 +2343,10 @@ func (*Environ) AreSpacesRoutable(ctx context.ProviderCallContext, space1, space func (*Environ) SSHAddresses(ctx con...
Implement FirewallFeatureQuerier for the openstack provider Openstack supports IPV6 CIDRs for firewall ingress rules. To this end, this commit implements SupportsRulesWithIPV6CIDRs for the openstack provider.
diff --git a/cmem.js b/cmem.js index <HASH>..<HASH> 100644 --- a/cmem.js +++ b/cmem.js @@ -11,7 +11,8 @@ function create() { clear: { value: clear }, unit: { value: unit }, iterator: { value: iterator }, - memos: { value: [] } + memos: { value: [] }, + noop: { value: _silent } }); return...
Added silent function to API as come.noop
diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go index <HASH>..<HASH> 100644 --- a/cmd/gateway-main.go +++ b/cmd/gateway-main.go @@ -135,7 +135,8 @@ func StartGateway(ctx *cli.Context, gw Gateway) { handleCommonCmdArgs(ctx) // Get port to listen on from gateway address - _, gatewayPort, pErr := net.SplitHos...
gateway: Properly set globalMinioPort (#<I>) globalMinioPort is used in federation which stores the address and the port number of the server hosting the specified bucket, this latter uses globalMinioPort but this latter is not set in startup of the gateway mode. This commit fixes the behavior.
diff --git a/src/Fields/TextField.php b/src/Fields/TextField.php index <HASH>..<HASH> 100644 --- a/src/Fields/TextField.php +++ b/src/Fields/TextField.php @@ -22,11 +22,6 @@ class TextField extends AbstractField return $this; } - public function make(): FieldInterface - { - return (new Text...
Remove nonfunctional and unnecessary text field factory method
diff --git a/jodd-db/src/main/java/jodd/db/oom/sqlgen/chunks/MatchChunk.java b/jodd-db/src/main/java/jodd/db/oom/sqlgen/chunks/MatchChunk.java index <HASH>..<HASH> 100644 --- a/jodd-db/src/main/java/jodd/db/oom/sqlgen/chunks/MatchChunk.java +++ b/jodd-db/src/main/java/jodd/db/oom/sqlgen/chunks/MatchChunk.java @@ -57,7 ...
added special case for ignoring blank strings
diff --git a/rapidoid-gui/src/main/java/org/rapidoid/gui/KVGrid.java b/rapidoid-gui/src/main/java/org/rapidoid/gui/KVGrid.java index <HASH>..<HASH> 100644 --- a/rapidoid-gui/src/main/java/org/rapidoid/gui/KVGrid.java +++ b/rapidoid-gui/src/main/java/org/rapidoid/gui/KVGrid.java @@ -60,7 +60,8 @@ public class KVGrid ext...
Generating full rows in KVGrid from map entries with null value.
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -118,6 +118,11 @@ class Embark { }); }); + engine.events.on('outputDone', function () { + engine.logger.info("Looking for documentation? You can find it at ".cyan + "http:/...
Moved console "ready" message to write after outputDone event is emitted
diff --git a/bridge.go b/bridge.go index <HASH>..<HASH> 100644 --- a/bridge.go +++ b/bridge.go @@ -221,10 +221,15 @@ func (bridge *Bridge) GetAllLights() ([]Light, error) { for index := 1; index < 101; index++ { light, err := bridge.GetLightByIndex(index) if err != nil { - break + ...
Implemented error catching on GetAllLights if no lights are found.
diff --git a/lib/oneview-sdk/resource/api200/volume.rb b/lib/oneview-sdk/resource/api200/volume.rb index <HASH>..<HASH> 100644 --- a/lib/oneview-sdk/resource/api200/volume.rb +++ b/lib/oneview-sdk/resource/api200/volume.rb @@ -123,7 +123,8 @@ module OneviewSDK # @return [true] if snapshot was created successfull...
Snapshot delete fix with correct etags
diff --git a/source/node/Entry.js b/source/node/Entry.js index <HASH>..<HASH> 100644 --- a/source/node/Entry.js +++ b/source/node/Entry.js @@ -226,7 +226,6 @@ class Entry { } const raw = this._getRemoteObject().properties; - var result = []; if (!(propertyExpression instanceof RegE...
Remove unused var added in PR#<I>
diff --git a/src/org/zaproxy/zap/extension/dynssl/ExtensionDynSSL.java b/src/org/zaproxy/zap/extension/dynssl/ExtensionDynSSL.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/dynssl/ExtensionDynSSL.java +++ b/src/org/zaproxy/zap/extension/dynssl/ExtensionDynSSL.java @@ -73,7 +73,7 @@ public class Ex...
Log that the root CA certificate was created The creation of root CA certificate, if successful, just logs "Creating new root CA", which is very misleading giving the impression that ZAP hanged, as reported in #<I>. With the change it always logs something either that it was created or, if something went wrong, the ex...
diff --git a/ffn/core.py b/ffn/core.py index <HASH>..<HASH> 100644 --- a/ffn/core.py +++ b/ffn/core.py @@ -858,6 +858,16 @@ class GroupStats(dict): def plot_correlation(self, period='m', title=None, figsize=(12, 6), **kwargs): + """ + Utility function to plot correlations....
added doctring for plot_correlation
diff --git a/cnab240/errors.py b/cnab240/errors.py index <HASH>..<HASH> 100644 --- a/cnab240/errors.py +++ b/cnab240/errors.py @@ -11,7 +11,7 @@ class AtribuicaoCampoError(Cnab240Error): def __init__(self, campo, valor): self.campo = campo self.valor = valor - super(AtribuicaoCampoError, s...
Avoid recursion error when trying to print TipoError exception
diff --git a/builder/parallels/common/step_test.go b/builder/parallels/common/step_test.go index <HASH>..<HASH> 100644 --- a/builder/parallels/common/step_test.go +++ b/builder/parallels/common/step_test.go @@ -9,6 +9,7 @@ import ( func testState(t *testing.T) multistep.StateBag { state := new(multistep.BasicState...
Fix unit tests, broken in #<I>. (#<I>)
diff --git a/lib/wlang/version.rb b/lib/wlang/version.rb index <HASH>..<HASH> 100644 --- a/lib/wlang/version.rb +++ b/lib/wlang/version.rb @@ -3,7 +3,7 @@ module WLang MAJOR = 3 MINOR = 0 - TINY = 0 + TINY = 1 def self.to_s [ MAJOR, MINOR, TINY ].join('.')
Bump to <I> and release.
diff --git a/src/Validation/UploadValidator.php b/src/Validation/UploadValidator.php index <HASH>..<HASH> 100644 --- a/src/Validation/UploadValidator.php +++ b/src/Validation/UploadValidator.php @@ -34,7 +34,7 @@ class UploadValidator extends Validator { * * @var string */ - protected $_fileSize = 0; + protected ...
#<I> Fixing the file size validation.
diff --git a/type_converter/TypeConverter.php b/type_converter/TypeConverter.php index <HASH>..<HASH> 100644 --- a/type_converter/TypeConverter.php +++ b/type_converter/TypeConverter.php @@ -384,7 +384,7 @@ class TypeConverter { $xml = @simplexml_load_string($xml); } - if ($xml->count() <= 0) { + if (count($...
Updated to support PHP <I>
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -778,9 +778,11 @@ jQuery.each(["bind", "one"], function( i, name ) { jQuery( this ).unbind( event, handler ); return fn.apply( this, arguments ); }) : fn; - return type === "unload" ? this.one(type,...
When .bind('unload') was called it accidentally went recursive, from 1bac<I>b6c<I>ab4bcfc<I>b0d<I>c<I>dd<I>. Fixes #<I>.
diff --git a/lib/xhive/widgify.rb b/lib/xhive/widgify.rb index <HASH>..<HASH> 100644 --- a/lib/xhive/widgify.rb +++ b/lib/xhive/widgify.rb @@ -28,13 +28,19 @@ module Xhive end def normalized_routes - routes = Rails.application.routes.routes.to_a | Xhive::Engine.routes.routes.to_a + load_routes_for...
Changes to how the routes are built
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,6 +14,12 @@ */ module.exports = function (grunt) { + // One may filter tests to be run; useful for debugging. + // Usage (any regexp should do): + // grunt jasmine_node --grep=load_plugin + ...
Filter tests to be run by jasmine Possibility to filter which attester specs should run; useful for debugging attester. Usage: grunt jasmine_node --grep=<pattern> Close #<I>.
diff --git a/src/lib/connectTraceToPlot.js b/src/lib/connectTraceToPlot.js index <HASH>..<HASH> 100644 --- a/src/lib/connectTraceToPlot.js +++ b/src/lib/connectTraceToPlot.js @@ -55,6 +55,11 @@ export default function connectTraceToPlot(WrappedComponent) { }; this.icon = renderTraceIcon(plotlyTraceToCusto...
Remove the additional plotly.js '- increasing' label from trace names if no trace.name was set by user
diff --git a/providers/providers_test.go b/providers/providers_test.go index <HASH>..<HASH> 100644 --- a/providers/providers_test.go +++ b/providers/providers_test.go @@ -206,3 +206,26 @@ func TestLargeProvidersSet(t *testing.T) { } //*/ + +func TestUponCacheMissProvidersAreReadFromDatastore(t *testing.T) { + old :...
Test if datastore is checked upon cache miss on adding providers License: MIT
diff --git a/lib/rack/app/singleton_methods/route_handling.rb b/lib/rack/app/singleton_methods/route_handling.rb index <HASH>..<HASH> 100644 --- a/lib/rack/app/singleton_methods/route_handling.rb +++ b/lib/rack/app/singleton_methods/route_handling.rb @@ -57,8 +57,8 @@ module Rack::App::SingletonMethods::RouteHandling ...
refactor: move namespace pop part to ensure block
diff --git a/lib/thinking_sphinx.rb b/lib/thinking_sphinx.rb index <HASH>..<HASH> 100644 --- a/lib/thinking_sphinx.rb +++ b/lib/thinking_sphinx.rb @@ -1,6 +1,7 @@ if RUBY_PLATFORM == 'java' require 'java' require 'jdbc/mysql' + Jdbc::MySQL.load_driver else require 'mysql2' end
Make sure MySQL driver is loaded for JDBC.
diff --git a/lib/foreman_discovery/engine.rb b/lib/foreman_discovery/engine.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_discovery/engine.rb +++ b/lib/foreman_discovery/engine.rb @@ -173,10 +173,6 @@ module ForemanDiscovery # add dashboard widget widget 'discovery_widget', :name=>N_('Discovered Ho...
Fixes #<I> - Removing macros that are in core Removing allowance of macros and variables because they are now live in core.
diff --git a/testing/python/setup_plan.py b/testing/python/setup_plan.py index <HASH>..<HASH> 100644 --- a/testing/python/setup_plan.py +++ b/testing/python/setup_plan.py @@ -1,4 +1,5 @@ def test_show_fixtures_and_test(testdir): + """ Verifies that fixtures are not executed. """ p = testdir.makepyfile(''' ...
Improve commenting for setupplan unittest.
diff --git a/js/Axis.js b/js/Axis.js index <HASH>..<HASH> 100644 --- a/js/Axis.js +++ b/js/Axis.js @@ -53,6 +53,10 @@ Axis.prototype = { this._calculateTicks(); } } + + // Ticks to strings + _.each(this.ticks, function (tick) { tick.label += ''; }); + _.each(this.minorTicks, function (tick...
Cast ticks to strings. Ensure ticks are strings before proceding. Tick formatters may return a number. We should not blow up because of this. Fixes #<I>.
diff --git a/gwpy/table/tests/test_gravityspy.py b/gwpy/table/tests/test_gravityspy.py index <HASH>..<HASH> 100644 --- a/gwpy/table/tests/test_gravityspy.py +++ b/gwpy/table/tests/test_gravityspy.py @@ -35,12 +35,12 @@ JSON_RESPONSE = { "url4": [u"https://panoptes-uploads.zooniverse.org/production/" ...
Ah yes the great int does not equal float dtype fail.
diff --git a/scout/server/blueprints/cases/controllers.py b/scout/server/blueprints/cases/controllers.py index <HASH>..<HASH> 100644 --- a/scout/server/blueprints/cases/controllers.py +++ b/scout/server/blueprints/cases/controllers.py @@ -59,8 +59,8 @@ def case(store, institute_obj, case_obj): case_obj['panel_name...
Fetch correct gene panels in controller for cases
diff --git a/cartoframes/context.py b/cartoframes/context.py index <HASH>..<HASH> 100644 --- a/cartoframes/context.py +++ b/cartoframes/context.py @@ -335,13 +335,13 @@ class CartoContext(object): the length of the DataFrame. """ # noqa tqdm.write('Params: encode_geom, geom_col and every...
using upload method with new params
diff --git a/huobitrade/service.py b/huobitrade/service.py index <HASH>..<HASH> 100644 --- a/huobitrade/service.py +++ b/huobitrade/service.py @@ -730,7 +730,7 @@ class HBRestAPI(metaclass=Singleton): class HBDerivativesRestAPI(metaclass=Singleton): - def __init__(self, url=None, keys=None, get_acc=False): + ...
debug, derivatives trading did not need acc_id
diff --git a/library/oxAcceptanceTestCase.php b/library/oxAcceptanceTestCase.php index <HASH>..<HASH> 100644 --- a/library/oxAcceptanceTestCase.php +++ b/library/oxAcceptanceTestCase.php @@ -1764,7 +1764,8 @@ class oxAcceptanceTestCase extends oxMinkWrapper public function clearCookies() { $testConfi...
Fix clearing cookies when varnish is enabled _cc is unable to clear browser cookies when called via varnish url (url with port), therefore port is removed before calling this file.
diff --git a/lib/zendesk2/version.rb b/lib/zendesk2/version.rb index <HASH>..<HASH> 100644 --- a/lib/zendesk2/version.rb +++ b/lib/zendesk2/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Zendesk2 - VERSION = '1.12.0'.freeze + VERSION = '1.13.0'.freeze end
Bump zendesk2 to <I>
diff --git a/internetarchive/iacli/ia_delete.py b/internetarchive/iacli/ia_delete.py index <HASH>..<HASH> 100755 --- a/internetarchive/iacli/ia_delete.py +++ b/internetarchive/iacli/ia_delete.py @@ -56,6 +56,10 @@ def main(argv): files = [f for f in [item.get_file(f) for f in fnames] if f] + if not file...
better error message if no file is found to delete.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='py-august', - version='0.2.0', + version='0.3.0', packages=['august'], url='https://github.com/snjoetw/py-august', license='MIT',
- Bumped version to <I>
diff --git a/keyring/backends/fail.py b/keyring/backends/fail.py index <HASH>..<HASH> 100644 --- a/keyring/backends/fail.py +++ b/keyring/backends/fail.py @@ -9,12 +9,12 @@ class Keyring(KeyringBackend): >>> kr.get_password('svc', 'user') Traceback (most recent call last): ... - RuntimeError: ... + ...
Correct error message to better communicate what is missing. Ref #<I>.
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface...
bumped Symfony version to <I>
diff --git a/spec/visitors/chewy_term_filter/visit_value_spec.rb b/spec/visitors/chewy_term_filter/visit_value_spec.rb index <HASH>..<HASH> 100644 --- a/spec/visitors/chewy_term_filter/visit_value_spec.rb +++ b/spec/visitors/chewy_term_filter/visit_value_spec.rb @@ -2,15 +2,15 @@ require 'spec_helper' describe MSFL:...
Updated visit_value_spec to conform with new visit_ testing convention
diff --git a/test/spec/selectBoxItSpec.js b/test/spec/selectBoxItSpec.js index <HASH>..<HASH> 100644 --- a/test/spec/selectBoxItSpec.js +++ b/test/spec/selectBoxItSpec.js @@ -25,7 +25,7 @@ describe('selectBoxIt jQuery Plugin', function () { expect(selectBoxIt.div).toExist(); - expect...
Updated SelectBoxIt tests suite to look for a span instead of a div
diff --git a/src/backends/backend.js b/src/backends/backend.js index <HASH>..<HASH> 100644 --- a/src/backends/backend.js +++ b/src/backends/backend.js @@ -30,7 +30,7 @@ const slugFormatter = (template = "{{slug}}", entryData) => { const getIdentifier = (entryData) => { const validIdentifierFields = ["title", "p...
Change .find() predicate to not reject field names based on spurious whitespace.
diff --git a/drivers/bridge/bridge.go b/drivers/bridge/bridge.go index <HASH>..<HASH> 100644 --- a/drivers/bridge/bridge.go +++ b/drivers/bridge/bridge.go @@ -926,6 +926,11 @@ func (d *driver) CreateEndpoint(nid, eid types.UUID, epInfo driverapi.EndpointIn } endpoint.macAddress = mac + // Up the host interface af...
Manually bring up the host side veth interface In preparation for the new update of vishvananda/netlink package we need to bringup the host veth interface manually.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( packages=['spreadsheetresponsemixin'], include_package_data=True, license=LICENSE, - description='An mixin for views with a queryset that provides a CSV/Excel export.', + description=...
setup.py description grammar fix Changing "An mixin" to "A mixin"
diff --git a/tutorials/xhrPagingDemo.js b/tutorials/xhrPagingDemo.js index <HASH>..<HASH> 100644 --- a/tutorials/xhrPagingDemo.js +++ b/tutorials/xhrPagingDemo.js @@ -72,7 +72,7 @@ function demo() { callback(data, offset, rows); }); // rows is not used by this API, other APIs usually defi...
changed to https, but it probably wont help
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index <HASH>..<HASH> 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -12,7 +12,7 @@ Rails::Initializer.run do |config| # -- all .rb files in that directory are automatically loaded...
Github comments are an excellent way to perform community code review -- keep it up!
diff --git a/src/Robo/Commands/Tests/BehatCommand.php b/src/Robo/Commands/Tests/BehatCommand.php index <HASH>..<HASH> 100644 --- a/src/Robo/Commands/Tests/BehatCommand.php +++ b/src/Robo/Commands/Tests/BehatCommand.php @@ -127,6 +127,8 @@ class BehatCommand extends TestsCommandBase { ->option("webdriver", 4444) ...
Increasing timeout for PhantomJS.
diff --git a/packages/@ember/application/lib/application.js b/packages/@ember/application/lib/application.js index <HASH>..<HASH> 100644 --- a/packages/@ember/application/lib/application.js +++ b/packages/@ember/application/lib/application.js @@ -45,7 +45,7 @@ let librariesRegistered = false; `Application` class, wh...
Update packages/@ember/application/lib/application.js
diff --git a/src/codemod.py b/src/codemod.py index <HASH>..<HASH> 100755 --- a/src/codemod.py +++ b/src/codemod.py @@ -780,7 +780,7 @@ def _parse_command_line(): parser.add_argument('-m', action='store_true', help='Have regex work over multiple lines (e.g. have dot match newlines). ' ...
Fix default param for directory Without this, running without -d simply fails with an error since the directory is None instead of .
diff --git a/receive_stream.go b/receive_stream.go index <HASH>..<HASH> 100644 --- a/receive_stream.go +++ b/receive_stream.go @@ -29,7 +29,6 @@ type receiveStream struct { sender streamSender frameQueue *frameSorter - readOffset protocol.ByteCount finalOffset protocol.ByteCount currentFrame []byte ...
remove unused readOffset member variable in receiveStream
diff --git a/mollie/api/objects/order.py b/mollie/api/objects/order.py index <HASH>..<HASH> 100644 --- a/mollie/api/objects/order.py +++ b/mollie/api/objects/order.py @@ -146,7 +146,7 @@ class Order(Base): refund = OrderRefunds(self.client).on(self).create(data, **params) return refund - def canc...
**params are not useful nor supported when sending a DELETE
diff --git a/lexicon/providers/auto.py b/lexicon/providers/auto.py index <HASH>..<HASH> 100644 --- a/lexicon/providers/auto.py +++ b/lexicon/providers/auto.py @@ -44,13 +44,13 @@ def _get_ns_records_for_domain(domain): # Available both for Windows and Linux (if dnsutils is installed for the latter) try: ...
Protect nslookup call against non-ANSI and non-UTF8 output
diff --git a/eth/vm/code_stream.py b/eth/vm/code_stream.py index <HASH>..<HASH> 100644 --- a/eth/vm/code_stream.py +++ b/eth/vm/code_stream.py @@ -39,12 +39,18 @@ class CodeStream(object): def __len__(self) -> int: return self._length_cache - def __iter__(self) -> 'CodeStream': - return self -...
CodeStream.__iter__ speedup (<I>%) Avoid a self.read references, byte check, and call overhead to __next__() at every iteration (assuming that re-starting the generator is faster than invoking __next__() again). Pretty surprising that this didn't give more speedup actually. It's essentially undetectable.
diff --git a/core/array.rb b/core/array.rb index <HASH>..<HASH> 100644 --- a/core/array.rb +++ b/core/array.rb @@ -978,7 +978,7 @@ class Array } end - def zip(*others) + def zip(*others, &block) %x{ var result = [], size = this.length, part, o; @@ -998,6 +998,14 @@ class Array result[...
Add block support to Array#zip
diff --git a/lib/wechat/http_client.rb b/lib/wechat/http_client.rb index <HASH>..<HASH> 100644 --- a/lib/wechat/http_client.rb +++ b/lib/wechat/http_client.rb @@ -8,7 +8,7 @@ module Wechat @base = base @httprb = HTTP.timeout(:global, write: timeout, connect: timeout, read: timeout) @ssl_context = O...
Fix TLSv1_client method type "_client" is ignored in Ruby <I>
diff --git a/emailtemplates/email.py b/emailtemplates/email.py index <HASH>..<HASH> 100644 --- a/emailtemplates/email.py +++ b/emailtemplates/email.py @@ -6,7 +6,7 @@ from smtplib import SMTPException from django.conf import settings from django.core.exceptions import ObjectDoesNotExist from django.core.mail import ...
Removed Context from render_to_response function - support for django <I>
diff --git a/tests/test_module_doc.py b/tests/test_module_doc.py index <HASH>..<HASH> 100644 --- a/tests/test_module_doc.py +++ b/tests/test_module_doc.py @@ -47,11 +47,7 @@ OBSELETE_PARAM = [ RE_PARAM = re.compile( '^ - `(?P<name>[^`]*)`.*?(' '\*\(default (?P<value>(' - '("[^"]*")' # double quote strin...
Add tuples support to doc checker
diff --git a/tests/compute/helper.rb b/tests/compute/helper.rb index <HASH>..<HASH> 100644 --- a/tests/compute/helper.rb +++ b/tests/compute/helper.rb @@ -26,12 +26,12 @@ def compute_providers }, :server_attributes => {}.tap do |hash| [:zone_id, :network_ids, :image_id, :flavor_id].each do |k| - ...
[cloudstack] prevent mock test failure when cloudstack credentials are not defined
diff --git a/src/config/form.php b/src/config/form.php index <HASH>..<HASH> 100644 --- a/src/config/form.php +++ b/src/config/form.php @@ -46,7 +46,7 @@ return array( */ 'fieldset' => array( - 'button' => array('class' => 'btn'), + 'button' => array(), 'checkbox' => array(), ...
Slightly reorganize the config.
diff --git a/lib/para/inputs/nested_one_input.rb b/lib/para/inputs/nested_one_input.rb index <HASH>..<HASH> 100644 --- a/lib/para/inputs/nested_one_input.rb +++ b/lib/para/inputs/nested_one_input.rb @@ -12,6 +12,8 @@ module Para unless (resource = object.send(:"#{ attribute_name }")) # Build associa...
fix issue with HasOneThroughAssociation nested fields building
diff --git a/core/src/main/java/org/bitcoinj/wallet/Wallet.java b/core/src/main/java/org/bitcoinj/wallet/Wallet.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/wallet/Wallet.java +++ b/core/src/main/java/org/bitcoinj/wallet/Wallet.java @@ -1128,6 +1128,12 @@ public class Wallet extends BaseTaggab...
Wallet: Add back deprecated findKeyFromPubHash() for compatibility.
diff --git a/lib/CustomPredefs.js b/lib/CustomPredefs.js index <HASH>..<HASH> 100644 --- a/lib/CustomPredefs.js +++ b/lib/CustomPredefs.js @@ -16,6 +16,11 @@ define ( function(){ angular: [ 'angular' ], + 'angular-scenario': { + deps: [ 'angular' ], + dict: [ 'pause', 'sleep', 'browser', 'expect', '...
Added functions from Angular JS E2E testing.
diff --git a/atlassian/jira.py b/atlassian/jira.py index <HASH>..<HASH> 100644 --- a/atlassian/jira.py +++ b/atlassian/jira.py @@ -90,6 +90,19 @@ class Jira(AtlassianRestAPI): limit=limit) return self.get(url) + def get_all_users_from_group(self, group, include_inactive_users=False, start=0, ...
Add method for the get user group members
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -19,8 +19,8 @@ function _build(jobName, params, args) { console.log(message, jobName); // wait for pending period setTimeout(function () { - _console()(jobName); - }, 5000); +...
Add pending arg to override default 5 secs timeout before calling console after build.
diff --git a/Kernel.php b/Kernel.php index <HASH>..<HASH> 100644 --- a/Kernel.php +++ b/Kernel.php @@ -61,6 +61,10 @@ class Kernel extends Component foreach ($this->config->get('factories', []) as $interface => $definitions) { foreach ($definitions as $name => $definition) { + if ...
ManaPHP\Kernel supporting factory of # reference
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ with open('README.rst', 'r') as f: setup( name='pyttsx3', packages=['pyttsx3', 'pyttsx3.drivers'], - version='2.8', + version='2.86', description='Text to Speech (TTS) library for Python 2 ...
updated version <I> after reverting to commit 3b<I>e4 to fix