diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/database_rewinder/multiple_statements_executor.rb b/lib/database_rewinder/multiple_statements_executor.rb index <HASH>..<HASH> 100644 --- a/lib/database_rewinder/multiple_statements_executor.rb +++ b/lib/database_rewinder/multiple_statements_executor.rb @@ -37,7 +37,7 @@ module DatabaseRewinder ...
`else` here should not be reachable
diff --git a/lib/db/access.php b/lib/db/access.php index <HASH>..<HASH> 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1553,8 +1553,6 @@ $capabilities = array( ) ), 'moodle/rating:rate' => array( - - 'riskbitmask' => RISK_DATALOSS, 'captype' => 'write', 'contextle...
rating MDL-<I> modified moodle/rating:rate risks
diff --git a/workshift/urls.py b/workshift/urls.py index <HASH>..<HASH> 100644 --- a/workshift/urls.py +++ b/workshift/urls.py @@ -3,5 +3,12 @@ from django.conf.urls import url from workshift import views urlpatterns = [ - url(r"^workshift/$", views.workshift_view, name="workshift_view"), + url(r"^workshift/$", vie...
Added more urls to urlpatterns
diff --git a/src/lib/adt/index.js b/src/lib/adt/index.js index <HASH>..<HASH> 100644 --- a/src/lib/adt/index.js +++ b/src/lib/adt/index.js @@ -128,7 +128,8 @@ const MCNK = Chunk({ sizeMCSH: r.uint32le, areaID: r.uint32le, wmoCount: r.uint32le, - holes: r.uint32le, + holes: r.uint16le, + unknown: r.uint16le,...
ADT chunk holes are <I>-bit
diff --git a/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java b/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java index <HASH>..<HASH> 100644 --- a/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java +++ b/back...
@DirtiesContext should not be needed, need to figure out cause if needed (-->jira)
diff --git a/src/providers/sh/commands/deploy.js b/src/providers/sh/commands/deploy.js index <HASH>..<HASH> 100644 --- a/src/providers/sh/commands/deploy.js +++ b/src/providers/sh/commands/deploy.js @@ -97,10 +97,6 @@ const help = () => { login Login into your account or creates a new ...
Temporarily hide providers from usage information (#<I>)
diff --git a/js/tests/roundtrip-test.js b/js/tests/roundtrip-test.js index <HASH>..<HASH> 100755 --- a/js/tests/roundtrip-test.js +++ b/js/tests/roundtrip-test.js @@ -422,6 +422,7 @@ var fetch = function ( page, cb, options ) { if ( options.apiURL ) { parsoidConfig.setInterwiki( 'customwiki', options.apiURL ); }...
Add --editMode option to roundtrip-test.js. Usually you don't want the noise, but turning on --editMode can help unearth crashers in html2wt. Change-Id: I<I>c0fc0dc4e<I>f<I>c8b<I>b<I>df<I>da4a3dc
diff --git a/spec/lib/mobi/metadata_spec.rb b/spec/lib/mobi/metadata_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/mobi/metadata_spec.rb +++ b/spec/lib/mobi/metadata_spec.rb @@ -1,5 +1,8 @@ require 'spec_helper' +require 'mobi/metadata' +require 'mobi/stream_slicer' + describe Mobi::Metadata do context 'i...
Manually require files in the specs.
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java index <HASH>..<HASH> 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuer...
This change should not be committed in r<I>
diff --git a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java b/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java +++ b/aeron-system-tests/src/te...
[Java] Delete archive dir on start of system test.
diff --git a/src/Page/PageBuilder.php b/src/Page/PageBuilder.php index <HASH>..<HASH> 100644 --- a/src/Page/PageBuilder.php +++ b/src/Page/PageBuilder.php @@ -21,6 +21,7 @@ final class PageBuilder private $datasource; private $debug = false; private $defaultDisplay = 'table'; + private $disabledSorts ...
Allow to disable some sorts through the page builder
diff --git a/src/cobra/flux_analysis/parsimonious.py b/src/cobra/flux_analysis/parsimonious.py index <HASH>..<HASH> 100644 --- a/src/cobra/flux_analysis/parsimonious.py +++ b/src/cobra/flux_analysis/parsimonious.py @@ -1,7 +1,7 @@ """Provide parsimonious FBA implementation.""" from itertools import chain -from typi...
fix: use proper typing annotation in parsimonious.py
diff --git a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/CloudControllerClientV2.java b/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/CloudControllerClientV2.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/...
Reduce inline-relations-depth to 1 for apps/{app}/routes [#<I>]
diff --git a/src/router/registry.go b/src/router/registry.go index <HASH>..<HASH> 100644 --- a/src/router/registry.go +++ b/src/router/registry.go @@ -301,6 +301,7 @@ func (r *Registry) Unregister(m *registryMessage) { func (r *Registry) pruneStaleDroplets() { if r.isStateStale() { + r.resetTracker() return ...
reset stale tracker state when it becomes stale [#<I>]
diff --git a/TokenCollection.php b/TokenCollection.php index <HASH>..<HASH> 100644 --- a/TokenCollection.php +++ b/TokenCollection.php @@ -20,7 +20,7 @@ class TokenCollection extends ArrayList { * * @return Token */ - public function get(int $index): Token { + public function get(int $index): ?Token { retu...
Fix TokenCollection Adjust `TokenCollection::get()` method to return null, for consistency with `ArrayList::get`.
diff --git a/clientv3/concurrency/mutex.go b/clientv3/concurrency/mutex.go index <HASH>..<HASH> 100644 --- a/clientv3/concurrency/mutex.go +++ b/clientv3/concurrency/mutex.go @@ -82,12 +82,11 @@ func (m *Mutex) Lock(ctx context.Context) error { client := m.s.Client() // wait for deletion revisions prior to myKey ...
clientv3/concurrency: do not swallow error (#<I>)
diff --git a/lib/nodes.js b/lib/nodes.js index <HASH>..<HASH> 100644 --- a/lib/nodes.js +++ b/lib/nodes.js @@ -392,6 +392,11 @@ ClassList.prototype.get = function (name) { this.collections[name] : []; }; +ClassList.prototype.count = function (name) { + return Object.prototype.hasOwnProperty.call(this.collectio...
[feature] add classlist count method
diff --git a/macaroons/constraints_test.go b/macaroons/constraints_test.go index <HASH>..<HASH> 100644 --- a/macaroons/constraints_test.go +++ b/macaroons/constraints_test.go @@ -99,7 +99,7 @@ func TestIpLockConstraint(t *testing.T) { // TestIPLockBadIP tests that an IP constraint cannot be added if the // provided s...
macaroons/constraints_test: remove extraneous semicolon
diff --git a/stemcell/stemcell.go b/stemcell/stemcell.go index <HASH>..<HASH> 100644 --- a/stemcell/stemcell.go +++ b/stemcell/stemcell.go @@ -3,7 +3,7 @@ package stemcell import ( "fmt" - boshcmd "github.com/cloudfoundry/bosh-utils/fileutil" + boshfu "github.com/cloudfoundry/bosh-utils/fileutil" biproperty "git...
Fix bug in repack-stemcell repack-stemcell failed when the specified target was on a different device than the bosh cache. Fixed by using a different utility function to move temporary tar ball to destination tar ball. [#<I>](<URL>)
diff --git a/lib/specter.rb b/lib/specter.rb index <HASH>..<HASH> 100644 --- a/lib/specter.rb +++ b/lib/specter.rb @@ -1,3 +1,7 @@ +require 'forwardable' +require 'logger' +require 'socket' + require 'specter/version' require 'specter/cli' require 'specter/server' diff --git a/lib/specter/env.rb b/lib/specter/env.rb...
Move stdlib requirements to lib/specter.rb
diff --git a/src/Connection/Connector.php b/src/Connection/Connector.php index <HASH>..<HASH> 100644 --- a/src/Connection/Connector.php +++ b/src/Connection/Connector.php @@ -76,9 +76,16 @@ class Connector implements ConnectorInterface if (isset($session)) { $this->session = $session; } e...
Connector: default to no session storage when an access token is configured
diff --git a/hypermap/aggregator/models.py b/hypermap/aggregator/models.py index <HASH>..<HASH> 100644 --- a/hypermap/aggregator/models.py +++ b/hypermap/aggregator/models.py @@ -1294,9 +1294,11 @@ def endpointlist_post_save(instance, *args, **kwargs): def endpoint_post_save(instance, *args, **kwargs): + signal...
Prevent recursion with same endpoint url (#<I>) * Prevent recursion with same endpoint url Found an issue. When a new endpoint list is added, an infinite loop with the first endpoint url from the file is generated. <URL>
diff --git a/lib/vanity/adapters/mongodb_adapter.rb b/lib/vanity/adapters/mongodb_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/vanity/adapters/mongodb_adapter.rb +++ b/lib/vanity/adapters/mongodb_adapter.rb @@ -19,8 +19,8 @@ module Vanity def initialize(options) if options[:hosts] - args ...
Fixed a bug after really using the fork in a proper environment.
diff --git a/tsdb/engine/bz1/bz1.go b/tsdb/engine/bz1/bz1.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/bz1/bz1.go +++ b/tsdb/engine/bz1/bz1.go @@ -598,7 +598,6 @@ func (tx *Tx) Cursor(key string) tsdb.Cursor { c := &Cursor{ cursor: b.Cursor(), - buf: make([]byte, DefaultBlockSize), } return tsdb.Mu...
Remove unused buffer allocation The buffer allocation in bz1 was unused and I'm fairly certain that it was harmful to performance if used. For queries that run through a bz1 block, needing to hold on to a <I>kb block is expensive. Better to churn on the allocator and have the blocks be released when they are unused th...
diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/source.py +++ b/openquake/commonlib/source.py @@ -365,7 +365,7 @@ class CompositionInfo(object): """ sm = self.source_models[sm_id] return self.__class__( - ...
Small fix in case of sampling Former-commit-id: caedbc<I>e<I>e9fb<I>fca<I>d<I>cc<I>b4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ tests_require = [ 'pytest-cache>=1.0', 'pytest-cov>=1.8.0', 'pytest-pep8>=1.0.6', - 'pytest>=2.8.0,<3.0.0' + 'pytest>=3.8' ] extras_require = {
installation: upgrade `pytest`
diff --git a/website/data/version.js b/website/data/version.js index <HASH>..<HASH> 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1,3 +1,3 @@ -export const VERSION = '1.4.1' +export const VERSION = '1.4.2' export const CHANGELOG_URL = - 'https://github.com/hashicorp/vault/blob/master/CHANGELO...
update website for <I> (#<I>)
diff --git a/internetarchive/cli/ia_copy.py b/internetarchive/cli/ia_copy.py index <HASH>..<HASH> 100644 --- a/internetarchive/cli/ia_copy.py +++ b/internetarchive/cli/ia_copy.py @@ -34,6 +34,7 @@ import sys from docopt import docopt, printable_usage from schema import Schema, Use, Or, And, SchemaError +from six.mo...
urlencode/quote path in s3 copy-source header
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,10 +46,10 @@ copyright = u'2009, the django-authority team' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release =...
Bumped to version <I>
diff --git a/lib/middleware/autoreload.js b/lib/middleware/autoreload.js index <HASH>..<HASH> 100644 --- a/lib/middleware/autoreload.js +++ b/lib/middleware/autoreload.js @@ -18,7 +18,7 @@ var gaze = require('gaze'), module.exports = function(options) { var outdated = false, - watches = [ path.join(proce...
[#<I>] Add subdirectory support to AutoReload.
diff --git a/wisdom-maven-plugin/src/main/java/org/ow2/chameleon/wisdom/maven/utils/DependencyFinder.java b/wisdom-maven-plugin/src/main/java/org/ow2/chameleon/wisdom/maven/utils/DependencyFinder.java index <HASH>..<HASH> 100644 --- a/wisdom-maven-plugin/src/main/java/org/ow2/chameleon/wisdom/maven/utils/DependencyFind...
Improve reporting when the runtime cannot be resolved
diff --git a/django_ulogin/models.py b/django_ulogin/models.py index <HASH>..<HASH> 100644 --- a/django_ulogin/models.py +++ b/django_ulogin/models.py @@ -76,8 +76,8 @@ def create_user(request, ulogin_response): Creates user """ # Custom behaviour - if settings.CREATE_USER_CALLBACK is not None: - ...
Fix some attribute errors; added Dudu provier.
diff --git a/sos/collector/__init__.py b/sos/collector/__init__.py index <HASH>..<HASH> 100644 --- a/sos/collector/__init__.py +++ b/sos/collector/__init__.py @@ -764,6 +764,7 @@ class SoSCollector(SoSComponent): self.cluster = self.clusters['jbon'] else: self.cluster = se...
[collector] allow overriding plain --cluster-type In few user scenarios, it is useful to force sos collect to override cluster type, but let it generate list of nodes by itself. For that, it is sufficient to set the self.cluster_type accordingly. Resolves: #<I>
diff --git a/src/basis.js b/src/basis.js index <HASH>..<HASH> 100644 --- a/src/basis.js +++ b/src/basis.js @@ -1946,14 +1946,18 @@ * @return {*} */ as: function(fn){ - var token = new Token(fn(this.value)); + var token = new Token(); var setter = function(value){ - this.set(fn(val...
core: basis.Token#as invoke fn in context of resulting token
diff --git a/test/unit/test_unit_before_after_test.rb b/test/unit/test_unit_before_after_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/test_unit_before_after_test.rb +++ b/test/unit/test_unit_before_after_test.rb @@ -182,7 +182,7 @@ class TestUnitBeforeAfter < Test::Unit::TestCase "test_something(MyExample...
TestUnitBeforeAndAfter test was breaking due to fragile line-number-in-stack-trace expectations... removal of one line of source in Hardmock's source code broke this test's expectations. git-svn-id: <URL>
diff --git a/napalm/ios/ios.py b/napalm/ios/ios.py index <HASH>..<HASH> 100644 --- a/napalm/ios/ios.py +++ b/napalm/ios/ios.py @@ -442,6 +442,7 @@ class IOSDriver(NetworkDriver): output = self._commit_hostname_handler(cmd) if ('original configuration has been successfully restored' in output) ...
FIXES #<I> additional error message on failed replace (#<I>)
diff --git a/cli/src/main/java/org/jboss/as/cli/impl/aesh/cmd/deployment/ListCommand.java b/cli/src/main/java/org/jboss/as/cli/impl/aesh/cmd/deployment/ListCommand.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/org/jboss/as/cli/impl/aesh/cmd/deployment/ListCommand.java +++ b/cli/src/main/java/org/jboss/as/cli...
[WFCORE-<I>] Improve CLI error handling in ListCommand
diff --git a/lib/knife-solo/ssh_command.rb b/lib/knife-solo/ssh_command.rb index <HASH>..<HASH> 100644 --- a/lib/knife-solo/ssh_command.rb +++ b/lib/knife-solo/ssh_command.rb @@ -142,6 +142,7 @@ module KnifeSolo def run_command(command, options={}) detect_authentication_method + Chef::Log.debug("Runn...
Get some debugging output on prepare.
diff --git a/pypet/utils/helpful_classes.py b/pypet/utils/helpful_classes.py index <HASH>..<HASH> 100644 --- a/pypet/utils/helpful_classes.py +++ b/pypet/utils/helpful_classes.py @@ -40,7 +40,7 @@ class IteratorChain(object): return self._current.next() except IndexError: ...
added error statement to StopIteration
diff --git a/django_mailbox/transports/generic.py b/django_mailbox/transports/generic.py index <HASH>..<HASH> 100644 --- a/django_mailbox/transports/generic.py +++ b/django_mailbox/transports/generic.py @@ -1,4 +1,5 @@ import sys +import six from .base import EmailTransport @@ -9,9 +10,12 @@ class GenericFileMail...
possible fix for python3 maildir issue
diff --git a/core/cache/watcher.go b/core/cache/watcher.go index <HASH>..<HASH> 100644 --- a/core/cache/watcher.go +++ b/core/cache/watcher.go @@ -4,6 +4,7 @@ package cache import ( + "regexp" "sort" "sync" @@ -258,3 +259,37 @@ func (w *ChangeWatcher) changed(topic string, value interface{}) { w.notify(st...
Added RegexpChangeWatcher, tested by machine.WatchContainers.
diff --git a/publisher/static/publisher/publisher.js b/publisher/static/publisher/publisher.js index <HASH>..<HASH> 100644 --- a/publisher/static/publisher/publisher.js +++ b/publisher/static/publisher/publisher.js @@ -1,16 +1,15 @@ var $ = django.jQuery; $(function() { - $('input:checkbox.publish-checkbox').chang...
Swapped from data attributes to standard attr call to fix undefined bug
diff --git a/proto/text.go b/proto/text.go index <HASH>..<HASH> 100644 --- a/proto/text.go +++ b/proto/text.go @@ -334,7 +334,8 @@ func writeStruct(w *textWriter, sv reflect.Value) error { } inner := fv.Elem().Elem() // interface -> *T -> T tag := inner.Type().Field(0).Tag.Get("protobuf") - props.Pars...
Fix race in text formatting of oneof fields. I was reparsing the oneof's struct field tag, but not making a new Properties for it.
diff --git a/tag.go b/tag.go index <HASH>..<HASH> 100644 --- a/tag.go +++ b/tag.go @@ -284,14 +284,14 @@ func (t *Tag) Save() error { newFile.Close() originalFile.Close() - // Make sure we clean up the temp file if it's still around - os.Remove(newFile.Name()) - // Replace original file with new file if err =...
Fix bug with rename in tag.Save
diff --git a/packages/webiny-app-cms/src/editor/components/Droppable.js b/packages/webiny-app-cms/src/editor/components/Droppable.js index <HASH>..<HASH> 100644 --- a/packages/webiny-app-cms/src/editor/components/Droppable.js +++ b/packages/webiny-app-cms/src/editor/components/Droppable.js @@ -35,7 +35,7 @@ const Dropp...
Fixes out of bounds drop zone
diff --git a/js/examples/raindrops.js b/js/examples/raindrops.js index <HASH>..<HASH> 100644 --- a/js/examples/raindrops.js +++ b/js/examples/raindrops.js @@ -104,7 +104,7 @@ example.start(); // Start the fps and raindrop count plot. var fpsPlot = new SmoothieChart({tooltip:true}); fpsPlot.streamTo(document.getEleme...
Added a bound to the number of spawns, based on the fps.
diff --git a/src/Composer/Util/ProcessExecutor.php b/src/Composer/Util/ProcessExecutor.php index <HASH>..<HASH> 100644 --- a/src/Composer/Util/ProcessExecutor.php +++ b/src/Composer/Util/ProcessExecutor.php @@ -33,6 +33,7 @@ class ProcessExecutor public function execute($command, &$output = null) { $...
Reset the errorOutput before attempting to run command
diff --git a/gruvi/fibers.py b/gruvi/fibers.py index <HASH>..<HASH> 100644 --- a/gruvi/fibers.py +++ b/gruvi/fibers.py @@ -47,6 +47,7 @@ class Fiber(fibers.Fiber): self._log = logging.get_logger(self) self._done = Signal() self._thread = threading.get_ident() + self.context = None ...
[logging] show a fiber context
diff --git a/jawn-core/src/main/java/net/javapla/jawn/core/FrameworkBootstrap.java b/jawn-core/src/main/java/net/javapla/jawn/core/FrameworkBootstrap.java index <HASH>..<HASH> 100644 --- a/jawn-core/src/main/java/net/javapla/jawn/core/FrameworkBootstrap.java +++ b/jawn-core/src/main/java/net/javapla/jawn/core/Framework...
looking for modules were exiting too early
diff --git a/examples/client.js b/examples/client.js index <HASH>..<HASH> 100644 --- a/examples/client.js +++ b/examples/client.js @@ -2,7 +2,9 @@ const soupbintcp = require('../'); -const client = soupbintcp.createClient(4000, 'localhost', () => { +const client = soupbintcp.createClient(4000, 'localhost'); + +cli...
Add 'connect' event for client
diff --git a/src/Autolinker.js b/src/Autolinker.js index <HASH>..<HASH> 100644 --- a/src/Autolinker.js +++ b/src/Autolinker.js @@ -264,6 +264,8 @@ Autolinker.prototype = { * @return {String} The HTML, with matches automatically linked. */ link : function( textOrHtml ) { + if( !textOrHtml ) { return ""; } // h...
Handle `null` or `undefined` being passed to the link() method by returning empty string.
diff --git a/grails-core/src/main/groovy/org/codehaus/groovy/grails/support/MockApplicationContext.java b/grails-core/src/main/groovy/org/codehaus/groovy/grails/support/MockApplicationContext.java index <HASH>..<HASH> 100644 --- a/grails-core/src/main/groovy/org/codehaus/groovy/grails/support/MockApplicationContext.jav...
remove @Override from interface method
diff --git a/eventsourcing/domain/model/decorators.py b/eventsourcing/domain/model/decorators.py index <HASH>..<HASH> 100644 --- a/eventsourcing/domain/model/decorators.py +++ b/eventsourcing/domain/model/decorators.py @@ -156,11 +156,12 @@ def attribute(getter): raise ProgrammingError("Expected a function, go...
Changed retry decorator to support 'stall' delay before looping.
diff --git a/resources/views/adminarea/partials/timestamps.blade.php b/resources/views/adminarea/partials/timestamps.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/adminarea/partials/timestamps.blade.php +++ b/resources/views/adminarea/partials/timestamps.blade.php @@ -1,5 +1,11 @@ <div style="padding-top...
Display record ID in form footer for admins
diff --git a/builtin/providers/aws/resource_aws_elb_test.go b/builtin/providers/aws/resource_aws_elb_test.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_elb_test.go +++ b/builtin/providers/aws/resource_aws_elb_test.go @@ -425,7 +425,7 @@ resource "aws_elb" "bar" { const testAccAWSELBConfigHeal...
providers/aws: fix ELB acceptance test
diff --git a/src/Context/FOSRestFormValidationContext.php b/src/Context/FOSRestFormValidationContext.php index <HASH>..<HASH> 100644 --- a/src/Context/FOSRestFormValidationContext.php +++ b/src/Context/FOSRestFormValidationContext.php @@ -13,6 +13,7 @@ class FOSRestFormValidationContext extends RawApiContext { /*...
Added additional quote format for FOSRest JSON response check
diff --git a/lib/down/chunked_io.rb b/lib/down/chunked_io.rb index <HASH>..<HASH> 100644 --- a/lib/down/chunked_io.rb +++ b/lib/down/chunked_io.rb @@ -36,6 +36,8 @@ module Down @rewindable = rewindable @buffer = nil @position = 0 + @next_chunk = nil + @closed = false re...
Remove uninitialized @next_chunk and @closed warnings Fixes #<I>
diff --git a/werkzeug/_reloader.py b/werkzeug/_reloader.py index <HASH>..<HASH> 100644 --- a/werkzeug/_reloader.py +++ b/werkzeug/_reloader.py @@ -40,11 +40,16 @@ def _iter_module_files(): entered.add(path_entry) try: for filename in os.listdir(path_entry): - if not filenam...
Make _recursive_walk actually recursive
diff --git a/monero_serialize/xmrboost.py b/monero_serialize/xmrboost.py index <HASH>..<HASH> 100644 --- a/monero_serialize/xmrboost.py +++ b/monero_serialize/xmrboost.py @@ -32,6 +32,9 @@ async def load_uvarint(reader): result = 0 shift = 0 + if size > 8: + raise ValueError('Varint size too big')...
boost: varint unserialize range check - too big varint is probably an invalid deserialization, maximum allowed is 8 B
diff --git a/pkg/k8s/factory_functions.go b/pkg/k8s/factory_functions.go index <HASH>..<HASH> 100644 --- a/pkg/k8s/factory_functions.go +++ b/pkg/k8s/factory_functions.go @@ -134,12 +134,22 @@ func ObjToSlimCNP(obj interface{}) *types.SlimCNP { func ObjTov1Pod(obj interface{}) *slim_corev1.Pod { pod, ok := obj.(*s...
pkg/k8s: cast to Pod even if obj is cache.DeletedFinalStateUnknown When casting to a Pod, the k8s watcher might send a cache.DeletedFinalStateUnknown object to the event handler. Since the converter is not expecting this type, it will cause a warning to be printed in the logs which will be unexpected for users. This c...
diff --git a/mod/quiz/report/statistics/qstats.php b/mod/quiz/report/statistics/qstats.php index <HASH>..<HASH> 100644 --- a/mod/quiz/report/statistics/qstats.php +++ b/mod/quiz/report/statistics/qstats.php @@ -89,12 +89,6 @@ class qstats{ $stats->covariancemaxsum += $sortedgradedifference * $sortedothergraded...
MDL-<I> "quiz stats report:Seperation of functionality and unit tests for calculations" forgot to remove this, now redundant, piece of code.
diff --git a/ghost/admin/app/components/gh-post-settings-menu/email.js b/ghost/admin/app/components/gh-post-settings-menu/email.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/components/gh-post-settings-menu/email.js +++ b/ghost/admin/app/components/gh-post-settings-menu/email.js @@ -84,7 +84,7 @@ export default ...
Updated send test mail error for mailgun no issue
diff --git a/lib/howitzer/capybara/settings.rb b/lib/howitzer/capybara/settings.rb index <HASH>..<HASH> 100644 --- a/lib/howitzer/capybara/settings.rb +++ b/lib/howitzer/capybara/settings.rb @@ -266,6 +266,7 @@ module Capybara Capybara.run_server = false Capybara.app_host = '' + Capybara.asset_host = app...
Added capybara asset host to settings
diff --git a/pymzn/_mzn/_minizinc.py b/pymzn/_mzn/_minizinc.py index <HASH>..<HASH> 100644 --- a/pymzn/_mzn/_minizinc.py +++ b/pymzn/_mzn/_minizinc.py @@ -146,6 +146,8 @@ def minizinc(mzn, *dzn_files, data=None, keep=False, output_base=None, elif mzn_model.mzn_file: output_dir, mzn_name = os.path....
minizinc: use current working directory if keep=True but a model string is used
diff --git a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go index <HASH>..<HASH> 100644 --- a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go +++ b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go @@ -538,6 +538,10 @@ func (az *Cloud) rec...
azure: loadbalancer: respect svc sessionaffinity If the Service spec sets sessionAffinity, reflects that in the configuration specified for the Azure loadbalancer.
diff --git a/smmap/__init__.py b/smmap/__init__.py index <HASH>..<HASH> 100644 --- a/smmap/__init__.py +++ b/smmap/__init__.py @@ -3,7 +3,7 @@ __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/Byron/smmap" -version_info = (0, 8, 1) +version_info = (0, 8, 2) __versi...
Bumped version to <I>
diff --git a/src/TestCase.php b/src/TestCase.php index <HASH>..<HASH> 100644 --- a/src/TestCase.php +++ b/src/TestCase.php @@ -21,6 +21,7 @@ abstract class TestCase extends BaseTestCase { $loop = LoopFactory::create(); $container = ContainerBuilder::buildDevContainer(); + $container->set(L...
Added missing setting of loop into container on hydrate
diff --git a/easybatch-core/src/main/java/org/easybatch/core/impl/Engine.java b/easybatch-core/src/main/java/org/easybatch/core/impl/Engine.java index <HASH>..<HASH> 100755 --- a/easybatch-core/src/main/java/org/easybatch/core/impl/Engine.java +++ b/easybatch-core/src/main/java/org/easybatch/core/impl/Engine.java @@ -1...
call readRecord method to fire pre/post reading events
diff --git a/cppman/Config.py b/cppman/Config.py index <HASH>..<HASH> 100644 --- a/cppman/Config.py +++ b/cppman/Config.py @@ -23,8 +23,9 @@ # import ConfigParser +import os -from os.path import exists +from os.path import dirname, exists class Config(object): def __init__(self, configfile): @@ -48,6 +49,...
Fix bug: config dir doesn't get created of doesn't exists.
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -750,6 +750,7 @@ gulp.task('build.dart', function(done) { 'build/pubspec.dart', 'build/analyze.dart', 'build/pubbuild.dart', + 'build.dart.material.css', sequenceComplete(done) ); }); @@ ...
chore(build): add material css to dart build.
diff --git a/sovrin_client/client/wallet/wallet.py b/sovrin_client/client/wallet/wallet.py index <HASH>..<HASH> 100644 --- a/sovrin_client/client/wallet/wallet.py +++ b/sovrin_client/client/wallet/wallet.py @@ -68,6 +68,10 @@ class Wallet(PWallet, TrustAnchoring): :param raw: the wallet's raw representation of...
INDY-<I>: Added a comment
diff --git a/src/main/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPlugin.java b/src/main/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPlugin.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPlugin.jav...
Exclude tools configurations from applying recommendatation from bom
diff --git a/code/Calendar.php b/code/Calendar.php index <HASH>..<HASH> 100755 --- a/code/Calendar.php +++ b/code/Calendar.php @@ -120,7 +120,6 @@ class Calendar extends Page { } $f->addFieldToTab("Root.Main", new TextField('RSSTitle', _t('Calendar.RSSTITLE','Title of RSS Feed')),'Content'); - $this->extend(...
BUGFIX: updateCMSFields() called multiple times
diff --git a/lib/ryodo/suffix_list_fetcher.rb b/lib/ryodo/suffix_list_fetcher.rb index <HASH>..<HASH> 100644 --- a/lib/ryodo/suffix_list_fetcher.rb +++ b/lib/ryodo/suffix_list_fetcher.rb @@ -41,7 +41,8 @@ module Ryodo def prepare_data @prepared_data = @fetched_data.inject([]) do |acc, line| - next(...
Fix method issue (.match? exists in Ruby <I>+ only)
diff --git a/discord/channel.py b/discord/channel.py index <HASH>..<HASH> 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -372,7 +372,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): async def purge( self, *, - limit: int = 100, + limi...
Fix type annotations for purge's limit param on Thread/TextChannel Optional was missing.
diff --git a/openquake/commonlib/tests/riskmodels_test.py b/openquake/commonlib/tests/riskmodels_test.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/tests/riskmodels_test.py +++ b/openquake/commonlib/tests/riskmodels_test.py @@ -35,7 +35,7 @@ class ParseVulnerabilityModelTestCase(unittest.TestCase): ...
Used a slash in the vulnerabilityFunctionID
diff --git a/cumulusci/core/config.py b/cumulusci/core/config.py index <HASH>..<HASH> 100644 --- a/cumulusci/core/config.py +++ b/cumulusci/core/config.py @@ -392,6 +392,10 @@ class OrgConfig(BaseConfig): def org_id(self): return self.id.split('/')[-2] + @property + def username(self): + re...
properly print username for all org types, closes #<I>
diff --git a/services/purge_service_offering_test.go b/services/purge_service_offering_test.go index <HASH>..<HASH> 100644 --- a/services/purge_service_offering_test.go +++ b/services/purge_service_offering_test.go @@ -80,6 +80,8 @@ var _ = Describe("Purging service offerings", func() { AfterEach(func() { app_...
Delete app in services test AfterEach [#<I>]
diff --git a/lib/geminabox/server.rb b/lib/geminabox/server.rb index <HASH>..<HASH> 100644 --- a/lib/geminabox/server.rb +++ b/lib/geminabox/server.rb @@ -156,7 +156,7 @@ module Geminabox delete '/gems/*.gem' do unless self.class.allow_delete? - error_response(403, 'Gem deletion is disabled - see h...
Update link to issue The location of geminabox changed to <URL>
diff --git a/salt/modules/mysql.py b/salt/modules/mysql.py index <HASH>..<HASH> 100755 --- a/salt/modules/mysql.py +++ b/salt/modules/mysql.py @@ -271,7 +271,7 @@ def db_create(name): # db doesnt exist, proceed db = connect() cur = db.cursor() - query = "CREATE DATABASE %s;" % name + query = "CREAT...
added escaping for CREATE/DROP DATABASE
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -720,6 +720,11 @@ Options: -encrypt=key Provides the gossip encryption key -join=1.2.3.4 Address of an agent to join at start time. ...
command/agent: add help for retry join
diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverJob.java b/optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverJob.java index <HASH>..<HASH> 100644 --- a/optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverJob.java +++ b/optaplanner-core/src/main/java/...
Update optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
diff --git a/src/tables.minimap.js b/src/tables.minimap.js index <HASH>..<HASH> 100644 --- a/src/tables.minimap.js +++ b/src/tables.minimap.js @@ -17,7 +17,7 @@ var $btns = $('<div class="tablesaw-advance minimap">'); var $dotNav = $('<ul class="tablesaw-advance-dots">').appendTo($btns); var hideDot = "tablesa...
Fixes minimap to only use primary header row (especially important if you have more than one header row)
diff --git a/src/daos/dao.php b/src/daos/dao.php index <HASH>..<HASH> 100644 --- a/src/daos/dao.php +++ b/src/daos/dao.php @@ -39,7 +39,8 @@ abstract class Dao { * Child classes need to implement get_by_criterion * * @abstract - * @param $options + * @param array|null $options + * @return mixed */ abs...
Update phpdoc notation on DAO
diff --git a/pkg/controller/petset/pet.go b/pkg/controller/petset/pet.go index <HASH>..<HASH> 100644 --- a/pkg/controller/petset/pet.go +++ b/pkg/controller/petset/pet.go @@ -231,7 +231,9 @@ func (p *apiServerPetClient) getPVC(pvcName, pvcNamespace string) (*api.Persiste if errors.IsNotFound(err) { found = false ...
Create event only if creation of PVC failed.
diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/FilePath.java +++ b/core/src/main/java/hudson/FilePath.java @@ -2988,7 +2988,7 @@ public final class FilePath implements SerializableOnlyOverRemoting { private ...
[JENKINS-<I>] - Add some diagnostics for the failing channel comparison in FilePath
diff --git a/bin/ember-template-lint.js b/bin/ember-template-lint.js index <HASH>..<HASH> 100755 --- a/bin/ember-template-lint.js +++ b/bin/ember-template-lint.js @@ -44,7 +44,7 @@ async function buildLinterOptions(workingDir, filePath, filename = '', isReading } function executeGlobby(workingDir, pattern, ignore) ...
task: Temporarily disabling html parsing for <I>
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java index <HASH>..<HASH> 100644 --- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthe...
Stopped using the deprecated CredentialsGraph Switched to the non-deprecated one. CTR
diff --git a/lib/appium_lib/driver.rb b/lib/appium_lib/driver.rb index <HASH>..<HASH> 100644 --- a/lib/appium_lib/driver.rb +++ b/lib/appium_lib/driver.rb @@ -321,8 +321,6 @@ module Appium # https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile @appium_device = @caps[:platformName] ...
Do not check platformName in passed caps
diff --git a/src/modules/producer.js b/src/modules/producer.js index <HASH>..<HASH> 100644 --- a/src/modules/producer.js +++ b/src/modules/producer.js @@ -132,12 +132,11 @@ function checkRpc(queue, msg, options) { //reply to us if you receive this message! options.replyTo = amqpRPCQueues[queue].queue;...
Create defered promise on RPC only when message is truly sent
diff --git a/pymola/ast.py b/pymola/ast.py index <HASH>..<HASH> 100644 --- a/pymola/ast.py +++ b/pymola/ast.py @@ -461,7 +461,7 @@ ImportFromClause.ast_spec = { ElementModification.ast_spec = { 'component': Field(ComponentRef, ComponentRef()), - 'modifications': FieldList([Primary, Expression, ClassModificat...
Allow element modifications to be of type Array
diff --git a/Kwf/Model/Abstract.php b/Kwf/Model/Abstract.php index <HASH>..<HASH> 100644 --- a/Kwf/Model/Abstract.php +++ b/Kwf/Model/Abstract.php @@ -889,9 +889,13 @@ abstract class Kwf_Model_Abstract implements Kwf_Model_Interface public function getColumnMappings($mapping) { - if (!isset($this->_c...
Model_Abstract: added hasColumnMappings(), needed for newsletter
diff --git a/src/View/View/ViewFinderInterface.php b/src/View/View/ViewFinderInterface.php index <HASH>..<HASH> 100644 --- a/src/View/View/ViewFinderInterface.php +++ b/src/View/View/ViewFinderInterface.php @@ -30,8 +30,8 @@ interface ViewFinderInterface extends FinderInterface * * @since 0.1.0 * - ...
Add `null` in typehint where needed.
diff --git a/structurizr-examples/src/com/structurizr/example/structurizr/UploadToStructurizr.java b/structurizr-examples/src/com/structurizr/example/structurizr/UploadToStructurizr.java index <HASH>..<HASH> 100644 --- a/structurizr-examples/src/com/structurizr/example/structurizr/UploadToStructurizr.java +++ b/structu...
Save Structurizr workspaces to a persistent directory.
diff --git a/libcontainer/cgroups/systemd/systemd_test.go b/libcontainer/cgroups/systemd/systemd_test.go index <HASH>..<HASH> 100644 --- a/libcontainer/cgroups/systemd/systemd_test.go +++ b/libcontainer/cgroups/systemd/systemd_test.go @@ -219,9 +219,6 @@ func TestFreezePodCgroup(t *testing.T) { t.Fatal(err) } - ...
libct/cg/sd: TestFreezePodCgroup: rm explicit freeze This was initially added by commit 3e5c<I>b<I>a because Set (with r.Freezer = Frozen) was not able to freeze a container. Now (see a few previous commits) Set can do the freeze, so the explicit Freeze is no longer needed.
diff --git a/twemproxy/datadog_checks/twemproxy/twemproxy.py b/twemproxy/datadog_checks/twemproxy/twemproxy.py index <HASH>..<HASH> 100644 --- a/twemproxy/datadog_checks/twemproxy/twemproxy.py +++ b/twemproxy/datadog_checks/twemproxy/twemproxy.py @@ -101,10 +101,11 @@ class Twemproxy(AgentCheck): except Ex...
Don't collect version if metadata is not enabled (#<I>) * Collect metadata behind a flag * Don't log if metadata isn't enabled
diff --git a/addon/components/as-side-panel.js b/addon/components/as-side-panel.js index <HASH>..<HASH> 100644 --- a/addon/components/as-side-panel.js +++ b/addon/components/as-side-panel.js @@ -42,6 +42,14 @@ export default Ember.Component.extend(KeyEventsMixin, TransitionDurationMixin, I this.sendAction('previ...
Add showDrawer and hideDrawer actions to side panel
diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/github.py b/datadog_checks_dev/datadog_checks/dev/tooling/github.py index <HASH>..<HASH> 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/github.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/github.py @@ -90,9 +90,10 @@ def from_contributor(p...
Fix for parsing the PR id from commits * Fix for PR name * Fix variable name
diff --git a/irc.js b/irc.js index <HASH>..<HASH> 100644 --- a/irc.js +++ b/irc.js @@ -224,7 +224,7 @@ function handleNotice(user, serverIdx, server, origin, targetName, text) { } } else { // no nickname yet, so this is most likely an AUTH notice - user.applyStateChange('Notice', server.toWindo...
special treatment for server AUTH notices
diff --git a/networkapiclient/ApiInterface.py b/networkapiclient/ApiInterface.py index <HASH>..<HASH> 100644 --- a/networkapiclient/ApiInterface.py +++ b/networkapiclient/ApiInterface.py @@ -39,7 +39,7 @@ class ApiInterfaceRequest(ApiGenericClient): data = dict() - return self.put(uri) + return self.put(uri, d...
put and post data variable in order not to send null data