diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/ORM/TransactionMiddleware.php b/src/ORM/TransactionMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/ORM/TransactionMiddleware.php
+++ b/src/ORM/TransactionMiddleware.php
@@ -31,6 +31,7 @@ class TransactionMiddleware implements Middleware
* @param callable $next
* @return mixed
* @... | Readd Exception to throws for PHP 5.x |
diff --git a/tests/screenshot.py b/tests/screenshot.py
index <HASH>..<HASH> 100644
--- a/tests/screenshot.py
+++ b/tests/screenshot.py
@@ -1,15 +1,18 @@
# -*- coding: utf-8 -*-
-# Copyright 2013 splinter authors. All rights reserved.
+# Copyright 2014 splinter authors. All rights reserved.
# Use of this source code... | tests: improved screenshot test to get tempdir using tempfile module. |
diff --git a/spyderlib/widgets/codeeditor/syntaxhighlighters.py b/spyderlib/widgets/codeeditor/syntaxhighlighters.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/codeeditor/syntaxhighlighters.py
+++ b/spyderlib/widgets/codeeditor/syntaxhighlighters.py
@@ -423,7 +423,8 @@ C_TYPES = 'bool char double enum float in... | (Fixes Issue <I>) Code editor syntax highlighting: added more keywords to Cython syntax highlighter (cpdef, inline, cimport and DEF) |
diff --git a/lib/output-engine/dom/container.js b/lib/output-engine/dom/container.js
index <HASH>..<HASH> 100644
--- a/lib/output-engine/dom/container.js
+++ b/lib/output-engine/dom/container.js
@@ -180,7 +180,7 @@ var proto = {
return this;
},
removeChild: function(child) {
- if (typeof child === 'number') {
+... | Container : .removeChild : check if is not object in place of is number |
diff --git a/src/Api/Invoices.php b/src/Api/Invoices.php
index <HASH>..<HASH> 100644
--- a/src/Api/Invoices.php
+++ b/src/Api/Invoices.php
@@ -66,14 +66,17 @@ class Invoices extends Api
*
* @param string $customerId
* @param string $subscriptionId
+ * @param array $parameters
* @return... | chore: Add extra argument to the upcomingInvoice method. |
diff --git a/src/DefaultNode.php b/src/DefaultNode.php
index <HASH>..<HASH> 100644
--- a/src/DefaultNode.php
+++ b/src/DefaultNode.php
@@ -7,6 +7,7 @@ use NoTee\Exceptions\PathOutdatedException;
class DefaultNode implements Fertile, Node
{
+ public static $validateAttributes = true;
public static $validateA... | added switch for attribute check for performance comparison reasons |
diff --git a/ui/app/models/node.js b/ui/app/models/node.js
index <HASH>..<HASH> 100644
--- a/ui/app/models/node.js
+++ b/ui/app/models/node.js
@@ -91,6 +91,21 @@ export default Model.extend({
}
}),
+ compositeStatusIcon: computed('isDraining', 'isEligible', 'status', function() {
+ // ineligible = exclama... | Assign icons to node statuses |
diff --git a/ghost/admin/mirage/fixtures/configs.js b/ghost/admin/mirage/fixtures/configs.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/mirage/fixtures/configs.js
+++ b/ghost/admin/mirage/fixtures/configs.js
@@ -1,7 +1,7 @@
export default [{
clientExtensions: {},
database: 'mysql',
- enableDeveloperExp... | Default developer experiments to "off" in tests
no issue
- we should be testing production functionality by default, if tests need to test functionality behind the developer experiments flag they should explicitly enable it |
diff --git a/test/test-api.js b/test/test-api.js
index <HASH>..<HASH> 100644
--- a/test/test-api.js
+++ b/test/test-api.js
@@ -19,5 +19,18 @@ describe('Twitter.API Functions:', function() {
api.should.be.an.instanceOf(Object);
});
+
+ it('should throw an exception on missing arguments', function (done)... | Testing exceptions on missing parameters
On API initialization errors are throwed if it fails to found some
arguments |
diff --git a/src/app/Services/Search.php b/src/app/Services/Search.php
index <HASH>..<HASH> 100644
--- a/src/app/Services/Search.php
+++ b/src/app/Services/Search.php
@@ -23,11 +23,8 @@ class Search
public function remove($models)
{
- $models = collect($models);
-
- $this->sources = $this->sou... | refines remove logic in search.php |
diff --git a/cartoframes/context.py b/cartoframes/context.py
index <HASH>..<HASH> 100644
--- a/cartoframes/context.py
+++ b/cartoframes/context.py
@@ -2018,7 +2018,6 @@ def _df2pg_schema(dataframe, pgcolnames):
a SQL query"""
util_cols = set(('the_geom', 'the_geom_webmercator', 'cartodb_id'))
if set(data... | removes print with f-string |
diff --git a/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/deployment/ClusteringDependencyProcessor.java b/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/deployment/ClusteringDependencyProcessor.java
index <HASH>..<HASH> 100644
--- a/clustering/infini... | Suppress deprecation warnings so long as ModuleIdentifier is required by ModuleSpecification API. |
diff --git a/tests/common.py b/tests/common.py
index <HASH>..<HASH> 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -94,9 +94,6 @@ class EWSTest(TimedTestCase):
# Allow unverified TLS if requested in settings file
BaseProtocol.HTTP_ADAPTER_CLS = NoVerifyHTTPAdapter
- # Speed up ... | Tweak test settings for stability. Fix for moved INITIAL_RETRY_POLICY |
diff --git a/redisdb/datadog_checks/redisdb/redisdb.py b/redisdb/datadog_checks/redisdb/redisdb.py
index <HASH>..<HASH> 100644
--- a/redisdb/datadog_checks/redisdb/redisdb.py
+++ b/redisdb/datadog_checks/redisdb/redisdb.py
@@ -134,7 +134,7 @@ class Redis(AgentCheck):
if 'unix_socket_path' in instance:
... | Remove self.instance when getting port (#<I>) |
diff --git a/packages/enzyme/src/ReactWrapper.js b/packages/enzyme/src/ReactWrapper.js
index <HASH>..<HASH> 100644
--- a/packages/enzyme/src/ReactWrapper.js
+++ b/packages/enzyme/src/ReactWrapper.js
@@ -298,19 +298,23 @@ class ReactWrapper {
* @param {Function} cb - callback function
* @returns {ReactWrapper}
... | [Fix] `mount`: `setState`: invoke callback with the proper receiver |
diff --git a/lib/active_record_extensions/geometry_columns.rb b/lib/active_record_extensions/geometry_columns.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record_extensions/geometry_columns.rb
+++ b/lib/active_record_extensions/geometry_columns.rb
@@ -57,6 +57,15 @@ module Geos
@geometry_columns
end
+... | New method for grabbing a particular geometry column by its'
column name.
git-svn-id: file:///usr/local/svnroot/ruby_extensions/geos_extensions/trunk@<I> <I>ac<I>-ee<I>-4e<I>-b<I>-<I>b<I>ff<I>b |
diff --git a/lib/tests/modinfolib_test.php b/lib/tests/modinfolib_test.php
index <HASH>..<HASH> 100644
--- a/lib/tests/modinfolib_test.php
+++ b/lib/tests/modinfolib_test.php
@@ -470,9 +470,10 @@ class core_modinfolib_testcase extends advanced_testcase {
* Tests for function cm_info::get_course_module_record()
... | MDL-<I> core: fixed failing unit test
Part of MDL-<I> epic. |
diff --git a/pyani/pyani_graphics.py b/pyani/pyani_graphics.py
index <HASH>..<HASH> 100644
--- a/pyani/pyani_graphics.py
+++ b/pyani/pyani_graphics.py
@@ -96,6 +96,10 @@ def heatmap_seaborn(df, outfilename=None, title=None, cmap=None,
# Obtain colour map
cmap = plt.get_cmap(cmap)
+ # Decide on figure lay... | pyani_graphics.py: Modified seaborn presentation
Using seaborn, the annotations in the heatmaps are now visible. |
diff --git a/src/main/java/net/masterthought/cucumber/ReportBuilder.java b/src/main/java/net/masterthought/cucumber/ReportBuilder.java
index <HASH>..<HASH> 100755
--- a/src/main/java/net/masterthought/cucumber/ReportBuilder.java
+++ b/src/main/java/net/masterthought/cucumber/ReportBuilder.java
@@ -51,7 +51,7 @@ public ... | Updated VERSION variable to the latest version
The version should be taken from somewhere instead of being hardcoded in the Java file. |
diff --git a/lib/less/tree/debug-info.js b/lib/less/tree/debug-info.js
index <HASH>..<HASH> 100644
--- a/lib/less/tree/debug-info.js
+++ b/lib/less/tree/debug-info.js
@@ -16,9 +16,10 @@ const debugInfo = (context, ctx, lineSeparator) => {
return result;
};
-debugInfo.asComment = ctx => `/* line ${ctx.debugInfo.... | issue#<I> ignore missing debugInfo (#<I>) |
diff --git a/utils/reflector/src/main/java/org/robolectric/util/reflector/ReflectorClassWriter.java b/utils/reflector/src/main/java/org/robolectric/util/reflector/ReflectorClassWriter.java
index <HASH>..<HASH> 100644
--- a/utils/reflector/src/main/java/org/robolectric/util/reflector/ReflectorClassWriter.java
+++ b/util... | Generate reflector class with valid access |
diff --git a/command/format.go b/command/format.go
index <HASH>..<HASH> 100644
--- a/command/format.go
+++ b/command/format.go
@@ -74,7 +74,7 @@ func outputFormatTable(ui cli.Ui, s *api.Secret, whitespace bool) int {
if len(s.Warnings) != 0 {
input = append(input, "")
- input = append(input, "The following warn... | Adjust warnings message to make it clear they are from the server |
diff --git a/pkg/services/notifications/webhook.go b/pkg/services/notifications/webhook.go
index <HASH>..<HASH> 100644
--- a/pkg/services/notifications/webhook.go
+++ b/pkg/services/notifications/webhook.go
@@ -48,6 +48,10 @@ func (ns *NotificationService) sendWebRequestSync(ctx context.Context, webhook *
webhook.Ht... | Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #<I> |
diff --git a/web/src/getValueOrFallback.js b/web/src/getValueOrFallback.js
index <HASH>..<HASH> 100644
--- a/web/src/getValueOrFallback.js
+++ b/web/src/getValueOrFallback.js
@@ -1,23 +1,21 @@
-import { has, get } from 'lodash';
+import { has, get, merge } from 'lodash';
export default function getValueOrFallback(st... | Calculated state should override raw state. |
diff --git a/lib/EasyPost/Resource.php b/lib/EasyPost/Resource.php
index <HASH>..<HASH> 100644
--- a/lib/EasyPost/Resource.php
+++ b/lib/EasyPost/Resource.php
@@ -96,15 +96,6 @@ abstract class Resource extends Object
return Util::convertToEasyPostObject($response, $apiKey);
}
- public static function... | Removed a vestigial function. |
diff --git a/lib/tdiary/configuration.rb b/lib/tdiary/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/tdiary/configuration.rb
+++ b/lib/tdiary/configuration.rb
@@ -111,9 +111,10 @@ module TDiary
cgi_conf = @io_class.load_cgi_conf(self)
- eval( def_vars1, binding )
+ b = binding
+ eval( def_vars1, b... | Partly reverted evaluate binding on configuration |
diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -72,7 +72,7 @@ const startServer = (config, callback) => {
child.kill();
return typeof cb === 'function' ? cb() : undefined;
};
- serverCb();
+ setTimeout(serverCb, 0);
return ... | Fix handling of custom servers. Closes GH-<I> |
diff --git a/ibis/backends/datafusion/__init__.py b/ibis/backends/datafusion/__init__.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/datafusion/__init__.py
+++ b/ibis/backends/datafusion/__init__.py
@@ -128,13 +128,12 @@ class Backend(BaseBackend):
schema
An optional schema
"""
- ... | fix: remove passing schema into register_parquet |
diff --git a/Test/function_test.py b/Test/function_test.py
index <HASH>..<HASH> 100644
--- a/Test/function_test.py
+++ b/Test/function_test.py
@@ -705,4 +705,8 @@ array([[5, 1],
>>> cm4.to_array()
array([[3, 1],
[0, 0]])
+>>> cm4 = ConfusionMatrix([1,1,1,1],["1",2,1,1],classes=[1,2])
+>>> cm4.to_array()
+arra... | test : a test added. |
diff --git a/rulebook-core/src/main/java/com/deliveredtechnologies/rulebook/model/runner/RuleAdapter.java b/rulebook-core/src/main/java/com/deliveredtechnologies/rulebook/model/runner/RuleAdapter.java
index <HASH>..<HASH> 100644
--- a/rulebook-core/src/main/java/com/deliveredtechnologies/rulebook/model/runner/RuleAdapt... | updated RuleAdapter to not set result is it's not assignable |
diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -129,17 +129,20 @@ func (connection *redisConnection) heartbeat(errChan chan<- error) {
errorCount++
- select { // try to add error to channel, but don't block
- case errChan <- &HeartbeatError{Red... | HeartbeatError is sent blocking on shutdown
When the heartbeat error threshold is reached, and RMQ shuts itself
down, the final HeartbeatError is sent in a blocking manner.
We do this to ensure that if the client is listening for this error it
is guaranteed to eventually see the error. If this critical error is
dropp... |
diff --git a/mbed/mbed.py b/mbed/mbed.py
index <HASH>..<HASH> 100644
--- a/mbed/mbed.py
+++ b/mbed/mbed.py
@@ -42,7 +42,11 @@ ver = '1.2.2'
# Default paths to Mercurial and Git
hg_cmd = 'hg'
git_cmd = 'git'
+
+# override python command when running standalone Mbed CLI
python_cmd = sys.executable
+if os.path.basenam... | Fall back to python when exec name starts with mbed, allows for standalone Mbed CLI install |
diff --git a/pkg/kubectl/cmd/cp.go b/pkg/kubectl/cmd/cp.go
index <HASH>..<HASH> 100644
--- a/pkg/kubectl/cmd/cp.go
+++ b/pkg/kubectl/cmd/cp.go
@@ -287,9 +287,22 @@ func (o *CopyOptions) copyFromPod(src, dest fileSpec) error {
}()
prefix := getPrefix(src.File)
prefix = path.Clean(prefix)
+ // remove extraneous pat... | remove extra "../" when copying from pod to local |
diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -6196,6 +6196,14 @@ function unzip_file ($zipfile, $destination = '', $showstatus = true) {
return false;
}
+ //Clear $zipfile
+ $zipfile = cleardoubleslashes($zipfile)... | Added one check to test that the zipfile in unzip_file() is real! |
diff --git a/src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java b/src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java
+++ b/src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java
@... | minor update to allow reading array files with the pair delimiter, may want to come back to that someday... |
diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php
index <HASH>..<HASH> 100644
--- a/src/JoomlaBrowser.php
+++ b/src/JoomlaBrowser.php
@@ -124,8 +124,10 @@ class JoomlaBrowser extends WebDriver
$I->click('Install');
// Wait while Joomla gets installed
- $I->waitForText('Congratulation... | Move CSS locators to XPath in Joomla installation |
diff --git a/src/InputController/CLIController/CLIArgument.php b/src/InputController/CLIController/CLIArgument.php
index <HASH>..<HASH> 100644
--- a/src/InputController/CLIController/CLIArgument.php
+++ b/src/InputController/CLIController/CLIArgument.php
@@ -3,7 +3,7 @@
* TypeValidator
*/
-namespace Orpheus\Input... | Implement CLI classes for MVC (unstable) |
diff --git a/src/com/opera/core/systems/OperaWebElement.java b/src/com/opera/core/systems/OperaWebElement.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/OperaWebElement.java
+++ b/src/com/opera/core/systems/OperaWebElement.java
@@ -114,6 +114,7 @@ public class OperaWebElement extends RemoteWebElement... | Adding a note about OPDRV-<I> |
diff --git a/lib/html/pipeline/emoji_filter.rb b/lib/html/pipeline/emoji_filter.rb
index <HASH>..<HASH> 100644
--- a/lib/html/pipeline/emoji_filter.rb
+++ b/lib/html/pipeline/emoji_filter.rb
@@ -65,7 +65,7 @@ module HTML
if context[:asset_path]
context[:asset_path].gsub(":file_name", "#{::CGI.escape... | Using File.join to join asset path segments. |
diff --git a/pysnmp/entity/rfc3413/ntforg.py b/pysnmp/entity/rfc3413/ntforg.py
index <HASH>..<HASH> 100644
--- a/pysnmp/entity/rfc3413/ntforg.py
+++ b/pysnmp/entity/rfc3413/ntforg.py
@@ -171,6 +171,10 @@ class NotificationOriginator:
):
debug.logger & debug.flagApp and debug.logger('sendNotification: ... | cast non-default contextName into pyasn1 object to avoid Py3K comparation
issues |
diff --git a/lib/fog/hp/storage.rb b/lib/fog/hp/storage.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/hp/storage.rb
+++ b/lib/fog/hp/storage.rb
@@ -29,15 +29,16 @@ module Fog
module Utils
def cdn
- @cdn ||= Fog::CDN.new(
- :provider => 'HP',
- :hp_account_id => @hp_a... | Remove CDN integration from within Storage service, till CDN service is more mature. |
diff --git a/src/DuskServer.php b/src/DuskServer.php
index <HASH>..<HASH> 100644
--- a/src/DuskServer.php
+++ b/src/DuskServer.php
@@ -131,7 +131,7 @@ class DuskServer
{
$this->guardServerStarting();
- $this->process = new Process($this->prepareCommand());
+ $this->process = Process::fromS... | Update to Process::fromShellCommandline(). |
diff --git a/system/Helpers/form_helper.php b/system/Helpers/form_helper.php
index <HASH>..<HASH> 100644
--- a/system/Helpers/form_helper.php
+++ b/system/Helpers/form_helper.php
@@ -2,7 +2,28 @@
/**
* CodeIgniter
- *
+ *<?= form_open(current_url()); ?>
+<?=
+form_field(
+ 'email',
+ ['name' => 'p[username]', 'pat... | Update form_helper.php
better to use is_bool here (instead of my previous solution which was $value !== false) , that way we left more flexibility for users for pre/post process attributes |
diff --git a/tasks/npm.js b/tasks/npm.js
index <HASH>..<HASH> 100644
--- a/tasks/npm.js
+++ b/tasks/npm.js
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
var done = this.async();
var pkg = grunt.config('pkg');
var minor = parseInt(pkg.version.split('.')[1], 10);
- var tag = minor % 2 ? 'latest' ... | Fix grunt npm-release task |
diff --git a/environs/azure/instance.go b/environs/azure/instance.go
index <HASH>..<HASH> 100644
--- a/environs/azure/instance.go
+++ b/environs/azure/instance.go
@@ -62,7 +62,10 @@ func (azInstance *azureInstance) Addresses() ([]instance.Address, error) {
func (azInstance *azureInstance) netInfo() (ip, netname stri... | tweak to make the code actually work... turns out you need the deploymentname on GetdeploymentRequest |
diff --git a/lib/docker-sync/preconditions.rb b/lib/docker-sync/preconditions.rb
index <HASH>..<HASH> 100644
--- a/lib/docker-sync/preconditions.rb
+++ b/lib/docker-sync/preconditions.rb
@@ -55,7 +55,7 @@ module Preconditions
if Thor::Shell::Basic.new.yes?('Shall I install unison-fsmonitor for you? (y/N)')
... | fix old leftover with cmd2, #<I> |
diff --git a/hydra_base/lib/attributes.py b/hydra_base/lib/attributes.py
index <HASH>..<HASH> 100644
--- a/hydra_base/lib/attributes.py
+++ b/hydra_base/lib/attributes.py
@@ -1289,6 +1289,8 @@ def delete_duplicate_attributes(dupe_list):
db.DBSession.flush()
+ return keeper
+
def remap_attribute_reference(o... | Return keeper attribute when remapping attributes so clients can access the ID of the kept attribute |
diff --git a/event/registry.go b/event/registry.go
index <HASH>..<HASH> 100644
--- a/event/registry.go
+++ b/event/registry.go
@@ -50,7 +50,7 @@ type registry struct {
dispatcher func(r *registry, name string, ev ...interface{})
}
-func NewRegistry() *registry {
+func NewRegistry() EventRegistry {
r := ®istr... | Make struct registry conform to EventRegistry. |
diff --git a/src/renderer/Renderer.js b/src/renderer/Renderer.js
index <HASH>..<HASH> 100644
--- a/src/renderer/Renderer.js
+++ b/src/renderer/Renderer.js
@@ -36,7 +36,7 @@ export const FILTERING_THRESHOLD = 0.5;
*/
export const RTT_WIDTH = 1024;
-export const MIN_VERTEX_TEXTURE_IMAGE_UNITS_NEEDED = 16;
+export co... | Lower minimum MAX_VERTEX_TEXTURE_IMAGE_UNITS requirement |
diff --git a/environs/ec2/auth.go b/environs/ec2/auth.go
index <HASH>..<HASH> 100644
--- a/environs/ec2/auth.go
+++ b/environs/ec2/auth.go
@@ -47,7 +47,7 @@ func expandFileName(f string) string {
func authorizedKeys(path string) (string, error) {
var files []string
if path == "" {
- files = []string{"id_dsa.pub",... | do not use authorized_keys file |
diff --git a/test/helpers/node.go b/test/helpers/node.go
index <HASH>..<HASH> 100644
--- a/test/helpers/node.go
+++ b/test/helpers/node.go
@@ -251,10 +251,10 @@ func (s *SSHMeta) ExecContext(ctx context.Context, cmd string, options ...ExecOp
wg: &wg,
}
+ res.wg.Add(1)
go func(res *CmdRes) {
- start := ti... | test: add WaitGroup delta before goroutine
To avoid a WaitGroup.Wait() being executed without the
execution of Add(1), the Add(1) should be perform before a go routine
initialization. |
diff --git a/go/vt/mysqlctl/schema.go b/go/vt/mysqlctl/schema.go
index <HASH>..<HASH> 100644
--- a/go/vt/mysqlctl/schema.go
+++ b/go/vt/mysqlctl/schema.go
@@ -133,7 +133,7 @@ func ResolveTables(mysqld MysqlDaemon, dbName string, tables []string) ([]string
// GetColumns returns the columns of table.
func (mysqld *My... | Always verify pool connections when working on ApplySchema request. (#<I>)
When we just get a connection from the pool it might be already closed due to
MySQL restart or some other reason. This results in bogus errors returned to
the user requesting to apply new schema. By using getPoolReconnect() instead we
make s... |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ with open('requirements.txt') as f:
setup(
name='rip',
- version='0.0.5c',
+ version='0.0.8c',
description='A python framework for writing restful APIs.',
long_description=readme + '\n\n'... | Update the version in setup.py |
diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -8,7 +8,6 @@ import (
"net/http"
"net/url"
"strings"
- "sync"
"time"
"github.com/gogap/errors"
@@ -46,13 +45,12 @@ type MNSClient interface {
}
type AliMNSClient struct {
- Timeout int64
- url ... | remove lock of http request, it will lock loing polling |
diff --git a/test/stream.js b/test/stream.js
index <HASH>..<HASH> 100644
--- a/test/stream.js
+++ b/test/stream.js
@@ -1,7 +1,8 @@
var expect = require('chai').expect;
var util = require('./util');
-var Stream = require('../lib/stream').Stream;
+var stream = require('../lib/stream');
+var Stream = stream.Stream;
... | Stream tests: testin bunyan formatter. |
diff --git a/flask_appbuilder/api/convert.py b/flask_appbuilder/api/convert.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/api/convert.py
+++ b/flask_appbuilder/api/convert.py
@@ -96,7 +96,6 @@ class Model2SchemaConverter(BaseModel2SchemaConverter):
class Meta:
model = _mode... | refactor: remove unnecessary strict option from schemas (#<I>) |
diff --git a/lib/WebSocket.js b/lib/WebSocket.js
index <HASH>..<HASH> 100644
--- a/lib/WebSocket.js
+++ b/lib/WebSocket.js
@@ -465,6 +465,7 @@ function initAsClient(address, options) {
var isSecure = serverUrl.protocol === 'wss:' || serverUrl.protocol === 'https:';
var httpObj = isSecure ? https : http;
var po... | [fix] add ability to handle basic auth |
diff --git a/angular-intercom.js b/angular-intercom.js
index <HASH>..<HASH> 100644
--- a/angular-intercom.js
+++ b/angular-intercom.js
@@ -46,12 +46,22 @@
var _intercom = angular.isFunction($window.Intercom) ? $window.Intercom : angular.noop;
if (_asyncLoading) {
+ // wait up to 1 sec before abor... | Retry each <I>ms for 1s intercom async loading, fixes #2 |
diff --git a/test_path.py b/test_path.py
index <HASH>..<HASH> 100644
--- a/test_path.py
+++ b/test_path.py
@@ -910,17 +910,6 @@ class TestTempDir:
d.__exit__(None, None, None)
assert not d.exists()
- def test_context_manager_exception(self):
- """
- The context manager will not clea... | Remove prior expectation that an exception causes a TempDir not to be cleaned up. Ref #<I>. |
diff --git a/Classes/Lightwerk/SurfTasks/Task/Transfer/RsyncTask.php b/Classes/Lightwerk/SurfTasks/Task/Transfer/RsyncTask.php
index <HASH>..<HASH> 100755
--- a/Classes/Lightwerk/SurfTasks/Task/Transfer/RsyncTask.php
+++ b/Classes/Lightwerk/SurfTasks/Task/Transfer/RsyncTask.php
@@ -42,12 +42,6 @@ class RsyncTask extend... | [TASK] Removes mkdir from RsyncTask.php |
diff --git a/src/test/org/openscience/cdk/io/MDLV2000ReaderTest.java b/src/test/org/openscience/cdk/io/MDLV2000ReaderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/org/openscience/cdk/io/MDLV2000ReaderTest.java
+++ b/src/test/org/openscience/cdk/io/MDLV2000ReaderTest.java
@@ -896,12 +896,13 @@ public class MDLV20... | Also check that there are two such R1 atoms |
diff --git a/test/parentchild.js b/test/parentchild.js
index <HASH>..<HASH> 100644
--- a/test/parentchild.js
+++ b/test/parentchild.js
@@ -168,6 +168,7 @@ describe('parent child', function () {
request.get(url, function (err, response, body) {
should.not.exist(err)
body = JSON.parse(body)
+ ... | Adding log to see why Travis fails |
diff --git a/estnltk/layer/span.py b/estnltk/layer/span.py
index <HASH>..<HASH> 100644
--- a/estnltk/layer/span.py
+++ b/estnltk/layer/span.py
@@ -23,7 +23,7 @@ class Span:
self.parent = parent # type: Span
if isinstance(start, int) and isinstance(end, int):
- assert start < end
+ ... | allow Span with start==end |
diff --git a/samples/boot/oauth2resourceserver-opaque/src/main/java/sample/OAuth2ResourceServerController.java b/samples/boot/oauth2resourceserver-opaque/src/main/java/sample/OAuth2ResourceServerController.java
index <HASH>..<HASH> 100644
--- a/samples/boot/oauth2resourceserver-opaque/src/main/java/sample/OAuth2Resourc... | Update Opaque Token Sample
Issue gh-<I> |
diff --git a/validator/sawtooth_validator/server/core.py b/validator/sawtooth_validator/server/core.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/server/core.py
+++ b/validator/sawtooth_validator/server/core.py
@@ -162,7 +162,7 @@ class Validator(object):
server_private_key=network_priv... | increase connection_timeout to <I> |
diff --git a/test_tableone.py b/test_tableone.py
index <HASH>..<HASH> 100644
--- a/test_tableone.py
+++ b/test_tableone.py
@@ -78,6 +78,16 @@ class TestTableOne(object):
assert x != y
@with_setup(setup, teardown)
+ def test_examples_used_in_the_readme_run_without_raising_error(self):
+
+ conva... | add tests for example used in readme |
diff --git a/lib/tml.rb b/lib/tml.rb
index <HASH>..<HASH> 100644
--- a/lib/tml.rb
+++ b/lib/tml.rb
@@ -38,6 +38,30 @@ module Tml
module Decorators end
module CacheAdapters end
module Generators end
+
+ def self.default_language
+ Tml.config.default_language
+ end
+
+ def self.current_language
+ Tml.se... | Added an external interface for application methods |
diff --git a/src/frontend/assets/AppAsset.php b/src/frontend/assets/AppAsset.php
index <HASH>..<HASH> 100644
--- a/src/frontend/assets/AppAsset.php
+++ b/src/frontend/assets/AppAsset.php
@@ -24,5 +24,6 @@ class AppAsset extends AssetBundle
// This is a temporary fix because of https://github.com/yiisoft/yii2/i... | Added PNotifyAsset to AppAsset |
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -247,13 +247,8 @@ module Rails
return [] if options[:skip_sprockets]
gems ... | New applications should use sass-rails <I> |
diff --git a/fut/core.py b/fut/core.py
index <HASH>..<HASH> 100644
--- a/fut/core.py
+++ b/fut/core.py
@@ -604,11 +604,12 @@ class Core(object):
:params resource_id: Resource id.
"""
# TODO: add referer to headers (futweb)
- return self.players[baseId(resource_id)]
- '''
- ... | core: fix cardInfo for not players |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -81,7 +81,7 @@ Notifications.configure = function(options: Object) {
if ( firstNotification !== null ) {
this._onNotification(firstNotification, true);
}
- });
+ }.bind(this));
}
this.isLoaded = tru... | Add missing this binding to popInitialNotification callback
When popInitialNotification is true and app is closed, clicking on a notification causes an app crash |
diff --git a/src/TicketitServiceProvider.php b/src/TicketitServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/TicketitServiceProvider.php
+++ b/src/TicketitServiceProvider.php
@@ -6,6 +6,7 @@ use Collective\Html\FormFacade as CollectiveForm;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Req... | Check migrations table exists before attempting to read table |
diff --git a/src/Nut/ConfigSet.php b/src/Nut/ConfigSet.php
index <HASH>..<HASH> 100644
--- a/src/Nut/ConfigSet.php
+++ b/src/Nut/ConfigSet.php
@@ -36,10 +36,11 @@ class ConfigSet extends AbstractConfig
$value = $input->getArgument('value');
$backup = $input->getOption('backup');
- $updater->c... | Pass boolean string as booleans to YamlUpdater |
diff --git a/src/OpenApi/Model/Parameter.php b/src/OpenApi/Model/Parameter.php
index <HASH>..<HASH> 100644
--- a/src/OpenApi/Model/Parameter.php
+++ b/src/OpenApi/Model/Parameter.php
@@ -56,12 +56,12 @@ final class Parameter
}
}
- public function getName(): ?string
+ public function getName(): str... | Fix getStyle, getName, getIn return type to be consistent with construct. (#<I>) |
diff --git a/refiners/ALL/MissingComponentsRefiner.js b/refiners/ALL/MissingComponentsRefiner.js
index <HASH>..<HASH> 100644
--- a/refiners/ALL/MissingComponentsRefiner.js
+++ b/refiners/ALL/MissingComponentsRefiner.js
@@ -40,6 +40,8 @@
result.start[component] = refResult.start[component]
}
... | impliedComponents after filling missing component |
diff --git a/py3status/modules/backlight.py b/py3status/modules/backlight.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/backlight.py
+++ b/py3status/modules/backlight.py
@@ -109,7 +109,9 @@ class Py3status:
else:
raise Exception(STRING_NOT_AVAILABLE)
- self.format = self.... | backlight module: round brightness percentage instead of truncating (#<I>) |
diff --git a/logstash_formatter.go b/logstash_formatter.go
index <HASH>..<HASH> 100644
--- a/logstash_formatter.go
+++ b/logstash_formatter.go
@@ -44,7 +44,8 @@ func (f *LogstashFormatter) FormatWithPrefix(entry *logrus.Entry, prefix string)
timeStampFormat := f.TimestampFormat
if timeStampFormat == "" {
- timeS... | time format with milliseconds (#<I>)
Till the logstash hook will have a way to set time format, this change is applied. |
diff --git a/restygwt/src/main/java/org/fusesource/restygwt/rebind/RestServiceClassCreator.java b/restygwt/src/main/java/org/fusesource/restygwt/rebind/RestServiceClassCreator.java
index <HASH>..<HASH> 100644
--- a/restygwt/src/main/java/org/fusesource/restygwt/rebind/RestServiceClassCreator.java
+++ b/restygwt/src/mai... | Removed restriction on @Attribute for sub resource locators |
diff --git a/src/Sonrisa/Component/Sitemap/SubmitSitemap.php b/src/Sonrisa/Component/Sitemap/SubmitSitemap.php
index <HASH>..<HASH> 100644
--- a/src/Sonrisa/Component/Sitemap/SubmitSitemap.php
+++ b/src/Sonrisa/Component/Sitemap/SubmitSitemap.php
@@ -34,7 +34,7 @@ class SubmitSitemap
//Validate URL format and ... | Fix for [Insight] PHP code should follow PSR-1 basic coding standard #5 |
diff --git a/imhotep/testing_utils.py b/imhotep/testing_utils.py
index <HASH>..<HASH> 100644
--- a/imhotep/testing_utils.py
+++ b/imhotep/testing_utils.py
@@ -31,7 +31,6 @@ class Requester(object):
return JsonWrapper(self.fixture, 200)
-
def calls_matching_re(mockObj, regex):
matches = []
for ca... | E<I> too many blank lines |
diff --git a/packages/crafty-preset-postcss/src/index.js b/packages/crafty-preset-postcss/src/index.js
index <HASH>..<HASH> 100755
--- a/packages/crafty-preset-postcss/src/index.js
+++ b/packages/crafty-preset-postcss/src/index.js
@@ -165,7 +165,7 @@ module.exports = {
.loader(require.resolve("css-loader"))
... | crafty-preset-postcss: fix css-loader options - ensure that 'sourceMap' is always boolean |
diff --git a/socks.go b/socks.go
index <HASH>..<HASH> 100644
--- a/socks.go
+++ b/socks.go
@@ -88,10 +88,10 @@ func dialSocks5(proxy, targetAddr string) (conn net.Conn, err error) {
return
} else if len(resp) != 2 {
err = errors.New("Server does not respond properly.")
- return
+ return
} else if resp... | Fix formatting with go fmt. |
diff --git a/quart/cli.py b/quart/cli.py
index <HASH>..<HASH> 100644
--- a/quart/cli.py
+++ b/quart/cli.py
@@ -53,7 +53,10 @@ class ScriptInfo:
module_path = Path(module_name).resolve()
sys.path.insert(0, str(module_path.parent))
- import_name = module_path.with_suffix... | Bugfix cli module name parsing
Quart accepts the Gunicorn format ``file.ext:application`` but should
also support the Flask format ``module_a.module_b:application``. To
allow for both the code simply checks if the resolved path is a file
then Gunicorn and if not Flask. This should help match expected Flask
usage. |
diff --git a/lib/delta/delta.js b/lib/delta/delta.js
index <HASH>..<HASH> 100644
--- a/lib/delta/delta.js
+++ b/lib/delta/delta.js
@@ -420,7 +420,7 @@ function findLocalConflict(node, callback) {
}
if(!syncedNode) {
- logger.error('DELTA: node not found in database even if it should exists:... | Improve logging when node is missing in db
Related to: #<I> |
diff --git a/lib/discordrb/bot.rb b/lib/discordrb/bot.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/bot.rb
+++ b/lib/discordrb/bot.rb
@@ -1059,6 +1059,7 @@ module Discordrb
end
@ready_time = Time.now
+ @unavailable_timeout_time = Time.now
when :RESUMED
# The RESUMED event... | Set unavailable_timeout_time at READY so it's never nil |
diff --git a/android/CouchbaseLite/src/ce/java/com/couchbase/lite/ReplicatorConfiguration.java b/android/CouchbaseLite/src/ce/java/com/couchbase/lite/ReplicatorConfiguration.java
index <HASH>..<HASH> 100644
--- a/android/CouchbaseLite/src/ce/java/com/couchbase/lite/ReplicatorConfiguration.java
+++ b/android/CouchbaseLi... | Replication filters: fix pull filter getter comments. |
diff --git a/fshandler.go b/fshandler.go
index <HASH>..<HASH> 100644
--- a/fshandler.go
+++ b/fshandler.go
@@ -324,6 +324,7 @@ func (h *fsHandler) createDirIndex(base *URI, filePath string) (*fsFile, error)
var u URI
base.CopyTo(&u)
+ u.Update(string(u.Path()) + "/")
sort.Sort(sort.StringSlice(filenames))
... | FSHandler index page: fixed urls to files |
diff --git a/folderPane.js b/folderPane.js
index <HASH>..<HASH> 100644
--- a/folderPane.js
+++ b/folderPane.js
@@ -25,7 +25,7 @@ module.exports = {
// @@@@ kludge until we can get the solid-client version working
// Force the folder by saving a dummy file inside it
return kb.fetcher
- .webOperation(... | add contentType to folder creation with PUT |
diff --git a/pypfopt/hierarchical_portfolio.py b/pypfopt/hierarchical_portfolio.py
index <HASH>..<HASH> 100644
--- a/pypfopt/hierarchical_portfolio.py
+++ b/pypfopt/hierarchical_portfolio.py
@@ -153,7 +153,10 @@ class HRPOpt(base_optimizer.BaseOptimizer):
# Compute distance matrix, with ClusterWarning fix as... | quasi_diag replaced by pre_order of a tree |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,6 @@ tests_require = [
'isort>=4.2.2',
'mock>=1.3.0',
'pydocstyle>=1.0.0',
- 'pytest-cache>=1.0',
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest>=2.8.0,!=3.3.0', | installation: removed pytest-cache dependency |
diff --git a/pub/js/cookie.js b/pub/js/cookie.js
index <HASH>..<HASH> 100644
--- a/pub/js/cookie.js
+++ b/pub/js/cookie.js
@@ -11,7 +11,7 @@ define(function() {
return null;
},
getJsonValue: function(cookieKey, jsonKey) {
- var jsonData = JSON.parse(decodeURIComponent(this.get(... | Issue #<I>: Change cookie decodeURIComponent back to unescape |
diff --git a/src/main/java/org/primefaces/component/datatable/feature/SortFeature.java b/src/main/java/org/primefaces/component/datatable/feature/SortFeature.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/datatable/feature/SortFeature.java
+++ b/src/main/java/org/primefaces/component/data... | LazyDataModel support for dynamic columns and multi sort |
diff --git a/DataCollector/Collector.php b/DataCollector/Collector.php
index <HASH>..<HASH> 100644
--- a/DataCollector/Collector.php
+++ b/DataCollector/Collector.php
@@ -17,7 +17,7 @@ class Collector extends DataCollector implements CollectorInterface, LateDataCol
}
public function getName() {
- return 'log... | kristofer: Updated collector name |
diff --git a/test/scenarios/rebalance.py b/test/scenarios/rebalance.py
index <HASH>..<HASH> 100755
--- a/test/scenarios/rebalance.py
+++ b/test/scenarios/rebalance.py
@@ -12,8 +12,6 @@ op["timeout"] = IntFlag("--timeout", 600)
op["num-nodes"] = IntFlag("--num-nodes", 3)
opts = op.parse(sys.argv)
-serve_flags = shle... | Removed unused serve_flags variable from shlex. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ class PyTest(Command):
raise SystemExit(errno)
setup(name='pyramid_webassets',
- version='0.0',
+ version='0.1',
description='pyramid_webassets',
long_description=README + '\n... | increased version for release to pypi |
diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -104,24 +104,18 @@ module.exports = function(config) {
version: '11',
platform: 'Windows 8.1',
},
- 'sl-safari-11': {
+ 'sl-safari-14': {
base: 'SauceLabs',
... | chore: bumb safari test versions |
diff --git a/lib/active_window_x/event_listener.rb b/lib/active_window_x/event_listener.rb
index <HASH>..<HASH> 100644
--- a/lib/active_window_x/event_listener.rb
+++ b/lib/active_window_x/event_listener.rb
@@ -24,7 +24,6 @@ module ActiveWindowX
@aw_atom = Atom.new @display, '_NET_ACTIVE_WINDOW'
@name_ato... | get new active_window if current active_window was closed |
diff --git a/cleancat/base.py b/cleancat/base.py
index <HASH>..<HASH> 100644
--- a/cleancat/base.py
+++ b/cleancat/base.py
@@ -13,9 +13,10 @@ class Field(object):
base_type = None
blank_value = None
- def __init__(self, required=True, default=None, field_name=None):
+ def __init__(self, required=True,... | Adding Field.mutable attribute for fields that cannot be changed after they were set. |
diff --git a/src/org/openscience/cdk/Atom.java b/src/org/openscience/cdk/Atom.java
index <HASH>..<HASH> 100644
--- a/src/org/openscience/cdk/Atom.java
+++ b/src/org/openscience/cdk/Atom.java
@@ -116,6 +116,7 @@ public class Atom extends AtomType implements IAtom, Serializable, Cloneable {
this.fractionalP... | Several implementations expect the H-count to be zero by default, instead of unset :(
git-svn-id: <URL> |
diff --git a/Controller/ClearbitController.php b/Controller/ClearbitController.php
index <HASH>..<HASH> 100644
--- a/Controller/ClearbitController.php
+++ b/Controller/ClearbitController.php
@@ -43,7 +43,7 @@ class ClearbitController extends Controller
$isNew = false;
}
- $form = $this->c... | CampaignChain/campaignchain#<I> Upgrade to Symfony 3.x |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.