diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/tests/Probability/Distribution/Continuous/StudentTTest.php b/tests/Probability/Distribution/Continuous/StudentTTest.php index <HASH>..<HASH> 100644 --- a/tests/Probability/Distribution/Continuous/StudentTTest.php +++ b/tests/Probability/Distribution/Continuous/StudentTTest.php @@ -74,12 +74,16 @@ class Stu...
update mean of StudentT to NAN if v<1 was null
diff --git a/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java b/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java index <HASH>..<HASH> 100644 --- a/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java +++ b/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserRes...
Allow unicode characters in passwords.
diff --git a/app_generators/ruby_app/ruby_app_generator.rb b/app_generators/ruby_app/ruby_app_generator.rb index <HASH>..<HASH> 100644 --- a/app_generators/ruby_app/ruby_app_generator.rb +++ b/app_generators/ruby_app/ruby_app_generator.rb @@ -56,7 +56,7 @@ class RubyAppGenerator < RubiGen::Base opts.separator 'O...
fixed some ruby <I> breakages
diff --git a/app/utils/pouch-views.js b/app/utils/pouch-views.js index <HASH>..<HASH> 100644 --- a/app/utils/pouch-views.js +++ b/app/utils/pouch-views.js @@ -333,7 +333,8 @@ var designDocs = [{ patientListingKey + '}' ), - version: 2 + sort: patientListingSearch, + version: 3 }, { name: 'photo_by...
Added back patientListingSearch It was accidentally removed in the merge.
diff --git a/rw/plugins/mail_local.py b/rw/plugins/mail_local.py index <HASH>..<HASH> 100644 --- a/rw/plugins/mail_local.py +++ b/rw/plugins/mail_local.py @@ -73,7 +73,6 @@ class Handler(RequestHandler): html = unicode(mail_part.get_payload(decode=True), str(charset), "ignore") self.finish(htm...
Added function to return unread messages as json.
diff --git a/lib/KurentoClient.js b/lib/KurentoClient.js index <HASH>..<HASH> 100644 --- a/lib/KurentoClient.js +++ b/lib/KurentoClient.js @@ -177,6 +177,8 @@ function noop(error, result) { * Timeout while a response is being stored * @property {external:Number} [duplicates_timeout=20000] * Timeout to ign...
Forward WebSocket connection options to reconnect-ws when constructing KurentoClient instance.
diff --git a/src/com/googlecode/jmxtrans/util/JmxUtils.java b/src/com/googlecode/jmxtrans/util/JmxUtils.java index <HASH>..<HASH> 100644 --- a/src/com/googlecode/jmxtrans/util/JmxUtils.java +++ b/src/com/googlecode/jmxtrans/util/JmxUtils.java @@ -294,7 +294,7 @@ public class JmxUtils { private static void getResult(L...
Compare to interface not impl for CompositeData checking for CompositeDataSupport is more specific than it needs to be. (The next line casts the value to "CompositeData") - this change will allow certain Gc fields to be parsed properly that implement CompositeData but do not extend CompositeDataSupport
diff --git a/PhpAmqpLib/Connection/AMQPSSLConnection.php b/PhpAmqpLib/Connection/AMQPSSLConnection.php index <HASH>..<HASH> 100644 --- a/PhpAmqpLib/Connection/AMQPSSLConnection.php +++ b/PhpAmqpLib/Connection/AMQPSSLConnection.php @@ -40,6 +40,7 @@ class AMQPSSLConnection extends AMQPStreamConnection isset...
Return SSL protocol param in SSL connection
diff --git a/server/src/main/java/org/openqa/selenium/server/SeleniumServer.java b/server/src/main/java/org/openqa/selenium/server/SeleniumServer.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/openqa/selenium/server/SeleniumServer.java +++ b/server/src/main/java/org/openqa/selenium/server/SeleniumServe...
Show invalid user input with quotes so that it will be easier to see leading spaces r<I>
diff --git a/src/SAML2/AuthnRequestFactory.php b/src/SAML2/AuthnRequestFactory.php index <HASH>..<HASH> 100644 --- a/src/SAML2/AuthnRequestFactory.php +++ b/src/SAML2/AuthnRequestFactory.php @@ -38,7 +38,8 @@ class AuthnRequestFactory */ public static function createFromHttpRequest(Request $httpRequest) ...
Fix SAMLRequest parsing
diff --git a/heimdall/take_screenshot.py b/heimdall/take_screenshot.py index <HASH>..<HASH> 100644 --- a/heimdall/take_screenshot.py +++ b/heimdall/take_screenshot.py @@ -1,4 +1,4 @@ -from heimdall import screenshot +from heimdall.heimdall import screenshot if __name__ == '__main__':
update take_screenshot.py Update needed in order for heimdall to work with Python3
diff --git a/packages/components/bolt-carousel/__tests__/carousel.js b/packages/components/bolt-carousel/__tests__/carousel.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-carousel/__tests__/carousel.js +++ b/packages/components/bolt-carousel/__tests__/carousel.js @@ -19,7 +19,7 @@ const vrtDefaultConfig ...
fix: increase max timeout in Carousel component Jest tests to reduce errors thrown
diff --git a/spyder/utils/introspection/manager.py b/spyder/utils/introspection/manager.py index <HASH>..<HASH> 100644 --- a/spyder/utils/introspection/manager.py +++ b/spyder/utils/introspection/manager.py @@ -33,7 +33,7 @@ dependencies.add('rope', _("Editor's code completion, go-to-definition and he...
Introspection: Change Jedi required version to <I>
diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index <HASH>..<HASH> 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -1421,7 +1421,7 @@ class PyCdlib(object): if self.enhanced_vd is not None: self.enhanced_vd.root_directory_record().new_extent_loc = self.pvd.root_directory_record(...
Make sure to clear the proper _needs_reshuffle flag.
diff --git a/test/integration/test_buildtasks_api.py b/test/integration/test_buildtasks_api.py index <HASH>..<HASH> 100644 --- a/test/integration/test_buildtasks_api.py +++ b/test/integration/test_buildtasks_api.py @@ -1,8 +1,11 @@ __author__ = 'thauser' +import pytest + from test import testutils from pnc_cli impor...
xfail the buildtasks api tests for now.
diff --git a/src/app/panels/timepicker/module.js b/src/app/panels/timepicker/module.js index <HASH>..<HASH> 100644 --- a/src/app/panels/timepicker/module.js +++ b/src/app/panels/timepicker/module.js @@ -77,8 +77,8 @@ function (angular, app, _, moment, kbn) { $scope.temptime = cloneTime($scope.time); // ...
Fixes #<I>, custom datetime picker is one day off
diff --git a/src/Log.php b/src/Log.php index <HASH>..<HASH> 100644 --- a/src/Log.php +++ b/src/Log.php @@ -1,8 +1,6 @@ <?php namespace Phwoolcon; -use Exception; -use Phwoolcon\Exception\Http\NotFoundException; use Phalcon\Di; use Phalcon\Logger; use Phalcon\Logger\Adapter\File; @@ -27,7 +25,10 @@ class Log exte...
fix: php7 compatibility in log::exception()
diff --git a/conllu/models.py b/conllu/models.py index <HASH>..<HASH> 100644 --- a/conllu/models.py +++ b/conllu/models.py @@ -113,7 +113,7 @@ class TokenList(T.List[Token]): token = self._dict_to_token_and_set_defaults(token) super(TokenList, self).append(token) - def insert(self, i: int, token:...
Fix mypy error by making insert annotation more general.
diff --git a/fedmsg_meta_fedora_infrastructure/tests/pagure.py b/fedmsg_meta_fedora_infrastructure/tests/pagure.py index <HASH>..<HASH> 100644 --- a/fedmsg_meta_fedora_infrastructure/tests/pagure.py +++ b/fedmsg_meta_fedora_infrastructure/tests/pagure.py @@ -2092,7 +2092,7 @@ class TestIssueDrop(Base): } -clas...
Rename TestIssueCommentEditLegacy to TestIssueCommentEdit Since these tests are still actual and valid and thus not legacy
diff --git a/jsonrpc2/all_test.go b/jsonrpc2/all_test.go index <HASH>..<HASH> 100644 --- a/jsonrpc2/all_test.go +++ b/jsonrpc2/all_test.go @@ -270,7 +270,11 @@ func TestBadHTTP2Server(t *testing.T) { if err != nil { t.Fatalf("[%#q] Write(), err = %v", c, err) } - resp, err := http.ReadResponse(bufio.NewReade...
fix tests for go-<I>
diff --git a/yotta/test/test_versions.py b/yotta/test/test_versions.py index <HASH>..<HASH> 100644 --- a/yotta/test/test_versions.py +++ b/yotta/test/test_versions.py @@ -18,9 +18,9 @@ class VersionTestCase(unittest.TestCase): ['0.1.2-alpha', '0.1.2', '1.3.4'], ), '>=0.1.0,!=0.1.3-rc1,<0....
prerelease versions are (and should be) matched by >= version
diff --git a/codebird.js b/codebird.js index <HASH>..<HASH> 100644 --- a/codebird.js +++ b/codebird.js @@ -1219,7 +1219,7 @@ var Codebird = function () { var xml = null; if (typeof window === "object" && window - && typeof window.XMLHttpRequest === "function" + && ty...
Change window.XMLHttpRequest typeof check to look for not-undefined, instead of function. Now detects XHR on Safari properly.
diff --git a/Test/Integration/Collection/CollectHooksTest.php b/Test/Integration/Collection/CollectHooksTest.php index <HASH>..<HASH> 100644 --- a/Test/Integration/Collection/CollectHooksTest.php +++ b/Test/Integration/Collection/CollectHooksTest.php @@ -52,7 +52,7 @@ class CollectHooksTest extends CollectionTestBase {...
Updated for deprecated assertion usage.
diff --git a/zinnia/management/commands/wp2zinnia.py b/zinnia/management/commands/wp2zinnia.py index <HASH>..<HASH> 100644 --- a/zinnia/management/commands/wp2zinnia.py +++ b/zinnia/management/commands/wp2zinnia.py @@ -136,16 +136,20 @@ class Command(LabelCommand): while 42: user_text = "1...
can go back when migrating wp authors
diff --git a/pyradigm/base.py b/pyradigm/base.py index <HASH>..<HASH> 100644 --- a/pyradigm/base.py +++ b/pyradigm/base.py @@ -37,8 +37,9 @@ class BaseDataset(ABC): Parameters ----------- - target_type : type + target_type : type, callable Data type of the target for the c...
enforcing init expectations from child classes
diff --git a/panoramix/views.py b/panoramix/views.py index <HASH>..<HASH> 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -352,15 +352,16 @@ class Panoramix(BaseView): datasource, form_data=request.args) if request.args.get("json") == "true": + status = 200 ...
Fix debug mode calls get_json twice
diff --git a/src/Codeception/Util/FileSystem.php b/src/Codeception/Util/FileSystem.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Util/FileSystem.php +++ b/src/Codeception/Util/FileSystem.php @@ -44,13 +44,7 @@ class FileSystem } if (!is_dir($dir) || is_link($dir)) { - return unlin...
reverted back changes in filesystem cleanup
diff --git a/py3status/modules/systemd.py b/py3status/modules/systemd.py index <HASH>..<HASH> 100644 --- a/py3status/modules/systemd.py +++ b/py3status/modules/systemd.py @@ -14,6 +14,7 @@ Configuration parameters: 'inactive' the output is suppressed if the unit is inactive (default 'off') unit: ...
systemd: support user systemd units (#<I>)
diff --git a/runtime/src/main/java/com/tns/Runtime.java b/runtime/src/main/java/com/tns/Runtime.java index <HASH>..<HASH> 100644 --- a/runtime/src/main/java/com/tns/Runtime.java +++ b/runtime/src/main/java/com/tns/Runtime.java @@ -452,14 +452,16 @@ public class Runtime { throw new RuntimeException("Fail to...
Fix js debugger not attaching on app start
diff --git a/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java b/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java +++ b/src/test/java/me/at...
Override initalDelay in Test - Default value has been changed in the library which doesn't suit tests. Hence tests should override the value using the builder.
diff --git a/src/class-u.php b/src/class-u.php index <HASH>..<HASH> 100644 --- a/src/class-u.php +++ b/src/class-u.php @@ -49,7 +49,7 @@ interface U { const HAIR_SPACE = "\xe2\x80\x8a"; const ZERO_WIDTH_SPACE = "\xe2\x80\x8b"; const HYPHEN_MINUS = '-'; - const HYPHEN ...
Docs: reword comment to let it pass style checks
diff --git a/test/host/loader.js b/test/host/loader.js index <HASH>..<HASH> 100644 --- a/test/host/loader.js +++ b/test/host/loader.js @@ -171,6 +171,12 @@ }; }, + _setupInclude = function (configuration) { + context.include = function (source) { + _loadTest(config...
include helper (#<I>)
diff --git a/test/src/Provider/GithubTest.php b/test/src/Provider/GithubTest.php index <HASH>..<HASH> 100644 --- a/test/src/Provider/GithubTest.php +++ b/test/src/Provider/GithubTest.php @@ -66,12 +66,11 @@ class GithubTest extends ConcreteProviderTest */ public function testGetAccessTokenWithInvalidJson() ...
Fix test for <I> branch
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -1288,17 +1288,19 @@ class BaseHighState(object): 'as a list'.format(sls)) errors.append(err) else: - for...
Add glob mathing to include statements
diff --git a/routing/heap_test.go b/routing/heap_test.go index <HASH>..<HASH> 100644 --- a/routing/heap_test.go +++ b/routing/heap_test.go @@ -26,7 +26,7 @@ func TestHeapOrdering(t *testing.T) { sortedEntries := make([]nodeWithDist, 0, numEntries) for i := 0; i < numEntries; i++ { entry := nodeWithDist{ - dist...
routing: correct recent type change in heap_test.go
diff --git a/js/tests/client/client.js b/js/tests/client/client.js index <HASH>..<HASH> 100644 --- a/js/tests/client/client.js +++ b/js/tests/client/client.js @@ -10,7 +10,7 @@ var http = require( 'http' ), // git log --max-count=1 --pretty=format:"%H"" // git rev-parse HEAD - config = require( './config.js' ), + c...
Support passing in the config path to the client Change-Id: Ia9b<I>b6c<I>e0be3ee<I>e5f<I>ce<I>d<I>
diff --git a/tests/heroku/test_plugin.py b/tests/heroku/test_plugin.py index <HASH>..<HASH> 100644 --- a/tests/heroku/test_plugin.py +++ b/tests/heroku/test_plugin.py @@ -1,12 +1,13 @@ from __future__ import absolute_import -from mock import patch +from mock import Mock, patch from django.utils import timezone ...
add test to heroku plugin to make sure version is validated (#<I>)
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,6 +3,10 @@ $LOAD_PATH << File.expand_path('../../spec/helpers', __FILE__) require 'buildpack/packager' require 'file_system_helpers' +unless system("which tree") + raise "Ple...
Check for existence of `tree` before running suite.
diff --git a/raygun_django_middleware/__init__.py b/raygun_django_middleware/__init__.py index <HASH>..<HASH> 100644 --- a/raygun_django_middleware/__init__.py +++ b/raygun_django_middleware/__init__.py @@ -58,7 +58,8 @@ class RaygunMiddleware(object): 'httpMethod': request.method, 'ipAddress'...
don't access request.POST in middleware
diff --git a/clkhash/rest_client.py b/clkhash/rest_client.py index <HASH>..<HASH> 100644 --- a/clkhash/rest_client.py +++ b/clkhash/rest_client.py @@ -87,10 +87,14 @@ def run_get_status(server, project, run, apikey): def run_get_result_text(server, project, run, apikey): - return requests.get( + response = r...
Treat the results endpoint the same and raise an exception on != <I> status
diff --git a/lib/active_admin/helpers/collection.rb b/lib/active_admin/helpers/collection.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin/helpers/collection.rb +++ b/lib/active_admin/helpers/collection.rb @@ -5,6 +5,7 @@ module ActiveAdmin # 2. correctly handles the Hash returned when `group by` is used ...
Use collection length instead of running COUNTs for limited collections (#<I>)
diff --git a/demo/runner.js b/demo/runner.js index <HASH>..<HASH> 100644 --- a/demo/runner.js +++ b/demo/runner.js @@ -8,7 +8,7 @@ var files = fs.readdirSync( './entry/' ); files.forEach( function ( file ) { var codeStr = fs.readFileSync( './entry/' + file ).toString(); - var formattedCode = esformatter.format( ...
Reformat within demo to ensure equal results
diff --git a/test/integration/percolator_test.rb b/test/integration/percolator_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/percolator_test.rb +++ b/test/integration/percolator_test.rb @@ -106,6 +106,6 @@ module Tire Configuration.client.get("#{Configuration.url}/_percolator/percolator-test/weather...
[TEST] Do not run percolator tests on TravisCI Related: karmi/tire@<I>ad5
diff --git a/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java b/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java +++ b/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBu...
Add non-parameter getter for default guess types back in to not break API.
diff --git a/tests/OutputTest.php b/tests/OutputTest.php index <HASH>..<HASH> 100644 --- a/tests/OutputTest.php +++ b/tests/OutputTest.php @@ -148,10 +148,18 @@ class OutputTest extends TestCase } - public function testSetDecorated(): void + public function testSetDecorated1(): void { - $this...
Use correct data types for the setDecorated() tests
diff --git a/src/Datasource/InvalidPropertyInterface.php b/src/Datasource/InvalidPropertyInterface.php index <HASH>..<HASH> 100644 --- a/src/Datasource/InvalidPropertyInterface.php +++ b/src/Datasource/InvalidPropertyInterface.php @@ -36,7 +36,7 @@ interface InvalidPropertyInterface * This value could not be patc...
Fix up assoc return docblocks.
diff --git a/pyquil/api/qvm.py b/pyquil/api/qvm.py index <HASH>..<HASH> 100644 --- a/pyquil/api/qvm.py +++ b/pyquil/api/qvm.py @@ -319,9 +319,16 @@ programs run on this QVM. sample. The expectations returned from *different* ``expectation`` calls *will then generally be different*. + ...
Improve expectation docs (#<I>) See #<I>
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,4 @@ +import os import sys import warnings from pathlib import Path @@ -14,6 +15,7 @@ with warnings.catch_warnings(): warnings.filterwarnings('ignore', category=FutureWarning) import scanpy...
Only make broken links cause a doc build failure when on readthedocs Errors cause cache invalidation, making sphinx very slow on repeated builds. We want the docs to fail building on rtd (to see errors) but locally warnings are sufficient.
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -201,7 +201,7 @@ function renderToString(vnode, context, opts, inner, isSvgMode, selectValue) { } s = `<${nodeName}${s}>`; - if (String(nodeName).match(/[\s\n\\/='"\0<>]/)) throw s; + if (String(nodeName)...
Always throw errors, not strings (#<I>)
diff --git a/lib/did_you_mean/word_collection.rb b/lib/did_you_mean/word_collection.rb index <HASH>..<HASH> 100644 --- a/lib/did_you_mean/word_collection.rb +++ b/lib/did_you_mean/word_collection.rb @@ -13,18 +13,12 @@ module DidYouMean def similar_to(target_word) target_word = target_word.to_s.downcase -...
Inline private WordCollection#threshold method
diff --git a/src/extensions/ignite.js b/src/extensions/ignite.js index <HASH>..<HASH> 100644 --- a/src/extensions/ignite.js +++ b/src/extensions/ignite.js @@ -2,6 +2,7 @@ // of the functions defined here are available as functions on that. // bring in each of the constituents +const shell = require('shelljs') cons...
Fixed failure when missing yarn (#<I>) This fixes #<I>
diff --git a/lib/stars/favstar.rb b/lib/stars/favstar.rb index <HASH>..<HASH> 100644 --- a/lib/stars/favstar.rb +++ b/lib/stars/favstar.rb @@ -16,7 +16,7 @@ module Stars def show(url) # hardcode 17 to strip favstar domain for now html = self.class.get(url[17..200], :format => :html) - Nokogiri::...
THE KYLE NEATH HOTFIX
diff --git a/neo4j/v1/__init__.py b/neo4j/v1/__init__.py index <HASH>..<HASH> 100644 --- a/neo4j/v1/__init__.py +++ b/neo4j/v1/__init__.py @@ -17,3 +17,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations u...
Readded exports to neo4j.v1 package
diff --git a/examples/echoes_bot.rb b/examples/echoes_bot.rb index <HASH>..<HASH> 100755 --- a/examples/echoes_bot.rb +++ b/examples/echoes_bot.rb @@ -4,6 +4,7 @@ # # require the dsl lib to include all the methods you see below. # +require 'rubygems' require 'chatterbot/dsl' puts "Loading echoes_bot.rb"
added call to rubygems for completeness
diff --git a/sippr.py b/sippr.py index <HASH>..<HASH> 100755 --- a/sippr.py +++ b/sippr.py @@ -132,6 +132,7 @@ class Sipprverse(object): self.serotype = args.serotype self.sixteens = args.sixteens self.virulence = args.virulence + self.averagedepth = args.averagedepth try: ...
Reducing the average depth mapping depth defaults
diff --git a/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/HTTPServerConnector.java b/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/HTTPServerConnector.java index <HASH>..<HASH> 100644 --- a/http/org.wso2.car...
Modified code base for new carbon-messaging <I>
diff --git a/src/Utils/TokenUtils.php b/src/Utils/TokenUtils.php index <HASH>..<HASH> 100644 --- a/src/Utils/TokenUtils.php +++ b/src/Utils/TokenUtils.php @@ -266,8 +266,10 @@ class TokenUtils { // src offsets used to set mw:TemplateParams if ( $offset === null ) { $a->srcOffsets = null; - ...
Fix a phan warning in TokenUtils.php Phan doesn't propagate the result of the test back to the value of the property, which is <URL>
diff --git a/packages/upload/src/UploadProgressBar.js b/packages/upload/src/UploadProgressBar.js index <HASH>..<HASH> 100644 --- a/packages/upload/src/UploadProgressBar.js +++ b/packages/upload/src/UploadProgressBar.js @@ -55,7 +55,7 @@ class UploadProgressBar extends Component { event.preventDefault(); uploa...
feat(upload): return upload onPasswordSubmit callback
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -188,10 +188,6 @@ var request = function request(method, path, query, options, callback){ } }); - if (options.timeout) { - req.setTimeout(options.timeout); - } - req.on...
fix(#request): Remove setTimeout option It does not work in browsers, and is not important, yet.
diff --git a/bot/index.js b/bot/index.js index <HASH>..<HASH> 100644 --- a/bot/index.js +++ b/bot/index.js @@ -145,10 +145,10 @@ module.exports = (app) => { const log = makeLogFn(repository, pullNumber) - if (context.payload.repository.private) { - log('Repository is private, skipping landr build') - ...
Enable private repo builds for landrbot Change-type: minor
diff --git a/admin/resource.go b/admin/resource.go index <HASH>..<HASH> 100644 --- a/admin/resource.go +++ b/admin/resource.go @@ -138,6 +138,9 @@ MetaIncluded: func (res *Resource) IndexAttrs(columns ...string) []string { if len(columns) > 0 { res.indexAttrs = columns + if len(res.searchAttrs) == 0 { + res.Se...
Set search attrs if doesn't exist
diff --git a/schedule/__init__.py b/schedule/__init__.py index <HASH>..<HASH> 100644 --- a/schedule/__init__.py +++ b/schedule/__init__.py @@ -134,11 +134,14 @@ class Job(object): timestats = '(last run: %s, next run: %s)' % ( format_time(self.last_run), format_time(self.next_run)) - ...
Add fallback for when job_func has no name
diff --git a/lib/active_mocker/rspec_helper.rb b/lib/active_mocker/rspec_helper.rb index <HASH>..<HASH> 100644 --- a/lib/active_mocker/rspec_helper.rb +++ b/lib/active_mocker/rspec_helper.rb @@ -1,3 +1,5 @@ +require 'active_mocker/loaded_mocks' + RSpec.configure do |config| def mock_class(class_name)
Require loaded_mocks If no mocks are required the constant lookup fails.
diff --git a/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js b/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js +++ b/app/assets/javascripts/govuk_publishi...
Added tracking for the header menu toggle There is already tracking in place to see how users use the search toggle - this adds tracking for the menu toggle. Since the functionality for the toggling of the menu comes from GOV.UK Frontend, this needed to be a separate event listener added to specifically send events t...
diff --git a/DeviceDetector.php b/DeviceDetector.php index <HASH>..<HASH> 100644 --- a/DeviceDetector.php +++ b/DeviceDetector.php @@ -47,7 +47,7 @@ class DeviceDetector /** * Current version number of DeviceDetector */ - const VERSION = '3.1.1'; + const VERSION = '3.3.0'; /** * Hold...
next version will be <I>
diff --git a/ImageHandler.php b/ImageHandler.php index <HASH>..<HASH> 100755 --- a/ImageHandler.php +++ b/ImageHandler.php @@ -28,7 +28,7 @@ class ImageHandler extends Image { $callback = $this->fileCallback; - if (null !== $callback) + if (null === $callback) return $filename...
[ImageHandler] Problem with callback (fixes #7]
diff --git a/config/set/early-return.php b/config/set/early-return.php index <HASH>..<HASH> 100644 --- a/config/set/early-return.php +++ b/config/set/early-return.php @@ -3,6 +3,7 @@ declare(strict_types=1); use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector; +use Rector\EarlyReturn\...
[EarlyReturn] Register ReturnAfterToEarlyOnBreakRector to early-return config set (#<I>)
diff --git a/odl/space/cartesian.py b/odl/space/cartesian.py index <HASH>..<HASH> 100644 --- a/odl/space/cartesian.py +++ b/odl/space/cartesian.py @@ -690,9 +690,9 @@ class Ntuples(NtuplesBase): True """ if out is None: - return self.data.__getitem__(slice(start, st...
Simplified asarray implementation in NTuples
diff --git a/src/Illuminate/Http/Resources/Json/JsonResource.php b/src/Illuminate/Http/Resources/Json/JsonResource.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Resources/Json/JsonResource.php +++ b/src/Illuminate/Http/Resources/Json/JsonResource.php @@ -113,7 +113,7 @@ class JsonResource implements ArrayAc...
Apply fixes from StyleCI (#<I>)
diff --git a/domains.go b/domains.go index <HASH>..<HASH> 100644 --- a/domains.go +++ b/domains.go @@ -3,6 +3,7 @@ package mailgun import ( "github.com/mbanzon/simplehttp" "strconv" + "time" ) type Domain struct { @@ -32,6 +33,11 @@ type singleDomainEnvelope struct { SendingDNSRecords []DNSRecord `json:"se...
Added timestamp parsing to domain struct.
diff --git a/wikipediaapi/wikipedia.py b/wikipediaapi/wikipedia.py index <HASH>..<HASH> 100644 --- a/wikipediaapi/wikipedia.py +++ b/wikipediaapi/wikipedia.py @@ -94,7 +94,10 @@ class Wikipedia(object): self.language = language.strip().lower() self.extract_format = extract_format self.__heade...
updated a line for pep8 standard
diff --git a/lib/sharp.js b/lib/sharp.js index <HASH>..<HASH> 100644 --- a/lib/sharp.js +++ b/lib/sharp.js @@ -135,12 +135,12 @@ module.exports = function(file, config, options, cb) { image.toFormat(toFormat); } catch (err) { - return cb(new gutil.PluginError(PLUGIN_NAME, err)); + return cb(new ...
show error stack if error is from sharp
diff --git a/tests/TestCase/Model/Behavior/TrashBehaviorTest.php b/tests/TestCase/Model/Behavior/TrashBehaviorTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Model/Behavior/TrashBehaviorTest.php +++ b/tests/TestCase/Model/Behavior/TrashBehaviorTest.php @@ -164,6 +164,33 @@ class TrashBehaviorTest extends Test...
Added test for aborting delete due to a beforeSave listener
diff --git a/shap/plots/force.py b/shap/plots/force.py index <HASH>..<HASH> 100644 --- a/shap/plots/force.py +++ b/shap/plots/force.py @@ -12,6 +12,7 @@ import base64 import numpy as np import scipy.cluster import collections +import warnings from ..common import convert_to_link, Instance, Model, Data, DenseData, L...
import warnings to comply with jupyter notebooks
diff --git a/tests/e2e/kubetest2-kops/deployer/up.go b/tests/e2e/kubetest2-kops/deployer/up.go index <HASH>..<HASH> 100644 --- a/tests/e2e/kubetest2-kops/deployer/up.go +++ b/tests/e2e/kubetest2-kops/deployer/up.go @@ -131,7 +131,8 @@ func (d *deployer) createCluster(zones []string, adminAccess string) error { if d....
gce: don't try to specify a pre-existing network We now automatically create a network if an existing one is not specified.
diff --git a/src/Gordalina/Easypay/Response/FetchAllPayments.php b/src/Gordalina/Easypay/Response/FetchAllPayments.php index <HASH>..<HASH> 100644 --- a/src/Gordalina/Easypay/Response/FetchAllPayments.php +++ b/src/Gordalina/Easypay/Response/FetchAllPayments.php @@ -43,15 +43,18 @@ class FetchAllPayments extends Abstra...
Fix issue with PHP <I>
diff --git a/package-testing/lib/helper.rb b/package-testing/lib/helper.rb index <HASH>..<HASH> 100644 --- a/package-testing/lib/helper.rb +++ b/package-testing/lib/helper.rb @@ -1 +1 @@ -$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) +$LOAD_PATH << File.expand_path(__dir__)
(MAINT) Resolve rubocop Style/Dir
diff --git a/python/pcs_api/_version.py b/python/pcs_api/_version.py index <HASH>..<HASH> 100644 --- a/python/pcs_api/_version.py +++ b/python/pcs_api/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.2' +__version__ = '1.1-SNAPSHOT'
prepare python version <I>-SNAPSHOT for next development
diff --git a/helpers/class.Date.php b/helpers/class.Date.php index <HASH>..<HASH> 100644 --- a/helpers/class.Date.php +++ b/helpers/class.Date.php @@ -174,10 +174,13 @@ class tao_helpers_Date */ static function getTimeStamp($microtime, $microseconds = false) { - list ($usec, $sec) = explode(" ", ...
Improved method for get timestamp of date with microseconds
diff --git a/addon/mixins/select-picker.js b/addon/mixins/select-picker.js index <HASH>..<HASH> 100644 --- a/addon/mixins/select-picker.js +++ b/addon/mixins/select-picker.js @@ -112,14 +112,14 @@ export default Ember.Mixin.create({ // value of the multiple property. Ember.Select maintains the value // pr...
Test for empty path values and use whole object rather than usig Ember.get with an empty string (which is no longer supported)
diff --git a/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php b/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php index <HASH>..<HASH> 100644 --- a/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php +++ b/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php @@ -5...
surcharge tax fix (#<I>)
diff --git a/src/Dami/Migration/MigrationFiles.php b/src/Dami/Migration/MigrationFiles.php index <HASH>..<HASH> 100644 --- a/src/Dami/Migration/MigrationFiles.php +++ b/src/Dami/Migration/MigrationFiles.php @@ -30,7 +30,7 @@ class MigrationFiles public function get($version = null) { $currentVersion ...
Checking if version of migration exists - better version :angry:
diff --git a/lib/custom/src/MShop/Customer/Manager/Typo3.php b/lib/custom/src/MShop/Customer/Manager/Typo3.php index <HASH>..<HASH> 100644 --- a/lib/custom/src/MShop/Customer/Manager/Typo3.php +++ b/lib/custom/src/MShop/Customer/Manager/Typo3.php @@ -476,11 +476,11 @@ class MShop_Customer_Manager_Typo3 $item->setI...
Fix for releasing db connections properly
diff --git a/src/Plugins/MediaEmbed/Parser.php b/src/Plugins/MediaEmbed/Parser.php index <HASH>..<HASH> 100644 --- a/src/Plugins/MediaEmbed/Parser.php +++ b/src/Plugins/MediaEmbed/Parser.php @@ -7,10 +7,10 @@ */ namespace s9e\TextFormatter\Plugins\MediaEmbed; -use s9e\TextFormatter\Utils\Http; use s9e\TextFormatte...
MediaEmbed: reordered use statements [ci skip]
diff --git a/lib/bcsec.rb b/lib/bcsec.rb index <HASH>..<HASH> 100644 --- a/lib/bcsec.rb +++ b/lib/bcsec.rb @@ -7,6 +7,7 @@ module Bcsec autoload :Group, 'bcsec/group' autoload :GroupMemberships, 'bcsec/group_membership' autoload :GroupMembership, 'bcsec/group_membership' + autoload :Netid, ...
Expose the full LDAP record for LDAP-retrieved users. Closes #<I>.
diff --git a/lib/xcode/configurations/targeted_device_family_property.rb b/lib/xcode/configurations/targeted_device_family_property.rb index <HASH>..<HASH> 100644 --- a/lib/xcode/configurations/targeted_device_family_property.rb +++ b/lib/xcode/configurations/targeted_device_family_property.rb @@ -7,14 +7,14 @@ module ...
Fixed documentation for TargetedDeviceFamily
diff --git a/etc/webpack.common.js b/etc/webpack.common.js index <HASH>..<HASH> 100755 --- a/etc/webpack.common.js +++ b/etc/webpack.common.js @@ -275,12 +275,7 @@ var config = { 'NODE_ENV': JSON.stringify(ENV), 'HMR': false } - }), - /** - * Plugin: NotifierPlugin - * See: https:...
fix(#<I>): workaround for windows notification error
diff --git a/cmd/shfmt/main.go b/cmd/shfmt/main.go index <HASH>..<HASH> 100644 --- a/cmd/shfmt/main.go +++ b/cmd/shfmt/main.go @@ -48,13 +48,9 @@ var ( copyBuf = make([]byte, 32*1024) - in io.Reader = os.Stdin - out io.Writer = os.Stdout - - color bool - ansiFgRed = "\u001b[31m" - ansiFgGreen = "\u001b[3...
all: remove a few lines of unused code Mostly my doing in the past week or so.
diff --git a/umap/tests/test_umap_metrics.py b/umap/tests/test_umap_metrics.py index <HASH>..<HASH> 100644 --- a/umap/tests/test_umap_metrics.py +++ b/umap/tests/test_umap_metrics.py @@ -340,7 +340,7 @@ def test_seuclidean(spatial_data): ) def test_weighted_minkowski(spatial_data): v = np.abs(np.random.randn(spa...
Fixes for weighted minkowski (per changes in SciPy); Scipy changed the name...
diff --git a/axes/handlers/database.py b/axes/handlers/database.py index <HASH>..<HASH> 100644 --- a/axes/handlers/database.py +++ b/axes/handlers/database.py @@ -125,6 +125,7 @@ class AxesDatabaseHandler(AbstractAxesHandler, AxesBaseHandler): username=username, ip_address=request.axes...
Initiallize failures since start correctly
diff --git a/src/services/Routes.php b/src/services/Routes.php index <HASH>..<HASH> 100644 --- a/src/services/Routes.php +++ b/src/services/Routes.php @@ -435,8 +435,9 @@ class Routes extends Component // Iterate through the elements and grab their URLs foreach ($elements as $element) { - ...
Return the URI rather than the URL
diff --git a/core-bundle/src/Resources/contao/library/Contao/Template.php b/core-bundle/src/Resources/contao/library/Contao/Template.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/Template.php +++ b/core-bundle/src/Resources/contao/library/Contao/Template.php @@ -337,7 +337,7 @@ a...
[Core] Add the cookie path to the debug console (see #<I>)
diff --git a/process/context/launch.go b/process/context/launch.go index <HASH>..<HASH> 100644 --- a/process/context/launch.go +++ b/process/context/launch.go @@ -59,7 +59,7 @@ type ProcLaunchCommand struct { // Run implements cmd.Command. func (c *ProcLaunchCommand) Run(ctx *cmd.Context) error { - logger.Tracef("r...
Do not hard-code the command name in the log message.
diff --git a/pyt/cfg.py b/pyt/cfg.py index <HASH>..<HASH> 100644 --- a/pyt/cfg.py +++ b/pyt/cfg.py @@ -334,7 +334,7 @@ class CFG(ast.NodeVisitor): Args: function_node: is the node to create a CFG of """ - print(function_node.name) + self.module_definitions_stack.append(Modul...
Add stack when creating funciton as a cfg
diff --git a/demo/views.py b/demo/views.py index <HASH>..<HASH> 100755 --- a/demo/views.py +++ b/demo/views.py @@ -138,3 +138,8 @@ def flot_demo(request): 'bar_chart': bar_chart, 'point_chart': point_chart} return render(request, 'demo/flot.html', context) + + +def mongodb_source_de...
added basic demo_mongodb_source view
diff --git a/paved/django.py b/paved/django.py index <HASH>..<HASH> 100644 --- a/paved/django.py +++ b/paved/django.py @@ -24,7 +24,7 @@ util.update( ) ) -__all__ = ['manage', 'call_manage', 'test', 'syncdb', 'shell', 'start'] +__all__ = ['manage', 'call_manage', 'djtest', 'syncdb', 'shell', 'start'] ...
Fixed name of djtest in __all__
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -567,7 +567,7 @@ gulp.task('test.all.dart', shell.task(['./scripts/ci/test_dart.sh'])); function getBrowsersFromCLI() { var isSauce = false; var args = minimist(process.argv.slice(2)); - var rawInput = args...
style(gulp): make code more readable
diff --git a/lib/RateLimiter.js b/lib/RateLimiter.js index <HASH>..<HASH> 100644 --- a/lib/RateLimiter.js +++ b/lib/RateLimiter.js @@ -20,10 +20,8 @@ class RateLimiter { consume(key, rate = 1) { return new Promise((resolve, reject) => { const rlKey = RateLimiter.getKey(key); - const tempKey = `tmp${...
Improved: use set command with NX flag
diff --git a/setuptools/version.py b/setuptools/version.py index <HASH>..<HASH> 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '19.5' +__version__ = '19.6'
Bumped to <I> in preparation for next release.
diff --git a/opbeat/utils/deprecation.py b/opbeat/utils/deprecation.py index <HASH>..<HASH> 100644 --- a/opbeat/utils/deprecation.py +++ b/opbeat/utils/deprecation.py @@ -11,9 +11,9 @@ def deprecated(alternative=None): def real_decorator(func): @functools.wraps(func) def new_func(*args, **kwargs)...
Fix deprecation decorator not working on <I>.