diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/kff.BindingView.js b/src/kff.BindingView.js
index <HASH>..<HASH> 100644
--- a/src/kff.BindingView.js
+++ b/src/kff.BindingView.js
@@ -676,7 +676,8 @@ kff.BindingView = kff.createClass(
filterModel = this.collectionFilter.model || null;
filterFnName = this.collectionFilter.fn;
- a = this.... | fix(kff.BindingView): filtered collection binding doesn't work with plain array |
diff --git a/lib/cucumber_analytics/version.rb b/lib/cucumber_analytics/version.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber_analytics/version.rb
+++ b/lib/cucumber_analytics/version.rb
@@ -1,3 +1,3 @@
module CucumberAnalytics
- VERSION = '1.5.2'
+ VERSION = '1.6.0'
end | Version bump.
Incremented the gem version to <I> in preparation for the upcoming
release. |
diff --git a/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js b/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
+++ b/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
@@ -766,6 +766,7 @@ function(
//... | [INTERNAL] ManagedObject: Possibility to use own provider class
Change-Id: If<I>ca3bfb<I>f<I>bfadf1fb1bf9cafade7b<I> |
diff --git a/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java b/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java
index <HASH>..<HASH> 100644
--- a/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java
+++ b/prov... | [WFBUILD-<I>] Use https URLs for standard remote repositories |
diff --git a/jsonapi/resource.py b/jsonapi/resource.py
index <HASH>..<HASH> 100644
--- a/jsonapi/resource.py
+++ b/jsonapi/resource.py
@@ -107,9 +107,9 @@ class Resource(object):
for field in model._meta.fields:
if field.rel and field.rel.multiple:
# relationship is ForeignKey
- ... | unify method (make similar to method with the same functionality) |
diff --git a/tests/example_spec.js b/tests/example_spec.js
index <HASH>..<HASH> 100644
--- a/tests/example_spec.js
+++ b/tests/example_spec.js
@@ -403,7 +403,7 @@ describe('Kitchen Sink [000]', function(){
})
- it('cy.uncheck() - uncheck a checkbox or radio element [00k]', function(){
+ it('cy.uncheck() ... | removed radio el's from cy.uncheck description. |
diff --git a/repository/upload/repository.class.php b/repository/upload/repository.class.php
index <HASH>..<HASH> 100755
--- a/repository/upload/repository.class.php
+++ b/repository/upload/repository.class.php
@@ -13,7 +13,8 @@ class repository_upload extends repository {
global $SESSION, $action, $CFG;
... | "MDL-<I>, use a random path for uploaded file" |
diff --git a/widgets/TbButtonGroup.php b/widgets/TbButtonGroup.php
index <HASH>..<HASH> 100644
--- a/widgets/TbButtonGroup.php
+++ b/widgets/TbButtonGroup.php
@@ -115,6 +115,7 @@ class TbButtonGroup extends CWidget
'items'=>isset($button['items']) ? $button['items'] : array(),
'ajaxOptions'=>isset($button['aj... | added possibility to set dropdownOptions for TbButtonGroup (Issue #<I>) |
diff --git a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
+++ b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
@... | Make AbstractBootstrap public
.. to work around the issue with JDK reflection described here:
<URL> |
diff --git a/plugins/remark.js b/plugins/remark.js
index <HASH>..<HASH> 100644
--- a/plugins/remark.js
+++ b/plugins/remark.js
@@ -16,6 +16,21 @@ class Remark {
typeof remark === 'object' && typeof slideshow === 'object');
}
+ async configure() {
+ await this.page.emulateMedia(null);
+ await this.pag... | Work-around Remark rendering issue with screen media emulation |
diff --git a/examples/LedControlExample.js b/examples/LedControlExample.js
index <HASH>..<HASH> 100644
--- a/examples/LedControlExample.js
+++ b/examples/LedControlExample.js
@@ -36,7 +36,7 @@ function loop() {
}
function loop2() {
lc2.clearDisplay();
- lc2.showNumber(0, (Date.now()-startTime)/20, 0, 3, false, 3,... | added ! to characters, updated package with node version number, optimised number conversions |
diff --git a/mod/assignment/simpletest/test_assignment_portfolio_callers.php b/mod/assignment/simpletest/test_assignment_portfolio_callers.php
index <HASH>..<HASH> 100644
--- a/mod/assignment/simpletest/test_assignment_portfolio_callers.php
+++ b/mod/assignment/simpletest/test_assignment_portfolio_callers.php
@@ -18,7 ... | MDL-<I>: assignment portfolio unit tests should not try and use file-ish assignment types yet |
diff --git a/jupyter-js-widgets/src/utils.js b/jupyter-js-widgets/src/utils.js
index <HASH>..<HASH> 100644
--- a/jupyter-js-widgets/src/utils.js
+++ b/jupyter-js-widgets/src/utils.js
@@ -186,7 +186,7 @@ function typeset(element, text) {
*/
var escape_html = function(text) {
var esc = document.createElement('di... | Update escape_html function to return HTML character entity encoded characters based on input. |
diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2014041700.01; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014042200.00; // YYYYMMDD ... | on-demand release <I>beta+ |
diff --git a/lib/watch.js b/lib/watch.js
index <HASH>..<HASH> 100644
--- a/lib/watch.js
+++ b/lib/watch.js
@@ -140,7 +140,7 @@ module.exports = function(chrome) {
log('Hot reloading', file)
chrome.send('Runtime.evaluate', { expression: updateSrc(file) })
- .then(Promise.all(Array.from(chrome.styles.value... | then takes a function, if not Promise.all runs first |
diff --git a/events/observer.js b/events/observer.js
index <HASH>..<HASH> 100644
--- a/events/observer.js
+++ b/events/observer.js
@@ -140,7 +140,7 @@ sb.events.observer = {
//handle keypresses
this.documentKeyPress = sb.events.add(document, 'keypress', this.delegateEvents);
- if(sb.browser.agent === 'ie' &&... | event observer handles IE bubble events for change and submit even with IE 8, not needed for 9+ |
diff --git a/client/index.js b/client/index.js
index <HASH>..<HASH> 100644
--- a/client/index.js
+++ b/client/index.js
@@ -45,20 +45,26 @@ const render = () => {
// Match routes based on location object:
match({ routes, location }, (error, redirectLocation, renderProps) => {
if (error) console.log(erro... | Fix warning when renderProps is undefined. Closes #<I> |
diff --git a/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java b/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java
index <HASH>..<HASH> 100644
--- a/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java
+++ b/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusG... | These fixes take of the issue that was visible on certain non-server
class machines where Java was allocating <I>MB max. |
diff --git a/src/crd/writer.js b/src/crd/writer.js
index <HASH>..<HASH> 100644
--- a/src/crd/writer.js
+++ b/src/crd/writer.js
@@ -176,7 +176,11 @@ function validateFields(fields) {
}
field.type = type;
if (typeof field.length !== 'number') {
- field.length = 1;
+ if (fi... | default length for ascii is variable |
diff --git a/lib/net/ssh/authentication/methods/publickey.rb b/lib/net/ssh/authentication/methods/publickey.rb
index <HASH>..<HASH> 100644
--- a/lib/net/ssh/authentication/methods/publickey.rb
+++ b/lib/net/ssh/authentication/methods/publickey.rb
@@ -82,6 +82,8 @@ module Net
when USERAUTH_FAILURE
... | fixing to work with windows and wingftpserver connecting with public key |
diff --git a/src/Common/Service/Profiler.php b/src/Common/Service/Profiler.php
index <HASH>..<HASH> 100644
--- a/src/Common/Service/Profiler.php
+++ b/src/Common/Service/Profiler.php
@@ -87,8 +87,8 @@ class Profiler
$aBacktrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2);
$aCaller =... | Improved Profiler rendering of caller details |
diff --git a/python/testing/__init__.py b/python/testing/__init__.py
index <HASH>..<HASH> 100644
--- a/python/testing/__init__.py
+++ b/python/testing/__init__.py
@@ -0,0 +1,14 @@
+import unittest
+
+def test_module(m, runner=None):
+ if runner is None:
+ runner = unittest.TestRunner()
+ suite = unittest.T... | Workaround for micropython-lib unittest module main() being buggy/unhelpful with module introspection |
diff --git a/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java b/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java
index <HASH>..<HASH> 100644
--- a/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java
+++ ... | Two tests enabled in LeftJoinProfTest. |
diff --git a/app/worker.js b/app/worker.js
index <HASH>..<HASH> 100644
--- a/app/worker.js
+++ b/app/worker.js
@@ -1,17 +1,6 @@
const {createContext, Script} = require('vm')
const { Request, Response, Headers } = require("node-fetch");
-class FetchEvent {
- constructor(request) {
- this.type = 'fetch';
- thi... | Removing an Unnecessary Class |
diff --git a/src/notebook/menu/index.js b/src/notebook/menu/index.js
index <HASH>..<HASH> 100644
--- a/src/notebook/menu/index.js
+++ b/src/notebook/menu/index.js
@@ -4,6 +4,8 @@ import {
showSaveAsDialog,
} from '../api/save';
+import { tildify } from '../native-window';
+
import {
executeCell,
newKernel,... | Updated focused browser window title on saveAs |
diff --git a/visidata/loaders/npy.py b/visidata/loaders/npy.py
index <HASH>..<HASH> 100644
--- a/visidata/loaders/npy.py
+++ b/visidata/loaders/npy.py
@@ -91,4 +91,4 @@ def save_npy(vd, p, sheet):
arr = np.array(data, dtype=dtype)
with p.open_bytes(mode='w') as outf:
- np.save(outf, arr, **self.optio... | [npy-] fix typo in save |
diff --git a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py b/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
+++ b/python_modules/dagster-test/dagster_test/fixtures/docker_comp... | make some docker-compose fixtures module-scoped (#<I>)
Summary:
These allow you to have fixtures that only run docker-compose once per module
Test Plan: BK
Reviewers: jmsanders |
diff --git a/PhoneGapLib/javascripts/core/contact.js b/PhoneGapLib/javascripts/core/contact.js
index <HASH>..<HASH> 100644
--- a/PhoneGapLib/javascripts/core/contact.js
+++ b/PhoneGapLib/javascripts/core/contact.js
@@ -66,5 +66,5 @@ ContactManager.prototype.contactsCount = function(successCallback, errorCallback
}
... | Updated to conform to MobileSpec. navigator.ContactManager becomes navigator.contacts
see <URL> |
diff --git a/metaextract/metaextract.py b/metaextract/metaextract.py
index <HASH>..<HASH> 100644
--- a/metaextract/metaextract.py
+++ b/metaextract/metaextract.py
@@ -50,6 +50,9 @@ class metaextract(Command):
'scripts', 'tests_require', 'tests_suite']:
if hasattr(self.distribution, key... | Fix json serialization for dict_items on py3 (#4)
With python<I>, data_files is a 'dict_items' object which is not
serializable.
Closes #4 |
diff --git a/app/models/agents/imap_folder_agent.rb b/app/models/agents/imap_folder_agent.rb
index <HASH>..<HASH> 100644
--- a/app/models/agents/imap_folder_agent.rb
+++ b/app/models/agents/imap_folder_agent.rb
@@ -302,9 +302,10 @@ module Agents
def each_unread_mail
host, port, ssl, username = interpolated.... | ImapFolderAgent: Do not fail when port is blank. |
diff --git a/src/Config/FastRoute.php b/src/Config/FastRoute.php
index <HASH>..<HASH> 100644
--- a/src/Config/FastRoute.php
+++ b/src/Config/FastRoute.php
@@ -11,6 +11,7 @@ class FastRoute extends SingleValueDirectiveGroup
const POST = 2;
const PUT = 4;
const DELETE = 8;
+ const RESTFUL = self::GET | ... | Add RESTFUL const to ease restful routes declaration |
diff --git a/src/LiveDevelopment/Agents/RemoteFunctions.js b/src/LiveDevelopment/Agents/RemoteFunctions.js
index <HASH>..<HASH> 100644
--- a/src/LiveDevelopment/Agents/RemoteFunctions.js
+++ b/src/LiveDevelopment/Agents/RemoteFunctions.js
@@ -217,8 +217,8 @@ function RemoteFunctions(experimental) {
highlig... | Added light inset shadow for visibility on dark backgrounds, toned back some of the colors in general |
diff --git a/niworkflows/utils/spaces.py b/niworkflows/utils/spaces.py
index <HASH>..<HASH> 100644
--- a/niworkflows/utils/spaces.py
+++ b/niworkflows/utils/spaces.py
@@ -667,6 +667,9 @@ class OutputReferencesAction(argparse.Action):
and ":resolution-" not in val
):
# by d... | doc: insert urls to discussions [skip ci] |
diff --git a/lib/database_cleaner.rb b/lib/database_cleaner.rb
index <HASH>..<HASH> 100644
--- a/lib/database_cleaner.rb
+++ b/lib/database_cleaner.rb
@@ -1,6 +1,3 @@
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
require 'database_cle... | DatabaseCleaner() method was cool, but really isn't needed... |
diff --git a/src/Theme/HookManager.php b/src/Theme/HookManager.php
index <HASH>..<HASH> 100644
--- a/src/Theme/HookManager.php
+++ b/src/Theme/HookManager.php
@@ -119,11 +119,10 @@ class HookManager
}
if (!array_key_exists($classarg, $this->instances)) {
- if ($classarg instanceof WpBridg... | Added support for WpBridgeAwareInterface in HookManger. |
diff --git a/src/interface/button.js b/src/interface/button.js
index <HASH>..<HASH> 100644
--- a/src/interface/button.js
+++ b/src/interface/button.js
@@ -52,6 +52,8 @@ export const destroyAll = {
export function setup() {
setupLogger();
+ getButtonsComponent();
+ getCheckoutComponent();
}
export func... | Register button and checkout components in setup step |
diff --git a/src/main/java/org/lmdbjava/ByteBufferProxy.java b/src/main/java/org/lmdbjava/ByteBufferProxy.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/lmdbjava/ByteBufferProxy.java
+++ b/src/main/java/org/lmdbjava/ByteBufferProxy.java
@@ -133,7 +133,7 @@ public final class ByteBufferProxy {
final int... | fix a typo in ByteBufferProxy (#<I>) |
diff --git a/support/mocha-blanket.js b/support/mocha-blanket.js
index <HASH>..<HASH> 100755
--- a/support/mocha-blanket.js
+++ b/support/mocha-blanket.js
@@ -59,9 +59,9 @@
});
//I dont know why these became global leaks
- runner.globals(['stats', 'failures', 'runner']);
+ ... | call originalReporter with correct "this" |
diff --git a/framework/directives/scrollable.js b/framework/directives/scrollable.js
index <HASH>..<HASH> 100644
--- a/framework/directives/scrollable.js
+++ b/framework/directives/scrollable.js
@@ -38,7 +38,7 @@ limitations under the License.
scrollWrapper = element[0];
- var offset = parseInt(attrs.th... | make infinit scroll threshold more sensitive |
diff --git a/climb/config.py b/climb/config.py
index <HASH>..<HASH> 100644
--- a/climb/config.py
+++ b/climb/config.py
@@ -17,9 +17,23 @@ def load_config(name):
paths = [path.format(name=name) for path in DEFAULT_CONFIG_PATHS]
for config_path in paths:
- config_path = os.path.expanduser(config_path)
... | Add method for direct config loading. |
diff --git a/lib/hamlit/doctype_compiler.rb b/lib/hamlit/doctype_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/hamlit/doctype_compiler.rb
+++ b/lib/hamlit/doctype_compiler.rb
@@ -3,26 +3,37 @@ require 'hamlit/filter'
module Hamlit
class DoctypeCompiler < Hamlit::Filter
def on_haml_doctype(format, type)
- ... | Pass doctype haml-spec |
diff --git a/modules/timestamp.js b/modules/timestamp.js
index <HASH>..<HASH> 100644
--- a/modules/timestamp.js
+++ b/modules/timestamp.js
@@ -7,12 +7,12 @@ function updateTimestampEl(el) {
}
setInterval(function () {
- var els = [].slice.call(document.querySelectorAll('.timestamp'))
+ var els = [].slice.call(doc... | stop patchbay timestamps from conflicting with patchwork-next ones (hack) |
diff --git a/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java b/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java
index <HASH>..<HASH> 100644
--- a/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java
+++ b/client/src/main/jav... | Issue <I>: NPE during shutdown of ControllerNameResolver (#<I>)
* Checks for null before ControllerNameResolver#shutdown. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -57,7 +57,7 @@ function cftemplate(
// Format markup for insertion at the current position.
function format(form) {
return formToMarkup(form)
- // split lines
+ // Split lines.
... | Call back with an error for unrecognized directives |
diff --git a/pkg/codegen/dotnet/gen.go b/pkg/codegen/dotnet/gen.go
index <HASH>..<HASH> 100644
--- a/pkg/codegen/dotnet/gen.go
+++ b/pkg/codegen/dotnet/gen.go
@@ -105,6 +105,9 @@ func isImmutableArrayType(t schema.Type, wrapInput bool) bool {
}
func isValueType(t schema.Type) bool {
+ if _, ok := t.(*schema.EnumTyp... | [codegen/dotnet] - Fix isValueType to include enums (#<I>) |
diff --git a/core/src/main/java/com/google/bitcoin/core/Transaction.java b/core/src/main/java/com/google/bitcoin/core/Transaction.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/bitcoin/core/Transaction.java
+++ b/core/src/main/java/com/google/bitcoin/core/Transaction.java
@@ -491,6 +491,10 @@ publ... | Don't crash if trying to print a transaction with no inputs |
diff --git a/lib/amee-data-abstraction/calculation.rb b/lib/amee-data-abstraction/calculation.rb
index <HASH>..<HASH> 100644
--- a/lib/amee-data-abstraction/calculation.rb
+++ b/lib/amee-data-abstraction/calculation.rb
@@ -130,6 +130,7 @@ module AMEE
def discover_url
"http://discover.amee.com/categorie... | change explorer_url mathod to discvoer |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -37,12 +37,13 @@ Deployor.defaults = {
Deployor.verbose = false;
+sh.config.silent = !Deployor.verbose;
var e = Deployor.exec = function (cmd) {
if (Deployor.verbose) {
console.log('$ ', cmd);
}
- return sh... | feat(deploy): silent with shelljs.config |
diff --git a/fseval_test.go b/fseval_test.go
index <HASH>..<HASH> 100644
--- a/fseval_test.go
+++ b/fseval_test.go
@@ -1,6 +1,7 @@
package mtree
import (
+ "encoding/json"
"io/ioutil"
"os"
"path/filepath"
@@ -8,7 +9,7 @@ import (
"time"
)
-var mockTime = time.Unix(1337888823, 88288518233)
+var mockTime =... | fseval: not nanosecond for mock test
while testing on osx, it seems that it doesn't support nanoseconds so it
fails this check because the mockFsEval returns the nsec precision, but
the actual expected results is:
"old": "<I>"
"new": "<I>"
Ideally there will be a way to detect when the fs supports nsecs |
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py
index <HASH>..<HASH> 100644
--- a/parsl/dataflow/dflow.py
+++ b/parsl/dataflow/dflow.py
@@ -61,10 +61,13 @@ class DataFlowKernel(object):
Returns:
DataFlowKernel object
"""
- self.config = {"sites" : [],
- ... | Fixing issue with cases with no config |
diff --git a/fault/tester.py b/fault/tester.py
index <HASH>..<HASH> 100644
--- a/fault/tester.py
+++ b/fault/tester.py
@@ -68,7 +68,7 @@ class Tester:
self.clock = clock
if reset is not None and not isinstance(reset, m.ResetType):
raise TypeError(f"Expected reset port: {reset, type(reset)... | rename reset variable to avoid conflict |
diff --git a/samples/system-test/sample.test.js b/samples/system-test/sample.test.js
index <HASH>..<HASH> 100644
--- a/samples/system-test/sample.test.js
+++ b/samples/system-test/sample.test.js
@@ -16,7 +16,9 @@
'use strict';
const {assert} = require('chai');
-const {execSync} = require('child_process');
+const cp... | refactor: wrap execSync with encoding: utf-8 (#<I>) |
diff --git a/pages/app/presenters/refinery/pages/title_section_presenter.rb b/pages/app/presenters/refinery/pages/title_section_presenter.rb
index <HASH>..<HASH> 100644
--- a/pages/app/presenters/refinery/pages/title_section_presenter.rb
+++ b/pages/app/presenters/refinery/pages/title_section_presenter.rb
@@ -4,6 +4,8 ... | Add SanitizeHelper to TitleSectionPresenter |
diff --git a/crawler/crawling/pipelines.py b/crawler/crawling/pipelines.py
index <HASH>..<HASH> 100644
--- a/crawler/crawling/pipelines.py
+++ b/crawler/crawling/pipelines.py
@@ -59,7 +59,7 @@ class LoggingBeforePipeline(object):
item_copy['action'] = 'emit'
self.logger.info('Scraped page', ex... | ErrorResponseItem no longer needed |
diff --git a/lib/discordrb/webhooks/client.rb b/lib/discordrb/webhooks/client.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/webhooks/client.rb
+++ b/lib/discordrb/webhooks/client.rb
@@ -8,6 +8,11 @@ module Discordrb::Webhooks
# @param token [String] The webhook's authorisation token. Will only be used
# ... | :anchor: Use generate_url to obtain a URL if none is given |
diff --git a/lib/instana/instrumentation/rack.rb b/lib/instana/instrumentation/rack.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/instrumentation/rack.rb
+++ b/lib/instana/instrumentation/rack.rb
@@ -5,11 +5,19 @@ module Instana
end
def call(env)
- req = ::Rack::Request.new(env)
kvs = { :http... | Pickup incoming context from HTTP headers. |
diff --git a/pydevd_concurrency_analyser/pydevd_concurrency_logger.py b/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
index <HASH>..<HASH> 100644
--- a/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
+++ b/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
@@ -1,4 +1,3 @@
-import time
from py... | Fix ImportError after refactoring (PY-<I>)
(cherry picked from commit <I>d0f) |
diff --git a/discord/http.py b/discord/http.py
index <HASH>..<HASH> 100644
--- a/discord/http.py
+++ b/discord/http.py
@@ -463,7 +463,7 @@ class HTTPClient:
def edit_member(self, guild_id, user_id, **fields):
r = Route('PATCH', '/guilds/{guild_id}/members/{user_id}', guild_id=guild_id, user_id=user_id)
... | Fix NameError inside HTTPClient.edit_member. |
diff --git a/lib/db/schemaupdater.go b/lib/db/schemaupdater.go
index <HASH>..<HASH> 100644
--- a/lib/db/schemaupdater.go
+++ b/lib/db/schemaupdater.go
@@ -452,7 +452,16 @@ func (db *schemaUpdater) updateSchemato9(prev int) error {
metas := make(map[string]*metadataTracker)
for it.Next() {
intf, err := t.unmarsha... | lib/db: Be more lenient during migration (fixes #<I>) (#<I>) |
diff --git a/Configuration/TCA/tx_happyfeet_domain_model_footnote.php b/Configuration/TCA/tx_happyfeet_domain_model_footnote.php
index <HASH>..<HASH> 100644
--- a/Configuration/TCA/tx_happyfeet_domain_model_footnote.php
+++ b/Configuration/TCA/tx_happyfeet_domain_model_footnote.php
@@ -34,6 +34,7 @@ return array(
... | [TASK] Upadte TCA configuration
Add "renderType" configuration to "select" fields. |
diff --git a/src/test/java/guru/qas/martini/DefaultMixologistTest.java b/src/test/java/guru/qas/martini/DefaultMixologistTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/guru/qas/martini/DefaultMixologistTest.java
+++ b/src/test/java/guru/qas/martini/DefaultMixologistTest.java
@@ -65,7 +65,7 @@ public class De... | Fixing failing tests due to line number change occurring with addition of license comments to test resource file. |
diff --git a/lib/celluloid/version.rb b/lib/celluloid/version.rb
index <HASH>..<HASH> 100644
--- a/lib/celluloid/version.rb
+++ b/lib/celluloid/version.rb
@@ -1,3 +1,3 @@
module Celluloid
- VERSION = '0.17.0.pre4'
+ VERSION = '0.17.0.pre5'
end | push another prerelease until this situtation is figured out so we can just use raw repositories again |
diff --git a/ehforwarderbot/__version__.py b/ehforwarderbot/__version__.py
index <HASH>..<HASH> 100644
--- a/ehforwarderbot/__version__.py
+++ b/ehforwarderbot/__version__.py
@@ -1,3 +1,3 @@
# coding=utf-8
-__version__ = "2.0.1.dev1"
+__version__ = "2.0.0" | fix: revert version number bump |
diff --git a/lib/oxidized/output/git.rb b/lib/oxidized/output/git.rb
index <HASH>..<HASH> 100644
--- a/lib/oxidized/output/git.rb
+++ b/lib/oxidized/output/git.rb
@@ -43,7 +43,8 @@ class Git < Output
update type_repo, file, type_cfg unless type_cfg.empty?
end
- update repo, file, outputs.to_cfg
+ ou... | don't commit empty config in git output |
diff --git a/framework/core/js/src/forum/components/Post.js b/framework/core/js/src/forum/components/Post.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/forum/components/Post.js
+++ b/framework/core/js/src/forum/components/Post.js
@@ -120,7 +120,7 @@ export default class Post extends Component {
/**
... | fix: `Post--by-actor` not showing when comparing user instances as `discussion.user()` is not loaded (#<I>) |
diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -19,12 +19,14 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Conta... | fix: we must override dispatcher because it is private upstream |
diff --git a/app/models/alchemy/page/publisher.rb b/app/models/alchemy/page/publisher.rb
index <HASH>..<HASH> 100644
--- a/app/models/alchemy/page/publisher.rb
+++ b/app/models/alchemy/page/publisher.rb
@@ -19,9 +19,11 @@ module Alchemy
version = public_version(public_on)
DeleteElements.new(versio... | Use page version element repo and duplicator in publisher
This should speed up page publishing considerably. Specs are sufficient. |
diff --git a/models/classes/user/LtiUserService.php b/models/classes/user/LtiUserService.php
index <HASH>..<HASH> 100755
--- a/models/classes/user/LtiUserService.php
+++ b/models/classes/user/LtiUserService.php
@@ -65,7 +65,7 @@ abstract class LtiUserService extends ConfigurableService
*/
public function fin... | Do not generate lock id based on label |
diff --git a/cluster/manager.go b/cluster/manager.go
index <HASH>..<HASH> 100644
--- a/cluster/manager.go
+++ b/cluster/manager.go
@@ -1386,7 +1386,7 @@ func (c *ClusterManager) Enumerate() (api.Cluster, error) {
config := api.FluentDConfig{}
- if len(splits) > 0 {
+ if len(splits) > 1 {
config.IP = splits[0]
... | Fix potential panic - index out of range |
diff --git a/examples/cookie/main.go b/examples/cookie/main.go
index <HASH>..<HASH> 100644
--- a/examples/cookie/main.go
+++ b/examples/cookie/main.go
@@ -72,8 +72,8 @@ func setcookies(host string, res *string) cdp.Tasks {
return cdp.Tasks{
cdp.ActionFunc(func(ctxt context.Context, h cdptypes.Handler) error {
... | Updating cookie example for new changed API |
diff --git a/carrot/backends/pyamqplib.py b/carrot/backends/pyamqplib.py
index <HASH>..<HASH> 100644
--- a/carrot/backends/pyamqplib.py
+++ b/carrot/backends/pyamqplib.py
@@ -200,7 +200,7 @@ class Backend(BaseBackend):
def close(self):
"""Close the channel if open."""
- if getattr(self, "channel"... | pyamqplib backend close didn't work properly, typo channel -> _channel |
diff --git a/app/controllers/alchemy/admin/essence_pictures_controller.rb b/app/controllers/alchemy/admin/essence_pictures_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/alchemy/admin/essence_pictures_controller.rb
+++ b/app/controllers/alchemy/admin/essence_pictures_controller.rb
@@ -35,7 +35,7 @@ mod... | Remove superfluous options ivar from essence pictures controller
The options ivar is already set by the before_action and we dont want to override the sortable option here, as it is already set in the params. |
diff --git a/lib/showdown.js b/lib/showdown.js
index <HASH>..<HASH> 100644
--- a/lib/showdown.js
+++ b/lib/showdown.js
@@ -1026,6 +1026,8 @@ var _DoItalicsAndBold = function(text) {
text = text.replace(/(\*\*|__)(?=\S)([^\r]*?\S[*_]*)\1/g,
"<strong>$2</strong>");
+ text = text.replace(/(\w)_(\w)/g, "$1~E95E$... | Another GFM thing: don't italicize a_b_c |
diff --git a/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php b/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php
index <HASH>..<HASH> 100644
--- a/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php
+++ b/test/RoaveTest/DeveloperTools/Inspection/AggregateInspecti... | Using mocks in inspection tests instead of concrede instances |
diff --git a/lib/scientist/version.rb b/lib/scientist/version.rb
index <HASH>..<HASH> 100644
--- a/lib/scientist/version.rb
+++ b/lib/scientist/version.rb
@@ -1,3 +1,3 @@
module Scientist
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
end | Bump to <I>
Incrementing minor version since MismatchException base class changes. |
diff --git a/spec/tripod/predicates_spec.rb b/spec/tripod/predicates_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/tripod/predicates_spec.rb
+++ b/spec/tripod/predicates_spec.rb
@@ -23,6 +23,13 @@ describe Tripod::Predicates do
stmt3.predicate = RDF::URI.new('http://name')
stmt3.object = "ric"
@graph <<... | added test for predicates being polluted by other triples |
diff --git a/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProcessor.java b/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProcessor.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProc... | Do not run post processor if bus is disabled |
diff --git a/GPflow/tf_wraps.py b/GPflow/tf_wraps.py
index <HASH>..<HASH> 100644
--- a/GPflow/tf_wraps.py
+++ b/GPflow/tf_wraps.py
@@ -25,7 +25,7 @@ from ._settings import settings
import numpy as np
-def eye(N):
+def eye(N): # pragma: no cover
"""
An identitiy matrix
""" | removing deprecated functinos from coverage |
diff --git a/src/Node/File.php b/src/Node/File.php
index <HASH>..<HASH> 100644
--- a/src/Node/File.php
+++ b/src/Node/File.php
@@ -26,7 +26,7 @@ class File implements FileInterface, GenericOperationInterface
public function exists()
{
- return $this->filesystem->stat($this->filename);
+ return... | Even making it simple and effectively degrading exists to a stat (maybe ditch exists all together?) |
diff --git a/src/armet/api.py b/src/armet/api.py
index <HASH>..<HASH> 100755
--- a/src/armet/api.py
+++ b/src/armet/api.py
@@ -9,7 +9,12 @@ from django.conf.urls import patterns, url, include
from armet import resources
-class Api(resources.Resource, MutableSequence):
+class DeclarativeApi(resources.DeclarativeRes... | Fused the metaclasses. |
diff --git a/lib/drafting/instance_methods.rb b/lib/drafting/instance_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/drafting/instance_methods.rb
+++ b/lib/drafting/instance_methods.rb
@@ -5,16 +5,7 @@ module Drafting
draft = Draft.find_by_id(self.draft_id) || Draft.new
- new_object = self.class.new
-... | Refactor InstanceMethods (split method) |
diff --git a/src/Cookie/FileCookieJar.php b/src/Cookie/FileCookieJar.php
index <HASH>..<HASH> 100644
--- a/src/Cookie/FileCookieJar.php
+++ b/src/Cookie/FileCookieJar.php
@@ -56,7 +56,7 @@ class FileCookieJar extends CookieJar
}
$jsonStr = \GuzzleHttp\json_encode($json);
- if (false === file_... | Prevent concurrent writes
Concurrent writes might lead to invalid JSON being saved in the cookie jar. |
diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -403,10 +403,12 @@
// ctrl.tagging pushes items to ctrl.items, so we only have empty val
// for `item` if it is a detected duplicate
if ( item === undefine... | make sure the tagging tranform function is called if available |
diff --git a/test/fixtures/tasks/echo.js b/test/fixtures/tasks/echo.js
index <HASH>..<HASH> 100644
--- a/test/fixtures/tasks/echo.js
+++ b/test/fixtures/tasks/echo.js
@@ -9,7 +9,7 @@
module.exports = function(grunt) {
'use strict';
grunt.registerMultiTask('echo', 'A task that echos a message.', function() {
- ... | Fix indentation in echo task fixture |
diff --git a/clock/rfc822.go b/clock/rfc822.go
index <HASH>..<HASH> 100644
--- a/clock/rfc822.go
+++ b/clock/rfc822.go
@@ -80,3 +80,7 @@ func (t *RFC822Time) UnmarshalJSON(s []byte) error {
func (t RFC822Time) String() string {
return t.Format(RFC1123)
}
+
+func (t RFC822Time) StringWithOffset() string {
+ return t... | add StringWithOffset method to RFC<I>Time struct |
diff --git a/plugins/commands/serve/service/provider_service.rb b/plugins/commands/serve/service/provider_service.rb
index <HASH>..<HASH> 100644
--- a/plugins/commands/serve/service/provider_service.rb
+++ b/plugins/commands/serve/service/provider_service.rb
@@ -110,7 +110,7 @@ module VagrantPlugins
def state_... | Request target in spec and allow conversion to machine |
diff --git a/gomatic/go_cd_configurator.py b/gomatic/go_cd_configurator.py
index <HASH>..<HASH> 100755
--- a/gomatic/go_cd_configurator.py
+++ b/gomatic/go_cd_configurator.py
@@ -291,7 +291,8 @@ class HostRestClient(object):
return (self.__username, self.__password) if self.__username or self.__password else N... | adding Accept header to allow reuse with API endpoints |
diff --git a/spec/lib/legato/query_spec.rb b/spec/lib/legato/query_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/legato/query_spec.rb
+++ b/spec/lib/legato/query_spec.rb
@@ -164,6 +164,14 @@ describe Legato::Query do
@query.metrics.include?(:pageviews).should eq(true)
@query.metrics.include?(:ses... | add spec to check for sharing of metrics across query instances |
diff --git a/dosagelib/util.py b/dosagelib/util.py
index <HASH>..<HASH> 100644
--- a/dosagelib/util.py
+++ b/dosagelib/util.py
@@ -305,7 +305,7 @@ def check_robotstxt(url, session):
roboturl = get_roboturl(url)
rp = get_robotstxt_parser(roboturl, session=session)
if not rp.can_fetch(UserAgent, str(url)):... | Minor useragent refactoring |
diff --git a/cloudplatform/service/device/src/main/java/io/rhiot/cloudplatform/service/device/spring/DeviceServiceConfiguration.java b/cloudplatform/service/device/src/main/java/io/rhiot/cloudplatform/service/device/spring/DeviceServiceConfiguration.java
index <HASH>..<HASH> 100644
--- a/cloudplatform/service/device/sr... | Device service components should be overridable. |
diff --git a/test/eth/AccountsService.spec.js b/test/eth/AccountsService.spec.js
index <HASH>..<HASH> 100644
--- a/test/eth/AccountsService.spec.js
+++ b/test/eth/AccountsService.spec.js
@@ -134,6 +134,25 @@ test('useAccountWithAddress', async () => {
expect(service.currentAddress()).toEqual(a2.address);
});
+/*
... | add test for adding account with no name |
diff --git a/lib/solargraph/source.rb b/lib/solargraph/source.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/source.rb
+++ b/lib/solargraph/source.rb
@@ -499,8 +499,15 @@ module Solargraph
elsif c.type == :defs
s_visi = visibility
s_visi = :public if scope != :class
- ... | Resolve explicit namespaces in singleton method definitions. |
diff --git a/lib/Models/Leaflet.js b/lib/Models/Leaflet.js
index <HASH>..<HASH> 100644
--- a/lib/Models/Leaflet.js
+++ b/lib/Models/Leaflet.js
@@ -226,7 +226,7 @@ Leaflet.prototype.captureScreenshot = function() {
var deferred = when.defer();
// Temporarily hide the map credits.
- this.map.attributionCon... | Modify code that uses a Leafelt 1 renamed function |
diff --git a/lib/guard/jasmine/cli.rb b/lib/guard/jasmine/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/jasmine/cli.rb
+++ b/lib/guard/jasmine/cli.rb
@@ -105,13 +105,14 @@ module Guard
runner_options[:jasmine_url] = options.url || "http://localhost:#{ runner_options[:port] }/jasmine"
runner_op... | Allowed passing custom rackup config via CLI |
diff --git a/pkg/test/ginkgo/junit.go b/pkg/test/ginkgo/junit.go
index <HASH>..<HASH> 100644
--- a/pkg/test/ginkgo/junit.go
+++ b/pkg/test/ginkgo/junit.go
@@ -145,7 +145,7 @@ func writeJUnitReport(filePrefix, name string, tests []*testCase, dir string, du
},
})
case test.success:
- s.NumFailed++
+ s.Num... | Fix count of failures in JUnit output
Don't count success as a failure. |
diff --git a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java b/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
+++ b/library/src/main/java/... | refactor(MagicProgressCircle): effective invalidate when update footOverHead |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ install_requires = [
'slumber>=0.7,<0.8',
'selenium>=3.11,<4',
'transifex-client>=0.14,<0.15',
- 'cryptography>=3.2,<4',
- 'PyJWT>=1.7,<2',
+ 'cryptography~=3.4',
+ 'PyJWT~=2.1.0',
... | Update PyJWT and cryptography libraries
… this will lead to breaking changes: `jwt.encode/decode` method arguments and return types have changed |
diff --git a/lib/larch/imap/mailbox.rb b/lib/larch/imap/mailbox.rb
index <HASH>..<HASH> 100644
--- a/lib/larch/imap/mailbox.rb
+++ b/lib/larch/imap/mailbox.rb
@@ -17,7 +17,7 @@ class Mailbox
@name = name
@delim = delim
@subscribed = subscribed
- @attr = *attr.flatten # flatten is nece... | Ruby <I> didn't like that last <I> fix. Let's try that again. |
diff --git a/examples/sevensegment_test.py b/examples/sevensegment_test.py
index <HASH>..<HASH> 100644
--- a/examples/sevensegment_test.py
+++ b/examples/sevensegment_test.py
@@ -44,6 +44,10 @@ def clock(device, deviceId, seconds):
device = led.sevensegment(cascaded=3)
+# Alphabet Text
+device.show_message("HELLO ... | Update 7-segment example |
diff --git a/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go b/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go
+++ b/staging/src/k8s.io/apiserver/pk... | Remove race condition from TestApfExecuteWatchRequestsWithInitializationSignal |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.