diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/stripe/__init__.py b/stripe/__init__.py index <HASH>..<HASH> 100644 --- a/stripe/__init__.py +++ b/stripe/__init__.py @@ -329,7 +329,9 @@ class APIRequestor(object): # However, that's ok because the CA bundle they use recognizes # api.stripe.com. args['validate_certificate'] = verify_ssl_cer...
Time out GAE requests after <I> seconds
diff --git a/crispy_forms/tests/test_settings_bootstrap.py b/crispy_forms/tests/test_settings_bootstrap.py index <HASH>..<HASH> 100644 --- a/crispy_forms/tests/test_settings_bootstrap.py +++ b/crispy_forms/tests/test_settings_bootstrap.py @@ -25,3 +25,4 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'urls' CRISPY_TEMPLAT...
Added compulsory SECRET_KEY to test settings
diff --git a/lib/guard/coffeelint.rb b/lib/guard/coffeelint.rb index <HASH>..<HASH> 100644 --- a/lib/guard/coffeelint.rb +++ b/lib/guard/coffeelint.rb @@ -44,7 +44,13 @@ module Guard "#{error_count} errors in #{paths.length} files" end - Notifier.notify(message, title: "Coffeelint", image: :faile...
Show the "success" image when error count equals 0.
diff --git a/pyvisa-py/serial.py b/pyvisa-py/serial.py index <HASH>..<HASH> 100644 --- a/pyvisa-py/serial.py +++ b/pyvisa-py/serial.py @@ -65,7 +65,7 @@ class SerialSession(Session): else: cls = Serial - self.interface = cls(port=self.parsed.board, timeout=2000, writeTimeout=2000) + ...
pyserial renamed writeTimeout to write_timeout in version <I>
diff --git a/src/main/java/com/orientechnologies/security/auditing/ODefaultAuditing.java b/src/main/java/com/orientechnologies/security/auditing/ODefaultAuditing.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/orientechnologies/security/auditing/ODefaultAuditing.java +++ b/src/main/java/com/orientechnologies/s...
Fixed ODefaultAuditing.getConfigFile() so it would compile.
diff --git a/collectors/build/sonar/src/main/java/com/capitalone/dashboard/collector/DefaultSonar6Client.java b/collectors/build/sonar/src/main/java/com/capitalone/dashboard/collector/DefaultSonar6Client.java index <HASH>..<HASH> 100644 --- a/collectors/build/sonar/src/main/java/com/capitalone/dashboard/collector/Defau...
Fix sonar CodeQuallity collector parse error (#<I>) (#<I>)
diff --git a/great_expectations/dataset/dataset.py b/great_expectations/dataset/dataset.py index <HASH>..<HASH> 100644 --- a/great_expectations/dataset/dataset.py +++ b/great_expectations/dataset/dataset.py @@ -3564,7 +3564,7 @@ class Dataset(MetaDataset): """ if partition_object is None: - ...
Return to default of "uniform" bins for profiling
diff --git a/lib/redis-search.js b/lib/redis-search.js index <HASH>..<HASH> 100644 --- a/lib/redis-search.js +++ b/lib/redis-search.js @@ -55,16 +55,18 @@ Search.prototype.query = function(data, start, stop, callback) { for(var index in keyMap) { if (keyMap.hasOwnProperty(index)) { var keys = keyMap[inde...
don't crash if keys is undefined
diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index <HASH>..<HASH> 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -148,6 +148,10 @@ EOF; } foreach ($package->getAutoload() ...
Avoid blowing up on misconfigured autoload entries
diff --git a/bootstrap/run_app_action.go b/bootstrap/run_app_action.go index <HASH>..<HASH> 100644 --- a/bootstrap/run_app_action.go +++ b/bootstrap/run_app_action.go @@ -117,6 +117,9 @@ func (a *RunAppAction) Run(s *State) error { if err != nil { return err } + if len(hosts) == 0 { + return errors.New("bo...
bootstrap: Avoid divide by zero in host selection If there are no hosts running at this point, the host selection will panic with a divide by zero. Instead, if there are no hosts, return an error.
diff --git a/settings/default.includes.settings.php b/settings/default.includes.settings.php index <HASH>..<HASH> 100644 --- a/settings/default.includes.settings.php +++ b/settings/default.includes.settings.php @@ -2,13 +2,13 @@ /** * @file - * Generated by BLT. Serves as a central aggregation point for adding set...
Fix code style standards in settings files. (#<I>)
diff --git a/daemon/k8s_watcher.go b/daemon/k8s_watcher.go index <HASH>..<HASH> 100644 --- a/daemon/k8s_watcher.go +++ b/daemon/k8s_watcher.go @@ -233,7 +233,14 @@ func (d *Daemon) serviceAddFn(obj interface{}) { } if svc.Spec.Type != v1.ServiceTypeClusterIP { - log.Infof("Ignoring service %s/%s since its type i...
k8s: Ignore headless services
diff --git a/lib/dashboard.js b/lib/dashboard.js index <HASH>..<HASH> 100644 --- a/lib/dashboard.js +++ b/lib/dashboard.js @@ -475,18 +475,24 @@ async function findRecord(ctx, next) { async function _getContentSections() { return Section.scope('content').findAll({ - where: { - fields: { - [Sequeliz...
Filter out sections that don't have fields (#<I>) Resolves #<I>
diff --git a/test/lib/system/index_spec.js b/test/lib/system/index_spec.js index <HASH>..<HASH> 100644 --- a/test/lib/system/index_spec.js +++ b/test/lib/system/index_spec.js @@ -77,6 +77,30 @@ describe('lib/system/index_spec.js', function(){ }); }); + describe('get_os_name', function(){ + + it('should ge...
Added a few things in system/index testse.
diff --git a/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/subsystem/LocalCacheBuilder.java b/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/subsystem/LocalCacheBuilder.java index <HASH>..<HASH> 100644 --- a/clustering/infinispan/extension/src/main/ja...
Add workaround for ISPN-<I>.
diff --git a/lib/build/jake.rb b/lib/build/jake.rb index <HASH>..<HASH> 100644 --- a/lib/build/jake.rb +++ b/lib/build/jake.rb @@ -153,6 +153,17 @@ class Jake return server, addr, port end + def self.run_local_server_with_logger(port, log_file) + addr = localip + log = WEBrick::Log.new log_file + ac...
Added to Jake a method to run it with custom logger
diff --git a/packages/cli/src/commands/server/middleware/getSecurityHeadersMiddleware.js b/packages/cli/src/commands/server/middleware/getSecurityHeadersMiddleware.js index <HASH>..<HASH> 100644 --- a/packages/cli/src/commands/server/middleware/getSecurityHeadersMiddleware.js +++ b/packages/cli/src/commands/server/midd...
feat: Add hint for browser extensions that may break debug (#<I>) * Add hint for browser extensions that may break debug * Update getSecurityHeadersMiddleware.js * Fix lint error
diff --git a/BraintreeApi/src/main/java/com/braintreepayments/api/BraintreeApi.java b/BraintreeApi/src/main/java/com/braintreepayments/api/BraintreeApi.java index <HASH>..<HASH> 100644 --- a/BraintreeApi/src/main/java/com/braintreepayments/api/BraintreeApi.java +++ b/BraintreeApi/src/main/java/com/braintreepayments/api...
Send metadata source as coinbase-browser on coinbase tokenization
diff --git a/convert_to_ejml31.py b/convert_to_ejml31.py index <HASH>..<HASH> 100755 --- a/convert_to_ejml31.py +++ b/convert_to_ejml31.py @@ -64,13 +64,13 @@ F("_D32","_R32") F("_CD64","_CR64") F("_CD32","_CR32") -F("CommonOps.","CommonOps_R64") -F("CovarianceOps.","CovarianceOps_R64") -F("EigenOps.","EigenOps_R64...
- covering more situations in convert script
diff --git a/tests/unit/utils/verify_test.py b/tests/unit/utils/verify_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/verify_test.py +++ b/tests/unit/utils/verify_test.py @@ -10,6 +10,7 @@ import stat import shutil import resource import tempfile +import socket # Import Salt libs import salt.utils @@...
Add a unit test for passing IPv6-formatted addresses to verify_socket.
diff --git a/src/Gzero/Repository/ContentRepository.php b/src/Gzero/Repository/ContentRepository.php index <HASH>..<HASH> 100644 --- a/src/Gzero/Repository/ContentRepository.php +++ b/src/Gzero/Repository/ContentRepository.php @@ -155,7 +155,7 @@ class ContentRepository extends BaseRepository { */ /** - ...
KMS-<I>_getAncestors fix function desc
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -965,13 +965,21 @@ func (r *rpcServer) AddInvoice(ctx context.Context, return nil, err } - // Finally generate the payment hash itself from the pre-image. This - // will be used by clients to query for t...
rpcserver: return an encoded payment request in AddInvoice This commit modifies the generated response to an “AddInvoice” RPC by including an encoded payment request in the response. This change gives callers a new atomic piece of information that they can present to the payee, to allow completion of the payment in a ...
diff --git a/vcr/cassette.py b/vcr/cassette.py index <HASH>..<HASH> 100644 --- a/vcr/cassette.py +++ b/vcr/cassette.py @@ -38,20 +38,18 @@ class CassetteContextDecorator(object): with contextlib2.ExitStack() as exit_stack: for patcher in build_patchers(cassette): exit_stack.enter_...
Python version agnostic way of getting the next item in the generator.
diff --git a/src/Tonic/Exception.php b/src/Tonic/Exception.php index <HASH>..<HASH> 100644 --- a/src/Tonic/Exception.php +++ b/src/Tonic/Exception.php @@ -7,5 +7,6 @@ namespace Tonic; */ class Exception extends \Exception { - protected $message = 'An unknown Tonic exception occurred'; + protected $message = ...
Default Error code in Tonic\Exception Moving the default error code of <I> from dispatch.php to Tonic\Exception.php
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -45,6 +45,7 @@ var Server = exports.Server = function (root, config, components) { , body_parser: true , cookie_parser: true , method_override: true + , cleanup_response: false ...
Add an experimental middleware to cleanup the response object
diff --git a/lib/fase-2/commonality.js b/lib/fase-2/commonality.js index <HASH>..<HASH> 100644 --- a/lib/fase-2/commonality.js +++ b/lib/fase-2/commonality.js @@ -19,6 +19,11 @@ Commonality.prototype.collect = function (nodelist) { this.matrix.summarise(); }; +var ttest_options = { + alpha: 0.05, + alternative:...
[cleanup] t-test with alpha = <I> looks good
diff --git a/zipline/examples/dual_ema_talib.py b/zipline/examples/dual_ema_talib.py index <HASH>..<HASH> 100644 --- a/zipline/examples/dual_ema_talib.py +++ b/zipline/examples/dual_ema_talib.py @@ -38,8 +38,8 @@ class DualEMATaLib(TradingAlgorithm): def initialize(self, short_window=20, long_window=40): ...
BUG: Fix TALib example due to parameter changes. Remove use of `sid` parameter, which was recently removed.
diff --git a/desktop/app/menu-bar.js b/desktop/app/menu-bar.js index <HASH>..<HASH> 100644 --- a/desktop/app/menu-bar.js +++ b/desktop/app/menu-bar.js @@ -28,7 +28,10 @@ export default function () { resizable: false, preloadWindow: true, icon: icon, - showDockIcon: true, // This causes menubar to not ...
Update showDockIcon option to reflect upstream rename
diff --git a/src/Http/FormAuthenticationHook.php b/src/Http/FormAuthenticationHook.php index <HASH>..<HASH> 100644 --- a/src/Http/FormAuthenticationHook.php +++ b/src/Http/FormAuthenticationHook.php @@ -36,10 +36,6 @@ class FormAuthenticationHook implements BeforeHookInterface if ('/_form/auth/verify' === ...
oauth token path is obsolete, remove it from ignored URLs
diff --git a/nanocomp/NanoComp.py b/nanocomp/NanoComp.py index <HASH>..<HASH> 100644 --- a/nanocomp/NanoComp.py +++ b/nanocomp/NanoComp.py @@ -185,7 +185,7 @@ def make_plots(df, settings): df=df, y="lengths", figformat=settings["format"], - path=path, + path=...
should have been settings["path"] instead of path
diff --git a/squad/frontend/tests.py b/squad/frontend/tests.py index <HASH>..<HASH> 100644 --- a/squad/frontend/tests.py +++ b/squad/frontend/tests.py @@ -84,7 +84,7 @@ class TestResultTable(list): suite_id, name, SUM(CASE when result is null then 1 else 0 end) as skips, - SUM(...
frontend: fix sorting test with failures first `has_known_issues` has to be handled like it is in Python, i.e. null needs to also be considered as 'false'.
diff --git a/test/server.js b/test/server.js index <HASH>..<HASH> 100644 --- a/test/server.js +++ b/test/server.js @@ -15,6 +15,20 @@ const dummyFetch = function () { require('./spec')(fetchMock, global, require('node-fetch').Request); +describe('support for Buffers', function () { + it('can respond with a buffer'...
added test for buffer (#<I>)
diff --git a/src/Image/Transformation/Icc.php b/src/Image/Transformation/Icc.php index <HASH>..<HASH> 100644 --- a/src/Image/Transformation/Icc.php +++ b/src/Image/Transformation/Icc.php @@ -10,9 +10,15 @@ namespace Imbo\Image\Transformation; -use Imbo\Exception\ConfigurationException; -use Imbo\Exception\InvalidA...
Add docblock and normalize use statement
diff --git a/samples/memfs/memfs_test.go b/samples/memfs/memfs_test.go index <HASH>..<HASH> 100644 --- a/samples/memfs/memfs_test.go +++ b/samples/memfs/memfs_test.go @@ -1187,5 +1187,25 @@ func (t *MemFSTest) ReadLink_NonExistent() { } func (t *MemFSTest) ReadLink_NotASymlink() { - AssertTrue(false, "TODO") + var ...
MemFSTest.ReadLink_NotASymlink
diff --git a/src/system/modules/metamodels/MetaModels/Helper/ToolboxFile.php b/src/system/modules/metamodels/MetaModels/Helper/ToolboxFile.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodels/MetaModels/Helper/ToolboxFile.php +++ b/src/system/modules/metamodels/MetaModels/Helper/ToolboxFile.php @@ -74,7 ...
Fix issue #<I> - Found files is not initialized as array.
diff --git a/synapse/tools/autodoc.py b/synapse/tools/autodoc.py index <HASH>..<HASH> 100644 --- a/synapse/tools/autodoc.py +++ b/synapse/tools/autodoc.py @@ -225,7 +225,7 @@ def docModel(outp, fd, core): regex = inst.get('regex') if regex is not None: - cons.append('- regex: ...
Do not allow a regex to be interpreted as rst
diff --git a/molgenis-web/src/main/java/org/molgenis/web/PluginInterceptor.java b/molgenis-web/src/main/java/org/molgenis/web/PluginInterceptor.java index <HASH>..<HASH> 100644 --- a/molgenis-web/src/main/java/org/molgenis/web/PluginInterceptor.java +++ b/molgenis-web/src/main/java/org/molgenis/web/PluginInterceptor.ja...
Fix high prio FindBugs warnings
diff --git a/cmd/exo/cmd/vm_delete.go b/cmd/exo/cmd/vm_delete.go index <HASH>..<HASH> 100644 --- a/cmd/exo/cmd/vm_delete.go +++ b/cmd/exo/cmd/vm_delete.go @@ -3,6 +3,8 @@ package cmd import ( "fmt" "log" + "os" + "path" "github.com/exoscale/egoscale" "github.com/spf13/cobra" @@ -54,6 +56,14 @@ func deleteVM(...
Perform vm delete (#<I>)
diff --git a/lib/rules/no-unused-vars.js b/lib/rules/no-unused-vars.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-unused-vars.js +++ b/lib/rules/no-unused-vars.js @@ -449,18 +449,24 @@ module.exports = { return ref.isRead() && ( // self update. e.g. `a += 1`, `a++` - (...
Chore: fix comment location in no-unused-vars (#<I>)
diff --git a/enhydrator/src/main/java/com/airhacks/enhydrator/flexpipe/Pipeline.java b/enhydrator/src/main/java/com/airhacks/enhydrator/flexpipe/Pipeline.java index <HASH>..<HASH> 100644 --- a/enhydrator/src/main/java/com/airhacks/enhydrator/flexpipe/Pipeline.java +++ b/enhydrator/src/main/java/com/airhacks/enhydrator/...
#<I> - Added setSource() to Pipeline
diff --git a/test/OverlayTriggerSpec.js b/test/OverlayTriggerSpec.js index <HASH>..<HASH> 100644 --- a/test/OverlayTriggerSpec.js +++ b/test/OverlayTriggerSpec.js @@ -123,6 +123,33 @@ describe('<OverlayTrigger>', () => { wrapper.assertSingle('div.test'); }); + it('Should show after mouseover trigger', (done)...
test: add tests for mouseover trigger and use fake timers (#<I>)
diff --git a/seaworthy/tests/test_utils.py b/seaworthy/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/seaworthy/tests/test_utils.py +++ b/seaworthy/tests/test_utils.py @@ -1,9 +1,9 @@ -from testtools.assertions import assert_that -from testtools.matchers import Equals +from unittest import TestCase from seawo...
No testtools in core tests.
diff --git a/zxingorg/src/main/java/com/google/zxing/web/DecodeServlet.java b/zxingorg/src/main/java/com/google/zxing/web/DecodeServlet.java index <HASH>..<HASH> 100644 --- a/zxingorg/src/main/java/com/google/zxing/web/DecodeServlet.java +++ b/zxingorg/src/main/java/com/google/zxing/web/DecodeServlet.java @@ -303,7 +30...
Fixed error key in doPost() (#<I>) doPost() works only with badimage
diff --git a/lib/default_value_for.rb b/lib/default_value_for.rb index <HASH>..<HASH> 100644 --- a/lib/default_value_for.rb +++ b/lib/default_value_for.rb @@ -70,13 +70,8 @@ module DefaultValueFor after_initialize :set_default_values - if respond_to?(:class_attribute) - class_attribute :_de...
class_inheritable_accessor is gone in Rails <I>
diff --git a/actionpack/lib/action_dispatch/middleware/params_parser.rb b/actionpack/lib/action_dispatch/middleware/params_parser.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/middleware/params_parser.rb +++ b/actionpack/lib/action_dispatch/middleware/params_parser.rb @@ -26,20 +26,19 @@ module Ac...
drop a conditional by always assigning We will always make an assignment to the env hash and eliminate a conditional
diff --git a/src/test/java/org/takes/facets/auth/PsByFlagTest.java b/src/test/java/org/takes/facets/auth/PsByFlagTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/takes/facets/auth/PsByFlagTest.java +++ b/src/test/java/org/takes/facets/auth/PsByFlagTest.java @@ -126,7 +126,7 @@ public final class PsByFlagTe...
PsByFlag is not tested #<I> - fixed qulice violations and removed "this" for static members
diff --git a/src/module-elasticsuite-tracker/view/frontend/web/js/user-consent.js b/src/module-elasticsuite-tracker/view/frontend/web/js/user-consent.js index <HASH>..<HASH> 100644 --- a/src/module-elasticsuite-tracker/view/frontend/web/js/user-consent.js +++ b/src/module-elasticsuite-tracker/view/frontend/web/js/user-...
Make js compatible to merging with other files. When merging this file using e.g. magepack, the missing semicolon may cause problems in the file that gets appended. It may try to call define() as a function.
diff --git a/checklist-model.js b/checklist-model.js index <HASH>..<HASH> 100644 --- a/checklist-model.js +++ b/checklist-model.js @@ -88,7 +88,7 @@ angular.module('checklist-model', []) } // exclude recursion - tElement.removeAttr('checklist-model data-checklist-model'); + tElement.removeAttr...
Looped for ever. Fixed infinity loop.
diff --git a/Spread/ReplySpread.php b/Spread/ReplySpread.php index <HASH>..<HASH> 100644 --- a/Spread/ReplySpread.php +++ b/Spread/ReplySpread.php @@ -45,11 +45,9 @@ class ReplySpread implements SpreadInterface $posts = array_merge([$parent], $parent->getChildren()->toArray()); $done = []; fo...
Spread to post authors, notifications will be handled.
diff --git a/src/js/pannellum.js b/src/js/pannellum.js index <HASH>..<HASH> 100644 --- a/src/js/pannellum.js +++ b/src/js/pannellum.js @@ -480,10 +480,10 @@ function onImageLoad() { if (config.doubleClickZoom) { dragFix.addEventListener('dblclick', onDocumentDoubleClick, false); } - ...
Fix interaction between F<I> and API fullscreens in Chrome (fixes #<I>).
diff --git a/connection.go b/connection.go index <HASH>..<HASH> 100644 --- a/connection.go +++ b/connection.go @@ -69,6 +69,8 @@ type Connection struct { conn io.ReadWriteCloser + LocalAddr net.Addr // local TCP peer address + rpc chan message writer *writer sends chan time.Time // timestam...
Expose the local TCP address
diff --git a/waldur_core/logging/loggers.py b/waldur_core/logging/loggers.py index <HASH>..<HASH> 100644 --- a/waldur_core/logging/loggers.py +++ b/waldur_core/logging/loggers.py @@ -373,7 +373,7 @@ class BaseLoggerRegistry(object): def register(self, name, logger_class): if name in self.__dict__: ...
Fix tests [WAL-<I>]
diff --git a/docs/exts/redirects.py b/docs/exts/redirects.py index <HASH>..<HASH> 100644 --- a/docs/exts/redirects.py +++ b/docs/exts/redirects.py @@ -29,7 +29,7 @@ log = logging.getLogger(__name__) def generate_redirects(app): - """Generaate redirects files.""" + """Generate redirects files.""" redirec...
Fix Warning when using a different Sphinx Builder (#<I>)
diff --git a/aiidalab_widgets_base/codes.py b/aiidalab_widgets_base/codes.py index <HASH>..<HASH> 100644 --- a/aiidalab_widgets_base/codes.py +++ b/aiidalab_widgets_base/codes.py @@ -8,7 +8,7 @@ from aiida.plugins.entry_point import get_entry_point_names from IPython.display import clear_output from traitlets import ...
Fix imports: (#<I>) - Do not import viewer, as it is defined in the same file. - Use "import .computers" instead of "import awb.computers"
diff --git a/u2flib_server/__init__.py b/u2flib_server/__init__.py index <HASH>..<HASH> 100644 --- a/u2flib_server/__init__.py +++ b/u2flib_server/__init__.py @@ -25,4 +25,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "3.3.0-dev" +__version__ = "...
Increment version to <I>
diff --git a/remi/server.py b/remi/server.py index <HASH>..<HASH> 100644 --- a/remi/server.py +++ b/remi/server.py @@ -571,7 +571,7 @@ ws.onerror = function(evt){ if self.server.enable_file_cache: self.send_header('Cache-Control', 'public, max-age=86400') self.end_headers() - ...
Removing the + on the file permission as we are only reading the file
diff --git a/store/redigostore/redigostore.go b/store/redigostore/redigostore.go index <HASH>..<HASH> 100644 --- a/store/redigostore/redigostore.go +++ b/store/redigostore/redigostore.go @@ -74,7 +74,7 @@ func (r *RedigoStore) GetWithTime(key string) (int64, time.Time, error) { if _, err := redis.Scan(timeReply, &s, ...
Fix parsing of `TIME` in redigostore I noticed that the current time being returned from this store looked off, and upon [reading the docs for Redis' TIME][redis-time], it looks like the second element in the array is actually supposed to be read as microseconds. This patch changes the current millisecond implementati...
diff --git a/ontobio/io/hpoaparser.py b/ontobio/io/hpoaparser.py index <HASH>..<HASH> 100644 --- a/ontobio/io/hpoaparser.py +++ b/ontobio/io/hpoaparser.py @@ -174,9 +174,8 @@ class HpoaParser(AssocParser): relation = None # With/From - # withfroms = self.validate_pipe_separated_ids(wi...
talking to Kent, leave HPOA out of this change.
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index <HASH>..<HASH> 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -14,7 +14,7 @@ override "libyaml", version: "0.1.7" override "makedepend", version: "1.0.5" override "ncurses", version: "5.9" override "pkg-config-lite", version: "0.28-1" -o...
Bump to ruby <I>
diff --git a/services-discovery/src/main/java/io/scalecube/services/discovery/ScalecubeServiceDiscovery.java b/services-discovery/src/main/java/io/scalecube/services/discovery/ScalecubeServiceDiscovery.java index <HASH>..<HASH> 100644 --- a/services-discovery/src/main/java/io/scalecube/services/discovery/ScalecubeServi...
Fixed NPE with metadta during some tests run
diff --git a/framework/validators/Validator.php b/framework/validators/Validator.php index <HASH>..<HASH> 100644 --- a/framework/validators/Validator.php +++ b/framework/validators/Validator.php @@ -316,7 +316,21 @@ class Validator extends Component * Validates a value. * A validator class can implement thi...
Added example to validateValue PHPDoc [skip ci] (#<I>)
diff --git a/v2/handler.js b/v2/handler.js index <HASH>..<HASH> 100644 --- a/v2/handler.js +++ b/v2/handler.js @@ -51,9 +51,6 @@ var GLOBAL_WRITE_BUFFER = new Buffer(v2.Frame.MaxSize); module.exports = TChannelV2Handler; function TChannelV2Handler(options) { - if (!(this instanceof TChannelV2Handler)) { - ...
TChannelV2Handler: drop new-less support
diff --git a/pmagpy/new_builder.py b/pmagpy/new_builder.py index <HASH>..<HASH> 100644 --- a/pmagpy/new_builder.py +++ b/pmagpy/new_builder.py @@ -1582,7 +1582,7 @@ class MagicDataFrame(object): def merge_dfs(self, df1): """ - Description: takes new calculated data and replaces the corresponding ...
just a small change to merge_dfs documentation I forgot in the last commit
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb index <HASH>..<HASH> 100644 --- a/test/visitors/test_to_sql.rb +++ b/test/visitors/test_to_sql.rb @@ -695,7 +695,7 @@ module Arel it 'supports #when with two arguments and no #then' do node = Arel::Nodes::Case.new @table[:name]...
Fix warnings from test_to_sql test
diff --git a/src/Symfony/Component/Stopwatch/StopwatchEvent.php b/src/Symfony/Component/Stopwatch/StopwatchEvent.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Stopwatch/StopwatchEvent.php +++ b/src/Symfony/Component/Stopwatch/StopwatchEvent.php @@ -150,7 +150,7 @@ class StopwatchEvent /** * Get...
updated StopwatchEvent phpdoc due to the additional of optional float precision introduced in 0db8d7fb6a<I>f<I>f<I>e5e<I>c<I>ff
diff --git a/packages/gluestick/src/generator/predefined/new.js b/packages/gluestick/src/generator/predefined/new.js index <HASH>..<HASH> 100644 --- a/packages/gluestick/src/generator/predefined/new.js +++ b/packages/gluestick/src/generator/predefined/new.js @@ -34,6 +34,7 @@ const templateNoMatchApp = require('../temp...
add gluestick.hooks.js to new generator
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -75,17 +75,11 @@ func NewServer(cert, privKey, clientCACert, clientCAKey []byte, laddr string, de }) privRoute.Request("msg.send", func(ctx *jsonrpc.ReqContext) { - ctx.Res = ctx.Req.Params - if ctx.Res == nil { - ...
clear dummy route handlers
diff --git a/controller/types/types.go b/controller/types/types.go index <HASH>..<HASH> 100644 --- a/controller/types/types.go +++ b/controller/types/types.go @@ -28,6 +28,11 @@ type ExpandedFormation struct { Tags map[string]map[string]string `json:"tags,omitempty"` UpdatedAt time.Time `jso...
pkg/backup: Create backwards compatible backups
diff --git a/default_reporter.js b/default_reporter.js index <HASH>..<HASH> 100644 --- a/default_reporter.js +++ b/default_reporter.js @@ -94,7 +94,7 @@ module.exports = console.log('```'); console.log(JSON.stringify(error, null, 2)); console.log('```'); - }; + } console.log('\n## Fina...
Cleaned up lint errors.
diff --git a/test/fixture/interface.js b/test/fixture/interface.js index <HASH>..<HASH> 100644 --- a/test/fixture/interface.js +++ b/test/fixture/interface.js @@ -54,7 +54,7 @@ // When listener is ready start immortal listener.once('listening', function () { immortal.start(filename, common.extend(preOp...
[test] relay errors to callback
diff --git a/sdk/src/classes.js b/sdk/src/classes.js index <HASH>..<HASH> 100644 --- a/sdk/src/classes.js +++ b/sdk/src/classes.js @@ -508,6 +508,6 @@ F2.extend('', { * } * }); */ - loadScripts: function(scripts,inlines,callback){} + loadStyles: function(styles,callback){} } }); \ No newline at e...
Fixed dup properties, oops
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,11 +4,6 @@ install_requirements = ['pytz', 'tzlocal'] version = '2.4.3' -try: - import importlib -except ImportError: - install_requirements.append('importlib') - setup( name='tasklib', version=version...
Drop importlib from install_requirements Part of Python since <I>.
diff --git a/packages/babel-register/src/node.js b/packages/babel-register/src/node.js index <HASH>..<HASH> 100644 --- a/packages/babel-register/src/node.js +++ b/packages/babel-register/src/node.js @@ -101,7 +101,6 @@ function hookExtensions(exts) { export function revert() { if (piratesRevert) piratesRevert(); ...
Leave it to users to clear the require cache if they want to.
diff --git a/chunkenc/xor.go b/chunkenc/xor.go index <HASH>..<HASH> 100644 --- a/chunkenc/xor.go +++ b/chunkenc/xor.go @@ -89,7 +89,6 @@ func (c *XORChunk) Appender() (Appender, error) { } a := &xorAppender{ - c: c, b: c.b, t: it.t, v: it.val, @@ -119,7 +118,6 @@ func (c *XOR...
Remove unused field from xorAppender This field is not used, remove it.
diff --git a/js/binance.js b/js/binance.js index <HASH>..<HASH> 100644 --- a/js/binance.js +++ b/js/binance.js @@ -3478,7 +3478,8 @@ module.exports = class binance extends Exchange { await this.loadMarkets (); // by default cache the leverage bracket // it contains useful stuff like the maint...
binance loadLeverageBrackets linting
diff --git a/lib/airtable/version.rb b/lib/airtable/version.rb index <HASH>..<HASH> 100644 --- a/lib/airtable/version.rb +++ b/lib/airtable/version.rb @@ -1,3 +1,3 @@ module Airtable - VERSION = "0.0.1" + VERSION = "0.0.2" end
Bump to version <I>
diff --git a/app/code/community/Varien/Profiler.php b/app/code/community/Varien/Profiler.php index <HASH>..<HASH> 100755 --- a/app/code/community/Varien/Profiler.php +++ b/app/code/community/Varien/Profiler.php @@ -579,12 +579,12 @@ class Varien_Profiler public static function getTimers() { if (!self...
[BUGFIX] Fix compatibility with PHP <I>
diff --git a/ut/__init__.py b/ut/__init__.py index <HASH>..<HASH> 100644 --- a/ut/__init__.py +++ b/ut/__init__.py @@ -8,6 +8,7 @@ from hsyncnet import tests as hsyncnet_unit_tests; from kmeans import tests as kmeans_unit_tests; from nnet.som import tests as nnet_som_unit_tests; from nnet.sync ...
The unit-tests for the ROCK have been registered in the ut module
diff --git a/src/components/list/QItemWrapper.js b/src/components/list/QItemWrapper.js index <HASH>..<HASH> 100644 --- a/src/components/list/QItemWrapper.js +++ b/src/components/list/QItemWrapper.js @@ -45,7 +45,7 @@ export default { push(child, h, QItemSide, slot.left, replace, { icon: cfg.icon, - c...
feat: Add iconColor and rightIconColor as options to QSelect items #<I>
diff --git a/js/slider.js b/js/slider.js index <HASH>..<HASH> 100644 --- a/js/slider.js +++ b/js/slider.js @@ -223,7 +223,7 @@ panning = false; curr_index = $slider.find('.active').index(); - if (!swipeRight && !swipeLeft) { + if (!swipeRight && !swipeLeft || $slides.le...
Fix for #<I>. If there is a single slide in slider and swipe left or rigth, return to original position
diff --git a/core/server/data/migrations/utils.js b/core/server/data/migrations/utils.js index <HASH>..<HASH> 100644 --- a/core/server/data/migrations/utils.js +++ b/core/server/data/migrations/utils.js @@ -178,7 +178,7 @@ function addPermissionToRole(config) { return; } - log...
Fixed logging level when adding permissions to roles - `info` should be used here because it's an expected point in the code and there's nothing to warn about
diff --git a/example/appengine_oauth.py b/example/appengine_oauth.py index <HASH>..<HASH> 100644 --- a/example/appengine_oauth.py +++ b/example/appengine_oauth.py @@ -27,7 +27,7 @@ import os from google.appengine.ext import webapp from google.appengine.ext import db from google.appengine.ext.webapp import util -impo...
Added a note about requiring httplib2
diff --git a/lib/DirectEditing.js b/lib/DirectEditing.js index <HASH>..<HASH> 100644 --- a/lib/DirectEditing.js +++ b/lib/DirectEditing.js @@ -13,6 +13,8 @@ var TextBox = require('./TextBox'); */ function DirectEditing(eventBus, canvas) { + this._eventBus = eventBus; + this._providers = []; this._textbox = ...
feat(plug-in): fire events during editing operation
diff --git a/trix/widgets.py b/trix/widgets.py index <HASH>..<HASH> 100644 --- a/trix/widgets.py +++ b/trix/widgets.py @@ -1,6 +1,7 @@ from __future__ import unicode_literals from django import forms from django.contrib.admin import widgets as admin_widgets +from django.utils.html import format_html class TrixE...
use format_html when building widget to mark safe
diff --git a/nexus/sites.py b/nexus/sites.py index <HASH>..<HASH> 100644 --- a/nexus/sites.py +++ b/nexus/sites.py @@ -212,13 +212,16 @@ class NexusSite(object): response["Content-Length"] = len(contents) return response - def login(self, request): + def login(self, request, form_class...
Allow the form_class used by NexusSite to be overriden by a subclass.
diff --git a/src/Carbon/Lang/et.php b/src/Carbon/Lang/et.php index <HASH>..<HASH> 100644 --- a/src/Carbon/Lang/et.php +++ b/src/Carbon/Lang/et.php @@ -30,6 +30,7 @@ * - Zahhar Kirillov * - João Magalhães * - Ingmar + * - Illimar Tambek */ return [ 'year' => ':count aasta|:count aastat', @@ -68,10 +69,10 @...
Fix estonian date formats based on CLDR data
diff --git a/js/coinmarketcap.js b/js/coinmarketcap.js index <HASH>..<HASH> 100644 --- a/js/coinmarketcap.js +++ b/js/coinmarketcap.js @@ -16,16 +16,16 @@ module.exports = class coinmarketcap extends Exchange { 'rateLimit': 10000, 'version': 'v1', 'countries': 'US', - '...
removed obsolete metainfo interface in coinmarketcap.js
diff --git a/salt/utils/schema.py b/salt/utils/schema.py index <HASH>..<HASH> 100644 --- a/salt/utils/schema.py +++ b/salt/utils/schema.py @@ -558,8 +558,9 @@ class Schema(six.with_metaclass(SchemaMeta, object)): properties.update(serialized_section['properties']) if 'x-orderin...
Fix missing required entries when flattening Schemas
diff --git a/test/test_log.rb b/test/test_log.rb index <HASH>..<HASH> 100644 --- a/test/test_log.rb +++ b/test/test_log.rb @@ -12,7 +12,7 @@ class LogTest < Test::Unit::TestCase FileUtils.rm_rf(TMP_DIR) FileUtils.mkdir_p(TMP_DIR) @log_device = Fluent::Test::DummyLogDevice.new - @timestamp = Time.parse...
test_log.rb: use utc timezone for original timestamp
diff --git a/packages/jsdoc2spec/src/cli.js b/packages/jsdoc2spec/src/cli.js index <HASH>..<HASH> 100755 --- a/packages/jsdoc2spec/src/cli.js +++ b/packages/jsdoc2spec/src/cli.js @@ -99,7 +99,7 @@ const runWithJSDoc = (files) => { const temp = path.join(__dirname, 'temp.conf.json'); fs.writeFileSync(temp, JSON.st...
fix: fix jsdoc runner to use npx
diff --git a/source/Internal/ServiceFactory/FacadeServiceFactory.php b/source/Internal/ServiceFactory/FacadeServiceFactory.php index <HASH>..<HASH> 100644 --- a/source/Internal/ServiceFactory/FacadeServiceFactory.php +++ b/source/Internal/ServiceFactory/FacadeServiceFactory.php @@ -32,7 +32,7 @@ class FacadeServiceFact...
OXDEV-<I> Protected FacadeServiceFactory constructor
diff --git a/lib/facebook_ads/base.rb b/lib/facebook_ads/base.rb index <HASH>..<HASH> 100644 --- a/lib/facebook_ads/base.rb +++ b/lib/facebook_ads/base.rb @@ -11,7 +11,9 @@ module FacebookAds get!("/#{id}", objectify: true) end - # HTTMultiParty wrappers + protected + + # HTTMultiParty ...
The HTTMultiParty wrappers should be protected methods.
diff --git a/activerecord/lib/active_record/relation/calculations.rb b/activerecord/lib/active_record/relation/calculations.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/calculations.rb +++ b/activerecord/lib/active_record/relation/calculations.rb @@ -333,7 +333,7 @@ module ActiveRecord ...
rewrites a couple of alternations in regexps as character classes Character classes are the specific regexp construct to express alternation of individual characters.
diff --git a/src/Knp/FriendlyContexts/Extension.php b/src/Knp/FriendlyContexts/Extension.php index <HASH>..<HASH> 100644 --- a/src/Knp/FriendlyContexts/Extension.php +++ b/src/Knp/FriendlyContexts/Extension.php @@ -34,7 +34,7 @@ class Extension implements ExtensionInterface )); } - ...
Fix a missing statement ... youps
diff --git a/command/build_ext.py b/command/build_ext.py index <HASH>..<HASH> 100644 --- a/command/build_ext.py +++ b/command/build_ext.py @@ -8,6 +8,7 @@ import sys, os, re from distutils.core import Command from distutils.errors import * from distutils.sysconfig import customize_compiler, get_python_version +from ...
Closes #<I>: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
diff --git a/lib/execjs/external_runtime.rb b/lib/execjs/external_runtime.rb index <HASH>..<HASH> 100644 --- a/lib/execjs/external_runtime.rb +++ b/lib/execjs/external_runtime.rb @@ -85,21 +85,19 @@ module ExecJS end end - if MultiJson.respond_to?(:load) + if MultiJson.respond_to?(:d...
Fix invalid MultiJson API detection (closes #<I>) `#load` is defined in Kernel and inherited in every object, thus Object.respond_to?(:load) will always return true. MultiJson switched to load/dump from decode/encode. Thus it's safe to use a single check for both encoding and decoding methods.
diff --git a/lib/cfndsl.rb b/lib/cfndsl.rb index <HASH>..<HASH> 100644 --- a/lib/cfndsl.rb +++ b/lib/cfndsl.rb @@ -18,8 +18,7 @@ def CloudFormation(&block) x.declare(&block) invalid_references = x.checkRefs() if( invalid_references ) then - puts invalid_references.join("\n"); - exit(-1) + $stderr.puts...
Don't exit - write error to STDERR
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from deploy import get_version setup( - name='configlib', + name='pyconfiglib', version=get_version(), packages=['configlib'], url='https://github.com/ddorn/configlib',
changed name for real pypi
diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Model/Base.php +++ b/src/Common/Model/Base.php @@ -1526,8 +1526,8 @@ abstract class Base $aKey = array_filter([ strtoupper($sColumn), - json_encode($mValue), - $a...
Using serialize for cache key in model base
diff --git a/lib/weblib.php b/lib/weblib.php index <HASH>..<HASH> 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1473,7 +1473,7 @@ function format_string($string, $striplinks=true, $courseid=NULL ) { // First replace all ampersands not followed by html entity code $string = preg_replace("/\&(?![a-zA-Z0-...
filters: MDL-<I> fix upgrade problem when filterall is on. Thanks Nico for finding.