diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/Storage/Collection/LazyCollection.php b/src/Storage/Collection/LazyCollection.php index <HASH>..<HASH> 100644 --- a/src/Storage/Collection/LazyCollection.php +++ b/src/Storage/Collection/LazyCollection.php @@ -33,7 +33,7 @@ class LazyCollection extends ArrayCollection $output = []; fo...
use ct and slug to reference relations
diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index <HASH>..<HASH> 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -32,6 +32,7 @@ class IntegrationTest extends \PHPUnit_Framework_TestCase /** * @medium + * @requires extension pcntl */ function t...
Timeout test needs pcntl extension.
diff --git a/storm/__init__.py b/storm/__init__.py index <HASH>..<HASH> 100644 --- a/storm/__init__.py +++ b/storm/__init__.py @@ -69,7 +69,6 @@ class Storm(object): if order: config_data = sorted(config_data, key=itemgetter("host")) - return config_data def delete_all_entries(se...
re #<I> fixing problem with custom options not displaying correctly
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function (grunt) { // Configurable paths config: { lintFiles: [ - '**/*.js' + 'angular-bind-html-compile.js' ...
Disabled jshint for minified version.
diff --git a/src/common/storage/storageclasses/editorstorage.js b/src/common/storage/storageclasses/editorstorage.js index <HASH>..<HASH> 100644 --- a/src/common/storage/storageclasses/editorstorage.js +++ b/src/common/storage/storageclasses/editorstorage.js @@ -377,7 +377,7 @@ define([ commitData = branch...
Switch back to master branch after tests. Former-commit-id: dae<I>aadc5a7d<I>ea<I>eb<I>a<I>c<I>b3
diff --git a/kafka_consumer/check.py b/kafka_consumer/check.py index <HASH>..<HASH> 100644 --- a/kafka_consumer/check.py +++ b/kafka_consumer/check.py @@ -496,8 +496,6 @@ class KafkaCheck(AgentCheck): partitions = client.cluster.available_partitions_for_topic(topic) tps[topic] = tps[unicod...
[kafka_consumer] removing stale comment.
diff --git a/lib/rack/i18n_locale_switcher.rb b/lib/rack/i18n_locale_switcher.rb index <HASH>..<HASH> 100644 --- a/lib/rack/i18n_locale_switcher.rb +++ b/lib/rack/i18n_locale_switcher.rb @@ -20,7 +20,7 @@ module Rack private def is_available?(locale) - not locale.nil? and not locale.empty? and I18n.ava...
There is no .empty? method on nil in <I>
diff --git a/python/ray/rllib/eval.py b/python/ray/rllib/eval.py index <HASH>..<HASH> 100644 --- a/python/ray/rllib/eval.py +++ b/python/ray/rllib/eval.py @@ -7,6 +7,7 @@ from __future__ import print_function import argparse import gym import json +import os import ray from ray.rllib.agent import get_agent_class...
Load evaluation configuration from checkpoint (#<I>)
diff --git a/admin/user/user_bulk_enrol.php b/admin/user/user_bulk_enrol.php index <HASH>..<HASH> 100644 --- a/admin/user/user_bulk_enrol.php +++ b/admin/user/user_bulk_enrol.php @@ -7,7 +7,7 @@ die('this needs to be rewritten to use new enrol framework, sorry'); //TODO: MD require_once('../../config.php'); requir...
MDL-<I> fixed wrong PARAM_CLEAN
diff --git a/gittar/__init__.py b/gittar/__init__.py index <HASH>..<HASH> 100644 --- a/gittar/__init__.py +++ b/gittar/__init__.py @@ -6,6 +6,7 @@ import os import stat import time from urlparse import urlparse +import sys from dateutil.tz import tzlocal from datetime import datetime @@ -93,6 +94,8 @@ def main()...
Write files to stderr.
diff --git a/tg_react/api/accounts/views.py b/tg_react/api/accounts/views.py index <HASH>..<HASH> 100644 --- a/tg_react/api/accounts/views.py +++ b/tg_react/api/accounts/views.py @@ -52,6 +52,16 @@ class UserDetails(generics.RetrieveUpdateAPIView): def get_object(self): return self.request.user + def...
Errors were not returned in desired form
diff --git a/nodeup/pkg/model/kube_apiserver.go b/nodeup/pkg/model/kube_apiserver.go index <HASH>..<HASH> 100644 --- a/nodeup/pkg/model/kube_apiserver.go +++ b/nodeup/pkg/model/kube_apiserver.go @@ -296,10 +296,9 @@ func (b *KubeAPIServerBuilder) buildPod() (*v1.Pod, error) { kubeAPIServer.ServiceAccountSigningKeyF...
Update the logic to set kubeAPIServer.ClientCAFile
diff --git a/src/NamelessCoder/Gizzle/JsonDataMapper.php b/src/NamelessCoder/Gizzle/JsonDataMapper.php index <HASH>..<HASH> 100644 --- a/src/NamelessCoder/Gizzle/JsonDataMapper.php +++ b/src/NamelessCoder/Gizzle/JsonDataMapper.php @@ -42,7 +42,7 @@ abstract class JsonDataMapper { } elseif (NULL === $propertyClass) ...
[BUGFIX] Create DateTimes using format U, not constructor Format of transmitted date times is unixtime, requiring construction using DateTime::createFromFormat('U', $value)
diff --git a/jlib-core/src/main/java/org/jlib/core/nullable/NullableUtility.java b/jlib-core/src/main/java/org/jlib/core/nullable/NullableUtility.java index <HASH>..<HASH> 100644 --- a/jlib-core/src/main/java/org/jlib/core/nullable/NullableUtility.java +++ b/jlib-core/src/main/java/org/jlib/core/nullable/NullableUtilit...
NullableUtility: reordered
diff --git a/gandi/cli/core/params.py b/gandi/cli/core/params.py index <HASH>..<HASH> 100644 --- a/gandi/cli/core/params.py +++ b/gandi/cli/core/params.py @@ -81,7 +81,8 @@ class DiskImageParamType(click.Choice): def __init__(self): """ Initialize choices list. """ gandi = GandiContextHelper() - ...
add disks to the list of possible source images
diff --git a/src/functions/viewClassFactory.js b/src/functions/viewClassFactory.js index <HASH>..<HASH> 100644 --- a/src/functions/viewClassFactory.js +++ b/src/functions/viewClassFactory.js @@ -4,7 +4,7 @@ function viewClassFactory(ctor, defaultOptions) { return function(options) { - return new ctor(mixins({}, d...
feat(viewClassFactory): default options could be a function returning options object This will enable use of lazy initialization of view options, i.e. shared singleton services
diff --git a/lib/py/src/transport/TSocket.py b/lib/py/src/transport/TSocket.py index <HASH>..<HASH> 100644 --- a/lib/py/src/transport/TSocket.py +++ b/lib/py/src/transport/TSocket.py @@ -94,7 +94,7 @@ class TSocket(TSocketBase): def flush(self): pass -class TServerSocket(TServerTransportBase, TSocketBase): +c...
THRIFT-<I>. python: Make TServerSocket.close() work properly Changing the order of inheritance makes "close" refer to the (correct) TSocketBase method, rather than the (stub) TServerTransportBase method. git-svn-id: <URL>
diff --git a/lib/active_record_doctor/version.rb b/lib/active_record_doctor/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_record_doctor/version.rb +++ b/lib/active_record_doctor/version.rb @@ -1,3 +1,3 @@ module ActiveRecordDoctor - VERSION = "0.0.1" + VERSION = "1.0.0" end
Bump the version number to <I>
diff --git a/example/article/admin.py b/example/article/admin.py index <HASH>..<HASH> 100644 --- a/example/article/admin.py +++ b/example/article/admin.py @@ -1,14 +1,8 @@ from django.contrib import admin from django.forms import ModelForm +from django.utils.timezone import now from article.models import Article -...
Remove old Django compatibility code
diff --git a/dispatch/theme/widgets.py b/dispatch/theme/widgets.py index <HASH>..<HASH> 100644 --- a/dispatch/theme/widgets.py +++ b/dispatch/theme/widgets.py @@ -82,10 +82,9 @@ class Zone(object): zone.data = validated_data['data'] # Call widget before-save hook on nested widgets - for i in ...
Clean up before-save hook for nested widgets
diff --git a/includes/os/class.SSH.inc.php b/includes/os/class.SSH.inc.php index <HASH>..<HASH> 100644 --- a/includes/os/class.SSH.inc.php +++ b/includes/os/class.SSH.inc.php @@ -471,7 +471,12 @@ class SSH extends GNU break; case 'GNU': case 'Linux': - parent::_uptime(); + ...
cat /proc/uptime
diff --git a/flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java b/flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java index <HASH>..<HASH> 100644 --- a/flink-contrib/flink-stateback...
[FLINK-<I>] Remove Testing Files in RocksDB Backend We create random files on initialization to check whether we can write to the data directory. These files are also removed now.
diff --git a/datafs/core/data_file.py b/datafs/core/data_file.py index <HASH>..<HASH> 100644 --- a/datafs/core/data_file.py +++ b/datafs/core/data_file.py @@ -167,7 +167,6 @@ def open_file(authority, cache, update, service_path, latest_version_check, *arg fs_wrapper.setwritefs(write_fs) - try: ...
cached get_local_file isn't updating on read
diff --git a/glue/pipeline.py b/glue/pipeline.py index <HASH>..<HASH> 100644 --- a/glue/pipeline.py +++ b/glue/pipeline.py @@ -441,17 +441,11 @@ class CondorJob: subfile.write( 'arguments = "' ) for c in self.__options.keys(): if self.__options[c]: - if ' ' in self.__options[c] and '$(ma...
Fix PR<I> partially revert <I>
diff --git a/lib/usersRepository.js b/lib/usersRepository.js index <HASH>..<HASH> 100644 --- a/lib/usersRepository.js +++ b/lib/usersRepository.js @@ -43,7 +43,7 @@ module.exports = (reporter, admin) => { }) } - reporter.documentStore.collection('users').beforeInsertListeners.add('users', async (doc...
fix not using req in the beforeInsertListeners that validates duplicated user this fix bug about can not insert duplicated user when doing full import-export and user is already on store and also on the export zip
diff --git a/tests/_support/Page/bill/Update.php b/tests/_support/Page/bill/Update.php index <HASH>..<HASH> 100644 --- a/tests/_support/Page/bill/Update.php +++ b/tests/_support/Page/bill/Update.php @@ -24,9 +24,9 @@ class Update extends Create $I = $this->tester; $I->click("//tr[@data-key=$billId]/...
bill update refinement (#<I>) * asserts module was denied * bill update refinement
diff --git a/src/prompts/questions.js b/src/prompts/questions.js index <HASH>..<HASH> 100644 --- a/src/prompts/questions.js +++ b/src/prompts/questions.js @@ -80,5 +80,5 @@ export async function promptForVcsHostDetails(hosts, visibility, decisions) { ], decisions); const host = hosts[answers[questionNames.REPO_HO...
feat(decisions): passed the decisions to the vcs-host scaffolder
diff --git a/spec/card_spec.rb b/spec/card_spec.rb index <HASH>..<HASH> 100644 --- a/spec/card_spec.rb +++ b/spec/card_spec.rb @@ -45,6 +45,16 @@ module Trello end end + context "updating" do + it "updating name does a put on the correct resource with the correct value" do + expected_new_na...
[METRIC_CHASING] About updating cards, updating name does a put on the correct resource with the correct value
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -614,17 +614,19 @@ function authenticate_user_login($username, $password) { } -function enrol_student($user, $course) { +function enrol_student($userid, $courseid) { /// Enrols a stude...
Don't enrol student if they are already enrolled.
diff --git a/lib/LineCol.php b/lib/LineCol.php index <HASH>..<HASH> 100644 --- a/lib/LineCol.php +++ b/lib/LineCol.php @@ -80,10 +80,11 @@ final class LineCol } throw new OutOfBoundsException(sprintf( - 'Position %s:%s is larger than text length %s', + 'Position %s:%s is larger...
Fix bug with line-at-offset
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,6 +2,8 @@ require 'rubygems' require 'test/unit' $:.unshift File.expand_path('../../lib', __FILE__) +ENV["TMUX"] = "true" + module FakeTmux attr_reader :tmux_commands
Travis does not use tmux unfortunately :(
diff --git a/splinter/driver/webdriver/cookie_manager.py b/splinter/driver/webdriver/cookie_manager.py index <HASH>..<HASH> 100644 --- a/splinter/driver/webdriver/cookie_manager.py +++ b/splinter/driver/webdriver/cookie_manager.py @@ -3,15 +3,10 @@ # Copyright 2012 splinter authors. All rights reserved. # Use of this...
Remove useless py2x version check (#<I>)
diff --git a/ptest/screencapturer.py b/ptest/screencapturer.py index <HASH>..<HASH> 100644 --- a/ptest/screencapturer.py +++ b/ptest/screencapturer.py @@ -290,11 +290,12 @@ def take_screenshots(): if system() == 'Darwin' and not pyobjc_installed: screenshot["error"] = "The package pyobjc is necessary for ...
Fix empty screenshot when failed to capture screenshot.
diff --git a/eli5/formatters/image.py b/eli5/formatters/image.py index <HASH>..<HASH> 100644 --- a/eli5/formatters/image.py +++ b/eli5/formatters/image.py @@ -46,6 +46,9 @@ def format_as_image(expl, image = expl.image heatmap = expl.heatmap + # We first 1. colorize 2. resize + # as opposed 1. resi...
Replace starred expression with manual indexing (py<I> build fix)
diff --git a/tinyrpc/protocols/jsonrpc.py b/tinyrpc/protocols/jsonrpc.py index <HASH>..<HASH> 100644 --- a/tinyrpc/protocols/jsonrpc.py +++ b/tinyrpc/protocols/jsonrpc.py @@ -139,7 +139,7 @@ class JSONRPCRequest(RPCRequest): jdata['params'] = self.args if self.kwargs: jdata['params'] ...
Support notifications, with <URL>
diff --git a/test/api-configuration.test.js b/test/api-configuration.test.js index <HASH>..<HASH> 100644 --- a/test/api-configuration.test.js +++ b/test/api-configuration.test.js @@ -134,9 +134,13 @@ function PATTERN_IndexDocumentsResponse(members) { IndexDocumentsResponse: { '@': { xmlns: '' }, Inde...
Fix expected patterns for IndexDocuments response
diff --git a/safe/gui/tools/minimum_needs/needs_manager_dialog.py b/safe/gui/tools/minimum_needs/needs_manager_dialog.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/minimum_needs/needs_manager_dialog.py +++ b/safe/gui/tools/minimum_needs/needs_manager_dialog.py @@ -702,10 +702,6 @@ class NeedsManagerDialog(QDialog...
remove useless code about IF function combobox in minimumneeds dialog
diff --git a/test/functional/test_dirty.rb b/test/functional/test_dirty.rb index <HASH>..<HASH> 100644 --- a/test/functional/test_dirty.rb +++ b/test/functional/test_dirty.rb @@ -99,6 +99,13 @@ class DirtyTest < Test::Unit::TestCase should "be false if no keys changed" do @document.new.changed?.should be_fa...
Added test: _changed? should not raise when key name is 'value'
diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index <HASH>..<HASH> 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -123,7 +123,7 @@ const ( EnableEquivalenceClassCache utilfeature.Feature = "EnableEquivalenceClassCache" // owner: @k82cn - // alpha: v1...
Upgrade TaintNodesByCondition to beta.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -335,10 +335,12 @@ function setFSEventsListener(path, realPath, callback, rawEmitter) { }; } -FSWatcher.prototype._watchWithFsEvents = function(watchPath, realPath) { +FSWatcher.prototype._watchWithFsEvents = function(wa...
Fix path resolution through symlinks gh-<I>
diff --git a/webapp/js/nextserver.js b/webapp/js/nextserver.js index <HASH>..<HASH> 100644 --- a/webapp/js/nextserver.js +++ b/webapp/js/nextserver.js @@ -112,8 +112,8 @@ function showPopup() { x = $(this).find("ul.subnav"); // var t = $(this).parents().filter("td.actions-col"); // x.css({ "left": + t.pos...
Add new parrent to showPopup function
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -174,7 +174,7 @@ Server.prototype._onHttpRequest = function (req, res) { } if (left === 0) swarm.complete += 1 else swarm.incomplete += 1 - swarm.peers[addr] = { + peer = swarm.peers[addr] = ...
don't assume peer var will exist
diff --git a/lib/lita/adapters/shell.rb b/lib/lita/adapters/shell.rb index <HASH>..<HASH> 100644 --- a/lib/lita/adapters/shell.rb +++ b/lib/lita/adapters/shell.rb @@ -3,6 +3,8 @@ module Lita module Adapters # An adapter that runs Lita in a UNIX shell. class Shell < Adapter + config :private_chat, defa...
Use new-style config for shell adapter.
diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php index <HASH>..<HASH> 100755 --- a/Eloquent/Builder.php +++ b/Eloquent/Builder.php @@ -1143,6 +1143,28 @@ class Builder } /** + * Add the given scopes to the current builder instance. + * + * @param array $scopes + * @return mixed + ...
Add method to implement multiple scopes with variable names
diff --git a/KrToolBaseClass.php b/KrToolBaseClass.php index <HASH>..<HASH> 100644 --- a/KrToolBaseClass.php +++ b/KrToolBaseClass.php @@ -8,11 +8,15 @@ class KrToolBaseClass { public function setSettings( $settings ) { foreach ( $this->settingsKeys as $key ) { - if ( !array_key_exists( $key, $settings ) ) { +...
Allow ToolBaseClass to have default settings
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ setup( long_description=open(join(here, 'README.rst')).read(), packages=find_packages(), test_suite='tests', - dependency_links=['https://github.com/trezor/python-mnemonic/archive/master.zip#eg...
Uses mnemonic>=<I> (improved UTF8 handling)
diff --git a/src/Phinx/Db/Adapter/MysqlAdapter.php b/src/Phinx/Db/Adapter/MysqlAdapter.php index <HASH>..<HASH> 100644 --- a/src/Phinx/Db/Adapter/MysqlAdapter.php +++ b/src/Phinx/Db/Adapter/MysqlAdapter.php @@ -350,8 +350,7 @@ class MysqlAdapter extends PdoAdapter implements AdapterInterface */ public functi...
refs #<I> comment, sprintf and fetAll as one line
diff --git a/src/providers/sh/util/alias.js b/src/providers/sh/util/alias.js index <HASH>..<HASH> 100755 --- a/src/providers/sh/util/alias.js +++ b/src/providers/sh/util/alias.js @@ -217,7 +217,7 @@ module.exports = class Alias extends Now { return bail(new Error(body.error.message)) } - // The t...
Fixed a few comment typos (#<I>)
diff --git a/config/environment.rb b/config/environment.rb index <HASH>..<HASH> 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -17,13 +17,11 @@ Radiant::Initializer.run do |config| # Only load the extensions named here, in the order given. By default all # extensions in vendor/extensions are lo...
a little more parity with the instance generator environment.rb
diff --git a/libnfldap.py b/libnfldap.py index <HASH>..<HASH> 100644 --- a/libnfldap.py +++ b/libnfldap.py @@ -221,6 +221,7 @@ COMMIT class LDAP(object): def __init__(self, url, bind_dn, bind_passwd): self.conn = ldap.initialize(url) + self.conn.start_tls_s() self.conn.simple_bind_s(bind_dn, bind_passwd) s...
Add STARTTLS to LDAP connection
diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based.py +++ b/openquake/calculators/event_based.py @@ -600,8 +600,11 @@ class EventBasedCalculator(ClassicalCalculator): # save individual curves ...
Added a warning for zero hazard curves Former-commit-id: fe<I>d<I>ef<I>c4b<I>b<I>defdcc<I>a<I>a
diff --git a/plugins/worker/web_client/JobStatus.js b/plugins/worker/web_client/JobStatus.js index <HASH>..<HASH> 100644 --- a/plugins/worker/web_client/JobStatus.js +++ b/plugins/worker/web_client/JobStatus.js @@ -28,7 +28,7 @@ JobStatus.registerStatus({ WORKER_CANCELING: { value: 824, text: 'Ca...
Change canceling icon to 'spinning orange'
diff --git a/src/Symfony/Component/Workflow/Workflow.php b/src/Symfony/Component/Workflow/Workflow.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Workflow/Workflow.php +++ b/src/Symfony/Component/Workflow/Workflow.php @@ -126,10 +126,10 @@ class Workflow $this->enter($subject, $transition, $mark...
[Workflow] Set the marking then announce enabled transition It allows to auto-apply some transition from a listener. The feature was asked here: <URL>
diff --git a/lib/hmr/client.js b/lib/hmr/client.js index <HASH>..<HASH> 100644 --- a/lib/hmr/client.js +++ b/lib/hmr/client.js @@ -7,20 +7,12 @@ var socket = socketIOClient(opts.root + opts.namespace, { path: opts.path }); -var hot = false; - var currentHash = ''; var reload = function() { - if (hot) { - ...
Removed auto reload from the client-side hmr
diff --git a/tornado/testing.py b/tornado/testing.py index <HASH>..<HASH> 100644 --- a/tornado/testing.py +++ b/tornado/testing.py @@ -417,10 +417,8 @@ class AsyncHTTPSTestCase(AsyncHTTPTestCase): Interface is generally the same as `AsyncHTTPTestCase`. """ def get_http_client(self): - # Some versi...
Remove a special case that avoided using curl in tests for HTTPS. This problem should have long since been fixed; any problematic configurations don't deserve to misleadingly pass the tests.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ setup( description='Modular Optimisation tools for soliving inverse problems.', long_description=release_info["__about__"], setup_requires=['pytest-runner', ], - tests_require=['pytest', 'pytes...
fixed pytest version for python <I> support
diff --git a/features/step_definitions/wait_steps.rb b/features/step_definitions/wait_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/wait_steps.rb +++ b/features/step_definitions/wait_steps.rb @@ -78,7 +78,8 @@ Then('the removing collection of sections disappears') do end Then('I can wait a va...
Ensure that when doing the negative wait we pass in the counter to be zeroed, and not just counter to be active£
diff --git a/utils/utils.go b/utils/utils.go index <HASH>..<HASH> 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -76,10 +76,12 @@ func RunUnderSystemdScope(pid int, slice, unitName string) error { return err } properties = append(properties, - systemdDbus.PropSlice(slice), newProp("PIDs", []uint32{uint3...
utils: check that the slice name is not null
diff --git a/master/buildbot/test/unit/test_mq_wamp.py b/master/buildbot/test/unit/test_mq_wamp.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_mq_wamp.py +++ b/master/buildbot/test/unit/test_mq_wamp.py @@ -13,6 +13,7 @@ # # Copyright Buildbot Team Members import os +import textwrap import moc...
fix WAMP warning formatting Previsously it was seen as: ``` [SKIPPED] define WAMP_ROUTER_URL to a wamp router to run this test e.g: WAMP_ROUTER_URL=ws://localhost:<I>/ws ```
diff --git a/lib/view.js b/lib/view.js index <HASH>..<HASH> 100755 --- a/lib/view.js +++ b/lib/view.js @@ -37,13 +37,23 @@ require("./request").call(View.prototype); * * @return {object} this Chainable */ -View.prototype.query = function (query, callback) { +View.prototype.query = function (query, postData, call...
Updating view module to allow POSTing to views - for sending keys=[]
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -379,7 +379,7 @@ gulp.task('docs-default', function (callback) { }); // Generates a new local build of the docs. -gulp.task('docs-local', ['docs-default'], shell.task('bundle exec jekyll build --config=_config....
Added missing docs-config-local dependency to docs-local
diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index <HASH>..<HASH> 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -333,7 +333,7 @@ gulp.task('clean-vscode-linux-arm', util.rimraf(path.join(path.dirname(root), 'V gulp.task('clean-vscode-linux-ia32-deb', util.rimraf('.build/li...
Enable optimze-vscode again for vscode-win<I>
diff --git a/cassandra/src/main/java/org/opennms/newts/persistence/cassandra/Aggregation.java b/cassandra/src/main/java/org/opennms/newts/persistence/cassandra/Aggregation.java index <HASH>..<HASH> 100644 --- a/cassandra/src/main/java/org/opennms/newts/persistence/cassandra/Aggregation.java +++ b/cassandra/src/main/jav...
collate by label, not source name
diff --git a/PluginBase/src/org/bimserver/database/queries/om/JsonQueryObjectModelConverter.java b/PluginBase/src/org/bimserver/database/queries/om/JsonQueryObjectModelConverter.java index <HASH>..<HASH> 100644 --- a/PluginBase/src/org/bimserver/database/queries/om/JsonQueryObjectModelConverter.java +++ b/PluginBase/sr...
Don't require includeAllSubTypes field
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('README.md') as f: with open('LICENSE') as f: license = f.read() -__version__ = '0.0.0.dev10' +__version__ = '1.0.0' setup( name='aperturelib',
Updated version to <I>
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -260,6 +260,12 @@ module Discordrb attr_reader :deaf alias_method :deafened?, :deaf + # @return [Time] when this member joined the server. + attr_reader :jo...
Create a reader for joined_at
diff --git a/lib/sorcery/version.rb b/lib/sorcery/version.rb index <HASH>..<HASH> 100644 --- a/lib/sorcery/version.rb +++ b/lib/sorcery/version.rb @@ -1,3 +1,3 @@ module Sorcery - VERSION = "0.10.14" + VERSION = "0.9.1" end
Fixes version (I was testing)
diff --git a/tests/system/Log/FileHandlerTest.php b/tests/system/Log/FileHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Log/FileHandlerTest.php +++ b/tests/system/Log/FileHandlerTest.php @@ -10,6 +10,7 @@ class FileHandlerTest extends \CIUnitTestCase protected function setUp(): void { + parent::s...
Fix FilerHandlerTest.php wierdness All tests would fail when this class was run by itself. setUp() method needed call the parent::setUp()
diff --git a/src/controllers/admin/AdminCrudController.php b/src/controllers/admin/AdminCrudController.php index <HASH>..<HASH> 100644 --- a/src/controllers/admin/AdminCrudController.php +++ b/src/controllers/admin/AdminCrudController.php @@ -101,6 +101,10 @@ abstract class AdminCrudController extends AdminAngelControl...
add_redirect and edit_redirect
diff --git a/assets/app/js/app.utils.js b/assets/app/js/app.utils.js index <HASH>..<HASH> 100755 --- a/assets/app/js/app.utils.js +++ b/assets/app/js/app.utils.js @@ -360,6 +360,10 @@ return App.Utils.renderer.default(v); }; + App.Utils.renderer.wysiwyg = function(v) { + v = App.Utils.stripTag...
added simple wysiwg renderer It strips tags and than truncates words instead of characters to preserve special chars like `&auml;`
diff --git a/rockAtlas/cl_utils.py b/rockAtlas/cl_utils.py index <HASH>..<HASH> 100644 --- a/rockAtlas/cl_utils.py +++ b/rockAtlas/cl_utils.py @@ -135,7 +135,8 @@ def main(arguments=None): from rockAtlas.phot import download data = download( log=log, - settings=settings + ...
dev_flag to downloader
diff --git a/src/Ubiquity/log/Logger.php b/src/Ubiquity/log/Logger.php index <HASH>..<HASH> 100644 --- a/src/Ubiquity/log/Logger.php +++ b/src/Ubiquity/log/Logger.php @@ -93,7 +93,7 @@ abstract class Logger { public static function close() { if (self::$test) { - self::$instance->close (); + self::$instance->...
fix recursive pb
diff --git a/web/concrete/src/Tree/TreeType.php b/web/concrete/src/Tree/TreeType.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Tree/TreeType.php +++ b/web/concrete/src/Tree/TreeType.php @@ -57,7 +57,7 @@ class TreeType extends Object $db = Database::connection(); $row = $db->GetRow('select * ...
Use LSB in TreeType Late static bindings allow us to instantiate the called class rather than the class that the constructor is defined in. Former-commit-id: <I>fd4e<I>bcf6dae3cca<I>ae9e<I>b<I>cf0 Former-commit-id: <I>f4cbd<I>afe8e7eabbe<I>b<I>e<I>b<I>eb2
diff --git a/spyder/app/mainwindow.py b/spyder/app/mainwindow.py index <HASH>..<HASH> 100644 --- a/spyder/app/mainwindow.py +++ b/spyder/app/mainwindow.py @@ -1208,13 +1208,18 @@ class MainWindow(QMainWindow): else: # Load last project if a project was active when Spyder # was close...
Main Window: Load previous session if Projects is disabled
diff --git a/public/app/features/playlist/playlist_routes.js b/public/app/features/playlist/playlist_routes.js index <HASH>..<HASH> 100644 --- a/public/app/features/playlist/playlist_routes.js +++ b/public/app/features/playlist/playlist_routes.js @@ -3,7 +3,7 @@ define([ 'app/core/config', 'lodash' ], -function ...
fix(playlist): fix broken build. unused vars
diff --git a/aiogram/types/user.py b/aiogram/types/user.py index <HASH>..<HASH> 100644 --- a/aiogram/types/user.py +++ b/aiogram/types/user.py @@ -69,7 +69,7 @@ class User(base.TelegramObject): as_html = True if name is None: - name = self.mention + name = self.full_name ...
Use User.full_name instead User.mention in User.get_mention() method.
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -251,7 +251,7 @@ function parseData(chunk, telnetObj, callback) { if (promptIndex === -1 && stringData.length !== 0) { if (search(stringData, telnetObj.pageSeparator) !== -1) { - telnetObj....
use Buffer.from instead of Buffer
diff --git a/test/tape/raw.js b/test/tape/raw.js index <HASH>..<HASH> 100644 --- a/test/tape/raw.js +++ b/test/tape/raw.js @@ -71,16 +71,6 @@ test('allows for options in raw queries, #605', function(t) { }) }) -test('undefined named bindings are ignored', function(t) { - - t.plan(2) - - t.equal(raw('select ...
Remove test "undefined named bindings are ignored" as they are no longer ignored.
diff --git a/tests/Gliph/Visitor/DepthFirstBasicVisitorTest.php b/tests/Gliph/Visitor/DepthFirstBasicVisitorTest.php index <HASH>..<HASH> 100644 --- a/tests/Gliph/Visitor/DepthFirstBasicVisitorTest.php +++ b/tests/Gliph/Visitor/DepthFirstBasicVisitorTest.php @@ -88,7 +88,7 @@ class DepthFirstBasicVisitorTest extends Si...
Let the DepthFirstVisitor test do find_sources() for coverage.
diff --git a/test/connection.js b/test/connection.js index <HASH>..<HASH> 100644 --- a/test/connection.js +++ b/test/connection.js @@ -15,11 +15,14 @@ describe('connection', function() { }); }); - it('should work in a worker', function(done){ - var worker = new Worker('/test/support/worker.js'); - work...
test: disable worker test via feature detection
diff --git a/storage.js b/storage.js index <HASH>..<HASH> 100644 --- a/storage.js +++ b/storage.js @@ -687,13 +687,15 @@ function updateMinRetrievableMciAfterStabilizingMci(conn, last_stable_mci, handl findLastBallMciOfMci(conn, last_stable_mci, function(last_ball_mci){ if (last_ball_mci <= min_retrievable_mci) //...
narrow mci interval for faster select
diff --git a/Swat/SwatWidgetCellRenderer.php b/Swat/SwatWidgetCellRenderer.php index <HASH>..<HASH> 100644 --- a/Swat/SwatWidgetCellRenderer.php +++ b/Swat/SwatWidgetCellRenderer.php @@ -312,7 +312,7 @@ class SwatWidgetCellRenderer extends SwatCellRenderer implements SwatUIParent, * * @return array an array of wi...
Don't return reference since it is not needed. svn commit r<I>
diff --git a/Condorcet.class.php b/Condorcet.class.php index <HASH>..<HASH> 100644 --- a/Condorcet.class.php +++ b/Condorcet.class.php @@ -207,13 +207,14 @@ class Condorcet /// - public function __construct ($algo = null) + public function __construct ($method = null) { $this->_method = self::$_class_method...
Bugfix about object method in constructor
diff --git a/integration-tests/spec/backgroundable_spec.rb b/integration-tests/spec/backgroundable_spec.rb index <HASH>..<HASH> 100644 --- a/integration-tests/spec/backgroundable_spec.rb +++ b/integration-tests/spec/backgroundable_spec.rb @@ -24,7 +24,7 @@ describe "backgroundable tests" do visit "/background" ...
More sleep to account for async runtime creation going slow, sometimes.
diff --git a/contrib/externs/jquery-1.12_and_2.2.js b/contrib/externs/jquery-1.12_and_2.2.js index <HASH>..<HASH> 100644 --- a/contrib/externs/jquery-1.12_and_2.2.js +++ b/contrib/externs/jquery-1.12_and_2.2.js @@ -1265,9 +1265,10 @@ jQuery.map = function(arg1, callback) {}; jQuery.prototype.map = function(callback) {...
Corrected the type signature of $.merge to indicate that its arguments are mandatory and its return value is never null/undefined ------------- Created by MOE: <URL>
diff --git a/examples/app.py b/examples/app.py index <HASH>..<HASH> 100644 --- a/examples/app.py +++ b/examples/app.py @@ -33,9 +33,9 @@ You should execute these commands in the examples-directory. $ pip install invenio-theme $ pip install invenio-assets - $ flask -a app.py bower - $ cd instance - $ bow...
examples: migration from bower to npm
diff --git a/src/main/java/br/com/digilabs/jqplot/chart/AbstractChart.java b/src/main/java/br/com/digilabs/jqplot/chart/AbstractChart.java index <HASH>..<HASH> 100644 --- a/src/main/java/br/com/digilabs/jqplot/chart/AbstractChart.java +++ b/src/main/java/br/com/digilabs/jqplot/chart/AbstractChart.java @@ -413,7 +413,7 ...
Change getter of rendererOptions to correct one.
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/classical.py +++ b/openquake/calculators/classical.py @@ -172,12 +172,9 @@ class PSHACalculator(base.HazardCalculator): num_tasks = 0 num_sources = 0 ...
Better logging [skip CI]
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -111,8 +111,9 @@ class Application extends \Pimple\Container ["exception" => $routeNotFound] ); + $response->setStatusCode(404) ...
set <I> status code and rethrow exception let the output component handle the display of that exception
diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb index <HASH>..<HASH> 100644 --- a/spec/dummy/config/application.rb +++ b/spec/dummy/config/application.rb @@ -40,7 +40,7 @@ module Dummy config.active_support.escape_html_entities_in_json = true # Enable the asset pipeline - ...
Disable dummy app asset pipeline MS-<I>
diff --git a/astrobase/checkplot.py b/astrobase/checkplot.py index <HASH>..<HASH> 100644 --- a/astrobase/checkplot.py +++ b/astrobase/checkplot.py @@ -1393,8 +1393,6 @@ def _pkl_finder_objectinfo(objectinfo, distance_upper_bound=match_xyzdist ) - import...
lcproc: add neighbor stuff to parallel_cp workers and driver
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 @@ -11016,7 +11016,9 @@ $api = $this->get_api_site_scope(); $uid = $this->get_anonymous_id(); - $result = $a...
[user-recovery] [minor] Added a helper var to store the API request path.
diff --git a/src/bosh-director/lib/bosh/director/disk_manager.rb b/src/bosh-director/lib/bosh/director/disk_manager.rb index <HASH>..<HASH> 100644 --- a/src/bosh-director/lib/bosh/director/disk_manager.rb +++ b/src/bosh-director/lib/bosh/director/disk_manager.rb @@ -117,8 +117,6 @@ module Bosh::Director end ...
Remove unneeded call to stop in unmount_disk action [#<I>](<URL>)
diff --git a/vstutils/static/js/common.js b/vstutils/static/js/common.js index <HASH>..<HASH> 100644 --- a/vstutils/static/js/common.js +++ b/vstutils/static/js/common.js @@ -1,7 +1,7 @@ function loadQUnitTests() { - $('body').append('<script src=\'' + window.pmStaticPath + 'js/tests/qUnitTest.js\'></script>'); ...
fix var name from pmStaticPath to guiStaticPath
diff --git a/src/bin.js b/src/bin.js index <HASH>..<HASH> 100755 --- a/src/bin.js +++ b/src/bin.js @@ -9,5 +9,5 @@ const cli = meow(` `); (async () => { - await process(await getConfig()); + await process(await getConfig(), cli.flags); })();
Pass CLI flags into config function.
diff --git a/vendor/plugins/typo_avatar_gravatar/lib/typo_avatar_gravatar.rb b/vendor/plugins/typo_avatar_gravatar/lib/typo_avatar_gravatar.rb index <HASH>..<HASH> 100644 --- a/vendor/plugins/typo_avatar_gravatar/lib/typo_avatar_gravatar.rb +++ b/vendor/plugins/typo_avatar_gravatar/lib/typo_avatar_gravatar.rb @@ -23,7 ...
Typo expects avatars to be <I> pixels by default
diff --git a/imbox/__init__.py b/imbox/__init__.py index <HASH>..<HASH> 100644 --- a/imbox/__init__.py +++ b/imbox/__init__.py @@ -13,6 +13,7 @@ class Imbox(object): def logout(self): + self.connection.close() self.connection.logout() def query_uids(self, **kwargs):
imbox: call close() before logout The imaplib documentation recommends calling close() before logout to ensure that 'deleted messages are removed from writable mailbox.'
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ EXTRA_REQUIREMENTS = { 'cli': ['click', 'requests'], 'html': ['lxml'], # apt: libxslt-dev libxml2-dev 'ods': ['lxml'], - 'parquet': ['parquet'], + 'parquet': ['parquet>=1...
Force parquet version to the new one Starting from version <I>, it supports Python 3.
diff --git a/src/View/Helper/MenuHelper.php b/src/View/Helper/MenuHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/MenuHelper.php +++ b/src/View/Helper/MenuHelper.php @@ -1,6 +1,7 @@ <?php namespace Menu\View\Helper; +use Cake\Core\Configure; use Cake\View\Helper; use Cake\View\View; @@ -14,6 +15,7 ...
add logic for calling getMenu method from all controllers or from a single one (ask #<I>)
diff --git a/lib/service_mock/server.rb b/lib/service_mock/server.rb index <HASH>..<HASH> 100644 --- a/lib/service_mock/server.rb +++ b/lib/service_mock/server.rb @@ -43,7 +43,7 @@ module ServiceMock class Server include CommandLineOptions - attr_accessor :inherit_io, :wait_for_process, :remote_host, :clas...
added flag for use_ssl