diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/tests/virgil-cards.js b/tests/virgil-cards.js index <HASH>..<HASH> 100644 --- a/tests/virgil-cards.js +++ b/tests/virgil-cards.js @@ -130,7 +130,7 @@ test('create private virgil card', function (t) { var token = VirgilSDK.utils.generateValidationToken( username, identityType, - process.env.VIR...
Update test, add workaround for travis env variables new lines
diff --git a/tests/big-ass-files.test.js b/tests/big-ass-files.test.js index <HASH>..<HASH> 100644 --- a/tests/big-ass-files.test.js +++ b/tests/big-ass-files.test.js @@ -4,7 +4,9 @@ describe.only('when some big files start coming in, this adapter', function() { // Set up a route which listens to uploads app....
Adjust maxBytes for the big ass file test.
diff --git a/plenum/test/client/test_client_retry.py b/plenum/test/client/test_client_retry.py index <HASH>..<HASH> 100644 --- a/plenum/test/client/test_client_retry.py +++ b/plenum/test/client/test_client_retry.py @@ -100,7 +100,7 @@ def testClientNotRetryRequestWhenReqnackReceived(looper, nodeSet, client1, origT...
Fix testClientNotRetryRequestWhenReqnackReceived
diff --git a/src/StreamEncryption.php b/src/StreamEncryption.php index <HASH>..<HASH> 100644 --- a/src/StreamEncryption.php +++ b/src/StreamEncryption.php @@ -31,6 +31,10 @@ class StreamEncryption // On versions affected by this bug we need to fread the stream until we // get an empty string back bec...
Explicitly set supported TLS version for PHP<I>+
diff --git a/Model/ExtendedFieldModel.php b/Model/ExtendedFieldModel.php index <HASH>..<HASH> 100644 --- a/Model/ExtendedFieldModel.php +++ b/Model/ExtendedFieldModel.php @@ -240,7 +240,7 @@ class ExtendedFieldModel extends FieldModel $entity->deletedId = $id; $this->dispatchEvent('post_delete', $enti...
Actually run php-cs-fixer (for real)
diff --git a/rinoh/flowable.py b/rinoh/flowable.py index <HASH>..<HASH> 100644 --- a/rinoh/flowable.py +++ b/rinoh/flowable.py @@ -26,7 +26,7 @@ from .dimension import DimensionBase, PT from .draw import ShapeStyle, Rectangle, Line, LineStyle, Stroke from .layout import (InlineDownExpandingContainer, VirtualContainer...
Fix infinite loop. Non-content containers should not influence a page's "emptyness".
diff --git a/fragments/config.py b/fragments/config.py index <HASH>..<HASH> 100644 --- a/fragments/config.py +++ b/fragments/config.py @@ -55,6 +55,7 @@ class FragmentsConfig(dict): except Exception, exc: raise ConfigurationFileCorrupt(exc.message) self.update(parsed_json) + ...
config['version'] should always be a tuple
diff --git a/api/src/opentrons/api/session.py b/api/src/opentrons/api/session.py index <HASH>..<HASH> 100755 --- a/api/src/opentrons/api/session.py +++ b/api/src/opentrons/api/session.py @@ -135,6 +135,7 @@ class Session(object): self.modules = None self.metadata = {} self.api_level = None + ...
fix(api): reflect protocol text over rpc (#<I>) The session needs a protocol text member exposed via rpc to let apps that aren't the one that uploaded the protocol see what the protocol was. The app also relies on it (perhaps incorrectly) in a couple ways, for instance the creation method, and without this exposed ...
diff --git a/lib/twostroke/runtime/lib/string.rb b/lib/twostroke/runtime/lib/string.rb index <HASH>..<HASH> 100644 --- a/lib/twostroke/runtime/lib/string.rb +++ b/lib/twostroke/runtime/lib/string.rb @@ -44,7 +44,7 @@ module Twostroke::Runtime md = re.match s, offset break unless md && (offset.zero...
avoid passing nil into Types::String.new
diff --git a/lib/itamae/recipe.rb b/lib/itamae/recipe.rb index <HASH>..<HASH> 100644 --- a/lib/itamae/recipe.rb +++ b/lib/itamae/recipe.rb @@ -2,6 +2,8 @@ require 'itamae' module Itamae class Recipe + NotFoundError = Class.new(StandardError) + attr_reader :path attr_reader :runner attr_reader :d...
If a file to be included doesn't exist, raise an error.
diff --git a/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/generic/PostgreSQLCommandCompletePacket.java b/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgres...
Simplify String concat in PostgreSQLCommandCompletePacket (#<I>)
diff --git a/tests/test_popobject_create.py b/tests/test_popobject_create.py index <HASH>..<HASH> 100644 --- a/tests/test_popobject_create.py +++ b/tests/test_popobject_create.py @@ -97,7 +97,8 @@ class testMlocusPopCreate(unittest.TestCase): def testConstruction(self): pop = fwdpy11.MlocusPop(self.dipl...
test that MlocusPop.nloci is assigned
diff --git a/js/language/c.js b/js/language/c.js index <HASH>..<HASH> 100644 --- a/js/language/c.js +++ b/js/language/c.js @@ -50,13 +50,13 @@ Rainbow.extend('c', [ 3: 'storage.type', 4: 'entity.name.function' }, - 'pattern': /\b((un)?signed|const)?\s?(void|char|short|int|long|...
Add support for functions with spaces before the parenthesis
diff --git a/spec/functional/resource/deploy_revision_spec.rb b/spec/functional/resource/deploy_revision_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/resource/deploy_revision_spec.rb +++ b/spec/functional/resource/deploy_revision_spec.rb @@ -42,14 +42,16 @@ describe Chef::Resource::DeployRevision, :unix_on...
[OC-<I>] move ohai into before(:all) in deploy_rev test
diff --git a/complexity.go b/complexity.go index <HASH>..<HASH> 100644 --- a/complexity.go +++ b/complexity.go @@ -14,7 +14,9 @@ import ( // Complexity calculates the cyclomatic complexity of a function. // The 'fn' node is either a *ast.FuncDecl or a *ast.FuncLit. func Complexity(fn ast.Node) int { - v := complexit...
Fix cyclomatic complexity for function literals
diff --git a/lib/gclitest/index.js b/lib/gclitest/index.js index <HASH>..<HASH> 100644 --- a/lib/gclitest/index.js +++ b/lib/gclitest/index.js @@ -114,6 +114,8 @@ exports.createDisplay = function(options) { var options = { window: window, display: window.display, + isNode: false, + isFirefo...
refactor-<I>: Clearer flags for tests Be clearer about what environment we are running in by explicitly setting isNode, isFirefox, etc.
diff --git a/src/Repo/Data/Entity/Retro/Downline/Compressed/Phase1.php b/src/Repo/Data/Entity/Retro/Downline/Compressed/Phase1.php index <HASH>..<HASH> 100644 --- a/src/Repo/Data/Entity/Retro/Downline/Compressed/Phase1.php +++ b/src/Repo/Data/Entity/Retro/Downline/Compressed/Phase1.php @@ -9,6 +9,7 @@ namespace Praxige...
MOBI-<I> - Repositories and queries
diff --git a/agreement.rb b/agreement.rb index <HASH>..<HASH> 100644 --- a/agreement.rb +++ b/agreement.rb @@ -7,7 +7,8 @@ module TicketSharing attr_accessor :direction, :remote_url def initialize(attrs = {}) - self.direction = attrs['direction'] if attrs['direction'] + self.direction = attrs['di...
Connecting the Sharing::Agreement dots. An api request is successfully sent after a Sharing::Agreement is created! * Connecting the front end to the back end * Cleaning up errors * Adding some more test coverage * Making the UI reflect the mockups a bit more * Adding some missing pieces
diff --git a/Resources/public/Admin.js b/Resources/public/Admin.js index <HASH>..<HASH> 100644 --- a/Resources/public/Admin.js +++ b/Resources/public/Admin.js @@ -114,7 +114,7 @@ var Admin = { jQuery("input[type='checkbox']:not('label.btn>input'), input[type='radio']:not('label.btn>input')", subject).iCh...
typo fix in css class name
diff --git a/spec/functional/callbacks_spec.rb b/spec/functional/callbacks_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/callbacks_spec.rb +++ b/spec/functional/callbacks_spec.rb @@ -156,6 +156,20 @@ describe "Callbacks" do end end + context "By default" do + it "should not run callbacks when ...
Add specs for embedded callback deferral
diff --git a/api/handler/api/util.go b/api/handler/api/util.go index <HASH>..<HASH> 100644 --- a/api/handler/api/util.go +++ b/api/handler/api/util.go @@ -29,16 +29,20 @@ func requestToProto(r *http.Request) (*api.Request, error) { ct, _, err := mime.ParseMediaType(r.Header.Get("Content-Type")) if err != nil { - ...
-bugfix #<I> set body corretly in case of missing content-type (#<I>)
diff --git a/django_plotly_dash/__init__.py b/django_plotly_dash/__init__.py index <HASH>..<HASH> 100644 --- a/django_plotly_dash/__init__.py +++ b/django_plotly_dash/__init__.py @@ -26,6 +26,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ''' -__version__ = "0.7.0" +__v...
Update version to prerelease <I> (#<I>)
diff --git a/src/ValuSo/Annotation/AnnotationBuilder.php b/src/ValuSo/Annotation/AnnotationBuilder.php index <HASH>..<HASH> 100644 --- a/src/ValuSo/Annotation/AnnotationBuilder.php +++ b/src/ValuSo/Annotation/AnnotationBuilder.php @@ -237,8 +237,9 @@ class AnnotationBuilder implements EventManagerAwareInterface pr...
Fixes issue, where operation wasn't parsed if it wasn't annotated
diff --git a/pipes/iam/__main__.py b/pipes/iam/__main__.py index <HASH>..<HASH> 100644 --- a/pipes/iam/__main__.py +++ b/pipes/iam/__main__.py @@ -20,7 +20,7 @@ def main(): help='Set DEBUG output') parser.add_argument('-e', '--env', - choices...
fix: Add environments for IAM See also: PSOBAT-<I>
diff --git a/src/plugins/Entity/Entity.Controller.js b/src/plugins/Entity/Entity.Controller.js index <HASH>..<HASH> 100644 --- a/src/plugins/Entity/Entity.Controller.js +++ b/src/plugins/Entity/Entity.Controller.js @@ -159,7 +159,6 @@ Entity.Controller = meta.Controller.extend // Force update hover if is needed. ...
Re: Update hover when new entity is added.
diff --git a/test/libwebsocket/test_url.rb b/test/libwebsocket/test_url.rb index <HASH>..<HASH> 100644 --- a/test/libwebsocket/test_url.rb +++ b/test/libwebsocket/test_url.rb @@ -4,6 +4,12 @@ class TestURL < Test::Unit::TestCase def test_parse url = LibWebSocket::URL.new + assert url.parse('ws://example.co...
Test also URL without trailing slash
diff --git a/spec/pro_motion/data_table_screen_spec.rb b/spec/pro_motion/data_table_screen_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pro_motion/data_table_screen_spec.rb +++ b/spec/pro_motion/data_table_screen_spec.rb @@ -1,6 +1,5 @@ -include ContributorsModule - describe 'DataTableScreen' do + extend Contributo...
Specs require an extend, not an include
diff --git a/packages/react-scripts/scripts/start.js b/packages/react-scripts/scripts/start.js index <HASH>..<HASH> 100644 --- a/packages/react-scripts/scripts/start.js +++ b/packages/react-scripts/scripts/start.js @@ -171,7 +171,6 @@ checkBrowsers(paths.appPath, isInteractive) devServer.close(); proc...
Skip stdin resuming to support lerna parallel (#<I>)
diff --git a/spec/phone_spec/app/spec_runner.rb b/spec/phone_spec/app/spec_runner.rb index <HASH>..<HASH> 100644 --- a/spec/phone_spec/app/spec_runner.rb +++ b/spec/phone_spec/app/spec_runner.rb @@ -64,7 +64,9 @@ if !defined?(RHO_WP7) && !(System.get_property('platform') == 'Blackberry' && (S config[:files] << "sp...
bb: fix phone_spec
diff --git a/lib/editorlib.php b/lib/editorlib.php index <HASH>..<HASH> 100644 --- a/lib/editorlib.php +++ b/lib/editorlib.php @@ -106,7 +106,7 @@ function get_texteditor($editorname) { function get_available_editors() { $editors = array(); foreach (get_plugin_list('editor') as $editorname => $dir) { - ...
fixed recent regression when fixing pluginname in editors
diff --git a/public/js/editors/libraries.js b/public/js/editors/libraries.js index <HASH>..<HASH> 100644 --- a/public/js/editors/libraries.js +++ b/public/js/editors/libraries.js @@ -681,6 +681,16 @@ var libraries = [ 'url': 'https://cdnjs.cloudflare.com/ajax/libs/mori/0.3.2/mori.js', 'label': 'mori 0.3.2', ...
Add Ramda as an available library
diff --git a/src/Codeception/Lib/Generator/Cest.php b/src/Codeception/Lib/Generator/Cest.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Lib/Generator/Cest.php +++ b/src/Codeception/Lib/Generator/Cest.php @@ -13,11 +13,11 @@ class Cest { class {{name}}Cest { - public function _before() + public function...
Repair TestCase/Cest.php such that the _before and _after methods receive "the guy" in their argument lists.
diff --git a/satpy/readers/yaml_reader.py b/satpy/readers/yaml_reader.py index <HASH>..<HASH> 100644 --- a/satpy/readers/yaml_reader.py +++ b/satpy/readers/yaml_reader.py @@ -40,7 +40,7 @@ from pyresample.geometry import AreaDefinition from satpy.composites import IncompatibleAreas from satpy.config import recursive_...
Fix test by using DATASET_KEYS instead of DatasetID's as_dict
diff --git a/logback-access/src/main/java/ch/qos/logback/access/jetty/RequestLogImpl.java b/logback-access/src/main/java/ch/qos/logback/access/jetty/RequestLogImpl.java index <HASH>..<HASH> 100644 --- a/logback-access/src/main/java/ch/qos/logback/access/jetty/RequestLogImpl.java +++ b/logback-access/src/main/java/ch/qo...
added setter for 'resource'
diff --git a/src/editor/components/TableComponent.js b/src/editor/components/TableComponent.js index <HASH>..<HASH> 100644 --- a/src/editor/components/TableComponent.js +++ b/src/editor/components/TableComponent.js @@ -213,13 +213,14 @@ export default class TableComponent extends CustomSurface { // console.log('...
Fix TableComponent's right-click handling.
diff --git a/src/scripts/cli-script-helper-functions.php b/src/scripts/cli-script-helper-functions.php index <HASH>..<HASH> 100644 --- a/src/scripts/cli-script-helper-functions.php +++ b/src/scripts/cli-script-helper-functions.php @@ -257,6 +257,19 @@ function printInfo($str, $append_new_line = true) { if( ((bool)...
Fixed bug in ./vendor/bin/s3mvc-create-controller-wizard that creates controller with namespace prefixed with \
diff --git a/addon/components/block-slot.js b/addon/components/block-slot.js index <HASH>..<HASH> 100644 --- a/addon/components/block-slot.js +++ b/addon/components/block-slot.js @@ -12,7 +12,7 @@ const { * The maximum allowed number of block parameters supported * * @memberof module:addon/components/block-slot -...
fixed use of constant in docBlock to be consistent with style docs
diff --git a/src/article/InternalArticleSchema.js b/src/article/InternalArticleSchema.js index <HASH>..<HASH> 100644 --- a/src/article/InternalArticleSchema.js +++ b/src/article/InternalArticleSchema.js @@ -120,7 +120,8 @@ Figure.schema = { class TableFigure extends Figure {} TableFigure.schema = { type: 'table-fi...
Keep footnotes inside Table Figure.
diff --git a/src/asset.js b/src/asset.js index <HASH>..<HASH> 100644 --- a/src/asset.js +++ b/src/asset.js @@ -2,7 +2,7 @@ import * as validators from './validators' export default function (Vue: GlobalAPI): void { - const extend = Vue.util.extend + const { extend } = Vue.util // set global validators asset ...
:shirt: refactor: destructuring
diff --git a/models/classes/http/Controller.php b/models/classes/http/Controller.php index <HASH>..<HASH> 100644 --- a/models/classes/http/Controller.php +++ b/models/classes/http/Controller.php @@ -37,7 +37,10 @@ abstract class Controller use HttpRequestHelperTrait; use HttpFlowTrait; + /** @var ServerR...
add isJsonRequest method for controller
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/exec.rb +++ b/lib/puppet/type/exec.rb @@ -413,7 +413,8 @@ module Puppet `grep` determines it's already there. Note that this command follows the same rules as the main command, - w...
(docs) Clarification on unless and only Could probably clearer that the `unless` and `only` parameters have all the same parameters as the main exec, not just the path. (DOCUMENT-<I>)
diff --git a/src/components/Button.js b/src/components/Button.js index <HASH>..<HASH> 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -43,7 +43,6 @@ const Button = React.createClass({ <button aria-label={this.props.ariaLabel} onClick={this.props.type === 'disabled' ? nul...
Removes button role now that element is native button
diff --git a/squad/core/models.py b/squad/core/models.py index <HASH>..<HASH> 100644 --- a/squad/core/models.py +++ b/squad/core/models.py @@ -856,7 +856,12 @@ class Test(models.Model): @property def full_name(self): - return join_name(self.suite.slug, self.name) + suite = '' + if self....
core: models: use metadata for retrieving test full name Prioritize SuiteMetadata.suite in favor of Suite.slug when making test's full name. This will reduce one prefetch_related when fetching tests.
diff --git a/src/Http/FormAuthenticationModule.php b/src/Http/FormAuthenticationModule.php index <HASH>..<HASH> 100644 --- a/src/Http/FormAuthenticationModule.php +++ b/src/Http/FormAuthenticationModule.php @@ -102,6 +102,7 @@ class FormAuthenticationModule implements ServiceModuleInterface $this->sess...
also delete _last_authenticated_at_ping_sent from session on logout
diff --git a/angular-loggly-logger.js b/angular-loggly-logger.js index <HASH>..<HASH> 100644 --- a/angular-loggly-logger.js +++ b/angular-loggly-logger.js @@ -168,7 +168,7 @@ } else if(angular.isObject(msg)){ //handling JSON objects - sending.messageObj = ms...
Removed messageObj field Removed messageObj field for the custom object and extended custom json object fields to the parent json.
diff --git a/solidity/test/BancorFormula.js b/solidity/test/BancorFormula.js index <HASH>..<HASH> 100644 --- a/solidity/test/BancorFormula.js +++ b/solidity/test/BancorFormula.js @@ -48,4 +48,19 @@ contract('BancorFormula', () => { assert(retVal.lessThan(maxVal), `Result of function fixedExp(${maxExp.plus(...
Update the BancorFormula JS test.
diff --git a/rendersheet.js b/rendersheet.js index <HASH>..<HASH> 100644 --- a/rendersheet.js +++ b/rendersheet.js @@ -204,9 +204,14 @@ class RenderSheet const current = this.textures[key]; if (current.texture) { - current.texture.destroy(); + current...
Fixing an issue with canvas index not added to texture
diff --git a/isort/isort.py b/isort/isort.py index <HASH>..<HASH> 100644 --- a/isort/isort.py +++ b/isort/isort.py @@ -209,7 +209,14 @@ class SortImports(object): if module_name_to_check in self.config[config_key]: return placement - for prefix in PYTHONPATH: + path...
Smarter virtualenv behaviour inspired by feedback from @spookylukey
diff --git a/blimpy/waterfall.py b/blimpy/waterfall.py index <HASH>..<HASH> 100755 --- a/blimpy/waterfall.py +++ b/blimpy/waterfall.py @@ -110,7 +110,7 @@ class Waterfall(Filterbank): t_start (int): start integration ID t_stop (int): stop integration ID load_data (bool): load data...
Pushing back on commit 1d<I>d<I>fb1e<I>d0cac<I>fb<I>aea<I>ca since it causes command line “watutil” to break. Need new solution.
diff --git a/lib/plugins/stats.js b/lib/plugins/stats.js index <HASH>..<HASH> 100644 --- a/lib/plugins/stats.js +++ b/lib/plugins/stats.js @@ -61,7 +61,14 @@ module.exports = function(options){ // requests if (options.requests) { - server.on('request', function(req, res){ + // force cluste...
force cluster's request callback first to proxy end() for sync req/res cycle'
diff --git a/core/vocabulary/src/test/java/org/trellisldp/vocabulary/AbstractVocabularyTest.java b/core/vocabulary/src/test/java/org/trellisldp/vocabulary/AbstractVocabularyTest.java index <HASH>..<HASH> 100644 --- a/core/vocabulary/src/test/java/org/trellisldp/vocabulary/AbstractVocabularyTest.java +++ b/core/vocabula...
Turn down console warnings Related to #<I>
diff --git a/test/tests/signature.js b/test/tests/signature.js index <HASH>..<HASH> 100644 --- a/test/tests/signature.js +++ b/test/tests/signature.js @@ -41,7 +41,7 @@ describe("Signature", function() { assert.equal(when.offset(), -now.getTimezoneOffset()); }); - it("can get a default signature when no user...
Fix asynchronous testing of signatures The previous implementation mixed promises and callbacks in a way that was incompatible with mocha. This patch removes the callback and uses promises only.
diff --git a/spec/filters/bugs/hash.rb b/spec/filters/bugs/hash.rb index <HASH>..<HASH> 100644 --- a/spec/filters/bugs/hash.rb +++ b/spec/filters/bugs/hash.rb @@ -86,7 +86,6 @@ opal_filter "Hash" do fails "Hash#initialize_copy does not transfer default values" fails "Hash#initialize_copy calls to_hash on hash sub...
Move another frozen hash spec to unsupported
diff --git a/cheroot/workers/threadpool.py b/cheroot/workers/threadpool.py index <HASH>..<HASH> 100644 --- a/cheroot/workers/threadpool.py +++ b/cheroot/workers/threadpool.py @@ -320,7 +320,7 @@ class ThreadPool: return ( thread for thread in threads - if thread is not thre...
Use `current_thread()` to address Python <I> `DeprecationWarning` PR #<I>
diff --git a/src/js/panels.js b/src/js/panels.js index <HASH>..<HASH> 100644 --- a/src/js/panels.js +++ b/src/js/panels.js @@ -38,8 +38,14 @@ var Panels = { remove: function(id) { var panels = this.panels; for (var i = panels.length - 1; i >= 0; i--) { - if (panels[i].id === id) { + if (panels[i]...
set first panel as default, if default is removed
diff --git a/src/components/metadata/MetaObject.js b/src/components/metadata/MetaObject.js index <HASH>..<HASH> 100644 --- a/src/components/metadata/MetaObject.js +++ b/src/components/metadata/MetaObject.js @@ -34,7 +34,7 @@ export class MetaObject extends Component { {items} <a onClick={() => addFiel...
improve accessibility for deep nested objects
diff --git a/common-core-open/src/main/java/com/bbn/bue/common/files/FileUtils.java b/common-core-open/src/main/java/com/bbn/bue/common/files/FileUtils.java index <HASH>..<HASH> 100755 --- a/common-core-open/src/main/java/com/bbn/bue/common/files/FileUtils.java +++ b/common-core-open/src/main/java/com/bbn/bue/common/fi...
Utility method to ensure the parent directories of a file exist
diff --git a/parallel.js b/parallel.js index <HASH>..<HASH> 100644 --- a/parallel.js +++ b/parallel.js @@ -18,7 +18,7 @@ function parallel (options) { last = null if (toCall.length === 0) { - done() + done.call(that) released(last) } else { holder._callback = done diff --git a/t...
Call the final callback with the given this even if there is nothing to call.
diff --git a/templates/js/routes/index.js b/templates/js/routes/index.js index <HASH>..<HASH> 100644 --- a/templates/js/routes/index.js +++ b/templates/js/routes/index.js @@ -2,7 +2,7 @@ var express = require('express'); var router = express.Router(); /* GET home page. */ -router.get('/', function(req, res) { +rout...
gen: include next argument in route handlers closes #<I> closes #<I>
diff --git a/peerconn.go b/peerconn.go index <HASH>..<HASH> 100644 --- a/peerconn.go +++ b/peerconn.go @@ -869,7 +869,7 @@ func (cn *PeerConn) wroteBytes(n int64) { cn.allStats(add(n, func(cs *ConnStats) *Count { return &cs.BytesWritten })) } -func (cn *PeerConn) readBytes(n int64) { +func (cn *Peer) readBytes(n i...
Record webseed request result bytes against client stats Should fix the issue where webseeds cause ><I>% useful data readings.
diff --git a/src/api.js b/src/api.js index <HASH>..<HASH> 100644 --- a/src/api.js +++ b/src/api.js @@ -30,6 +30,28 @@ exports = module.exports = { return fs.getData(source); }) .then(function (data) { + var group, i; + var count = 0; + var shouldBeDisplayed = function (item) ...
Moved some logic away from templates, back in the JS side
diff --git a/pysnmp/cache.py b/pysnmp/cache.py index <HASH>..<HASH> 100644 --- a/pysnmp/cache.py +++ b/pysnmp/cache.py @@ -21,7 +21,6 @@ class Cache: if self.__size >= self.__maxSize: keys = self.__usage.keys() keys.sort(lambda x,y,d=self.__usage: cmp(d[x],d[y])) - print ke...
stray debug printout removed
diff --git a/src/Traits/TButtonRenderer.php b/src/Traits/TButtonRenderer.php index <HASH>..<HASH> 100644 --- a/src/Traits/TButtonRenderer.php +++ b/src/Traits/TButtonRenderer.php @@ -33,10 +33,15 @@ trait TButtonRenderer * @return mixed * @throws DataGridColumnRendererException */ - public function useRenderer...
Fixed TButtonRenderer to support php < <I>
diff --git a/Provider/AdminMenuProvider.php b/Provider/AdminMenuProvider.php index <HASH>..<HASH> 100755 --- a/Provider/AdminMenuProvider.php +++ b/Provider/AdminMenuProvider.php @@ -100,12 +100,8 @@ class AdminMenuProvider { $file = $this->kernel->getCacheDir() . '/' . self::CACHE_FILENAME; $...
Changed cache dump method in admin menu provider (cherry picked from commit 9b<I>e<I>ac<I>fe<I>d1bfee<I>a7a7f<I>c<I>)
diff --git a/tests/Pheasant/Tests/EnumeratorTest.php b/tests/Pheasant/Tests/EnumeratorTest.php index <HASH>..<HASH> 100644 --- a/tests/Pheasant/Tests/EnumeratorTest.php +++ b/tests/Pheasant/Tests/EnumeratorTest.php @@ -11,7 +11,7 @@ class EnumeratorTest extends \Pheasant\Tests\MysqlTestCase public function testE...
Fix bug with incorrect case in path, damn you HFS
diff --git a/sregistry/version.py b/sregistry/version.py index <HASH>..<HASH> 100644 --- a/sregistry/version.py +++ b/sregistry/version.py @@ -19,7 +19,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. ''' -__version__ = "0.0.7" +__version__ = "0.0.61" AUTHOR = 'Vanessa Sochat' AUTHOR_E...
don't more version up so quickly
diff --git a/resweb/views.py b/resweb/views.py index <HASH>..<HASH> 100644 --- a/resweb/views.py +++ b/resweb/views.py @@ -222,12 +222,17 @@ class Failed(ResWeb): import simplejson as json jobs = [] for job in failure.all(self.resq, self._start, self._start + 20): + backtrace =...
Become compatible with resque-web without breaking backwards compatibility.
diff --git a/Tests/AppKernel.php b/Tests/AppKernel.php index <HASH>..<HASH> 100644 --- a/Tests/AppKernel.php +++ b/Tests/AppKernel.php @@ -37,6 +37,14 @@ final class AppKernel extends Kernel /** * {@inheritdoc} */ + public function __construct(string $environment, bool $debug) + { + parent...
JWELoaderFactory and JWSLoaderfactory added
diff --git a/src/main/groovy/util/slurpersupport/NodeChildren.java b/src/main/groovy/util/slurpersupport/NodeChildren.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/util/slurpersupport/NodeChildren.java +++ b/src/main/groovy/util/slurpersupport/NodeChildren.java @@ -17,6 +17,7 @@ package groovy.util.slurpers...
Fix problem when the result of a GPath filter operation is used in a builder git-svn-id: <URL>
diff --git a/indra/preassembler/__init__.py b/indra/preassembler/__init__.py index <HASH>..<HASH> 100644 --- a/indra/preassembler/__init__.py +++ b/indra/preassembler/__init__.py @@ -310,10 +310,11 @@ def check_sequence(stmt): return failures def check_agent_mod(agent, mods=None, mod_sites=None): + failures ...
Fix bug in sequence checking when no UniProt ID is given
diff --git a/lib/helpers/form_column_helpers.rb b/lib/helpers/form_column_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/helpers/form_column_helpers.rb +++ b/lib/helpers/form_column_helpers.rb @@ -65,8 +65,8 @@ module ActiveScaffold value = associated.to_label end - input_name = "#{option...
Make active_scaffold_input_singular_association_with_auto_complete and active_scaffold_input_record_select both compliant with the new singular association naming convention - no [id] This keeps update_record_from_params, from trying to update the associations. git-svn-id: <URL>
diff --git a/src/watcher.js b/src/watcher.js index <HASH>..<HASH> 100644 --- a/src/watcher.js +++ b/src/watcher.js @@ -3,6 +3,7 @@ var chokidar = require('chokidar'); var eslint = require('eslint'); var chalk = require('chalk'); var _ = require('lodash'); +var path = require('path'); var success = require('./form...
Comparing the extension of the file using path.extname
diff --git a/app/models/esr_record.rb b/app/models/esr_record.rb index <HASH>..<HASH> 100644 --- a/app/models/esr_record.rb +++ b/app/models/esr_record.rb @@ -95,6 +95,8 @@ class EsrRecord < ActiveRecord::Base end def assign_invoice + # Prepare remarks to not be null + self.remarks ||= '' if Invoic...
Prepare esr record remarks to not be null.
diff --git a/vm.go b/vm.go index <HASH>..<HASH> 100644 --- a/vm.go +++ b/vm.go @@ -102,18 +102,14 @@ func (l *State) equalObjects(t1, t2 value) bool { case *userData: if t1 == t2 { return true - } else if t2, ok := t2.(*userData); ok && t2 != nil { + } else if t2, ok := t2.(*userData); ok { tm = l.equalT...
Simplify type check on (*State).equalObjects Removes excess `return false`. This also removes the ok check since we only really care if t2 is a table or userdata. If t2 is also a nil pointer to a table/UD, then the Lua state is somehow far worse off than anticipated anyway and a panic may be more valuable when accessi...
diff --git a/test/history_test.js b/test/history_test.js index <HASH>..<HASH> 100644 --- a/test/history_test.js +++ b/test/history_test.js @@ -553,8 +553,8 @@ describe('History', function() { return browser.visit('/history/referer'); }); - it('should be empty', function() { - browser.assert.text('...
FIXED don't send Referer header if no referrer
diff --git a/src/ol/control.js b/src/ol/control.js index <HASH>..<HASH> 100644 --- a/src/ol/control.js +++ b/src/ol/control.js @@ -5,6 +5,7 @@ export {default as Attribution} from './control/Attribution.js'; export {default as Control} from './control/Control.js'; export {default as FullScreen} from './control/FullS...
Re-export MousePosition from ol/control
diff --git a/glim/facades.py b/glim/facades.py index <HASH>..<HASH> 100644 --- a/glim/facades.py +++ b/glim/facades.py @@ -13,4 +13,7 @@ class Router(Facade): pass class Database(Facade): + pass + +class Orm(Facade): pass \ No newline at end of file
add Orm class to facadeas
diff --git a/fbchat/models.py b/fbchat/models.py index <HASH>..<HASH> 100644 --- a/fbchat/models.py +++ b/fbchat/models.py @@ -131,6 +131,17 @@ class Group(Thread): self.approval_requests = approval_requests self.join_link = join_link + +class Room(Group): + # True is room is not discoverable + ...
Backwards compability for `Room`s
diff --git a/model/PathEventProxy.js b/model/PathEventProxy.js index <HASH>..<HASH> 100644 --- a/model/PathEventProxy.js +++ b/model/PathEventProxy.js @@ -94,7 +94,7 @@ NotifyByPathProxy.Prototype = function() { if (this._list[i].listener === listener) { var entry = this._list[i]; this._list.sp...
Fix regression in PathEventProxy.disconnect.
diff --git a/librosa/core/spectrum.py b/librosa/core/spectrum.py index <HASH>..<HASH> 100644 --- a/librosa/core/spectrum.py +++ b/librosa/core/spectrum.py @@ -999,7 +999,7 @@ def reassigned_spectrogram( ... 1e-6 * np.random.randn(2*sr) >>> freqs, times, mags = librosa.reassigned_spectrogram(y=y, sr=sr, ...
tiny fix (#<I>)
diff --git a/css-transform.js b/css-transform.js index <HASH>..<HASH> 100644 --- a/css-transform.js +++ b/css-transform.js @@ -195,7 +195,7 @@ var cssTransform = function(options, filename, callback) { return; } - var rules = css.parse(data).stylesheet.rules; + var rules = css.pars...
Specify the path to the file containing css
diff --git a/directions/base.py b/directions/base.py index <HASH>..<HASH> 100644 --- a/directions/base.py +++ b/directions/base.py @@ -122,7 +122,7 @@ class Route: self.coords = coords self.distance = distance self.duration = duration - self.props = kwargs.copy() + self.properti...
Add properties to Route and Maneuver classes
diff --git a/src/extensions/jquery.cytoscapeweb.renderer.svg.js b/src/extensions/jquery.cytoscapeweb.renderer.svg.js index <HASH>..<HASH> 100644 --- a/src/extensions/jquery.cytoscapeweb.renderer.svg.js +++ b/src/extensions/jquery.cytoscapeweb.renderer.svg.js @@ -1304,6 +1304,14 @@ originY = mousedownEvent.pageY; ...
Ungrabbable nodes aren't moved when a grabbable node is grabbed and moved
diff --git a/scapy/layers/inet6.py b/scapy/layers/inet6.py index <HASH>..<HASH> 100644 --- a/scapy/layers/inet6.py +++ b/scapy/layers/inet6.py @@ -2706,7 +2706,7 @@ class MIP6MH_HoTI(_MobilityHeader): ByteEnumField("mhtype", 1, mhtypes), ByteField("res", Non...
Reserved is <I> bits (not bytes) --HG-- branch : Issue #<I>
diff --git a/raus.go b/raus.go index <HASH>..<HASH> 100644 --- a/raus.go +++ b/raus.go @@ -298,16 +298,15 @@ func (r *Raus) holdLock(c *redis.Client) error { return errors.Wrap(err, "PUBLISH failed") } - res, err := c.GetSet(r.lockKey(), r.uuid).Result() + pipe := c.TxPipeline() + getset := pipe.GetSet(r.lockKey...
use multi/exec to holdLock() Ensure lock key's TTL is set.
diff --git a/lineage/individual.py b/lineage/individual.py index <HASH>..<HASH> 100644 --- a/lineage/individual.py +++ b/lineage/individual.py @@ -295,9 +295,18 @@ class Individual(object): """ try: - return pd.read_csv(file, skiprows=1, na_values='--', - nam...
Improve reading and parsing of FTDNA files
diff --git a/tests/CrEOF/Spatial/Tests/DBAL/Types/GeometryTypeTest.php b/tests/CrEOF/Spatial/Tests/DBAL/Types/GeometryTypeTest.php index <HASH>..<HASH> 100644 --- a/tests/CrEOF/Spatial/Tests/DBAL/Types/GeometryTypeTest.php +++ b/tests/CrEOF/Spatial/Tests/DBAL/Types/GeometryTypeTest.php @@ -102,6 +102,28 @@ class Geomet...
Added additional test for geometry with srid of 0.
diff --git a/src/naarad/utils.py b/src/naarad/utils.py index <HASH>..<HASH> 100644 --- a/src/naarad/utils.py +++ b/src/naarad/utils.py @@ -501,7 +501,7 @@ def get_standardized_timestamp(timestamp, ts_format): elif ts_format == 'epoch': ts = datetime.datetime.utcfromtimestamp(int(timestamp)).strftime('%Y-%m-%d %...
Fix epoch ms to standardized timestamp conversion to avoid loss of ms resolution
diff --git a/src/chart/map/MapSeries.js b/src/chart/map/MapSeries.js index <HASH>..<HASH> 100644 --- a/src/chart/map/MapSeries.js +++ b/src/chart/map/MapSeries.js @@ -81,8 +81,7 @@ define(function (require) { var map = echarts.getMap(option.map); var geoJson = map && map.geoJson; - ...
Optimize in case when map has no data
diff --git a/src/feat/agencies/net/agency.py b/src/feat/agencies/net/agency.py index <HASH>..<HASH> 100644 --- a/src/feat/agencies/net/agency.py +++ b/src/feat/agencies/net/agency.py @@ -550,6 +550,11 @@ class Agency(agency.Agency): iterator = (x.show_connection_status() for x in connections) return t...
Expose in manhole method to take a sneakpeak at the database locks.
diff --git a/rhodes/rhodes-framework/spec/spec_helper.rb b/rhodes/rhodes-framework/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/rhodes/rhodes-framework/spec/spec_helper.rb +++ b/rhodes/rhodes-framework/spec/spec_helper.rb @@ -10,6 +10,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..')) # Use the rubyg...
fixed loading of sqlite, specs still don't run though
diff --git a/zuul-core/src/main/java/com/netflix/zuul/netty/ssl/BaseSslContextFactory.java b/zuul-core/src/main/java/com/netflix/zuul/netty/ssl/BaseSslContextFactory.java index <HASH>..<HASH> 100644 --- a/zuul-core/src/main/java/com/netflix/zuul/netty/ssl/BaseSslContextFactory.java +++ b/zuul-core/src/main/java/com/net...
zuul-core: avoid warnspam on SSL connections
diff --git a/girder/utility/gridfs_assetstore_adapter.py b/girder/utility/gridfs_assetstore_adapter.py index <HASH>..<HASH> 100644 --- a/girder/utility/gridfs_assetstore_adapter.py +++ b/girder/utility/gridfs_assetstore_adapter.py @@ -247,7 +247,12 @@ class GridFsAssetstoreAdapter(AbstractAssetstoreAdapter): }...
If the mongo database for a gridfs assetstore goes offline, let files appear to be deleted. A system check will eventually need to clean up these abandoned files, but this will allow the assetstore to be removed from the system when it is no longer reachable. This doesn't fix the problem when the assetstore hasn't be...
diff --git a/buildozer/__init__.py b/buildozer/__init__.py index <HASH>..<HASH> 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -461,6 +461,14 @@ class Buildozer(object): requirements = [x for x in requirements if onlyname(x) not in target_available_packages] + if re...
throw error early if running in venv
diff --git a/core/src/main/java/com/capitalone/dashboard/repository/ComponentRepository.java b/core/src/main/java/com/capitalone/dashboard/repository/ComponentRepository.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/capitalone/dashboard/repository/ComponentRepository.java +++ b/core/src/main/java/com/ca...
Fixed query for finding component by deployment collector item id. The deploy key is Deployment not Deploy.
diff --git a/.github/build-packages.php b/.github/build-packages.php index <HASH>..<HASH> 100644 --- a/.github/build-packages.php +++ b/.github/build-packages.php @@ -49,8 +49,8 @@ foreach ($dirs as $k => $dir) { $packages[$package->name][$package->version] = $package; - $versions = file_get_contents('https...
fix the Composer API being used
diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/EnvironmentPath.java b/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/EnvironmentPath.java index <HASH>..<HASH> 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/dbtest/env/EnvironmentPath.java +++ b/sharding-jdbc/src/test/java/io/...
moidfy AUTHORITY_RESOURCES_PATH.
diff --git a/pkg/tsdb/cloudwatch/credentials.go b/pkg/tsdb/cloudwatch/credentials.go index <HASH>..<HASH> 100644 --- a/pkg/tsdb/cloudwatch/credentials.go +++ b/pkg/tsdb/cloudwatch/credentials.go @@ -60,8 +60,8 @@ func GetCredentials(dsInfo *DatasourceInfo) (*credentials.Credentials, error) { []credentials.Provider{...
CloudWatch: Prefer webIdentity over EC2 role also when assuming a role (#<I>) Same as #<I> but for assumed roles. When using service accounts (webIdentity) on EKS in combination with assuming roles in other AWS accounts Grafana needs to retrieve the service account credentials first and then needs to assume the ...
diff --git a/django_distill/renderer.py b/django_distill/renderer.py index <HASH>..<HASH> 100644 --- a/django_distill/renderer.py +++ b/django_distill/renderer.py @@ -146,6 +146,9 @@ def render_to_dir(output_dir, urls_to_distill, stdout): stdout('Rendering page: {} -> {} ["{}", {} bytes] {}'.format(local_uri, ...
support distill_file path that includes dir.
diff --git a/bcbio/pipeline/run_info.py b/bcbio/pipeline/run_info.py index <HASH>..<HASH> 100644 --- a/bcbio/pipeline/run_info.py +++ b/bcbio/pipeline/run_info.py @@ -302,7 +302,7 @@ ALGORITHM_KEYS = set(["platform", "aligner", "bam_clean", "bam_sort", "coverage_depth_max", "min_allele_fraction",...
Add expression_caller to list of allowed algorithm keys.