diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/clients/ApplicationClient.js b/src/clients/ApplicationClient.js
index <HASH>..<HASH> 100644
--- a/src/clients/ApplicationClient.js
+++ b/src/clients/ApplicationClient.js
@@ -75,6 +75,11 @@ export default class ApplicationClient extends BaseClient {
} else {
this.httpServer = config.org + ... | Add "with-proxy" config to allow
While using a proxy with this client could be achieved by settings
http-server: ‘<my server>’, providing an option to call APIs with just
the path is a more natural option. |
diff --git a/src/iterators/compile.js b/src/iterators/compile.js
index <HASH>..<HASH> 100644
--- a/src/iterators/compile.js
+++ b/src/iterators/compile.js
@@ -524,18 +524,10 @@ export function compileCycle(key, p) {
return promise;
};
- fCtx.race = function () {
- throw new Error(".race can't be use... | Removed restrictions from .race and .wait |
diff --git a/www/src/pages/index.js b/www/src/pages/index.js
index <HASH>..<HASH> 100644
--- a/www/src/pages/index.js
+++ b/www/src/pages/index.js
@@ -197,7 +197,7 @@ import NextAuth from 'next-auth'
import Providers from 'next-auth/providers'
const options = {
- site: 'https://example.com'
+ site: 'https://examp... | added missing comma to homepage example |
diff --git a/datacleaner/datacleaner.py b/datacleaner/datacleaner.py
index <HASH>..<HASH> 100644
--- a/datacleaner/datacleaner.py
+++ b/datacleaner/datacleaner.py
@@ -76,7 +76,13 @@ def autoclean(input_dataframe, drop_nans=False, copy=False, encoder=None,
try:
input_dataframe[column].fillna(input_... | Fix index out of bounds issue when fillna |
diff --git a/agent.go b/agent.go
index <HASH>..<HASH> 100644
--- a/agent.go
+++ b/agent.go
@@ -95,11 +95,11 @@ func (p *process) closePostStartFDs() {
}
if p.process.ConsoleSocket != nil {
- p.process.Stderr.(*os.File).Close()
+ p.process.ConsoleSocket.Close()
}
if p.consoleSock != nil {
- p.process.Stde... | agent: Close appropriate file handler
This commit fixes a bug in the code of agent.go file. It closes the
appropriate file handlers after they have been properly tested.
Fixes #<I> |
diff --git a/pkg/services/alerting/notifiers/pagerduty.go b/pkg/services/alerting/notifiers/pagerduty.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/notifiers/pagerduty.go
+++ b/pkg/services/alerting/notifiers/pagerduty.go
@@ -88,7 +88,13 @@ func (pn *PagerdutyNotifier) Notify(evalContext *alerting.EvalCont... | Alerting: Truncate PagerDuty summary when greater than <I> characters (#<I>)
Requests to PagerDuty fail with an HTTP <I> if the `summary`
attribute contains more than <I> characters, this fixes this.
API spec:
<URL> |
diff --git a/specs-go/version.go b/specs-go/version.go
index <HASH>..<HASH> 100644
--- a/specs-go/version.go
+++ b/specs-go/version.go
@@ -25,7 +25,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
- VersionDev = "-rc6"
+ VersionDev = "-rc6-dev"
)
// Vers... | version: master back to -dev |
diff --git a/src/main/java/com/greatmancode/craftconomy3/account/AccountManager.java b/src/main/java/com/greatmancode/craftconomy3/account/AccountManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/greatmancode/craftconomy3/account/AccountManager.java
+++ b/src/main/java/com/greatmancode/craftconomy3/accou... | Add back exist for backward Vault compatibility. |
diff --git a/lib/session.js b/lib/session.js
index <HASH>..<HASH> 100644
--- a/lib/session.js
+++ b/lib/session.js
@@ -10,7 +10,7 @@ const Store = require('./store');
const uid = require('uid-safe');
/* istanbul ignore next */
-function defaultErrorHanlder(err, type) {
+function defaultErrorHandler(err, type) {
... | Fix typo in var name
Handler was misspelled |
diff --git a/end-to-end-tests/src/test/java/fi/jumi/test/RunningTestsTest.java b/end-to-end-tests/src/test/java/fi/jumi/test/RunningTestsTest.java
index <HASH>..<HASH> 100755
--- a/end-to-end-tests/src/test/java/fi/jumi/test/RunningTestsTest.java
+++ b/end-to-end-tests/src/test/java/fi/jumi/test/RunningTestsTest.java
@... | RunningTestsTest: "suite with one failing test" passes |
diff --git a/arctic/arctic.py b/arctic/arctic.py
index <HASH>..<HASH> 100644
--- a/arctic/arctic.py
+++ b/arctic/arctic.py
@@ -203,7 +203,9 @@ class Arctic(object):
-------
list of Arctic library names
"""
- return self._list_libraries_cached(newer_than_secs) if self.is_caching_enabled... | Handle uninitialized cache object |
diff --git a/gwpy/io/cache.py b/gwpy/io/cache.py
index <HASH>..<HASH> 100644
--- a/gwpy/io/cache.py
+++ b/gwpy/io/cache.py
@@ -52,13 +52,13 @@ __author__ = 'Duncan Macleod <duncan.macleod@ligo.org>'
try: # python2.x
FILE_LIKE = (
file, GzipFile,
- tempfile._TemporaryFileWrapper, # pylint: disable... | io.cache: fixed style issue |
diff --git a/app/src/Bolt/Nut/ConfigSet.php b/app/src/Bolt/Nut/ConfigSet.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Nut/ConfigSet.php
+++ b/app/src/Bolt/Nut/ConfigSet.php
@@ -12,7 +12,7 @@ class ConfigSet extends BaseCommand
{
$this
->setName('config:set')
- ->setDescriptio... | Tweaking descriptions in 'nut' commands. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ def main():
description='Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation.',
long_description=long_description,
long_description_content_type='... | chisel <I> |
diff --git a/concrete/blocks/autonav/controller.php b/concrete/blocks/autonav/controller.php
index <HASH>..<HASH> 100644
--- a/concrete/blocks/autonav/controller.php
+++ b/concrete/blocks/autonav/controller.php
@@ -162,6 +162,11 @@ class Controller extends BlockController
}
} else {
$... | Use the ID of the collection passed in $this->collection in the autonav block |
diff --git a/classes/phing/system/io/PhingFile.php b/classes/phing/system/io/PhingFile.php
index <HASH>..<HASH> 100644
--- a/classes/phing/system/io/PhingFile.php
+++ b/classes/phing/system/io/PhingFile.php
@@ -420,7 +420,7 @@ class PhingFile {
if ($fs->checkAccess($this) !== true) {
throw new IOE... | Refs #<I> - symbolic links are not directories |
diff --git a/course/rest.php b/course/rest.php
index <HASH>..<HASH> 100644
--- a/course/rest.php
+++ b/course/rest.php
@@ -41,7 +41,7 @@ $sequence = optional_param('sequence', '', PARAM_SEQUENCE);
$visible = optional_param('visible', 0, PARAM_INT);
$pageaction = optional_param('action', '', PARAM_ALPHA); // Used... | course MDL-<I> Fixed up typo is ajax editing |
diff --git a/lib/mobility/backend/active_record/serialized.rb b/lib/mobility/backend/active_record/serialized.rb
index <HASH>..<HASH> 100644
--- a/lib/mobility/backend/active_record/serialized.rb
+++ b/lib/mobility/backend/active_record/serialized.rb
@@ -53,7 +53,7 @@ module Mobility
end
end
... | Remove unneeded Loaded::ActiveRecord |
diff --git a/abutils/utils/alignment.py b/abutils/utils/alignment.py
index <HASH>..<HASH> 100644
--- a/abutils/utils/alignment.py
+++ b/abutils/utils/alignment.py
@@ -827,8 +827,8 @@ class NWAlignment(BaseAlignment):
def _get_matrix_file(self, match=None, mismatch=None, matrix=None):
matrix_dir = os.path.... | fix global_alignment scoring when providing an alignment matrix |
diff --git a/star.py b/star.py
index <HASH>..<HASH> 100644
--- a/star.py
+++ b/star.py
@@ -180,6 +180,7 @@ def plot_parameter(logP, parameter, parameter_name, output):
def trig_param_plot(stars, output):
logP = numpy.fromiter((math.log(star.period, 10) for star in stars),
nump... | Time for more assertion debugging... |
diff --git a/src/Auth/Form/Register.php b/src/Auth/Form/Register.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Form/Register.php
+++ b/src/Auth/Form/Register.php
@@ -46,6 +46,9 @@ class Register extends Form
'options' => array(
'label' => /*@translate*/ 'Email',
)... | [General] adjust the use of the search form and the hide feature select 2 Elements |
diff --git a/inferno/callbacks.py b/inferno/callbacks.py
index <HASH>..<HASH> 100644
--- a/inferno/callbacks.py
+++ b/inferno/callbacks.py
@@ -202,7 +202,7 @@ class BestLoss(Callback):
yield key, sign, loss
def on_epoch_end(self, net, **kwargs):
- sl = slice(-1, None), list(self.key_signs)
+ ... | Use np.s_ for consistencey. |
diff --git a/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java b/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java
index <HASH>..<HASH> 100644
--- a/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java
+++ b/aeron-system-tests/src/test/java/io/aeron/Chan... | [Java] Do a contains rather then startWith for error message. |
diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/event_based.py
+++ b/openquake/calculators/event_based.py
@@ -427,8 +427,7 @@ class EventBasedRuptureCalculator(PSHACalculator):
events[name][i] = eve... | Restored the saving of the sescollection |
diff --git a/neo/SmartContract/tests/StorageTest.py b/neo/SmartContract/tests/StorageTest.py
index <HASH>..<HASH> 100644
--- a/neo/SmartContract/tests/StorageTest.py
+++ b/neo/SmartContract/tests/StorageTest.py
@@ -1,5 +1,5 @@
-from boa.code.builtins import range, concat
-from boa.blockchain.vm.Neo.Storage import GetCo... | fix StorageTest smart contract for new compiler |
diff --git a/gpiozero/boards.py b/gpiozero/boards.py
index <HASH>..<HASH> 100644
--- a/gpiozero/boards.py
+++ b/gpiozero/boards.py
@@ -24,10 +24,8 @@ class TrafficLights(object):
class PiTraffic(TrafficLights):
def __init__(self):
- self.red = LED(9)
- self.amber = LED(10)
- self.green = LE... | Use super over re-implentation for PiTraffic |
diff --git a/tests/sample.py b/tests/sample.py
index <HASH>..<HASH> 100755
--- a/tests/sample.py
+++ b/tests/sample.py
@@ -354,8 +354,9 @@ def main():
sample_crud_consumer_group(client, project, logstore, consumer_group)
time.sleep(10)
- sample_external_store(client, project)
- tim... | sample_external_store(client, project) |
diff --git a/docs/storage/driver/testsuites/testsuites.go b/docs/storage/driver/testsuites/testsuites.go
index <HASH>..<HASH> 100644
--- a/docs/storage/driver/testsuites/testsuites.go
+++ b/docs/storage/driver/testsuites/testsuites.go
@@ -258,6 +258,7 @@ func (suite *DriverSuite) TestWriteReadLargeStreams(c *check.C) {... | Close reader after the test is finished. |
diff --git a/ella/ellaadmin/widgets.py b/ella/ellaadmin/widgets.py
index <HASH>..<HASH> 100644
--- a/ella/ellaadmin/widgets.py
+++ b/ella/ellaadmin/widgets.py
@@ -225,11 +225,6 @@ class ListingCustomWidget(forms.SelectMultiple):
cx['choices'] = choices or self.choices
cx['listings'] = list(value[0]) o... | deleted forgotten line frm ellaadmin (is ellaadmin still in use
somewhere?) |
diff --git a/drf_hal_json/views.py b/drf_hal_json/views.py
index <HASH>..<HASH> 100644
--- a/drf_hal_json/views.py
+++ b/drf_hal_json/views.py
@@ -11,4 +11,4 @@ class HalCreateModelMixin(CreateModelMixin):
url_field_data = links_data.get(api_settings.URL_FIELD_NAME)
if not url_field_data:
... | made compatible with DRF <I> |
diff --git a/DrdPlus/Lighting/UnsuitableLightingQualityMalus.php b/DrdPlus/Lighting/UnsuitableLightingQualityMalus.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/Lighting/UnsuitableLightingQualityMalus.php
+++ b/DrdPlus/Lighting/UnsuitableLightingQualityMalus.php
@@ -48,7 +48,7 @@ class UnsuitableLightingQualityMalus ex... | Updated a link to PPH |
diff --git a/anyconfig/__init__.py b/anyconfig/__init__.py
index <HASH>..<HASH> 100644
--- a/anyconfig/__init__.py
+++ b/anyconfig/__init__.py
@@ -19,7 +19,7 @@ validation/generation support.
from .globals import AUTHOR, VERSION
from .api import (
single_load, multi_load, load, loads, dump, dumps, validate, gen_... | api: export merge (anyconfig.dicts.merge) instead of to_container which was deprecated and removed |
diff --git a/stimela/cargo/cab/rfinder/src/run.py b/stimela/cargo/cab/rfinder/src/run.py
index <HASH>..<HASH> 100644
--- a/stimela/cargo/cab/rfinder/src/run.py
+++ b/stimela/cargo/cab/rfinder/src/run.py
@@ -32,11 +32,8 @@ for param in cab['parameters']:
if value is None:
continue
- msnames = []
... | get the msname with no path |
diff --git a/src/main/java/water/util/MRUtils.java b/src/main/java/water/util/MRUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/util/MRUtils.java
+++ b/src/main/java/water/util/MRUtils.java
@@ -75,11 +75,10 @@ public class MRUtils {
int cores = 0;
for( H2ONode node : H2O.CLOUD._memary )
... | Reduce the number of chunks for rebalancing to the number of cores, not 4x. |
diff --git a/activestorage/app/jobs/active_storage/purge_job.rb b/activestorage/app/jobs/active_storage/purge_job.rb
index <HASH>..<HASH> 100644
--- a/activestorage/app/jobs/active_storage/purge_job.rb
+++ b/activestorage/app/jobs/active_storage/purge_job.rb
@@ -3,6 +3,7 @@
# Provides asynchronous purging of ActiveSto... | Retry ActiveStorage::PurgeJobs on DB deadlock |
diff --git a/source/CAS/PGTStorage/Db.php b/source/CAS/PGTStorage/Db.php
index <HASH>..<HASH> 100644
--- a/source/CAS/PGTStorage/Db.php
+++ b/source/CAS/PGTStorage/Db.php
@@ -296,7 +296,7 @@ class CAS_PGTStorage_Db extends CAS_PGTStorage_AbstractStorage
// initialize the PDO object for this method
$... | #<I> fix function names screwed up by the style changes |
diff --git a/wicket-orientdb/src/test/java/ru/ydn/wicket/wicketorientdb/orientdb/TestStandaloneOrientDBCompatibility.java b/wicket-orientdb/src/test/java/ru/ydn/wicket/wicketorientdb/orientdb/TestStandaloneOrientDBCompatibility.java
index <HASH>..<HASH> 100644
--- a/wicket-orientdb/src/test/java/ru/ydn/wicket/wicketori... | Exclude standalone tests because they make test very slow |
diff --git a/openfisca_core/holders.py b/openfisca_core/holders.py
index <HASH>..<HASH> 100644
--- a/openfisca_core/holders.py
+++ b/openfisca_core/holders.py
@@ -2,18 +2,19 @@
from __future__ import division
-import warnings
+import logging
+import shutil
import os
+import warnings
import numpy as np
+import ... | Remove tmp files when simulation is done |
diff --git a/resource_aws_vpc_test.go b/resource_aws_vpc_test.go
index <HASH>..<HASH> 100644
--- a/resource_aws_vpc_test.go
+++ b/resource_aws_vpc_test.go
@@ -10,9 +10,8 @@ import (
)
func TestAccVpc(t *testing.T) {
- testAccPreCheck(t)
-
resource.Test(t, resource.TestCase{
+ PreCheck: func() { testAccPreChe... | helper/resource: add PreCheck |
diff --git a/spec/mongo/collection_spec.rb b/spec/mongo/collection_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mongo/collection_spec.rb
+++ b/spec/mongo/collection_spec.rb
@@ -1263,7 +1263,7 @@ describe Mongo::Collection do
end
end
- context 'when a max time ms value is provided' do
+ context 'wh... | RUBY-<I> Don't test parallelScan on <I> |
diff --git a/lib/rpub.rb b/lib/rpub.rb
index <HASH>..<HASH> 100644
--- a/lib/rpub.rb
+++ b/lib/rpub.rb
@@ -48,7 +48,6 @@ module Rpub
end
KRAMDOWN_OPTIONS = {
- :auto_ids => false,
:coderay_line_numbers => nil
}
end | Do use auto IDs for TOC |
diff --git a/src/wyjc/runtime/Util.java b/src/wyjc/runtime/Util.java
index <HASH>..<HASH> 100755
--- a/src/wyjc/runtime/Util.java
+++ b/src/wyjc/runtime/Util.java
@@ -403,7 +403,7 @@ public class Util {
* The <code>coerce</code> method forces this object to conform to a given
* type.
*/
- public static Obje... | Bug fix for string => [int] coercions. |
diff --git a/lib/songbirdsh/track.rb b/lib/songbirdsh/track.rb
index <HASH>..<HASH> 100644
--- a/lib/songbirdsh/track.rb
+++ b/lib/songbirdsh/track.rb
@@ -22,7 +22,7 @@ module Songbirdsh
end
def search_string
- "#{self.artist.downcase}#{self.album.downcase}#{self.title.downcase}"
+ "#{self.artist.... | slight change to handle nil track fields |
diff --git a/scope/scope.py b/scope/scope.py
index <HASH>..<HASH> 100644
--- a/scope/scope.py
+++ b/scope/scope.py
@@ -78,6 +78,11 @@ class TagBase:
"""Method called for defining arguments for the object. Should be implemented by subclasses."""
pass
+ def set_children(self, children):
+ """Set the children of ... | Add helper function for setting children. |
diff --git a/spec/apps/rails/dummy_app.rb b/spec/apps/rails/dummy_app.rb
index <HASH>..<HASH> 100644
--- a/spec/apps/rails/dummy_app.rb
+++ b/spec/apps/rails/dummy_app.rb
@@ -104,8 +104,7 @@ class DummyController < ActionController::Base
)
]
- def index
- end
+ def index; end
def crash
raise Airb... | rubocop: fix offences of the Style/EmptyMethod cop |
diff --git a/code/javascript/core/scripts/selenium-seleneserunner.js b/code/javascript/core/scripts/selenium-seleneserunner.js
index <HASH>..<HASH> 100644
--- a/code/javascript/core/scripts/selenium-seleneserunner.js
+++ b/code/javascript/core/scripts/selenium-seleneserunner.js
@@ -109,7 +109,7 @@ function nextCommand(... | Encode the URI of the command result, for SRC-2
r<I> |
diff --git a/openfisca_web_api/controllers.py b/openfisca_web_api/controllers.py
index <HASH>..<HASH> 100644
--- a/openfisca_web_api/controllers.py
+++ b/openfisca_web_api/controllers.py
@@ -397,6 +397,7 @@ def api1_field(req):
headers = headers,
)
+ model.tax_benefit_system.set_variables... | Compute consumers of variable before returning a field JSON. |
diff --git a/forwarded.js b/forwarded.js
index <HASH>..<HASH> 100644
--- a/forwarded.js
+++ b/forwarded.js
@@ -10,13 +10,19 @@
var proxies = [
{
ip: 'x-forwarded-for',
- port: 'x-forwarded-port'
+ port: 'x-forwarded-port',
+ proto: 'x-forwarded-proto'
}, {
ip: 'z-forwarded-for',
- port: 'z-... | [minor] Added x-real-ip as option. |
diff --git a/troposphere/cognito.py b/troposphere/cognito.py
index <HASH>..<HASH> 100644
--- a/troposphere/cognito.py
+++ b/troposphere/cognito.py
@@ -130,7 +130,7 @@ class PasswordPolicy(AWSProperty):
'RequireNumbers': (boolean, False),
'RequireSymbols': (boolean, False),
'RequireUppercase':... | Fix TemporaryPasswordValidityDays type (#<I>) |
diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -3396,17 +3396,14 @@ const devices = [
vendor: 'Iris',
description: 'Motion and temperature sensor',
supports: 'occupancy and temperature',
- fromZigbee: [
- fz.temperature,... | Fix battery reporting for Iris <I>-L motion sensor. (#<I>) |
diff --git a/system/Database/BaseBuilder.php b/system/Database/BaseBuilder.php
index <HASH>..<HASH> 100644
--- a/system/Database/BaseBuilder.php
+++ b/system/Database/BaseBuilder.php
@@ -1602,14 +1602,12 @@ class BaseBuilder
return false; // @codeCoverageIgnore
}
- } else {
- ... | refactor: vendor/bin/rector process |
diff --git a/rw/event.py b/rw/event.py
index <HASH>..<HASH> 100644
--- a/rw/event.py
+++ b/rw/event.py
@@ -64,8 +64,10 @@ class Event(set):
# wait for results
for func, future in futures:
try:
- result = yield future
- re.append(result)
+ if no... | rw.event.Event make sure we are not waiting for already done Future's |
diff --git a/code/libraries/koowa/libraries/database/row/abstract.php b/code/libraries/koowa/libraries/database/row/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/libraries/database/row/abstract.php
+++ b/code/libraries/koowa/libraries/database/row/abstract.php
@@ -95,6 +95,8 @@ abstract class KDat... | re #<I>: Optimize row and rowset creation for memory use |
diff --git a/src/Projection/Catalog/Import/CatalogImport.php b/src/Projection/Catalog/Import/CatalogImport.php
index <HASH>..<HASH> 100644
--- a/src/Projection/Catalog/Import/CatalogImport.php
+++ b/src/Projection/Catalog/Import/CatalogImport.php
@@ -143,7 +143,7 @@ class CatalogImport
array_map(function (Cont... | Issue #<I>: Rename method addCommandToQueue to more expressive addUpdateProductCommandToQueue |
diff --git a/launch_control/commands/dashboard.py b/launch_control/commands/dashboard.py
index <HASH>..<HASH> 100644
--- a/launch_control/commands/dashboard.py
+++ b/launch_control/commands/dashboard.py
@@ -85,5 +85,7 @@ class server_version(XMLRPCCommand):
Display dashboard server version
"""
+ __abstra... | Make XMLRPCCommand (base class) not show up in lc-tool |
diff --git a/lib/princely/pdf_helper.rb b/lib/princely/pdf_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/princely/pdf_helper.rb
+++ b/lib/princely/pdf_helper.rb
@@ -25,10 +25,11 @@ module Princely
:stylesheets => [],
:layout => false,
:template => File.join(controller_path, action_name),
- ... | Accept options[:server_flag] from make_pdf |
diff --git a/client/gutenberg/editor/hooks/components/media-upload/index.js b/client/gutenberg/editor/hooks/components/media-upload/index.js
index <HASH>..<HASH> 100644
--- a/client/gutenberg/editor/hooks/components/media-upload/index.js
+++ b/client/gutenberg/editor/hooks/components/media-upload/index.js
@@ -77,19 +77... | Gutenberg: wire up Media library enabled filters (#<I>)
The existing mapping of allowed types to enabled filters was no longer
accurate after the package update. This fixes the mapping and refactors
the code to handle the cases when multiple allowed types can be returned. |
diff --git a/src/util/node.js b/src/util/node.js
index <HASH>..<HASH> 100644
--- a/src/util/node.js
+++ b/src/util/node.js
@@ -1,3 +1,4 @@
+
/*jslint indent:2,white:true,sloppy:true,node:true */
/*
* freedom.js Node runtime
@@ -5,7 +6,20 @@
'use strict';
-var fdom = module.exports = {};
+var sources = [
+ '/.... | reapair node node functionality from bad merge |
diff --git a/go/libkb/env.go b/go/libkb/env.go
index <HASH>..<HASH> 100644
--- a/go/libkb/env.go
+++ b/go/libkb/env.go
@@ -255,6 +255,9 @@ func (e *Env) GetMountDir() (string, error) {
"%s (%s)", runmodeName, user.Username))
case "linux":
return filepath.Join(e.GetRuntimeDir(), "kbfs")
+ // kbfsdokan d... | make Env.GetMountDir() return emtpy by default on windows (#<I>) |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ setup(
test_suite='tests',
classifiers=[
- 'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', | Remove development status from setup.py
The project status could be tracked by its version so it's useless. |
diff --git a/lib/olive_branch/middleware.rb b/lib/olive_branch/middleware.rb
index <HASH>..<HASH> 100644
--- a/lib/olive_branch/middleware.rb
+++ b/lib/olive_branch/middleware.rb
@@ -11,12 +11,14 @@ module OliveBranch
env["action_dispatch.request.request_parameters"].deep_transform_keys!(&:underscore)
e... | Refactor middleware w/ tap |
diff --git a/test_project/settings.py b/test_project/settings.py
index <HASH>..<HASH> 100644
--- a/test_project/settings.py
+++ b/test_project/settings.py
@@ -24,6 +24,8 @@ INSTALLED_APPS = (
'tester',
)
+SECRET_KEY = 'unique snowflake'
+
TEST_RUNNER = "test_runner.DJCETestSuiteRunner"
CELERY_ALWAYS_EAGER =... | Add dummy SECRET_KEY to test_project settings
Required to be non-empty since Django <I> |
diff --git a/lib/svtplay_dl/service/svtplay.py b/lib/svtplay_dl/service/svtplay.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/service/svtplay.py
+++ b/lib/svtplay_dl/service/svtplay.py
@@ -38,7 +38,7 @@ class Svtplay(Service, OpenGraphThumbMixin):
if re.match("^[0-9]+$", vid):
old = True
-... | svtplay: they changed the hostname for api calls
fixes #<I> |
diff --git a/frontend/src/store/uiPropTypes.js b/frontend/src/store/uiPropTypes.js
index <HASH>..<HASH> 100644
--- a/frontend/src/store/uiPropTypes.js
+++ b/frontend/src/store/uiPropTypes.js
@@ -70,6 +70,16 @@ export const result = PropTypes.shape({
export const results = PropTypes.objectOf(result);
+export const ... | Define a prop type for deleted results |
diff --git a/mstate/relation.go b/mstate/relation.go
index <HASH>..<HASH> 100644
--- a/mstate/relation.go
+++ b/mstate/relation.go
@@ -117,7 +117,7 @@ func (r *Relation) Life() Life {
// state. If the lifecycle transitioned concurrently so that the cache is
// stale, the call is valid but will yield no effect in the ... | mstate: rename Nlife to nLife |
diff --git a/src/lib/widget/default.js b/src/lib/widget/default.js
index <HASH>..<HASH> 100644
--- a/src/lib/widget/default.js
+++ b/src/lib/widget/default.js
@@ -162,11 +162,13 @@ define(['../util', '../assets', '../i18n'], function(util, assets, i18n) {
evt.stopPropagation();
setState('initial');
... | bind to body's 'touchstart' event as well, to make stuff work on iSomething |
diff --git a/test/configCases/target/amd-unnamed/index.js b/test/configCases/target/amd-unnamed/index.js
index <HASH>..<HASH> 100644
--- a/test/configCases/target/amd-unnamed/index.js
+++ b/test/configCases/target/amd-unnamed/index.js
@@ -6,5 +6,5 @@ it("should name define", function() {
var fs = require("fs");
var... | Fix the "should name define" test in configCases/target/amd-unnamed |
diff --git a/godotenv.go b/godotenv.go
index <HASH>..<HASH> 100644
--- a/godotenv.go
+++ b/godotenv.go
@@ -147,15 +147,20 @@ func Exec(filenames []string, cmd string, cmdArgs []string) error {
// Write serializes the given environment and writes it to a file
func Write(envMap map[string]string, filename string) err... | Fixed Write bugs
This should address a fix #<I> and #<I>
This has not been addressed in any tests. |
diff --git a/gwpy/timeseries/statevector.py b/gwpy/timeseries/statevector.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/statevector.py
+++ b/gwpy/timeseries/statevector.py
@@ -366,11 +366,15 @@ class StateVector(TimeSeries):
"""
if bits is None:
bits = [b for b in self.bits if b is... | StateVector.get_bit_series: fixed bugs
- presumably this function didn't work properly before |
diff --git a/app/Blueprint/Webserver/WebserverBlueprint.php b/app/Blueprint/Webserver/WebserverBlueprint.php
index <HASH>..<HASH> 100644
--- a/app/Blueprint/Webserver/WebserverBlueprint.php
+++ b/app/Blueprint/Webserver/WebserverBlueprint.php
@@ -231,9 +231,9 @@ class WebserverBlueprint implements Blueprint {
protect... | nginx image update to <I> |
diff --git a/lib/mutator_rails/single_mutate.rb b/lib/mutator_rails/single_mutate.rb
index <HASH>..<HASH> 100644
--- a/lib/mutator_rails/single_mutate.rb
+++ b/lib/mutator_rails/single_mutate.rb
@@ -9,6 +9,7 @@ module MutatorRails
parms << preface(path.basename) + base
parms << '> ' + log
+ log_dir... | FOrece log directory to be made |
diff --git a/eqcorrscan/core/match_filter.py b/eqcorrscan/core/match_filter.py
index <HASH>..<HASH> 100644
--- a/eqcorrscan/core/match_filter.py
+++ b/eqcorrscan/core/match_filter.py
@@ -2982,10 +2982,7 @@ class Detection(object):
chans=None, event=None, id=None):
"""Main class of Detection."... | Do not force detect_time to be UTCDateTime |
diff --git a/dgitcore/datasets/auto.py b/dgitcore/datasets/auto.py
index <HASH>..<HASH> 100644
--- a/dgitcore/datasets/auto.py
+++ b/dgitcore/datasets/auto.py
@@ -14,7 +14,7 @@ from datetime import datetime
# Exports
#####################################################
-__all__ = ['auto_update', 'auto_init',]... | 1. Export auto_get_repo as well |
diff --git a/resource_aws_ecs_task_definition_test.go b/resource_aws_ecs_task_definition_test.go
index <HASH>..<HASH> 100644
--- a/resource_aws_ecs_task_definition_test.go
+++ b/resource_aws_ecs_task_definition_test.go
@@ -82,17 +82,19 @@ func testAccCheckAWSEcsTaskDefinitionDestroy(s *terraform.State) error {
cont... | aws: Treat INACTIVE ECS TDs as deleted in acc tests
- related to <URL> |
diff --git a/test/database_rewinder_test.rb b/test/database_rewinder_test.rb
index <HASH>..<HASH> 100644
--- a/test/database_rewinder_test.rb
+++ b/test/database_rewinder_test.rb
@@ -2,6 +2,12 @@
require 'test_helper'
class DatabaseRewinder::DatabaseRewinderTest < ActiveSupport::TestCase
+ if ActiveRecord::VERSION... | Actually use_transactional_tests for every test |
diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -4927,10 +4927,13 @@ function count_role_users($roleid, $context, $parent=false) {
$parentcontexts = '';
}
- $SQL = "SELECT count(*)
- FROM {$CFG->prefix}role_a... | MDL-<I> count_role_users was showing different count to those returned from
get_role_users(), based on patch from Patrick Pollett
merged from MOODLE_<I>_STABLE |
diff --git a/lib/page.js b/lib/page.js
index <HASH>..<HASH> 100644
--- a/lib/page.js
+++ b/lib/page.js
@@ -189,13 +189,15 @@ var Page = function( page_path, options ){
if (status == 404) {
server.logger.log(page.route + ' [' + resource.name + '] ' + error, 3);
} else {
- ... | Do not report optional resource errors to Sentry |
diff --git a/Swat/SwatCheckboxEntryList.php b/Swat/SwatCheckboxEntryList.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatCheckboxEntryList.php
+++ b/Swat/SwatCheckboxEntryList.php
@@ -134,7 +134,7 @@ class SwatCheckboxEntryList extends SwatCheckboxList
$input_tag->removeAttribute('checked');
$input_tag->name = $... | Ticket #<I>, problems occured when two options with the same value were added to the checkbox entry list widget, now when the form is submitted the array keys of the options and those of the values are compared instead of the values names. This allows that right entries to remain checked and other entries with the same... |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -20,16 +20,14 @@ HashBase.prototype.update = function (data, encoding) {
if (!Buffer.isBuffer(data)) data = new Buffer(data, encoding || 'binary')
// consume data
+ var block = this._block
var offset = 0
while (... | Use this._block as local variable |
diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -129,4 +129,21 @@ describe('render-to-string', () => {
);
});
});
+
+ describe('className / class massaging', () => {
+ it('should render class using className', () => {
+ let rendered = render... | Tests for class/className support |
diff --git a/src/test/java/stormpot/PoolTest.java b/src/test/java/stormpot/PoolTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/stormpot/PoolTest.java
+++ b/src/test/java/stormpot/PoolTest.java
@@ -1302,6 +1302,33 @@ public class PoolTest {
throws Exception {
shutdown(fixture.initPool(config)).await(ti... | pools must be able to complete their shut down procedures even if the allocator has only ever returned null. |
diff --git a/tscreen.go b/tscreen.go
index <HASH>..<HASH> 100644
--- a/tscreen.go
+++ b/tscreen.go
@@ -398,9 +398,12 @@ func (t *tScreen) Fini() {
t.clear = false
t.fini = true
- if t.quit != nil {
+ select {
+ case <-t.quit:
+ // do nothing, already closed
+
+ default:
close(t.quit)
- t.quit = nil
}
... | Fix data race in tScreen shutdown
Setting t.quit to nil while the mainLoop is running causes a
race condition when the Fini() method is called. This change
instead uses a select expression to avoid the nil check and set. |
diff --git a/integration/integration_test.go b/integration/integration_test.go
index <HASH>..<HASH> 100644
--- a/integration/integration_test.go
+++ b/integration/integration_test.go
@@ -37,6 +37,7 @@ import (
// Load all supported backends.
_ "github.com/cayleygraph/cayley/graph/bolt"
+ _ "github.com/cayleygraph... | add memory profile and bolt2 to main/integration |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -32,7 +32,8 @@ function takeScreenshot(title) {
}
function ProshotReporter(runner) {
- runner.on('fail', function(test) {
+ runner.on('fail', function(test, err) {
+ test.err = err;
return takeScreenshot(test.fullTitle... | Fix #1: Add a workaround for protractor depending on internal behavior of builtin mocha reporters |
diff --git a/lib/xcore.js b/lib/xcore.js
index <HASH>..<HASH> 100644
--- a/lib/xcore.js
+++ b/lib/xcore.js
@@ -237,7 +237,8 @@ XClient.prototype.unpackEvent = function(type, seq, extra, code, raw)
var event = {}; // TODO: constructor & base functions
// Remove the most significant bit. See Chapter 1, Event Fo... | Really fix the parsing of the event type field
- Typo: use the bitwise operator and not the comparison operator |
diff --git a/okhttp/src/main/java/com/squareup/okhttp/OkHttpClient.java b/okhttp/src/main/java/com/squareup/okhttp/OkHttpClient.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/main/java/com/squareup/okhttp/OkHttpClient.java
+++ b/okhttp/src/main/java/com/squareup/okhttp/OkHttpClient.java
@@ -31,7 +31,7 @@ import java... | Use a singleton list which is slightly more efficient. |
diff --git a/lib/beaker-pe/install/pe_utils.rb b/lib/beaker-pe/install/pe_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/beaker-pe/install/pe_utils.rb
+++ b/lib/beaker-pe/install/pe_utils.rb
@@ -425,8 +425,8 @@ module Beaker
end
install_hosts.each do |host|
- #windows agents from 4.0 ... | PE-<I> Fix windows frictionless upgrades
There was an error with my previous PR. PE <I> to PE <I>
were failing because the PE <I> install of the windows agent
would attempt to install via frictionless, and not with the old msi
method.
This PR fixes this. |
diff --git a/app/src/Bolt/Application.php b/app/src/Bolt/Application.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Application.php
+++ b/app/src/Bolt/Application.php
@@ -9,7 +9,7 @@ class Application extends BaseApplication
public function __construct(array $values = array())
{
$values['bolt_ver... | Bumping version to "<I> beta". |
diff --git a/lib/specinfra/helper/configuration.rb b/lib/specinfra/helper/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/helper/configuration.rb
+++ b/lib/specinfra/helper/configuration.rb
@@ -33,6 +33,7 @@ module Specinfra
else
value = RSpec.configuration.send(c) if defined?(R... | Work around for avoid unintentional replacing of lxc configuration |
diff --git a/pdfwatermarker/watermark/utils.py b/pdfwatermarker/watermark/utils.py
index <HASH>..<HASH> 100644
--- a/pdfwatermarker/watermark/utils.py
+++ b/pdfwatermarker/watermark/utils.py
@@ -19,13 +19,12 @@ def bundle_dir():
def register_font(font='Vera.ttf'):
"""Register fonts for report labs canvas."""
- ... | Created utils.py within the watermark module to house helper functions called on imports |
diff --git a/src/props.js b/src/props.js
index <HASH>..<HASH> 100644
--- a/src/props.js
+++ b/src/props.js
@@ -1,4 +1,15 @@
export default {
+ type: {
+ type: String,
+ required: true,
+ validator: function(value) {
+ return (
+ ["card", "iban", "postalCode", "cardNumber", "cardExpiry", "cardCvc"... | update(props): extracted props from StripeElement component |
diff --git a/airflow/executors/local_executor.py b/airflow/executors/local_executor.py
index <HASH>..<HASH> 100644
--- a/airflow/executors/local_executor.py
+++ b/airflow/executors/local_executor.py
@@ -125,12 +125,12 @@ class LocalWorkerBase(Process, LoggingMixin):
ret = 0
return State.SUCCES... | Log exception in local executor (#<I>) |
diff --git a/example/src/screens/FirstTabScreen.js b/example/src/screens/FirstTabScreen.js
index <HASH>..<HASH> 100644
--- a/example/src/screens/FirstTabScreen.js
+++ b/example/src/screens/FirstTabScreen.js
@@ -137,6 +137,11 @@ export default class FirstTabScreen extends Component {
Navigation.startSingleScreenApp... | Fix example "show single screen app" now will show the side menu (drawer) (#<I>) |
diff --git a/binstar_client/utils/projects/tests/test_projects.py b/binstar_client/utils/projects/tests/test_projects.py
index <HASH>..<HASH> 100644
--- a/binstar_client/utils/projects/tests/test_projects.py
+++ b/binstar_client/utils/projects/tests/test_projects.py
@@ -4,7 +4,7 @@ from binstar_client.utils.projects im... | Make test_projects.py::test_get_files deterministic
It relied on list order that apparently was not guaranteed.
Sort the list explicitly. |
diff --git a/openquake/engine/tools/make_html_report.py b/openquake/engine/tools/make_html_report.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/tools/make_html_report.py
+++ b/openquake/engine/tools/make_html_report.py
@@ -164,7 +164,7 @@ SELECT description, oq_job_id,
FROM uiapi.job_stats AS s
INNER JOIN... | Failed computations without a JobParam record must appear in the HTML report |
diff --git a/createdb.py b/createdb.py
index <HASH>..<HASH> 100755
--- a/createdb.py
+++ b/createdb.py
@@ -31,4 +31,9 @@ if '--with-dev-data' in sys.argv:
detail_name="registration id", icon="phone",
placeholder="laksdjfasdlfkj183097falkfj109f"
)
+ context4 = fmn.lib.models.Context.create(
+ ... | Add the desktop context to the setup script. |
diff --git a/spec/functional/resource/registry_spec.rb b/spec/functional/resource/registry_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/registry_spec.rb
+++ b/spec/functional/resource/registry_spec.rb
@@ -55,19 +55,13 @@ describe Chef::Resource::RegistryKey, :windows_only do
def clean_registr... | changing tests to use new delete function to delete keys |
diff --git a/tests/block/test_get_span.py b/tests/block/test_get_span.py
index <HASH>..<HASH> 100644
--- a/tests/block/test_get_span.py
+++ b/tests/block/test_get_span.py
@@ -52,15 +52,13 @@ def test(first_node_with_tokens):
assert result == (1, 13)
-@pytest.mark.parametrize(
- 'code_str', [
- '''
+@... | Fix lint: reformat example in get_span tests |
diff --git a/react/Text/Text.js b/react/Text/Text.js
index <HASH>..<HASH> 100644
--- a/react/Text/Text.js
+++ b/react/Text/Text.js
@@ -49,6 +49,8 @@ const Text = ({
</span>
);
+Text.displayName = 'Text';
+
Text.propTypes = {
children: PropTypes.node.isRequired,
className: PropTypes.string, | fix(Text): Add display name to Text component (#<I>)
Due to decorating while shallow render snapshots are getting DecoratedComponent rendered instead of
Text |
diff --git a/src/helpers.php b/src/helpers.php
index <HASH>..<HASH> 100644
--- a/src/helpers.php
+++ b/src/helpers.php
@@ -111,8 +111,10 @@ if (! function_exists('config')) {
if (! function_exists('file_size_convert')) {
function file_size_convert($size)
{
+ if ($size === 0) {
+ return '0 b... | :bug: fixed a divide by zero in file_size_convert |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.