hash stringlengths 40 40 | diff stringlengths 172 2.63k | message stringlengths 12 593 | project stringlengths 7 65 | split stringclasses 1
value | diff_languages stringclasses 54
values |
|---|---|---|---|---|---|
c3aa0dfe9f541954bd748cf42fd203f009048e7d | diff --git a/packages/zefir/lib/router/define-match.js b/packages/zefir/lib/router/define-match.js
index <HASH>..<HASH> 100644
--- a/packages/zefir/lib/router/define-match.js
+++ b/packages/zefir/lib/router/define-match.js
@@ -2,18 +2,21 @@ import React from 'react'
import {Redirect, Route} from 'react-router-dom'
im... | refactor(router): clean up props | eyedea-io_zefir | train | js |
b49e830e3a1c04ed194500506dc63de0912e728d | diff --git a/src/Leevel/Http/Response.php b/src/Leevel/Http/Response.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Http/Response.php
+++ b/src/Leevel/Http/Response.php
@@ -107,14 +107,6 @@ class Response extends BaseResponse
}
/**
- * 获取 COOKIE.
- */
- public function getCookies(): array
- ... | refactor(http): refactor response | hunzhiwange_framework | train | php |
f910c34cce10a99411be304521e63afed397865b | diff --git a/test/download-dht-torrent.js b/test/download-dht-torrent.js
index <HASH>..<HASH> 100644
--- a/test/download-dht-torrent.js
+++ b/test/download-dht-torrent.js
@@ -77,13 +77,22 @@ test('Download using DHT (via .torrent file)', function (t) {
file.getBuffer(function (err, buf) {
if (er... | test: don't assume event ordering | webtorrent_webtorrent | train | js |
e113d6dc52df6f8017d8c7fb77004a0fb85c4763 | diff --git a/lib/components/map/route-viewer-overlay.js b/lib/components/map/route-viewer-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/route-viewer-overlay.js
+++ b/lib/components/map/route-viewer-overlay.js
@@ -4,6 +4,16 @@ import { FeatureGroup, MapLayer, Polyline } from 'react-leaflet'
import p... | refactor(route-viewer-overlay): use Array.every for geom complete check | opentripplanner_otp-react-redux | train | js |
b60b5e4105a14ed1f93bbb21bfebe9aa4438d9ae | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -27,7 +27,7 @@ module.exports = timeout
/**
* Create a new timeout middleware.
*
- * @param {number|string} time The timeout as a number of milliseconds or a string for `ms`
+ * @param {number|string} [time=5000] The time... | docs: fix jsdoc that time is optional | expressjs_timeout | train | js |
8ff97e6b7c279334e417dbdb65e64d0de2656986 | diff --git a/lib/shared.js b/lib/shared.js
index <HASH>..<HASH> 100644
--- a/lib/shared.js
+++ b/lib/shared.js
@@ -12,7 +12,7 @@ const sha256File = require('sha256-file');
* @param {Object} serverless
* @return {undefined}
*/
-function checkForAndDeleteMaxCacheVersions(options, serverless) {
+function checkForAn... | refactor: Adapt `shared` to modern logs | UnitedIncome_serverless-python-requirements | train | js |
f0b7e81468f7b67ae5b8571881c081388eb0fc6b | diff --git a/message.go b/message.go
index <HASH>..<HASH> 100644
--- a/message.go
+++ b/message.go
@@ -288,13 +288,14 @@ type MessageAllowedMentions struct {
// A MessageAttachment stores data for message attachments.
type MessageAttachment struct {
- ID string `json:"id"`
- URL string `json:"url"`
- Pro... | feat: ephemeral attachments (#<I>) | bwmarrin_discordgo | train | go |
f61de394da5abcb22386eda3ee3d7f35056613df | diff --git a/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js b/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js
+++ b/webapps/ui/co... | chore(cockpit): change data source of count for process definitions. | camunda_camunda-bpm-platform | train | js |
bc5ca10380d6b2195e9cb4566bf408e75ebec7ee | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -258,12 +258,14 @@ module.exports = (api, options) => {
removeArg('--dashboard', 1, rawArgs)
removeArg('--debug', 1, rawArgs)
removeArg('--headless', 1, rawArgs)
+ removeArg('--https', 1, rawArgs)
... | feat(serve): support https cli arg, fixes #<I> | nklayman_vue-cli-plugin-electron-builder | train | js |
63f636d1bbabfc05e2092bbb4f2cac2ae6eb0a12 | diff --git a/svg_model/svgload/path_parser.py b/svg_model/svgload/path_parser.py
index <HASH>..<HASH> 100644
--- a/svg_model/svgload/path_parser.py
+++ b/svg_model/svgload/path_parser.py
@@ -41,7 +41,7 @@ class PathDataParser(object):
def get_number(self):
'''
- .. versionchanged:: X.X.X
+ ... | docs(version): add version notifications | sci-bots_svg-model | train | py |
8122fed02ee5ffc128922d807a05f0f6507dae14 | diff --git a/src/utils/write-images.js b/src/utils/write-images.js
index <HASH>..<HASH> 100644
--- a/src/utils/write-images.js
+++ b/src/utils/write-images.js
@@ -38,8 +38,6 @@ module.exports = function (opts) {
rasterizeTasks.push(rasterizeTask);
});
- RSVP.all(rasterizeTasks).then(() => {
- reso... | refactor(write-images): Update util to single line then callback | isleofcode_splicon | train | js |
fb0718689ca74deeb2a3471af199257758babd11 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -1453,7 +1453,7 @@ Collection.prototype.stats = function(options, callback) {
/**
* @typedef {Object} Collection~findAndModifyWriteOpResult
- * @property {object} value Document returne... | docs(Collection): clarify findAndModify's result.value
* Clarify that findAndModify's result.value doesn't echo upserted docs
* Clarify the value returned when upserting a document | mongodb_node-mongodb-native | train | js |
0c90b643f167233cb25256739877acb1f686d00b | diff --git a/packages/dna-skin-ce-v0/index.js b/packages/dna-skin-ce-v0/index.js
index <HASH>..<HASH> 100644
--- a/packages/dna-skin-ce-v0/index.js
+++ b/packages/dna-skin-ce-v0/index.js
@@ -6,14 +6,14 @@
* Just another components pattern.
* Use with Skin template and Custom Elements v0 spec.
*/
-import { SkinTem... | fix: skin-ce-v0 imports | chialab_dna | train | js |
28cebd1e4652e3631d8176f1a369726f17333775 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -33,6 +33,7 @@ function sassGenerateContents(destFilePath, creds, options){
for(var i = 0; i < len; i++){
spaceArr.push(spacer);
}
+
return spaceArr.join('');
}
@@ -135,10 +136,6 @@ function sassGenerateConten... | refactor: Strip getBase function as it is unused | andrewbrandwood_gulp-sass-generate-contents | train | js |
4fd12b0f12f857284ece63c8a685a0a7f5b67123 | diff --git a/packages/blueprint-handlebars/app/services/handlebars.js b/packages/blueprint-handlebars/app/services/handlebars.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-handlebars/app/services/handlebars.js
+++ b/packages/blueprint-handlebars/app/services/handlebars.js
@@ -44,6 +44,16 @@ module.exports = S... | feat: added compile() method to the service | onehilltech_blueprint | train | js,js |
869711185cb5b5d31aa5a79250cbf8b53a22b15d | diff --git a/src/Listener/ViewSearchListener.php b/src/Listener/ViewSearchListener.php
index <HASH>..<HASH> 100644
--- a/src/Listener/ViewSearchListener.php
+++ b/src/Listener/ViewSearchListener.php
@@ -43,6 +43,7 @@ class ViewSearchListener extends BaseListener
*/
public function afterPaginate(Event $event)... | fix: reference event to quiet scrutinizer | FriendsOfCake_crud-view | train | php |
6bdffdbf8d7d8909bb030e19fad9c50b40d72dc8 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -30,7 +30,11 @@ function parsePath (filePath) {
function attachReporter (reporterFilePath) {
// Assign the reporter if it's directly passed as an argument
try {
- reporter = require(reporterFi... | feat: accept reporters not only as filepath but as objects also | damonjs_damon | train | js |
44fb2e48f71747014c7b0e836ef0a69334b760df | diff --git a/bin/whistle.js b/bin/whistle.js
index <HASH>..<HASH> 100755
--- a/bin/whistle.js
+++ b/bin/whistle.js
@@ -105,7 +105,7 @@ program.setConfig({
program
.option('-d, --debug', 'debug mode')
- .option('-A, --ATS', 'generate iOS ATS Root CA')
+ .option('-A, --ATS', 'generate Root CA for iOS ATS (Node >=... | refactor: Refine cmd tips | avwo_whistle | train | js |
aa5d0abf25661d651ef331abb222652cf4e65a86 | diff --git a/mongo_connector/doc_managers/solr_doc_manager.py b/mongo_connector/doc_managers/solr_doc_manager.py
index <HASH>..<HASH> 100755
--- a/mongo_connector/doc_managers/solr_doc_manager.py
+++ b/mongo_connector/doc_managers/solr_doc_manager.py
@@ -79,10 +79,10 @@ class DocManager():
for wc_pattern in se... | fix: dynamicFields should match nested field names | yougov_mongo-connector | train | py |
f5ea154480819fde89026ffadda7f3611deca501 | diff --git a/source/rafcon/gui/mygaphas/aspect.py b/source/rafcon/gui/mygaphas/aspect.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/aspect.py
+++ b/source/rafcon/gui/mygaphas/aspect.py
@@ -188,7 +188,10 @@ class SegmentHandleSelection(ItemHandleSelection):
after = handles[handle_index + 1]
... | fix(SegmentHandleSelection): Properly merge segments
The merging of segments (removal of waypoints) should now properly work
on all zoom and hierarchy levels. The commit fixes the issues, where it
was no longer possible to create new waypoints on a deeply nested state. | DLR-RM_RAFCON | train | py |
3c8a47d5853710a10f07df8c576cecbcb22054f4 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -198,6 +198,7 @@ module.exports = {
'packages/components/**/*',
'packages/composite-checkout/**/*',
'packages/data-stores/**/*',
+ 'packages/js-utils/**/*',
'packages/launch/**/*',
'... | chore: migrate packages/js-utils to import/order (#<I>) | Automattic_wp-calypso | train | js,js |
b46535f93ecb06a8eb6bf5b43e4ac046182aaace | diff --git a/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacement-generator.js b/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacement-generator.js
index <HASH>..<HASH> 100644
--- a/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacement-generator.js
+++ b/packages/extract-svg-sprite-web... | fix: typo (#<I>) | JetBrains_svg-mixer | train | js |
57c276c80aba6cb13a859369f4f194470df594d7 | diff --git a/src/trumbowyg.js b/src/trumbowyg.js
index <HASH>..<HASH> 100644
--- a/src/trumbowyg.js
+++ b/src/trumbowyg.js
@@ -1376,10 +1376,25 @@ Object.defineProperty(jQuery.trumbowyg, 'defaultOptions', {
var t = this,
prefix = t.o.prefix,
fullscreenCssClass = prefix + '... | fix: add a placeholder while fullscreen to keep editor space
fix #<I> | Alex-D_Trumbowyg | train | js |
7c51f1369547c308cb37a6a919917e5559b137b3 | diff --git a/packages/core/renderers/renderer-hyperhtml.js b/packages/core/renderers/renderer-hyperhtml.js
index <HASH>..<HASH> 100644
--- a/packages/core/renderers/renderer-hyperhtml.js
+++ b/packages/core/renderers/renderer-hyperhtml.js
@@ -34,11 +34,13 @@ export function BoltComponent(Base = HTMLElement) {
//... | fix: updating hyperhtml renderer to prevent extra connectedCallbacks from running unexpectedly | bolt-design-system_bolt | train | js |
f9b72505fb101db83581c5fce08e7a4a8b7660b0 | diff --git a/superset/config.py b/superset/config.py
index <HASH>..<HASH> 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -656,7 +656,7 @@ DISPLAY_MAX_ROW = 10000
# Default row limit for SQL Lab queries. Is overridden by setting a new limit in
# the SQL Lab UI
-DEFAULT_SQLLAB_LIMIT = 10000
+DEFAULT_SQLL... | fix: revert DEFAULT_SQLLAB_LIMIT to default (#<I>) | apache_incubator-superset | train | py |
fa66f1aa3496a45a61d2da221337b5ee7c674f3f | diff --git a/models/classes/preview/ItemPreviewerService.php b/models/classes/preview/ItemPreviewerService.php
index <HASH>..<HASH> 100644
--- a/models/classes/preview/ItemPreviewerService.php
+++ b/models/classes/preview/ItemPreviewerService.php
@@ -72,10 +72,7 @@ class ItemPreviewerService extends ConfigurableService... | refactor: use null coalescing operator | oat-sa_extension-tao-item | train | php |
de8c253b49f793ea85644610ca0cdef0cf4d024a | diff --git a/src/service/translate.js b/src/service/translate.js
index <HASH>..<HASH> 100644
--- a/src/service/translate.js
+++ b/src/service/translate.js
@@ -532,6 +532,7 @@ function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvide
return $storageKey;
}
$storageKey = key;
+ r... | fix(service): make provider's storageKey chainable
Solves #<I> | angular-translate_angular-translate | train | js |
3762ecd1d5d16d91d2976ef2dbdcea86fb5f0dba | diff --git a/gridsome/app/components/Link.js b/gridsome/app/components/Link.js
index <HASH>..<HASH> 100644
--- a/gridsome/app/components/Link.js
+++ b/gridsome/app/components/Link.js
@@ -69,6 +69,7 @@ export default {
attrs,
directives,
domProps: {
+ ...data.domProps,
__gLink__: tru... | fix(g-link): add support for v-html (#<I>) | gridsome_gridsome | train | js |
eddf3f75271a51bf4a0f9416209efe6c68e60eb9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ def is_requirement(line):
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
-VERSION = '2.1.2'
+VERSION = '2.1.3'
if sys.argv[-1] == 'tag':
print("Tagging the version on gi... | chore: Bump patch version number to <I> after requirements upgrade. | edx_xblock-utils | train | py |
596b37f15340d357e8a6903d139331c675a2211d | diff --git a/delayed/delayed_test.go b/delayed/delayed_test.go
index <HASH>..<HASH> 100644
--- a/delayed/delayed_test.go
+++ b/delayed/delayed_test.go
@@ -27,5 +27,7 @@ func TestDelayed(t *testing.T) {
}
func TestDelayedAll(t *testing.T) {
- dstest.SubtestAll(t, New(datastore.NewMapDatastore(), delay.Fixed(time.Mil... | test: faster delaystore test
We don't _actually_ need to delay here. The basic subtests don't even
know that things should be delayed. | ipfs_go-datastore | train | go |
cb7154a82e6aedc54df57feb5502ed45399141b4 | diff --git a/test/tools/runner/index.js b/test/tools/runner/index.js
index <HASH>..<HASH> 100644
--- a/test/tools/runner/index.js
+++ b/test/tools/runner/index.js
@@ -98,3 +98,8 @@ after(() => mock.cleanup());
require('./plugins/deferred');
require('./plugins/session_leak_checker');
require('./plugins/client_leak_ch... | chore: add sinon-chai and mocha-chai for all tests | mongodb_node-mongodb-native | train | js |
3b39b18a5e21b2bceeceeccb3b102a1b324bcca5 | diff --git a/endpoints/register.js b/endpoints/register.js
index <HASH>..<HASH> 100644
--- a/endpoints/register.js
+++ b/endpoints/register.js
@@ -65,7 +65,7 @@ class Authentication extends Endpoint {
refresh_token: null,
last_ip: []
}
- this.db.collection('users').insertOne(user)
+ await t... | fix: Wait for actual user insertion before returning response | cubic-js_cubic | train | js |
01e56c621366208cc4c563d11a51eaadf5cd2edc | diff --git a/test/grunt-karma-test.js b/test/grunt-karma-test.js
index <HASH>..<HASH> 100644
--- a/test/grunt-karma-test.js
+++ b/test/grunt-karma-test.js
@@ -2,12 +2,14 @@ describe('grunt-karma', function(){
describe('one', function(){
it('should be awesome', function(){
+ console.log('one');
exp... | test: add log for sake of checking grep | karma-runner_grunt-karma | train | js |
86a274a7eed37acb45f43c5e695e2bd6dce1b7d8 | diff --git a/public/app/core/services/backend_srv.js b/public/app/core/services/backend_srv.js
index <HASH>..<HASH> 100644
--- a/public/app/core/services/backend_srv.js
+++ b/public/app/core/services/backend_srv.js
@@ -105,6 +105,13 @@ function (angular, _, coreModule, config) {
});
}
+ //p... | feat(backendsrv): improves error response handling
datasourceRequests that could not reach the destination threw
invalid errors due to missing property. This fixes gives the user
a better error message.
closes #<I> | grafana_grafana | train | js |
879de676ffcf61a34df040efc5479d555e2cf977 | diff --git a/packages/card/index.js b/packages/card/index.js
index <HASH>..<HASH> 100644
--- a/packages/card/index.js
+++ b/packages/card/index.js
@@ -1,3 +1,5 @@
-const React = require('./dist/react')
+const css = require('./css')
+const react = require('./react')
+const vars = require('./vars')
-module.exports = { ... | refactor(card): remember to update index for new css/vars imports | pluralsight_design-system | train | js |
a4b3e61935d32af3f54b4adda012a9362112d829 | diff --git a/kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/HasMetadata.java b/kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/HasMetadata.java
index <HASH>..<HASH> 100644
--- a/kubernetes-model-generator/kubernetes-model-cor... | fix: do not include getSingular/Plural in serialization | fabric8io_kubernetes-client | train | java |
0f74f5f340b41482dfc292c100032e3f37fe8225 | diff --git a/core-impl/client/src/main/java/com/alipay/sofa/rpc/client/AbstractCluster.java b/core-impl/client/src/main/java/com/alipay/sofa/rpc/client/AbstractCluster.java
index <HASH>..<HASH> 100644
--- a/core-impl/client/src/main/java/com/alipay/sofa/rpc/client/AbstractCluster.java
+++ b/core-impl/client/src/main/ja... | refactor:extract method in AbstractCluster (#<I>)
* refactor:extract method | alipay_sofa-rpc | train | java |
bc53574e9e97da790da967f42c0a355ac5b41e87 | diff --git a/dist/keo.js b/dist/keo.js
index <HASH>..<HASH> 100644
--- a/dist/keo.js
+++ b/dist/keo.js
@@ -148,7 +148,7 @@ function runTimeout(fun) {
return setTimeout(fun, 0);
}
try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
+ // when when somebody has s... | docs: Fix simple typo, maddness -> madness
There is a small typo in dist/keo.js.
Should read `madness` rather than `maddness`. | Wildhoney_Keo | train | js |
bf8e2bb7b0d1da27ed727c333c61500a985da4d1 | diff --git a/test/helpers/cons.go b/test/helpers/cons.go
index <HASH>..<HASH> 100644
--- a/test/helpers/cons.go
+++ b/test/helpers/cons.go
@@ -318,7 +318,7 @@ var ciliumCLICommands = map[string]string{
"cilium status --all-controllers": "status.txt",
"cilium kvstore get cilium --recursive": "kvstore_get.txt",... | test: Use hubble's jsonpb output in artifacts
hubble observe now supports [1] reading flows from stdin if they are in
jsonpb format. We should therefore emit jsonpb artifact files for tests,
to be able to feed those files back into hubble observe. That will allow
us to use hubble observe's filters and different output... | cilium_cilium | train | go |
215892e7513584c203c12f580d55ca6fdff55d06 | diff --git a/packages/node_modules/@webex/internal-plugin-ediscovery/src/report-generator.js b/packages/node_modules/@webex/internal-plugin-ediscovery/src/report-generator.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-ediscovery/src/report-generator.js
+++ b/packages/node_modules/@we... | feat(ediscovery): bump maxsize to <I> mb | webex_spark-js-sdk | train | js |
fb6828957fd30484cd5f06a50b6be9f22c739bd8 | diff --git a/lib/server/plugins/api/index.js b/lib/server/plugins/api/index.js
index <HASH>..<HASH> 100644
--- a/lib/server/plugins/api/index.js
+++ b/lib/server/plugins/api/index.js
@@ -77,7 +77,7 @@ var internals = {
}
// hapi eats newlines. We like newlines. For POSIX and such.
- data = data + '... | fix(api): do not force newlines
* * *
This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:
<URL> | hoodiehq_hoodie-server | train | js |
efd75d6ef7e1c69546e058f04a418e50026b5aa1 | diff --git a/packages/functionals/botpress-qna/src/views/index.js b/packages/functionals/botpress-qna/src/views/index.js
index <HASH>..<HASH> 100755
--- a/packages/functionals/botpress-qna/src/views/index.js
+++ b/packages/functionals/botpress-qna/src/views/index.js
@@ -203,7 +203,7 @@ export default class QnaAdmin ext... | fix(qna): on flow deletion or rename, QNA still works | botpress_botpress | train | js |
37b428ebb5d10b0c38acbe41374d046024698221 | diff --git a/.jsdoc.js b/.jsdoc.js
index <HASH>..<HASH> 100644
--- a/.jsdoc.js
+++ b/.jsdoc.js
@@ -31,7 +31,8 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
- 'build/src'
+ 'build/src',
+ 'protos'
],
includePattern: '\\.js$'
},
@@ -42,7 +43,7 @@ m... | chore: update .jsdoc.js by add protos and remove double quotes (#<I>) | googleapis_nodejs-bigquery-data-transfer | train | js |
d72dccfbe13d5e0da6bd0c67be1de96d0535a17a | diff --git a/lib/config/presets.js b/lib/config/presets.js
index <HASH>..<HASH> 100644
--- a/lib/config/presets.js
+++ b/lib/config/presets.js
@@ -20,7 +20,7 @@ async function resolveConfigPresets(
);
let config = {};
// First, merge all the preset configs from left to right
- if (inputConfig.extends) {
+ if... | fix: do not resolve packageFile content (#<I>) | renovatebot_renovate | train | js |
f6959138360a8183e898dfe10cbbb054e7935362 | diff --git a/packages/components/bolt-carousel/__tests__/carousel.js b/packages/components/bolt-carousel/__tests__/carousel.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-carousel/__tests__/carousel.js
+++ b/packages/components/bolt-carousel/__tests__/carousel.js
@@ -19,7 +19,7 @@ const vrtDefaultConfig ... | fix: increase max timeout in Carousel component Jest tests to reduce errors thrown | bolt-design-system_bolt | train | js |
be1abdc8605a5bec71167dc19ece23b1f5dd3e40 | diff --git a/src/Log.php b/src/Log.php
index <HASH>..<HASH> 100644
--- a/src/Log.php
+++ b/src/Log.php
@@ -1,8 +1,6 @@
<?php
namespace Phwoolcon;
-use Exception;
-use Phwoolcon\Exception\Http\NotFoundException;
use Phalcon\Di;
use Phalcon\Logger;
use Phalcon\Logger\Adapter\File;
@@ -27,7 +25,10 @@ class Log exte... | fix: php7 compatibility in log::exception() | phwoolcon_phwoolcon | train | php |
6e10896011565d23056211ab7a67f12994097575 | diff --git a/packages/upload/src/UploadProgressBar.js b/packages/upload/src/UploadProgressBar.js
index <HASH>..<HASH> 100644
--- a/packages/upload/src/UploadProgressBar.js
+++ b/packages/upload/src/UploadProgressBar.js
@@ -55,7 +55,7 @@ class UploadProgressBar extends Component {
event.preventDefault();
uploa... | feat(upload): return upload onPasswordSubmit callback | Availity_availity-react | train | js |
9fa57d06da1558a76e944f386fd1ead282ca8e7e | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -567,7 +567,7 @@ gulp.task('test.all.dart', shell.task(['./scripts/ci/test_dart.sh']));
function getBrowsersFromCLI() {
var isSauce = false;
var args = minimist(process.argv.slice(2));
- var rawInput = args... | style(gulp): make code more readable | angular_angular | train | js |
11ae11bfa5f9fcb903689805f8d35b4d62ab0c90 | diff --git a/tests/functional/cli/test_cli_artifacts.py b/tests/functional/cli/test_cli_artifacts.py
index <HASH>..<HASH> 100644
--- a/tests/functional/cli/test_cli_artifacts.py
+++ b/tests/functional/cli/test_cli_artifacts.py
@@ -1,12 +1,9 @@
import subprocess
-import sys
import textwrap
import time
from io import... | test(cli): replace assignment expression
This is a feature added in <I>, removing it allows for the test to run
with lower python versions. | python-gitlab_python-gitlab | train | py |
eb79ad4dab445f76ee7bf93288863a4e172bb93d | diff --git a/npm/cli.js b/npm/cli.js
index <HASH>..<HASH> 100755
--- a/npm/cli.js
+++ b/npm/cli.js
@@ -8,3 +8,14 @@ var child = proc.spawn(electron, process.argv.slice(2), {stdio: 'inherit'})
child.on('close', function (code) {
process.exit(code)
})
+
+const handleTerminationSignal = function (signal) {
+ process... | fix: handle SIGINT and SIGTERM from the Electron CLI helper (#<I>)
Fixes #<I> | electron_electron | train | js |
81b1690cd0f0bef3d87698a6a38654b70ecee8c5 | diff --git a/changelog.rb b/changelog.rb
index <HASH>..<HASH> 100755
--- a/changelog.rb
+++ b/changelog.rb
@@ -56,7 +56,7 @@ end
arg_from = args["<from-commit>"]
arg_to = args["<to-commit>"]
-use_markdown = args["--md"] != nil
+use_markdown = args["--md"]
# Find if we're operating on tags
tag_from = tagWithName... | fix(arguments): arguments for output formats now work correctly
* fix: the output format is not stuck to `md` anymore and defaults to `slack` | iv-mexx_git-releaselog | train | rb |
c3c8b7f5cad2a479bac193d94d2328f8ced3b8c3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -15,7 +15,7 @@ module.exports = function renameOverwrite (oldPath, newPath) {
case 'EEXIST':
return rimraf(newPath)
.then(() => rename(oldPath, newPath))
- // weird Windows shit
+ ... | refactor: better language in comments | zkochan_rename-overwrite | train | js |
cc0ea37c300c60e35eea72c44491a803277bab7e | diff --git a/test/test-server-metadata.js b/test/test-server-metadata.js
index <HASH>..<HASH> 100644
--- a/test/test-server-metadata.js
+++ b/test/test-server-metadata.js
@@ -7,6 +7,9 @@ var exec = require('child_process').exec;
var path = require('path');
var util = require('util');
+// TODO: convert to tap test a... | test: mark test-server-metadata for tap@1
This is the last test that is incompatible with tap@1, mainly due to
the lack of any TAP compliant output and in its place a bunch of
TAP-like noise that is mistaken for unplanned nested tests.
See isaacs/node-tap#<I> | strongloop_strong-pm | train | js |
dcc060a5a522bc9fa5d8560eb6e72ea25138e828 | diff --git a/src/main/core.js b/src/main/core.js
index <HASH>..<HASH> 100644
--- a/src/main/core.js
+++ b/src/main/core.js
@@ -259,7 +259,7 @@ function format(text, opts) {
module.exports = {
formatWithCursor(text, opts) {
opts = normalizeOptions(opts);
- return format(text, normalizeOptions(opts));
+ re... | refactor: remove redundant call to normalizeOptions (#<I>)
Removes redundant call to `normalizeOptions` (already done in preceding line)
<URL> | josephfrazier_prettier_d | train | js |
4349a482d9364b50f9dfc964236bdee36ed26c3e | diff --git a/src/express/index.spec.js b/src/express/index.spec.js
index <HASH>..<HASH> 100644
--- a/src/express/index.spec.js
+++ b/src/express/index.spec.js
@@ -4,4 +4,22 @@ describe('graffiti express', function() {
var express = require('./');
+ it('checks for required options');
+
+ it('creates the schema'... | test(express): add failing test cases for Express middleware | RisingStack_graffiti | train | js |
ad47e33314b3ecbaddf158faa08888339d22eb28 | diff --git a/metric_tank/http.go b/metric_tank/http.go
index <HASH>..<HASH> 100644
--- a/metric_tank/http.go
+++ b/metric_tank/http.go
@@ -90,7 +90,7 @@ func Get(w http.ResponseWriter, req *http.Request, metaCache *MetaCache, aggSett
out := make([]Series, len(targets))
for i, target := range targets {
var consol... | fix: set id properly in non-consolidation case | grafana_metrictank | train | go |
9cc3fbabf73cdb2d59fd492cb1fb39a9b24f1bb3 | diff --git a/script/publish-to-npm.js b/script/publish-to-npm.js
index <HASH>..<HASH> 100644
--- a/script/publish-to-npm.js
+++ b/script/publish-to-npm.js
@@ -121,8 +121,8 @@ new Promise((resolve, reject) => {
}
const currentJson = JSON.stringify(fs.readFileSync(path.join(tempDir, 'package.json'), 'utf8... | chore: @electron/nightly => electron-nightly (#<I>) | electron_electron | train | js |
b3e6cd75ffb7a658cb614d1f82ae349e7246f798 | diff --git a/examples/index.js b/examples/index.js
index <HASH>..<HASH> 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -44,4 +44,6 @@ async function init() {
});
}
-init().catch(logger.error);
+if (require.main === module) {
+ init().catch(logger.error);
+} | fix: run the examples as a module, or as a main entry point | yfinkelstein_node-zookeeper | train | js |
5355df94fde268d4eabad9608666f67b11c7fb80 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -22,7 +22,14 @@ const cli = createCli(`
Examples
$ kode lint
$ kode test --watch
-`);
+`, {
+ boolean: [
+ 'any-branch',
+ 'skip-cleanup',
+ 'skip-test',
+ 'watch',
+ ],
+});
/** | fix: Force parsing arguments as boolean | SimonDegraeve_kode | train | js |
02e0e088451d12133f34c0a2673990eb62512051 | diff --git a/server/gulpfile.js b/server/gulpfile.js
index <HASH>..<HASH> 100644
--- a/server/gulpfile.js
+++ b/server/gulpfile.js
@@ -89,7 +89,7 @@ gulp.task('output-build-info', function () {
// Capture changes from the last commit
try {
- execSync('git diff --quiet HEAD');
+ execSync('git d... | fix(server): build-info dirty flag is capturing changes from all projects | mcdcorp_opentest | train | js |
af9a238f852fb04fbfcdfa57b9b313426f579bd1 | diff --git a/scripts/serverless.js b/scripts/serverless.js
index <HASH>..<HASH> 100755
--- a/scripts/serverless.js
+++ b/scripts/serverless.js
@@ -448,7 +448,6 @@ processSpanPromise = (async () => {
}
}
}
-
if (isHelpRequest || commands[0] === 'plugin') {
p... | fix: Ensure to attempt minimal config resolution for plugin commands | serverless_serverless | train | js |
ae625872fe24a8f424862c04232f1b605f33545b | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -134,8 +134,8 @@ html_theme_options = {
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
- 'invenio-openaire@GitHub': 'http://github.com/inveniosoftware/invenio-openai... | docs: autodoc configuration and HTTPS fix
* Replaces HTTP links with HTTPS where possible. | inveniosoftware_invenio-openaire | train | py |
b6ffedb25c3040bc6a8345a5e2b006abc6f413c5 | diff --git a/src/df.js b/src/df.js
index <HASH>..<HASH> 100644
--- a/src/df.js
+++ b/src/df.js
@@ -1,3 +1,4 @@
+import * as LogManager from 'aurelia-logging';
import {I18N} from './i18n';
export class DfValueConverter {
@@ -17,7 +18,8 @@ export class DfValueConverter {
if (dfOrOptions && (typeof dfOrOptions.fo... | fix(logger): use LogManager instead console
uses the aurelia-logging service instead of direct usage of console.warn | aurelia_i18n | train | js |
17499e430c9d594fafa6e2e53638c502aff2380b | diff --git a/resources/views/previewLinkPopup.blade.php b/resources/views/previewLinkPopup.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/previewLinkPopup.blade.php
+++ b/resources/views/previewLinkPopup.blade.php
@@ -1,6 +1,7 @@
<div id="MailPreviewDriverBox" style="
position:absolute;
- top:0;
+... | fix: make setTimeoutInSeconds works
In previous version, variable $timeoutInSeconds wasn't scaped by double braces, so blade puts it like a string.
Now, it is fixed, and as a plus, added a X button to close manually | themsaid_laravel-mail-preview | train | php |
8da1859758490f032871eabd2aef632de4362cce | diff --git a/tests/test.js b/tests/test.js
index <HASH>..<HASH> 100644
--- a/tests/test.js
+++ b/tests/test.js
@@ -55,6 +55,12 @@ describe('lessWatchCompilerUtils Module API', function(){
lessWatchCompilerUtils.config.sourceMap = true;
assert.equal("lessc --source-map test testFolder/test.css"... | test: Add test for minified flag | jonycheung_deadsimple-less-watch-compiler | train | js |
47778a96833e8f352d1450f35f192d5a98438a2f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -123,6 +123,12 @@ function writeAndRunCodeBlocks(codeBlocks) {
}
});
});
+ })
+ .then(function(codeBlocks) {
+ return removeOldDir(dir)
+ .then(function() {;
+ return codeBlocks
+ });... | fix: remove old directory from running markdown
This was forgotten in a previous change. | carlwoodward_run-markdown | train | js |
78db18bb567bd761c3810a6d833b7e3feca04a35 | diff --git a/spec/api_connect_client/product_spec.rb b/spec/api_connect_client/product_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/api_connect_client/product_spec.rb
+++ b/spec/api_connect_client/product_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-RSpec.describe Product do
+RSpec.describe ApiConnectClient::Pro... | fix(specs): Fix bug introduced in merge | cffiebigc_api-connect-client | train | rb,rb |
3ba2ca9c06a6f4eaf2e0d62e19c06f5014d5b25b | diff --git a/src/locale/lang/ua.js b/src/locale/lang/ua.js
index <HASH>..<HASH> 100644
--- a/src/locale/lang/ua.js
+++ b/src/locale/lang/ua.js
@@ -1,7 +1,7 @@
export default {
el: {
colorpicker: {
- confirm: 'OK',
+ confirm: 'Обрати',
clear: 'Очистити'
},
datepicker: {
@@ -107,14 +10... | fix: Update ua locale (#<I>) | ElemeFE_element | train | js |
9d92a958c4d817d786bdee6749a563151ee811e6 | diff --git a/lib/config/cli.js b/lib/config/cli.js
index <HASH>..<HASH> 100644
--- a/lib/config/cli.js
+++ b/lib/config/cli.js
@@ -22,7 +22,8 @@ function getConfig(argv) {
const coersions = {
boolean: val => val === 'true',
- list: val => val.split(',').map(el => el.trim()),
+ list: val =>
+ val ==... | refactor: massage [] or empty string for cli lists | renovatebot_renovate | train | js |
984536c12b25fc182362bbc9ba26c474e2fb5b10 | diff --git a/lint-staged.config.js b/lint-staged.config.js
index <HASH>..<HASH> 100644
--- a/lint-staged.config.js
+++ b/lint-staged.config.js
@@ -1,6 +1,6 @@
'use strict';
module.exports = {
- '*.js': ['prettier --write', 'eslint --fix', 'git add'],
- '*.{json,md,yml,css}': ['prettier --write', 'git add'],
+ '*... | chore: update lint-staged config (#<I>) | webpack_webpack-dev-server | train | js |
6a4b8081e003183ad1b36006ea4949e0b0cb89d8 | diff --git a/test/Utils/ProjectTest.php b/test/Utils/ProjectTest.php
index <HASH>..<HASH> 100644
--- a/test/Utils/ProjectTest.php
+++ b/test/Utils/ProjectTest.php
@@ -52,10 +52,10 @@ class ProjectTest extends \PHPUnit_Framework_TestCase
public function testDownloadArchive()
{
$project = new Project(s... | chore: fix master main (#<I>) | GoogleCloudPlatform_php-tools | train | php |
ffc1f2a2e495a303904e4119de080b046d885cd2 | diff --git a/luigi/parameter.py b/luigi/parameter.py
index <HASH>..<HASH> 100644
--- a/luigi/parameter.py
+++ b/luigi/parameter.py
@@ -94,9 +94,9 @@ class Parameter(object):
* Any value provided on the command line:
- - With qualified task name (eg. ``--TaskA-param xyz``)
+ - To the root ... | docs: Correct order of parameter resolution
There were some changes in #<I> and #<I> in which I forgot to update
the docs. | spotify_luigi | train | py |
48bd25dbdaa7d879ded2dc36fa5966b81ff89596 | diff --git a/lib/platform/bitbucket-server/index.js b/lib/platform/bitbucket-server/index.js
index <HASH>..<HASH> 100644
--- a/lib/platform/bitbucket-server/index.js
+++ b/lib/platform/bitbucket-server/index.js
@@ -257,11 +257,13 @@ async function deleteBranch(branchName, closePr = false) {
if (closePr) {
// ge... | fix(bitbucket-server): pr check after deleting branch
Closes #<I> | renovatebot_renovate | train | js |
87fda568c5e8e8833ffff8034a6c66bc00ad3c7b | diff --git a/src/utils/elasticDSL.js b/src/utils/elasticDSL.js
index <HASH>..<HASH> 100644
--- a/src/utils/elasticDSL.js
+++ b/src/utils/elasticDSL.js
@@ -43,12 +43,10 @@ let simplifyBucket = _.flow(
_.mapValues(flattenMetrics),
_.mapKeys(renameMetrics)
)
-
let simplifyBuckets = _.flow(
F.when(_.isPlainObjec... | fix: simplify buckets on rows and columns | smartprocure_contexture-elasticsearch | train | js |
48b820fc06f6522c32b4ba82889f7156f4a4e3b2 | diff --git a/css-components/gulpfile.js b/css-components/gulpfile.js
index <HASH>..<HASH> 100644
--- a/css-components/gulpfile.js
+++ b/css-components/gulpfile.js
@@ -80,7 +80,7 @@ function cssnext() {
root: __dirname + '/src/components/'
}),
cssnextPlugin({
- browsers: babelrc.presets[0][1].targe... | chore(css-components): Fix serve command by using browserslist | OnsenUI_OnsenUI | train | js |
f0fc515eac953b83bcee24089c649f61cf7bc5f5 | diff --git a/lib/anycable/rails/railtie.rb b/lib/anycable/rails/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/anycable/rails/railtie.rb
+++ b/lib/anycable/rails/railtie.rb
@@ -70,7 +70,7 @@ module AnyCable
# Since Rails 6.1
if respond_to?(:server)
server do
- next unless AnyCable.conf... | fix: only run embedded server if AnyCable is enabled | anycable_anycable-rails | train | rb |
e5e4e17c4c33cca72c560e7f133a946dbc07d647 | diff --git a/lib/eventhub/heartbeat.rb b/lib/eventhub/heartbeat.rb
index <HASH>..<HASH> 100644
--- a/lib/eventhub/heartbeat.rb
+++ b/lib/eventhub/heartbeat.rb
@@ -36,7 +36,7 @@ module EventHub
heartbeat_cycle_in_ms: processor.heartbeat_cycle_in_s * 1000,
served_queues: [processor.listene... | fix: "ip_adresses" has to be "addresses" | thomis_eventhub-processor | train | rb |
1acd179d1355a4fa91a7d06d2d6547fb8a620f6a | diff --git a/actions/class.TestImport.php b/actions/class.TestImport.php
index <HASH>..<HASH> 100755
--- a/actions/class.TestImport.php
+++ b/actions/class.TestImport.php
@@ -36,7 +36,7 @@ class taoTests_actions_TestImport extends tao_actions_Import
* overwrite the parent index to add the requiresRight for Tests
... | fix: fix permissions to view buttons | oat-sa_extension-tao-test | train | php,php |
988eda3155ee89bf94ea330c7b6a03ce3810164f | diff --git a/server/src/test/java/org/cloudfoundry/identity/uaa/web/CookieBasedCsrfTokenRepositoryTests.java b/server/src/test/java/org/cloudfoundry/identity/uaa/web/CookieBasedCsrfTokenRepositoryTests.java
index <HASH>..<HASH> 100644
--- a/server/src/test/java/org/cloudfoundry/identity/uaa/web/CookieBasedCsrfTokenRepo... | refactor: make protocol default explicit | cloudfoundry_uaa | train | java |
ce73a28b2d60d8b349fd5478918238a04a91ec7e | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -1,10 +1,13 @@
/* eslint-env node */
+const DotReporter = require('testem/lib/reporters/dot_reporter');
+
module.exports = {
framework: 'qunit',
test_page: 'tests/index.html?hidepassed',
timeout: 540,
... | chore: switch to testem dot reporter | CenterForOpenScience_ember-osf | train | js |
6218d3b6ac9d2549354778e9fa5c68783d469b45 | diff --git a/packages/api-generator/src/helpers/variables.js b/packages/api-generator/src/helpers/variables.js
index <HASH>..<HASH> 100644
--- a/packages/api-generator/src/helpers/variables.js
+++ b/packages/api-generator/src/helpers/variables.js
@@ -192,8 +192,8 @@ const VSelect = {
props: {
parent: 'V... | docs(VSelect): update information on the item slot
on and attrs are only needed if the user has a root v-list-item in the item slot
resolves #<I> | vuetifyjs_vuetify | train | js |
0fc011d476d608a728d17299bd636fab8eb7aefa | diff --git a/src/foremast/awslambda/cloudwatch_log_event/cloudwatch_log_event.py b/src/foremast/awslambda/cloudwatch_log_event/cloudwatch_log_event.py
index <HASH>..<HASH> 100644
--- a/src/foremast/awslambda/cloudwatch_log_event/cloudwatch_log_event.py
+++ b/src/foremast/awslambda/cloudwatch_log_event/cloudwatch_log_ev... | fix: changed logic to accept blank filter pattern | foremast_foremast | train | py |
e769f33cd31eadf790aad0637aedb01092ff19b0 | diff --git a/src/components/MultiSelect/FilterableMultiSelect.js b/src/components/MultiSelect/FilterableMultiSelect.js
index <HASH>..<HASH> 100644
--- a/src/components/MultiSelect/FilterableMultiSelect.js
+++ b/src/components/MultiSelect/FilterableMultiSelect.js
@@ -86,6 +86,11 @@ export default class FilterableMultiSe... | fix(multi-select): introduce translateWithId (#<I>)
Fixes #<I>. | carbon-design-system_carbon-components-react | train | js |
28cd22952632ba0e0bc4d37abfd68046348536bd | diff --git a/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java b/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java
+++ b/core/sr... | chore: disabled memory pre-allocation | orientechnologies_orientdb | train | java |
8302384ecd8334cca506b9bfec0da4210657ecf9 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -2039,7 +2039,7 @@ Collection.prototype.mapReduce = function(map, reduce, options, callback) {
};
/**
- * Initiate a Out of order batch write operation. All operations will be buffered i... | docs(collection): fix typo & run-on sentence for initializeOrderedBulkOp | mongodb_node-mongodb-native | train | js |
e08d478e712dc929893f8fe9537d2a64bed670b6 | diff --git a/tests/express-test-harness.js b/tests/express-test-harness.js
index <HASH>..<HASH> 100644
--- a/tests/express-test-harness.js
+++ b/tests/express-test-harness.js
@@ -45,6 +45,33 @@ describe('express-http-context', function () {
});
});
+ it('returns undefined when key is not found', function (done) ... | test: assert that missing keys return undefined | skonves_express-http-context | train | js |
6516182d6d668c9861f5614723745e2c6c17a3c6 | diff --git a/packages/webiny-ui/src/List/DataList/DataList.js b/packages/webiny-ui/src/List/DataList/DataList.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-ui/src/List/DataList/DataList.js
+++ b/packages/webiny-ui/src/List/DataList/DataList.js
@@ -246,7 +246,7 @@ const Pagination = (props: Props) => {
ret... | fix: Fix incorrect pagination info in DataList component (#<I>)
A "0" would be outputted in the pagination section if there were no records to show. | Webiny_webiny-js | train | js |
d70b13f050e9de4c659e45ec672864e3f6645473 | diff --git a/src/geshi/tcl.php b/src/geshi/tcl.php
index <HASH>..<HASH> 100644
--- a/src/geshi/tcl.php
+++ b/src/geshi/tcl.php
@@ -187,9 +187,6 @@ $language_data = array (
'PARSER_CONTROL' => array(
'COMMENTS' => array(
'DISALLOWED_BEFORE' => '\\'
- ),
- 'ENABLE_FLAGS' => array(
... | fix: Removed superfluous ENABLE_FLAGS entry from tcl.php | GeSHi_geshi-1.0 | train | php |
a15b1f085ed33bfa467fddc86d70ee353832b870 | diff --git a/packages/rum/src/apm-base.js b/packages/rum/src/apm-base.js
index <HASH>..<HASH> 100644
--- a/packages/rum/src/apm-base.js
+++ b/packages/rum/src/apm-base.js
@@ -23,8 +23,11 @@
*
*/
-import { getInstrumentationFlags } from '@elastic/apm-rum-core'
-import { PAGE_LOAD, ERROR } from '@elastic/apm-rum-co... | chore(rum): merge duplicate import statementments in apm base (#<I>) | elastic_apm-agent-rum-js | train | js |
22c84a3879da4cb3b54a9ef65d257ad2938cc142 | diff --git a/test/unit/index.js b/test/unit/index.js
index <HASH>..<HASH> 100644
--- a/test/unit/index.js
+++ b/test/unit/index.js
@@ -14,6 +14,12 @@ describe('StorageService', function() {
expect(record).to.be.an.instanceof(RecordService);
expect(record.getType()).to.equal('Cat');
});
+ it('should create... | test(StorageService): case new record with id | castle-dev_le-storage-service | train | js |
aed9b9ebcc156d2ebf0eb4e91baea6fb1af5d916 | diff --git a/lib/commands/external.js b/lib/commands/external.js
index <HASH>..<HASH> 100644
--- a/lib/commands/external.js
+++ b/lib/commands/external.js
@@ -39,7 +39,7 @@ class ExternalCommand {
const commandToBeRun = `${packageManager} ${options.join(' ')}`;
process.cliLogger.error(`The command mov... | chore: Minor code refactor adhering to ES6 semantics (#<I>)
* chore: use object destructuring
* chore: remove unwanted explicit boolean check
* chore: use object destructuring assignment
* chore: minor refactor
* chore: revert
* chore: revert
* chore: minor tweak
* chore: revert | webpack_webpack-cli | train | js |
3869a4d2d98148b2d4de6164fb0e1eabe8cf3874 | diff --git a/core/lib/engine_util.js b/core/lib/engine_util.js
index <HASH>..<HASH> 100644
--- a/core/lib/engine_util.js
+++ b/core/lib/engine_util.js
@@ -213,6 +213,21 @@ function renderVariables (str, vars) {
let rxmatch;
let result = str.substring(0, str.length);
+
+ // Special case for handling integer/boo... | fix: Using a template with exactly one variable keeps its type | artilleryio_artillery | train | js |
2370d39e8905529de585758c8ccdfe11943d7dd4 | diff --git a/plugins/outputs/graylog/graylog.go b/plugins/outputs/graylog/graylog.go
index <HASH>..<HASH> 100644
--- a/plugins/outputs/graylog/graylog.go
+++ b/plugins/outputs/graylog/graylog.go
@@ -214,7 +214,7 @@ func (g *Graylog) serialize(metric telegraf.Metric) ([]string, error) {
m := make(map[string]interfac... | fix: output timestamp with fractional seconds (#<I>) | influxdata_telegraf | train | go |
9b41a6a8a62331250f0787843c646fcb7f4aeb04 | diff --git a/src/stores/GuildMemberRoleStore.js b/src/stores/GuildMemberRoleStore.js
index <HASH>..<HASH> 100644
--- a/src/stores/GuildMemberRoleStore.js
+++ b/src/stores/GuildMemberRoleStore.js
@@ -106,7 +106,7 @@ class GuildMemberRoleStore extends DataStore {
* @readonly
*/
get highest() {
- return this... | fix: re-add highest property to RoleStore and GuildMemberRoleStore
closes #<I> | discordjs_discord.js | train | js,js |
8ff27c0c89e9377b848af7c291afd12d66f9a024 | diff --git a/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js b/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js
+++ b/package... | test(internal-plugin-devices): improve websocket retrieval
Update the test suite to validate that the web socket
retrieval method updates work as expected. | webex_spark-js-sdk | train | js |
fbf905a674299c6b4f850b51d0637e1665f77d56 | diff --git a/config/local.js b/config/local.js
index <HASH>..<HASH> 100644
--- a/config/local.js
+++ b/config/local.js
@@ -3,7 +3,7 @@ module.exports = {
/**
* Core-Node config
*/
- endpointPath: __dirname + '/../endpoints/',
+ endpointPath: `${process.cwd()}/api`,
endpointParent: __dirname + '/../... | feat: enable 0 config setup
- use /api in cwd as standard folder for endpoints | cubic-js_cubic | train | js |
2a3b37ea41a95352826ed9956561f916a049a2c1 | diff --git a/src/Crypto.php b/src/Crypto.php
index <HASH>..<HASH> 100644
--- a/src/Crypto.php
+++ b/src/Crypto.php
@@ -60,7 +60,7 @@ class Crypto
// TODO: requester public key
- if ($transaction->recipientId) {
+ if (isset($transaction->recipientId)) {
$out .= \BitWasp\Bitcoin\Ba... | fix: check if recipient is set | ArkEcosystem_php-crypto | train | php |
52bf1339460220b80d6afdd21eb710ef7d8eaf18 | diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go
index <HASH>..<HASH> 100644
--- a/core/corehttp/gateway_handler.go
+++ b/core/corehttp/gateway_handler.go
@@ -662,6 +662,7 @@ func (i *gatewayHandler) deleteHandler(w http.ResponseWriter, r *http.Request) {
nnode, err := root.GetDirector... | fix(gw): missing return if dir fails to finalize (#<I>) | ipfs_go-ipfs | train | go |
0fe8f693e602cc35086217d25cf653e4fe4c4ef8 | diff --git a/topologies/replset.js b/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/topologies/replset.js
+++ b/topologies/replset.js
@@ -1196,7 +1196,11 @@ function executeWriteOperation(args, options, callback) {
}
const willRetryWrite =
- !args.retrying && options.retryWrites && options.session &... | refactor(replset): don't retry writes if in a transaction | mongodb_node-mongodb-native | train | js |
b4935f594eaccd85fe698604ab6c8ac92dd88d4f | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -161,7 +161,7 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a fi... | docs: Get rid of warning about missing _static/ dir | phodge_homely | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.