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 |
|---|---|---|---|---|---|
3fd5bf3fc95b44c92fc700bd015c2d139ef150dc | diff --git a/packages/mdc-ripple/addon/mixins/ripple.js b/packages/mdc-ripple/addon/mixins/ripple.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-ripple/addon/mixins/ripple.js
+++ b/packages/mdc-ripple/addon/mixins/ripple.js
@@ -12,6 +12,8 @@ export default Mixin.create ({
classNameBindings: ['mdcRippleColorClas... | chore: Reimplemented how unbounded is applied to ripples | onehilltech_ember-cli-mdc | train | js |
2daa4423746f557be0453243af2e74441823d750 | diff --git a/Storage/tests/System/ManageBucketsTest.php b/Storage/tests/System/ManageBucketsTest.php
index <HASH>..<HASH> 100644
--- a/Storage/tests/System/ManageBucketsTest.php
+++ b/Storage/tests/System/ManageBucketsTest.php
@@ -69,7 +69,7 @@ class ManageBucketsTest extends StorageTestCase
$this->assertEqual... | test: Fix location type system test expectations (#<I>) | googleapis_google-cloud-php | train | php |
251b7b31dfaf3c3ce157842161385e594a08c0cf | diff --git a/src/components/VBottomSheet/VBottomSheet.js b/src/components/VBottomSheet/VBottomSheet.js
index <HASH>..<HASH> 100644
--- a/src/components/VBottomSheet/VBottomSheet.js
+++ b/src/components/VBottomSheet/VBottomSheet.js
@@ -5,9 +5,7 @@ import VDialog from '../VDialog/VDialog'
export default {
name: 'v-bo... | refactor(v-bottom-sheet): moved dialog from component to mixin
did this to allow the json parser to properly grab all properties available for `v-bottom-sheet` | vuetifyjs_vuetify | train | js |
5c545cbbc3dd46f847758c503b5fe0569ca9f71a | diff --git a/src/run/index.js b/src/run/index.js
index <HASH>..<HASH> 100644
--- a/src/run/index.js
+++ b/src/run/index.js
@@ -7,8 +7,6 @@ import chalk from 'chalk'
import ctx from '../util/context'
import cliui from 'cliui'
-require('dotenv').config()
-
const ui = cliui({ width: 80 })
const results = { success... | fix(run): don't run dotenv unless we're running the project (#<I>) | bustle_shep | train | js |
f392af68d39120de73707e8332b19101b99ecc9f | diff --git a/packages/express/lib/render.js b/packages/express/lib/render.js
index <HASH>..<HASH> 100644
--- a/packages/express/lib/render.js
+++ b/packages/express/lib/render.js
@@ -12,8 +12,6 @@ module.exports = (app) => (options) =>
const { req, res } = createMocks(reqOptions, resOptions);
- req.app = ap... | fix(express): rely on Express to add app to req | untool_untool | train | js |
e87c372e41c5269a0c042edf492b40c329eda40b | diff --git a/source/rafcon/core/storage/storage.py b/source/rafcon/core/storage/storage.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/storage/storage.py
+++ b/source/rafcon/core/storage/storage.py
@@ -400,7 +400,7 @@ def load_state_recursively(parent, state_path=None, dirty_states=[]):
return
ex... | fix(storage): Remove access to exception message
Missed in a previous commit | DLR-RM_RAFCON | train | py |
6ae22fa09e89b6fc58349d04c3b883c1f6fd6138 | diff --git a/packages/@vue/cli-plugin-unit-jest/generator/index.js b/packages/@vue/cli-plugin-unit-jest/generator/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-unit-jest/generator/index.js
+++ b/packages/@vue/cli-plugin-unit-jest/generator/index.js
@@ -28,8 +28,7 @@ module.exports = api => {
... | chore: remove map coverage. (#<I>)
Bacause it's deprecated. | vuejs_vue-cli | train | js |
a26b1fd1cee18bfc212789f7a303c519277d0c4f | diff --git a/packages/d3fc-annotation/src/line.js b/packages/d3fc-annotation/src/line.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-annotation/src/line.js
+++ b/packages/d3fc-annotation/src/line.js
@@ -8,7 +8,6 @@ export default () => {
let xScale = scaleIdentity();
let yScale = scaleIdentity();
let... | refactor: remove unused code | d3fc_d3fc | train | js |
b6043def35f56bbe7d3d12590a313c53289fd367 | diff --git a/sessions.js b/sessions.js
index <HASH>..<HASH> 100644
--- a/sessions.js
+++ b/sessions.js
@@ -473,7 +473,11 @@ function endTransaction(session, commandName, callback) {
return commandName === 'commitTransaction' ? err : null;
}
- if (commandName === 'commitTransaction' && session.transaction.rec... | refactor: put recovery tokens behind a feature flag for now | mongodb_node-mongodb-native | train | js |
344d8ff07b4a91068bb7aaee97746450041c1bb3 | diff --git a/packages/docs/rocket-plugins/esbuild-plugins/resolve.js b/packages/docs/rocket-plugins/esbuild-plugins/resolve.js
index <HASH>..<HASH> 100644
--- a/packages/docs/rocket-plugins/esbuild-plugins/resolve.js
+++ b/packages/docs/rocket-plugins/esbuild-plugins/resolve.js
@@ -40,12 +40,10 @@ export function unpkg... | chore: debug docs build | apollo-elements_apollo-elements | train | js |
8582c155b486ef526704cf95e456c5af49da5f1f | diff --git a/util/generate-browser-tests.js b/util/generate-browser-tests.js
index <HASH>..<HASH> 100644
--- a/util/generate-browser-tests.js
+++ b/util/generate-browser-tests.js
@@ -55,9 +55,9 @@ function formatDataImport (input) {
}
function formatPage (template, contentIndex, content) {
- const { functionCodeLi... | chore: Fix coding standard in unit tests | prantlf_timezone-support | train | js |
6a4d43c5a477399fc5c7268ef5fa99fcaab6edb8 | diff --git a/src/head.js b/src/head.js
index <HASH>..<HASH> 100644
--- a/src/head.js
+++ b/src/head.js
@@ -23,17 +23,17 @@ export default function getHead(pack, version, callback) {
const requestSettings = {
url: `${GITHUB_API}/repos/${getRepository(pack)}/tags`,
json: true,
+ headers,
};
reques... | fix(head): fix multiple callback call in getHead method | Adezandee_last-release-apm | train | js |
ceb301bcea19a870cdfacb127bd216939a23b58e | diff --git a/connection/pool.js b/connection/pool.js
index <HASH>..<HASH> 100644
--- a/connection/pool.js
+++ b/connection/pool.js
@@ -1166,6 +1166,7 @@ Pool.prototype.write = function(commands, options, cb) {
}
if (operation.session) {
+ // TODO: reenable when sessions development is complete
/... | refactor(pool): temporarily disable topology checks | mongodb_node-mongodb-native | train | js |
b2171d5334b9e083ffd999321a1a956e7ba30c0c | diff --git a/core/poi/lib/plugins/command-options.js b/core/poi/lib/plugins/command-options.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/plugins/command-options.js
+++ b/core/poi/lib/plugins/command-options.js
@@ -16,7 +16,7 @@ exports.apply = api => {
command.option('--parallel', 'Enable multicore compilat... | fix(cli): cache is enabled by default | egoist_poi | train | js |
2496ceb9c9a8a8de3ffaf7ca1f5d9770444ce590 | diff --git a/jest-global-setup.js b/jest-global-setup.js
index <HASH>..<HASH> 100644
--- a/jest-global-setup.js
+++ b/jest-global-setup.js
@@ -1,5 +1,6 @@
const { setup: setupDevServer } = require('jest-dev-server');
const puppeteer = require('puppeteer');
+const rimraf = require('rimraf');
const mkdirp = require('m... | fix: auto-remove the wwwDir folder before running any Jest tests | bolt-design-system_bolt | train | js |
564fd8ca8215d430112ebf48c38e417e228d3782 | diff --git a/packages/edam-cli/bin/edam.js b/packages/edam-cli/bin/edam.js
index <HASH>..<HASH> 100755
--- a/packages/edam-cli/bin/edam.js
+++ b/packages/edam-cli/bin/edam.js
@@ -238,7 +238,7 @@ ${generateFlagHelp(flags, ' ')}
//
let code = 0
- em.ready()
+ em.normalizeConfig()
.then(() => {
... | fix: should normalize config again after select alias' prompts | imcuttle_edam | train | js |
563f5010906de7d1d4059d8d05cbf50c88950680 | diff --git a/lib/components/user/nav-login-button-auth0.js b/lib/components/user/nav-login-button-auth0.js
index <HASH>..<HASH> 100644
--- a/lib/components/user/nav-login-button-auth0.js
+++ b/lib/components/user/nav-login-button-auth0.js
@@ -6,7 +6,12 @@ import NavLoginButton from './nav-login-button'
/**
* This co... | refactor(nav-login-button-auth0): Pass props explicity. | opentripplanner_otp-react-redux | train | js |
9a348d149a974177951fc0e5893ffc3d9c834929 | diff --git a/packages/node_modules/@webex/webex-core/src/lib/credentials/token.js b/packages/node_modules/@webex/webex-core/src/lib/credentials/token.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/webex-core/src/lib/credentials/token.js
+++ b/packages/node_modules/@webex/webex-core/src/lib/credential... | fix: make downscoped token self contained | webex_spark-js-sdk | train | js |
3a6af7cb378d2b072b1ce8202d100ce464dd7d3f | diff --git a/lib/components/form/settings-selector-panel.js b/lib/components/form/settings-selector-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/settings-selector-panel.js
+++ b/lib/components/form/settings-selector-panel.js
@@ -1,7 +1,6 @@
import React, { Component, PropTypes } from 'react'
-import ... | refactor: add back component import that got left out during merge | opentripplanner_otp-react-redux | train | js |
51be5fc517c1ea9aa654cce6d9c9737e2594d38f | diff --git a/src/directives/ccVariantSelector/ccVariantSelector.js b/src/directives/ccVariantSelector/ccVariantSelector.js
index <HASH>..<HASH> 100644
--- a/src/directives/ccVariantSelector/ccVariantSelector.js
+++ b/src/directives/ccVariantSelector/ccVariantSelector.js
@@ -33,7 +33,7 @@ angular.module('sdk.directives.... | fix(cc-variant-selector): issue with minification and di
- dependency injection in sofa modules has to use the array syntax since we don't use ng-min task yet | sofa_angular-sofa-template-code | train | js |
c3ca85ff683d20c8b45e86cfd3b7297cb0d4553d | diff --git a/go/vt/orchestrator/inst/analysis_dao.go b/go/vt/orchestrator/inst/analysis_dao.go
index <HASH>..<HASH> 100644
--- a/go/vt/orchestrator/inst/analysis_dao.go
+++ b/go/vt/orchestrator/inst/analysis_dao.go
@@ -308,7 +308,7 @@ func GetReplicationAnalysis(clusterName string, hints *ReplicationAnalysisHints)
)... | feat: convert left join to normal join, since both the tables information is needed to not spawn incorrect failovers | vitessio_vitess | train | go |
ac4481514cdf592079d2a14dc1a76162fc4f712e | diff --git a/src/route.js b/src/route.js
index <HASH>..<HASH> 100644
--- a/src/route.js
+++ b/src/route.js
@@ -8,7 +8,7 @@ export function register(server, options, next) {
routes: options.routes,
respond: options.respond,
Root: options.Root,
- store: options.configureS... | fix(session): fixed which object is passed as the session data
the hapi session data is stored in the credentials object under request.auth | travi_hapi-react-router | train | js,js |
88f60192152c2569853a02426ad25a2812126f27 | diff --git a/src/Config/package.corporation.menu.php b/src/Config/package.corporation.menu.php
index <HASH>..<HASH> 100644
--- a/src/Config/package.corporation.menu.php
+++ b/src/Config/package.corporation.menu.php
@@ -96,7 +96,7 @@ return [
[
'name' => 'customs-offices',
'label' ... | fix(acl): request proper permission while generating corporation menu
a typo in the used permission requested to display "Custom Offices" entry was generating an invalid entry in security logs and prevent user other than admin to access this view even with proper permission.
Closes eveseat/seat#<I> | eveseat_web | train | php |
30687ef0f323adf4567bededfafc35e66e59e975 | diff --git a/lib/aws-xray-sdk/sampling/local/sampler.rb b/lib/aws-xray-sdk/sampling/local/sampler.rb
index <HASH>..<HASH> 100644
--- a/lib/aws-xray-sdk/sampling/local/sampler.rb
+++ b/lib/aws-xray-sdk/sampling/local/sampler.rb
@@ -58,7 +58,7 @@ module XRay
return sample if sampling_req.nil? || sampling_req.empty... | fix: local sample rule applies?, the method should receive a req object, but here pass an nest { sampling_req: sampling_req } | aws_aws-xray-sdk-ruby | train | rb |
66b046618669d19a0957b1d86b0f44206f9a58be | diff --git a/test/utils/test_drw.py b/test/utils/test_drw.py
index <HASH>..<HASH> 100755
--- a/test/utils/test_drw.py
+++ b/test/utils/test_drw.py
@@ -103,6 +103,6 @@ class TestDispatcherDraw(unittest.TestCase):
@unittest.skipIf(PLATFORM != 'windows', 'Your sys can open long path file.')
def test_view_long_pa... | test(drw): Use a longer path. | vinci1it2000_schedula | train | py |
a17b6ca48053f2b5ff7659f1d5794317187b51d9 | diff --git a/src/reporter.js b/src/reporter.js
index <HASH>..<HASH> 100644
--- a/src/reporter.js
+++ b/src/reporter.js
@@ -19,6 +19,15 @@ function checkThresholds(thresholds, summary) {
function CoverageIstanbulReporter(baseReporterDecorator, logger, config) {
baseReporterDecorator(this);
+ // Copied from https:... | fix: don't log errors twice when using multiple reporters
Fixes #<I> | mattlewis92_karma-coverage-istanbul-reporter | train | js |
5f0616602c487d52f2c00e55d998e4f6139c1411 | diff --git a/lib/dashboard/public/dialog_helper.js b/lib/dashboard/public/dialog_helper.js
index <HASH>..<HASH> 100644
--- a/lib/dashboard/public/dialog_helper.js
+++ b/lib/dashboard/public/dialog_helper.js
@@ -1,7 +1,7 @@
document.addEventListener('click', e => {
'use strict';
- const parentDialogEl = window.fram... | fix(dashboard): fix `dialog-dismiss` and `dialog-confirm` buttons sometimes not working | nodecg_nodecg | train | js |
f9b9b58d94158bd0cdc1b5267d2ed2ff78e469ad | diff --git a/src/Jobs/Character/Notifications.php b/src/Jobs/Character/Notifications.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/Character/Notifications.php
+++ b/src/Jobs/Character/Notifications.php
@@ -79,6 +79,7 @@ class Notifications extends AbstractAuthCharacterJob
$model = CharacterNotification:... | fix(jobs): ensure notification are mapped properly | eveseat_eveapi | train | php |
cccb7c3ed71876329507c028a24d0a9b1907f894 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -118,8 +118,6 @@ class ServerlessPythonRequirements {
this.commands = {
requirements: {
- usage: 'Serverless plugin to bundle Python packages',
- lifecycleEvents: ['requirements'],
commands... | fix: Fix help output for `requirements` container command | UnitedIncome_serverless-python-requirements | train | js |
50fc3ed4b33bcf3837a570b4e711581456f88687 | diff --git a/ecommerce_worker/configuration/base.py b/ecommerce_worker/configuration/base.py
index <HASH>..<HASH> 100644
--- a/ecommerce_worker/configuration/base.py
+++ b/ecommerce_worker/configuration/base.py
@@ -21,7 +21,7 @@ CELERY_RESULT_BACKEND = None
# A sequence of modules to import when the worker starts.
# ... | fix: adjust celery import entry point (#<I>) | edx_ecommerce-worker | train | py,py |
ba33a936f16292032f0f4e70e5b8b15c001becd2 | diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py
index <HASH>..<HASH> 100755
--- a/fontbakery-check-ttf.py
+++ b/fontbakery-check-ttf.py
@@ -1872,7 +1872,10 @@ def check_with_msfontvalidator(fb, font_file):
except subprocess.CalledProcessError, e:
fb.info(("Microsoft Font Validator returned an... | fix: local variable 'IOError' is assigned to but never used
issue #<I> | googlefonts_fontbakery | train | py |
af13def627cf6af2d7db15e0c6d80617f5be09be | diff --git a/packages/rum-core/test/common/apm-server.spec.js b/packages/rum-core/test/common/apm-server.spec.js
index <HASH>..<HASH> 100644
--- a/packages/rum-core/test/common/apm-server.spec.js
+++ b/packages/rum-core/test/common/apm-server.spec.js
@@ -320,7 +320,8 @@ describe('ApmServer', function() {
const tr ... | chore(dev): fix span duration in tests (#<I>) | elastic_apm-agent-rum-js | train | js |
d4cf65f63254dce8479d703a4bc2af551dabaf8d | diff --git a/master/buildbot/test/util/steps.py b/master/buildbot/test/util/steps.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/util/steps.py
+++ b/master/buildbot/test/util/steps.py
@@ -394,6 +394,7 @@ class BuildStepMixin:
got = self.step.logs[l].stdout
if got != exp:
... | test: Print both the unexpected and expected log output in step tests | buildbot_buildbot | train | py |
e7aee8c414d321e5714e1ee7b1360d7bb40514cd | diff --git a/src/utils/swagger.js b/src/utils/swagger.js
index <HASH>..<HASH> 100644
--- a/src/utils/swagger.js
+++ b/src/utils/swagger.js
@@ -46,7 +46,8 @@ export default async (specUrl, { spec, internalUrl, disableBigNumbers, disableCa
spec = spec || await (await fetch(specUrl)).json()
const jsonImp = disableBi... | fix: swagger file of aeternity's latest compiler | aeternity_aepp-sdk-js | train | js |
93184b5066e2037aa244417ba24cdf59fb506ef8 | diff --git a/build/build-i18n.js b/build/build-i18n.js
index <HASH>..<HASH> 100644
--- a/build/build-i18n.js
+++ b/build/build-i18n.js
@@ -22,6 +22,7 @@ const fs = require('fs');
const preamble = require('./preamble');
const ts = require('typescript');
const path = require('path');
+const fsExtra = require('fs-extra... | fix: ensure folder exist for i<I>n build. | apache_incubator-echarts | train | js |
7005ccacf20565860d683fcf72786a8a07820b25 | diff --git a/blueprints/ember-date-components/index.js b/blueprints/ember-date-components/index.js
index <HASH>..<HASH> 100644
--- a/blueprints/ember-date-components/index.js
+++ b/blueprints/ember-date-components/index.js
@@ -12,6 +12,9 @@ module.exports = {
afterInstall() {
let dependencies = this.project.d... | feat: Ensure ember-moment is installed when installing this addon | mydea_ember-date-components | train | js |
1ca373386dd363ef9a9f4e7b1791c369b4240704 | diff --git a/packages/cerebral/src/devtools/index.js b/packages/cerebral/src/devtools/index.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral/src/devtools/index.js
+++ b/packages/cerebral/src/devtools/index.js
@@ -61,16 +61,16 @@ class Devtools {
Then all mutations are replayed to the model and all the compon... | fix(Devtools): fix replacement of run function | cerebral_cerebral | train | js |
fdfc332a91e6c4de6d9e066f1b536c218a2d5a69 | diff --git a/src/Entity/EntityFactory.php b/src/Entity/EntityFactory.php
index <HASH>..<HASH> 100644
--- a/src/Entity/EntityFactory.php
+++ b/src/Entity/EntityFactory.php
@@ -174,14 +174,14 @@ class EntityFactory implements EntityFactoryInterface
if(is_string($pks)){
$pks = json_decode($pks, true)... | fix(fetch): Enable pk finder in DELETE requests | wollanup_php-api-rest | train | php |
6e6c3a900950ca0e29263a397dbe33ab15e26d31 | diff --git a/scripts/changelog.js b/scripts/changelog.js
index <HASH>..<HASH> 100644
--- a/scripts/changelog.js
+++ b/scripts/changelog.js
@@ -27,7 +27,8 @@ const FILE = tempy.file();
/** Tests for a `feat` commit type. */
const isFeature = (s) => /feat(\(\w+\))?:/.test(s);
/** Tests for commit types that don’t need... | chore: Account for hyphens in commit scope | nicolodavis_boardgame.io | train | js |
845bc4a3cba18d108b20267dff1a87871ed31429 | diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php
index <HASH>..<HASH> 100644
--- a/system/CodeIgniter.php
+++ b/system/CodeIgniter.php
@@ -894,6 +894,11 @@ class CodeIgniter
}
if ($returned instanceof DownloadResponse) {
+ // Turn off output buffering completely, even if php.i... | fix: DownloadResponse memory leak | codeigniter4_CodeIgniter4 | train | php |
797dfd647c0e0599c9679241432faa8360627fd5 | diff --git a/scripts/version.js b/scripts/version.js
index <HASH>..<HASH> 100755
--- a/scripts/version.js
+++ b/scripts/version.js
@@ -1,8 +1,10 @@
#!/usr/bin/env node
-/* eslint-disable */
+
+/* eslint-disable no-console */
const mri = require('mri');
const path = require('path');
+const fs = require('fs');
cons... | fix: eslint for version script | commercetools_merchant-center-application-kit | train | js |
f7482d9b4d326a64a6e3895a70b7c414a79f2a7e | diff --git a/cypress/integration/admin/headlessCms/contentEntry/contentEntries.spec.js b/cypress/integration/admin/headlessCms/contentEntry/contentEntries.spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/admin/headlessCms/contentEntry/contentEntries.spec.js
+++ b/cypress/integration/admin/headlessCms/conte... | fix: add extra check for loading screen | Webiny_webiny-js | train | js |
af8b0014cfae0703d521973cc8494ca9f43869bf | diff --git a/packages/openneuro-server/src/graphql/resolvers/dataset.js b/packages/openneuro-server/src/graphql/resolvers/dataset.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/src/graphql/resolvers/dataset.js
+++ b/packages/openneuro-server/src/graphql/resolvers/dataset.js
@@ -147,8 +147,6 @@ export co... | fix: Prevent race condition accidentally readding deleted files | OpenNeuroOrg_openneuro | train | js |
1d4738853cca415880c5b852bfae14219dde8a99 | diff --git a/quasar/src/components/datetime/QDate.js b/quasar/src/components/datetime/QDate.js
index <HASH>..<HASH> 100644
--- a/quasar/src/components/datetime/QDate.js
+++ b/quasar/src/components/datetime/QDate.js
@@ -515,6 +515,7 @@ export default Vue.extend({
props: {
flat: !active,
... | fix(QDate): [v1]QDate - Two buttons overlap #<I> | quasarframework_quasar | train | js |
3fe229ef90ca949d08819cba3743ff000c4feb32 | diff --git a/actor-apps/app-android/src/main/java/im/actor/messenger/app/activity/controllers/MainPhoneController.java b/actor-apps/app-android/src/main/java/im/actor/messenger/app/activity/controllers/MainPhoneController.java
index <HASH>..<HASH> 100644
--- a/actor-apps/app-android/src/main/java/im/actor/messenger/app... | fix(android): working invites | actorapp_actor-platform | train | java |
69e133e6b33d949e235c5bfaf5bed65c0fb36367 | diff --git a/src/Generators/Scaffold/ViewGenerator.php b/src/Generators/Scaffold/ViewGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Generators/Scaffold/ViewGenerator.php
+++ b/src/Generators/Scaffold/ViewGenerator.php
@@ -196,9 +196,6 @@ class ViewGenerator extends BaseGenerator
$fieldTemplate = HTMLF... | fix(view): required fields with span tag removed from view (#<I>) | InfyOmLabs_laravel-generator | train | php |
234300d8f04972a76c4a3d4bac8956991afec95f | diff --git a/src/context.js b/src/context.js
index <HASH>..<HASH> 100644
--- a/src/context.js
+++ b/src/context.js
@@ -23,7 +23,7 @@ module.exports = function (context, source) {
let entity = source.find(handle);
if (entity && parts.length) {
if (entity.type === ... | fix(variants): fix use of old defaultVariant method | frctl_fractal | train | js |
bd883ee791de23e9da321c7d56ebf2bcc0d1c205 | diff --git a/spec/cursor.spec.js b/spec/cursor.spec.js
index <HASH>..<HASH> 100644
--- a/spec/cursor.spec.js
+++ b/spec/cursor.spec.js
@@ -53,14 +53,14 @@ describe('Cursor', function () {
describe('isAtTextEnd()', function () {
it('returns true when at text end', function () {
- expect(this.cursor.... | chore: Fix test to match the description | livingdocsIO_editable.js | train | js |
941803eb0faefdd082bb7933c37ef226e8c902d9 | diff --git a/test/callback.js b/test/callback.js
index <HASH>..<HASH> 100644
--- a/test/callback.js
+++ b/test/callback.js
@@ -11,12 +11,19 @@ describe('Callback', function () {
assert(Buffer.isBuffer(callback))
})
- it('should be invokable', function () {
- var callback = ffi.Callback('int', [ 'int' ], f... | test: add test for a Callback being invoked on another thread | node-ffi-napi_node-ffi-napi | train | js |
0ddf04a57e7ae992ec0f0f70c91be1149e2bc83f | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -167,10 +167,16 @@ exports.rerender = tryWrap((id, options) => {
if (Array.isArray(instance.$options.cached)) {
instance.$options.cached = []
}
+
// post 2.5.4: v-once trees are ca... | fix: compatibility with <I> scoped slots optimizations | vuejs_vue-hot-reload-api | train | js |
3727e428ee96fa607158a60ab6615b1335905e61 | diff --git a/lib/rules/lint-table-groups.js b/lib/rules/lint-table-groups.js
index <HASH>..<HASH> 100644
--- a/lib/rules/lint-table-groups.js
+++ b/lib/rules/lint-table-groups.js
@@ -6,11 +6,12 @@ const message = 'Tables must have a table group (thead, tbody or tfoot).';
const ALLOWED_TABLE_CHILDREN = ['thead', 'tbody... | feat(lint-table-groups): allow TextNode | ember-template-lint_ember-template-lint | train | js |
2d2a38993217f7f95a05881026c8e0d022229dc6 | diff --git a/lib/compare_linker_wrapper/cli.rb b/lib/compare_linker_wrapper/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/compare_linker_wrapper/cli.rb
+++ b/lib/compare_linker_wrapper/cli.rb
@@ -21,13 +21,13 @@ module CompareLinkerWrapper
def compare(*args)
setup_logger(options)
- gemfile_locks = arg... | chore(compare): fix logic | packsaddle_ruby-compare_linker_wrapper | train | rb |
5c4feb251c0608e61f862faf80e5218bd4b7cf69 | diff --git a/packages/ui/webpack/webpack.js b/packages/ui/webpack/webpack.js
index <HASH>..<HASH> 100644
--- a/packages/ui/webpack/webpack.js
+++ b/packages/ui/webpack/webpack.js
@@ -58,7 +58,7 @@ class WebpackServer {
for (const endpoint of endpoints) {
let route = {
path: endpoint.route,
- ... | fix(ui): Fix async chunk paths on windows | cubic-js_cubic | train | js |
82c072abf89cf0e3acb6187c82190ac68f48b7c7 | diff --git a/src/doc.js b/src/doc.js
index <HASH>..<HASH> 100644
--- a/src/doc.js
+++ b/src/doc.js
@@ -21,7 +21,8 @@ module.exports = {
events.push(item);
break;
default:
- throw new Error('Item type ' + item.itemtype + ' is not supported.');
+ console.warn('API DOC Item... | fix(doc): warn instead of throw for unknown item types | aurelia_tools | train | js |
d762f9d1911d3e18421add13f46bb820eaf74f68 | diff --git a/src/cli-normalizer.js b/src/cli-normalizer.js
index <HASH>..<HASH> 100644
--- a/src/cli-normalizer.js
+++ b/src/cli-normalizer.js
@@ -36,7 +36,7 @@ function normalizeDetailOptions(detailOptions) {
switch (option.type) {
case "int":
validator.validateIntOption(normalizedValu... | refactor: toNumber in getter | josephfrazier_prettier_d | train | js,js |
a6272cf3b1a60878954562e19366470ce28c2398 | diff --git a/src/components/ebay-progress-stepper/progress-stepper.stories.js b/src/components/ebay-progress-stepper/progress-stepper.stories.js
index <HASH>..<HASH> 100644
--- a/src/components/ebay-progress-stepper/progress-stepper.stories.js
+++ b/src/components/ebay-progress-stepper/progress-stepper.stories.js
@@ -4... | docs: removed deprecated uses of defaultValue (#<I>) | eBay_ebayui-core | train | js,js |
8c43f02d2416770cefccb099c52705ba83620921 | diff --git a/packages/bonde-admin/src/pages/admin/communities/settings/domain/page.js b/packages/bonde-admin/src/pages/admin/communities/settings/domain/page.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/pages/admin/communities/settings/domain/page.js
+++ b/packages/bonde-admin/src/pages/admin/communiti... | fix(admin): default value for field type | nossas_bonde-client | train | js |
6b7962b1281c5743781273dd5b8880f006edf4b5 | diff --git a/src/Input/Input.js b/src/Input/Input.js
index <HASH>..<HASH> 100644
--- a/src/Input/Input.js
+++ b/src/Input/Input.js
@@ -47,6 +47,7 @@ const styles = theme => ({
border: '0 solid',
transition: `all ${theme.field.animationDuration}ms ease`,
borderRadius: theme.field.borderRadius,
+ overfl... | fix: removed border radius and overflow for root class in input | rambler-digital-solutions_rambler-ui | train | js,js |
0f62ecd678c12899bd159cda8053b54fc82fbf52 | diff --git a/lib/browser/lighthouse.js b/lib/browser/lighthouse.js
index <HASH>..<HASH> 100644
--- a/lib/browser/lighthouse.js
+++ b/lib/browser/lighthouse.js
@@ -111,7 +111,10 @@ const parseLhResult = function(results) {
if (score) {
successObj[id] = auditInfo;
- } else if (scoreDisplayMode === 'not-a... | fix: small change in LH result parser | testiumjs_testium-driver-wd | train | js |
0a5d46a5ee7b3cf2706089b29fe8861cb288b67b | diff --git a/lib/inspectors/data.js b/lib/inspectors/data.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/data.js
+++ b/lib/inspectors/data.js
@@ -115,9 +115,13 @@ function emitDataEvents(req, res, proxy) {
function receiveResBody() {
var resBody = false;
var resSize = 0;
- var contentType = util.ge... | feat: set enable://inpsect to view all the response body | avwo_whistle | train | js |
ffda4ecd4f955efa35c49e19102a3ae11a3b0256 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -17,7 +17,7 @@ import (
const (
deprecatedSuffix = "/features"
clientName = "unleash-client-go"
- clientVersion = "3.3.1"
+ clientVersion = "3.4.0"
)
var defaultStrategies = []strategy.Strategy{ | chore: update version (#<I>) | Unleash_unleash-client-go | train | go |
d6de5ac2579ad772f8816a199157b50331d86fa4 | diff --git a/tests/gui/widget/test_storage.py b/tests/gui/widget/test_storage.py
index <HASH>..<HASH> 100755
--- a/tests/gui/widget/test_storage.py
+++ b/tests/gui/widget/test_storage.py
@@ -271,7 +271,7 @@ def check_id_and_name_plus_id_format(path_old_format, path_new_format, sm_m):
check_state(sm_m.state_machine... | fix(test_storage): fix initilization of singletons
if the test was called on its own the test fails as the singletons are created in the worker thread
this is fixed now | DLR-RM_RAFCON | train | py |
f5b2b2f2e00429c8530fb48745036f272574635a | diff --git a/resources/assets/js/helpers.js b/resources/assets/js/helpers.js
index <HASH>..<HASH> 100644
--- a/resources/assets/js/helpers.js
+++ b/resources/assets/js/helpers.js
@@ -405,22 +405,13 @@ $.extend(true, laravelValidation, {
* @param name
* @returns {RegExp}
*/
- regexFr... | fix: regexFromWildcard when we have multiple * in rules (#<I>)
* fix: regexFromWildcard when we have multiple * in rules
* revert public change
* Fix name without "[*]" to keep the previous behaviour + missing return | proengsoft_laravel-jsvalidation | train | js |
7a4d9dfe1995518112e819b31832bc5fa5c32eac | diff --git a/cloudvolume/datasource/graphene/mesh.py b/cloudvolume/datasource/graphene/mesh.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/datasource/graphene/mesh.py
+++ b/cloudvolume/datasource/graphene/mesh.py
@@ -43,7 +43,7 @@ class GrapheneMeshSource(PrecomputedMeshSource):
res.raise_for_status()
- r... | fix: decode fragment filenames to utf8 before json parsing | seung-lab_cloud-volume | train | py |
5062adf4af55649f7b19d158e8676721ba1f1aa9 | diff --git a/packages/cozy-konnector-libs/src/libs/saveFiles.js b/packages/cozy-konnector-libs/src/libs/saveFiles.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/saveFiles.js
+++ b/packages/cozy-konnector-libs/src/libs/saveFiles.js
@@ -97,7 +97,9 @@ const downloadEntry = function(entry, optio... | fix: do not try do download a file there is an error in shouldreplace
This caused fatal error | konnectors_libs | train | js |
3263de88cb5c7bab25fa2fd455b78e84cefb2eeb | diff --git a/src/CsvFile.php b/src/CsvFile.php
index <HASH>..<HASH> 100644
--- a/src/CsvFile.php
+++ b/src/CsvFile.php
@@ -323,7 +323,9 @@ class CsvFile extends \SplFileInfo implements \Iterator
as an error. Therefore both conditions are necessary. */
if (($ret === false) || (($ret === 0) && (strlen(... | fix: better and more verbose error message on failed write | keboola_php-csv | train | php |
1c6dce7e4147aca5e3b7c59de568c48244ed39e2 | diff --git a/bqplot/pyplot.py b/bqplot/pyplot.py
index <HASH>..<HASH> 100644
--- a/bqplot/pyplot.py
+++ b/bqplot/pyplot.py
@@ -155,7 +155,8 @@ def show(key=None, display_toolbar=True):
if display_toolbar:
if not hasattr(figure, 'pyplot'):
figure.pyplot = Toolbar(figure=figure)
- displa... | fix: close vbox as well as figure to avoid issues with voila | bloomberg_bqplot | train | py |
073f2622126f8a9d942acd2fb9685005918291d9 | diff --git a/test/transaction.test.js b/test/transaction.test.js
index <HASH>..<HASH> 100644
--- a/test/transaction.test.js
+++ b/test/transaction.test.js
@@ -239,18 +239,20 @@ test('serialize unsigned transaction', () => {
expect(expectedTransaction.signatures.length).toBe(1);
});
-test('get sign data for transa... | test: tweak test to suss out tx message serialization bug | solana-labs_solana-web3.js | train | js |
052b783f7117af4de86baa35317ea9eabab77bdb | diff --git a/api/setup.py b/api/setup.py
index <HASH>..<HASH> 100755
--- a/api/setup.py
+++ b/api/setup.py
@@ -52,7 +52,7 @@ DESCRIPTION = (
"writing automated biology lab protocols easy.")
PACKAGES = find_packages(where='src')
INSTALL_REQUIRES = [
- 'pyserial==3.4',
+ 'pyserial==3.5',
'numpy>=1.15.1'... | fix(api): bump pyserial dependency in setup.py (#<I>) | Opentrons_opentrons | train | py |
c130c38ee7097b227bba7c79fe445b30c7d7c11e | diff --git a/scripts/extend-webpack-types.js b/scripts/extend-webpack-types.js
index <HASH>..<HASH> 100644
--- a/scripts/extend-webpack-types.js
+++ b/scripts/extend-webpack-types.js
@@ -1,7 +1,7 @@
"use strict";
-const fs = require("fs");
const path = require("path");
+const fs = require("graceful-fs");
async f... | chore: use `graceful-fs` (#<I>) | webpack_webpack-dev-server | train | js |
11da89adac1760555184a50933c733a75a021f7f | diff --git a/bin/copyToGhPages.js b/bin/copyToGhPages.js
index <HASH>..<HASH> 100644
--- a/bin/copyToGhPages.js
+++ b/bin/copyToGhPages.js
@@ -1,6 +1,9 @@
var exec = require('child_process').exec;
var fs = require('fs');
+var isWin = /^win/.test(process.platform);
+var mv = isWin ? 'move' : 'mv';
+
queue([
ch... | fix(bin): make the copyToGhPages script windows compatible | yoannmoinet_nipplejs | train | js |
1aeefe11a306b2ff843ae47c9592d3055b063db4 | diff --git a/tests/integration/test_main.py b/tests/integration/test_main.py
index <HASH>..<HASH> 100755
--- a/tests/integration/test_main.py
+++ b/tests/integration/test_main.py
@@ -271,7 +271,7 @@ def volume_name_test(drv):
def mount_volume_and_create_file(uuid, filename):
# with format
- volume_mount_dir ... | test: use auto mount in mount_and_create_file()
Because some drivers(e.g. vfs) may not support mount to specific place | rancher_convoy | train | py |
6170b434fad115f16b017e6f57d8cc0450fd57f1 | diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataframe.py
+++ b/packages/vaex-core/vaex/dataframe.py
@@ -4249,7 +4249,7 @@ class DataFrame(object):
if isinstance(name, six.string_types):
if isinst... | fix: can add Column types as virtual column | vaexio_vaex | train | py |
2667ab9313d35d139d7433899a699381b736dea4 | diff --git a/components/dropdown/menu.js b/components/dropdown/menu.js
index <HASH>..<HASH> 100644
--- a/components/dropdown/menu.js
+++ b/components/dropdown/menu.js
@@ -13,6 +13,7 @@ export default class DropdownMenu extends Intact {
trigger: 'hover',
position: {},
transition: '... | feat(Dropdown): support position relate with parent dropdown | ksc-fe_kpc | train | js |
7047a66608db3212619fb1b607fa8dda63e22aed | diff --git a/src/React/Properties/CellProperty/InputCell.js b/src/React/Properties/CellProperty/InputCell.js
index <HASH>..<HASH> 100644
--- a/src/React/Properties/CellProperty/InputCell.js
+++ b/src/React/Properties/CellProperty/InputCell.js
@@ -93,6 +93,7 @@ export default class InputCell extends React.Component {
... | fix(CellProperty): Allow readOnly version | Kitware_paraviewweb | train | js |
77580abd2ba18a2dd6a5fbdf5ea772b0938bb173 | diff --git a/packages/text-flow/text-flow.showcase.js b/packages/text-flow/text-flow.showcase.js
index <HASH>..<HASH> 100644
--- a/packages/text-flow/text-flow.showcase.js
+++ b/packages/text-flow/text-flow.showcase.js
@@ -6,6 +6,7 @@ export default {
{
component: () => <TextFlow />,
name: "TextFlow"... | fix: remove text flow from web storybook (#<I>) | newsuk_times-components | train | js |
66765c1e473d5274e9ee8bd817ed1d4ed6faa9d8 | diff --git a/lib/instrumentation/index.js b/lib/instrumentation/index.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/index.js
+++ b/lib/instrumentation/index.js
@@ -74,12 +74,11 @@ function Instrumentation (agent) {
if (!Array.isArray(mod)) mod = [mod]
const pathName = mod[0]
- this.addPatch(mo... | chore: fix patch method argument names (#<I>)
The patches are not called with the four arguments `exports`, `name`,
`version`, and `enabled`, but instead with three arguments: `exports`,
`agent`, `options`.
However, this worked fine previously because we were just passing the
arguments straight through to the pa... | elastic_apm-agent-nodejs | train | js |
ced5127a9876135c38283a4acb92a123ace6be59 | diff --git a/packages/bonde-admin-canary/src/graphql/queries/AllCommunities/index.js b/packages/bonde-admin-canary/src/graphql/queries/AllCommunities/index.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/graphql/queries/AllCommunities/index.js
+++ b/packages/bonde-admin-canary/src/graphql/queries/A... | chore(admin-canary): remove communities query result log | nossas_bonde-client | train | js |
ce8c8337da2d07d82f40e778d37a709093606b7e | diff --git a/packages/testing-helpers/src/fixture.js b/packages/testing-helpers/src/fixture.js
index <HASH>..<HASH> 100644
--- a/packages/testing-helpers/src/fixture.js
+++ b/packages/testing-helpers/src/fixture.js
@@ -8,12 +8,19 @@ export { fixture, fixtureSync } from './fixture-no-side-effect.js';
try {
// we sho... | feat(testing-helpers): support fixture cleanup in tdd style tests with 'teardown' (#<I>) | open-wc_open-wc | train | js |
32140e04be176c4b2a5954d2cf8e9ec3c48a6f5c | diff --git a/modules/scroll/ui-scroll-jqlite.js b/modules/scroll/ui-scroll-jqlite.js
index <HASH>..<HASH> 100644
--- a/modules/scroll/ui-scroll-jqlite.js
+++ b/modules/scroll/ui-scroll-jqlite.js
@@ -175,7 +175,7 @@ angular.module('ui.scroll.jqlite', ['ui.scroll']).service('jqLiteExtras', [
if (value === ... | fix(ui-scroll): 'setOffset' is not defined.
I have no idea of what it supposed to do.
I fixed it by returning the value given in the function argument but I bet that it's not the behavior we want -_- | angular-ui_ui-scrollpoint | train | js |
8e3da77ba69f7d8dcda78a9271640949936d749c | diff --git a/tests/testing_utils.py b/tests/testing_utils.py
index <HASH>..<HASH> 100644
--- a/tests/testing_utils.py
+++ b/tests/testing_utils.py
@@ -330,11 +330,13 @@ def run_gui_thread(gui_config=None, runtime_config=None):
import gtk
from rafcon.core.start import reactor_required
from rafcon.gui.star... | test(testing_utils): Setup i<I>n in run_gui_thread | DLR-RM_RAFCON | train | py |
2aec25cf376f555d9e37178ced8d08f6933dc719 | diff --git a/packages/card/src/Card.story.js b/packages/card/src/Card.story.js
index <HASH>..<HASH> 100644
--- a/packages/card/src/Card.story.js
+++ b/packages/card/src/Card.story.js
@@ -3,6 +3,8 @@ import { storiesOf } from "@storybook/react";
import { withInfo } from "@storybook/addon-info";
import EmptyState from ... | docs(card): add story for overflow: visible
affects: @crave/farmblocks-card | CraveFood_farmblocks | train | js |
471ebef35123ed4efe7ac91e9a13a7ec8ef72961 | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -1868,9 +1868,9 @@ class GeSHi {
//All this formats are matched case-insensitively!
static $numbers_format = array(
GESHI_NUMBER_INT_BASIC =>
- ... | fix: normal integers never start with a zero | GeSHi_geshi-1.0 | train | php |
8ae6fa283fe744d21ed3f1275ce6825ec99454a6 | diff --git a/packages/react/index.js b/packages/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/react/index.js
+++ b/packages/react/index.js
@@ -3,6 +3,7 @@
exports.internal = {
babelPlugin: require('./lib/babel'),
template: require('./lib/template'),
+ runtime: require('./lib/runtime'),
};
export... | feat(react): export runtime as part of "internal" namespace | untool_untool | train | js |
2c673e6801a87da6156e205aaaf8880b0770e5ba | diff --git a/dist/cc.angular.js b/dist/cc.angular.js
index <HASH>..<HASH> 100644
--- a/dist/cc.angular.js
+++ b/dist/cc.angular.js
@@ -3929,7 +3929,7 @@ angular.module('sdk.directives.ccPrice')
// the variant and then update the price on our isolated scope.
var updatePrices = function(... | chore(dist): generated new dist files | sofa_sofa-couch-service | train | js |
0834f337a5a54a5eff228eeb4178054de7a56236 | diff --git a/config/ember-try.js b/config/ember-try.js
index <HASH>..<HASH> 100644
--- a/config/ember-try.js
+++ b/config/ember-try.js
@@ -30,12 +30,6 @@ module.exports = {
resolutions: {
'ember': 'canary'
}
- },
- {
- name: 'ember-1.13',
- dependencies: {
- 'ember': '1.13.... | chore(ember-try): adjust ember try | plusacht_ember-bootstrap-datetimepicker | train | js |
a7910dcf01aa5d0da4f7c760ce579b35e5d9eef6 | diff --git a/examples/with-afterjs/src/server.js b/examples/with-afterjs/src/server.js
index <HASH>..<HASH> 100644
--- a/examples/with-afterjs/src/server.js
+++ b/examples/with-afterjs/src/server.js
@@ -22,7 +22,8 @@ server
});
res.send(html);
} catch (error) {
- res.json(error);
+ console.... | fix(with-afterjs): update catch block | jaredpalmer_razzle | train | js |
19b111b1238d6aa770cb371dbf8b99492ae38d99 | diff --git a/pkg/chartutil/requirements.go b/pkg/chartutil/requirements.go
index <HASH>..<HASH> 100644
--- a/pkg/chartutil/requirements.go
+++ b/pkg/chartutil/requirements.go
@@ -384,8 +384,9 @@ func processImportValues(c *chart.Chart, v *chart.Config) error {
if err != nil {
return err
}
+
// set the new valu... | fix(helm): fix nil pointer in requirements.go
This fixes a segfault that was the result of assigning to a property of
a nil pointer.
Closes #<I> | helm_helm | train | go |
16f87ff14daaf2d03b428e25dc07cb8202ea5938 | diff --git a/src/geshi/cfm.php b/src/geshi/cfm.php
index <HASH>..<HASH> 100644
--- a/src/geshi/cfm.php
+++ b/src/geshi/cfm.php
@@ -287,7 +287,8 @@ $language_data = array (
0 => 'color: #00bbdd;',
1 => 'color: #0000FF;',
2 => 'color: #000099;',
- 3 => 'color: #333333;'
+... | fix: <> inside Tags confused Strict Block Finding, solved by Strict Block RX | GeSHi_geshi-1.0 | train | php |
421cc2ddb2d9956657d8e991e5aa5cf99e868550 | diff --git a/samples/transcribeContextClasses.js b/samples/transcribeContextClasses.js
index <HASH>..<HASH> 100644
--- a/samples/transcribeContextClasses.js
+++ b/samples/transcribeContextClasses.js
@@ -14,6 +14,11 @@
'use strict';
+// sample-metadata:
+// title: Transcribe Context Classes
+// description: Pro... | docs: add additional context to samples (#<I>) | googleapis_nodejs-speech | train | js |
06421e4818002853d666a3d083cbd4c9d362272c | diff --git a/tests/fixtures/ManuelActivationStrategy.php b/tests/fixtures/ManuelActivationStrategy.php
index <HASH>..<HASH> 100644
--- a/tests/fixtures/ManuelActivationStrategy.php
+++ b/tests/fixtures/ManuelActivationStrategy.php
@@ -12,9 +12,8 @@ class ManuelActivationStrategy implements ActivationStrategyInterface
... | test(TC): fix TC build | commercetools_commercetools-php-sdk | train | php |
786260434d46b148dc198111f53cd6c6c04f98ff | diff --git a/lib/services/addon-service.test.js b/lib/services/addon-service.test.js
index <HASH>..<HASH> 100644
--- a/lib/services/addon-service.test.js
+++ b/lib/services/addon-service.test.js
@@ -362,3 +362,22 @@ test('should reject updating addon config with missing required parameter', asyn
{ instanceOf: ... | fix: Add a test for validation of empty params | Unleash_unleash | train | js |
fac9924c6e105754ffed2eb5b150f91685e38eda | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -2523,6 +2523,8 @@ func (kub *Kubectl) GatherLogs(ctx context.Context) {
"kubectl describe pods --all-namespaces": "pods_status.txt",
"kubec... | ci: gather cilium-config configmap as part of ci logs | cilium_cilium | train | go |
2e5d7d25c8758150daed6395e2375ad0b10f3a7f | diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/.storybook/preview.js b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/.storybook/preview.js
index <HASH>..<HASH> 100644
--- a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-u... | chore: adapte storybook 6 params (#<I>) | apache_incubator-superset | train | js |
5c99009004663ab75903e852a4fd45c27ec4a61d | diff --git a/lib/mina-circle/version.rb b/lib/mina-circle/version.rb
index <HASH>..<HASH> 100644
--- a/lib/mina-circle/version.rb
+++ b/lib/mina-circle/version.rb
@@ -1,3 +1,3 @@
module MinaCircle
- VERSION = '1.3.4'
+ VERSION = '1.3.5'
end | feat: version <I>, bump | sparkbox_mina-circle | train | rb |
77887e8253770f1a34514d4c103f7e3c0124c9cf | diff --git a/bench/bench.go b/bench/bench.go
index <HASH>..<HASH> 100644
--- a/bench/bench.go
+++ b/bench/bench.go
@@ -37,7 +37,7 @@ func watch(endpoint string, key string) {
}
func main() {
- endpoint := flag.String("endpoint", "http://127.0.0.1:4001/", "etcd HTTP endpoint")
+ endpoint := flag.String("endpoint", "... | fix(bench): remove trailing slash
Remove trailing slash. This works around
<URL> | etcd-io_etcd | train | go |
bd29a80cf3ca160fd682ae9b4aee38f4cc5e388e | diff --git a/test/tests/functional/server_tests.js b/test/tests/functional/server_tests.js
index <HASH>..<HASH> 100644
--- a/test/tests/functional/server_tests.js
+++ b/test/tests/functional/server_tests.js
@@ -745,42 +745,6 @@ describe('Server tests', function() {
}
});
- it('should correctly connect execut... | test(eval): remove `eval` from all tests
`eval` has been deprecated for some time, and now has been outright
removed from recent build of the server.
NODE-<I> | mongodb-js_mongodb-core | train | js |
5e853c54ceba7e6abf608957b944d20bb5d5ea6c | diff --git a/src/Adapters/Phpunit/TestResult.php b/src/Adapters/Phpunit/TestResult.php
index <HASH>..<HASH> 100644
--- a/src/Adapters/Phpunit/TestResult.php
+++ b/src/Adapters/Phpunit/TestResult.php
@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace NunoMaduro\Collision\Adapters\Phpunit;
+use NunoMaduro\Collision\... | fix: lower casing description on pest | nunomaduro_collision | train | php,php |
8bf42291781f36a035e1ecc89480887dddc093f3 | diff --git a/lib/render.js b/lib/render.js
index <HASH>..<HASH> 100644
--- a/lib/render.js
+++ b/lib/render.js
@@ -195,6 +195,10 @@ function logoFilter(videoshow) {
var logoStart = params.start || (length > 30 ? 10 : length * 0.20).toFixed(0)
var logoEnd = params.end || (length > 30 ? length - 10 : length * 0.80)... | feat(options): support negative logo length ending | h2non_videoshow | train | js |
72b970e4e23ced550a37704d319ed83023d98882 | diff --git a/modules/core/src/core.js b/modules/core/src/core.js
index <HASH>..<HASH> 100644
--- a/modules/core/src/core.js
+++ b/modules/core/src/core.js
@@ -14,5 +14,6 @@ export * from 'change_detection/record';
export * from './compiler/compiler';
export * from './compiler/template_loader';
export * from './compi... | fix(core): export ViewPort in the public exports | angular_angular | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.