diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/Groups/ANDGroup.php b/src/Groups/ANDGroup.php index <HASH>..<HASH> 100644 --- a/src/Groups/ANDGroup.php +++ b/src/Groups/ANDGroup.php @@ -99,7 +99,7 @@ class ANDGroup implements Group if ( ! $this->isSet()) { $responses[] = new Response( - $this->getPrintab...
update response to make sense in more cases
diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py index <HASH>..<HASH> 100644 --- a/openquake/engine/engine.py +++ b/openquake/engine/engine.py @@ -111,8 +111,7 @@ def parse_config(source): File-like object containing the config parameters. :returns: A `dict` of the parameter k...
engine: Updated parse_config to have less side-effects, and simplified its return interface. Instead of creating Input records, we just return a dict of the input model file paths and leave the Input creation to a later function in the workflow. Former-commit-id: <I>e<I>b4e<I>a<I>a<I>cedcd<I>e3ac<I>b
diff --git a/lib/features/complex-cell/ComplexCell.js b/lib/features/complex-cell/ComplexCell.js index <HASH>..<HASH> 100644 --- a/lib/features/complex-cell/ComplexCell.js +++ b/lib/features/complex-cell/ComplexCell.js @@ -15,8 +15,8 @@ var assign = require('lodash/object/assign'), * Complex Property: * - temp...
feat(complex-cell): allow setting multiple class names related to CAM-<I>
diff --git a/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java b/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java +++ ...
[CONJ-<I>] Clear Calendar instance before using it
diff --git a/src/Network/FTP/Client/FtpClient.php b/src/Network/FTP/Client/FtpClient.php index <HASH>..<HASH> 100644 --- a/src/Network/FTP/Client/FtpClient.php +++ b/src/Network/FTP/Client/FtpClient.php @@ -244,23 +244,6 @@ class FtpClient extends AbstractFtpClient { } /** - * Returns a list of files in...
Remove a PHP <I> function used into FTP client
diff --git a/build.php b/build.php index <HASH>..<HASH> 100755 --- a/build.php +++ b/build.php @@ -22,7 +22,7 @@ if ($phpcsViolations > 0) { } $phpunitConfiguration = PHPUnit_Util_Configuration::getInstance(__DIR__ . '/phpunit.xml'); -$phpunitArguments = array('coverageHtml' => 'coverage', 'configuration' => $phpun...
Use the full path to the code coverage.
diff --git a/setuptools/command/rotate.py b/setuptools/command/rotate.py index <HASH>..<HASH> 100755 --- a/setuptools/command/rotate.py +++ b/setuptools/command/rotate.py @@ -2,6 +2,7 @@ from distutils.util import convert_path from distutils import log from distutils.errors import DistutilsOptionError import os +imp...
Handle not-zip-safe egg (folder) deletion in rotate command
diff --git a/test/backends_bucket-at-most-once.js b/test/backends_bucket-at-most-once.js index <HASH>..<HASH> 100644 --- a/test/backends_bucket-at-most-once.js +++ b/test/backends_bucket-at-most-once.js @@ -5,7 +5,7 @@ var should = require ('should'); var factory = null; [ - {label: 'MongoDB Bucket', mq: require ...
bucket-at-most-once test: added drain calls
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -36,6 +36,10 @@ trait Model */ public function __construct(iterable $input = null) { + $cache = $this->__getModelPropertyDecorations(); + foreach ($cache['properties'] as $fiel...
on initialization, always correctly set decorated properties (even with a null value)
diff --git a/src/components/Cards/ImageCard.js b/src/components/Cards/ImageCard.js index <HASH>..<HASH> 100644 --- a/src/components/Cards/ImageCard.js +++ b/src/components/Cards/ImageCard.js @@ -9,7 +9,7 @@ export default class ImageCard extends React.Component { return ( <Card onClick={onClick} className={...
Make cards have h2s not h1s
diff --git a/connect.go b/connect.go index <HASH>..<HASH> 100644 --- a/connect.go +++ b/connect.go @@ -140,6 +140,13 @@ const ( VIR_CONNECT_GET_ALL_DOMAINS_STATS_ENFORCE_STATS = VirConnectGetAllDomainStatsFlags(C.VIR_CONNECT_GET_ALL_DOMAINS_STATS_ENFORCE_STATS) ) +type VirConnectFlags int + +const ( + VIR_CONNECT_...
Add enum constants for connection open
diff --git a/src/Maatwebsite/Excel/Excel.php b/src/Maatwebsite/Excel/Excel.php index <HASH>..<HASH> 100644 --- a/src/Maatwebsite/Excel/Excel.php +++ b/src/Maatwebsite/Excel/Excel.php @@ -117,8 +117,8 @@ class Excel extends \PHPExcel // Load the file $this->excel = $this->reader->load($this->file); -...
Changed return value of load() method
diff --git a/src/basic/Textarea.js b/src/basic/Textarea.js index <HASH>..<HASH> 100644 --- a/src/basic/Textarea.js +++ b/src/basic/Textarea.js @@ -34,6 +34,7 @@ class Textarea extends Component { this.props.placeholderTextColor ? this.props.placeholderTextColor : variables.inputColorPlaceholder } underl...
Added disabled prop to TextArea
diff --git a/DeviceDetector.php b/DeviceDetector.php index <HASH>..<HASH> 100644 --- a/DeviceDetector.php +++ b/DeviceDetector.php @@ -501,7 +501,7 @@ class DeviceDetector * As most touch enabled devices are tablets and only a smaller part are desktops/notebooks we assume that * all Windows 8 touch ...
detection for windows rt <I> tablets
diff --git a/src/Drupal/Driver/DrushDriver.php b/src/Drupal/Driver/DrushDriver.php index <HASH>..<HASH> 100644 --- a/src/Drupal/Driver/DrushDriver.php +++ b/src/Drupal/Driver/DrushDriver.php @@ -134,6 +134,7 @@ class DrushDriver implements DriverInterface { public function drush($command, array $arguments = array(),...
Issue #<I> by grendzy: Fixed DrushDriver: ANSI color output confuses XML parsers.
diff --git a/client/connection.go b/client/connection.go index <HASH>..<HASH> 100644 --- a/client/connection.go +++ b/client/connection.go @@ -10,10 +10,10 @@ import ( "strings" "time" + log "gopkg.in/inconshreveable/log15.v2" "gopkg.in/macaroon-bakery.v2/httpbakery" "github.com/lxc/lxd/shared" - log "githu...
client: Update imports for log<I>
diff --git a/src/engine/GoalTree.js b/src/engine/GoalTree.js index <HASH>..<HASH> 100644 --- a/src/engine/GoalTree.js +++ b/src/engine/GoalTree.js @@ -217,9 +217,6 @@ let resolveSimpleActions = function resolveSimpleActions(clause, possibleActions }); thetaSet.forEach((tuple) => { - if (tuple.unresolved.leng...
remove empty unresolved check for candidate actions selection
diff --git a/lib/roger_style_guide/templates/mustache/mustache_template.rb b/lib/roger_style_guide/templates/mustache/mustache_template.rb index <HASH>..<HASH> 100644 --- a/lib/roger_style_guide/templates/mustache/mustache_template.rb +++ b/lib/roger_style_guide/templates/mustache/mustache_template.rb @@ -4,8 +4,14 @@ ...
Pass template context to lower level mustache renderers
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -1531,7 +1531,7 @@ func (kub *Kubectl) WaitForCiliumInitContainerToFinish() error { } for _, pod := range podList.Items { for _, v := range pod.Status.InitC...
Add nil check for init container terminated state
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -27,6 +27,10 @@ describe('stripe-as-promised', () => { sandbox.restore(); }); + it('throws if no Promise is provided', () => { + expect(stripeAsPromised.bind()).to.throw('Promise'); + }); + ...
Test w/out promise ctor
diff --git a/lib/data_mapper/mapper/attribute_set.rb b/lib/data_mapper/mapper/attribute_set.rb index <HASH>..<HASH> 100644 --- a/lib/data_mapper/mapper/attribute_set.rb +++ b/lib/data_mapper/mapper/attribute_set.rb @@ -90,7 +90,9 @@ module DataMapper end end - each { |attribute| instance <<...
Use do/end blocks for #each in AttributeSet#merge
diff --git a/pelix/framework.py b/pelix/framework.py index <HASH>..<HASH> 100644 --- a/pelix/framework.py +++ b/pelix/framework.py @@ -283,7 +283,8 @@ class Bundle(object): self._state = previous_state # Re-raise directly Pelix exceptions - _logger.exceptio...
Same exception behavior for bundle.start/stop Re-raise the exception raised by the bundle activator on start or stop without converting it, if it is a Pelix exception (Bundle/FrameworkException)
diff --git a/spec/clamp/command_spec.rb b/spec/clamp/command_spec.rb index <HASH>..<HASH> 100644 --- a/spec/clamp/command_spec.rb +++ b/spec/clamp/command_spec.rb @@ -435,6 +435,19 @@ describe Clamp::Command do end + context "with option arguments that look like options" do + + before do + ...
Test behaviour of option arguments that look like options. This is a (failed) attempt to reproduce #<I>. Having failed to reproduce, I realise I've actually mis-interpreted #<I>. But this is still a useful test.
diff --git a/upload/catalog/controller/payment/twocheckout.php b/upload/catalog/controller/payment/twocheckout.php index <HASH>..<HASH> 100644 --- a/upload/catalog/controller/payment/twocheckout.php +++ b/upload/catalog/controller/payment/twocheckout.php @@ -7,7 +7,7 @@ class ControllerPaymentTwoCheckout extends Contro...
2Checkout no longer has a seperate URL for the single page checkout routine.
diff --git a/lxd/cluster/gateway.go b/lxd/cluster/gateway.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/gateway.go +++ b/lxd/cluster/gateway.go @@ -407,7 +407,7 @@ func (g *Gateway) raftDial() client.DialFunc { listener.Close() - go dqliteProxy("raftDial", g.stopCh, conn, goUnix) + go dqliteProxy("raft", g....
lxd/cluster/gateway: Standardise logging naming of dqliteProxy and dqliteNetworkDial
diff --git a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php index <HASH>..<HASH> 100755 --- a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php +++ b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php @@ -81,9 +81,6 @@ class CrawlerTest extends \...
removed @covers annotations in tests
diff --git a/cmd/server-startup-msg.go b/cmd/server-startup-msg.go index <HASH>..<HASH> 100644 --- a/cmd/server-startup-msg.go +++ b/cmd/server-startup-msg.go @@ -109,7 +109,7 @@ func printServerCommonMsg(apiEndpoints []string) { apiEndpointStr := strings.Join(apiEndpoints, " ") // Colorize the message and print...
Remove unnecessary newline at beginning of server output (#<I>)
diff --git a/indra/databases/identifiers.py b/indra/databases/identifiers.py index <HASH>..<HASH> 100644 --- a/indra/databases/identifiers.py +++ b/indra/databases/identifiers.py @@ -35,7 +35,7 @@ identifiers_mappings = { non_registry = { 'SDIS', 'SCHEM', 'SFAM', 'SCOMP', 'HMS-LINCS', 'NXPFA', 'OMIM', 'LSPCI...
Add more identifiers missing from registry
diff --git a/src/Ufo/Widgets/WidgetsStorageInterface.php b/src/Ufo/Widgets/WidgetsStorageInterface.php index <HASH>..<HASH> 100644 --- a/src/Ufo/Widgets/WidgetsStorageInterface.php +++ b/src/Ufo/Widgets/WidgetsStorageInterface.php @@ -13,5 +13,22 @@ use Ufo\Core\Section; interface WidgetsStorageInterface { + /**...
chore: describe returning value structure in phpdoc
diff --git a/spec/adhearsion/punchblock/commands/output_spec.rb b/spec/adhearsion/punchblock/commands/output_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adhearsion/punchblock/commands/output_spec.rb +++ b/spec/adhearsion/punchblock/commands/output_spec.rb @@ -185,6 +185,7 @@ module Adhearsion describe...
[CS] Fix a further failing test pending
diff --git a/lib/octokit/preview.rb b/lib/octokit/preview.rb index <HASH>..<HASH> 100644 --- a/lib/octokit/preview.rb +++ b/lib/octokit/preview.rb @@ -16,7 +16,7 @@ module Octokit :traffic => 'application/vnd.github.spiderman-preview'.freeze, :org_membership => 'application/vnd.gith...
Fix incorrect mimetype for integrations in PREVIEW_TYPES
diff --git a/src/context/dependencies/verifyInstalledProjectDependencies.js b/src/context/dependencies/verifyInstalledProjectDependencies.js index <HASH>..<HASH> 100644 --- a/src/context/dependencies/verifyInstalledProjectDependencies.js +++ b/src/context/dependencies/verifyInstalledProjectDependencies.js @@ -24,7 +24,...
Corrected hint about how to opt-out from the Roc dependency management
diff --git a/parsl/tests/test_ipp/bash_app.py b/parsl/tests/test_ipp/bash_app.py index <HASH>..<HASH> 100644 --- a/parsl/tests/test_ipp/bash_app.py +++ b/parsl/tests/test_ipp/bash_app.py @@ -12,7 +12,7 @@ import argparse # parsl.set_stream_logger() workers = IPyParallelExecutor() -dfk = DataFlowKernel(workers) +dfk...
Add missing keyword to DFK instantiation Fixes #<I>.
diff --git a/src/vimpdb/proxy.py b/src/vimpdb/proxy.py index <HASH>..<HASH> 100755 --- a/src/vimpdb/proxy.py +++ b/src/vimpdb/proxy.py @@ -37,6 +37,8 @@ class ProxyToVim(object): return output.strip() def _send(self, command): + # add ':<BS>' to hide last keys sent in VIM command-line + co...
less noise on VIM command-line
diff --git a/worker.go b/worker.go index <HASH>..<HASH> 100644 --- a/worker.go +++ b/worker.go @@ -392,10 +392,6 @@ func (tw *SpanWorker) Work() { wg.Add(1) go func(i int, sink sinks.SpanSink, span *ssf.SSFSpan, wg *sync.WaitGroup) { start := time.Now() - defer func() { - atomic.AddInt64(&tw.cumulat...
Don't defer counting the cumulative time spent in span processing
diff --git a/treetime/treetime.py b/treetime/treetime.py index <HASH>..<HASH> 100644 --- a/treetime/treetime.py +++ b/treetime/treetime.py @@ -476,6 +476,7 @@ class TreeTime(ClockTree): #(Without outgroup_branch_length, gives a trifurcating root, but this will mean #mutations may have to occur...
sort clades by leaves after rooting
diff --git a/output/Html.php b/output/Html.php index <HASH>..<HASH> 100644 --- a/output/Html.php +++ b/output/Html.php @@ -121,23 +121,21 @@ abstract class QM_Output_Html extends QM_Output { /** * Returns the column sorter controls. Safe for output. * - * @TODO needs to be converted to use a button for semanti...
Switch to using labels and buttons for table sorting controls.
diff --git a/lib/setup.php b/lib/setup.php index <HASH>..<HASH> 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -406,12 +406,6 @@ global $SCRIPT; $CFG->javascript = $CFG->libdir .'/javascript.php'; $CFG->moddata = 'moddata'; -// Alas, in some cases we cannot deal with magic_quotes. - if (defined('...
MDL-<I> removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined, scripts must find better way to inform admins, sorry
diff --git a/tests/TestCase/Routing/RouterTest.php b/tests/TestCase/Routing/RouterTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Routing/RouterTest.php +++ b/tests/TestCase/Routing/RouterTest.php @@ -333,6 +333,25 @@ class RouterTest extends TestCase { } /** + * Test that RouterCollection::routes() gets...
Test that RouterCollection::routes() gets the list of connected routes.
diff --git a/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java b/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java index <HASH>..<HASH> 100644 --- a/plugins/websocket/src/main/java/greycat/websocket/WSServerWithWorkers.java +++ b/plugins/websocket/src/main/java/greycat/...
Fix WSServer with workers (protect against callback <I>)
diff --git a/shell.js b/shell.js index <HASH>..<HASH> 100755 --- a/shell.js +++ b/shell.js @@ -63,7 +63,7 @@ function loadBot() { } loadBot(); -fs.watch(opts.brain, {recursive: true}, function() { +fs.watch(opts.brain, {recursive: false}, function() { console.log(""); console.log('[INFO] Brain changed, reloadin...
Make fs.watch non recursive (could be another option flag if needed)
diff --git a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php +++ b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php @@ -419,6 +419,13 @@ class UnitOfWorkTest extends OrmTestCase ]; } + p...
Registering a managed entity with an empty identifier is to be disallowed
diff --git a/beamline/models.py b/beamline/models.py index <HASH>..<HASH> 100644 --- a/beamline/models.py +++ b/beamline/models.py @@ -202,11 +202,12 @@ class Models(object): .format(cnt=cnt, name=e.name, type=e.typename, classname=e.__class__.__name__)) cnt += 1 - def draw(self, st...
add artist mode option of method draw() - by defauly mode is 'plain', which shows flat rectangles for magnetic elements - 'fancy' mode enabled when mode is set to be 'fancy' with much more beautiful illustration
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -7,6 +7,7 @@ import tempfile import sys import sh import platform +from functools import wraps # we have to use the real path because on osx, /tmp is a symlink to # /private/tmp, and so assertions that gettempdir() == sh.pw...
skipUnless never actually worked in py<I>, also add prefix ability to named temp test
diff --git a/dev/com.ibm.ws.io.smallrye.graphql/src/io/smallrye/graphql/cdi/config/GraphQLConfig.java b/dev/com.ibm.ws.io.smallrye.graphql/src/io/smallrye/graphql/cdi/config/GraphQLConfig.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.io.smallrye.graphql/src/io/smallrye/graphql/cdi/config/GraphQLConfig.java +++ ...
Remove unnecessary comments / empty constructor
diff --git a/Swat/SwatTableViewColumn.php b/Swat/SwatTableViewColumn.php index <HASH>..<HASH> 100644 --- a/Swat/SwatTableViewColumn.php +++ b/Swat/SwatTableViewColumn.php @@ -514,6 +514,8 @@ class SwatTableViewColumn extends SwatCellRendererContainer */ protected function getCSSClassNames() { + $classes = array...
include instance specific class fixes (<I>) SwatTableViewColumns aren't outputting their IDs as classes, as per the documentation. svn commit r<I>
diff --git a/web/db/mongo/__init__.py b/web/db/mongo/__init__.py index <HASH>..<HASH> 100644 --- a/web/db/mongo/__init__.py +++ b/web/db/mongo/__init__.py @@ -65,7 +65,7 @@ class MongoDBConnection(object): client = self.client = MongoClient(self.uri, **self.config) if self.minimum: - version = tuple(client....
Correctly compare MongoDB versions.
diff --git a/src/Database/Pivot.php b/src/Database/Pivot.php index <HASH>..<HASH> 100644 --- a/src/Database/Pivot.php +++ b/src/Database/Pivot.php @@ -43,10 +43,13 @@ class Pivot extends Model * @param bool $exists * @return void */ - public function __construct(ModelBase $parent, $attributes, $tab...
Fix error with Pivot class caused by newly introduced Attribute class in L8+
diff --git a/rdp_darwin.go b/rdp_darwin.go index <HASH>..<HASH> 100644 --- a/rdp_darwin.go +++ b/rdp_darwin.go @@ -22,6 +22,17 @@ package main +import ( + "fmt" +) + func rdpLaunchNative(instance *Instance, private bool, index int, arguments []string, prompt bool, username string) error { + file, err := rdpCreate...
Create an RDP file on Mac OS X.
diff --git a/vsphere/distributed_virtual_switch_structure.go b/vsphere/distributed_virtual_switch_structure.go index <HASH>..<HASH> 100644 --- a/vsphere/distributed_virtual_switch_structure.go +++ b/vsphere/distributed_virtual_switch_structure.go @@ -749,7 +749,7 @@ func schemaDVSCreateSpec() map[string]*schema.Schema ...
Update schemaDVSCreateSpec description Updates schemaDVSCreateSpec description to include <I> and <I>
diff --git a/superset/utils/core.py b/superset/utils/core.py index <HASH>..<HASH> 100644 --- a/superset/utils/core.py +++ b/superset/utils/core.py @@ -340,6 +340,8 @@ def base_json_conv(obj): return str(obj) elif isinstance(obj, timedelta): return str(obj) + elif isinstance(obj, memoryview): +...
Add handling for memoryview (#<I>)
diff --git a/bcloud/MimeProvider.py b/bcloud/MimeProvider.py index <HASH>..<HASH> 100644 --- a/bcloud/MimeProvider.py +++ b/bcloud/MimeProvider.py @@ -60,7 +60,9 @@ class MimeProvider: return (pixbuf, file_type) else: key = (UNKNOWN, icon_size) - pixbuf = self._data.get(key...
Fixed: loading UNKNOWN icon
diff --git a/app/ui/components/RunLog.js b/app/ui/components/RunLog.js index <HASH>..<HASH> 100644 --- a/app/ui/components/RunLog.js +++ b/app/ui/components/RunLog.js @@ -9,8 +9,7 @@ export default class RunLog extends Component { } render () { - const { style, commands } = this.props - + const {style, co...
rebase app-3-0-nested-commands-rebase, remove mock nested command data, use generated robot commands
diff --git a/src/Composer/Package/Version/VersionParser.php b/src/Composer/Package/Version/VersionParser.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package/Version/VersionParser.php +++ b/src/Composer/Package/Version/VersionParser.php @@ -178,7 +178,7 @@ class VersionParser */ public function parseNu...
Add the P character to the regex pattern According to <URL>: Compilation failed: unrecognized character after (?< at offset 4 Exception trace: () at phar:///var/www/git/smmqa/app/admin/composer.phar/src/Composer/Package/Version/VersionParser.php:<I>
diff --git a/lib/quadrigacx/client/private.rb b/lib/quadrigacx/client/private.rb index <HASH>..<HASH> 100644 --- a/lib/quadrigacx/client/private.rb +++ b/lib/quadrigacx/client/private.rb @@ -60,7 +60,7 @@ module QuadrigaCX # # coin – The coin type # amount – The amount to withdraw. - # address – T...
Remove reference of litecoin for deposit_address
diff --git a/lib/statsd.js b/lib/statsd.js index <HASH>..<HASH> 100644 --- a/lib/statsd.js +++ b/lib/statsd.js @@ -358,7 +358,7 @@ Client.prototype.sendMessage = function (message, callback) { return; } - if (!this.socket) { + if (!this.socket && callback) { return callback(new Error('Socket not create...
Check callback is set when socket not set
diff --git a/src/raven.js b/src/raven.js index <HASH>..<HASH> 100644 --- a/src/raven.js +++ b/src/raven.js @@ -338,7 +338,11 @@ function parseDSN(str) { dsn = {}, i = 7; - while (i--) dsn[dsnKeys[i]] = m[i] || ''; + try { + while (i--) dsn[dsnKeys[i]] = m[i] || ''; + } catch(e) { + ...
Raise a RavenConfigError with an invalid DSN in general
diff --git a/pyrogram/client/storage/file_storage.py b/pyrogram/client/storage/file_storage.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/storage/file_storage.py +++ b/pyrogram/client/storage/file_storage.py @@ -67,6 +67,17 @@ class FileStorage(SQLiteStorage): # noinspection PyTypeChecker self....
Implement a storage update mechanism (for FileStorage) The idea is pretty simple: get the current database version and for each older version, do what needs to be done in order to get to the next version state. This will make schema changes transparent to the user in case they are needed.
diff --git a/lib/Zoop/Shard/User/DataModel/PasswordTrait.php b/lib/Zoop/Shard/User/DataModel/PasswordTrait.php index <HASH>..<HASH> 100644 --- a/lib/Zoop/Shard/User/DataModel/PasswordTrait.php +++ b/lib/Zoop/Shard/User/DataModel/PasswordTrait.php @@ -33,7 +33,6 @@ trait PasswordTrait /** * @ODM\String ...
Remove required from passwordTrait salt. It has a salt generator fallback.
diff --git a/src/Negotiation/FormatNegotiator.php b/src/Negotiation/FormatNegotiator.php index <HASH>..<HASH> 100644 --- a/src/Negotiation/FormatNegotiator.php +++ b/src/Negotiation/FormatNegotiator.php @@ -68,7 +68,7 @@ class FormatNegotiator extends Negotiator implements FormatNegotiatorInterface } ...
Add a failing test with IE8 Accept
diff --git a/consumer_group.go b/consumer_group.go index <HASH>..<HASH> 100644 --- a/consumer_group.go +++ b/consumer_group.go @@ -175,6 +175,7 @@ func (c *consumerGroup) Consume(ctx context.Context, topics []string, handler Co // loop check topic partition numbers changed // will trigger rebalance when any topic...
solve call Consumer function agin, will generate more than loopCheckPartitionsNumber Coroutine
diff --git a/Processor.php b/Processor.php index <HASH>..<HASH> 100644 --- a/Processor.php +++ b/Processor.php @@ -1170,7 +1170,8 @@ class Processor // Last resort, use @vocab if set and the result isn't an empty string if (isset($activectx['@vocab']) && (0 === strpos($iri, $activectx['@vocab'])) &&...
Ensure that @vocab compaction isn't used if the result collides with a term
diff --git a/sos/report/plugins/memory.py b/sos/report/plugins/memory.py index <HASH>..<HASH> 100644 --- a/sos/report/plugins/memory.py +++ b/sos/report/plugins/memory.py @@ -27,7 +27,8 @@ class Memory(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin, CosPlugin): "/proc/pagetypeinfo", "/proc/v...
[memory]:Add support to collect memory logs This patch updates memory plugin to collect hugepage memory information Resolves: #<I>
diff --git a/src/transforms/ViewLayout.js b/src/transforms/ViewLayout.js index <HASH>..<HASH> 100644 --- a/src/transforms/ViewLayout.js +++ b/src/transforms/ViewLayout.js @@ -81,9 +81,9 @@ function layoutGroup(view, group, _) { function axisIndices(datum) { var index = +datum.grid; return [ - datum.tick ? ind...
Update to use standardized axis ticks/labels names.
diff --git a/mithril.js b/mithril.js index <HASH>..<HASH> 100644 --- a/mithril.js +++ b/mithril.js @@ -636,7 +636,12 @@ var m = (function app(window, undefined) { } else nextSibling.insertAdjacentHTML("beforebegin", data); } - else parentElement.insertAdjacentHTML("beforeend", data); + else { + if (windo...
Fixes #<I>. Firefox insertAdjacentHTML updating text nodes with "beforeend" instead of creating new ones.
diff --git a/sprd/manager/TextConfigurationManager.js b/sprd/manager/TextConfigurationManager.js index <HASH>..<HASH> 100644 --- a/sprd/manager/TextConfigurationManager.js +++ b/sprd/manager/TextConfigurationManager.js @@ -178,9 +178,6 @@ define(["sprd/manager/ITextConfigurationManager", "flow", 'sprd/entity/Size', "t ...
Remove extra parenthesis committed in the hurry
diff --git a/core-bundle/src/Resources/contao/config/config.php b/core-bundle/src/Resources/contao/config/config.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/config/config.php +++ b/core-bundle/src/Resources/contao/config/config.php @@ -456,7 +456,7 @@ $GLOBALS['TL_ASSETS'] = array 'COLORBOX...
[Core] Update MooTools to version <I> (see #<I>)
diff --git a/class.phpmailer.php b/class.phpmailer.php index <HASH>..<HASH> 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -1373,8 +1373,8 @@ class PHPMailer { $signed = tempnam("", "signed"); if (@openssl_pkcs7_sign($file, $signed, "file://".$this->sign_cert_file, array("file://".$this...
Don;t delete until we use it. Issue: #6
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -823,7 +823,7 @@ var CodeMirror = (function() { } function updateVerticalScroll(scrollTop) { - var th = textHeight(), virtualHeight = doc.height * th + 2 * paddingTop(), scr...
Round off fractional pixel in virtual scroll height calculation
diff --git a/src/ofxstatement/tests/test_danske.py b/src/ofxstatement/tests/test_danske.py index <HASH>..<HASH> 100644 --- a/src/ofxstatement/tests/test_danske.py +++ b/src/ofxstatement/tests/test_danske.py @@ -36,8 +36,9 @@ def doctest_DanskeCsvStatementParser(): 'Paslaugų ir komisinių pajamos už gaunamus tar...
Don’t compare result of hash() against absolute value. hash() is not guaranteed to give constant results, and actually it has been changing between different versions of Python. Therefore, id attribute (which is generated via hash()) shouldn’t be compared to the absolute value, but to the value generated by the expect...
diff --git a/test/unit/gulp.spec.js b/test/unit/gulp.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/gulp.spec.js +++ b/test/unit/gulp.spec.js @@ -9,7 +9,7 @@ var _ = require('lodash') ; -describe.only('gulp', function() { +describe('gulp', function() { var folder = process.cwd() + '/test-project/'; ...
chore: Removed *only* for one test suite
diff --git a/salt/states/git.py b/salt/states/git.py index <HASH>..<HASH> 100644 --- a/salt/states/git.py +++ b/salt/states/git.py @@ -77,7 +77,7 @@ def latest(name, __salt__['git.checkout'](target, rev, user=runas) if submodules: - __salt__['git.submodule'](target, user=runas) + ...
Run git submodule with `--recursive`,. To make sure nested submodules are synced too.
diff --git a/kie-internal/src/main/java/org/kie/internal/task/api/model/TaskEvent.java b/kie-internal/src/main/java/org/kie/internal/task/api/model/TaskEvent.java index <HASH>..<HASH> 100644 --- a/kie-internal/src/main/java/org/kie/internal/task/api/model/TaskEvent.java +++ b/kie-internal/src/main/java/org/kie/internal...
- updating task event interface for keeping track of the task activity
diff --git a/src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php b/src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php +++ b/src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php @@ -48,6 +48,7 @@ class Funct...
Suppress PossiblyUnusedParam for PHP <I>
diff --git a/spec/opal/stdlib/native/hash_spec.rb b/spec/opal/stdlib/native/hash_spec.rb index <HASH>..<HASH> 100644 --- a/spec/opal/stdlib/native/hash_spec.rb +++ b/spec/opal/stdlib/native/hash_spec.rb @@ -40,5 +40,12 @@ describe Hash do native = obj.to_n `#{native}.a_key.key`.should == 1 end + + ...
Return original value if it cannot be nativized Native.try_convert makes a best effort to return a native JS object, but the Ruby object itself can be the native JS object you want and nil almost never is.
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -5,7 +5,7 @@ SimpleCov.start $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' -require 'upnp/ssdp' +re...
Fixed require of old upnp/ssdp
diff --git a/lib/middleman-search/extension.rb b/lib/middleman-search/extension.rb index <HASH>..<HASH> 100644 --- a/lib/middleman-search/extension.rb +++ b/lib/middleman-search/extension.rb @@ -26,7 +26,7 @@ module Middleman end def search_index_path - app.config[:http_prefix] + sitemap.find_res...
Fix: search_index_path works in MM3 `app` is not defined for helpers in MM3 - but `config` is
diff --git a/server/src/main/java/org/jboss/as/server/deployment/Phase.java b/server/src/main/java/org/jboss/as/server/deployment/Phase.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/deployment/Phase.java +++ b/server/src/main/java/org/jboss/as/server/deployment/Phase.java @@ -413,6 +41...
Add begning of deployment model and split processor into parse and install was: <I>e3b<I>cfbca<I>bafd<I>c8b1f9a2e0
diff --git a/acceptance/tests/concurrency/ticket_2659_concurrent_catalog_requests.rb b/acceptance/tests/concurrency/ticket_2659_concurrent_catalog_requests.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/concurrency/ticket_2659_concurrent_catalog_requests.rb +++ b/acceptance/tests/concurrency/ticket_2659_concurre...
(PUP-<I>) Skip concurrent requests test on AIX This commit skips AIX agents when conducting the `concurrency/ticket_<I>_concurrent_catalog_requests` acceptance test.
diff --git a/src/services/Terminal.js b/src/services/Terminal.js index <HASH>..<HASH> 100644 --- a/src/services/Terminal.js +++ b/src/services/Terminal.js @@ -1,4 +1,4 @@ -const {yellow, blue} = require('chalk'); +const {yellow, red, blue} = require('chalk'); const readline = require('../lib/readline/readline'); cons...
Print app console.error output in red Consistent with yellow console.warn output. To be supplemented with icons in the future. Change-Id: I<I>bc9f<I>ffaab1a<I>ea1f<I>c3c<I>f8fe<I>
diff --git a/nolds/measures.py b/nolds/measures.py index <HASH>..<HASH> 100644 --- a/nolds/measures.py +++ b/nolds/measures.py @@ -280,13 +280,18 @@ def lyap_r(data, emb_dim=10, lag=None, min_tsep=None, tau=1, min_vectors=20, acorr = np.roll(acorr, n - 1) eps = acorr[n - 1] * (1 - 1.0 / np.e) lag = 1 + ...
fixes calculation of number of vectors in lyap_r
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ function gulpInjectFile(opts) { }) .join('\n'); - content = content.replace(match, injectContent); + content = content.replace(match, fun...
ignore special symbols when doing file content replace
diff --git a/src/aperture.js b/src/aperture.js index <HASH>..<HASH> 100644 --- a/src/aperture.js +++ b/src/aperture.js @@ -5,7 +5,7 @@ var _xaperture = require('./internal/_xaperture'); /** - * Returns a new list, composed of n-tuples of consecutive elements If `n` is + * Returns a new list, composed of n-tuples o...
aperture.js comment lost a comma
diff --git a/ara/cli/host.py b/ara/cli/host.py index <HASH>..<HASH> 100644 --- a/ara/cli/host.py +++ b/ara/cli/host.py @@ -40,7 +40,7 @@ class HostList(Lister): metavar="<order>", default="-updated", help=( - "Orders results by a field ('id', 'created', 'updated', '...
CLI: Disambiguate which kind of resource is ordered with --order "results" might come off as task results instead of "results" from the query. Change-Id: I<I>d4f3ec<I>cdd8f<I>edc<I>d<I>
diff --git a/test/unit/test_timeout.py b/test/unit/test_timeout.py index <HASH>..<HASH> 100644 --- a/test/unit/test_timeout.py +++ b/test/unit/test_timeout.py @@ -26,7 +26,7 @@ class TestTimeout: while to.check(): sleep(0.01) cnt += 1 - if cnt == 4: + ...
Unit test: shorten TestTimeout.no_timeout so it doesn't fail on certain systems.
diff --git a/java/datastore/src/main/java/com/google/api/services/datastore/client/LocalDevelopmentDatastore.java b/java/datastore/src/main/java/com/google/api/services/datastore/client/LocalDevelopmentDatastore.java index <HASH>..<HASH> 100644 --- a/java/datastore/src/main/java/com/google/api/services/datastore/client...
changed class usage in comment to match code In the class comment, the example code was invoking the wrong methods: datastore.stopDatastore() is named datastore.stop() datastore.clearDatastore() is named datastore.clear()
diff --git a/src/org/opencms/i18n/CmsLocaleManager.java b/src/org/opencms/i18n/CmsLocaleManager.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/i18n/CmsLocaleManager.java +++ b/src/org/opencms/i18n/CmsLocaleManager.java @@ -947,6 +947,9 @@ public class CmsLocaleManager implements I_CmsEventListener { //...
Use a seed for initializing the language detection.
diff --git a/support/cas-server-support-hazelcast-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/HazelcastTicketRegistry.java b/support/cas-server-support-hazelcast-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/HazelcastTicketRegistry.java index <HASH>..<HASH> 100644 --- a/support/cas-serve...
Slf4j prints entire Map contents (#<I>) Found this in <I>.x load testing. The Sf4j Logger will iterate collections calling toSting() on each entry in a map. This causes severe degradation once the map reaches even a trivial size. Changed the debug statement to just echo the mapName and not pass instance to ...
diff --git a/main_test.go b/main_test.go index <HASH>..<HASH> 100644 --- a/main_test.go +++ b/main_test.go @@ -30,7 +30,7 @@ var _ = Describe("main", func() { }) Context("when extra arguments are provided", func() { It("prints help and exits", func() { - cmd := exec.Command(commandPath, "find", "this") + cmd...
Fix extra args test to hit endpoint that doesn't require authentication [#<I>]
diff --git a/requirements/index.php b/requirements/index.php index <HASH>..<HASH> 100644 --- a/requirements/index.php +++ b/requirements/index.php @@ -102,6 +102,12 @@ $requirements=array( t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'), t('yii','Required for MSSQL d...
Add ODBC to the requirements checker
diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java b/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java index <HASH>..<HASH> 100644 --- a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java +++ b/annotations/b...
nested-like methods do not need a special prefix.
diff --git a/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleControl.java b/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleControl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleControl.java +++ b/src/main/java/com/dlsc/preferen...
added todo for exception that has to be fixed
diff --git a/oceandb_elasticsearch_driver/plugin.py b/oceandb_elasticsearch_driver/plugin.py index <HASH>..<HASH> 100644 --- a/oceandb_elasticsearch_driver/plugin.py +++ b/oceandb_elasticsearch_driver/plugin.py @@ -182,9 +182,10 @@ class Plugin(AbstractPlugin): if text: sort = [{"_score": "desc"...
fix error, better handling of search text
diff --git a/test/unit/middlewares/max-in-flight.spec.js b/test/unit/middlewares/max-in-flight.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/middlewares/max-in-flight.spec.js +++ b/test/unit/middlewares/max-in-flight.spec.js @@ -87,7 +87,7 @@ describe("Test MaxInFlightMiddleware", () => { FLOW = []; - ret...
increase delay in MaxInFlight test
diff --git a/src/main/java/com/github/ansell/csv/access/AccessMapper.java b/src/main/java/com/github/ansell/csv/access/AccessMapper.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/ansell/csv/access/AccessMapper.java +++ b/src/main/java/com/github/ansell/csv/access/AccessMapper.java @@ -252,7 +252,7 @@ p...
Work around issue with multi-mappings, maybe Might actually be a bug that needs to be fixed with more code
diff --git a/anillo/http/responses.py b/anillo/http/responses.py index <HASH>..<HASH> 100644 --- a/anillo/http/responses.py +++ b/anillo/http/responses.py @@ -1,4 +1,5 @@ -from copy import deepcopy +from anillo.utils.structures import CaseInsensitiveDict +from anillo.utils.common import merge_dicts class Response(...
Handle in case insensitive way the response headers.
diff --git a/src/pyshark/capture/inmem_capture.py b/src/pyshark/capture/inmem_capture.py index <HASH>..<HASH> 100644 --- a/src/pyshark/capture/inmem_capture.py +++ b/src/pyshark/capture/inmem_capture.py @@ -58,7 +58,7 @@ class InMemCapture(Capture): Returns the special tshark parameters to be used according to...
Reverted InMem to work via interface
diff --git a/app/helpers/list_helper.rb b/app/helpers/list_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/list_helper.rb +++ b/app/helpers/list_helper.rb @@ -2,7 +2,7 @@ module ListHelper ICON_DOWN = "icon-arrow-down" ICON_UP = "icon-arrow-up" - BOOTSTRAP_BOOLEAN_MAP = { + BOOLEAN_BOOTSTRAP_MAP = {...
Add back boolean helper; change constant name
diff --git a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go @@ -692,6 +692,7 @@ f...
delete etcd socket file for unit tests This change clean up the environment for etcd3 unit test. Without this change, "make test" will leave some socket files in workspace. And these socket files make hack/verify-generated-protobuf.sh fails.
diff --git a/resources/views/auth/two-factor-auth.blade.php b/resources/views/auth/two-factor-auth.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/auth/two-factor-auth.blade.php +++ b/resources/views/auth/two-factor-auth.blade.php @@ -18,7 +18,7 @@ <h3>{{ trans('dashboard.login....
Use the auth.two-factor route