diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/state/pool.go b/state/pool.go index <HASH>..<HASH> 100644 --- a/state/pool.go +++ b/state/pool.go @@ -10,6 +10,7 @@ import ( "sync" "time" + "github.com/juju/clock" "github.com/juju/errors" "github.com/juju/loggo" "github.com/juju/pubsub" @@ -185,6 +186,11 @@ func OpenStatePool(args OpenParams)...
Allow access to the StatePool's clock.
diff --git a/graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/TestLoadGraph.java b/graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/TestLoadGraph.java index <HASH>..<HASH> 100755 --- a/graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/TestLoadGraph.java +++ b/grap...
Renamed "tinkerpop" database -> "GratefulDeadConcerts"
diff --git a/lib/ascii-data-tools/record_type.rb b/lib/ascii-data-tools/record_type.rb index <HASH>..<HASH> 100644 --- a/lib/ascii-data-tools/record_type.rb +++ b/lib/ascii-data-tools/record_type.rb @@ -66,10 +66,14 @@ module AsciiDataTools end end - class Type + module FixedLengthType in...
extracted the fixed length type-specific modules into own module
diff --git a/test/runtime/kvstore.go b/test/runtime/kvstore.go index <HASH>..<HASH> 100644 --- a/test/runtime/kvstore.go +++ b/test/runtime/kvstore.go @@ -25,7 +25,7 @@ import ( "github.com/sirupsen/logrus" ) -var _ = Describe("RuntimeKVStoreTest", func() { +var _ = Describe("RuntimeValidatedKVStoreTest", func() {...
test/runtime: mark KVStore test as validated
diff --git a/aframe.js b/aframe.js index <HASH>..<HASH> 100644 --- a/aframe.js +++ b/aframe.js @@ -1548,16 +1548,20 @@ var aFrame = function(){ }, database : database, el : el, + fx : fx, + json : json, + label : label, listener : { add : observer.add, list : observer.list, remove : obser...
Refactored the closure by moving listener{} and created state{} which will be used to implement stateful binding in observer{}.
diff --git a/color.js b/color.js index <HASH>..<HASH> 100644 --- a/color.js +++ b/color.js @@ -277,7 +277,7 @@ Color.prototype = { clone: function() { return new Color(this.rgb()); - }, + } } @@ -305,7 +305,7 @@ Color.prototype.setValues = function(space, vals) { "rgb": [255, 255, 255], ...
remove useless commas, make IE family happy
diff --git a/src/org/openscience/cdk/modeling/forcefield/IPotentialFunction.java b/src/org/openscience/cdk/modeling/forcefield/IPotentialFunction.java index <HASH>..<HASH> 100644 --- a/src/org/openscience/cdk/modeling/forcefield/IPotentialFunction.java +++ b/src/org/openscience/cdk/modeling/forcefield/IPotentialFunctio...
The variable functionEvaluationNumber was included in the PotentialFunction interface. git-svn-id: <URL>
diff --git a/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php b/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php +++ b/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php @@ -1264,7 +1264,9 @@ class ReflectorVisitor extends PhpParse...
fix: mixin parameter of self should be properly resolved (#<I>)
diff --git a/sprout/lib/sprout.rb b/sprout/lib/sprout.rb index <HASH>..<HASH> 100644 --- a/sprout/lib/sprout.rb +++ b/sprout/lib/sprout.rb @@ -9,10 +9,15 @@ require 'rake/clean' # includes open-uri, while older versions do not. # When open-uri is included twice, we get a bunch of nasty # warnings because constants a...
Added warning if version of RubyGems is less than <I>
diff --git a/spec/gibbon/gibbon_spec.rb b/spec/gibbon/gibbon_spec.rb index <HASH>..<HASH> 100644 --- a/spec/gibbon/gibbon_spec.rb +++ b/spec/gibbon/gibbon_spec.rb @@ -73,7 +73,7 @@ describe Gibbon do expect(@gibbon.proxy).to be_nil end - it "sets an proxy url key from the 'MAILCHIMP_PROXY_URL' ENV vari...
fix typo MAILCHIMP_PROXY in spec
diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py index <HASH>..<HASH> 100644 --- a/python/phonenumbers/__init__.py +++ b/python/phonenumbers/__init__.py @@ -146,7 +146,7 @@ from .phonenumbermatcher import PhoneNumberMatch, PhoneNumberMatcher, Leniency # Version number is taken from the ...
Prep for <I> release
diff --git a/salmonella/widgets.py b/salmonella/widgets.py index <HASH>..<HASH> 100644 --- a/salmonella/widgets.py +++ b/salmonella/widgets.py @@ -1,11 +1,15 @@ from django.conf import settings from django.contrib.admin import widgets -from django.urls import reverse, NoReverseMatch from django.core.exceptions impor...
Backwards compatibility for Django <<I> In order to preserve compatibility with Django before the <I> release, catch import errors when importing from `django.urls` and use `django.core.urlresolvers` instead.
diff --git a/src/Composer/Package/Locker.php b/src/Composer/Package/Locker.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package/Locker.php +++ b/src/Composer/Package/Locker.php @@ -258,7 +258,10 @@ class Locker $lock['packages-dev'] = $this->lockPackages($devPackages); } - if (empty...
Create lock if we only have platform dependencies
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ from setuptools import setup setup( name='django-extra-views', - version='0.6.1', - url='https://github.com/miguelrestrepo/django-extra-views', + version='0.6.2', + url='https://github.com/Andr...
corrected url in setup.py
diff --git a/src/TwitterApio.php b/src/TwitterApio.php index <HASH>..<HASH> 100644 --- a/src/TwitterApio.php +++ b/src/TwitterApio.php @@ -50,9 +50,9 @@ class TwitterApio extends tmhOAuth public function __construct($settings = [], $config = []) { include dirname(__DIR__) . '/config/config.php'; - ...
Fix missing merge from twitter settings into general config.
diff --git a/indra/sources/biopax/api.py b/indra/sources/biopax/api.py index <HASH>..<HASH> 100644 --- a/indra/sources/biopax/api.py +++ b/indra/sources/biopax/api.py @@ -157,6 +157,8 @@ def process_owl(owl_filename): A BiopaxProcessor containing the obtained BioPAX model in bp.model. """ model = pcc...
Don't process file if it can't be opened
diff --git a/src/main/java/org/dasein/cloud/azure/compute/image/AzureOSImage.java b/src/main/java/org/dasein/cloud/azure/compute/image/AzureOSImage.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/azure/compute/image/AzureOSImage.java +++ b/src/main/java/org/dasein/cloud/azure/compute/image/AzureOS...
Avoid an NPE when image class not set in filter options
diff --git a/lib/socket.js b/lib/socket.js index <HASH>..<HASH> 100644 --- a/lib/socket.js +++ b/lib/socket.js @@ -388,10 +388,9 @@ if (wasConnected) { this.transport.clearTimeouts(); - this.publish('disconnect', reason); - if (this.options.reconnect && !this.reconnecting) { + if ('boot...
Fixed; avoid reconnection on forced client disconnections (both for when the server kicks a client and the client disconnects itself.
diff --git a/simuvex/s_helpers.py b/simuvex/s_helpers.py index <HASH>..<HASH> 100644 --- a/simuvex/s_helpers.py +++ b/simuvex/s_helpers.py @@ -13,18 +13,25 @@ l = logging.getLogger("s_helpers") ### Helper functions ### ######################## -# Returns size, in BYTES, of a type -def get_size(t): +def size_bits(t)...
split get_size into size_bytes and size_bits
diff --git a/src/processors/save.js b/src/processors/save.js index <HASH>..<HASH> 100644 --- a/src/processors/save.js +++ b/src/processors/save.js @@ -27,10 +27,12 @@ options || (options = {}); options.purge = options.purge !== false; - if (!isDir && linq(outputs).count().run() > 1) { + ...
Save processor should not reuse cached outputs
diff --git a/lib/sub_diff/adapter.rb b/lib/sub_diff/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/sub_diff/adapter.rb +++ b/lib/sub_diff/adapter.rb @@ -2,7 +2,7 @@ module SubDiff class Adapter extend Forwardable - def_delegators :@differ, :builder + def_delegators :differ, :builder def_delegator...
Refer to method instead of ivar
diff --git a/aws/data_source_aws_outposts_site_test.go b/aws/data_source_aws_outposts_site_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_outposts_site_test.go +++ b/aws/data_source_aws_outposts_site_test.go @@ -4,6 +4,7 @@ import ( "regexp" "testing" + "github.com/aws/aws-sdk-go/service/outposts" ...
tests/ds/outposts_site: Add ErrorCheck
diff --git a/lib/modifier.js b/lib/modifier.js index <HASH>..<HASH> 100644 --- a/lib/modifier.js +++ b/lib/modifier.js @@ -24,6 +24,8 @@ util.inherits(Modifier, Pipeline); //Internals +Modifier.prototype._aggregatePluginResults = SerializationPlugin.getHtml; + Modifier.prototype._enablePlugin = function (plugin, ...
Swap code lines FTW =)
diff --git a/lib/resource/Application.js b/lib/resource/Application.js index <HASH>..<HASH> 100644 --- a/lib/resource/Application.js +++ b/lib/resource/Application.js @@ -12,6 +12,9 @@ Application.prototype.authenticateAccount = function authenticateApplicationAcco username = authcRequest.username, password =...
added support of authcRequest.accountStore param as string
diff --git a/core/rawdb/schema.go b/core/rawdb/schema.go index <HASH>..<HASH> 100644 --- a/core/rawdb/schema.go +++ b/core/rawdb/schema.go @@ -29,10 +29,10 @@ var ( // databaseVerisionKey tracks the current database version. databaseVerisionKey = []byte("DatabaseVersion") - // headHeaderKey tracks the latest know...
core/rawdb: fix typo (#<I>)
diff --git a/lib/po2icu.js b/lib/po2icu.js index <HASH>..<HASH> 100644 --- a/lib/po2icu.js +++ b/lib/po2icu.js @@ -71,7 +71,7 @@ module.exports = { format = msg.comments.flag; } var msgid = msg.msgid; - var msgstr = msg.msgstr; + var msgstr = msg.msgstr[0]; var ic...
Get string from msgstr array since it's an array
diff --git a/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java b/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java index <HASH>..<HASH> 100644 --- a/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java +++ b/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java @@ -187,8 +187,12 @@ ...
Return <I> instead of <I> from the gem proxy when asked for files it doesn't have
diff --git a/google-cloud-storage/lib/google/cloud/storage/file/verifier.rb b/google-cloud-storage/lib/google/cloud/storage/file/verifier.rb index <HASH>..<HASH> 100644 --- a/google-cloud-storage/lib/google/cloud/storage/file/verifier.rb +++ b/google-cloud-storage/lib/google/cloud/storage/file/verifier.rb @@ -50,7 +50,...
fix(storage): Update File::Verifier to test for File#to_path closes: #<I>
diff --git a/Kwf/Config.php b/Kwf/Config.php index <HASH>..<HASH> 100644 --- a/Kwf/Config.php +++ b/Kwf/Config.php @@ -11,6 +11,10 @@ class Kwf_Config $cfg = Kwf_Registry::get('config'); foreach (explode('.', $var) as $i) { + if (!isset($cfg->$i)) { + $cfg = null; + ...
change Kwf_Config::getValueArray to not cause error if parent setting doesn't exist, like getValue does
diff --git a/lib/geocoder/openstreetmapgeocoder.js b/lib/geocoder/openstreetmapgeocoder.js index <HASH>..<HASH> 100644 --- a/lib/geocoder/openstreetmapgeocoder.js +++ b/lib/geocoder/openstreetmapgeocoder.js @@ -53,7 +53,7 @@ OpenStreetMapGeocoder.prototype._formatResult = function(result) { 'latitude' : result...
OpenSteetMap : fix town result In some cases, in results `city` is `town`... Fallback it !
diff --git a/lib/twitter.rb b/lib/twitter.rb index <HASH>..<HASH> 100644 --- a/lib/twitter.rb +++ b/lib/twitter.rb @@ -21,7 +21,7 @@ module Twitter client.send(method, *args, &block) end - def self.respond_to?(method) - client.respond_to?(method) || super + def self.respond_to?(method, include_private = ...
Fix respond_to parameter list `respond_to?` should take two arguments, first the method name and second whether to include private methods. <URL>
diff --git a/ProxyQuery/ElasticaProxyQuery.php b/ProxyQuery/ElasticaProxyQuery.php index <HASH>..<HASH> 100644 --- a/ProxyQuery/ElasticaProxyQuery.php +++ b/ProxyQuery/ElasticaProxyQuery.php @@ -51,7 +51,7 @@ class ElasticaProxyQuery implements ProxyQueryInterface ) { $this->finder = $finder; $th...
use BoolQuery instead of Bool Bool is incompatible with php 7.
diff --git a/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/ExpressionSupportSmokeTestCase.java b/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/ExpressionSupportSmokeTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/domain/src/test/java/org/jboss/as/test/integration/do...
Use read-only configs in ExpressionSupportSmokeTestCase to save thousands of config copies
diff --git a/lib/duse/cli/api_command.rb b/lib/duse/cli/api_command.rb index <HASH>..<HASH> 100644 --- a/lib/duse/cli/api_command.rb +++ b/lib/duse/cli/api_command.rb @@ -15,6 +15,8 @@ module Duse rescue JSON::ParserError => e error 'Parsing error' end + rescue Duse::Client::NotLoggedI...
better not logged in handling and error messages
diff --git a/src/EchoIt/JsonApi/Model.php b/src/EchoIt/JsonApi/Model.php index <HASH>..<HASH> 100644 --- a/src/EchoIt/JsonApi/Model.php +++ b/src/EchoIt/JsonApi/Model.php @@ -37,6 +37,14 @@ class Model extends \Eloquent protected $resourceType = null; /** + * Expose the resource relations links by defau...
Ability to automatically expose relations for a resource As per specification a resource may choose to expose relations within a links node (this happens currently when including a relation) This PR adds an attribute to the model which enables a resource to identify relations it wishes to expose via the links permane...
diff --git a/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.java b/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.java +++ b/android/src/main/java/com/swmansion/rnscreens/Screen...
fix: disable shadow if needed (#<I>) mAppBarLayout is created on every screen change so we need to check if the shadow shouldn't be disabled. This method is needed here since the if clause in setToolbarShadowHidden will return false e.g. when going back to the previous screen.
diff --git a/python/ray/_private/worker.py b/python/ray/_private/worker.py index <HASH>..<HASH> 100644 --- a/python/ray/_private/worker.py +++ b/python/ray/_private/worker.py @@ -597,11 +597,9 @@ class Worker: # Make sure that the value is not an object ref. if isinstance(value, ObjectRef): ...
[Cleanup] Update Put error message (#<I>) We allow tasks to return ObjectRefs. I'm not sure when this support was added, but I think for quite a while.
diff --git a/dispatch/modules/content/models.py b/dispatch/modules/content/models.py index <HASH>..<HASH> 100644 --- a/dispatch/modules/content/models.py +++ b/dispatch/modules/content/models.py @@ -439,6 +439,11 @@ class Column(Model, AuthorMixin): def get_published_articles(self): return Article.objects...
added get absolute url to column model
diff --git a/src/main/java/jcifs/smb/SmbFile.java b/src/main/java/jcifs/smb/SmbFile.java index <HASH>..<HASH> 100644 --- a/src/main/java/jcifs/smb/SmbFile.java +++ b/src/main/java/jcifs/smb/SmbFile.java @@ -1440,20 +1440,6 @@ public class SmbFile extends URLConnection implements SmbResource, SmbConstants clos...
Remove SmbFile finalizer (#<I>) Likely to cause GC performance issues, not very useful.
diff --git a/src/AdminServiceProvider.php b/src/AdminServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AdminServiceProvider.php +++ b/src/AdminServiceProvider.php @@ -67,7 +67,7 @@ class AdminServiceProvider extends ServiceProvider if ($this->app->runningInConsole()) { $this->publishes([__...
Update AdminServiceProvider.php fix view publish path
diff --git a/lib/dataflow/nodes/join_node.rb b/lib/dataflow/nodes/join_node.rb index <HASH>..<HASH> 100644 --- a/lib/dataflow/nodes/join_node.rb +++ b/lib/dataflow/nodes/join_node.rb @@ -35,9 +35,9 @@ module Dataflow # merge both dependencies schemas sch1 = dependencies.first.schema || {} - s...
Support symbols in schema keys when merging schemas in the join node
diff --git a/src/p4p/nt/scalar.py b/src/p4p/nt/scalar.py index <HASH>..<HASH> 100644 --- a/src/p4p/nt/scalar.py +++ b/src/p4p/nt/scalar.py @@ -67,7 +67,7 @@ class ntbool(ntwrappercommon, int): return int.__new__(cls, bool(value)) def __repr__(self): - return bool(self).__repr__() + return ...
lower() bool Avoid ambiguity with True/False singletons
diff --git a/grimoire/elk/git.py b/grimoire/elk/git.py index <HASH>..<HASH> 100644 --- a/grimoire/elk/git.py +++ b/grimoire/elk/git.py @@ -140,7 +140,7 @@ class GitEnrich(Enrich): def get_rich_commit(self, commit): eitem = {} # Fields that are the same in item and eitem - copy_fields = ["m...
[Enrich Git] Add metadata__origin to enriched items for update filtering.
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -282,6 +282,10 @@ class Application extends Container return $this->loadComponent('auth', 'Illuminate\Auth\AuthServiceProvider', 'auth.driver'); }); + ...
Fix AuthManager resolving
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -23,7 +23,9 @@ module.exports = { } const rejectErrors = async res => { - const body = await res.json() + let body = await res.text() + // When Wikibase crash it doesn't return JSON errors anymor...
request: handle case where the body isn't json
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py index <HASH>..<HASH> 100644 --- a/alot/commands/envelope.py +++ b/alot/commands/envelope.py @@ -196,7 +196,10 @@ class EditCommand(Command): # remove to be edited lines from envelope del self.envelope[key] + for ...
don't write newlines to templates issue #<I>
diff --git a/regdeferred.rb b/regdeferred.rb index <HASH>..<HASH> 100755 --- a/regdeferred.rb +++ b/regdeferred.rb @@ -89,7 +89,7 @@ module Reg include BlankSlate restore :inspect,:extend restore :respond_to? - restore :respond_to? +# restore :respond_to? include Formula attr_reader :oper...
no need to restore :respond_to? twice, is there?
diff --git a/lib/devise.rb b/lib/devise.rb index <HASH>..<HASH> 100644 --- a/lib/devise.rb +++ b/lib/devise.rb @@ -18,7 +18,6 @@ module Devise module Encryptors autoload :Base, 'devise/encryptors/base' - autoload :Bcrypt, 'devise/encryptors/bcrypt' autoload :AuthlogicSha512, 'devise/encryptors/authlog...
Remove autoload for Bcrypt encryptor, it does not exist anymore
diff --git a/vendor/broccoli-fontawesome-pack.js b/vendor/broccoli-fontawesome-pack.js index <HASH>..<HASH> 100644 --- a/vendor/broccoli-fontawesome-pack.js +++ b/vendor/broccoli-fontawesome-pack.js @@ -3,7 +3,7 @@ var Plugin = require('broccoli-plugin') var path = require('path') var fs = require('fs') -var { camel...
remove prefixing behaviour before numbers.
diff --git a/src/Intahwebz/ViewModel.php b/src/Intahwebz/ViewModel.php index <HASH>..<HASH> 100644 --- a/src/Intahwebz/ViewModel.php +++ b/src/Intahwebz/ViewModel.php @@ -20,7 +20,7 @@ interface ViewModel { function setTemplate($templateFile); - + function getTemplate(); /** ...
Added template to ViewModel because YOLO.
diff --git a/packages/teraslice/lib/cluster/services/api.js b/packages/teraslice/lib/cluster/services/api.js index <HASH>..<HASH> 100644 --- a/packages/teraslice/lib/cluster/services/api.js +++ b/packages/teraslice/lib/cluster/services/api.js @@ -114,6 +114,8 @@ module.exports = function apiService(context, { assetsUrl...
handle active:false on txt and json job endpoints
diff --git a/raus_test.go b/raus_test.go index <HASH>..<HASH> 100644 --- a/raus_test.go +++ b/raus_test.go @@ -51,20 +51,24 @@ var parseTestSet = []parseTest{ }, } +func testWithLocalRedis(run func() int) int { + conf := redistest.Config{"port": "26379", "save": ""} + s, err := redistest.NewServer(true, conf) + if...
refactor test with local/remote redis.
diff --git a/squad/ci/backend/lava.py b/squad/ci/backend/lava.py index <HASH>..<HASH> 100644 --- a/squad/ci/backend/lava.py +++ b/squad/ci/backend/lava.py @@ -226,7 +226,7 @@ class Backend(BaseBackend): else: for result in data['results']: if result['suite'] != 'lava': - ...
ci/lava: fix parsing of test suite names This fixes the case where result['suite'] does not contain any _ characters, so result['suite'].split('_', 1) has a single element. For the case where there is at least one underscore, result['suite'].split('_', 1) will always have just 2 elements. In both cases, indexing with...
diff --git a/Tone/core/Transport.js b/Tone/core/Transport.js index <HASH>..<HASH> 100644 --- a/Tone/core/Transport.js +++ b/Tone/core/Transport.js @@ -606,15 +606,17 @@ function(Tone){ return this._clock.ticks; }, set : function(t){ - var now = this.now(); - //stop everything synced to the transport - i...
only set the clock ticks when the value has changed optimization
diff --git a/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb b/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/mysql2_...
Alias reconnect! to reset! for Mysql2 adapter since they have same behavior.
diff --git a/src/extensions/default/StaticServer/main.js b/src/extensions/default/StaticServer/main.js index <HASH>..<HASH> 100644 --- a/src/extensions/default/StaticServer/main.js +++ b/src/extensions/default/StaticServer/main.js @@ -62,9 +62,13 @@ define(function (require, exports, module) { * request -- Passes...
update comment to clarify when request listeners should be installed
diff --git a/modules/es/models/es.SurfaceModel.js b/modules/es/models/es.SurfaceModel.js index <HASH>..<HASH> 100644 --- a/modules/es/models/es.SurfaceModel.js +++ b/modules/es/models/es.SurfaceModel.js @@ -28,6 +28,9 @@ es.SurfaceModel = function( doc ) { es.SurfaceModel.prototype.purgeHistory = function() { this...
Make purgeHistory method work in SurfaceModel with new data structure
diff --git a/Database/ObjectCollection.php b/Database/ObjectCollection.php index <HASH>..<HASH> 100644 --- a/Database/ObjectCollection.php +++ b/Database/ObjectCollection.php @@ -265,11 +265,11 @@ abstract class ObjectCollection extends DynamicCollection implements IDynamicCol */ protected function rebuildQu...
fix not loaded Model properties through many-to-many
diff --git a/Services/Yadis/XRDS.php b/Services/Yadis/XRDS.php index <HASH>..<HASH> 100644 --- a/Services/Yadis/XRDS.php +++ b/Services/Yadis/XRDS.php @@ -30,6 +30,10 @@ define('SERVICES_YADIS_MATCH_ALL', 101); */ define('SERVICES_YADIS_MATCH_ANY', 102); +/** + * The priority value used for service elements with n...
[project @ Max priority docstring]
diff --git a/rxjava-core/src/test/java/rx/schedulers/ExecutorSchedulerTest.java b/rxjava-core/src/test/java/rx/schedulers/ExecutorSchedulerTest.java index <HASH>..<HASH> 100644 --- a/rxjava-core/src/test/java/rx/schedulers/ExecutorSchedulerTest.java +++ b/rxjava-core/src/test/java/rx/schedulers/ExecutorSchedulerTest.ja...
Use single Executor for all tests ... so it doesn't leak for every test.
diff --git a/openquake/db/models.py b/openquake/db/models.py index <HASH>..<HASH> 100644 --- a/openquake/db/models.py +++ b/openquake/db/models.py @@ -325,6 +325,24 @@ class ComplexFault(models.Model): db_table = 'hzrdi\".\"complex_fault' + +class FaultEdge(models.Model): + ''' + Fault edge + ''' ...
added missing model Former-commit-id: aadb9d3dfb6b<I>dd6e9b<I>b9ff<I>fdb<I>d
diff --git a/Tests/Resource/FileReplicatorTest.php b/Tests/Resource/FileReplicatorTest.php index <HASH>..<HASH> 100644 --- a/Tests/Resource/FileReplicatorTest.php +++ b/Tests/Resource/FileReplicatorTest.php @@ -25,8 +25,8 @@ class FileReplicatorTest extends \PHPUnit_Framework_TestCase { $directory = $this...
Test for nested directory and invalid directory names (to avoid permissive file system for testing).
diff --git a/Entity/MediaManager.php b/Entity/MediaManager.php index <HASH>..<HASH> 100644 --- a/Entity/MediaManager.php +++ b/Entity/MediaManager.php @@ -37,7 +37,7 @@ class MediaManager extends BaseEntityManager implements MediaManagerInterface $media->setProviderName(func_get_arg(2)); } - ...
Flush whatever of the $andFlush value Take $andFlush into account when it is boolean If $andFlush is false, save() will be called with true, so $andFlush will not be taken into account at all.
diff --git a/src/nami.js b/src/nami.js index <HASH>..<HASH> 100644 --- a/src/nami.js +++ b/src/nami.js @@ -186,6 +186,8 @@ Nami.prototype.onWelcomeMessage = function (data) { * @returns void */ Nami.prototype.close = function () { + var self = this; + this.send(new action.Logoff(), function () { self.logger....
now sends logoff action when closing connection
diff --git a/server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/command/OServerCommandAbstract.java b/server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/command/OServerCommandAbstract.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/orientechnologie...
Fix by Luca Molino to close issue <I>
diff --git a/pdb.py b/pdb.py index <HASH>..<HASH> 100644 --- a/pdb.py +++ b/pdb.py @@ -453,6 +453,12 @@ Frames can marked as hidden in the following ways: do_l = do_list + def do_continue(self, arg): + if arg != '': + self.do_tbreak(arg) + return pdb.Pdb.do_continue(self, '') + d...
a new feature: now you can type 'continue n' to continue the execution until line n'
diff --git a/AdminModule/presenters/CloningPresenter.php b/AdminModule/presenters/CloningPresenter.php index <HASH>..<HASH> 100755 --- a/AdminModule/presenters/CloningPresenter.php +++ b/AdminModule/presenters/CloningPresenter.php @@ -92,7 +92,7 @@ class CloningPresenter extends BasePresenter } fore...
Bugfix - cloning of boxes
diff --git a/hug/interface.py b/hug/interface.py index <HASH>..<HASH> 100644 --- a/hug/interface.py +++ b/hug/interface.py @@ -178,6 +178,8 @@ class Interface(object): usage = self.interface.spec.__doc__ if usage: doc['usage'] = usage + if getattr(self, 'requires', None): + ...
Add support for showing requriments in documentation
diff --git a/setup_utils.py b/setup_utils.py index <HASH>..<HASH> 100755 --- a/setup_utils.py +++ b/setup_utils.py @@ -121,6 +121,7 @@ class changelog(Command): for line in lines: print(line, file=f) + CMDCLASS['changelog'] = changelog SETUP_REQUIRES.append(('changelog', ['GitPython'])...
setup_utils.py: fixed pep8 issues [ci skip]
diff --git a/src/main/java/org/eluder/jersey/mustache/MustacheViewProcessor.java b/src/main/java/org/eluder/jersey/mustache/MustacheViewProcessor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/eluder/jersey/mustache/MustacheViewProcessor.java +++ b/src/main/java/org/eluder/jersey/mustache/MustacheViewProcesso...
Writer must be closed to correctly flush asynchronous data to response. Closing underlying stream is not enough.
diff --git a/src/components/checkbox/checkbox.js b/src/components/checkbox/checkbox.js index <HASH>..<HASH> 100644 --- a/src/components/checkbox/checkbox.js +++ b/src/components/checkbox/checkbox.js @@ -111,7 +111,8 @@ function MdCheckboxDirective(inputDirective, $mdAria, $mdConstant, $mdTheming, $ attr.$set('...
fix(checkbox): labels with links throw exception in IE<I>
diff --git a/angr/procedures/posix/accept.py b/angr/procedures/posix/accept.py index <HASH>..<HASH> 100644 --- a/angr/procedures/posix/accept.py +++ b/angr/procedures/posix/accept.py @@ -18,7 +18,8 @@ class accept(angr.SimProcedure): if sockfd in self.state.posix.fd: simsockfd = self.state...
Fix `accept` finds ident in a wrong way.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ setup(name = "amqplib", author = "Barry Pederson", author_email = "bp@barryp.org", url = "http://barryp.org/software/py-amqplib/", - packages = ['amqplib'] + packages = ['amqplib',...
Need to add another item to setup.py for this to actually build and install.
diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php +++ b/src/Symfony/Bundle/FrameworkBun...
Added NativeFileSessionHandler to classes to compile .
diff --git a/juicer/juicer/Juicer.py b/juicer/juicer/Juicer.py index <HASH>..<HASH> 100644 --- a/juicer/juicer/Juicer.py +++ b/juicer/juicer/Juicer.py @@ -404,7 +404,9 @@ class Juicer(object): 'type_ids': ['rpm'], 'filters': { 'unit': { - ...
Deleting with a regex seems to work better.
diff --git a/test/interop_sanity_test.js b/test/interop_sanity_test.js index <HASH>..<HASH> 100644 --- a/test/interop_sanity_test.js +++ b/test/interop_sanity_test.js @@ -48,6 +48,9 @@ describe('Interop tests', function() { port = 'localhost:' + server_obj.port; done(); }); + after(function() { + serve...
Added missing server shutdown to interop test runner
diff --git a/migrate.go b/migrate.go index <HASH>..<HASH> 100644 --- a/migrate.go +++ b/migrate.go @@ -261,7 +261,7 @@ func ParseMigration(id string, r io.ReadSeeker) (*Migration, error) { parsed, err := sqlparse.ParseMigration(r) if err != nil { - return nil, err + return nil, fmt.Errorf("Error parsing migrati...
Make it more clear which migration causes a parse error
diff --git a/opal/clearwater/application.rb b/opal/clearwater/application.rb index <HASH>..<HASH> 100644 --- a/opal/clearwater/application.rb +++ b/opal/clearwater/application.rb @@ -98,7 +98,7 @@ module Clearwater raise TypeError, "Cannot render to a non-existent element. Make sure the document ready event ha...
Sanitize root component Previously, if the root component delegated directly to another component, this caused a problem because that delegate component's render method was never invoked. Sanitizing it handles that.
diff --git a/generator/classes/propel/engine/platform/PlatformMssqlImpl.php b/generator/classes/propel/engine/platform/PlatformMssqlImpl.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/platform/PlatformMssqlImpl.php +++ b/generator/classes/propel/engine/platform/PlatformMssqlImpl.php @@ -79,5 +79,...
Added a better (though certainly not conclusive) hasSize() method for the MSSQL platform class.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ Welcome setup( name='synonyms', - version='1.9', + version='2.0', description='Chinese Synonyms for Natural Language Processing and Understanding', long_description=LONGDOC, author='...
Refine distance params, upgrade to v2
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -167,8 +167,8 @@ module.exports = function(grunt) { browsers: [ {browserName: 'chrome'}, {browserName: 'firefox', platform: 'Linux'}, - {browserName: 'safari', ve...
test: remove safari from saucelabs
diff --git a/test/test_requests.rb b/test/test_requests.rb index <HASH>..<HASH> 100644 --- a/test/test_requests.rb +++ b/test/test_requests.rb @@ -100,12 +100,10 @@ describe "when handling requests" do end it "should return status 404 for 'directory' without index.html" do - skip @request.get("/...
Unskip test cases that are now passing The path is now normalized before testing for a file, not after.
diff --git a/hypervisor/network.go b/hypervisor/network.go index <HASH>..<HASH> 100644 --- a/hypervisor/network.go +++ b/hypervisor/network.go @@ -70,13 +70,13 @@ func (nc *NetworkContext) freeSlot(slot int) { if inf, ok := nc.eth[slot]; !ok { nc.sandbox.Log(WARNING, "Freeing an unoccupied eth slot %d", slot) r...
fix panic in freeSlot inf may be nil if configureInterface failed
diff --git a/test/ost_test.rb b/test/ost_test.rb index <HASH>..<HASH> 100644 --- a/test/ost_test.rb +++ b/test/ost_test.rb @@ -58,7 +58,7 @@ scope do Thread.new do sleep 2 - enqueue(1) + redis.lpush(Ost[:events].key, 1) end ost do |item|
Use a different connection in threaded test.
diff --git a/sos/jupyter/sos_step.py b/sos/jupyter/sos_step.py index <HASH>..<HASH> 100755 --- a/sos/jupyter/sos_step.py +++ b/sos/jupyter/sos_step.py @@ -35,7 +35,7 @@ class Interactive_Step_Executor(SP_Step_Executor): Base_Step_Executor.__init__(self, step) def pending_tasks(self, tasks): - hos...
Fix jupyter for the removal of option start_task_engine
diff --git a/test/lib/rules/disallow-objectcontroller.js b/test/lib/rules/disallow-objectcontroller.js index <HASH>..<HASH> 100644 --- a/test/lib/rules/disallow-objectcontroller.js +++ b/test/lib/rules/disallow-objectcontroller.js @@ -37,6 +37,11 @@ describe('lib/rules/disallow-objectcontroller', function () { ...
add test for calls to objectcontroller that aren't real
diff --git a/addon/components/power-select-multiple/trigger.js b/addon/components/power-select-multiple/trigger.js index <HASH>..<HASH> 100644 --- a/addon/components/power-select-multiple/trigger.js +++ b/addon/components/power-select-multiple/trigger.js @@ -5,7 +5,7 @@ import updateInput from '../../utils/update-input...
Protect for the ausence of window in fastboot mode
diff --git a/keyboard/mouse.py b/keyboard/mouse.py index <HASH>..<HASH> 100644 --- a/keyboard/mouse.py +++ b/keyboard/mouse.py @@ -157,7 +157,7 @@ def unhook_all(): Removes all hooks registered by this application. Note this may include hooks installed by high level functions, such as `record`. """ - ...
Remove python3-only method in mouse too
diff --git a/lib/dimples/version.rb b/lib/dimples/version.rb index <HASH>..<HASH> 100644 --- a/lib/dimples/version.rb +++ b/lib/dimples/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dimples - VERSION = '6.5.4' + VERSION = '6.6.0' end
Bump dimples to <I>
diff --git a/src/main/java/io/github/bonigarcia/wdm/Downloader.java b/src/main/java/io/github/bonigarcia/wdm/Downloader.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/bonigarcia/wdm/Downloader.java +++ b/src/main/java/io/github/bonigarcia/wdm/Downloader.java @@ -236,8 +236,11 @@ public class Downloader ...
Force to be executable resulting binary after extracting
diff --git a/internal/service/macie2/classification_job.go b/internal/service/macie2/classification_job.go index <HASH>..<HASH> 100644 --- a/internal/service/macie2/classification_job.go +++ b/internal/service/macie2/classification_job.go @@ -551,12 +551,18 @@ func resourceClassificationJobCustomizeDiff(_ context.Conte...
#<I> check return value for diff
diff --git a/server/sonar-web/src/main/js/apps/component-measures/details/history/MeasureHistory.js b/server/sonar-web/src/main/js/apps/component-measures/details/history/MeasureHistory.js index <HASH>..<HASH> 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/details/history/MeasureHistory.js +++ b/serv...
do not request activity for views on the measure history page
diff --git a/src/watch.js b/src/watch.js index <HASH>..<HASH> 100644 --- a/src/watch.js +++ b/src/watch.js @@ -50,10 +50,9 @@ export default function(files, command, options = {}) { Config.WATCHING = true; // Enable plumber Gulp.watch(files, function watcher(event) { - if (!event) { - console...
Avoid inserting null change on tast rerun.
diff --git a/tests/test_request_construction.py b/tests/test_request_construction.py index <HASH>..<HASH> 100644 --- a/tests/test_request_construction.py +++ b/tests/test_request_construction.py @@ -148,6 +148,9 @@ class TestExtraParameters: self.expect_no_error(1) self.expect_no_error(a=1) + ...
update the 'sequence inside a choice' extra parameter test In case the subsequence contains multiple elements, specifying non-None values for more than one of those elements should not be interpreted as a 'multiple values defined for a single choice group' error.
diff --git a/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java b/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java +++ b/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java @@ -89,11...
Potential fix for NPE during SocketChannel.register(..)
diff --git a/bin/methods/generateAction.js b/bin/methods/generateAction.js index <HASH>..<HASH> 100755 --- a/bin/methods/generateAction.js +++ b/bin/methods/generateAction.js @@ -18,6 +18,7 @@ exports['generateAction'] = function(binary, next){ templateLines.push(' outputExample: {},'); templateLines.push(' mat...
note that actions can be hidden from documentation
diff --git a/lib/dhis2/api/organisation_unit.rb b/lib/dhis2/api/organisation_unit.rb index <HASH>..<HASH> 100644 --- a/lib/dhis2/api/organisation_unit.rb +++ b/lib/dhis2/api/organisation_unit.rb @@ -45,7 +45,13 @@ module Dhis2 short_name: orgunit[:short_name], opening_date: orgunit[:...
Adding the missing org unit fields
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -73,7 +73,7 @@ fn = function (req, res, next) { }; if (Churchill.options.reqLogger && loggers.length === 1 && req.logger === undefined) { - req.logger = loggers[0]; + req.logger = loggers[0][0]; ...
Bugfix not using logger at that point
diff --git a/src/org/jgroups/protocols/pbcast/GMS.java b/src/org/jgroups/protocols/pbcast/GMS.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/pbcast/GMS.java +++ b/src/org/jgroups/protocols/pbcast/GMS.java @@ -1,4 +1,4 @@ -// $Id: GMS.java,v 1.14 2004/08/19 09:24:11 belaban Exp $ +// $Id: GMS.java,v 1....
correct handling of new coord determination after merge
diff --git a/monoseq/monoseq.py b/monoseq/monoseq.py index <HASH>..<HASH> 100644 --- a/monoseq/monoseq.py +++ b/monoseq/monoseq.py @@ -43,7 +43,7 @@ AnsiFormat = Format([('\033[91m', '\033[0m'), # Red. #: HTML output format. HtmlFormat = Format([('<span class="monoseq-annotation-%i">' % i, '</span>') - ...
Support <I> annotation levels in HtmlFormat