hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7bc4fb6add4186f93e090c65f155556db2ab46aa
diff --git a/lib/html/pipeline/camo_filter.rb b/lib/html/pipeline/camo_filter.rb index <HASH>..<HASH> 100644 --- a/lib/html/pipeline/camo_filter.rb +++ b/lib/html/pipeline/camo_filter.rb @@ -20,12 +20,10 @@ module HTML # go through the github asset proxy. def call doc.search("img").each do |eleme...
Skip rewriting github.com origin images
jch_html-pipeline
train
2cde19f24c3679e8162e3abbce73818a8b0c02a0
diff --git a/src/Controller/Component/RequestHandlerComponent.php b/src/Controller/Component/RequestHandlerComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/RequestHandlerComponent.php +++ b/src/Controller/Component/RequestHandlerComponent.php @@ -256,7 +256,7 @@ class RequestHandlerComponent ext...
Add option to disable local XML file parsing. Provide an option to disable reading local files. This is very useful when accepting 'XML' data from request data. In this situation we don't want to parse local file as XML.
cakephp_cakephp
train
8da59c05bb55989ef1c87b702e32fe50cd604aac
diff --git a/lib/chore/airbrake.rb b/lib/chore/airbrake.rb index <HASH>..<HASH> 100644 --- a/lib/chore/airbrake.rb +++ b/lib/chore/airbrake.rb @@ -16,10 +16,9 @@ Chore.add_hook(:on_failure) do |msg,error| msg_class = msg['class'] || 'Unknown message class' airbrake_opts = {} - airbrake_opts[:action] = msg_cl...
Update Airbrake integration to not include ENV and use more appropriate component / action values to bring it in line with other libraries like resque
Tapjoy_chore
train
14db5e4cac457aa55718bcc208551df82dcc9eb6
diff --git a/lib/search_engine_summarizer.py b/lib/search_engine_summarizer.py index <HASH>..<HASH> 100644 --- a/lib/search_engine_summarizer.py +++ b/lib/search_engine_summarizer.py @@ -90,7 +90,8 @@ def get_authors_tags(config=CITATION_CONFIG): tags_names = [ 'first_author', 'additional_author'...
WebSearch: use collaborations in self-cite counts * Use collaboration name for records having more than <I> authors when calculating self-citations.
inveniosoftware_invenio-records
train
0553ce8f300524e690c0589d5257e01d99f53a61
diff --git a/traits/magic/iterator.php b/traits/magic/iterator.php index <HASH>..<HASH> 100644 --- a/traits/magic/iterator.php +++ b/traits/magic/iterator.php @@ -31,63 +31,60 @@ trait Iterator * Current position of the Iterator. Incremented by `next` & reset by `rewind` * @var int */ - protected $iterator_pos...
Updates to Iterator trait * Renamed `$iterator_position` to `$_iterator_position` * `current` now uses `$this->key()` instead of internal code * `valid` now does a length comparison
shgysk8zer0_core_api
train
34a33954d7845311fc99354ef282cbfdacda0245
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index <HASH>..<HASH> 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -22,7 +22,7 @@ import sys modname = distname = 'pylint' -numversion = (1, 4, 3) +numversion = (1, 5, 0) version = '.'.join([str(num) for num in numversion]) install_...
Update the version to reflect what will be released. Some users are using the repo's version and it's misleading to have the same version for the released code.
PyCQA_pylint
train
4528e7b556b771bab60d740fc35058c14c8b0421
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,28 @@ -module.exports.cli = function() { - console.log("WIP"); -} +var Interface = require('./lib/interface.js'); + +module.exports.start = function(argv, stdin, stdout) { + argv || (argv = process.argv.slice(2)); + ...
construct interface. Code pasted from src/node.js
sidorares_node-cli-debugger
train
3f0d98e34b326dd7f764abf2b3cca666e4b99907
diff --git a/agent.go b/agent.go index <HASH>..<HASH> 100644 --- a/agent.go +++ b/agent.go @@ -710,11 +710,6 @@ func (s *sandbox) listenToUdevEvents() { continue } - // We only care about add event - if uEv.Action != "add" { - continue - } - span, _ := trace(rootContext, "udev", "udev event") span.s...
agent: Remove dev from pciDeviceMap when device is unplugged Delete `uEv.DevPath` from pciDeviceMap when recieving `remove` uevent. Fixes #<I>
kata-containers_agent
train
0301040e48c4c15565787419ab9cf1f99f7895af
diff --git a/libdokan/mount_test.go b/libdokan/mount_test.go index <HASH>..<HASH> 100644 --- a/libdokan/mount_test.go +++ b/libdokan/mount_test.go @@ -1826,7 +1826,7 @@ func TestInvalidateDataOnWrite(t *testing.T) { defer libkbfs.CleanupCancellationDelayer(ctx) config := libkbfs.MakeTestConfigOrBust(t, "jdoe", "wsm...
libdokan: fix mount tests by declaring fs1 variable Issue: KBFS-<I>
keybase_client
train
b381e1a97306d3709e2913de327e7870a7896576
diff --git a/concrete/src/Asset/CssAsset.php b/concrete/src/Asset/CssAsset.php index <HASH>..<HASH> 100644 --- a/concrete/src/Asset/CssAsset.php +++ b/concrete/src/Asset/CssAsset.php @@ -17,6 +17,13 @@ class CssAsset extends Asset protected $assetSupportsCombination = true; /** + * The default media of ...
Added support for the "media" attribute for CSS resources
concrete5_concrete5
train
6a7598b00717fc2531ad737abd931d41fe18ac89
diff --git a/suro-client/src/main/java/com/netflix/suro/client/async/AsyncSuroClient.java b/suro-client/src/main/java/com/netflix/suro/client/async/AsyncSuroClient.java index <HASH>..<HASH> 100644 --- a/suro-client/src/main/java/com/netflix/suro/client/async/AsyncSuroClient.java +++ b/suro-client/src/main/java/com/netf...
AsyncSuroClient jobQueue is blocked on offer()
Netflix_suro
train
09b4d371d203f7f22dcf1741a3f6c657404fb61e
diff --git a/src/TestFramework/PhpSpec/CommandLine/ArgumentsAndOptionsBuilder.php b/src/TestFramework/PhpSpec/CommandLine/ArgumentsAndOptionsBuilder.php index <HASH>..<HASH> 100644 --- a/src/TestFramework/PhpSpec/CommandLine/ArgumentsAndOptionsBuilder.php +++ b/src/TestFramework/PhpSpec/CommandLine/ArgumentsAndOptionsB...
Multiple extra test framework options escape in the wrong way (#<I>) * Multiple extra test framework options escape in the wrong way * Ensure multiple test framework options work as expected
infection_infection
train
18ce711cc71da90d7f0d690bc5617d4626d6ce02
diff --git a/packages/ember-metal/lib/mixin.js b/packages/ember-metal/lib/mixin.js index <HASH>..<HASH> 100644 --- a/packages/ember-metal/lib/mixin.js +++ b/packages/ember-metal/lib/mixin.js @@ -76,7 +76,7 @@ function mergeMixins(mixins, m, descs, values, base) { for(idx=0;idx<len;idx++) { mixin = mixins[idx]...
Guard mergeMixins parameters more generally Previously we caught passing null or undefined into Object.create() or .extend(). Now we also catch any other invalid types like strings, numbers, or arrays. We cannot use Ember.typeOf, since runtime depends on metal and we don't want circular dependencies. For the weird ar...
emberjs_ember.js
train
b165874d74c3a8a476abbfc1a801df656623c6be
diff --git a/src/Command/ProjectDownloadTrait.php b/src/Command/ProjectDownloadTrait.php index <HASH>..<HASH> 100644 --- a/src/Command/ProjectDownloadTrait.php +++ b/src/Command/ProjectDownloadTrait.php @@ -93,35 +93,31 @@ trait ProjectDownloadTrait $fileSystem->rename($downloadPath, $copyPath); ...
[console] relocate code to Trait to test TravisCI
hechoendrupal_drupal-console
train
132a1a6c9436090349968f7f28d6c81dd288ff72
diff --git a/lib/bullet/stack_trace_filter.rb b/lib/bullet/stack_trace_filter.rb index <HASH>..<HASH> 100644 --- a/lib/bullet/stack_trace_filter.rb +++ b/lib/bullet/stack_trace_filter.rb @@ -1,6 +1,6 @@ module Bullet module StackTraceFilter - VENDOR_PATH = "/vendor".freeze + VENDOR_PATH = '/vendor'.freeze ...
Auto corrected by following Style/StringLiterals
flyerhzm_bullet
train
8324c1b9a6dd46a66c4105452b2af93263ee536b
diff --git a/tlsutil/config.go b/tlsutil/config.go index <HASH>..<HASH> 100644 --- a/tlsutil/config.go +++ b/tlsutil/config.go @@ -187,39 +187,6 @@ func (c *Config) OutgoingTLSConfig() (*tls.Config, error) { return tlsConfig, nil } -// Clone returns a copy of c. Only the exported fields are copied. This -// was co...
Removes stale TLS config clone() in favor of new supported method.
hashicorp_consul
train
8ba6e2e88628ec5dd95a701ce42ad0fd0f6d8c26
diff --git a/pyclustering/nnet/som.py b/pyclustering/nnet/som.py index <HASH>..<HASH> 100755 --- a/pyclustering/nnet/som.py +++ b/pyclustering/nnet/som.py @@ -610,11 +610,12 @@ class som: """ self._data = data - self._sqrt_distances = self.__initialize_distances(self._size, self._l...
#<I>: Correction for previously introduced problem with CCORE.
annoviko_pyclustering
train
b3a09e601ab89125c5d5e8d5f42a41093bca5419
diff --git a/wro4j-core/src/test/java/ro/isdc/wro/http/handler/TestResourceProxyRequestHandler.java b/wro4j-core/src/test/java/ro/isdc/wro/http/handler/TestResourceProxyRequestHandler.java index <HASH>..<HASH> 100644 --- a/wro4j-core/src/test/java/ro/isdc/wro/http/handler/TestResourceProxyRequestHandler.java +++ b/wro4...
Issue<I> - Added new test case
wro4j_wro4j
train
9c5303285ad3844569537d16ca548809e9c53aa6
diff --git a/core/model/VirtualPage.php b/core/model/VirtualPage.php index <HASH>..<HASH> 100755 --- a/core/model/VirtualPage.php +++ b/core/model/VirtualPage.php @@ -30,8 +30,9 @@ class VirtualPage extends Page { "Sort", "Status", 'ShowInMenus', - 'ShowInSearch', // 'Locale' + 'ShowInSearch', + '...
BUGFIX: Generate SiteTree_version records for VirtualPages more reliably. (from r<I>) (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
a4e7711756611bcf03d2df6724903110cf219f4d
diff --git a/app/index.js b/app/index.js index <HASH>..<HASH> 100644 --- a/app/index.js +++ b/app/index.js @@ -233,7 +233,7 @@ JhipsterGenerator.prototype.askFor = function askFor() { }, { when: function (response) { - return (!(response.javaVersion == '7')); + ...
Limit ElasticSearch support to SQL databases
jhipster_generator-jhipster
train
5cff9bf1548cc0fe45cb0060f86e99d069721d2b
diff --git a/angr/simos/javavm.py b/angr/simos/javavm.py index <HASH>..<HASH> 100644 --- a/angr/simos/javavm.py +++ b/angr/simos/javavm.py @@ -29,6 +29,9 @@ class SimJavaVM(SimOS): self.native_libs = [obj for obj in self.project.loader.initial_load_objects if not isinst...
Add more helpful error message, if no native libraries were loaded.
angr_angr
train
7d4f1b1c2af69395ed4ac771241883b56079812b
diff --git a/yarn_api_client/base.py b/yarn_api_client/base.py index <HASH>..<HASH> 100644 --- a/yarn_api_client/base.py +++ b/yarn_api_client/base.py @@ -38,7 +38,8 @@ class BaseYarnAPI(object): if response.status == OK: return self.response_class(response) else: - msg = 'Resp...
Read response before raising the exception One MUST read response before launching a new request. Otherwise it is imposible to get a new response object
toidi_hadoop-yarn-api-python-client
train
adb62d8be6b89b0d8beb1e4866ef16e1026f3c10
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -495,6 +495,9 @@ class Cmd(cmd.Cmd): # will be added if there is an unmatched opening quote self.allow_closing_quote = True + # An optional header that prints above the tab-completion...
Added ability to print a header above tab-completion suggestions
python-cmd2_cmd2
train
40629ca49bef1a864b2d94593335eac7c927b084
diff --git a/framework/yii/helpers/BaseFileHelper.php b/framework/yii/helpers/BaseFileHelper.php index <HASH>..<HASH> 100644 --- a/framework/yii/helpers/BaseFileHelper.php +++ b/framework/yii/helpers/BaseFileHelper.php @@ -155,6 +155,11 @@ class BaseFileHelper * and '.svn/' matches directory paths ending with '.sv...
Added missing beforeCopy option to FileHelper::copyDirectory It was mentioned in AssetManager::publish phpdoc.
yiisoft_yii2-bootstrap4
train
8e4b12f1c0c0623c5fb335c9a5deac8bfda305dd
diff --git a/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php b/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php index <HASH>..<HASH> 100644 --- a/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php +++ b/kernel/classes/workflowtypes/event/ezmultiplexer/ezm...
Fixed #<I>: Multiplexer workflow event (and maybe others) doesn't work with the updatesection and read triggers
ezsystems_ezpublish-legacy
train
d8da761ca622ac72ca3d246d8df0f1f4c53010cb
diff --git a/src/fn/fn-ramp.js b/src/fn/fn-ramp.js index <HASH>..<HASH> 100644 --- a/src/fn/fn-ramp.js +++ b/src/fn/fn-ramp.js @@ -71,25 +71,31 @@ module.exports = function (datasource, decl) { function ramp (datasource, column, args) { var method; + var tuple = []; + if (Array.isArray(args[0])) { - var sc...
Ramp function not coupled with selector types, e.g., polygon-color Closes #<I>
CartoDB_turbo-carto
train
23fbaa1aea78bbda473ff595f7c0f774a7051466
diff --git a/database-provider/src/main/java/org/jboss/pressgang/ccms/wrapper/DBServerEntitiesWrapper.java b/database-provider/src/main/java/org/jboss/pressgang/ccms/wrapper/DBServerEntitiesWrapper.java index <HASH>..<HASH> 100644 --- a/database-provider/src/main/java/org/jboss/pressgang/ccms/wrapper/DBServerEntitiesWr...
Added the Frozen and Obselete tag entity constants to the Server Settings model.
pressgang-ccms_PressGangCCMSDatasourceProviders
train
12b333c63063e656af85e4b9fffc8671e7140b13
diff --git a/response.class.php b/response.class.php index <HASH>..<HASH> 100644 --- a/response.class.php +++ b/response.class.php @@ -394,11 +394,13 @@ class CPS_Response foreach ($source as $key => $value) { CPS_Response::simpleXmlToArrayHelper($res, $key, $value, $children); } - foreach ($source-...
Fixed warning "Node no longer exists in response.class.php on line"
clusterpoint_php-client-api
train
83f1df4e0bc2dd06ff0644601837c7aa6fbc1f5c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,21 +11,4 @@ var Bot = module.exports.Bot = require('./lib/Bot.js'), InlineQueryResultArticle = module.exports.InlineQueryResultArticle = require('./lib/InlineQueryResultArticle.js'), InlineQueryResultLocation = m...
Inadvertently pushed some test code
ALCC01_nodeogram
train
247e09f6242fba471844d642e6e63cfec156b4cb
diff --git a/javascript/operations.js b/javascript/operations.js index <HASH>..<HASH> 100644 --- a/javascript/operations.js +++ b/javascript/operations.js @@ -391,6 +391,13 @@ export default { }) }, + consoleTable: (operation, callee) => { + operate(operation, () => { + const { data, columns } = oper...
console_table operation (#<I>)
hopsoft_cable_ready
train
060863ad2b6d026ec8681358f17e4a9fce1751db
diff --git a/gbdxtools/images/meta.py b/gbdxtools/images/meta.py index <HASH>..<HASH> 100644 --- a/gbdxtools/images/meta.py +++ b/gbdxtools/images/meta.py @@ -311,12 +311,19 @@ class GeoImage(Container): x_chunks = int((ur[0] - ll[0]) / x_size) + 1 y_chunks = int((ll[1] - ur[1]) / y_size) + 1 + ...
removing unsupported image test as we have no unsupported images types i think
DigitalGlobe_gbdxtools
train
f6ce11ae8e302b34fc5e6ac579968641ed9f73d9
diff --git a/gandi/cli/commands/paas.py b/gandi/cli/commands/paas.py index <HASH>..<HASH> 100644 --- a/gandi/cli/commands/paas.py +++ b/gandi/cli/commands/paas.py @@ -9,10 +9,11 @@ from gandi.cli.core.params import pass_gandi, DATACENTER, PAAS_TYPE, option @click.option('--state', default=None, help='filter results by...
Add the possibility to show type in paas list.
Gandi_gandi.cli
train
4668232eb504cd8bb4398746fc780c056b42a368
diff --git a/cluster/src/main/java/io/atomix/cluster/impl/DefaultNode.java b/cluster/src/main/java/io/atomix/cluster/impl/DefaultNode.java index <HASH>..<HASH> 100644 --- a/cluster/src/main/java/io/atomix/cluster/impl/DefaultNode.java +++ b/cluster/src/main/java/io/atomix/cluster/impl/DefaultNode.java @@ -64,7 +64,7 @@...
Allow default names/ports to be provided in Atomix server configuration.
atomix_atomix
train
f16629c3a1d12938b97dae97079612325c7114f3
diff --git a/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java b/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java index <HASH>..<HASH> 100644 --- a/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserResource.java +++ b/guja-core/src/main/java/com/wadpam/guja/oauth2/api/UserRes...
Added user validation to user updates.
Wadpam_guja
train
ffea4eb478ba3d0c04603537b9af1516ef03f039
diff --git a/scripts/generate/logs/index.js b/scripts/generate/logs/index.js index <HASH>..<HASH> 100644 --- a/scripts/generate/logs/index.js +++ b/scripts/generate/logs/index.js @@ -54,6 +54,12 @@ var eventElementsPerBulk = eventsPerBulk * 2; // events are stored next to their function createIndex(indexName, done) { ...
tests now look for the <I> API by default
elastic_elasticsearch-js
train
f588776ed74cecc2ce84a32d9e8a9235b65cedff
diff --git a/src/osrm.js b/src/osrm.js index <HASH>..<HASH> 100644 --- a/src/osrm.js +++ b/src/osrm.js @@ -102,6 +102,11 @@ OSRM.prototype = { }); response.on('end', function() { clearTimeout(timeout); + if (response.headers['content-type'] === undefined) + { + return cal...
Throw meaningful error for missing content-type
Project-OSRM_osrm.js
train
5b476c2873da339a61c3e80ecfd02f015f3eb163
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -372,7 +372,7 @@ module.exports = function(grunt) { ); }); - config.clean.cdnjs = 'dist/cdnjs'; + //config.clean.cdnjs = 'dist/cdnjs';
remove cdnjs for normal build process
fullcalendar_fullcalendar
train
6de484b4b5f66cbfd9e952718812df8607581cb7
diff --git a/api/python/quilt3/main.py b/api/python/quilt3/main.py index <HASH>..<HASH> 100644 --- a/api/python/quilt3/main.py +++ b/api/python/quilt3/main.py @@ -13,7 +13,9 @@ import requests from . import api, session from . import __version__ as quilt3_version from .session import open_url -from .util import get_...
Added CLI command `quilt3 list-packages $REGISTRY` (#<I>)
quiltdata_quilt
train
2a00a6513e77297a25131b3b380908eea7559959
diff --git a/src/main/java/com/nulabinc/backlog4j/Notification.java b/src/main/java/com/nulabinc/backlog4j/Notification.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/nulabinc/backlog4j/Notification.java +++ b/src/main/java/com/nulabinc/backlog4j/Notification.java @@ -8,11 +8,37 @@ import java.util.Date; * ...
Change notification reason int to enum .
nulab_backlog4j
train
0a35149b52e1d689a00655da943e147a68d34122
diff --git a/Query/Builder.php b/Query/Builder.php index <HASH>..<HASH> 100644 --- a/Query/Builder.php +++ b/Query/Builder.php @@ -643,7 +643,9 @@ class Builder { */ public function having($column, $operator = null, $value = null) { - $this->havings[] = compact('column', 'operator', 'value'); + $type = 'Basic'...
Added havingRaw() and orHavingRaw() I'm not sure if this is the perfect implementation, but it does what I need at the tests are green.
illuminate_database
train
0bf6f1ecffc6b2fb5d102d2f0f5c95fd575d48c4
diff --git a/class.js b/class.js index <HASH>..<HASH> 100644 --- a/class.js +++ b/class.js @@ -99,9 +99,7 @@ proto.isMetaClass = function isMetaClass () { proto.getSuperclass = function getSuperclass () { var superclassPointer = this._getSuperclassPointer() if (superclassPointer.isNull()) return null; - var nam...
Don't lookup the superclass by name, just wrap the pointer straight up.
TooTallNate_NodObjC
train
b89d1e76f221d389d207c31a00c2737236ec9371
diff --git a/modules/admin/src/resources/js/controllers.js b/modules/admin/src/resources/js/controllers.js index <HASH>..<HASH> 100644 --- a/modules/admin/src/resources/js/controllers.js +++ b/modules/admin/src/resources/js/controllers.js @@ -61,12 +61,13 @@ $scope.currentFilter = "0"; // ng-change event trig...
keep filter after save/update event, observe call type and fields #<I>
luyadev_luya
train
622de043e45fb05990cd9429fcfb9313db5467db
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ Change Log Unreleased -------------------- +[3.3.23] 2020-07-13 +------------------- + +* Remove unneceesary data migration + [3.3.22] 2020-07-13 ------------------- diff --git a/ent...
Remove data migration Because we don't have user data in prod yet, and the migration was failing, we are choosing to not migrate the data
edx_edx-enterprise
train
1558f3f49dc39df062d04fc753617ae3c43e8e17
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For the code of the current stable 0.4.x release, checkout the * [ExtLibeventLoop](#extlibeventloop) * [ExtLibevLoop](#extlibevloop) * [LoopInterface](#loopinterface) - * [addtimer()](#addtim...
Documentation for monotonic time source vs wall-clock time
reactphp_event-loop
train
a049fd39a658b66c0eb8a37e807d849611781da3
diff --git a/lucene-directory/src/main/java/org/infinispan/lucene/ExternalizerIds.java b/lucene-directory/src/main/java/org/infinispan/lucene/ExternalizerIds.java index <HASH>..<HASH> 100644 --- a/lucene-directory/src/main/java/org/infinispan/lucene/ExternalizerIds.java +++ b/lucene-directory/src/main/java/org/infinisp...
ISPN-<I> Reduce autoboxing operations
infinispan_infinispan
train
2eb43c6baf2f3efc08fd2ff145838e325b3f615c
diff --git a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java b/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java +++ b/core/src/main/java/io/micronaut/core/...
Fix getting type arguments from the immutable conversion context
micronaut-projects_micronaut-core
train
627dade0c796e720205e26fc875d33db3e548122
diff --git a/marshaler.go b/marshaler.go index <HASH>..<HASH> 100644 --- a/marshaler.go +++ b/marshaler.go @@ -128,7 +128,8 @@ func (enc *Encoder) SetIndentTables(indent bool) *Encoder { // // In addition to the "toml" tag struct tag, a "comment" tag can be used to emit // a TOML comment before the value being annot...
Encode: support comment on array tables (#<I>) Fixes #<I>
pelletier_go-toml
train
6263687b77f9dc0c31d1b2e71d933438c4c5e261
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='synapse', - version='0.1.0-alpha', + version='0.1.0a1', description='Synapse Distributed Key-Value Hypergraph Analysis Framework', a...
PEP<I> compliant version string.
vertexproject_synapse
train
db777714ae8dbaed89a9e44ca3cd67a7968e55fe
diff --git a/keyvalue/client-internal/src/main/java/alluxio/client/keyvalue/hadoop/KeyValueRecordWriter.java b/keyvalue/client-internal/src/main/java/alluxio/client/keyvalue/hadoop/KeyValueRecordWriter.java index <HASH>..<HASH> 100644 --- a/keyvalue/client-internal/src/main/java/alluxio/client/keyvalue/hadoop/KeyValueR...
Update KeyValueRecordWriter to use the new API
Alluxio_alluxio
train
0fdafa6f9286ff4a3a1b1c36f24bcf23c824bb14
diff --git a/phoebe/frontend/bundle.py b/phoebe/frontend/bundle.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/bundle.py +++ b/phoebe/frontend/bundle.py @@ -2020,6 +2020,10 @@ class Bundle(ParameterSet): (except twig or context) """ + + if not _devel_enabled: + raise NotI...
flip_constraint is now a developer_mode feature
phoebe-project_phoebe2
train
394877688f150e3ce0612671953fe8c8aab5602c
diff --git a/demo/components/victory-bar-demo.js b/demo/components/victory-bar-demo.js index <HASH>..<HASH> 100644 --- a/demo/components/victory-bar-demo.js +++ b/demo/components/victory-bar-demo.js @@ -192,8 +192,9 @@ export default class App extends React.Component { })} </VictoryStack> + ...
change how domainpadding is calculated
FormidableLabs_victory
train
2deb810fd60c845f6304c514e1ff3f1fc4066e12
diff --git a/doc/src/main/java/fr/putnami/pwt/doc/client/DocumentationApp.java b/doc/src/main/java/fr/putnami/pwt/doc/client/DocumentationApp.java index <HASH>..<HASH> 100644 --- a/doc/src/main/java/fr/putnami/pwt/doc/client/DocumentationApp.java +++ b/doc/src/main/java/fr/putnami/pwt/doc/client/DocumentationApp.java @...
[google-analytics][feature] init the tracker with the domain name
Putnami_putnami-web-toolkit
train
2a3e4b18e4ee9fe0b25d15cb7cfc3eebbd788c80
diff --git a/phantom/server_test.go b/phantom/server_test.go index <HASH>..<HASH> 100644 --- a/phantom/server_test.go +++ b/phantom/server_test.go @@ -93,7 +93,7 @@ var _ = Describe("Phantom server", func() { It("returns the request error", func() { server.Port = 0 _, err := server.CreateSession() - ...
Attempt to fix flakey spec on travis
sclevine_agouti
train
fd988896a124a7292167c8fd92ace313c38482a4
diff --git a/lib/mongo/error/operation_failure.rb b/lib/mongo/error/operation_failure.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/error/operation_failure.rb +++ b/lib/mongo/error/operation_failure.rb @@ -35,7 +35,8 @@ module Mongo 'connect failed', 'error querying', 'could not get last err...
Add 'interrupted at shutdown' to the list of retryable messages, as it can happen when taking a mongoD out of rotation for compaction.
mongodb_mongo-ruby-driver
train
b9c2a5a912b6353105056084b649ccd57c99885d
diff --git a/test/PactVerifierConfigTest.php b/test/PactVerifierConfigTest.php index <HASH>..<HASH> 100644 --- a/test/PactVerifierConfigTest.php +++ b/test/PactVerifierConfigTest.php @@ -52,5 +52,7 @@ class PactVerifierConfigTest extends TestCase $this->assertEquals('http://127.0.10.13:333', $actual, 'The prot...
Force a unit test failure for appveyor
pact-foundation_pact-php
train
444d18504bbee9c0cc6086b90a009c60fad4af0e
diff --git a/docs/src/color-variables.js b/docs/src/color-variables.js index <HASH>..<HASH> 100644 --- a/docs/src/color-variables.js +++ b/docs/src/color-variables.js @@ -53,7 +53,7 @@ export {colors, gradientHues, palettes, getPaletteByName, variables} export const allColors = palettes.reduce((all, {values}) => all.c...
Remove border-gray-darker from list
primer_css
train
4d93868f96def7c230b3aaa608876db05db0f1b9
diff --git a/lib/qx/tool/cli/commands/add/Class.js b/lib/qx/tool/cli/commands/add/Class.js index <HASH>..<HASH> 100644 --- a/lib/qx/tool/cli/commands/add/Class.js +++ b/lib/qx/tool/cli/commands/add/Class.js @@ -109,8 +109,9 @@ qx.Class.define("qx.tool.cli.commands.add.Class", { // check top-level namespace ...
Fixes a bug where the top namespace was wrongly compared with the given full namespace
qooxdoo_qooxdoo-compiler
train
f4d0a7528dd1402297393cf4cfa476e74309d33a
diff --git a/lib/clickhouse/cli/console.rb b/lib/clickhouse/cli/console.rb index <HASH>..<HASH> 100644 --- a/lib/clickhouse/cli/console.rb +++ b/lib/clickhouse/cli/console.rb @@ -153,23 +153,25 @@ module Clickhouse def self.print_result(result) if result.is_a?(Clickhouse::Connection::Query::ResultSet)...
Not printing headers if result set is empty
archan937_clickhouse
train
3f007d9f7d25d93d276931a952b149dd27d0707c
diff --git a/packages/components/bolt-tabs/__tests__/tabs.e2e.js b/packages/components/bolt-tabs/__tests__/tabs.e2e.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-tabs/__tests__/tabs.e2e.js +++ b/packages/components/bolt-tabs/__tests__/tabs.e2e.js @@ -63,8 +63,8 @@ module.exports = { console.log(`gl...
WWW-<I>: updated the tabs test that tests for a tabbed video
bolt-design-system_bolt
train
db9ba81f322ddbd17648ac4ca833efdbaec66128
diff --git a/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/VariantWSServer.java b/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/VariantWSServer.java index <HASH>..<HASH> 100755 --- a/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/VariantWSServer.java +++ ...
feature/consequence-type: small bug fixed at VariantWSServer
opencb_cellbase
train
27efab4c8d7f450daee5bfb9d2fca6e9617c1e0b
diff --git a/src/views/user/profile.blade.php b/src/views/user/profile.blade.php index <HASH>..<HASH> 100755 --- a/src/views/user/profile.blade.php +++ b/src/views/user/profile.blade.php @@ -68,9 +68,9 @@ Admin area: modifica profilo utente <span class="text-danger">{{$errors->first('billing_city')}}</...
fix state e country in profile invertiti
Palmabit-IT_authenticator
train
a256da301c044023edada60c4dde2aac79c988cd
diff --git a/src/feat/agencies/bootstrap.py b/src/feat/agencies/bootstrap.py index <HASH>..<HASH> 100755 --- a/src/feat/agencies/bootstrap.py +++ b/src/feat/agencies/bootstrap.py @@ -6,7 +6,8 @@ from feat import everything from feat.agents.base import descriptor from feat.agents.common import host from feat.common i...
Wait for host to be ready before starting anything else
f3at_feat
train
842c66ae389f81e0bc271e3aceada7e6debde6e8
diff --git a/examples/helloRPC/jsclient.js b/examples/helloRPC/jsclient.js index <HASH>..<HASH> 100644 --- a/examples/helloRPC/jsclient.js +++ b/examples/helloRPC/jsclient.js @@ -3,7 +3,7 @@ "use strict"; -var hello = require("hello"); +var hello = require("hello").hello; var client = new hello.HelloClient("htt...
Fix hello example, broken by accident during merge
datawire_quark
train
5f94811f24d28ba06f634bd245cb4d9d6ef8e50e
diff --git a/lib/jsi/pathed_node.rb b/lib/jsi/pathed_node.rb index <HASH>..<HASH> 100644 --- a/lib/jsi/pathed_node.rb +++ b/lib/jsi/pathed_node.rb @@ -37,7 +37,7 @@ module JSI # @yield [Object, Object] each key and value of this hash node # @return [self, Enumerator] def each(&block) - return to_enu...
m use local `block` variable, don't need to call block_given?
notEthan_jsi
train
b6f8a67fdb7207a0d090ad212bdab6ad42410f25
diff --git a/app/controllers/integral/posts_controller.rb b/app/controllers/integral/posts_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/integral/posts_controller.rb +++ b/app/controllers/integral/posts_controller.rb @@ -3,6 +3,7 @@ module Integral class PostsController < BlogController before...
Blog - Throw <I> when visitors try to access pages which do not (or no longer) exist
yamasolutions_integral
train
d4b7ba6670e405332e180cba9e173c6fd16b34ba
diff --git a/shared/validate/validate.go b/shared/validate/validate.go index <HASH>..<HASH> 100644 --- a/shared/validate/validate.go +++ b/shared/validate/validate.go @@ -262,10 +262,6 @@ func IsNetworkAddressV6(value string) error { // IsNetworkAddressCIDRV6 validates an IPv6 addresss string in CIDR format. If stri...
shared/validate: Makes IsNetworkAddressCIDRV6 non-optional
lxc_lxd
train
f7ee1796bc57241ff9a954c1696a2d7314454c95
diff --git a/pylsdj/bread_spec.py b/pylsdj/bread_spec.py index <HASH>..<HASH> 100644 --- a/pylsdj/bread_spec.py +++ b/pylsdj/bread_spec.py @@ -324,27 +324,31 @@ softsynth = [ b.padding(8 * 3) ] +FX_COMMANDS = { + 0: '-', + 1: 'A', + 2: 'C', + 3: 'D', + 4: 'E', + 5: 'F', + 6: 'G', + 7: 'H...
Re-use the fx commands enum in phrases.
alexras_pylsdj
train
7996250b80c992f88b8487e36ee2dd6e05645ccd
diff --git a/activejdbc/src/main/java/org/javalite/activejdbc/cache/CacheEvent.java b/activejdbc/src/main/java/org/javalite/activejdbc/cache/CacheEvent.java index <HASH>..<HASH> 100644 --- a/activejdbc/src/main/java/org/javalite/activejdbc/cache/CacheEvent.java +++ b/activejdbc/src/main/java/org/javalite/activejdbc/cac...
#<I> Implement possibility to stop cache event propagation
javalite_activejdbc
train
2873c61c9b12942ad17b878595ab9cbf3b54c158
diff --git a/app/models/bento_search/result_item.rb b/app/models/bento_search/result_item.rb index <HASH>..<HASH> 100644 --- a/app/models/bento_search/result_item.rb +++ b/app/models/bento_search/result_item.rb @@ -138,10 +138,10 @@ module BentoSearch # Manually set language_str will over-ride display string calcu...
ResultItem: convenience methods for ISO <I>-1 and -3
jrochkind_bento_search
train
2444556cebc10bd0a1bde6c004cd1c2e9538a72b
diff --git a/aeron-archiver/src/main/java/io/aeron/archiver/ArchiveStreamFragmentReader.java b/aeron-archiver/src/main/java/io/aeron/archiver/ArchiveStreamFragmentReader.java index <HASH>..<HASH> 100644 --- a/aeron-archiver/src/main/java/io/aeron/archiver/ArchiveStreamFragmentReader.java +++ b/aeron-archiver/src/main/j...
[Java] Add TODO to query if mapping is a good idea when only a small number of bytes are read once?
real-logic_aeron
train
bf451407454853873305e25f7026e97a4119694d
diff --git a/lib/appium_lib/ios/helper.rb b/lib/appium_lib/ios/helper.rb index <HASH>..<HASH> 100644 --- a/lib/appium_lib/ios/helper.rb +++ b/lib/appium_lib/ios/helper.rb @@ -151,8 +151,8 @@ module Appium::Ios # Prints a string of interesting elements to the console. # @return [void] - def page - get_page +...
page on iOS now takes window number The number can be any int >= 0. Examples: page 0 # regular app page page 1 # wifi page 2 # alerts Fix #<I>
appium_ruby_lib
train
19852f8426302d787b7776b6a5a8d39849ef0182
diff --git a/Dropbox/OAuth/Consumer/ConsumerAbstract.php b/Dropbox/OAuth/Consumer/ConsumerAbstract.php index <HASH>..<HASH> 100644 --- a/Dropbox/OAuth/Consumer/ConsumerAbstract.php +++ b/Dropbox/OAuth/Consumer/ConsumerAbstract.php @@ -46,11 +46,11 @@ abstract class ConsumerAbstract protected function authenticate(...
Added try/catch to prevent Exception when invalid/expired request token is supplied
BenExile_Dropbox
train
5c6ce768da49d489c151c57553a33cc779af305d
diff --git a/squad/api/rest.py b/squad/api/rest.py index <HASH>..<HASH> 100644 --- a/squad/api/rest.py +++ b/squad/api/rest.py @@ -29,6 +29,7 @@ from squad.core.models import ( Status, Callback, ) +from squad.core.failures import failures_with_confidence from squad.core.tasks import prepare_report, update_d...
squad: api: rest: add failures_with_confidence endpoint Add an endpoint that returns a build's failures with confidence data set
Linaro_squad
train
5c3f06074fde515b7f2904758747a741f956009a
diff --git a/intake/catalog/base.py b/intake/catalog/base.py index <HASH>..<HASH> 100644 --- a/intake/catalog/base.py +++ b/intake/catalog/base.py @@ -10,7 +10,7 @@ from requests.compat import urljoin, urlparse from ..auth.base import BaseClientAuth from .entry import CatalogEntry from .remote import RemoteCatalogEn...
Produce better exceptions for HTTP errors.
intake_intake
train
0bca12977558bb79ccdd931cdaa9ffcda56193cb
diff --git a/mod/choice/lib.php b/mod/choice/lib.php index <HASH>..<HASH> 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -269,6 +269,12 @@ function choice_user_submit_response($formanswer, $choice, $userid, $course, $cm $formanswers = array($formanswer); } + $options = $DB->get_records('...
MDL-<I> mod_choice: Validate the submitted optionid Make sure any submitted choice options actually belong to the current choice module.
moodle_moodle
train
f23721c6cffb62cddf652742beaec2c4f3c70a3d
diff --git a/src/main/java/com/hubspot/jinjava/el/JinjavaInterpreterResolver.java b/src/main/java/com/hubspot/jinjava/el/JinjavaInterpreterResolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hubspot/jinjava/el/JinjavaInterpreterResolver.java +++ b/src/main/java/com/hubspot/jinjava/el/JinjavaInterpreterRes...
don't change the behavior of negative float indices
HubSpot_jinjava
train
afdabc8cf6eaefe192a073d4fdf3864f89248620
diff --git a/src/Data/Entity/Base.php b/src/Data/Entity/Base.php index <HASH>..<HASH> 100644 --- a/src/Data/Entity/Base.php +++ b/src/Data/Entity/Base.php @@ -11,7 +11,9 @@ abstract class Base extends \Flancer32\Lib\DataObject implements \Praxigento\Core\Data\IEntity { - /** @inheritdoc */ + /** + ...
MOBI-<I> - REST API operation to get PV data for the order
praxigento_mobi_mod_core
train
fbed30d478a41e1599eb740d6d17ce09924bef1e
diff --git a/ModulesServiceProvider.php b/ModulesServiceProvider.php index <HASH>..<HASH> 100644 --- a/ModulesServiceProvider.php +++ b/ModulesServiceProvider.php @@ -90,7 +90,7 @@ class ModulesServiceProvider extends ServiceProvider */ protected function registerServices() { - $this->app->bindSh...
Fixing deprecated method bindShared Switched to singleton
pingpong-labs_modules
train
2ee2e29262dfbaf34f77d116c1404806133d884c
diff --git a/integration/consul_catalog_test.go b/integration/consul_catalog_test.go index <HASH>..<HASH> 100644 --- a/integration/consul_catalog_test.go +++ b/integration/consul_catalog_test.go @@ -175,6 +175,37 @@ func (s *ConsulCatalogSuite) TestSimpleConfiguration(c *check.C) { c.Assert(err, checker.IsNil) } +...
Fix empty address for registering service without IP
containous_traefik
train
62182313e7faf178f43030872b52e49250b46e75
diff --git a/liquibase-core/src/main/java/liquibase/change/core/AddColumnChange.java b/liquibase-core/src/main/java/liquibase/change/core/AddColumnChange.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/change/core/AddColumnChange.java +++ b/liquibase-core/src/main/java/liquibase/change/cor...
CORE-<I> Multiple Add Columns should not result in multiple table reorgs in DB2
liquibase_liquibase
train
2f5425303f56991db633d878355ecbfa1589f467
diff --git a/packages/plugins-indentable-list/src/onKeyDown/index.js b/packages/plugins-indentable-list/src/onKeyDown/index.js index <HASH>..<HASH> 100644 --- a/packages/plugins-indentable-list/src/onKeyDown/index.js +++ b/packages/plugins-indentable-list/src/onKeyDown/index.js @@ -60,14 +60,20 @@ export default functi...
another attempt to fix data on list split
Vericus_slate-kit
train
fb32d3bb8c9a2cc1baf5bf25aa5c94726b89c2ac
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -2,6 +2,10 @@ namespace TylerSommer\Nice; +use Symfony\Component\DependencyInjection\ContainerBuilder; +use Symfony\Component\DependencyInjection\ContainerInterface; +use Symfon...
Initial integration with symfony dic
nice-php_framework
train
4e176774ae5e2906c6d432e7aa1451175d9f5c18
diff --git a/mordred/task_enrich.py b/mordred/task_enrich.py index <HASH>..<HASH> 100644 --- a/mordred/task_enrich.py +++ b/mordred/task_enrich.py @@ -27,8 +27,10 @@ import time from datetime import datetime -from grimoire_elk.feeder import (do_studies, enrich_backend, refresh_projects, - ...
[task_enrich] Update import section This code updates the import section to reflect the changes made on GElk.
chaoss_grimoirelab-sirmordred
train
e067806017d4fdea4cd05c4f83230b756a0e91a2
diff --git a/satpy/readers/fci_l1c_fdhsi.py b/satpy/readers/fci_l1c_fdhsi.py index <HASH>..<HASH> 100644 --- a/satpy/readers/fci_l1c_fdhsi.py +++ b/satpy/readers/fci_l1c_fdhsi.py @@ -34,6 +34,9 @@ in 2021 by the earliest. For more information about FCI, see `EUMETSAT`_. .. _EUMETSAT: https://www.eumetsat.int/website/...
Make MTG FCI tests run on Python 2 Downgrade syntax and skip one test to make FCI reader tests succeed on Python 2
pytroll_satpy
train
d9c597cf9f6c7eb1ab85f309dbdd26d449ee2023
diff --git a/stacker_blueprints/empire/daemon.py b/stacker_blueprints/empire/daemon.py index <HASH>..<HASH> 100644 --- a/stacker_blueprints/empire/daemon.py +++ b/stacker_blueprints/empire/daemon.py @@ -69,6 +69,10 @@ class EmpireDaemon(Blueprint): " either acm or iam." ), "de...
Make the desired number of tasks configurable
remind101_stacker_blueprints
train
aa9c733b13a3639486dcd0dc5a5d3fd2e6e27a32
diff --git a/lib/pair_see/too_much_stuff.rb b/lib/pair_see/too_much_stuff.rb index <HASH>..<HASH> 100644 --- a/lib/pair_see/too_much_stuff.rb +++ b/lib/pair_see/too_much_stuff.rb @@ -1,3 +1,4 @@ +require 'pry' module PairSee class TooMuchStuff require 'yamler' @@ -65,31 +66,43 @@ module PairSee end ...
possibly making things worse by refactoring
compwron_pairSee
train
81107a8a4eb126c05baf3219d9120d76b23fc174
diff --git a/src/com/opera/core/systems/UmsEventHandler.java b/src/com/opera/core/systems/UmsEventHandler.java index <HASH>..<HASH> 100644 --- a/src/com/opera/core/systems/UmsEventHandler.java +++ b/src/com/opera/core/systems/UmsEventHandler.java @@ -19,18 +19,20 @@ public class UmsEventHandler extends EventHandler { ...
Disable tracking of active window, require explicit switch
operasoftware_operaprestodriver
train
5df23f34f01f6195bc16b6ea7e67622317507659
diff --git a/core.go b/core.go index <HASH>..<HASH> 100644 --- a/core.go +++ b/core.go @@ -328,8 +328,6 @@ func (sock *socket) SendAnyPipe(msg *Message) (PipeKey, error) { default: } } - // we should never get here - panic("fell off end of loop") } // SendToPipe implements the ProtocolHandle SendToPipe meth...
So, it turns out that git vet complains about unreachable code. We don't need anything here anyway, because the compiler will complain about a missing return statement.
nanomsg_mangos-v1
train
adffbe1de8ff7ca8ee2b4ed6623192969765f686
diff --git a/raven/transport/udp.py b/raven/transport/udp.py index <HASH>..<HASH> 100644 --- a/raven/transport/udp.py +++ b/raven/transport/udp.py @@ -31,9 +31,9 @@ class BaseUDPTransport(Transport): a v6 address if it's the only option. """ addresses = getaddrinfo(host, port) + v4_add...
init v4_address earlier
getsentry_raven-python
train
c7ef75b8fb275d325e5f19e040e31f34c344ff06
diff --git a/closure/goog/net/xhrio.js b/closure/goog/net/xhrio.js index <HASH>..<HASH> 100644 --- a/closure/goog/net/xhrio.js +++ b/closure/goog/net/xhrio.js @@ -300,6 +300,7 @@ goog.net.XhrIo.sendInstances_ = []; * incomplete request will be aborted; 0 means no timeout is set. * @param {boolean=} opt_withCred...
Add a return to static send method to get the sent XhrIo instance. ------------- Created by MOE: <URL>
google_closure-library
train
b969599daf4fd3d14a8382fde79536e213b975ff
diff --git a/pkg/kubelet/dockertools/convert.go b/pkg/kubelet/dockertools/convert.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/dockertools/convert.go +++ b/pkg/kubelet/dockertools/convert.go @@ -28,14 +28,18 @@ import ( // This file contains helper functions to convert docker API types to runtime // (kubecontai...
Fix fake docker client to corretly report status of containers
kubernetes_kubernetes
train
6dc168b1e93d5333731e50a56e20d9937943b36a
diff --git a/spec/tree/values/nodes/StructuredIrrelevantSpec.js b/spec/tree/values/nodes/StructuredIrrelevantSpec.js index <HASH>..<HASH> 100644 --- a/spec/tree/values/nodes/StructuredIrrelevantSpec.js +++ b/spec/tree/values/nodes/StructuredIrrelevantSpec.js @@ -1,7 +1,7 @@ import StructuredIrrelevant from "../../../....
Update StructuredIrrelevantSpec.js
Yoast_YoastSEO.js
train
f285ff965d12e40e9f7fac37cc83938bfcbafeee
diff --git a/lib/serverspec/setup.rb b/lib/serverspec/setup.rb index <HASH>..<HASH> 100644 --- a/lib/serverspec/setup.rb +++ b/lib/serverspec/setup.rb @@ -21,38 +21,22 @@ EOF @vagrant = gets.chomp if @vagrant =~ (/(true|t|yes|y|1)$/i) @vagrant = true - else - @vagrant = fals...
Refactored Vagrant configuration… into separate method. Got too confusing with all the if's...
mizzy_serverspec
train
d9a9567e900658e0b52a6e7f6a2afb60fb2eb62f
diff --git a/environs/interface.go b/environs/interface.go index <HASH>..<HASH> 100644 --- a/environs/interface.go +++ b/environs/interface.go @@ -116,7 +116,7 @@ type Environ interface { // Name returns the Environ's name. Name() string - // Bootstrap initializes the state for the ehttp://e.linkedin.com/pub/cc?_...
Removed rogue paste, thanks fwereade...
juju_juju
train
74686dcec6f2d6cf0a270249d186b0c7e1fca175
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/SlimFixture.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/SlimFixture.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/slim/SlimFixture.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/SlimFixture.java @@ -97,22 +97,26 @@ p...
Ensure we don't throw exceptions when values are null
fhoeben_hsac-fitnesse-fixtures
train
5137d31aeae26fc577b2d184a7770aba7329d484
diff --git a/lib/itbit/market.rb b/lib/itbit/market.rb index <HASH>..<HASH> 100644 --- a/lib/itbit/market.rb +++ b/lib/itbit/market.rb @@ -7,7 +7,9 @@ module Itbit # The symbol ticker conveniently formatted as a ruby Hash with # symbolized keys. def self.ticker - raw_ticker = JSON.parse(RestClient.g...
Updated RestClient Corrects SSLv3 compatibility
bitex-la_itbit
train
292cc006403130b2859b941d98669466e511013e
diff --git a/xclim/testing/tests/test_indices.py b/xclim/testing/tests/test_indices.py index <HASH>..<HASH> 100644 --- a/xclim/testing/tests/test_indices.py +++ b/xclim/testing/tests/test_indices.py @@ -1045,6 +1045,41 @@ class TestTxDays: np.testing.assert_array_equal(out[1:], [0]) +class TestJetStreamInd...
add jetstream indicies test and test for woolings metric
Ouranosinc_xclim
train
168506183f426400c61547f238be8e217b70a8c3
diff --git a/repository/repository.go b/repository/repository.go index <HASH>..<HASH> 100644 --- a/repository/repository.go +++ b/repository/repository.go @@ -32,9 +32,12 @@ type Unit interface { // tsuru server. func clone(u Unit) ([]byte, error) { var buf bytes.Buffer - p, _ := GetPath() + p, err := GetPath() + i...
repository: added tests for missing git:unit-repo setting
tsuru_tsuru
train
5b6efb784f987b87680e665b27f2e11bc735add7
diff --git a/lib/namespace.js b/lib/namespace.js index <HASH>..<HASH> 100644 --- a/lib/namespace.js +++ b/lib/namespace.js @@ -126,20 +126,8 @@ SocketNamespace.prototype.packet = function (packet) { , exceptions = this.flags.exceptions , packet = parser.encodePacket(packet); - store.clients(this.flags.endp...
Simplified global message dispatching by leveraging subscriptions.
socketio_socket.io
train
1d997d9da52bdea858cf202cff00c42e1d69c9be
diff --git a/gns3server/web/route.py b/gns3server/web/route.py index <HASH>..<HASH> 100644 --- a/gns3server/web/route.py +++ b/gns3server/web/route.py @@ -40,6 +40,7 @@ def parse_request(request, input_schema): try: request.json = json.loads(body.decode('utf-8')) except ValueError as e: +...
Return more informations about bad requests for crash reports
GNS3_gns3-server
train