diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/surface.js b/src/surface.js index <HASH>..<HASH> 100644 --- a/src/surface.js +++ b/src/surface.js @@ -112,6 +112,10 @@ Surface.Prototype = function() { return [pos, charPos]; }; + this.getCoordinateForPosition = function(range) { + return _mapDOMCoordinates.call(this, range.startContainer...
Added some helpers to map between screen coordinates to model coordinates.
diff --git a/Controller/SOAPController.php b/Controller/SOAPController.php index <HASH>..<HASH> 100644 --- a/Controller/SOAPController.php +++ b/Controller/SOAPController.php @@ -9,13 +9,6 @@ use Symfony\Component\HttpFoundation\Request; use Splash\Server\SplashServer; use Splash\Client\Splash; - - -use Doctrine\Co...
Allow both SOAP & NuSOAP requests
diff --git a/src/sap.m/src/sap/m/ObjectHeaderRenderer.js b/src/sap.m/src/sap/m/ObjectHeaderRenderer.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/ObjectHeaderRenderer.js +++ b/src/sap.m/src/sap/m/ObjectHeaderRenderer.js @@ -1260,6 +1260,8 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/core/IconPool'], o...
[FIX] sap.m.ObjectHeader: Title / arrow span focused correctly - the span should have a height/width to be focused correctly otherwise The element and all of its children are handled as "hidden" if the dimensions are <= 0. BCP: <I> Change-Id: I<I>ee<I>cb<I>c3d<I>dd<I>f<I>
diff --git a/internal/graphics/command.go b/internal/graphics/command.go index <HASH>..<HASH> 100644 --- a/internal/graphics/command.go +++ b/internal/graphics/command.go @@ -211,6 +211,9 @@ func (c *fillCommand) Exec(indexOffsetInBytes int) error { // Flush is needed after filling (#419) opengl.GetContext().Flus...
graphics: Bug fix: TestImageTooManyFill didin't pass on some machines Fixes #<I>
diff --git a/byteplay3.py b/byteplay3.py index <HASH>..<HASH> 100644 --- a/byteplay3.py +++ b/byteplay3.py @@ -474,16 +474,14 @@ class Label(object): pass # This boolean function allows distinguishing real opcodes in a CodeList from -# the two non-opcode types. Note this assumes there only ever exists the one -...
Defensive programming in the isopcode() test
diff --git a/Bundle/MediaBundle/Entity/Folder.php b/Bundle/MediaBundle/Entity/Folder.php index <HASH>..<HASH> 100755 --- a/Bundle/MediaBundle/Entity/Folder.php +++ b/Bundle/MediaBundle/Entity/Folder.php @@ -2,7 +2,6 @@ namespace Victoire\Bundle\MediaBundle\Entity; - use Doctrine\Common\Collections\ArrayCollection...
[MediaBundle] Cascade persist/remove on folders
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 @@ -10,7 +10,7 @@ require "net/https" require "uri" ## Uncomment to load in a .yml with your pin key -# ENV.update YAML.load(File.read(File.expand_path("../test_data.yml", __FILE__)...
removed a vcr .yml
diff --git a/pytablereader/interface.py b/pytablereader/interface.py index <HASH>..<HASH> 100644 --- a/pytablereader/interface.py +++ b/pytablereader/interface.py @@ -62,10 +62,14 @@ class TableLoader(TableLoaderInterface): def source_type(self): return self._validator.source_type + @property + de...
Change an attribute to a read-only property
diff --git a/src/helpers.php b/src/helpers.php index <HASH>..<HASH> 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -429,8 +429,8 @@ CODE; } throw new \RuntimeException(\sprintf( - 'Cannot build argument constructor for %s, give a scalar type hint or a deriving like Enum, FromString, Uuid, From...
Changed text of error message to make it more clear that the argument is being used as an aggregateId.
diff --git a/lib/html5lib/TreeBuilder.php b/lib/html5lib/TreeBuilder.php index <HASH>..<HASH> 100644 --- a/lib/html5lib/TreeBuilder.php +++ b/lib/html5lib/TreeBuilder.php @@ -2322,7 +2322,7 @@ class HTML5_TreeBuilder { } elseif ($token['type'] === HTML5_Tokenizer::COMMENT) { /* App...
#<I> | Fixed a bug of using undefined method insertToken Untested fix. But definitely a bug and the most likely correct method insertComment is used on a similar code block.
diff --git a/lib/activerecord-multi-tenant/multi_tenant.rb b/lib/activerecord-multi-tenant/multi_tenant.rb index <HASH>..<HASH> 100644 --- a/lib/activerecord-multi-tenant/multi_tenant.rb +++ b/lib/activerecord-multi-tenant/multi_tenant.rb @@ -29,6 +29,7 @@ module MultiTenant @@multi_tenant_models[table_name.to_s] ...
Add init of @@multi_tenant_models This prevents raising an error if the first model referenced after application boot is not distributed.
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -2,12 +2,18 @@ import React, {PropTypes as T} from 'react'; import { soundManager } from 'soundmanager2'; const pendingCalls = []; +let initialized = false; function createSound(options, cb) { if (sou...
Initialize SoundManager when it’s lazy loaded
diff --git a/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/factories/TestValuesRuntimeFunctions.java b/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/factories/TestValuesRuntimeFunctions.java index <HASH>..<HASH> 100644 --- a/flink-table/flink-tab...
[FLINK-<I>][table-planner] Clear watermark output when test finished for FromElementSourceFunctionWithWatermark This closes #<I>
diff --git a/lib/fluent/supervisor.rb b/lib/fluent/supervisor.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/supervisor.rb +++ b/lib/fluent/supervisor.rb @@ -321,6 +321,18 @@ module Fluent def supervisor_sigcont_handler if Fluent.windows? $log.info "dump file. [pid:#{Process.pid}]" + + # Si...
Support the case where `/tmp` dir doesn't exist on Windows
diff --git a/src/DataSource/Database.php b/src/DataSource/Database.php index <HASH>..<HASH> 100644 --- a/src/DataSource/Database.php +++ b/src/DataSource/Database.php @@ -170,5 +170,29 @@ class Database extends \PDO // Since this function is only to return one row, only return the first row return $prepQuery->fet...
Add fetchClass() Adds a function that will use a query to create an object based on the specified class
diff --git a/org.jenetics/src/main/java/org/jenetics/util/accumulators.java b/org.jenetics/src/main/java/org/jenetics/util/accumulators.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/util/accumulators.java +++ b/org.jenetics/src/main/java/org/jenetics/util/accumulators.java @@ -39,12 +39...
Remove unused 'NULL' instance.
diff --git a/pysat/_instrument.py b/pysat/_instrument.py index <HASH>..<HASH> 100644 --- a/pysat/_instrument.py +++ b/pysat/_instrument.py @@ -1122,9 +1122,9 @@ class Instrument(object): if self._iter_type == 'date': if self.date is not None: idx, = np.where(self._iter_list == sel...
Updated error feedback when iterating by file and the available file list is empty.
diff --git a/salt/output/highstate.py b/salt/output/highstate.py index <HASH>..<HASH> 100644 --- a/salt/output/highstate.py +++ b/salt/output/highstate.py @@ -198,9 +198,7 @@ def _format_host(host, data): state_lines.insert( 3, u' {tcolor} Name: {comps[2]}{colors[ENDC]}') ...
Handle unicode in highstate outputter Refs #<I>
diff --git a/lib/Schema.js b/lib/Schema.js index <HASH>..<HASH> 100644 --- a/lib/Schema.js +++ b/lib/Schema.js @@ -219,7 +219,7 @@ Schema.prototype.parseDynamo = async function (model, dynamoObj) { attrVal = await attr.parseDynamo(dynamoObj[name]); } if (attrVal !== undefined && attrVal !== null)...
feat(schema): change the way attributes are set by parseDynamo function This does not change parseDynamo result <I>% of the time, because `name` and `attr.name` are usually identical, but makes it possible to manually add hidden attributes to a schema by calling Attribute.create() with `name` set to Symbol(), which ca...
diff --git a/js/jasmine.js b/js/jasmine.js index <HASH>..<HASH> 100644 --- a/js/jasmine.js +++ b/js/jasmine.js @@ -12,7 +12,7 @@ jasmineStarted: function(suiteInfo) { }, suiteStarted: function(result) { -# suite object initialization +// suite object initialization this.suite_info[this.suite_count] = result; ...
Replaced ruby comment with jasmine
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -271,6 +271,10 @@ func run() error { // Merge sharded artifacts. for env, mergeProgram := range shardableArtifacts { + if len(filesToMerge[env]) == 0 { + fmt.Printf("stress: skipping merge for artifact %s\n", env)...
stress: skip merging when there are no artifacts to merge If no tests successfully complete then there will be nothing to merge and just calling into the merge program may therefore fail. In this case it's appropriate to skip the merge.
diff --git a/lib/spreedly.rb b/lib/spreedly.rb index <HASH>..<HASH> 100644 --- a/lib/spreedly.rb +++ b/lib/spreedly.rb @@ -156,10 +156,10 @@ module Spreedly end # Activates a free trial on the subscriber. - # Requires subscription_id of the free trial plan - def activate_free_trial(subscription_id...
Change subscription_id to plan_id to match mock's usage. The plan_id makes is clearer than my subscription_id. Thanks Nathaniel.
diff --git a/src/postmate.js b/src/postmate.js index <HASH>..<HASH> 100644 --- a/src/postmate.js +++ b/src/postmate.js @@ -297,6 +297,10 @@ class Postmate { this.parent.addEventListener('message', reply, false) const doSend = () => { + if (attempt === maxHandshakeRequests) { + clearInter...
fix the issue where the max attempt is ignored because of postMessage exception (#<I>)
diff --git a/src/Lucid/Model/index.js b/src/Lucid/Model/index.js index <HASH>..<HASH> 100644 --- a/src/Lucid/Model/index.js +++ b/src/Lucid/Model/index.js @@ -1049,14 +1049,17 @@ class Model extends BaseModel { } /** - * Returns an array of ids. - * - * Note: this method doesn't allow eagerloading relatio...
doc(docblock): update docblock
diff --git a/contrib/mesos/pkg/scheduler/plugin.go b/contrib/mesos/pkg/scheduler/plugin.go index <HASH>..<HASH> 100644 --- a/contrib/mesos/pkg/scheduler/plugin.go +++ b/contrib/mesos/pkg/scheduler/plugin.go @@ -306,7 +306,8 @@ func (k *kubeScheduler) Schedule(pod *api.Pod, unused algorithm.NodeLister) (str } } -//...
scheduler: correct doc in doSchedule
diff --git a/openpnm/utils/_workspace.py b/openpnm/utils/_workspace.py index <HASH>..<HASH> 100644 --- a/openpnm/utils/_workspace.py +++ b/openpnm/utils/_workspace.py @@ -43,12 +43,10 @@ class WorkspaceSettings(SettingsAttr): @property def loglevel(self): - logger = logging.getLogger() retur...
prevent getting logger from root level This call was getting the logger from the root level and overwriting the app settings for logging level. I was having trouble in mak issue #<I>
diff --git a/test/transports.htmlfile.test.js b/test/transports.htmlfile.test.js index <HASH>..<HASH> 100644 --- a/test/transports.htmlfile.test.js +++ b/test/transports.htmlfile.test.js @@ -146,7 +146,7 @@ module.exports = { var port = ++ports , cl = client(port) , io = create(cl) - , beat = fa...
Simplified heartbeat htmlfile test, made consistent with websocket one.
diff --git a/osuapi/enums.py b/osuapi/enums.py index <HASH>..<HASH> 100644 --- a/osuapi/enums.py +++ b/osuapi/enums.py @@ -149,6 +149,10 @@ class BeatmapGenre(Enum): novelty = 7 hip_hop = 9 electronic = 10 + metal = 11 + classical = 12 + folk = 13 + jazz = 14 class BeatmapLanguage(Enum):
Add various new song genre enums
diff --git a/container.go b/container.go index <HASH>..<HASH> 100644 --- a/container.go +++ b/container.go @@ -161,6 +161,10 @@ func OpenContainer(id string) (Container, error) { container.handle = handle + if err := container.registerCallback(); err != nil { + return nil, makeContainerError(container, operation...
Add a callback registration when opening a container
diff --git a/tensorlayer/layers.py b/tensorlayer/layers.py index <HASH>..<HASH> 100755 --- a/tensorlayer/layers.py +++ b/tensorlayer/layers.py @@ -1733,7 +1733,7 @@ class BatchNormLayer(Layer): trainable=False) moving_variance = _get_variable('moving_variance', ...
Update layers.py The init_ops.one_initializer() function is rewritten on tensorflow <I>. Maybe 'tf.one_initializer' should be replaced by 'tf.one_initializer()' in tensorlayer for tensorflow <I>. But i did not check it for tensorflow <I> backend.
diff --git a/lib/split/experiment.rb b/lib/split/experiment.rb index <HASH>..<HASH> 100644 --- a/lib/split/experiment.rb +++ b/lib/split/experiment.rb @@ -1,7 +1,6 @@ module Split class Experiment attr_accessor :name - attr_accessor :winner def initialize(name, *alternative_names) @name = name...
attr_accessor not required for winner as we define our own methods
diff --git a/code/steppedcheckout/CheckoutStep_Membership.php b/code/steppedcheckout/CheckoutStep_Membership.php index <HASH>..<HASH> 100644 --- a/code/steppedcheckout/CheckoutStep_Membership.php +++ b/code/steppedcheckout/CheckoutStep_Membership.php @@ -10,6 +10,7 @@ class CheckoutStep_Membership extends CheckoutStep{...
Added 'docreateaccount' to list of CheckoutStep_Membership allowed actions
diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.p...
[SecurityBundle] Fix execution of functional tests with different names Using "securitybundletest" as the default environment for the functional test's kernel causes a PHP fatal error redeclaring the class "appSecuritybundletestDebugProjectContainer" when multiple tests (with unique names) are executed. In lieu of for...
diff --git a/lib/bundler/monkey_patch.rb b/lib/bundler/monkey_patch.rb index <HASH>..<HASH> 100644 --- a/lib/bundler/monkey_patch.rb +++ b/lib/bundler/monkey_patch.rb @@ -11,11 +11,11 @@ module Bundler end module Bundler # Handles all the fetching with the rubygems server - class Fetcher + class Fetcher + ...
make monkey patch more robust against upstream changes
diff --git a/lib/discourse_api/api/categories.rb b/lib/discourse_api/api/categories.rb index <HASH>..<HASH> 100644 --- a/lib/discourse_api/api/categories.rb +++ b/lib/discourse_api/api/categories.rb @@ -28,6 +28,11 @@ module DiscourseApi response['body']['category'] if response['body'] end + def ...
add api to delete category (#<I>)
diff --git a/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.java b/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.jav...
wait for page to load after when translating "clickAndWait" r<I>
diff --git a/nx-dev/nx-dev/tailwind.config.js b/nx-dev/nx-dev/tailwind.config.js index <HASH>..<HASH> 100644 --- a/nx-dev/nx-dev/tailwind.config.js +++ b/nx-dev/nx-dev/tailwind.config.js @@ -52,6 +52,12 @@ module.exports = { 'code::after': { content: '', }, + 'blockqu...
docs(core): remove extra quotes for blockquote (#<I>)
diff --git a/bcbio/variation/gatkjoint.py b/bcbio/variation/gatkjoint.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/gatkjoint.py +++ b/bcbio/variation/gatkjoint.py @@ -84,6 +84,9 @@ def _run_genotype_gvcfs_genomicsdb(genomics_db, region, out_file, data): "-R", dd.get_ref_file(data), ...
GATK4: improve GenotypeGVCFs speed with new-qual Swaps to use improved speed in GATK4's new quality calculator. Fixes #<I>
diff --git a/sovrin_client/test/cli/test_tutorial_manual.py b/sovrin_client/test/cli/test_tutorial_manual.py index <HASH>..<HASH> 100644 --- a/sovrin_client/test/cli/test_tutorial_manual.py +++ b/sovrin_client/test/cli/test_tutorial_manual.py @@ -51,7 +51,6 @@ def testGettingStartedTutorialAgainstSandbox(newGuyCLI, be,...
[#SOV-<I>] remove skip statement which was bring back accidentally in previous merge
diff --git a/src/android/io/branch/BranchSDK.java b/src/android/io/branch/BranchSDK.java index <HASH>..<HASH> 100644 --- a/src/android/io/branch/BranchSDK.java +++ b/src/android/io/branch/BranchSDK.java @@ -1029,7 +1029,7 @@ public class BranchSDK extends CordovaPlugin { JSONObject response = new JSONObj...
fix: corrected android long url with no tracking
diff --git a/packages/posts/sources/cachePosts.js b/packages/posts/sources/cachePosts.js index <HASH>..<HASH> 100644 --- a/packages/posts/sources/cachePosts.js +++ b/packages/posts/sources/cachePosts.js @@ -2,13 +2,14 @@ import logger from "../lib/logger"; import initializedSources from "./"; const cachePosts = sea...
fix(posts): `initializedSources` is actually a Promised array.
diff --git a/eZ/Publish/Core/Repository/Tests/Service/InMemory/RepositoryTest.php b/eZ/Publish/Core/Repository/Tests/Service/InMemory/RepositoryTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/Tests/Service/InMemory/RepositoryTest.php +++ b/eZ/Publish/Core/Repository/Tests/Service/InMemory/Reposito...
Fix wrong class name from cc<I>a5
diff --git a/ui/AbstractEditor.js b/ui/AbstractEditor.js index <HASH>..<HASH> 100644 --- a/ui/AbstractEditor.js +++ b/ui/AbstractEditor.js @@ -45,7 +45,7 @@ class AbstractEditor extends Component { this.editingBehavior = this.editorSession.editingBehavior this.markersManager = this.editorSession.markersManage...
Expose resourceManger properly.
diff --git a/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java b/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java +++ b/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java @@ -272,7 +272,6 @@ publi...
ENG-<I>: Remove unhelpful log warning with stack trace. (#<I>)
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ function WindowPage() { this.format = function(obj) { var query = QueryString.stringify(obj.query); if (query) obj.search = query; - else obj.search = null; + else delete obj.search; if (obj.path) {...
Everything passed to search is casted to string
diff --git a/src/Illuminate/Support/Collection.php b/src/Illuminate/Support/Collection.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Support/Collection.php +++ b/src/Illuminate/Support/Collection.php @@ -537,7 +537,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate foreach...
Get rid of PHPStorm warning
diff --git a/domain/pool/poolstore.go b/domain/pool/poolstore.go index <HASH>..<HASH> 100644 --- a/domain/pool/poolstore.go +++ b/domain/pool/poolstore.go @@ -48,14 +48,12 @@ type storeImpl struct { //GetResourcePools Get a list of all the resource pools func (ps *storeImpl) GetResourcePools(ctx datastore.Context) ([...
Remove execution flow logging from pool store because we don't have it in the other stores
diff --git a/simplelru/lru_interface.go b/simplelru/lru_interface.go index <HASH>..<HASH> 100644 --- a/simplelru/lru_interface.go +++ b/simplelru/lru_interface.go @@ -10,7 +10,7 @@ type LRUCache interface { // updates the "recently used"-ness of the key. #value, isFound Get(key interface{}) (value interface{}, ok b...
Fix typo: 'exsists' (#<I>)
diff --git a/mixbox/entities.py b/mixbox/entities.py index <HASH>..<HASH> 100644 --- a/mixbox/entities.py +++ b/mixbox/entities.py @@ -294,6 +294,42 @@ class Entity(object): return cls.from_dict(d) + def _get_namespaces(self, recurse=True): + """Only used in a couple places in nose tests now.""" ...
Re-added the Entity._get_namespaces() and Entity._get_children() methods, since it turned out there are some python-cybox tests which use them. They don't seem to be used anywhere else; makes me think maybe the tests should be rewritten...
diff --git a/fieldpath.go b/fieldpath.go index <HASH>..<HASH> 100644 --- a/fieldpath.go +++ b/fieldpath.go @@ -157,6 +157,27 @@ func newFieldpathHuffman() HuffmanTree { return buildTree(huffmanlist) } +// Returns the static huffman tree based on our observed tree states +func newFieldpathHuffmanStatic() HuffmanTre...
Added newFieldpathHuffmanStatic function
diff --git a/src/ossos-pipeline/ossos/ssos.py b/src/ossos-pipeline/ossos/ssos.py index <HASH>..<HASH> 100644 --- a/src/ossos-pipeline/ossos/ssos.py +++ b/src/ossos-pipeline/ossos/ssos.py @@ -62,9 +62,16 @@ class TracksParser(object): input_mpc_lines = filestr.split('\n') mpc_observations = [] + ...
allow MPC lines to have the comment preceeding the astrometric line. This ability should be more generic for creating an observation but I'm not sure how.
diff --git a/Migrations/DatabaseMigrationRepository.php b/Migrations/DatabaseMigrationRepository.php index <HASH>..<HASH> 100755 --- a/Migrations/DatabaseMigrationRepository.php +++ b/Migrations/DatabaseMigrationRepository.php @@ -121,7 +121,7 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface...
Add a unique index to migration column
diff --git a/tests/test_pytest_cover.py b/tests/test_pytest_cover.py index <HASH>..<HASH> 100644 --- a/tests/test_pytest_cover.py +++ b/tests/test_pytest_cover.py @@ -1,11 +1,10 @@ import os import sys +import subprocess import virtualenv - import py import pytest -import subprocess import pytest_cover.plugin ...
Test that --cov-report=term will report missing lines if .coveragerc has show_missing=true. Ref #1.
diff --git a/testing/mgo.go b/testing/mgo.go index <HASH>..<HASH> 100644 --- a/testing/mgo.go +++ b/testing/mgo.go @@ -9,6 +9,7 @@ import ( "net" "os" "os/exec" + "path/filepath" "strconv" stdtesting "testing" "time" @@ -40,10 +41,18 @@ func startMgoServer() error { if err != nil { return err } + pem...
testing: start mgo with ssl
diff --git a/src/NodejsPhpFallback/NodejsPhpFallback.php b/src/NodejsPhpFallback/NodejsPhpFallback.php index <HASH>..<HASH> 100644 --- a/src/NodejsPhpFallback/NodejsPhpFallback.php +++ b/src/NodejsPhpFallback/NodejsPhpFallback.php @@ -6,6 +6,8 @@ use Composer\Composer; use Composer\IO\IOInterface; use Composer\Json\J...
Fallback to "yes" if IO ask fail
diff --git a/llrb.go b/llrb.go index <HASH>..<HASH> 100644 --- a/llrb.go +++ b/llrb.go @@ -158,6 +158,11 @@ func (self *Node) moveRedRight() *Node { return self } +// Len returns the number of elements stored in the Tree. +func (self *Tree) Len() int { + return self.Count +} + // Get returns the first match of q ...
Code reorganisation: Fix interrupted function pair Get and search should be adjacent.
diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/contentAssist/ternAssist.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/contentAssist/ternAssist.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.javascript/web/javascript/contentAssist/ternAssist.js +++ b/bund...
Bug <I> - [assist] Proposals with ignored doc show empty hover
diff --git a/lib/i18n-inflector/interpolate.rb b/lib/i18n-inflector/interpolate.rb index <HASH>..<HASH> 100644 --- a/lib/i18n-inflector/interpolate.rb +++ b/lib/i18n-inflector/interpolate.rb @@ -284,13 +284,12 @@ module I18n # process each token from set results = tokens.split(OPERATOR_COMPLEX...
Interpolation routine for complex kinds simplified
diff --git a/lib/dm-validations.rb b/lib/dm-validations.rb index <HASH>..<HASH> 100644 --- a/lib/dm-validations.rb +++ b/lib/dm-validations.rb @@ -47,6 +47,10 @@ module DataMapper resource end end + + # models that are non DM resources must get .validators + # and other methods, too...
[dm-validations] When DataMapper::Validate is included, extend model with class methods, since it may be a non DM model. * Makes it possible to use DM validations gem with non DataMapper models
diff --git a/Form/FileType.php b/Form/FileType.php index <HASH>..<HASH> 100644 --- a/Form/FileType.php +++ b/Form/FileType.php @@ -41,6 +41,7 @@ class FileType extends AbstractType implements DataMapperInterface, EventSubscri 'multiple' => false, 'options' => [], 'requ...
Fixing FileType according tonew option allow_file_upload
diff --git a/src/Controller/Frontend/Basket/Standard.php b/src/Controller/Frontend/Basket/Standard.php index <HASH>..<HASH> 100644 --- a/src/Controller/Frontend/Basket/Standard.php +++ b/src/Controller/Frontend/Basket/Standard.php @@ -423,7 +423,7 @@ class Standard } // remove service rebate of original price -...
Pass config options to calcPrice() of service providers
diff --git a/js/gatecoin.js b/js/gatecoin.js index <HASH>..<HASH> 100644 --- a/js/gatecoin.js +++ b/js/gatecoin.js @@ -176,6 +176,12 @@ module.exports = class gatecoin extends Exchange { ], }, }, + 'fees': { + 'trading': { + ...
gatecoin: taker/maker fees added
diff --git a/src/UDB2/EventRepository.php b/src/UDB2/EventRepository.php index <HASH>..<HASH> 100644 --- a/src/UDB2/EventRepository.php +++ b/src/UDB2/EventRepository.php @@ -81,13 +81,11 @@ class EventRepository implements RepositoryInterface // At this point we need to have /...
iii-<I>: Use token credentials from context (temporarily)
diff --git a/lib/branches/get-tags.js b/lib/branches/get-tags.js index <HASH>..<HASH> 100644 --- a/lib/branches/get-tags.js +++ b/lib/branches/get-tags.js @@ -14,15 +14,10 @@ module.exports = async ({cwd, env, options: {tagFormat}}, branches) => { return pReduce( branches, async (branches, branch) => { - ...
fix: simplify `get-tags` algorithm
diff --git a/tests/core/network/test_grids.py b/tests/core/network/test_grids.py index <HASH>..<HASH> 100644 --- a/tests/core/network/test_grids.py +++ b/tests/core/network/test_grids.py @@ -191,6 +191,10 @@ class TestMVGridDing0(object): Checks that the ring obtained from the rings_nodes function set...
Made one more test a little less stringent based on design recommendations
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 @@ -42,9 +42,6 @@ RSpec.configure do |config| # config.mock_with :rr config.mock_with :rspec - # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - c...
Fix reading files from specs for v1.x
diff --git a/azurerm/resource_arm_application_gateway.go b/azurerm/resource_arm_application_gateway.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_application_gateway.go +++ b/azurerm/resource_arm_application_gateway.go @@ -1357,10 +1357,12 @@ func flattenApplicationGatewayWafConfig(waf *network.ApplicationG...
Fixing a crash where DisabledSSLProtocols could be nil
diff --git a/lib/DirectEditing.js b/lib/DirectEditing.js index <HASH>..<HASH> 100644 --- a/lib/DirectEditing.js +++ b/lib/DirectEditing.js @@ -16,7 +16,7 @@ function DirectEditing(eventBus, canvas) { this._providers = []; this._textbox = new TextBox({ container: canvas.getPaper().node.parentNode, - keyHan...
fix(plug-in): use _.bind instead of Function#bind Function#bind is not supported in older webkit browsers.
diff --git a/src/ZipCodeValidator/Constraints/ZipCodeValidator.php b/src/ZipCodeValidator/Constraints/ZipCodeValidator.php index <HASH>..<HASH> 100644 --- a/src/ZipCodeValidator/Constraints/ZipCodeValidator.php +++ b/src/ZipCodeValidator/Constraints/ZipCodeValidator.php @@ -101,7 +101,7 @@ class ZipCodeValidator extend...
Change to allow the second part of an Irish postcode to be optional (#<I>)
diff --git a/src/Controller.php b/src/Controller.php index <HASH>..<HASH> 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -13,6 +13,7 @@ namespace app\admin; use infuse\Inflector; use infuse\Utility as U; +use infuse\View; class Controller { @@ -48,7 +49,7 @@ class Controller 'title...
support Response/View changes to infuse/libs
diff --git a/tests/api/test_sentinelhub_batch.py b/tests/api/test_sentinelhub_batch.py index <HASH>..<HASH> 100644 --- a/tests/api/test_sentinelhub_batch.py +++ b/tests/api/test_sentinelhub_batch.py @@ -68,6 +68,8 @@ def test_create_and_run_batch_request(batch_client, requests_mock): } ...
fixed failing batch test by adding new fields in mocked response
diff --git a/lib/rake/task_manager.rb b/lib/rake/task_manager.rb index <HASH>..<HASH> 100644 --- a/lib/rake/task_manager.rb +++ b/lib/rake/task_manager.rb @@ -111,7 +111,7 @@ module Rake if args.empty? task_name = key arg_names = [] - deps = value + deps = value || [] else ...
Ignore falsey dependencies When creating Rake tasks programatically, it could so happen that the prerequisites reach the point of creation as an argument. This change teaches the Rake DSL to ignore falsey (`nil' or `false') values when they are specified as the dependencies; this way, programmatic creation does not ha...
diff --git a/lib/boot/load/tymly-loader/load-dir.js b/lib/boot/load/tymly-loader/load-dir.js index <HASH>..<HASH> 100644 --- a/lib/boot/load/tymly-loader/load-dir.js +++ b/lib/boot/load/tymly-loader/load-dir.js @@ -28,7 +28,6 @@ module.exports = function loadDir (rootDir, allComponents, options) { }) const root...
refactor: Move componentDir declaration into the loop
diff --git a/app/models/no_cms/blocks/concerns/model_with_slots.rb b/app/models/no_cms/blocks/concerns/model_with_slots.rb index <HASH>..<HASH> 100644 --- a/app/models/no_cms/blocks/concerns/model_with_slots.rb +++ b/app/models/no_cms/blocks/concerns/model_with_slots.rb @@ -24,8 +24,8 @@ module NoCms::Blocks::Concerns ...
Removing deprecated alias_method_chain Issue #<I>
diff --git a/boatd_client/__init__.py b/boatd_client/__init__.py index <HASH>..<HASH> 100644 --- a/boatd_client/__init__.py +++ b/boatd_client/__init__.py @@ -1 +1 @@ -from boatd_client import Boat +from .boatd_client import Boat
Fix build for python 3.x
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { 'react/style-prop-object': 'off', 'react/display-name': 'off', 'react/require-default-props': 'off', - 'react/forbid-component-props': 'off' +...
Disable react/no-unused-prop-types
diff --git a/km3pipe/io/hdf5.py b/km3pipe/io/hdf5.py index <HASH>..<HASH> 100644 --- a/km3pipe/io/hdf5.py +++ b/km3pipe/io/hdf5.py @@ -107,8 +107,16 @@ class HDF5Sink(Module): return blob def finish(self): - for tab in self._tables.values(): - tab.cols.event_id.create_index() + ...
Fixing indexing bug. I am not crazy
diff --git a/lib/tokyo_metro/static/operator/info.rb b/lib/tokyo_metro/static/operator/info.rb index <HASH>..<HASH> 100644 --- a/lib/tokyo_metro/static/operator/info.rb +++ b/lib/tokyo_metro/static/operator/info.rb @@ -18,6 +18,10 @@ class TokyoMetro::Static::Operator::Info < TokyoMetro::Static::Fundamental::Info ...
<I>_<I> Update - TokyoMetro::Static::Operator::Info
diff --git a/openpnm/geometry/StickAndBall2D.py b/openpnm/geometry/StickAndBall2D.py index <HASH>..<HASH> 100644 --- a/openpnm/geometry/StickAndBall2D.py +++ b/openpnm/geometry/StickAndBall2D.py @@ -45,10 +45,10 @@ class StickAndBall2D(GenericGeometry): >>> pn = op.network.CubicDual(shape=[5, 5, 5]) >>> Ps = ...
Class names shouldn't have underscores
diff --git a/pyvista/plotting/colors.py b/pyvista/plotting/colors.py index <HASH>..<HASH> 100644 --- a/pyvista/plotting/colors.py +++ b/pyvista/plotting/colors.py @@ -152,6 +152,16 @@ white whitesmoke yellow yellowgreen +tab:blue +tab:orange +tab:green +tab:red +tab:purple +tab:brown +tab:pink +tab:gray +tab:olive +...
add new colors (#<I>)
diff --git a/mistletoe/block_token.py b/mistletoe/block_token.py index <HASH>..<HASH> 100644 --- a/mistletoe/block_token.py +++ b/mistletoe/block_token.py @@ -404,7 +404,6 @@ class ListItem(BlockToken): lines.anchor() prepend = -1 leader = None - newline = 0 line_buffer = [] ...
refactor ListItem.read condition checks
diff --git a/azurerm/provider.go b/azurerm/provider.go index <HASH>..<HASH> 100644 --- a/azurerm/provider.go +++ b/azurerm/provider.go @@ -340,11 +340,11 @@ func Provider() terraform.ResourceProvider { "azurerm_mysql_virtual_network_rule": resourceArmMySqlVirtualNetworkRule(), "azurerm_n...
Fix: gofmt issue for provider.go
diff --git a/lib/mongoid/validations/uniqueness.rb b/lib/mongoid/validations/uniqueness.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/validations/uniqueness.rb +++ b/lib/mongoid/validations/uniqueness.rb @@ -156,8 +156,8 @@ module Mongoid #:nodoc: # # @since def scope_value_changed?(document) -...
Changed *reduce* to *any?*, since any? is more optimized in case of multiple scopes. It's also more readable.
diff --git a/Controller/BlogController.php b/Controller/BlogController.php index <HASH>..<HASH> 100644 --- a/Controller/BlogController.php +++ b/Controller/BlogController.php @@ -53,7 +53,7 @@ class BlogController extends Controller $date = null; if (null !== $filter) { - $tag = $this->...
[BlogBundle] Retrieving tag from slug for searching
diff --git a/admin_media.php b/admin_media.php index <HASH>..<HASH> 100644 --- a/admin_media.php +++ b/admin_media.php @@ -1276,12 +1276,11 @@ echo WT_JS_START; ?> echo '<br />'; } } - echo "</td></tr>"; break; } } - if ($passCount==1 && $printDone) echo "<tr><td clas...
fix: error when the jquery table don't appear
diff --git a/acceptance/tests/modules/install/with_modulepath.rb b/acceptance/tests/modules/install/with_modulepath.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/modules/install/with_modulepath.rb +++ b/acceptance/tests/modules/install/with_modulepath.rb @@ -9,7 +9,7 @@ step "Install a module with relative modu...
(#<I>) Fix test to expect https not http After a <I>.x -> <I>rc rollup the with_modulepath system test was failing due to the conversion to HTTPS. This patch converts the test.
diff --git a/core/common/src/test/java/alluxio/AlluxioURITest.java b/core/common/src/test/java/alluxio/AlluxioURITest.java index <HASH>..<HASH> 100644 --- a/core/common/src/test/java/alluxio/AlluxioURITest.java +++ b/core/common/src/test/java/alluxio/AlluxioURITest.java @@ -11,20 +11,18 @@ package alluxio; +import...
[SMALLFIX] Fix build
diff --git a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/VcfRepository.java b/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/VcfRepository.java index <HASH>..<HASH> 100644 --- a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/VcfRepository.java +++ b/molgenis-data-vcf/src/main/java/org/molgenis/d...
change "string" VCF INFO fields to TEXT because we don't know how many characters it can contain
diff --git a/cfgrib/messages.py b/cfgrib/messages.py index <HASH>..<HASH> 100644 --- a/cfgrib/messages.py +++ b/cfgrib/messages.py @@ -260,7 +260,7 @@ class FileStream(collections.Iterable): break except Exception: if self.errors == 'ignore': - ...
Bugfix: minor, use the configured logger.
diff --git a/lib/active_remote/persistence.rb b/lib/active_remote/persistence.rb index <HASH>..<HASH> 100644 --- a/lib/active_remote/persistence.rb +++ b/lib/active_remote/persistence.rb @@ -238,7 +238,6 @@ module ActiveRemote run_callbacks :create do # Use the getter here so we get the type casting. ...
Allow primary_key to be set on create ActiveRecord allows the primary key to be set on create. This makes ActiveRemote#create behave the same way by allowing the primary_key attribute to be sent in a create operation.
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/resources/TaskResource.java b/SingularityService/src/main/java/com/hubspot/singularity/resources/TaskResource.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/resources/TaskResource.java +++ b/Singularit...
This is way too verbose even for TRACE.
diff --git a/design/satellite_passes.py b/design/satellite_passes.py index <HASH>..<HASH> 100644 --- a/design/satellite_passes.py +++ b/design/satellite_passes.py @@ -1,3 +1,12 @@ +""" +On my laptop, this script shows that simply computing the positions and +the sunlit-ness of the ISS for each of the 381 seconds of thi...
Move explanation to top where folks might see it
diff --git a/tests/test_disque.py b/tests/test_disque.py index <HASH>..<HASH> 100644 --- a/tests/test_disque.py +++ b/tests/test_disque.py @@ -166,9 +166,8 @@ class TestDisque(unittest.TestCase): assert stat.get('jobs-in', None) is not None assert stat.get('jobs-out', None) is not None - # TODO (...
Added a unit test for the new SHOW / dict style.
diff --git a/tests/testcases/unpublication_tests.py b/tests/testcases/unpublication_tests.py index <HASH>..<HASH> 100644 --- a/tests/testcases/unpublication_tests.py +++ b/tests/testcases/unpublication_tests.py @@ -76,7 +76,8 @@ class UnpublicationTestCase(unittest.TestCase): prefix=self.prefix, ...
Unit tests: Fixed unpublication tests (added new mandatory arg 'consumer_solr_url').
diff --git a/tasks/config.js b/tasks/config.js index <HASH>..<HASH> 100644 --- a/tasks/config.js +++ b/tasks/config.js @@ -17,6 +17,15 @@ const shared = { module: { loaders: [{ test: /\.js$/, + exclude: /node_modules/, + loader: 'babel', + query: { + presets: ['es2015'], + pl...
fix(build): Do not run all deps through babel
diff --git a/osrparse/utils.py b/osrparse/utils.py index <HASH>..<HASH> 100644 --- a/osrparse/utils.py +++ b/osrparse/utils.py @@ -64,7 +64,7 @@ class KeyMania(IntFlag): K7 = 1 << 6 K8 = 1 << 7 -class ReplayEvent: +class ReplayEvent(abc.ABC): def __init__(self, time_delta: int): self.time_delt...
fix _members not being defined for ReplayEventOsu
diff --git a/lib/ruby_expect/expect.rb b/lib/ruby_expect/expect.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_expect/expect.rb +++ b/lib/ruby_expect/expect.rb @@ -257,6 +257,7 @@ module RubyExpect # end # def expect *patterns, &block + @logger.debug("Expecting #{patterns.inspect}") if @logger.de...
Added some debugging and changed IO debugging to informational
diff --git a/repo_hooks.go b/repo_hooks.go index <HASH>..<HASH> 100644 --- a/repo_hooks.go +++ b/repo_hooks.go @@ -95,6 +95,8 @@ type PayloadRepo struct { ID int64 `json:"id"` Name string `json:"name"` URL string `json:"url"` + SSHURL string `json:"ssh...
add more field to repo payload
diff --git a/goagen/gen_app/writers.go b/goagen/gen_app/writers.go index <HASH>..<HASH> 100644 --- a/goagen/gen_app/writers.go +++ b/goagen/gen_app/writers.go @@ -779,8 +779,8 @@ func Configure{{ goify .SchemeName true }}Security(service *goa.Service, f goa.{ return scopes } middleware := f(def, fetchScopes) -{{...
Fix overzealous newline removal. (#<I>)
diff --git a/samples/update-intent.js b/samples/update-intent.js index <HASH>..<HASH> 100644 --- a/samples/update-intent.js +++ b/samples/update-intent.js @@ -17,6 +17,7 @@ process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements async function main(projectId, intentId, displayName) { + // [STAR...
docs: added region tags (#<I>)