diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/packages/generator/app/templates/postcss.config.js b/packages/generator/app/templates/postcss.config.js index <HASH>..<HASH> 100644 --- a/packages/generator/app/templates/postcss.config.js +++ b/packages/generator/app/templates/postcss.config.js @@ -1,5 +1,6 @@ module.exports = ctx => ({ plugins: [ + ...
RG-<I> return 'postcss-modules-values-replace' plugin back to generator since we still use "unit"
diff --git a/timepiece/views.py b/timepiece/views.py index <HASH>..<HASH> 100644 --- a/timepiece/views.py +++ b/timepiece/views.py @@ -1112,17 +1112,9 @@ def payroll_summary(request, form, from_date, to_date, status, activity): ).order_by('user__last_name') for rp in rps: rp.user.summary = rp.summary...
[#<I>] Removed uneeded cal code in payroll report
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -2232,6 +2232,7 @@ require 'puppet/type/symlink' require 'puppet/type/user' require 'puppet/type/tidy' require 'puppet/type/parsedtype' -require 'puppet/type/yumrepo' +#This needs som...
Disable yumrepo type since it won't work with the FC5 repo files git-svn-id: <URL>
diff --git a/py/h2o.py b/py/h2o.py index <HASH>..<HASH> 100644 --- a/py/h2o.py +++ b/py/h2o.py @@ -520,7 +520,8 @@ def check_sandbox_for_errors(sandbox_ignore_errors=False): # don't detect these class loader info messags as errors #[Loaded java.lang.Error from /usr/lib/jvm/java...
Log line containg reference to the class CalcSquareErrorsTasks causes false test fail.
diff --git a/morpfw/crud/app.py b/morpfw/crud/app.py index <HASH>..<HASH> 100644 --- a/morpfw/crud/app.py +++ b/morpfw/crud/app.py @@ -128,6 +128,12 @@ class App(JsonSchemaApp, signals.SignalApp): def get_statemachine(self, context): raise NotImplementedError + @reg.dispatch_method(reg.match_class("m...
allow querying for statemachine factory for model
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,7 @@ module.exports = function(entry, opts) { if (ev === 'change' || ev === 'add') emitter.reload(file) }) - .on('update', function(file) { + .on('pending', function(fil...
for faster UX, trigger reload on pending
diff --git a/src/Entity/Abstraction/AbstractEntity.php b/src/Entity/Abstraction/AbstractEntity.php index <HASH>..<HASH> 100644 --- a/src/Entity/Abstraction/AbstractEntity.php +++ b/src/Entity/Abstraction/AbstractEntity.php @@ -386,7 +386,13 @@ abstract class AbstractEntity implements EntityInterface, SortableInterface ...
Ensure property values go though the get method before exporting
diff --git a/build/extract-css.js b/build/extract-css.js index <HASH>..<HASH> 100644 --- a/build/extract-css.js +++ b/build/extract-css.js @@ -11,7 +11,7 @@ files.forEach((file) => { sass.render({ file: `./src/css/${file}.scss`, outputStyle: 'compressed', - importer: tildeImporter, + importer: tildeI...
fix(css): fix utilities and reset build this file previously used `node-sass-tilde-importer`, which was passed in like `importer: tildeImporter`. during the winter release, that package was replaced with `node-sass-package-importer` which must be invoked like this `importer: tildeImporter()`
diff --git a/server/memcached/src/main/java/org/infinispan/server/memcached/commands/TextCommandHandler.java b/server/memcached/src/main/java/org/infinispan/server/memcached/commands/TextCommandHandler.java index <HASH>..<HASH> 100644 --- a/server/memcached/src/main/java/org/infinispan/server/memcached/commands/TextCom...
[ISPN-<I>] (Build memcached server module) Fix compilation issue.
diff --git a/src/toil/fileStores/abstractFileStore.py b/src/toil/fileStores/abstractFileStore.py index <HASH>..<HASH> 100644 --- a/src/toil/fileStores/abstractFileStore.py +++ b/src/toil/fileStores/abstractFileStore.py @@ -303,7 +303,7 @@ class AbstractFileStore(with_metaclass(ABCMeta, object)): if size is Non...
Actually call the implemented size polling method (#<I>)
diff --git a/config/software/bookshelf.rb b/config/software/bookshelf.rb index <HASH>..<HASH> 100644 --- a/config/software/bookshelf.rb +++ b/config/software/bookshelf.rb @@ -20,8 +20,7 @@ version "master" dependencies ["erlang", "rebar", "rsync"] -# TODO: use the public git:// uri once this repo is public -source...
update bookshelf software definition to use public git uri
diff --git a/ioc_writer/ioc_api.py b/ioc_writer/ioc_api.py index <HASH>..<HASH> 100644 --- a/ioc_writer/ioc_api.py +++ b/ioc_writer/ioc_api.py @@ -632,6 +632,14 @@ class IOC(): ''' return write_ioc(self.root, output_dir) + def write_ioc_to_string(self): + ''' + Writes the IOC to...
Add a wrapper to the write_ioc_string function to the IOC class
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb +++ b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb @@ -6...
derive the AR class name from the table name
diff --git a/comparison/src/test/java/io/wcm/caravan/hal/comparison/impl/properties/PropertyDiffDetectorTest.java b/comparison/src/test/java/io/wcm/caravan/hal/comparison/impl/properties/PropertyDiffDetectorTest.java index <HASH>..<HASH> 100644 --- a/comparison/src/test/java/io/wcm/caravan/hal/comparison/impl/propertie...
verify that HalResourceContet#getLastRelation can be called for the entry point resource
diff --git a/examples/with-razzle/src/index.js b/examples/with-razzle/src/index.js index <HASH>..<HASH> 100644 --- a/examples/with-razzle/src/index.js +++ b/examples/with-razzle/src/index.js @@ -2,14 +2,17 @@ import http from 'http' import app from './server' const server = http.createServer(app.render) +const PORT...
Open in the browser when initialized closes #<I>
diff --git a/src/renderSchema.js b/src/renderSchema.js index <HASH>..<HASH> 100644 --- a/src/renderSchema.js +++ b/src/renderSchema.js @@ -7,15 +7,20 @@ const marked = require('marked') // an HTML tag. So in some places (like descriptions of the types themselves) we // just output the raw description. In other places...
Update Markdown rendering to look better on GitHub (#2)
diff --git a/packages/material-ui/src/FilledInput/FilledInput.js b/packages/material-ui/src/FilledInput/FilledInput.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/FilledInput/FilledInput.js +++ b/packages/material-ui/src/FilledInput/FilledInput.js @@ -77,7 +77,7 @@ export const styles = theme => { ...
[FilledInput] Simplify border overrides (#<I>) Simple fix for #<I>. Just changed the disable css style to only specify the border bottom style, instead of the entire border property. This will make overrides a little simpler. Thanks! Closes #<I>.
diff --git a/lib/mongodb/db.js b/lib/mongodb/db.js index <HASH>..<HASH> 100644 --- a/lib/mongodb/db.js +++ b/lib/mongodb/db.js @@ -895,7 +895,8 @@ Db.prototype.command = function(selector, options, callback) { // Ensure only commands who support read Prefrences are exeuted otherwise override and use Primary if(re...
Added support for text command to use read preference #<I>
diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -6,7 +6,6 @@ module Vagrant # API for querying the state and making state changes to the machine, which # is backed by any sort of provider (VirtualBox, VMware, etc...
Remove client autoload since it does not exist here
diff --git a/lib/cql/version.rb b/lib/cql/version.rb index <HASH>..<HASH> 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,3 +1,3 @@ module CQL - VERSION = '1.0.0' + VERSION = '1.0.1' end
Version bump. Incrementing the gem version to <I> in preparation for the upcoming release.
diff --git a/dist/brewser.js b/dist/brewser.js index <HASH>..<HASH> 100644 --- a/dist/brewser.js +++ b/dist/brewser.js @@ -2,7 +2,7 @@ 'use strict'; - if(window.BREWSER) { + if(global.BREWSER || typeof window === 'undefined') { return; }
support for isomorphic commonjs import ran into this issue when ES6-importing this node module during meteor <I> beta testing
diff --git a/lib/podio/middleware/error_response.rb b/lib/podio/middleware/error_response.rb index <HASH>..<HASH> 100644 --- a/lib/podio/middleware/error_response.rb +++ b/lib/podio/middleware/error_response.rb @@ -12,10 +12,10 @@ module Podio if finished_env[:body]['error_description'] =~ /expired_token...
Changed so error message on Auth erros from the API is passed along as a hash, rather than as a string
diff --git a/tlsobs/main.go b/tlsobs/main.go index <HASH>..<HASH> 100644 --- a/tlsobs/main.go +++ b/tlsobs/main.go @@ -127,6 +127,7 @@ getresults: fmt.Printf("\n") if !results.Has_tls { fmt.Printf("%s does not support SSL/TLS\n", target) + exitCode = 5 } else { if *printRaw { fmt.Printf("%s\n", body)
Exit with non zero code when target doesn't support TLS
diff --git a/framework/core/src/Core/Handlers/Commands/UploadAvatarCommandHandler.php b/framework/core/src/Core/Handlers/Commands/UploadAvatarCommandHandler.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Core/Handlers/Commands/UploadAvatarCommandHandler.php +++ b/framework/core/src/Core/Handlers/Commands/Uplo...
Delete previous avatar when uploading a new one
diff --git a/lib/gym/manager.rb b/lib/gym/manager.rb index <HASH>..<HASH> 100644 --- a/lib/gym/manager.rb +++ b/lib/gym/manager.rb @@ -17,7 +17,8 @@ module Gym rows << ["Workspace", config[:workspace]] if config[:workspace] rows << ["Scheme", config[:scheme]] if config[:scheme] rows << ["Configurat...
Added platform information to the summar & improved xcode path output
diff --git a/lib/connect-mongo.js b/lib/connect-mongo.js index <HASH>..<HASH> 100755 --- a/lib/connect-mongo.js +++ b/lib/connect-mongo.js @@ -146,9 +146,13 @@ module.exports = function(connect) { break; case 'interval': - setInterval(function () { + self.timer = setInterval(func...
Exposing timer as self.timer. Added timer.unref()
diff --git a/charmhelpers/core/hookenv.py b/charmhelpers/core/hookenv.py index <HASH>..<HASH> 100644 --- a/charmhelpers/core/hookenv.py +++ b/charmhelpers/core/hookenv.py @@ -67,7 +67,7 @@ def cached(func): @wraps(func) def wrapper(*args, **kwargs): global cache - key = str((func, args, kwargs...
Ensure keys in cashed func args are sorted (#<I>) Fixes #<I> Supersedes #<I>
diff --git a/lib/modules/core/index.js b/lib/modules/core/index.js index <HASH>..<HASH> 100644 --- a/lib/modules/core/index.js +++ b/lib/modules/core/index.js @@ -45,6 +45,7 @@ Archiver.prototype._abort = function() { this._state.aborted = true; this._queue.kill(); this._statQueue.kill(); + this.end(); }; ...
core: end internal streams on abort.
diff --git a/includes/session.php b/includes/session.php index <HASH>..<HASH> 100644 --- a/includes/session.php +++ b/includes/session.php @@ -72,6 +72,7 @@ define('WT_REGEX_UNSAFE', '[\x00-\xFF]*'); // Use with care and apply addition define('WT_UTF8_BOM', "\xEF\xBB\xBF"); // U+FEFF define('WT_UTF8_MALE', "\x...
Add UTF8 symbol for "No sex", to complement the male/female symbols
diff --git a/ads/core.py b/ads/core.py index <HASH>..<HASH> 100644 --- a/ads/core.py +++ b/ads/core.py @@ -204,16 +204,14 @@ class Article(object): def _get_field(self, field): """ - Queries the api for a single field for the record by `id`. Intentionally - does not update self.response. T...
Article: use SearchQuery instead of BaseQuery for _get_field()
diff --git a/src/speech_rules/clearspeak_rules.js b/src/speech_rules/clearspeak_rules.js index <HASH>..<HASH> 100644 --- a/src/speech_rules/clearspeak_rules.js +++ b/src/speech_rules/clearspeak_rules.js @@ -2250,8 +2250,9 @@ sre.ClearspeakRules.initClearspeakRules_ = function() { 'self::number', '@role="mixed"')...
Fixes number rules to work with alpha mixed numbers.
diff --git a/spyderlib/widgets/dicteditor.py b/spyderlib/widgets/dicteditor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/dicteditor.py +++ b/spyderlib/widgets/dicteditor.py @@ -757,7 +757,10 @@ class BaseTableView(QTableView): """Reimplement Qt method""" index_clicked = self.indexAt(event.p...
Variable explorer: Make double clicks to edit values when pressed anywhere (and not just in the Value column)
diff --git a/chisel/request.py b/chisel/request.py index <HASH>..<HASH> 100644 --- a/chisel/request.py +++ b/chisel/request.py @@ -23,7 +23,7 @@ from .compat import func_name, iteritems import hashlib -import os +from pathlib import posixpath from pkg_resources import resource_string @@ -71,11 +71,11 @@ class ...
use posixpath in StaticRequest
diff --git a/lib/commands/test.js b/lib/commands/test.js index <HASH>..<HASH> 100644 --- a/lib/commands/test.js +++ b/lib/commands/test.js @@ -5,11 +5,18 @@ const doctap = require('../doctap'), module.exports.command = 'test'; module.exports.description = 'Run all doctests' -module.exports.builder = {}; +module.exp...
Added entrypoint for smappi test
diff --git a/rake/lib/rake/filelist.rb b/rake/lib/rake/filelist.rb index <HASH>..<HASH> 100644 --- a/rake/lib/rake/filelist.rb +++ b/rake/lib/rake/filelist.rb @@ -6,8 +6,21 @@ module Rake add_matching(pattern) if pattern end - def add_matching(pattern) - Dir[pattern].each { |fn| self << fn } if pa...
Added "add" function. Arrays and single file names are acceptable. git-svn-id: svn+ssh://rubyforge.org/var/svn/rake/trunk@<I> 5af<I>f1-ac1a-<I>-<I>d6-<I>a<I>c<I>ef
diff --git a/angr/analyses/cgc.py b/angr/analyses/cgc.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cgc.py +++ b/angr/analyses/cgc.py @@ -50,7 +50,7 @@ class CGC(Analysis): # make a CGC state s = self._p.initial_state() s.get_plugin('cgc') - self.e = self._p.surveyors.Explorer(sta...
merged cgc.py.
diff --git a/conn_test.go b/conn_test.go index <HASH>..<HASH> 100644 --- a/conn_test.go +++ b/conn_test.go @@ -16,6 +16,29 @@ func TestSystemBus(t *testing.T) { } } +func TestSend(t *testing.T) { + bus, err := SessionBus() + if err != nil { + t.Error(err) + } + ch := make(chan *Call, 1) + msg := &Message{ + Type...
Add test for Conn.Send()
diff --git a/addon/adapters/pouch.js b/addon/adapters/pouch.js index <HASH>..<HASH> 100644 --- a/addon/adapters/pouch.js +++ b/addon/adapters/pouch.js @@ -133,8 +133,12 @@ export default DS.RESTAdapter.extend({ _recordToData: function (store, type, record) { var data = {}; - var recordTypeName = this.getRe...
Serializer keys are conceptually distinct from recordTypeName.
diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -2902,7 +2902,7 @@ class Page $case_insensitive = Grav::instance()['config']->get('system.force_lowercase...
Fix for URL encoding with Multibyte folders
diff --git a/src/model/Repositories/UserEmailConfirmationsRepository.php b/src/model/Repositories/UserEmailConfirmationsRepository.php index <HASH>..<HASH> 100644 --- a/src/model/Repositories/UserEmailConfirmationsRepository.php +++ b/src/model/Repositories/UserEmailConfirmationsRepository.php @@ -21,7 +21,7 @@ class U...
Add automatic internal user confirmation At this point we want to maintain backwards compatibility and confirm every user. Once we start sending activation links to the selected groups of users, we'll exclude this groups from the automatic user confirmation. remp/crm#<I>
diff --git a/tests/test_georaster_tiling.py b/tests/test_georaster_tiling.py index <HASH>..<HASH> 100644 --- a/tests/test_georaster_tiling.py +++ b/tests/test_georaster_tiling.py @@ -157,9 +157,11 @@ class GeoRaster2TestGetTile(TestCase): def test_get_tile_from_different_crs_tile_is_not_tilted_with_different_buffe...
makng environment setting on test safer
diff --git a/salt/renderers/stateconf.py b/salt/renderers/stateconf.py index <HASH>..<HASH> 100644 --- a/salt/renderers/stateconf.py +++ b/salt/renderers/stateconf.py @@ -38,7 +38,7 @@ from cStringIO import StringIO # Import salt libs import salt.utils from salt.exceptions import SaltRenderError -import six +import ...
Replaced import six in file /salt/renderers/stateconf.py
diff --git a/textdistance/algorithms/edit_based.py b/textdistance/algorithms/edit_based.py index <HASH>..<HASH> 100644 --- a/textdistance/algorithms/edit_based.py +++ b/textdistance/algorithms/edit_based.py @@ -251,8 +251,9 @@ class JaroWinkler(_BaseSimilarity): if not s1_len or not s2_len: return...
Modify JaroWinkler boosting to match behaviour of jellyfish algorithm
diff --git a/spec/unit/provider/service/smf_spec.rb b/spec/unit/provider/service/smf_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/provider/service/smf_spec.rb +++ b/spec/unit/provider/service/smf_spec.rb @@ -20,6 +20,8 @@ describe provider_class, :if => Puppet.features.posix? do FileTest.stubs(:executable?)...
(maint) Stub operatingsystem fact in SMF provider test
diff --git a/src/main/java/graphql/execution/TypeInfo.java b/src/main/java/graphql/execution/TypeInfo.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/execution/TypeInfo.java +++ b/src/main/java/graphql/execution/TypeInfo.java @@ -74,7 +74,7 @@ public class TypeInfo { typeIsNonNull, type, p...
#<I> type info build is public
diff --git a/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java b/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java index <HASH>..<HASH> 100644 --- a/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java +++ b/codec-dns/src/main/java/io/netty/handler...
Fix missing ResourceLeak.close() in AbstractDnsMessage Motivation: ResourceLeak.close() must be called when a reference-counted resource is deallocated, but AbstractDnsMessage.deallocate() forgot to call it. Modifications: Call ResourceLeak.close() for the tracked AbstractDnsMessage instances Result: Fix the fals...
diff --git a/src/Formatter/Result.php b/src/Formatter/Result.php index <HASH>..<HASH> 100644 --- a/src/Formatter/Result.php +++ b/src/Formatter/Result.php @@ -168,13 +168,13 @@ class Result $this->identifiers[$identifier][] = $value; } - public function get($identifier, $default = null) + public f...
assume single as array for get default false
diff --git a/src/Zephyrus/Security/Authorization.php b/src/Zephyrus/Security/Authorization.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Security/Authorization.php +++ b/src/Zephyrus/Security/Authorization.php @@ -9,8 +9,9 @@ class Authorization const GET = 1; const POST = 2; const PUT = 4; - con...
Added PATCH method to Authorization
diff --git a/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java b/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java +++ b/src/main/java/org/jboss/pressga...
Minor fix to make a collection expand a plural.
diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php index <HASH>..<HASH> 100644 --- a/plugins/UsersManager/UsersManager.php +++ b/plugins/UsersManager/UsersManager.php @@ -166,7 +166,7 @@ class UsersManager extends \Piwik\Plugin */ public static function checkPasswordHa...
Revert hash calculation on comparison For performance reasons
diff --git a/svtplay_dl.py b/svtplay_dl.py index <HASH>..<HASH> 100755 --- a/svtplay_dl.py +++ b/svtplay_dl.py @@ -1042,6 +1042,7 @@ class Tv4play(): options.live = True streams = {} + subtitle = False for i in sa: if i.find("mediaFormat").text != "smi": @@ -10...
tv4play: support for subtitle.
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -325,7 +325,8 @@ class Minion(object): payload = {'enc': 'aes'} if ret_cmd == '_syndic_return': load = {'cmd': ret_cmd, - 'jid': ret['jid']} + ...
Add passign master's id to syndic return
diff --git a/lib/flapjack/gateways/api.rb b/lib/flapjack/gateways/api.rb index <HASH>..<HASH> 100644 --- a/lib/flapjack/gateways/api.rb +++ b/lib/flapjack/gateways/api.rb @@ -104,7 +104,11 @@ module Flapjack end after do - logger.debug("Returning #{response.status} for #{request.request_method} #...
log reponse body at debug level
diff --git a/lib/cache.js b/lib/cache.js index <HASH>..<HASH> 100644 --- a/lib/cache.js +++ b/lib/cache.js @@ -47,11 +47,25 @@ var DCp = DiskCache.prototype; DCp.setDefaultP = util.cachedMethod(function(key, toStringP, fromStringP) { return this.cacheDirP.then(function(cacheDir) { var file = path.join(ca...
Make sure to unlink cache files that fail to build successfully.
diff --git a/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb b/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb index <HASH>..<HASH> 100644 --- a/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb +++ b/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb @@ -5,7 +5,6 ...
Remove resource_pb require (#<I>) Temporarily remove the require to get the build to pass. Awaiting a new googleapis-common-protos release for a proper fix .
diff --git a/ghost/admin/app/components/gh-member-settings-form-cp.js b/ghost/admin/app/components/gh-member-settings-form-cp.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/components/gh-member-settings-form-cp.js +++ b/ghost/admin/app/components/gh-member-settings-form-cp.js @@ -80,8 +80,7 @@ export default clas...
Fixed loading indicator on comped subscription no refs
diff --git a/Classes/Cundd/Noshi/Utilities/ObjectUtility.php b/Classes/Cundd/Noshi/Utilities/ObjectUtility.php index <HASH>..<HASH> 100644 --- a/Classes/Cundd/Noshi/Utilities/ObjectUtility.php +++ b/Classes/Cundd/Noshi/Utilities/ObjectUtility.php @@ -20,6 +20,7 @@ class ObjectUtility { * @param string $keyPath...
Added a check if the given key path is a string
diff --git a/lib/Models/Cesium.js b/lib/Models/Cesium.js index <HASH>..<HASH> 100644 --- a/lib/Models/Cesium.js +++ b/lib/Models/Cesium.js @@ -813,7 +813,7 @@ Cesium.prototype.pickFromScreenPosition = function(screenPosition) { Cesium.prototype.pickVectorFeatures = function(screenPosition) { // Pick vector featur...
Allow <I> picked features. So that the "first <I> are shown" feature works.
diff --git a/qgrid/qgridjs/qgrid.widget.js b/qgrid/qgridjs/qgrid.widget.js index <HASH>..<HASH> 100644 --- a/qgrid/qgridjs/qgrid.widget.js +++ b/qgrid/qgridjs/qgrid.widget.js @@ -1,4 +1,4 @@ -if (IPython.version[0] === '4' && parseInt(IPython.version[2]) >= 2) { +if (parseInt(IPython.version[0]) >= 5 || (IPython.versio...
Fix version check to be compatible with IPython <I>
diff --git a/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java b/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java index <HASH>..<HASH> 100644 --- a/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java +++ b/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java @@ -4...
Conditionally reduce severity of roster reload error logging If the roster feature is not supported by the server, there's no need to log this at SEVERE log level.
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -486,10 +486,6 @@ module Puppet :default => "stomp", :desc => "Which type of queue to use for asynchronous processing.", }, - :queue_type =...
(MAINT) Fix duplicate key which ruby <I> complains about
diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -19,8 +19,14 @@ class Configuration implements ConfigurationInterface */ public fun...
Don't use the deprecated interface with Symfony <I>
diff --git a/opal/browser/css/definition.rb b/opal/browser/css/definition.rb index <HASH>..<HASH> 100644 --- a/opal/browser/css/definition.rb +++ b/opal/browser/css/definition.rb @@ -47,8 +47,12 @@ class Definition end end - def border(options) - if Hash === options + def border(*args) + if Hash === a...
css/definition: fix up array setting
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -7322,7 +7322,7 @@ * @return FS_Plugin_License */ private function get_active_child_addon_license() { - $re...
[bundle] [add-on] [license] [api] [refactor]
diff --git a/test/use.js b/test/use.js index <HASH>..<HASH> 100644 --- a/test/use.js +++ b/test/use.js @@ -25,9 +25,10 @@ describe('dualproto', function () { }; }); var domain = api(); - domain.mount(['hey'], function (ctxt) { + domain.mount(['hey'], fun...
Ensure adapted Message is used.
diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py index <HASH>..<HASH> 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -584,12 +584,13 @@ class Loop(Generic[LF]): time_now = ( now if now is not MISSING else datetime.datetime.now(datetime.t...
[tasks] Fix initial loop execution running prematurely
diff --git a/Helper/Db.php b/Helper/Db.php index <HASH>..<HASH> 100644 --- a/Helper/Db.php +++ b/Helper/Db.php @@ -46,4 +46,9 @@ class Db return " LIMIT $offset, $limit "; } + + public static function getLastInsertId() + { + return self::getInstance()->lastInsertId(); + } } ...
Add short way for LastInsertId and make Db helper's method static.
diff --git a/Vps/Validate/Hostname.php b/Vps/Validate/Hostname.php index <HASH>..<HASH> 100644 --- a/Vps/Validate/Hostname.php +++ b/Vps/Validate/Hostname.php @@ -1,7 +1,7 @@ <?php class Vps_Validate_Hostname extends Zend_Validate_Hostname { - public function __construct($allow = self::ALLOW_DNS, $validateIdn = t...
Switch off validating TLD in e-mail adress validation Due to increasing list of allowed tlds
diff --git a/src/bookboon.php b/src/bookboon.php index <HASH>..<HASH> 100644 --- a/src/bookboon.php +++ b/src/bookboon.php @@ -28,7 +28,7 @@ class Bookboon { private $authenticated = array(); private $headers = array(); private $url = "bookboon.com/api"; - private $cache_class_name= "Bookboon_Memcached"; ...
Disable caching by default for shared solutions
diff --git a/lib/Cake/Network/Email/SmtpTransport.php b/lib/Cake/Network/Email/SmtpTransport.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Network/Email/SmtpTransport.php +++ b/lib/Cake/Network/Email/SmtpTransport.php @@ -161,7 +161,6 @@ class SmtpTransport extends AbstractTransport { $headers = $this->_cakeEmail->...
Ooops, removed debug call.
diff --git a/skorch/tests/test_net.py b/skorch/tests/test_net.py index <HASH>..<HASH> 100644 --- a/skorch/tests/test_net.py +++ b/skorch/tests/test_net.py @@ -1092,6 +1092,14 @@ class TestNeuralNet: assert y_proba.min() >= 0 assert y_proba.max() <= 1 + def test_set_params_with_unknown_key_raises(...
Fix failing test after sklearn update. sklearn <I> changed error message when calling set_params with wrong key.
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Example This is a simple POP3 login and listing. - var sys = require('sys') + var util = require('util') , StreamHandler = require('stream-handler') ; diff --git...
[fix] Changed require('sys') to require('util') for compatibility with node <I>
diff --git a/ClassCollectionLoader.php b/ClassCollectionLoader.php index <HASH>..<HASH> 100644 --- a/ClassCollectionLoader.php +++ b/ClassCollectionLoader.php @@ -56,7 +56,7 @@ class ClassCollectionLoader // auto-reload $reload = false; if ($autoReload) { - $metadata = $cacheDir.'/...
[ClassLoader] made a small change to be consistent with the previous change
diff --git a/app/components/marty/auth_app.rb b/app/components/marty/auth_app.rb index <HASH>..<HASH> 100644 --- a/app/components/marty/auth_app.rb +++ b/app/components/marty/auth_app.rb @@ -14,6 +14,7 @@ class Marty::AuthApp < Marty::SimpleApp if !user.nil? menu << "->" << { text: user.name,...
minor: added one tooltip to signout menu
diff --git a/corelib/hash.rb b/corelib/hash.rb index <HASH>..<HASH> 100644 --- a/corelib/hash.rb +++ b/corelib/hash.rb @@ -181,8 +181,11 @@ class Hash def clone %x{ - var result = $hash(), - map = #{self}.map, + var result = new self._klass._alloc(); + + result.map = {}; result.keys...
Hash#clone should return subclasses
diff --git a/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php b/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php +++ b/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php @@ -149,7 +149,7 @@ c...
Fix sqlserver grammar (#<I>) Added square brackets to the table name. This fixes issues where the table name is equal to a keyword, like user.
diff --git a/paramiko/client.py b/paramiko/client.py index <HASH>..<HASH> 100644 --- a/paramiko/client.py +++ b/paramiko/client.py @@ -349,7 +349,7 @@ class SSHClient (object): self._agent.close() self._agent = None - def exec_command(self, command, bufsize=-1, timeout=None): + def exe...
Add support for get_pty to SSHClient.exec_command()
diff --git a/smartfile/__init__.py b/smartfile/__init__.py index <HASH>..<HASH> 100644 --- a/smartfile/__init__.py +++ b/smartfile/__init__.py @@ -35,6 +35,10 @@ class _BaseAPI(object): # Generate list of path components from URI template and provided # arguments. 'None' in the template is replaced w...
Add note on how part of the URL generation works
diff --git a/irc/modes.py b/irc/modes.py index <HASH>..<HASH> 100644 --- a/irc/modes.py +++ b/irc/modes.py @@ -54,7 +54,7 @@ def _parse_modes(mode_string, unary_modes=""): ... len = random.randint(min_len, max_len) ... chars_to_choose = [_py2_compat.chr(x) for x in range(0,1024)] ... chars = ...
Removed another unicode literal, restoring Python <I> compatibility in tests
diff --git a/public/js/editors/editors.js b/public/js/editors/editors.js index <HASH>..<HASH> 100644 --- a/public/js/editors/editors.js +++ b/public/js/editors/editors.js @@ -180,7 +180,7 @@ panels.restore = function () { } else { // load from personal settings - toopen = jsbin.settings.panels; + ...
fix: open first valid panel on mobile Originally it was tryingt open all panels which always included the output, and since in mobile we only show one panel at a time, output was last and would close all other panels.
diff --git a/lib/you_shall_not_pass/version.rb b/lib/you_shall_not_pass/version.rb index <HASH>..<HASH> 100644 --- a/lib/you_shall_not_pass/version.rb +++ b/lib/you_shall_not_pass/version.rb @@ -1,3 +1,3 @@ module YouShallNotPass - VERSION = "0.2.0" + VERSION = "0.2.1" end
Releasing version <I>
diff --git a/smtLayer/vmUtils.py b/smtLayer/vmUtils.py index <HASH>..<HASH> 100644 --- a/smtLayer/vmUtils.py +++ b/smtLayer/vmUtils.py @@ -520,8 +520,26 @@ def installFS(rh, vaddr, mode, fileSystem, diskType): strCmd = ' '.join(cmd) rh.printSysLog("Invoking: " + strCmd) try: - ...
Add retry for `mkfs` when install fs on vm's dasd This is related to: <URL>
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( ], zip_safe=True, classifiers=[ - 'Development Status :: 4 - Alpha', + 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Programming Lan...
Boilerplate for initial release.
diff --git a/src/Data/ImmutableRecordLogic.php b/src/Data/ImmutableRecordLogic.php index <HASH>..<HASH> 100644 --- a/src/Data/ImmutableRecordLogic.php +++ b/src/Data/ImmutableRecordLogic.php @@ -96,14 +96,14 @@ trait ImmutableRecordLogic case 'float': case 'bool': case...
Use getters in ImmutableRecordLogic::toArray
diff --git a/eth_account/datastructures.py b/eth_account/datastructures.py index <HASH>..<HASH> 100644 --- a/eth_account/datastructures.py +++ b/eth_account/datastructures.py @@ -15,3 +15,14 @@ class AttributeDict(AttrDict): 'This data is immutable -- create a copy instead of modifying. ' 'For...
prettier repr in IPython
diff --git a/lib/transpec/cli.rb b/lib/transpec/cli.rb index <HASH>..<HASH> 100644 --- a/lib/transpec/cli.rb +++ b/lib/transpec/cli.rb @@ -26,8 +26,13 @@ module Transpec end def run(args) - paths = OptionParser.new(@configuration).parse(args) - fail_if_should_not_continue! + begin + pa...
Avoid catching general errors in CLI
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,7 +4,7 @@ # fmt: off __title__ = "spacy" -__version__ = "2.2.0.dev6" +__version__ = "2.2.0.dev7" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython" __u...
Set version to <I>.dev7
diff --git a/commands/filter.py b/commands/filter.py index <HASH>..<HASH> 100644 --- a/commands/filter.py +++ b/commands/filter.py @@ -46,6 +46,9 @@ def cmd(send, msg, args): send("Nope, not gonna do it!") elif msg.startswith('chain'): if args['is_admin'](args['nick']): + if args['...
Disallow !filter chain without a filter set. Fixes #<I>.
diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/UpdateCenter.java +++ b/core/src/main/java/hudson/model/UpdateCenter.java @@ -39,6 +39,7 @@ import hudson.lifecycle.RestartNotSupportedExce...
Reduce the # of idle threads.
diff --git a/lib/commit-message.js b/lib/commit-message.js index <HASH>..<HASH> 100644 --- a/lib/commit-message.js +++ b/lib/commit-message.js @@ -27,7 +27,7 @@ var config = { function CommitMessage(message) { this._errors = []; - var cfg = config; + var cfg = this.config; var log = this._log.bind(th...
Use config correctly, from the prototype
diff --git a/sinon-spy-react.js b/sinon-spy-react.js index <HASH>..<HASH> 100644 --- a/sinon-spy-react.js +++ b/sinon-spy-react.js @@ -17,7 +17,7 @@ function spyOnReactClass(reactClass, methodName) { function reactClassPrototype(reactClass) { var ctor = reactClass.prototype && reactClass.prototype.constructor; ...
Corrected check for constructor existence
diff --git a/mythril/analysis/modules/ether_thief.py b/mythril/analysis/modules/ether_thief.py index <HASH>..<HASH> 100644 --- a/mythril/analysis/modules/ether_thief.py +++ b/mythril/analysis/modules/ether_thief.py @@ -67,7 +67,6 @@ class EtherThief(DetectionModule): :return: """ instruction ...
remove dependence on cfg & nodes from ether thief
diff --git a/Eloquent/Model.php b/Eloquent/Model.php index <HASH>..<HASH> 100755 --- a/Eloquent/Model.php +++ b/Eloquent/Model.php @@ -1405,7 +1405,7 @@ abstract class Model implements ArrayAccess, ArrayableInterface, JsonableInterfa { if (isset($this->table)) return $this->table; - return str_replace('\\', '',...
Namespaces are now excluded from guessed model names.
diff --git a/src/wa_kat/connectors/aleph.py b/src/wa_kat/connectors/aleph.py index <HASH>..<HASH> 100755 --- a/src/wa_kat/connectors/aleph.py +++ b/src/wa_kat/connectors/aleph.py @@ -91,6 +91,18 @@ def by_issn(issn): if val } + # check whether there is alternative date in 008 + alt...
#<I>: Added better parsing of creation date.
diff --git a/core/AssetManager.php b/core/AssetManager.php index <HASH>..<HASH> 100644 --- a/core/AssetManager.php +++ b/core/AssetManager.php @@ -395,7 +395,7 @@ class Piwik_AssetManager // Tries to remove compressed version of the merged file. // See Piwik::serveStaticFile() for more info on static file ...
fixes #<I> - wasn't removing compressed assets on update; merged assets in tmp are relative to PIWIK_USER_PATH git-svn-id: <URL>
diff --git a/src/app/actions/mslookup/searchspace.py b/src/app/actions/mslookup/searchspace.py index <HASH>..<HASH> 100644 --- a/src/app/actions/mslookup/searchspace.py +++ b/src/app/actions/mslookup/searchspace.py @@ -4,7 +4,7 @@ PROTEIN_STORE_CHUNK_SIZE = 100000 def create_searchspace_wholeproteins(lookup, fastafn...
Do not forget to switch L to I when building DB
diff --git a/examples/pages/basic/index.js b/examples/pages/basic/index.js index <HASH>..<HASH> 100644 --- a/examples/pages/basic/index.js +++ b/examples/pages/basic/index.js @@ -49,7 +49,7 @@ class Examples extends Component { const Item = glamorous(Autocomplete.Item, { rootEl: 'div', - forwardProps: ['index', ...
docs(examples): update forwarded prop item -> value (#<I>)
diff --git a/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js b/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js index <HASH>..<HASH> 100644 --- a/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js +++ b/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js @@ -4,6 +4,10 @@ var ...
[issue #<I>] solved bug in pose3d of uavviwerjs
diff --git a/ofp/v0x01/controller2switch/port_stats_request.py b/ofp/v0x01/controller2switch/port_stats_request.py index <HASH>..<HASH> 100644 --- a/ofp/v0x01/controller2switch/port_stats_request.py +++ b/ofp/v0x01/controller2switch/port_stats_request.py @@ -0,0 +1,29 @@ +"""Information about physical ports is requeste...
Implements the Port Stats Requests message class - Issue #<I>
diff --git a/src/Support/helpers.php b/src/Support/helpers.php index <HASH>..<HASH> 100644 --- a/src/Support/helpers.php +++ b/src/Support/helpers.php @@ -18,18 +18,6 @@ if (! function_exists('extract_title')) { } } -if (! function_exists('domain')) { - /** - * Return domain host. - * - * @return...
Remove no longer used domain() global helper - This is now the responsibility of rinvex/laravel-tenants