diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/test/runner-in-node.js b/src/test/runner-in-node.js index <HASH>..<HASH> 100644 --- a/src/test/runner-in-node.js +++ b/src/test/runner-in-node.js @@ -1,4 +1,8 @@ +// Usage: +// cd path/to/src/test +// snode runner-in-node.js --base ../ + /** * @fileoverview Run test cases in node environment. ...
add usage comments to runner-in-node.js
diff --git a/salestax.js b/salestax.js index <HASH>..<HASH> 100644 --- a/salestax.js +++ b/salestax.js @@ -27,7 +27,8 @@ function salestax(taxRates) { seneca.act({role: plugin, cmd: 'resolve_salestax', taxCategory: taxCategory, taxRates: taxRates}, function(err, taxRate) { if(err) { - callback(err,...
better error message when the tax rate cannot be resolved
diff --git a/Tests/Transformer/ModelToElasticaAutoTransformerTest.php b/Tests/Transformer/ModelToElasticaAutoTransformerTest.php index <HASH>..<HASH> 100644 --- a/Tests/Transformer/ModelToElasticaAutoTransformerTest.php +++ b/Tests/Transformer/ModelToElasticaAutoTransformerTest.php @@ -280,7 +280,7 @@ class ModelToElas...
Attempted fix for php <I>
diff --git a/lib/bx/align/core.py b/lib/bx/align/core.py index <HASH>..<HASH> 100644 --- a/lib/bx/align/core.py +++ b/lib/bx/align/core.py @@ -221,10 +221,7 @@ class Component( object ): try: x = self.index[ pos - self.get_forward_strand_start() ] except: - print "Pos = " + str...
Sorry for the poor code... under pressure :). This should be better.
diff --git a/lib/handlers/init/callback.js b/lib/handlers/init/callback.js index <HASH>..<HASH> 100644 --- a/lib/handlers/init/callback.js +++ b/lib/handlers/init/callback.js @@ -44,14 +44,8 @@ module.exports = function(retrieveTokens, config) { Anyfetch.getAccessToken(config.appId, config.appSecret, tempToken...
Use anyfetch.js to do accountName request
diff --git a/webroot/js/typeahead.js b/webroot/js/typeahead.js index <HASH>..<HASH> 100644 --- a/webroot/js/typeahead.js +++ b/webroot/js/typeahead.js @@ -66,6 +66,11 @@ var typeahead = typeahead || {}; timeout: that.timeout, triggerLength: that.min_length, method: 'ge...
add request headers, including authorization, on typeahead ajax requests (task #<I>)
diff --git a/fusionbox/error_logging/middleware.py b/fusionbox/error_logging/middleware.py index <HASH>..<HASH> 100644 --- a/fusionbox/error_logging/middleware.py +++ b/fusionbox/error_logging/middleware.py @@ -1,6 +1,6 @@ from django.conf import settings from django.core.exceptions import ImproperlyConfigured -from ...
fixed import from commom middleware
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -300,10 +300,10 @@ module ActiveRecord # # === A word of warning...
Issue <I>: adds link to list of instance methods [ci skip] Update associations.rb Update associations.rb updates link to instance methods [ci skip]
diff --git a/impl/src/test/java/org/ehcache/GettingStarted.java b/impl/src/test/java/org/ehcache/GettingStarted.java index <HASH>..<HASH> 100644 --- a/impl/src/test/java/org/ehcache/GettingStarted.java +++ b/impl/src/test/java/org/ehcache/GettingStarted.java @@ -168,7 +168,7 @@ public class GettingStarted { .b...
#<I>: move persistent data directory to gradle's build folder
diff --git a/middleware.go b/middleware.go index <HASH>..<HASH> 100644 --- a/middleware.go +++ b/middleware.go @@ -115,8 +115,6 @@ func parseRequestBody(c *Client, r *Request) (err error) { return } } - } else { - r.Header.Del(hdrContentTypeKey) } CL:
#<I> removed the line which cleans up the content-type header when payload is not present
diff --git a/src/Propel/Generator/Util/SchemaValidator.php b/src/Propel/Generator/Util/SchemaValidator.php index <HASH>..<HASH> 100644 --- a/src/Propel/Generator/Util/SchemaValidator.php +++ b/src/Propel/Generator/Util/SchemaValidator.php @@ -1,4 +1,4 @@ -Schema<?php +<?php /** * This file is part of the Propel pa...
[Generator] removed extra Schema word after a quick copy/paste operation.
diff --git a/src/Wsdl2PhpGenerator/Generator.php b/src/Wsdl2PhpGenerator/Generator.php index <HASH>..<HASH> 100644 --- a/src/Wsdl2PhpGenerator/Generator.php +++ b/src/Wsdl2PhpGenerator/Generator.php @@ -116,10 +116,6 @@ class Generator implements GeneratorInterface $this->log('Generation complete', 'info'); ...
Move getters/setters to single location
diff --git a/lib/html/pipeline/syntax_highlight_filter.rb b/lib/html/pipeline/syntax_highlight_filter.rb index <HASH>..<HASH> 100644 --- a/lib/html/pipeline/syntax_highlight_filter.rb +++ b/lib/html/pipeline/syntax_highlight_filter.rb @@ -13,7 +13,7 @@ module HTML doc.search('pre').each do |node| de...
Simplify and rename get_lexer
diff --git a/js/calendar.js b/js/calendar.js index <HASH>..<HASH> 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -183,12 +183,7 @@ if(!String.prototype.format) { function Calendar(params, context) { this.options = $.extend(true, {}, defaults, params); - if(this.options.language && window.cal...
Small locale-related optimizations here and there
diff --git a/jquery.flot.stack.js b/jquery.flot.stack.js index <HASH>..<HASH> 100644 --- a/jquery.flot.stack.js +++ b/jquery.flot.stack.js @@ -15,7 +15,7 @@ key (which can be any number or string or just "true"). To specify the default stack, you can set the stack option like this: series: { - stack: null or true...
Allow 'false' to be provided as a stack option. This resolves #<I>, but without catching zero, which is a valid key.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,8 @@ var gulpBundleAssets = function (options) { try { config = new ConfigModel(file, options); } catch (e) { - logger.log(gutil.colors.red('Failed to parse config file')); + logger.log(gut...
no longer swallow error when parsing the config file
diff --git a/grade/report/grader/styles.php b/grade/report/grader/styles.php index <HASH>..<HASH> 100644 --- a/grade/report/grader/styles.php +++ b/grade/report/grader/styles.php @@ -4,6 +4,7 @@ .gradestable th.user img { width: 20px; + height: 20px; } .gradestable th.user, .gradestable th.range {
MDL-<I> Specify both width and height for user image Merged from STABLE_<I>
diff --git a/src/XeroPHP/Traits/PracticeManager/CustomFieldValueTrait.php b/src/XeroPHP/Traits/PracticeManager/CustomFieldValueTrait.php index <HASH>..<HASH> 100644 --- a/src/XeroPHP/Traits/PracticeManager/CustomFieldValueTrait.php +++ b/src/XeroPHP/Traits/PracticeManager/CustomFieldValueTrait.php @@ -46,7 +46,7 @@ tra...
Corrected API for CustomFieldvalueTrait
diff --git a/src/test/java/net/ravendb/client/driver/RavenTestDriver.java b/src/test/java/net/ravendb/client/driver/RavenTestDriver.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/ravendb/client/driver/RavenTestDriver.java +++ b/src/test/java/net/ravendb/client/driver/RavenTestDriver.java @@ -190,7 +190,7 @@ p...
increased timeout for leaked connection check
diff --git a/scripts/lib/mha_config_helper.py b/scripts/lib/mha_config_helper.py index <HASH>..<HASH> 100644 --- a/scripts/lib/mha_config_helper.py +++ b/scripts/lib/mha_config_helper.py @@ -124,7 +124,7 @@ class MHA_global_config_helper(object): hosts = [] for section in config.sections(): - ...
Add support in config_helper to fetch slave health check port for a given host
diff --git a/salt/states/archive.py b/salt/states/archive.py index <HASH>..<HASH> 100644 --- a/salt/states/archive.py +++ b/salt/states/archive.py @@ -79,8 +79,8 @@ def extracted(name, this archive, such as 'J' for LZMA. Using this option means that the tar executable on the target will be us...
fix gramar & typo in states.archive.extracted
diff --git a/condorpy/node.py b/condorpy/node.py index <HASH>..<HASH> 100644 --- a/condorpy/node.py +++ b/condorpy/node.py @@ -10,6 +10,7 @@ from job import Job from logger import log from exceptions import CircularDependency + class Node(object): """ @@ -22,16 +23,16 @@ class Node(object): ...
update style to comply with pep8
diff --git a/tests/test_index.py b/tests/test_index.py index <HASH>..<HASH> 100644 --- a/tests/test_index.py +++ b/tests/test_index.py @@ -1,5 +1,6 @@ import ctypes import pickle +import sys import tempfile import unittest from typing import Dict, Iterator, Tuple @@ -463,11 +464,13 @@ class IndexSerialization(unit...
Skip part of test_interleaving for <I>-bit systems (#<I>)
diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -451,7 +451,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count */ public function hydrate(array $data) { - $...
fixed: old mapped values were deleted when data was hydrated into an existing record (lazy-loading)
diff --git a/test/textbringer/test_buffer.rb b/test/textbringer/test_buffer.rb index <HASH>..<HASH> 100644 --- a/test/textbringer/test_buffer.rb +++ b/test/textbringer/test_buffer.rb @@ -1283,4 +1283,35 @@ EOF buffer2 = Buffer.new(name: "foo") assert_equal("#<Buffer:foo>", buffer2.inspect) end + + def tes...
Add a test for goto_line.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -12,8 +12,11 @@ if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() -readme = open('README.rst').read() -history = open('HISTORY.rst').read().replace('.. :changelog:', '') +with open(...
Ensure file handles are closed using with statement
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 @@ -12140,7 +12140,13 @@ * @author Vova Feldman (@svovaf) */ $args = array( - 'public' => 1,...
[ms] [migration] When loading the sites in a multisite network, include both public and non-public sites (this is needed when migrating site options to network).
diff --git a/lib/validators.js b/lib/validators.js index <HASH>..<HASH> 100644 --- a/lib/validators.js +++ b/lib/validators.js @@ -1,7 +1,7 @@ 'use strict'; const - joi = require('joi'); + joi = require('@hapi/joi'); const blockTypes = { i: 'interface',
Moved to @hapi/joi
diff --git a/livetests.py b/livetests.py index <HASH>..<HASH> 100755 --- a/livetests.py +++ b/livetests.py @@ -53,7 +53,7 @@ def _initialize(api): @pytest.fixture(scope="module", - params=["2.14.20", "2.15.13", "2.16.7", "3.0.0-rc0"]) + params=["2.14.20", "2.15.13", "2.16.7", "3.0.0-r...
Run livetests against <I>-rc1 Change-Id: Ic<I>e<I>ae3f1ae<I>b<I>ec<I>d<I>
diff --git a/spec/models/resource_export_file_spec.rb b/spec/models/resource_export_file_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/resource_export_file_spec.rb +++ b/spec/models/resource_export_file_spec.rb @@ -23,6 +23,7 @@ describe ResourceExportFile do manifestation.save! export_file = Reso...
explicitly save resource_export_file record.
diff --git a/src/AdamWathan/Form/Elements/FormOpen.php b/src/AdamWathan/Form/Elements/FormOpen.php index <HASH>..<HASH> 100644 --- a/src/AdamWathan/Form/Elements/FormOpen.php +++ b/src/AdamWathan/Form/Elements/FormOpen.php @@ -54,6 +54,11 @@ class FormOpen extends Element return $this->setHiddenMethod('PUT'); ...
added PATCH method to FormOpen.php
diff --git a/src/video/texture_cache.js b/src/video/texture_cache.js index <HASH>..<HASH> 100644 --- a/src/video/texture_cache.js +++ b/src/video/texture_cache.js @@ -60,11 +60,9 @@ class TextureCache { /** * @ignore */ - remove(image) { + delete(image) { if (!this.cache.has(image)) { - ...
fix & rename internal cache delete function only decrease length when removing a texture unit cache, and not image.
diff --git a/saspy/sasiohttp.py b/saspy/sasiohttp.py index <HASH>..<HASH> 100644 --- a/saspy/sasiohttp.py +++ b/saspy/sasiohttp.py @@ -948,8 +948,8 @@ class SASsessionHTTP(): headers = {"Accept":"text/plain", "Authorization":"Bearer "+self.sascfg._token} done = False - delay = kwargs.get('GETs...
change default delay in http poll in submit
diff --git a/lib/puppet/rails.rb b/lib/puppet/rails.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/rails.rb +++ b/lib/puppet/rails.rb @@ -29,7 +29,9 @@ module Puppet::Rails ActiveRecord::Base.verify_active_connections! begin - ActiveRecord::Base.establish_connection(database_arguments())...
Fix #<I> puppetqd doesn't give an error when no config is given Added an info message about what database we're connecting to. In the case of the default database, it looks like: info: Connecting to sqlite3 database: /var/lib/puppet/state/clientconfigs.sqlite3 Also squashes the deprecation warning #<I>, since fixing...
diff --git a/malcolm/parts/ADCore/hdfwriterpart.py b/malcolm/parts/ADCore/hdfwriterpart.py index <HASH>..<HASH> 100644 --- a/malcolm/parts/ADCore/hdfwriterpart.py +++ b/malcolm/parts/ADCore/hdfwriterpart.py @@ -137,6 +137,8 @@ class HDFWriterPart(ChildPart): # write between each flush. Thus we need to know the...
Add default exposure time for HDF flushing maths
diff --git a/example/src/dragular.js b/example/src/dragular.js index <HASH>..<HASH> 100644 --- a/example/src/dragular.js +++ b/example/src/dragular.js @@ -3,7 +3,7 @@ require("./dragular.css"); var Angular = require("angular"); Angular.module("dragular", [ - require("angular-drag-drop").name, + require("../../src...
Refer to the local instance of the lib
diff --git a/trunk/JLanguageTool/src/test/java/org/languagetool/rules/patterns/PatternRuleTest.java b/trunk/JLanguageTool/src/test/java/org/languagetool/rules/patterns/PatternRuleTest.java index <HASH>..<HASH> 100644 --- a/trunk/JLanguageTool/src/test/java/org/languagetool/rules/patterns/PatternRuleTest.java +++ b/trun...
Minor change in warning given by "ant test".
diff --git a/lib/endpoint/find-routes.js b/lib/endpoint/find-routes.js index <HASH>..<HASH> 100644 --- a/lib/endpoint/find-routes.js +++ b/lib/endpoint/find-routes.js @@ -34,6 +34,10 @@ function findRoutes (state) { const hasExampleRoutes = !!routeBlocks.slice(1).find(block => { const prevBlock = state.blocks[s...
build: better endpoint parsing, stop mistaking examples as valid endpoint routes
diff --git a/test/test_form_builder.rb b/test/test_form_builder.rb index <HASH>..<HASH> 100644 --- a/test/test_form_builder.rb +++ b/test/test_form_builder.rb @@ -51,7 +51,7 @@ class JudgeFormBuilderTest < ActionView::TestCase end def test_time_zone_select - assert_dom_equal expected_time_zone_select, builde...
Make time_zone_select test a general assertion instead of asserting DOM equal (time zones are variable)
diff --git a/GPy/models/GP_regression.py b/GPy/models/GP_regression.py index <HASH>..<HASH> 100644 --- a/GPy/models/GP_regression.py +++ b/GPy/models/GP_regression.py @@ -79,7 +79,7 @@ class GP_regression(model): return self.kern._get_params_transformed() def _get_param_names(self): - return self...
Fix error introduced into GP_regression when doing name changes.
diff --git a/signaturit_sdk/signaturit_client.py b/signaturit_sdk/signaturit_client.py index <HASH>..<HASH> 100644 --- a/signaturit_sdk/signaturit_client.py +++ b/signaturit_sdk/signaturit_client.py @@ -15,7 +15,7 @@ class SignaturitClient: 'mandatory_photo', 'mandatory_voice', 'branding_id',...
Fixed a typo on a storage constant
diff --git a/test/actions/showDocumentation.js b/test/actions/showDocumentation.js index <HASH>..<HASH> 100644 --- a/test/actions/showDocumentation.js +++ b/test/actions/showDocumentation.js @@ -16,7 +16,7 @@ describe('Action: Show Documentation', () => { it('returns the correct parts', async () => { let {doc...
Updating action count for showDocumentation test.
diff --git a/lib/server/console.js b/lib/server/console.js index <HASH>..<HASH> 100644 --- a/lib/server/console.js +++ b/lib/server/console.js @@ -72,14 +72,14 @@ cwd : CWD }, - onMessage = function(command) { - log(ConNum, command)...
fix(console) one directory for all consoles
diff --git a/src/main/java/com/zaxxer/hikari/pool/HikariPool.java b/src/main/java/com/zaxxer/hikari/pool/HikariPool.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/zaxxer/hikari/pool/HikariPool.java +++ b/src/main/java/com/zaxxer/hikari/pool/HikariPool.java @@ -127,7 +127,7 @@ public final class HikariPool imp...
Fix #<I> add pool name to housekeeping timer thread
diff --git a/gulpfile.js/lib/webpack-multi-config.js b/gulpfile.js/lib/webpack-multi-config.js index <HASH>..<HASH> 100644 --- a/gulpfile.js/lib/webpack-multi-config.js +++ b/gulpfile.js/lib/webpack-multi-config.js @@ -18,6 +18,7 @@ module.exports = function(env) { context: jsSrc, plugins: [], resolve: {...
Added resolve-root jsSrc Taking advantage of the configuration property resolve-root. <URL>
diff --git a/Integration/TrustedFormIntegration.php b/Integration/TrustedFormIntegration.php index <HASH>..<HASH> 100644 --- a/Integration/TrustedFormIntegration.php +++ b/Integration/TrustedFormIntegration.php @@ -131,6 +131,7 @@ class TrustedFormIntegration extends AbstractEnhancerIntegration ...
[ENG-<I>] Do not retry if cert is already expired.
diff --git a/support/Config.php b/support/Config.php index <HASH>..<HASH> 100644 --- a/support/Config.php +++ b/support/Config.php @@ -21,7 +21,7 @@ interface Config extends collections\Dictionary { * @return self * @throws \LogicException if $config is not defined or not an array */ - public function load( $f...
Support for loading a config file into a specific key
diff --git a/lib/tool.js b/lib/tool.js index <HASH>..<HASH> 100644 --- a/lib/tool.js +++ b/lib/tool.js @@ -204,14 +204,20 @@ class WebpackTool { return compiler; } - createDevServerOptions(webpackConfig, devServer) { + createDevServerOptions(webpackConfig, devServer = {}) { const { output } = webpackCo...
fix: add webpack-dev-middleware missing options
diff --git a/js/binance.js b/js/binance.js index <HASH>..<HASH> 100644 --- a/js/binance.js +++ b/js/binance.js @@ -3746,7 +3746,7 @@ module.exports = class binance extends Exchange { return this.parseFundingRate (response); } - async fetchFundingRateHistory (symbol, since = undefined, limit = undefin...
Switched argument limit for binance.fetchFundingRateHistory because this argument is not taken by gate.io
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ required = [ setup( name='unwrapper', - version='0.0.8', + version='1.0.0', url='https://github.com/shaunvxc/unwrap', license='MIT', author='Shaun Viguerie',
bump to <I> :balloon:
diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index <HASH>..<HASH> 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -1177,6 +1177,14 @@ module Sinatra set(:public_folder, value) end + def public_dir=(value) + self.public_folder = value + end + + def public_d...
alias public_folder as public_dir
diff --git a/hack/build-local-images.py b/hack/build-local-images.py index <HASH>..<HASH> 100755 --- a/hack/build-local-images.py +++ b/hack/build-local-images.py @@ -257,6 +257,9 @@ for image in image_config: ) debug("Initiating Docker build with Dockerfile:\n{}".format(open(join(context_dir, "Dockerfi...
always pull image before rebuilding local images
diff --git a/xclim/core/locales.py b/xclim/core/locales.py index <HASH>..<HASH> 100644 --- a/xclim/core/locales.py +++ b/xclim/core/locales.py @@ -141,7 +141,7 @@ def get_local_dict(locale: Union[str, Sequence[str], Tuple[str, dict]]): ) if isinstance(locale[1], dict): return locale - with ope...
Clearly set utf-8 in `get_local_dict` file handler to prevent opening files using Windows default charsets
diff --git a/src/ChrisKonnertz/DeepLy/DeepLy.php b/src/ChrisKonnertz/DeepLy/DeepLy.php index <HASH>..<HASH> 100644 --- a/src/ChrisKonnertz/DeepLy/DeepLy.php +++ b/src/ChrisKonnertz/DeepLy/DeepLy.php @@ -17,11 +17,6 @@ class DeepLy { /** - * The length of the text for translations is limited by the API - ...
Moved the constant to a better palce
diff --git a/lib/nightcrawler_swift/connection.rb b/lib/nightcrawler_swift/connection.rb index <HASH>..<HASH> 100644 --- a/lib/nightcrawler_swift/connection.rb +++ b/lib/nightcrawler_swift/connection.rb @@ -16,6 +16,7 @@ module NightcrawlerSwift connected_attr_reader :catalog, :admin_url, :upload_url, :public_url,...
Initialize the variable before use it to avoid warnings
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,6 @@ import re import io -import textwrap -import sys -import shutil from setuptools import setup @@ -60,12 +57,3 @@ setup( 'Programming Language :: Python' ], ) - -# Check that the pandoc...
Removed script check that was causing a developer pip error.
diff --git a/lib/puppet/provider/service/freebsd.rb b/lib/puppet/provider/service/freebsd.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/service/freebsd.rb +++ b/lib/puppet/provider/service/freebsd.rb @@ -78,7 +78,7 @@ Puppet::Type.type(:service).provide :freebsd, :parent => :init do # Add a new setting ...
Fix for #<I> -- Newline goes at the _end_ of the line Fredrik Eriksson's suggested change, from the ticket.
diff --git a/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js b/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js index <HASH>..<HASH> 100644 --- a/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js +++ b/webapps/client/scri...
chore(repository): keep resource name related to CAM-<I>
diff --git a/pycm/pycm_obj.py b/pycm/pycm_obj.py index <HASH>..<HASH> 100644 --- a/pycm/pycm_obj.py +++ b/pycm/pycm_obj.py @@ -542,6 +542,7 @@ def __overall_stat_init__(cm): cm.TPR_Micro = cm.overall_stat["TPR Micro"] cm.PPV_Micro = cm.overall_stat["PPV Micro"] cm.F1_Macro = cm.overall_stat["F1 Macro"] +...
fix : F1 Micro added to object
diff --git a/lib/clever-ruby/clever_object.rb b/lib/clever-ruby/clever_object.rb index <HASH>..<HASH> 100644 --- a/lib/clever-ruby/clever_object.rb +++ b/lib/clever-ruby/clever_object.rb @@ -198,9 +198,13 @@ module Clever # @api private # @return [Object] def add_accessors(keys) + obj = self ...
only add accessor for attributes if they dont refer to nested resources
diff --git a/asv/commands/publish.py b/asv/commands/publish.py index <HASH>..<HASH> 100644 --- a/asv/commands/publish.py +++ b/asv/commands/publish.py @@ -103,14 +103,24 @@ class Publish(Command): repo = get_repo(conf) benchmarks = Benchmarks.load(conf) + def copy_ignore(src, names): + ...
publish: only copy vendor/*.{js,css}, and don't set +x on copied files
diff --git a/packages/interaction/src/InteractionManager.js b/packages/interaction/src/InteractionManager.js index <HASH>..<HASH> 100644 --- a/packages/interaction/src/InteractionManager.js +++ b/packages/interaction/src/InteractionManager.js @@ -1431,7 +1431,7 @@ export default class InteractionManager extends EventEm...
Update the mouse position in onPointerMove when using a pen tablet (#<I>)
diff --git a/stream.js b/stream.js index <HASH>..<HASH> 100644 --- a/stream.js +++ b/stream.js @@ -48,7 +48,7 @@ DuplexStream.prototype._end = function (end) { if(isError(end)) this.sink.end(end) //otherwise, respect pause - else if(!this.sink.paused) { + else if(this.buffer.length === 0) { ...
breaking change: pause doesn't prevent end
diff --git a/src/FinalHandler.php b/src/FinalHandler.php index <HASH>..<HASH> 100644 --- a/src/FinalHandler.php +++ b/src/FinalHandler.php @@ -113,7 +113,7 @@ class FinalHandler if ($this->request instanceof Http\Request && $this->request->originalUrl) { $url = $this->request->originalUrl; ...
Fixed missing variable declaration in FinalHandler
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -31,7 +31,8 @@ var input = [ // HTTP/S Transport Protocol , ["http://host.xz/path/to/repo.git/", false] , ["https://host.xz/path/to/repo.git/", false] - + , ["http://host.xz:8000/path/to/repo.gi...
add tests for urls with ports
diff --git a/lib/mongo_mapper/document.rb b/lib/mongo_mapper/document.rb index <HASH>..<HASH> 100644 --- a/lib/mongo_mapper/document.rb +++ b/lib/mongo_mapper/document.rb @@ -341,10 +341,6 @@ module MongoMapper end def save(options={}) - if options === false - ActiveSupport::Deprecation....
Deprecations are for projects that are past <I>. ;) Enjoy life on the edge!
diff --git a/src/wyone/core/SolverState.java b/src/wyone/core/SolverState.java index <HASH>..<HASH> 100644 --- a/src/wyone/core/SolverState.java +++ b/src/wyone/core/SolverState.java @@ -137,7 +137,7 @@ public final class SolverState implements Iterable<WFormula> { WFormula f = rassignments.get(x); //System.out...
Ok, hmmm, that didn't work very well.
diff --git a/tests/Doctrine/DBAL/Migrations/Tests/ConfigurationTest.php b/tests/Doctrine/DBAL/Migrations/Tests/ConfigurationTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/DBAL/Migrations/Tests/ConfigurationTest.php +++ b/tests/Doctrine/DBAL/Migrations/Tests/ConfigurationTest.php @@ -209,9 +209,9 @@ class Con...
Move expected exception after getSqliteConfiguration call in test
diff --git a/transformers/websockets/server.js b/transformers/websockets/server.js index <HASH>..<HASH> 100644 --- a/transformers/websockets/server.js +++ b/transformers/websockets/server.js @@ -27,7 +27,7 @@ module.exports = function server() { * @api private */ function noop(err) { - if (err) logger.err...
[fix] When logging errors, use the error as the first argument of the logger
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1 +1,4 @@ -module.exports = require('./dav'); +module.exports = { + dav: require('./dav'), + web3: require('./web3wrapper') +}; \ No newline at end of file
fix: expose web3 from dav-js
diff --git a/src/Service/Plugin/SettingsGetter.php b/src/Service/Plugin/SettingsGetter.php index <HASH>..<HASH> 100644 --- a/src/Service/Plugin/SettingsGetter.php +++ b/src/Service/Plugin/SettingsGetter.php @@ -157,7 +157,7 @@ class SettingsGetter extends Registration * @return array * List of these files...
Fixed a typo in the method name.
diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index <HASH>..<HASH> 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -304,11 +304,19 @@ class Site $caSrlParam = ' -CAserial ' . $caSrlPath; } - $this->cli->run(sprintf( + $result = $this->cli->runAsUser(sprintf( ...
handle SSL .crt creation "Permission denied" failure
diff --git a/lib/dm-validations.rb b/lib/dm-validations.rb index <HASH>..<HASH> 100644 --- a/lib/dm-validations.rb +++ b/lib/dm-validations.rb @@ -41,13 +41,13 @@ module DataMapper def create(attributes = {}, context = :default) resource = new(attributes) return resource unless reso...
Ensure that context gets passed to Resource#save! Because of the way hooks are implemented, you cannot hook save_with_validations (save), but instead you always hook Resource#save (save!). Since dm-core's save method takes an optional context (but does nothing with it), I've updated dm-validations to call save!(contex...
diff --git a/daftlistings/daft.py b/daftlistings/daft.py index <HASH>..<HASH> 100644 --- a/daftlistings/daft.py +++ b/daftlistings/daft.py @@ -155,7 +155,7 @@ class Daft: if self._filters: payload["filters"] = self._filters if self._ranges: - payload["range"] = self._ranges + ...
(#<I>) range -> ranges
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -2434,8 +2434,8 @@ func newServer(listenAddrs []string, db database.DB, chainParams *chaincfg.Param } // allow nondefault ports after 50 failed tries. - if fmt.Sprintf("%d", addr.NetAddress().Port) != - ...
server.go: Optimize newAddressFunc Change the order of conditions to avoid calling fmt.Sprintf unnecessarily.
diff --git a/src/Strava/API/Service/REST.php b/src/Strava/API/Service/REST.php index <HASH>..<HASH> 100644 --- a/src/Strava/API/Service/REST.php +++ b/src/Strava/API/Service/REST.php @@ -482,7 +482,7 @@ class REST implements ServiceInterface public function getStreamsRoute($id) { - $path = '/routes/'...
Remove trailing slash from streams URL (#<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ HERE = os.path.dirname(__file__) setup( name=NAME, - version='0.0.7', + version='0.0.8', packages=find_packages(), install_requires=['requests', 'werkzeug'], package_data={'': ['*.txt'...
Make new release (<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def is_requirement(line): setup( name='edx-ecommerce-worker', - version='0.8.1', + version='0.8.2', description='Celery tasks supporting the operations of edX\'s ecommerce service', long_...
Bumping version after latest commit (#<I>) Added new Email template for Enterprise Portal Emails ENT-<I>
diff --git a/resources/lang/de-DE/dashboard.php b/resources/lang/de-DE/dashboard.php index <HASH>..<HASH> 100644 --- a/resources/lang/de-DE/dashboard.php +++ b/resources/lang/de-DE/dashboard.php @@ -23,16 +23,16 @@ return [ 'incident-templates' => 'Ereignis Vorlagen', 'updates' ...
New translations dashboard.php (German)
diff --git a/modules/cms/classes/Controller.php b/modules/cms/classes/Controller.php index <HASH>..<HASH> 100644 --- a/modules/cms/classes/Controller.php +++ b/modules/cms/classes/Controller.php @@ -1411,7 +1411,6 @@ class Controller * @param bool $addToLayout Add to layout, instead of page * * @retur...
Remove newline between "throws" and "return"
diff --git a/cake/libs/i18n.php b/cake/libs/i18n.php index <HASH>..<HASH> 100644 --- a/cake/libs/i18n.php +++ b/cake/libs/i18n.php @@ -321,8 +321,10 @@ class I18n extends Object { $this->__domains[$domain][$this->__lang][$this->category] = array(); return $domain; } - - if ($head = $this->__domains[$domain]...
Fixing notice errors caused by accessing headers in po files that don't exist. Fixes #<I>
diff --git a/mongo_orchestration/__init__.py b/mongo_orchestration/__init__.py index <HASH>..<HASH> 100644 --- a/mongo_orchestration/__init__.py +++ b/mongo_orchestration/__init__.py @@ -20,7 +20,7 @@ from mongo_orchestration.servers import Servers from mongo_orchestration.replica_sets import ReplicaSets from mongo_o...
Begin work on <I>
diff --git a/factory.py b/factory.py index <HASH>..<HASH> 100644 --- a/factory.py +++ b/factory.py @@ -20,6 +20,7 @@ import os import sys +import urllib import warnings from flask import Blueprint @@ -72,7 +73,9 @@ class WSGIScriptAliasFix(object): def __call__(self, environ, start_response): """P...
base: fix for wsgi PATH_INFO handling * Addresses issue with url encoded arguments in Flask routes. E.g. for route `/collection/<name>` the view argument `name` was not unescaped when accessed by `/collection/Books%<I>%<I>%<I>Reports` on Apache and this led to error during lookup in database. (closes #<I>)
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -64,10 +64,13 @@ quiet: False timing: False """.format(expect_colors) - +if expect_colors: + color_str = 'True ' +else: + color_str = 'False' SHOW_LONG = """abbrev: True ...
Fixed long-form show unit test to deal with Windows not having colors.
diff --git a/test/merge_patch_test.rb b/test/merge_patch_test.rb index <HASH>..<HASH> 100644 --- a/test/merge_patch_test.rb +++ b/test/merge_patch_test.rb @@ -207,19 +207,9 @@ describe "README example" do } JSON - expected = <<-JSON.strip_heredoc.gsub(/\s/, "") - { - "title": "Goodbye!", - "...
fix up README test. Now it's in line with the new README.
diff --git a/docs/app/Components/ComponentDoc/ComponentExample.js b/docs/app/Components/ComponentDoc/ComponentExample.js index <HASH>..<HASH> 100644 --- a/docs/app/Components/ComponentDoc/ComponentExample.js +++ b/docs/app/Components/ComponentDoc/ComponentExample.js @@ -138,7 +138,7 @@ class ComponentExample extends Co...
fix(ComponentExample): typo "loose" to "lose" (#<I>) fix(ComponentExample): typo "loose" to "lose"
diff --git a/src/wormhole/cli/cmd_send.py b/src/wormhole/cli/cmd_send.py index <HASH>..<HASH> 100644 --- a/src/wormhole/cli/cmd_send.py +++ b/src/wormhole/cli/cmd_send.py @@ -48,10 +48,9 @@ class Sender: w = wormhole(APPID, self._args.relay_url, self._reactor, self._tor_manager, ...
cmd_send: wait for ack from close() Without this, the sender drops the connection before the "close" message has made it to the server, which leaves the mailbox hanging until it expires. It still lives in a 'd.addBoth()' slot, so it gets closed even if some error occurrs, but we wait for it's Deferred to fire in both ...
diff --git a/fabfile.py b/fabfile.py index <HASH>..<HASH> 100644 --- a/fabfile.py +++ b/fabfile.py @@ -9,6 +9,7 @@ from prettyprint import pp import re VERSION_PATTERN = r'^v\d+(\.\d+)+?$' +env.releases_directory = "release" env.root_dir = os.path.abspath(os.path.dirname(__file__)) env.release = "HEAD" @@ -27,7...
Build production release APK in release fab task.
diff --git a/cobra/core/Object.py b/cobra/core/Object.py index <HASH>..<HASH> 100644 --- a/cobra/core/Object.py +++ b/cobra/core/Object.py @@ -66,9 +66,6 @@ class Object(object): def __contains__(self, x): return self.id.__contains__(x) - def __iter__(self): - return list(self.id).__iter__() - ...
core.Object has __repr__ and not __iter__ The __repr__ now returns <CLASS ID 0xMEMORY_LOCATION> so it is clear if an entity is a string id for a reaction or a reaction itself from the __repr__. This fixes gh#<I> The lack of __iter__ makes it easy to check for lists of core.Object using duck-typing instead of explicit...
diff --git a/pnc_cli/utils.py b/pnc_cli/utils.py index <HASH>..<HASH> 100644 --- a/pnc_cli/utils.py +++ b/pnc_cli/utils.py @@ -44,10 +44,8 @@ def checked_api_call(api, func, **kwargs): else: return response - epoch = datetime.datetime.utcfromtimestamp(0) - def unix_time_millis(dt): millis = int...
update utils added function to retrieve the appropriate internal_scm beginning based upon the configured PNC url
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ from setuptools import setup from rejected import __version__ +import os import sys classifiers = ['Development Status :: 5 - Production/Stable', @@ -22,6 +23,9 @@ extras_require = {'html': ['beautifulsoup4'...
Install a pinned version of pyev due to build errors on rtd
diff --git a/local_settings/loader.py b/local_settings/loader.py index <HASH>..<HASH> 100644 --- a/local_settings/loader.py +++ b/local_settings/loader.py @@ -93,8 +93,7 @@ class Loader(Base): for k in v: v[k] = self._do_interpolation(v[k], settings) elif isinstance(v, Sequence): ...
Handle tuples in Loader._do_interpolation() Reported by @yorkedork
diff --git a/tests/test_signed_div.py b/tests/test_signed_div.py index <HASH>..<HASH> 100644 --- a/tests/test_signed_div.py +++ b/tests/test_signed_div.py @@ -9,7 +9,7 @@ import os test_location = str(os.path.dirname(os.path.realpath(__file__))) -def run_strtol(threads): +def run_signed_div(): test_bin = os.p...
Rename the signed_div test case, and ... disable the multithreaded test case.
diff --git a/lib/elastic_apm/sql_summarizer.rb b/lib/elastic_apm/sql_summarizer.rb index <HASH>..<HASH> 100644 --- a/lib/elastic_apm/sql_summarizer.rb +++ b/lib/elastic_apm/sql_summarizer.rb @@ -25,7 +25,7 @@ module ElasticAPM end def summarize(sql) - sql = sql.encode(UTF8, invalid: :replace, replace: ...
Handle undefined characters as well (#<I>)
diff --git a/jams/tests/jams_test.py b/jams/tests/jams_test.py index <HASH>..<HASH> 100644 --- a/jams/tests/jams_test.py +++ b/jams/tests/jams_test.py @@ -186,6 +186,10 @@ def test_jamsframe_add_observation_fail(): yield __test, ann, 0.0, None, 'foo', 1 yield __test, ann, None, 1.0, 'foo', 1 + yield __te...
Added negative value test cases to add_observation
diff --git a/command/__init__.py b/command/__init__.py index <HASH>..<HASH> 100644 --- a/command/__init__.py +++ b/command/__init__.py @@ -1,17 +1,7 @@ """distutils.command Package containing implementation of all the standard Distutils -commands. Currently this means: - - build - build_py - build_ext - instal...
Simplified doc string. Added 'clean' to list of commands.
diff --git a/src/Saft/Sparql/Query.php b/src/Saft/Sparql/Query.php index <HASH>..<HASH> 100644 --- a/src/Saft/Sparql/Query.php +++ b/src/Saft/Sparql/Query.php @@ -550,6 +550,16 @@ class Query return $result; } + + /** + * Returns raw query, if available. + * + * @return string + ...
Add isDeleteQuery, isInsertQuery, isUpdateQuery, getQuery These helper functions check which type the query is. A delete query contains DELETE in the prologue part, same for INSERT. An update query is either a delete- or insert query.
diff --git a/src/OkulBilisim/OjsImportBundle/Helper/ImportCommand.php b/src/OkulBilisim/OjsImportBundle/Helper/ImportCommand.php index <HASH>..<HASH> 100644 --- a/src/OkulBilisim/OjsImportBundle/Helper/ImportCommand.php +++ b/src/OkulBilisim/OjsImportBundle/Helper/ImportCommand.php @@ -4,6 +4,8 @@ namespace OkulBilisim...
Save import logs to its own file
diff --git a/lib/resque.rb b/lib/resque.rb index <HASH>..<HASH> 100644 --- a/lib/resque.rb +++ b/lib/resque.rb @@ -163,7 +163,7 @@ module Resque # A shortcut to unregister_worker # useful for command line tool def remove_worker(worker_id) - worker = Resque::Worker.find(worker_id) + worker = Worker.find(w...
Adding missing remove_worker for resque command line tool
diff --git a/h2o-py/h2o/connection.py b/h2o-py/h2o/connection.py index <HASH>..<HASH> 100644 --- a/h2o-py/h2o/connection.py +++ b/h2o-py/h2o/connection.py @@ -491,6 +491,7 @@ class H2OConnection(object): files = {file_upload_info["file"] : open(file_upload_info["file"], "rb")} return requests.post(url...
Set Content-Type: application/x-www-form-urlencoded for regular POST requests.