diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/sprinter/formulas/package.py b/sprinter/formulas/package.py index <HASH>..<HASH> 100644 --- a/sprinter/formulas/package.py +++ b/sprinter/formulas/package.py @@ -23,8 +23,11 @@ class PackageFormula(FormulaStandard): super(PackageFormula, self).setup(feature_name, config) def update(self, fe...
Fixing bug with different package not install on update
diff --git a/smore/apispec/core.py b/smore/apispec/core.py index <HASH>..<HASH> 100644 --- a/smore/apispec/core.py +++ b/smore/apispec/core.py @@ -18,6 +18,8 @@ class APISpec(object): ret = {} if properties: ret['properties'] = properties + for func in self._definition_helpers: + ...
Use definition helpers in APISpec#definition
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/iterative/rule/TransformCorrelatedScalarAggregationToJoin.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/iterative/rule/TransformCorrelatedScalarAggregationToJoin.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com...
Remove unnessasary Lookup::resolve usage
diff --git a/modules/cms/menu/Container.php b/modules/cms/menu/Container.php index <HASH>..<HASH> 100644 --- a/modules/cms/menu/Container.php +++ b/modules/cms/menu/Container.php @@ -5,6 +5,7 @@ namespace cms\menu; use Yii; use Exception; use ArrayAccess; +use yii\web\NotFoundHttpException; use yii\db\Query as DbQu...
fixed where not found rules will not be resolved by current menu item.
diff --git a/lib/phusion_passenger/common_library.rb b/lib/phusion_passenger/common_library.rb index <HASH>..<HASH> 100644 --- a/lib/phusion_passenger/common_library.rb +++ b/lib/phusion_passenger/common_library.rb @@ -102,7 +102,7 @@ class CommonLibraryBuilder def define_tasks(extra_compiler_flags = nil) flags ...
Compile the common library with portability_cxxflags instead of portability_cflags
diff --git a/packages/cozy-konnector-libs/src/libs/cozyclient.js b/packages/cozy-konnector-libs/src/libs/cozyclient.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/cozyclient.js +++ b/packages/cozy-konnector-libs/src/libs/cozyclient.js @@ -67,8 +67,8 @@ const getCozyClient = function(environm...
fix: initalization of new cozy-client instance
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 @@ -4,6 +4,7 @@ namespace Algolia\SearchBundle\DependencyInjection; use Symfony\Component\Conf...
Fix deprecation for tree builders without root node
diff --git a/pkg/transport/timeout_dialer_test.go b/pkg/transport/timeout_dialer_test.go index <HASH>..<HASH> 100644 --- a/pkg/transport/timeout_dialer_test.go +++ b/pkg/transport/timeout_dialer_test.go @@ -43,7 +43,7 @@ func TestReadWriteTimeoutDialer(t *testing.T) { defer conn.Close() // fill the socket buffer ...
pkg/transport: change write size from 1MB -> 5MB As we move to container-based infrastructure testing env on travis, the tcp write buffer is more than 1MB. Change the test according to the change on the testing env.
diff --git a/src/matches.js b/src/matches.js index <HASH>..<HASH> 100644 --- a/src/matches.js +++ b/src/matches.js @@ -21,7 +21,7 @@ function type(object, fragment) { } function id(object, fragment) { - return (object.props.id == fragment); + return (object.props.id == fragment.slice(1)); } export default...
Fixed a bug where selecting by ID wouldn't work. - This was because the hash wasn't slice when comparing the fragment.
diff --git a/Repo/Data/Downline/Qualification.php b/Repo/Data/Downline/Qualification.php index <HASH>..<HASH> 100644 --- a/Repo/Data/Downline/Qualification.php +++ b/Repo/Data/Downline/Qualification.php @@ -9,6 +9,8 @@ namespace Praxigento\BonusHybrid\Repo\Data\Downline; * Customer qualification data for downline tre...
MOBI-<I> Complete bonus overview report
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,17 +13,22 @@ kwargs = {'name': 'Glymur', 'package_data': {'glymur': ['data/*.jp2', 'data/*.j2k']}, 'scripts': ['bin/jp2dump'], 'license': 'LICENSE.txt', + 'test_suite': 'glymur.tes...
Moving test requirements into its own area. Worked on Fedora<I>, python <I>. #<I>
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ from setuptools import setup import rtv -DESCRIPTION = 'RTV podcast downloader' -LONG_DESCRIPTION = 'Command-line program to download podcasts from various sites.' +DESCRIPTION = 'RTV downloader' +LONG_DESC...
Refactor setup.py + add tldextract to required packages
diff --git a/src/module.js b/src/module.js index <HASH>..<HASH> 100644 --- a/src/module.js +++ b/src/module.js @@ -84,9 +84,8 @@ } } // Maybe failed to fetch successfully, such as 404 or non-module. - // // In these cases, module.status stay at FETCHING or FETCHED. + ...
Remove "It is not valid CMD module" log info. close #<I>
diff --git a/packages/cozy-scripts/template/app/jest.config.js b/packages/cozy-scripts/template/app/jest.config.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/template/app/jest.config.js +++ b/packages/cozy-scripts/template/app/jest.config.js @@ -9,6 +9,10 @@ module.exports = { '\\.(css|styl)$': 'ident...
fix: :nail_care: Force using babel-jest for react app
diff --git a/Command/JordiLlonchCrudCommand.php b/Command/JordiLlonchCrudCommand.php index <HASH>..<HASH> 100644 --- a/Command/JordiLlonchCrudCommand.php +++ b/Command/JordiLlonchCrudCommand.php @@ -17,7 +17,6 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; ...
Fixes from SensioLabsInsight
diff --git a/src/Plugin.php b/src/Plugin.php index <HASH>..<HASH> 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -234,6 +234,10 @@ class Plugin implements PluginInterface, EventSubscriberInterface $path = substr($path, 1); } + if (strncmp($path, '$', 1) === 0) { + $path = ...
added `$config` paths to include built configs
diff --git a/src/Http/Controllers/PageController.php b/src/Http/Controllers/PageController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/PageController.php +++ b/src/Http/Controllers/PageController.php @@ -14,6 +14,23 @@ class PageController extends \Pvtl\VoyagerPages\Http\Controllers\PageController p...
Extend pages to add layout to page view
diff --git a/lib/giantbomb.rb b/lib/giantbomb.rb index <HASH>..<HASH> 100644 --- a/lib/giantbomb.rb +++ b/lib/giantbomb.rb @@ -10,5 +10,5 @@ end end module GiantBomb - VERSION = "0.1.0" + VERSION = "0.5.0" end \ No newline at end of file
bumped version to <I>
diff --git a/controller/extjs/tests/TestHelper.php b/controller/extjs/tests/TestHelper.php index <HASH>..<HASH> 100644 --- a/controller/extjs/tests/TestHelper.php +++ b/controller/extjs/tests/TestHelper.php @@ -50,6 +50,9 @@ class TestHelper } + /** + * @param string $site + */ private static function _create...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
diff --git a/lib/hash/hash_path_processors.rb b/lib/hash/hash_path_processors.rb index <HASH>..<HASH> 100644 --- a/lib/hash/hash_path_processors.rb +++ b/lib/hash/hash_path_processors.rb @@ -101,8 +101,7 @@ module BBLib end def self.parse_date(child, *args, class_based: true) - params = BBLib.named_arg...
Changed date parsing to return a time object if a format is not passed.
diff --git a/lib/lazy_resource/request.rb b/lib/lazy_resource/request.rb index <HASH>..<HASH> 100644 --- a/lib/lazy_resource/request.rb +++ b/lib/lazy_resource/request.rb @@ -29,7 +29,7 @@ module LazyResource end def log_response(response) - LazyResource.logger.info "\t[#{response.code}](#{(response.ti...
Using to_i just wiped out the response time.
diff --git a/grab/base.py b/grab/base.py index <HASH>..<HASH> 100644 --- a/grab/base.py +++ b/grab/base.py @@ -458,7 +458,7 @@ class Grab(LXMLExtension, FormExtension, PyqueryExtension, #raise IOError('Response code is %s: ' % self.response_code) if self.config['log_file']: - with ope...
Change file open mode in log_file option
diff --git a/calculation-engine/engine-evaluation/src/main/java/com/dataart/spreadsheetanalytics/engine/graph/PoiExecutionGraphBuilder.java b/calculation-engine/engine-evaluation/src/main/java/com/dataart/spreadsheetanalytics/engine/graph/PoiExecutionGraphBuilder.java index <HASH>..<HASH> 100644 --- a/calculation-engin...
PTG strings are built in POI
diff --git a/firetv/__main__.py b/firetv/__main__.py index <HASH>..<HASH> 100644 --- a/firetv/__main__.py +++ b/firetv/__main__.py @@ -29,7 +29,7 @@ app = Flask(__name__) devices = {} config_data = None valid_device_id = re.compile('^[-\w]+$') -valid_app_id = re.compile('^[a-zA-Z][a-z\.A-Z]+$') +valid_app_id = re.co...
update valid_app_id regex Update to allow app/package names with numbers.
diff --git a/internal/services/automation/automation_account_data_source.go b/internal/services/automation/automation_account_data_source.go index <HASH>..<HASH> 100644 --- a/internal/services/automation/automation_account_data_source.go +++ b/internal/services/automation/automation_account_data_source.go @@ -68,8 +68,...
fix #<I> by adding nil check
diff --git a/vaex/test/dataset.py b/vaex/test/dataset.py index <HASH>..<HASH> 100644 --- a/vaex/test/dataset.py +++ b/vaex/test/dataset.py @@ -1399,8 +1399,8 @@ class TestDataset(unittest.TestCase): path_fits_astropy = tempfile.mktemp(".fits") #print path - with self.assertRaises(AssertionError): - self.data...
fix: we don't check for selections anymore in export, test reflects that now
diff --git a/src/Routing/Conditions/Url.php b/src/Routing/Conditions/Url.php index <HASH>..<HASH> 100644 --- a/src/Routing/Conditions/Url.php +++ b/src/Routing/Conditions/Url.php @@ -145,8 +145,8 @@ class Url implements ConditionInterface { // add a question mark to the end to make the trailing slash optional $va...
fix Url condition matching just the start of the path instead of the whole path
diff --git a/lib/passbook.rb b/lib/passbook.rb index <HASH>..<HASH> 100644 --- a/lib/passbook.rb +++ b/lib/passbook.rb @@ -3,7 +3,7 @@ require "passbook/pkpass" require "passbook/signer" require 'active_support/core_ext/module/attribute_accessors' require 'passbook/push_notification' -require 'grocer/passbook_notifi...
require whole "grocer" gem otherwise you won't load "lib/grocer.rb" and you'll see "NoMethodError (undefined method `pusher' for Grocer:Module):" error.
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -1213,7 +1213,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc * called allowing you to define additional default values. The new * entity wi...
Updating the doc block for findOrCreate
diff --git a/demo/demo.js b/demo/demo.js index <HASH>..<HASH> 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -13,8 +13,6 @@ function init(){ domi5 = new OriDomi(demo5, { hPanels: 10, vPanels: 1 }), foldMe = document.querySelector('.fold-me > p'), foldDomi = new OriDomi(foldMe, { vPanels: 1, ...
removed menu oridomi from demo js
diff --git a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java b/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java index <HASH>..<HASH> 100755 --- a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java +++ b/Src/java/cql-to-elm...
Fixed a code warning that was failing the build.
diff --git a/tests/Convert/Converters/ConverterTestHelper.php b/tests/Convert/Converters/ConverterTestHelper.php index <HASH>..<HASH> 100644 --- a/tests/Convert/Converters/ConverterTestHelper.php +++ b/tests/Convert/Converters/ConverterTestHelper.php @@ -186,6 +186,7 @@ class ConverterTestHelper ); t...
Let us know which converters are working too, during test
diff --git a/daemon/volumes.go b/daemon/volumes.go index <HASH>..<HASH> 100644 --- a/daemon/volumes.go +++ b/daemon/volumes.go @@ -281,6 +281,7 @@ func (daemon *Daemon) backportMountSpec(container *container.Container) { from, _, err := volume.ParseVolumesFrom(fromSpec) if err != nil { logrus.WithError(err).W...
Add continue on error in mountspec backport
diff --git a/src/frontend/org/voltcore/network/ReverseDNSCache.java b/src/frontend/org/voltcore/network/ReverseDNSCache.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltcore/network/ReverseDNSCache.java +++ b/src/frontend/org/voltcore/network/ReverseDNSCache.java @@ -40,8 +40,8 @@ public class ReverseDNSCach...
For ENG-<I>, fix timeout and comment based on Ning's feedback
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 @@ -60,13 +60,6 @@ module Puppet this directory can be removed without causing harm (although it might result in spurious service restarts)...
Changing the statefile to only being managed by clients, not by puppetmasterd.
diff --git a/filters/ErrorToExceptionFilter.php b/filters/ErrorToExceptionFilter.php index <HASH>..<HASH> 100644 --- a/filters/ErrorToExceptionFilter.php +++ b/filters/ErrorToExceptionFilter.php @@ -5,13 +5,13 @@ namespace filsh\yii2\oauth2server\filters; use Yii; use yii\base\Controller; -class ErrorToExceptionFil...
Fixed full class name from which ErrorToExceptionFilter extends
diff --git a/src/core/lombok/javac/handlers/HandleNonNull.java b/src/core/lombok/javac/handlers/HandleNonNull.java index <HASH>..<HASH> 100644 --- a/src/core/lombok/javac/handlers/HandleNonNull.java +++ b/src/core/lombok/javac/handlers/HandleNonNull.java @@ -141,6 +141,7 @@ public class HandleNonNull extends JavacAnnot...
[fixes #<I>] A source file with just parameter @NonNull would not trigger delombok due to lack of ast.setChanged flagging
diff --git a/packages/netlify-cms-core/src/components/App/App.js b/packages/netlify-cms-core/src/components/App/App.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-core/src/components/App/App.js +++ b/packages/netlify-cms-core/src/components/App/App.js @@ -217,11 +217,11 @@ class App extends React.Component {...
fix(core): use correct name for edit route param (#<I>)
diff --git a/lib/visitor/evaluator.js b/lib/visitor/evaluator.js index <HASH>..<HASH> 100644 --- a/lib/visitor/evaluator.js +++ b/lib/visitor/evaluator.js @@ -202,21 +202,6 @@ Evaluator.prototype.visitPage = function(page){ }; /** - * Visit noops. - */ - -Evaluator.prototype.visitString = -Evaluator.prototype.visi...
revert noop visitor methods
diff --git a/lib/milia/control.rb b/lib/milia/control.rb index <HASH>..<HASH> 100644 --- a/lib/milia/control.rb +++ b/lib/milia/control.rb @@ -171,10 +171,10 @@ module Milia # My signup form has fields for user's email, # organization's name (tenant model), coupon code, # --------------------------------------...
reg ctlr logging - 5
diff --git a/trionyx/trionyx/middleware.py b/trionyx/trionyx/middleware.py index <HASH>..<HASH> 100644 --- a/trionyx/trionyx/middleware.py +++ b/trionyx/trionyx/middleware.py @@ -57,10 +57,26 @@ class GlobalRequestMiddleware: def __call__(self, request): """Store request in local data""" LOCAL_DA...
[BUGFIX] get_current_request not working in streaming response
diff --git a/src/Boot.php b/src/Boot.php index <HASH>..<HASH> 100755 --- a/src/Boot.php +++ b/src/Boot.php @@ -146,7 +146,10 @@ if (empty($_SESSION['__session_name_validated'])) { // Http auth for PHP-CGI mode if (isset($_SERVER['HTTP_AUTHORIZATION']) && !isset($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'])) {...
HTTP auth for PHP-CGI fix for servers without it
diff --git a/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java b/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java index <HASH>..<HASH> 100644 --- a/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java +++ b/src/share/classes/com/sun/tools/javac/code/TypeAnnot...
Clarify and expand a comment.
diff --git a/auto_ml/utils.py b/auto_ml/utils.py index <HASH>..<HASH> 100644 --- a/auto_ml/utils.py +++ b/auto_ml/utils.py @@ -25,27 +25,23 @@ class SplitOutput(BaseEstimator, TransformerMixin): return self -def instantiate_model(model_name='RandomForestClassifier'): - print(model_name) - - model_map...
removes old code and modularizes model_map to make it more readable
diff --git a/js/values/WordCombination.js b/js/values/WordCombination.js index <HASH>..<HASH> 100644 --- a/js/values/WordCombination.js +++ b/js/values/WordCombination.js @@ -27,10 +27,10 @@ function WordCombination( words, occurrences ) { } WordCombination.lengthBonus = { - 2: 2, - 3: 4, - 4: 6, - 5: 8, + 2: 3, + ...
Increase length bonus to 3 to improve results
diff --git a/app/models/renalware/letters/pdf_letter_cache.rb b/app/models/renalware/letters/pdf_letter_cache.rb index <HASH>..<HASH> 100644 --- a/app/models/renalware/letters/pdf_letter_cache.rb +++ b/app/models/renalware/letters/pdf_letter_cache.rb @@ -40,7 +40,7 @@ module Renalware delegate :clear, to: :sto...
Expire letters in the PDF cache after 4 weeks
diff --git a/dev_setup.py b/dev_setup.py index <HASH>..<HASH> 100644 --- a/dev_setup.py +++ b/dev_setup.py @@ -11,10 +11,13 @@ DESCRIPTION updates to PmagPy, it may be better to use the pip or binary installs of this software instructions here: (https://earthref.org/PmagPy/cookbook/#pip_install). - Al...
for dev_setup.py add note about using bash instead of other shells
diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index <HASH>..<HASH> 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -222,7 +222,7 @@ class XGBModel(XGBModelBase): evals_result = {} if eval_set is not None: - eva...
cosmetic change cosmetic change of putting space after comma compared to previous edit.
diff --git a/nbdiff/diff.py b/nbdiff/diff.py index <HASH>..<HASH> 100644 --- a/nbdiff/diff.py +++ b/nbdiff/diff.py @@ -33,6 +33,8 @@ def diff(before, after, check_modified=False): diff_items : A list of dictionaries containing diff information. """ grid = create_grid(before, after) + if len(grid) < 1:...
Fix #<I> - fix diff on empty lists
diff --git a/holoviews/element/chart.py b/holoviews/element/chart.py index <HASH>..<HASH> 100644 --- a/holoviews/element/chart.py +++ b/holoviews/element/chart.py @@ -39,7 +39,7 @@ class Chart(Element2D): settings.update(params) super(Chart, self).__init__(data, **settings) - if not data.shap...
Added support for single dimensional Charts
diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -168,6 +168,8 @@ def custom_repo(distro, args, cd_conf, rlogger): def uninstall(args): + LOG.info('note that some dependencies *will not* be removed because they ...
when purging/uninstalling mention note about librados and librbd
diff --git a/passpie/history.py b/passpie/history.py index <HASH>..<HASH> 100644 --- a/passpie/history.py +++ b/passpie/history.py @@ -66,6 +66,8 @@ class Repository(object): @ensure_git() def commit(self, message, add=True): + process.call(["git", "config", "--local", "user.name", "Passpie"], cwd=se...
Fix setting author to git config before commit
diff --git a/src/response/payload/ImagePayload.php b/src/response/payload/ImagePayload.php index <HASH>..<HASH> 100644 --- a/src/response/payload/ImagePayload.php +++ b/src/response/payload/ImagePayload.php @@ -91,7 +91,7 @@ final class ImagePayload extends Payload implements PayloadInterface } ...
response.payload.ImagePayload: fix GdImage issue.
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -1774,7 +1774,7 @@ require('es6-promise').polyfill(); proto.editGroupInfo = function editGroupInfo(groupId, newInfo, callback){ callback = typeof callback === "function" ? callback : function () { }; - apiconnector.ba...
Change snake case to camel case on group update
diff --git a/src/nls/zh-cn/strings.js b/src/nls/zh-cn/strings.js index <HASH>..<HASH> 100644 --- a/src/nls/zh-cn/strings.js +++ b/src/nls/zh-cn/strings.js @@ -373,7 +373,7 @@ define({ "JSLINT_ERROR_INFORMATION" : "1个JSLint错误", "JSLINT_ERRORS_INFORMATION" : "{0}个JSLint错误", ...
add a comma at the end of line <I>.
diff --git a/sdk/src/main/java/com/wonderpush/sdk/inappmessaging/display/InAppMessagingDisplay.java b/sdk/src/main/java/com/wonderpush/sdk/inappmessaging/display/InAppMessagingDisplay.java index <HASH>..<HASH> 100644 --- a/sdk/src/main/java/com/wonderpush/sdk/inappmessaging/display/InAppMessagingDisplay.java +++ b/sdk/...
Fix NPE when clicking an in-app message during its exit animation
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -14,9 +14,9 @@ describe('full_process', function () { }); describe('Scorer Identity Tests', function () { - for (var scorer of scorers) { - var tmpscorer = scorer; - describe('Scorer: ' + s...
use 'in' style test loop to pass <I>
diff --git a/lib/serverspec/setup.rb b/lib/serverspec/setup.rb index <HASH>..<HASH> 100644 --- a/lib/serverspec/setup.rb +++ b/lib/serverspec/setup.rb @@ -189,7 +189,7 @@ EOF list_of_vms = [] if vagrant_list != '' vagrant_list.each_line do |line| - if match = /([a-z]+[\s]+)(creat...
Allow to use '_' and '-' as vagrant machine name
diff --git a/lib/rails_best_practices/core/check.rb b/lib/rails_best_practices/core/check.rb index <HASH>..<HASH> 100644 --- a/lib/rails_best_practices/core/check.rb +++ b/lib/rails_best_practices/core/check.rb @@ -354,7 +354,7 @@ module RailsBestPractices end def internal_except_methods - ...
Auto corrected by following Style/RaiseArgs
diff --git a/pywbem/cim_operations.py b/pywbem/cim_operations.py index <HASH>..<HASH> 100644 --- a/pywbem/cim_operations.py +++ b/pywbem/cim_operations.py @@ -1116,6 +1116,11 @@ class WBEMConnection(object): # pylint: disable=too-many-instance-attributes CIM-XML data of the last response received from the WBE...
Improved description of WBEMConnection.last_reply Details: - The last_reply property is set only if SAX parsing of the response succeeds. If that fails (i.e. ParseError with XML parsing indicated as a reason), the last_reply property is None. This change improves the description of the last_reply property to e...
diff --git a/lib/spinach/config.rb b/lib/spinach/config.rb index <HASH>..<HASH> 100644 --- a/lib/spinach/config.rb +++ b/lib/spinach/config.rb @@ -41,7 +41,7 @@ module Spinach # output to the standard output # def default_reporter - @default_reporter || Spinach::Reporter::Stdout + @default_repo...
Use an instance of the reporter, not the class This will allow us to have statistics on all reports, for example.
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/util/xml/Parse.java b/engine/src/main/java/org/camunda/bpm/engine/impl/util/xml/Parse.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/util/xml/Parse.java +++ b/engine/src/main/java/org/camunda/bpm/engine/impl/util/xml/...
fix(engine): correct external schema access in parser * use compatible reference (some JDKs do not contain the XMLConstants constant) * allow "jar" and "wsjar" references in schema as well related to CAM-<I>
diff --git a/test/geocoder_test.rb b/test/geocoder_test.rb index <HASH>..<HASH> 100644 --- a/test/geocoder_test.rb +++ b/test/geocoder_test.rb @@ -21,6 +21,8 @@ class GeocoderTest < Test::Unit::TestCase def test_distance_between assert_equal 69, Geocoder::Calculations.distance_between(0,0, 0,1).round + la_...
Add non-trivial distance_between test.
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100755 --- a/lib/index.js +++ b/lib/index.js @@ -77,7 +77,7 @@ exports.register = function (server, options, next) { server.route({ method: 'GET', - path: '/docs/swaggerui/images/throbber.gif', + path: settings.e...
Fixed endpoint for throbber.gif image
diff --git a/builder/src/main/java/com/stratio/cassandra/lucene/builder/index/Partitioner.java b/builder/src/main/java/com/stratio/cassandra/lucene/builder/index/Partitioner.java index <HASH>..<HASH> 100644 --- a/builder/src/main/java/com/stratio/cassandra/lucene/builder/index/Partitioner.java +++ b/builder/src/main/ja...
fixed two javadoc warnings in builder
diff --git a/py/selenium/webdriver/remote/webelement.py b/py/selenium/webdriver/remote/webelement.py index <HASH>..<HASH> 100755 --- a/py/selenium/webdriver/remote/webelement.py +++ b/py/selenium/webdriver/remote/webelement.py @@ -363,7 +363,7 @@ class WebElement(object): @property def parent(self): - ...
clarifying doc string for 'parent' property. Fixes Issue #<I>
diff --git a/shakedown/dcos/package.py b/shakedown/dcos/package.py index <HASH>..<HASH> 100644 --- a/shakedown/dcos/package.py +++ b/shakedown/dcos/package.py @@ -308,9 +308,9 @@ def uninstall_package_and_data( print('\n{}uninstall/delete done after pkg({}) + data({}) = total({})\n'.format( shakedown.cl...
repairing a failed attempt a search and replace
diff --git a/katcp/sensortree.py b/katcp/sensortree.py index <HASH>..<HASH> 100644 --- a/katcp/sensortree.py +++ b/katcp/sensortree.py @@ -50,7 +50,7 @@ class GenericSensorTree(object): sensor : :class:`katcp.Sensor` The sensor whose value has changed. """ - parents = self._child_t...
Handle addition of new sensors to the sensor tree during a sensor update without crashing (missing part from last commit). git-svn-id: <URL>
diff --git a/Form/Type/DataType.php b/Form/Type/DataType.php index <HASH>..<HASH> 100644 --- a/Form/Type/DataType.php +++ b/Form/Type/DataType.php @@ -212,6 +212,9 @@ class DataType extends AbstractType DataInterface $data = null, array $options = [] ) { + if ($attribute->getOption('hidden...
Adding "hidden" option in attributes
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/linking/impl/AbstractCleaningLinker.java +++ ...
[organizeImports] Fix: ValueConverterException on organize imports This fixes a regression due to the application of value converters on organize imports see <URL>
diff --git a/Middleware/AuthenticateWithBearerAuth.php b/Middleware/AuthenticateWithBearerAuth.php index <HASH>..<HASH> 100644 --- a/Middleware/AuthenticateWithBearerAuth.php +++ b/Middleware/AuthenticateWithBearerAuth.php @@ -24,6 +24,8 @@ class AuthenticateWithBearerAuth ) { return $continue; } + + ...
Feat: return <I> if user is not authorized
diff --git a/src/Torann/Currency/Middleware/CurrencyMiddleware.php b/src/Torann/Currency/Middleware/CurrencyMiddleware.php index <HASH>..<HASH> 100644 --- a/src/Torann/Currency/Middleware/CurrencyMiddleware.php +++ b/src/Torann/Currency/Middleware/CurrencyMiddleware.php @@ -92,6 +92,6 @@ class CurrencyMiddleware ...
Use `keep` when setting currency
diff --git a/ga4gh/datarepo.py b/ga4gh/datarepo.py index <HASH>..<HASH> 100644 --- a/ga4gh/datarepo.py +++ b/ga4gh/datarepo.py @@ -608,7 +608,6 @@ class SqlDataRepository(AbstractDataRepository): referenceSet.getSourceUri(), referenceSet.getDataUrl())) except sqlite3.IntegrityError: ...
Remove unintended db.commit
diff --git a/salt/utils/http.py b/salt/utils/http.py index <HASH>..<HASH> 100644 --- a/salt/utils/http.py +++ b/salt/utils/http.py @@ -15,6 +15,7 @@ import pprint import socket import urllib import inspect +import yaml import ssl try: @@ -561,10 +562,12 @@ def query(url, decode_type = 'xml' ...
Added support for yaml decode_type
diff --git a/pypeerassets/transactions.py b/pypeerassets/transactions.py index <HASH>..<HASH> 100644 --- a/pypeerassets/transactions.py +++ b/pypeerassets/transactions.py @@ -186,7 +186,4 @@ def unpack_txn_buffer(buffer, network="ppc"): def unpack_raw_transaction(rawtx: bytes) -> dict: '''unpacks raw transactions...
transactions: unpack_raw_transaction; remove redundant type check.
diff --git a/src/Data/Collection.php b/src/Data/Collection.php index <HASH>..<HASH> 100644 --- a/src/Data/Collection.php +++ b/src/Data/Collection.php @@ -517,7 +517,7 @@ class Collection implements Serializable, ArrayAccess, Iterator */ protected function _moveToOriginalCollection($index) { - if...
create Collection class (issue #4) This version introduces multiple enhancements: fixed move collection element to original collection Details of additions/deletions below: -------------------------------------------------------------- Modified: Data/Collection.php -- Updated -- _moveT...
diff --git a/session.go b/session.go index <HASH>..<HASH> 100644 --- a/session.go +++ b/session.go @@ -809,7 +809,9 @@ func (s *session) handleSinglePacket(p *receivedPacket, hdr *wire.Header) bool / } // drop 0-RTT packets, if we are a client if s.perspective == protocol.PerspectiveClient && hdr.Type == protocol...
only trace dropped 0-RTT packets when a tracer is set
diff --git a/src/qinfer/abstract_model.py b/src/qinfer/abstract_model.py index <HASH>..<HASH> 100644 --- a/src/qinfer/abstract_model.py +++ b/src/qinfer/abstract_model.py @@ -207,7 +207,7 @@ class Model(Simulatable): probabilities = self.likelihood(np.arange(self.n_outcomes(expparams)), modelparams, ...
I lied last time... now it's fixed
diff --git a/src/components/seek_time/seek_time.js b/src/components/seek_time/seek_time.js index <HASH>..<HASH> 100644 --- a/src/components/seek_time/seek_time.js +++ b/src/components/seek_time/seek_time.js @@ -32,15 +32,19 @@ export default class SeekTime extends UIObject { } addEventListeners() { - this.li...
seek time: move anonymous event listeners to object methods
diff --git a/test/regex-shorthand.js b/test/regex-shorthand.js index <HASH>..<HASH> 100644 --- a/test/regex-shorthand.js +++ b/test/regex-shorthand.js @@ -32,7 +32,8 @@ ruleTester.run('regex-shorthand', rule, { `const foo = new RegExp(/\\d/ig)`, `const foo = new RegExp(/\\d/, 'ig')`, `const foo = new RegExp(/\...
Add another test for `regex-shorthand` rule
diff --git a/ceph_deploy/mgr.py b/ceph_deploy/mgr.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/mgr.py +++ b/ceph_deploy/mgr.py @@ -32,7 +32,7 @@ def create_mgr(distro, name, cluster, init): name=name ) - conn.remote_module.safe_mkdir(path) + conn.remote_module.safe_makedirs(path) bo...
[RM-<I>] Use recursive dir creation
diff --git a/django_braintree/views.py b/django_braintree/views.py index <HASH>..<HASH> 100644 --- a/django_braintree/views.py +++ b/django_braintree/views.py @@ -1,3 +1,5 @@ +import logging + from django.contrib.auth.decorators import login_required from django.shortcuts import render from django.contrib import mes...
try/except in the view also in case customer.get() throws exception
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,4 +35,5 @@ gulp.task('build', function() { // Rerun the task when a file changes gulp.task('watch', function () { gulp.watch('test/ouibounce.styl', ['build']); + gulp.watch('source/ouibounce.js', ['build'...
Fix gulp script to watch src file change
diff --git a/lib/resque/worker.rb b/lib/resque/worker.rb index <HASH>..<HASH> 100644 --- a/lib/resque/worker.rb +++ b/lib/resque/worker.rb @@ -81,7 +81,7 @@ module Resque $0 = procline log! procline process(job, &block) - @cant_fork ? next : exit! + exit! unl...
only exit if we can't fork
diff --git a/speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/websocket/SpeechToTextWebSocketListener.java b/speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/websocket/SpeechToTextWebSocketListener.java index <HASH>..<HASH> 100755 --- a/speech-to-text/src/main/j...
fix(Speech to Text): Fix value of language customization ID property in WebSocket listener
diff --git a/spec/model_extensions_spec.rb b/spec/model_extensions_spec.rb index <HASH>..<HASH> 100644 --- a/spec/model_extensions_spec.rb +++ b/spec/model_extensions_spec.rb @@ -215,4 +215,10 @@ describe ActsAsTenant do it { @sub_task = SubTask.create(:name => 'foo').valid?.should == true } end + describe...
Added test for a orphan AAT-model
diff --git a/tests/I18n/bootstrap.php b/tests/I18n/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/I18n/bootstrap.php +++ b/tests/I18n/bootstrap.php @@ -3,5 +3,6 @@ require __DIR__.'/kohana.php'; // Load some required classes -require DOCROOT.'Testcase'.EXT; -require DOCROOT.'Plural/Testcase'.EXT; \ No ne...
Moved some 'requires' around
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -181,6 +181,10 @@ class mochaPlugin { const inited = this.serverless.service; myModule.config = (inited.custom || {})['serverless-mocha-plugin'] || {}; // Verify that the service runtime matches with the c...
Fix runtime detection for node<I>
diff --git a/image/internal/util.go b/image/internal/util.go index <HASH>..<HASH> 100644 --- a/image/internal/util.go +++ b/image/internal/util.go @@ -2,6 +2,7 @@ package internal import ( "image" + "image/color" "image/draw" "runtime" "sync" @@ -21,7 +22,7 @@ func NewDrawable(p image.Image) draw.Image { //...
image/internal.NewDrawableSize(): add support for Paletted image
diff --git a/python/bigdl/dllib/optim/optimizer.py b/python/bigdl/dllib/optim/optimizer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/optim/optimizer.py +++ b/python/bigdl/dllib/optim/optimizer.py @@ -630,6 +630,13 @@ class BaseOptimizer(JavaValue): print("Loading input ...") self.value.prep...
Fix optimizer state messed up when calling optimize() multiple times in DistriOptimizer (#<I>) * support continue training * meet code review * add unit tests * fix set model
diff --git a/test/Role/ReadModel/Constraints/Doctrine/UserConstraintWriteRepositoryTest.php b/test/Role/ReadModel/Constraints/Doctrine/UserConstraintWriteRepositoryTest.php index <HASH>..<HASH> 100644 --- a/test/Role/ReadModel/Constraints/Doctrine/UserConstraintWriteRepositoryTest.php +++ b/test/Role/ReadModel/Constrai...
III-<I> Consistent naming for role constraint table.
diff --git a/src/Properties/ModelPropertyExtension.php b/src/Properties/ModelPropertyExtension.php index <HASH>..<HASH> 100644 --- a/src/Properties/ModelPropertyExtension.php +++ b/src/Properties/ModelPropertyExtension.php @@ -195,15 +195,16 @@ final class ModelPropertyExtension implements PropertiesClassReflectionExte...
Fix incorrect boolean type cast
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100644 --- a/autopep8.py +++ b/autopep8.py @@ -245,10 +245,15 @@ class FixPEP8(object): def fix_e303(self, result): delete_linenum = int(result['info'].split("(")[1].split(")")[0]) - 2 delete_linenum = max(1, delete_linenum) - for...
Get fix_e<I>() working with comments
diff --git a/salt/utils/mine.py b/salt/utils/mine.py index <HASH>..<HASH> 100644 --- a/salt/utils/mine.py +++ b/salt/utils/mine.py @@ -42,7 +42,13 @@ def minion_side_acl_denied( True if an ACL has been defined and does not grant access. ''' minion_acl_entry = minion_acl_cache.get(mine_minion, {}).get...
Added logging of denied mine requests.
diff --git a/indra/sources/medscan/processor.py b/indra/sources/medscan/processor.py index <HASH>..<HASH> 100644 --- a/indra/sources/medscan/processor.py +++ b/indra/sources/medscan/processor.py @@ -512,6 +512,10 @@ class MedscanProcessor(object): self._pmids_handled.add(pmid_num) self...
Fix "memory leak" from the lxml iterator.
diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py index <HASH>..<HASH> 100644 --- a/salt/utils/__init__.py +++ b/salt/utils/__init__.py @@ -1532,7 +1532,20 @@ def is_windows(): ''' Simple function to return if a host is Windows or not ''' - return sys.platform.startswith('win') + import ...
Don't report proxy on windows.
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -117,7 +117,7 @@ copyright = '2013 SaltStack, Inc.' version = salt.version.__version__ #release = '.'.join(map(str, salt.version.__version_info__)) -release = '2014.1.0' +release = '0.17.5' language = 'en' ...
Wait until actual announced release to change doc version
diff --git a/src/Repository/Repository.php b/src/Repository/Repository.php index <HASH>..<HASH> 100644 --- a/src/Repository/Repository.php +++ b/src/Repository/Repository.php @@ -382,13 +382,17 @@ abstract class Repository implements IRepository $ids = []; $entities = $this->identityMap->getAll(); foreach ($en...
repository: do not refresh unpersisted entities, do not query without ids [closes #<I>]
diff --git a/web/api/v1/api.go b/web/api/v1/api.go index <HASH>..<HASH> 100644 --- a/web/api/v1/api.go +++ b/web/api/v1/api.go @@ -166,6 +166,7 @@ func NewAPI( enableAdmin: enableAdmin, rulesRetriever: rr, remoteReadLimit: remoteReadLimit, + logger: logger, } }
Logger is nil for API. Fixes #<I> (#<I>)
diff --git a/test/integration.js b/test/integration.js index <HASH>..<HASH> 100644 --- a/test/integration.js +++ b/test/integration.js @@ -294,6 +294,9 @@ test('deploy a node microservice', async t => { })); t.is(code, 0, formatOutput({ stdout, stderr })); + // Give 2 seconds for the proxy purge to propagate +...
Sleep 2 seconds after the `now rm` integration test (#<I>) Sometimes it fails with a stale <I> status code. This should make it less flaky.