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 |
|---|---|---|---|---|---|
9c41de26e7ee90e03f5cc173c13e7dd0573860e3 | diff --git a/dockertest.go b/dockertest.go
index <HASH>..<HASH> 100644
--- a/dockertest.go
+++ b/dockertest.go
@@ -602,6 +602,28 @@ func (d *Pool) CreateNetwork(name string, opts ...func(config *dc.CreateNetworkO
}, nil
}
+// NetworksByName returns a list of docker networks filtered by name
+func (d *Pool) Network... | feat: implement get-networks-by-name (#<I>) | ory_dockertest | train | go |
1e44338719a560e264b4d2b5519afd410f8277a7 | diff --git a/bigfraction.js b/bigfraction.js
index <HASH>..<HASH> 100644
--- a/bigfraction.js
+++ b/bigfraction.js
@@ -525,7 +525,7 @@
},
/**
- * Gets the inverse of the fraction, means numerator and denumerator are exchanged
+ * Gets the inverse of the fraction, means numerator and denominator ar... | docs: Fix simple typo, denumerator -> denominator
There is a small typo in bigfraction.js, fraction.js.
Should read `denominator` rather than `denumerator`. | infusion_Fraction.js | train | js,js |
b55814a40dceef943da3c6ba5e5bb933a8ac1d17 | diff --git a/pipreqs/pipreqs.py b/pipreqs/pipreqs.py
index <HASH>..<HASH> 100755
--- a/pipreqs/pipreqs.py
+++ b/pipreqs/pipreqs.py
@@ -10,6 +10,7 @@ Options:
--debug prints debug information.
--savepath path to requirements.txt (Optional)
"""
+from __future__ import print_function
import os, re, logging
f... | fix(pipreqs): py3 print support | bndr_pipreqs | train | py |
dee750bd0e1a9c43f9d552189c2da0191a65034c | diff --git a/src/Controller.php b/src/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Controller.php
+++ b/src/Controller.php
@@ -49,7 +49,7 @@ abstract class Controller extends PhalconController
public function initialize()
{
$this->pageTitles = [__(Config::get('view.title_suffix'))];
- ... | fix: Access to undefined property view | phwoolcon_phwoolcon | train | php |
535c6bd1e8cd293900ea55e80aebfae153724c68 | diff --git a/packages/express/mixins/mixin.core.js b/packages/express/mixins/mixin.core.js
index <HASH>..<HASH> 100644
--- a/packages/express/mixins/mixin.core.js
+++ b/packages/express/mixins/mixin.core.js
@@ -44,8 +44,7 @@ class ExpressMixin extends Mixin {
const mime = require('mime');
const cookiePars... | refactor(express): combine middleware registration calls | untool_untool | train | js |
05cabae452fc9c7c1f2141396e95b25615bc350c | diff --git a/src/components/table/sortable-header/sortable-header.js b/src/components/table/sortable-header/sortable-header.js
index <HASH>..<HASH> 100644
--- a/src/components/table/sortable-header/sortable-header.js
+++ b/src/components/table/sortable-header/sortable-header.js
@@ -42,6 +42,7 @@ const SortableHeader = ... | fix(table): to remove jumpy effect on hover (#<I>) | commercetools_ui-kit | train | js |
8a183f9f1bdb5e712d1fe88da4bd571474c9bcf2 | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -242,7 +242,7 @@ const resolvePackage = function(rootProjectPath, alreadyResolved, name, depth, d
depStack.push(pack.name);
- if (name in alreadyResolved) {
+ if (pack.name in alreadyResolved) {
console.log('Resolved... | fix(core): fix typo in alreadyResolved check | ngageoint_opensphere-build-resolver | train | js |
e8bf9a59a5c016d76a9f8aae6c4f0c343b5ead6b | diff --git a/src/createModulesArg.js b/src/createModulesArg.js
index <HASH>..<HASH> 100644
--- a/src/createModulesArg.js
+++ b/src/createModulesArg.js
@@ -5,6 +5,8 @@ module.exports = function (modules, state, services) {
Object.keys(modules).forEach(function (key) {
var path = modules[key].path
var module... | feat(actions): actions should get name and path of modules | cerebral_cerebral | train | js,js |
be117220176d0941154736efdd51ac06ee549063 | diff --git a/src/check.js b/src/check.js
index <HASH>..<HASH> 100644
--- a/src/check.js
+++ b/src/check.js
@@ -131,7 +131,7 @@ function getVerboseErrors(results) {
let errorMessages = [];
for (let {path, error} of results) {
if (error) {
- errorMessages.push(`***** ${path} failed:`);
+ errorMessage... | feat: clean up the error log format a little
Starting with '*****' makes it annoying to grep for those lines, so now the
lines start with '====='. | decaffeinate_bulk-decaffeinate | train | js |
3dd915cd3f1af1893c1e600d9c0cf0ab8125d5a3 | diff --git a/lib/classes/CLI.js b/lib/classes/CLI.js
index <HASH>..<HASH> 100644
--- a/lib/classes/CLI.js
+++ b/lib/classes/CLI.js
@@ -67,7 +67,7 @@ class CLI {
const commands = processedInput.commands;
const options = processedInput.options;
- // if "version" or "v" was entered
+ // if asked for vers... | refactor(CLI): Improve help resolution documentation | serverless_serverless | train | js |
bb0c9905ed87da5965e3faf33623e242d0bb26da | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -10,6 +10,7 @@ const series = require('async/series')
const PeerBook = require('peer-book')
const Switch = require('libp2p-switch')
const Ping = require('libp2p-ping')
+const WebSockets = require('libp2p-web... | feat: use class-is for type checks | libp2p_js-libp2p | train | js |
17b057a04c5b613a6f80601895521667374da090 | diff --git a/commands/plugin-uninstall.js b/commands/plugin-uninstall.js
index <HASH>..<HASH> 100644
--- a/commands/plugin-uninstall.js
+++ b/commands/plugin-uninstall.js
@@ -77,7 +77,7 @@ const removePluginFromServerlessFile = async ({ configurationFilePath, pluginNam
schema: cloudformationSchema,
});
if (s... | refactor: Fix typo in `plugin-uninstall` | serverless_serverless | train | js |
43d7ebac70fa95b87ab78814ebcfd69e07cee0c6 | diff --git a/src/InfoViz/Native/HistogramSelector/score.js b/src/InfoViz/Native/HistogramSelector/score.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/HistogramSelector/score.js
+++ b/src/InfoViz/Native/HistogramSelector/score.js
@@ -847,6 +847,7 @@ export default function init(inPublicAPI, inModel) {
}
... | fix(HistogramSelector): Temporary guard against missing field data | Kitware_paraviewweb | train | js |
6d2ae6a9a3f2ed978b2a3ece9eb529c957c1ad57 | diff --git a/src/utility.js b/src/utility.js
index <HASH>..<HASH> 100644
--- a/src/utility.js
+++ b/src/utility.js
@@ -124,7 +124,8 @@ function isIterable(i) {
* @returns true if e is an error
*/
function isError(e) {
- return isType(e, 'error');
+ // Detect both Error and Firefox Exception type
+ return isType... | fix: Handle Firefox Exception type like Error | rollbar_rollbar.js | train | js |
ef695ff0ee2cd73b81de7f162bc9e7aadbb5ad07 | diff --git a/widgets/search-box.js b/widgets/search-box.js
index <HASH>..<HASH> 100644
--- a/widgets/search-box.js
+++ b/widgets/search-box.js
@@ -36,6 +36,7 @@ function searchbox(params) {
placeholder={params.placeholder}
inputClass={params.cssClass}
value={state.query}
+ ... | fix(SearchBox): Missing poweredBy in the not focused SearchBox | algolia_instantsearch.js | train | js |
5aa0403833b70f2e4b0179b516c0ff2ddcd3c059 | diff --git a/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java b/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java
+++ b/core/src/main/java/com/ibm/watson/... | refactor(auth): Use static string for username check | watson-developer-cloud_java-sdk | train | java |
bdaff3200e33c18c37d0f0a576673b821510ebb1 | diff --git a/test/connection.test.js b/test/connection.test.js
index <HASH>..<HASH> 100644
--- a/test/connection.test.js
+++ b/test/connection.test.js
@@ -844,7 +844,10 @@ test('account change notification', async () => {
mockCallback,
);
- const balanceNeeded = await connection.getMinimumBalanceForRentExemp... | fix: account change test broken on beta testnet | solana-labs_solana-web3.js | train | js |
8b06a3c1f08aea9405cea480b90977dd086d60c0 | diff --git a/lib/ecic/helpers/library_creation_helper.rb b/lib/ecic/helpers/library_creation_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/ecic/helpers/library_creation_helper.rb
+++ b/lib/ecic/helpers/library_creation_helper.rb
@@ -42,11 +42,11 @@ module Ecic::LibraryCreationHelper
when nil
say ""
... | fix: The 'all' option to create a new library did not work. | ic-factory_ecic | train | rb |
51a169a2d6397e0e32ce88856bf21fd1104c9a29 | diff --git a/push-notifications.js b/push-notifications.js
index <HASH>..<HASH> 100644
--- a/push-notifications.js
+++ b/push-notifications.js
@@ -124,6 +124,7 @@ function doRequest(payload, options) {
reject(
new Error('Unknown error - invalid server response')
... | fix: add missing return statement
On non json response, eg in front of a proxy, it hasn't been properly rejected
This caused responseBody.error to be read which is a property access on undefined | pusher_push-notifications-node | train | js |
046d06377b2f5b1d309c068b7403830e868af00a | diff --git a/ui/src/components/tabs/QTabs.js b/ui/src/components/tabs/QTabs.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/tabs/QTabs.js
+++ b/ui/src/components/tabs/QTabs.js
@@ -292,14 +292,14 @@ export default Vue.extend({
let offset = this.vertical === true ? newPos.top - top : newPos.left - left
... | fix(QTabs): Round the offset used for scroll animating selected tab into view (#<I>) | quasarframework_quasar | train | js |
944a01878aad4c12bb5d55f2ca30f41c9f43894e | diff --git a/module.js b/module.js
index <HASH>..<HASH> 100644
--- a/module.js
+++ b/module.js
@@ -28,6 +28,7 @@ module.exports = Module.extend({
modulesLoaded: function() {
this.defineModelsAssociations();
+ this.emit( 'ready' );
},
defineModelsAssociations: function() { | refactor(events): Module now emits ready event | CleverStack_clever-orm | train | js |
ed31898bcbe3f068d16aa5fbb90d4ec6f09c155a | diff --git a/src/util/ReactUtils.js b/src/util/ReactUtils.js
index <HASH>..<HASH> 100644
--- a/src/util/ReactUtils.js
+++ b/src/util/ReactUtils.js
@@ -367,7 +367,10 @@ export const isChildrenEqual = (nextChildren, prevChildren) => {
if (count === 0) { return true; }
if (count === 1) {
- return isSingleChildE... | fix: fix `isChildrenEqual` when chart has a single child in an array, fix #<I> | recharts_recharts | train | js |
01393ee534cd5a5187e216b62d9c5c7604944b68 | diff --git a/src/contain/path.js b/src/contain/path.js
index <HASH>..<HASH> 100644
--- a/src/contain/path.js
+++ b/src/contain/path.js
@@ -304,6 +304,7 @@ function containPath(data, lineWidth, isStroke, x, y) {
var theta = data[i++];
var dTheta = data[i++];
// TODO Arc... | fix: mistake when drawing arc in PathProxy | ecomfe_zrender | train | js,js |
2cb4220001b140c67ebe87d0278c62b999142cbd | diff --git a/test/cases/array.js b/test/cases/array.js
index <HASH>..<HASH> 100644
--- a/test/cases/array.js
+++ b/test/cases/array.js
@@ -29,6 +29,11 @@ module.exports = [
output: '\n - []\n - []'
},
{
+ name: 'array with object with empty property object',
+ input: [{ empty: {} }],
+ output: '\n -... | test: array with object with empty object property | eugeny-dementev_yamlify-object | train | js |
4cbc8a71c445d5236071163e7317a8f3ccec214a | diff --git a/packages/babel-preset/getPresetEnv/getTargets.js b/packages/babel-preset/getPresetEnv/getTargets.js
index <HASH>..<HASH> 100644
--- a/packages/babel-preset/getPresetEnv/getTargets.js
+++ b/packages/babel-preset/getPresetEnv/getTargets.js
@@ -4,6 +4,7 @@ const browsers = require('@goldwasserexchange/browser... | fix(babel-preset): add uglify target to node configuration in babel-preset-env
affects: @goldwasserexchange/babel-preset
add uglify target to node configuration to be able to uglify resulting source | goldwasserexchange_public | train | js |
3a92da9ea1bf53f08f0b86619acb2d3796652af1 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
@... | fix: added comments to roapSeq | webex_spark-js-sdk | train | js |
2c9fcc9a609b8c0179cf958d22e75ea6bb4d51c6 | diff --git a/src/OfficialAccount/ShakeAround/ShakeAround.php b/src/OfficialAccount/ShakeAround/ShakeAround.php
index <HASH>..<HASH> 100644
--- a/src/OfficialAccount/ShakeAround/ShakeAround.php
+++ b/src/OfficialAccount/ShakeAround/ShakeAround.php
@@ -23,6 +23,7 @@ use EasyWeChat\Kernel\Exceptions\InvalidArgumentExcepti... | feat: shake around property tips (#<I>) | overtrue_wechat | train | php |
886bcdf37aaa993d55f77a8c293ff0d8cd76ac6d | diff --git a/examples/with-devcert-https/razzle.config.js b/examples/with-devcert-https/razzle.config.js
index <HASH>..<HASH> 100644
--- a/examples/with-devcert-https/razzle.config.js
+++ b/examples/with-devcert-https/razzle.config.js
@@ -1,13 +1,16 @@
'use strict';
module.exports = {
- modifyWebpackConfig(opts) {... | fix(examples): fix with-devcert-https example | jaredpalmer_razzle | train | js |
e9e66869b0e2409f28ed92ad0f08d997620363c1 | diff --git a/internal/services/policy/policy_set_definition_resource.go b/internal/services/policy/policy_set_definition_resource.go
index <HASH>..<HASH> 100644
--- a/internal/services/policy/policy_set_definition_resource.go
+++ b/internal/services/policy/policy_set_definition_resource.go
@@ -214,13 +214,15 @@ func re... | fix: not set management_group_id cause error in policy set resource (#<I>) | terraform-providers_terraform-provider-azurerm | train | go |
8618d2cc7ec1ad7f097054f6f6ddba7b5628690f | diff --git a/src/Leevel/Http/Request.php b/src/Leevel/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Http/Request.php
+++ b/src/Leevel/Http/Request.php
@@ -239,11 +239,7 @@ class Request extends BaseRequest implements IArray
return true;
}
- if (false !== strpos($accept, '*... | refactor(http): Code poem | hunzhiwange_framework | train | php |
d7e42c69f6f7ef07f12141afbe82da1ae24d3b49 | diff --git a/src/chart/themeRiver/ThemeRiverSeries.js b/src/chart/themeRiver/ThemeRiverSeries.js
index <HASH>..<HASH> 100644
--- a/src/chart/themeRiver/ThemeRiverSeries.js
+++ b/src/chart/themeRiver/ThemeRiverSeries.js
@@ -218,11 +218,9 @@ var ThemeRiverSeries = SeriesModel.extend({
var timeDim = data.mapDimen... | refactor(themeRiver): refactor the series of themeRiver | apache_incubator-echarts | train | js |
3aafeddd8a98baaaaa09746ca6cad503a4bdf5c4 | diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
+++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
@@ -285,7 +28... | test: fix failing eslint tests that caused by newer npm versions | vuejs_vue-cli | train | js |
cb8777505ed81ee937e498a982a5c81ff0d744eb | diff --git a/packages/site/src/components/icon/common-set.js b/packages/site/src/components/icon/common-set.js
index <HASH>..<HASH> 100644
--- a/packages/site/src/components/icon/common-set.js
+++ b/packages/site/src/components/icon/common-set.js
@@ -13,7 +13,7 @@ export default styleable(css)(props => {
</Headi... | fix(site): github/issues link on icons docs | pluralsight_design-system | train | js |
cf04de2194a24e476f56fbf5a3ae02a2516199e1 | diff --git a/packages/api-form-builder/__tests__/forms.test.js b/packages/api-form-builder/__tests__/forms.test.js
index <HASH>..<HASH> 100644
--- a/packages/api-form-builder/__tests__/forms.test.js
+++ b/packages/api-form-builder/__tests__/forms.test.js
@@ -1,6 +1,6 @@
import useGqlHandler from "./useGqlHandler";
-... | test(api-form-builder): rename "Form" test | Webiny_webiny-js | train | js |
0f7635e6f4971b47b5dadb812a8a84a012610fe1 | diff --git a/config/webpack/client.config.js b/config/webpack/client.config.js
index <HASH>..<HASH> 100644
--- a/config/webpack/client.config.js
+++ b/config/webpack/client.config.js
@@ -14,7 +14,9 @@ module.exports = merge(baseConfig, {
// Entry point which guides to everything webpack is supposed to bundle
//... | fix(webpack): Fix entry point direction | cubic-js_cubic | train | js |
22f4b949413d8de618aa796e014f6206d771a1db | diff --git a/test/core/test_project_status.py b/test/core/test_project_status.py
index <HASH>..<HASH> 100644
--- a/test/core/test_project_status.py
+++ b/test/core/test_project_status.py
@@ -350,7 +350,8 @@ class ProjectStatusTest(TestCase):
testrun_a.metrics.create(metadata=metric6_metadata, suite=self.suite_... | test: test_project_status: add project when creating thresholds | Linaro_squad | train | py |
f50afd769a6615e0221d54710fd7c941014d32fa | diff --git a/src/browser.js b/src/browser.js
index <HASH>..<HASH> 100644
--- a/src/browser.js
+++ b/src/browser.js
@@ -8,7 +8,7 @@ module.exports = function(channel) {
var client = {};
var listeners = {};
- client.trigger = function (type, data) {
+ client.emit = client.trigger = function (type, data) {
... | refactor: Use emit() in place of trigger() (now an alias) | nodys_lrio | train | js |
733e16f496d6ff3648ae5277c6574e02fd4e82ff | diff --git a/__tests__/base.js b/__tests__/base.js
index <HASH>..<HASH> 100644
--- a/__tests__/base.js
+++ b/__tests__/base.js
@@ -890,28 +890,16 @@ function runBaseTest(name, useProxies, autoFreeze, useListener) {
expect(next1.x).toBe(4)
})
- it("issue #89", () => {
- const st... | test: rename and expand a test | immerjs_immer | train | js |
9fd550de443da17b1ce865001fc4508e63c31f99 | diff --git a/wdio.conf.js b/wdio.conf.js
index <HASH>..<HASH> 100644
--- a/wdio.conf.js
+++ b/wdio.conf.js
@@ -366,7 +366,9 @@ if (CI) {
// the tunnel and run tests
exports.config.capabilities.browserSpock.seleniumVersion = '3.4.0';
+ exports.config.capabilities.browserSpock.extendedDebugging = true;
export... | chore(tooling): enable extended debugging on sauce | webex_spark-js-sdk | train | js |
06e430662da409f431a478e661442f32fc40b337 | diff --git a/config/storybook/config.js b/config/storybook/config.js
index <HASH>..<HASH> 100644
--- a/config/storybook/config.js
+++ b/config/storybook/config.js
@@ -8,7 +8,19 @@ addParameters({
});
addDecorator(withKnobs);
-addDecorator(story => React.createElement('div', null, story()));
+addDecorator(story =>
+... | fix(storybook): Ensure bottom margins are preserved in screenshots (#<I>) | seek-oss_sku | train | js |
f440dd42c6f491607e48bb68f32cc2412dffb288 | diff --git a/shodan/alert.go b/shodan/alert.go
index <HASH>..<HASH> 100644
--- a/shodan/alert.go
+++ b/shodan/alert.go
@@ -29,6 +29,8 @@ type Alert struct {
Expired bool `json:"expired"`
Size int `json:"size"`
Filters *AlertFilters `json:"filters"`
+ // not documented for now :-(
+ ... | feat(alerts): add undocumented triggers prop in alert. | ns3777k_go-shodan | train | go |
bc7697343c3e0829a2ff3209fc86aa0fd7d7b0ed | diff --git a/tests/utils/call-cli.js b/tests/utils/call-cli.js
index <HASH>..<HASH> 100644
--- a/tests/utils/call-cli.js
+++ b/tests/utils/call-cli.js
@@ -2,8 +2,13 @@ const execa = require('execa')
const cliPath = require('./cli-path')
+const CLI_TIMEOUT = 3e5
+
const callCli = async function (args, execOptions)... | test: add CLI timeout (#<I>) | netlify_cli | train | js |
26dc1c63875011a6bbf283d44ffd72ebdde51131 | diff --git a/spec/basic/lib_spec.js b/spec/basic/lib_spec.js
index <HASH>..<HASH> 100644
--- a/spec/basic/lib_spec.js
+++ b/spec/basic/lib_spec.js
@@ -54,7 +54,7 @@ describe('protractor library', function() {
var itemName = arguments[1];
var menu = document.querySelectorAll('.menu li');
for (var i ... | fix(tests): fix adding custom locators test to work on firefox | angular_protractor | train | js |
12ce46001c8c6f2579c00ed5be52a548286d7608 | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -86,6 +86,9 @@ func (a *Agent) Purge() {
}
for _, j := range a.registry.GetAllJobsByMachine(a.machine) {
+ log.V(1).Infof("Clearing JobState(%s) from Registry", j.Name)
+ a.registry.SaveJobState... | fix(agent): Clear JobState when shutting down machine | coreos_fleet | train | go |
3cd361451960f765aa3195b466a0f57490f84fd1 | diff --git a/lib/telemetry.js b/lib/telemetry.js
index <HASH>..<HASH> 100644
--- a/lib/telemetry.js
+++ b/lib/telemetry.js
@@ -20,18 +20,6 @@ const notice = () => {
);
};
-const firstRunMessage = () => {
- const { telemetryFirstRunMsg } = readArtilleryConfig();
-
- if (isCI || telemetryFirstRunMsg) {
- retur... | feat(telemetry): remove first run message
We always display telemetry notice on the help screen.
This change removes repeated notice when running Artillery in Docker. | artilleryio_artillery | train | js |
2decadc6e067f6d49df8a5132a62ef27e61e26d3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ test_requires = [
]
doc_requires = [
- "sphinx-tabs < 2",
+ "sphinx-tabs == 1.1.13",
"ipython >= 7.6.1"
] | docs: downgrade sphinx-tabs requirement for rtd | UCL-INGI_INGInious | train | py |
29a8324e610dc435386ee6ee4be864f14c230a6a | diff --git a/library/spec/pivotal-ui-react/table/flex-table_spec.js b/library/spec/pivotal-ui-react/table/flex-table_spec.js
index <HASH>..<HASH> 100644
--- a/library/spec/pivotal-ui-react/table/flex-table_spec.js
+++ b/library/spec/pivotal-ui-react/table/flex-table_spec.js
@@ -372,5 +372,30 @@ describe('Flex Table', (... | feat(tables): Add test for cell props
[#<I>] | pivotal-cf_pivotal-ui | train | js |
dd7002455e482cfec633db052be4536e67978ac0 | diff --git a/ibis/expr/operations/relations.py b/ibis/expr/operations/relations.py
index <HASH>..<HASH> 100644
--- a/ibis/expr/operations/relations.py
+++ b/ibis/expr/operations/relations.py
@@ -758,15 +758,15 @@ class ExistsSubquery(Value):
output_dtype = dt.boolean
output_shape = rlz.Shape.COLUMNAR
- o... | fix(api): make ExistSubquery and NotExistsSubquery pure boolean operations
Fix the data model for these operations by remove their use of `ExistsExpr`. | ibis-project_ibis | train | py |
18e7f9555c3bf8c602ebcaef0188e03d7b0bd7ee | diff --git a/ibis/backends/base/sql/compiler/query_builder.py b/ibis/backends/base/sql/compiler/query_builder.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/base/sql/compiler/query_builder.py
+++ b/ibis/backends/base/sql/compiler/query_builder.py
@@ -117,8 +117,9 @@ class TableSetFormatter:
result = se... | fix(compilers): make sure memtable rows have names in the SQL string compilers | ibis-project_ibis | train | py |
c33af83823f3af2e98b3144b583687d6abf063a9 | diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py
index <HASH>..<HASH> 100644
--- a/superset/dashboards/api.py
+++ b/superset/dashboards/api.py
@@ -285,13 +285,14 @@ class DashboardRestApi(BaseSupersetModelRestApi):
@protect()
@safe
@statsd_metrics
- @event_logger.log_this_with_cont... | chore: always get dashboard_id on dashboard API get endpoint (#<I>)
* chore: always get dashboard_id on dashboard API get endpoint
* lint
* pylint
* fix pylint
* lint | apache_incubator-superset | train | py |
fef275f3cb7a90374d13ed6f9a1b4e84ed22c315 | diff --git a/lib/actions/form.js b/lib/actions/form.js
index <HASH>..<HASH> 100644
--- a/lib/actions/form.js
+++ b/lib/actions/form.js
@@ -46,7 +46,12 @@ export function formChanged () {
dispatch(changingForm())
const otpState = getState().otp
const {autoPlan, debouncePlanTimeMs} = otpState.config
+
+ ... | docs(form): add code comments to add clarity | opentripplanner_otp-react-redux | train | js |
bad2ccc30cc862cba9abcf22d7ee186c4f44fac9 | diff --git a/packages/components/bolt-trigger/src/trigger.js b/packages/components/bolt-trigger/src/trigger.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-trigger/src/trigger.js
+++ b/packages/components/bolt-trigger/src/trigger.js
@@ -73,7 +73,7 @@ class BoltTrigger extends BoltAction {
const u... | fix: wrong variable name in trigger JS | bolt-design-system_bolt | train | js |
a73bd131998240d3d9bf2c19c067c6fdeab58626 | diff --git a/lib/util/file-mgr.js b/lib/util/file-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/util/file-mgr.js
+++ b/lib/util/file-mgr.js
@@ -8,7 +8,7 @@ function decode(buf) {
if (!Buffer.isBuffer(buf)) {
return buf ? String(buf) : '';
}
- if (!isUtf8) {
+ if (!isUtf8(buf)) {
try {
return ico... | refactor: isUtf8 | avwo_whistle | train | js |
3f08829343f8d1bf5c5a19999b4f07a7ee38a871 | diff --git a/source/rafcon/core/config.py b/source/rafcon/core/config.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/config.py
+++ b/source/rafcon/core/config.py
@@ -83,11 +83,7 @@ class Config(ObservableConfig):
:param path: the path to the config file
"""
if config_file is None:
- ... | fix(configs): delete obsolete path is None checks
the DEFAULT_CONFIG in the core and gui config module handles everything
elegantly | DLR-RM_RAFCON | train | py,py |
3e3cb65c39f696b96623712e90e9a9e8df8f8812 | diff --git a/core/src/main/java/org/camunda/spin/impl/xml/dom/SpinXmlDomElement.java b/core/src/main/java/org/camunda/spin/impl/xml/dom/SpinXmlDomElement.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/camunda/spin/impl/xml/dom/SpinXmlDomElement.java
+++ b/core/src/main/java/org/camunda/spin/impl/xml/dom/... | chore(dom): use list method | camunda_camunda-spin | train | java |
680f1a8b1ff34237d9a0032a12644196c2536f8f | diff --git a/controller/scheduler/coreos.py b/controller/scheduler/coreos.py
index <HASH>..<HASH> 100644
--- a/controller/scheduler/coreos.py
+++ b/controller/scheduler/coreos.py
@@ -266,8 +266,9 @@ Requires=docker.service
[Service]
ExecStartPre=/usr/bin/docker pull {image}
-ExecStart=-/usr/bin/docker run --name {n... | chore(router): expose router on <I> and <I>, add timeout for image download | deis_deis | train | py |
f41c646196f66e00b116cfda66f135d2826ae2f0 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"release-major": "aegir release --type major --target node"
},
"dependencies": {
- "content": "^4.0.6",
+ "@hapi/content": "^4.1.0",
"dicer": "~0.3.0"
},
"devDependenc... | chore: update hapi deps (#<I>)
They moved to `@hapi` namespace and now spew warnings on npm install.
refs <URL> | ipfs_js-ipfs | train | json,js,js |
43d922ecadbdb90c2fb9a0f8561e779ad1feed51 | diff --git a/lib/primitives/base-element.js b/lib/primitives/base-element.js
index <HASH>..<HASH> 100644
--- a/lib/primitives/base-element.js
+++ b/lib/primitives/base-element.js
@@ -37,6 +37,7 @@ module.exports = function(registry) {
/// Finds the given elements in the element tree
/// Returns ArrayElement... | docs(findRecursive): Add comment with function signature
Since the arguments are not clear this comment shows the equivilent in
ES6. | refractproject_minim | train | js |
13233d9412834e9caeb4428750fb41833ecee075 | diff --git a/tasks/start.js b/tasks/start.js
index <HASH>..<HASH> 100644
--- a/tasks/start.js
+++ b/tasks/start.js
@@ -13,8 +13,7 @@ module.exports = function(gulp, config) {
ext: 'js jade',
watch: [config.build.distPath],
delay: 1,
- env: env,
- nodeArgs: ['--harmony']
+ env: env
... | fix(start): do not use harmony flag when starting the server
BREAKING CHANGE: to use ES6 in the server script (i.e.: boar-server),
you should use a Node version that support it without harmony flag. | emartech_boar-tasks-server | train | js |
07e51e8232c427a1659cbe5a1c7a299c162b6dce | diff --git a/access.go b/access.go
index <HASH>..<HASH> 100644
--- a/access.go
+++ b/access.go
@@ -521,8 +521,8 @@ func (s *Server) FinishAccessRequest(w *Response, r *http.Request, ar *AccessReq
if ret.RefreshToken != "" {
w.Output["refresh_token"] = ret.RefreshToken
}
- if ar.Scope != "" {
- w.Output["sc... | fix: use AccessData scope instead of AccessRequest scope
In order to be able to modify the scopes list in Storage.SaveAccess, in case of the client tried to get unauthorized scopes.
In the rfc<I>#section-<I>: "If the issued access token scope is different from the one requested by the client, the authorization server ... | openshift_osin | train | go |
6840764451fad555fe4d2dfd5c2c32c4684dc4b2 | diff --git a/master/buildbot/test/integration/interop/test_transfer.py b/master/buildbot/test/integration/interop/test_transfer.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/integration/interop/test_transfer.py
+++ b/master/buildbot/test/integration/interop/test_transfer.py
@@ -22,6 +22,7 @@ import shutil
... | test: Mark TransferStepsMasterPb.test_transfer as flaky on win<I> | buildbot_buildbot | train | py |
eca6c4f1d219f738b05b05418ce6d61e9762eac0 | diff --git a/packages/remote-context/src/ObjectSnapshot.js b/packages/remote-context/src/ObjectSnapshot.js
index <HASH>..<HASH> 100644
--- a/packages/remote-context/src/ObjectSnapshot.js
+++ b/packages/remote-context/src/ObjectSnapshot.js
@@ -18,7 +18,12 @@ const kPrototype = Symbol('prototype');
const kDescriptors = ... | fix(context): Fix comparing descriptors when one or more descriptors is undefined. | remotelib_remote-lib | train | js |
a6103882f864a846449dbf9deb39f55ca1659eb8 | diff --git a/src/Lazy.js b/src/Lazy.js
index <HASH>..<HASH> 100644
--- a/src/Lazy.js
+++ b/src/Lazy.js
@@ -10,18 +10,18 @@ class Lazy {
return schema;
};
}
-
resolve({ value, ...rest }) {
return this._resolve(value, rest);
}
-
cast(value, options) {
return this._resolve(value, options)... | fix: lazy should have validateAt | jquense_yup | train | js |
90c2e072bf0ab3562bd65e3a9e5e19f5c57fd69a | diff --git a/src/managers/GuildStickerManager.js b/src/managers/GuildStickerManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildStickerManager.js
+++ b/src/managers/GuildStickerManager.js
@@ -65,13 +65,13 @@ class GuildStickerManager extends CachedManager {
/**
* Data that resolves to give a Sticker... | docs: grammar fix (#<I>) | discordjs_discord.js | train | js |
a06a45257322138f90757408d50e6a4b1f3b1a22 | diff --git a/packages/message-core/src/AvMessage.js b/packages/message-core/src/AvMessage.js
index <HASH>..<HASH> 100644
--- a/packages/message-core/src/AvMessage.js
+++ b/packages/message-core/src/AvMessage.js
@@ -62,7 +62,7 @@ class AvMessage {
this.#lastId += 1;
const id = this.#lastId;
- const ignore... | refactor(message-core): another small refactors from PR feedback | Availity_sdk-js | train | js |
26276afc76f5f68767b2568178a1fe95f5449bf8 | diff --git a/bearychat/incoming.py b/bearychat/incoming.py
index <HASH>..<HASH> 100644
--- a/bearychat/incoming.py
+++ b/bearychat/incoming.py
@@ -40,16 +40,17 @@ def validate(data):
return True
-def send(url, data):
+def send(url, data, timeout=5):
"""Sends an incoming message
Args:
url(s... | feat(incoming): support HTTP connection timeout | bearyinnovative_bearychat.py | train | py |
7eb5054d6785edc7ad4d52b836d621969ba452f5 | diff --git a/packages/collector/test/tracing/cloud/gcp/storage/test.js b/packages/collector/test/tracing/cloud/gcp/storage/test.js
index <HASH>..<HASH> 100644
--- a/packages/collector/test/tracing/cloud/gcp/storage/test.js
+++ b/packages/collector/test/tracing/cloud/gcp/storage/test.js
@@ -26,8 +26,6 @@ const bucketNam... | chore: removed node version check in collector/test/tracing/cloud/gcp/storage/test.js
refs <I> | instana_nodejs-sensor | train | js |
eaa0ff00e992c708522347f88d6720f22a33ad36 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -20,7 +20,6 @@ module.exports = {
FromPgn: require('./lib/fromPgn').Parser,
parseN2kString: require('./lib/stringMsg').parseN2kString,
isN2KString: require('./lib/stringMsg').isN2KString,
- serial: require('./lib/ser... | fix: fails to load if serialport module is not available (#<I>) | canboat_canboatjs | train | js |
13f7c66629d8a35ba866403a6567802e1b93632d | diff --git a/lib/RuntimeTemplate.js b/lib/RuntimeTemplate.js
index <HASH>..<HASH> 100644
--- a/lib/RuntimeTemplate.js
+++ b/lib/RuntimeTemplate.js
@@ -133,7 +133,7 @@ class RuntimeTemplate {
* @returns {string} generated error IIFE
*/
missingModule({ request }) {
- return `!(${this.throwMissingModuleErrorFunct... | fix(template): Syntax error caused by runtime template | webpack_webpack | train | js |
49aa141dc61e5e10e34decb7b488027e441be8f8 | diff --git a/src/lib/ToastMessage/index.js b/src/lib/ToastMessage/index.js
index <HASH>..<HASH> 100644
--- a/src/lib/ToastMessage/index.js
+++ b/src/lib/ToastMessage/index.js
@@ -1,3 +1,5 @@
+import createReactClass from "create-react-class";
+
import {
default as React,
} from "react";
@@ -102,12 +104,12 @@ const... | feat(ToastMessage): switch to `create-react-class`
* Closes #<I> | tomchentw_react-toastr | train | js |
82d7dc84f99abd58fb05128595952d8da87c4b74 | diff --git a/locales/gu/pagination.php b/locales/gu/pagination.php
index <HASH>..<HASH> 100644
--- a/locales/gu/pagination.php
+++ b/locales/gu/pagination.php
@@ -12,6 +12,6 @@ return [
|
*/
- 'previous' => '« અગાઉના',
'next' => 'આગામી »',
+ 'previous' => '« અગાઉના',
]; | fix: [gu] order in pagination | caouecs_Laravel-lang | train | php |
cf6dfe1d35fc3a08d90a7fd120a31dc42abe7be2 | diff --git a/packages/workflow/webpack.config.production.js b/packages/workflow/webpack.config.production.js
index <HASH>..<HASH> 100644
--- a/packages/workflow/webpack.config.production.js
+++ b/packages/workflow/webpack.config.production.js
@@ -201,8 +201,23 @@ const plugin = (settings) => {
loaders.css.... | feat(workflow): add catch-all loader for production | Availity_availity-workflow | train | js |
199295d7bc08b4517e363f437339ab48a4eb29f0 | diff --git a/src/components/PicklistOption/index.js b/src/components/PicklistOption/index.js
index <HASH>..<HASH> 100644
--- a/src/components/PicklistOption/index.js
+++ b/src/components/PicklistOption/index.js
@@ -159,9 +159,8 @@ class Option extends Component {
/**
* Represents a list options in a menu.
+ * @ca... | fix: category (#<I>) | 90milesbridge_react-rainbow | train | js |
8bab718a9e0cfc0e72185ef3b02c8a2fdee7183e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
install_requires=[
"six",
"pytz",
- "PyJWT >= 1.4.2",
+ "PyJWT == 1.7.1",
],
extras_require={
':python_version<"3.0"': [ | fix: Update to have parity with requirements.txt | twilio_twilio-python | train | py |
39419a5905548edf1c34df1018453dfd906b8187 | diff --git a/test/protractor/tests/proxy.interactions.js b/test/protractor/tests/proxy.interactions.js
index <HASH>..<HASH> 100644
--- a/test/protractor/tests/proxy.interactions.js
+++ b/test/protractor/tests/proxy.interactions.js
@@ -87,7 +87,11 @@ describe('Interactions on proxy Pages', function() {
elemen... | test(e2e): fix race condition with proxy interactions | BrowserSync_browser-sync | train | js |
4a48a7d621b1fbebe0c2a21ce190a04587098c27 | diff --git a/src/sharding/ShardingManager.js b/src/sharding/ShardingManager.js
index <HASH>..<HASH> 100644
--- a/src/sharding/ShardingManager.js
+++ b/src/sharding/ShardingManager.js
@@ -203,7 +203,7 @@ class ShardingManager extends EventEmitter {
* (in milliseconds)
* @param {boolean} [waitForReady=true] Wheth... | docs(ShardingManager): respawnAll actually resolves with a collection of shards keyed by numbers | discordjs_discord.js | train | js |
4f657be90f9777dc32c82f663783a640d7949ddf | diff --git a/packages/theme/src/colors.js b/packages/theme/src/colors.js
index <HASH>..<HASH> 100644
--- a/packages/theme/src/colors.js
+++ b/packages/theme/src/colors.js
@@ -1,4 +1,4 @@
-export default {
+module.exports = {
CARBON: "#2f313a",
OYSTER: "#59636f",
SUGAR: "#f6f8f9", | fix(theme): fix colors export
affects: @crave/farmblocks-theme | CraveFood_farmblocks | train | js |
98b4a84b7e7db79eef2b4c4662c4132e91fda9b8 | diff --git a/scripts/pre-push.js b/scripts/pre-push.js
index <HASH>..<HASH> 100755
--- a/scripts/pre-push.js
+++ b/scripts/pre-push.js
@@ -14,6 +14,14 @@ const shell = require('shelljs')
const NO_HOOK_VAR = 'NO_HOOK'
const INNER_PRE_HOOK = 'CHATIE_INNER_PRE_HOOK'
+const argv = process.argv.slice(2)
+const remoteNam... | feat: add hook args for pre-push | nkzawa_git-scripts | train | js |
b9420102edbe07c67bab434cb816e64670693510 | diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/DatapathConfiguration.go
+++ b/test/k8sT/DatapathConfiguration.go
@@ -280,6 +280,17 @@ var _ = Describe("K8sDatapathConfig", func() {
Expect(testPodHTTPToOutside(kubectl, "http://google.c... | test: add iptables masquerading without random-fully test
As suggested in the ticket, let's add a test for iptables masqueranding
_without_ the random-fully option. This should tell us if the
"K8sDatapathConfig Encapsulation Check iptables masquerading with
random-fully" test is failing due to the random-fully option ... | cilium_cilium | train | go |
c8edfa5f0df771c60a0e47324e80b3d759b8e34d | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -84,7 +84,7 @@ gulp.task('tsc', function(done) {
});
gulp.task('prepublish', function(done) {
- runSequence('checkVersion', ['jshint', 'format'], 'tsc',
+ runSequence('checkVersion', 'jshint', 'tsc',
'bu... | chore(gulpfile): remove format from install (#<I>)
- will allow circle ci to do a format check | angular_protractor | train | js |
fecc4608648cb21c26ab405c476a164c6bf09bf4 | diff --git a/src/components/user-profile-personal-settings-subform/user-profile-personal-settings-subform.js b/src/components/user-profile-personal-settings-subform/user-profile-personal-settings-subform.js
index <HASH>..<HASH> 100644
--- a/src/components/user-profile-personal-settings-subform/user-profile-personal-set... | refactor(user-profile): rename function to be more descriptive | commercetools_merchant-center-application-kit | train | js |
28c9c2f8332882891ce700bd7c6ca33cd0c6597c | diff --git a/class/class-eduadmin-bookinghandler.php b/class/class-eduadmin-bookinghandler.php
index <HASH>..<HASH> 100644
--- a/class/class-eduadmin-bookinghandler.php
+++ b/class/class-eduadmin-bookinghandler.php
@@ -436,7 +436,7 @@ class EduAdmin_BookingHandler {
$booking = EDUAPI()->REST->Booking->Create( $boo... | fix: Checking for existence of the property data before we try to fetch data from it. | MultinetInteractive_EduAdmin-WordPress | train | php |
9413d366a68d5c4fbdcdf7b039050804c8eae44e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -57,6 +57,7 @@ var supportedTargets = [
{runtime: 'node', target: '10.0.0', abi: '64', lts: new Date(2018, 10, 1) < new Date() && new Date() < new Date(2020, 4, 31)},
{runtime: 'node', target: '11.0.0', abi: '67', lts: f... | feat: add support for Node <I> | lgeiger_node-abi | train | js |
383597ff03f97ddb92c06ff6feeda7dcff72f970 | diff --git a/easytrader/webtrader.py b/easytrader/webtrader.py
index <HASH>..<HASH> 100644
--- a/easytrader/webtrader.py
+++ b/easytrader/webtrader.py
@@ -94,7 +94,7 @@ class WebTrader(object):
log.setLevel(log_level)
except:
self.autologin()
- t... | feat: heart beat interval change to <I>s | shidenggui_easytrader | train | py |
09c248a805871322a47f1766260a43b4624b3012 | diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js
index <HASH>..<HASH> 100644
--- a/src/components/Modal/Modal.js
+++ b/src/components/Modal/Modal.js
@@ -247,6 +247,8 @@ export default class Modal extends Component {
handleTransitionEnd = evt => {
if (
+ evt.target === evt.curren... | fix(Modal): fix NPE at onTransitionEnd (#<I>)
Caused by `onTransitionEnd` on a child element in modal, presumably
when modal node ref hasn't been ready yet.
Fixes #<I>. | carbon-design-system_carbon-components-react | train | js |
f9e2dc82fe65f4817f0de1060b0acabecf6c5d6e | diff --git a/src/certificate.js b/src/certificate.js
index <HASH>..<HASH> 100644
--- a/src/certificate.js
+++ b/src/certificate.js
@@ -3,7 +3,6 @@ import parseJSON from './parser';
import Verifier from './verifier';
import { DEFAULT_OPTIONS } from './constants';
import currentLocale from './constants/currentLocale';... | feat(Verification): decode issuer profile URL | blockchain-certificates_cert-verifier-js | train | js,js |
62dfa506561f1a06bcbdac0741defc9a0cca9278 | diff --git a/generators/generator-base.js b/generators/generator-base.js
index <HASH>..<HASH> 100644
--- a/generators/generator-base.js
+++ b/generators/generator-base.js
@@ -117,10 +117,16 @@ module.exports = class JHipsterBaseGenerator extends PrivateBase {
this.config.set(this.options.localConfig);
... | chore: revert the generator base changes | jhipster_generator-jhipster | train | js |
595ba661566c5d4c240b9d55b195c82b4d6df9a5 | diff --git a/src/Leevel/Database/Database.php b/src/Leevel/Database/Database.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Database.php
+++ b/src/Leevel/Database/Database.php
@@ -173,7 +173,7 @@ abstract class Database implements IDatabase, IConnection
*
* @var \PDOStatement
*/
- protec... | fix(database): fix typed properties of database | hunzhiwange_framework | train | php |
16e90afac8dc8f28f0c49f7a9b4c7d3398f57caa | diff --git a/providers/AllyProvider.js b/providers/AllyProvider.js
index <HASH>..<HASH> 100644
--- a/providers/AllyProvider.js
+++ b/providers/AllyProvider.js
@@ -22,6 +22,10 @@ class AllyProvider extends ServiceProvider {
const AllyMiddleware = require('../middleware/Ally')
return new AllyMiddleware()
... | fix(provider): bind manager to be extended from outside world
Closes #<I> | adonisjs_adonis-ally | train | js |
3cb36dd975a253ae82897c2d4d185d76812fcac9 | diff --git a/packages/zefir/server/build/babel/preset.js b/packages/zefir/server/build/babel/preset.js
index <HASH>..<HASH> 100644
--- a/packages/zefir/server/build/babel/preset.js
+++ b/packages/zefir/server/build/babel/preset.js
@@ -5,9 +5,7 @@ const envPlugins = {
require.resolve('babel-plugin-transform-react-j... | fix(build): remove plugin that breaks styles | eyedea-io_zefir | train | js |
0c1538b862f873d6382a8b8d56087a380e8340af | diff --git a/src/components/card/card.js b/src/components/card/card.js
index <HASH>..<HASH> 100644
--- a/src/components/card/card.js
+++ b/src/components/card/card.js
@@ -1,10 +1,12 @@
import PropTypes from 'prop-types';
import React from 'react';
import { css } from '@emotion/core';
+import filterDataAttributes fro... | feat(card): support data attributes (#<I>) | commercetools_ui-kit | train | js,js |
6b010fff2375c95476dce01eef12468ae5069889 | diff --git a/packages/cz-changelog-peakfijn/index.js b/packages/cz-changelog-peakfijn/index.js
index <HASH>..<HASH> 100644
--- a/packages/cz-changelog-peakfijn/index.js
+++ b/packages/cz-changelog-peakfijn/index.js
@@ -48,8 +48,8 @@ module.exports = {
cz.prompt(questions).then(function (answers) {
const scop... | fix(commitizen): space in the beginning of subject is causing commitlint to fail | Peakfijn_Conventions | train | js |
b5747bfc7c42fd861565f4e6508c4d5b4c50b22d | diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index <HASH>..<HASH> 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -20,7 +20,6 @@ from alot import helper
from alot.db import DatabaseLockedError
from alot.completion import ContactsCompleter
from alot.completion import Accoun... | fix: remove decode_header call from ComposeCommand
envelope.headers' values are already decoded!
fixes issue #<I> | pazz_alot | train | py |
f9b12c4a0dc6e9f284d356ba76e2ef7aa61f33f6 | diff --git a/tests/specs/level.js b/tests/specs/level.js
index <HASH>..<HASH> 100644
--- a/tests/specs/level.js
+++ b/tests/specs/level.js
@@ -7,7 +7,6 @@ test('log.level', function (t) {
Log.console = {
log: simple.stub()
}
-
var log = new Log('foo')
log.level = 'warn'
log.debug('bar')
@@ -15,9 +14... | test: log level will not set with invalid level
amended test to throw error | hoodiehq_hoodie-log | train | js |
d38e86c846f3ae3ecd7d1d58850018b456d11fff | diff --git a/packages/integration-tests/jest.config.js b/packages/integration-tests/jest.config.js
index <HASH>..<HASH> 100644
--- a/packages/integration-tests/jest.config.js
+++ b/packages/integration-tests/jest.config.js
@@ -9,7 +9,6 @@ module.exports = {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['./__test... | refactor(integration-tests): allow import of typescript files in tests | respond-framework_rudy | train | js |
1e2db2655b64b88b65782a36dc34f6998687556d | diff --git a/lib/graphql/schema.rb b/lib/graphql/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/schema.rb
+++ b/lib/graphql/schema.rb
@@ -840,7 +840,8 @@ module GraphQL
if new_directives
@directives = new_directives.reduce({}) { |m, d| m[d.name] = d; m }
end
- @directives
+
... | fix: set schema directive to default value when requested and nil | rmosolgo_graphql-ruby | train | rb |
cc4c211384b992e7286752cafd91b57e4f47eff5 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/concurrency/ConcurrencyTestCase.java b/engine/src/test/java/org/camunda/bpm/engine/test/concurrency/ConcurrencyTestCase.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/concurrency/ConcurrencyTestCase.java
+++ b/engine/... | chore(tests): avoid race condition in concurrency tests (#<I>)
- it could happen that a controlled thread would set the main thread's
interruption status, which could lead to InterruptedExceptions down
the road
related to CAM-<I>, closes PR #<I> | camunda_camunda-bpm-platform | train | java |
5167989c2af31f28f306cb683a522ab07c785dc8 | diff --git a/sauce.conf.js b/sauce.conf.js
index <HASH>..<HASH> 100644
--- a/sauce.conf.js
+++ b/sauce.conf.js
@@ -5,6 +5,12 @@ exports.customLaunchers = {
version: '42'
},
+ 'SL_EDGE': {
+ base: 'SauceLabs',
+ browserName: 'microsoftedge',
+ platform: 'Windows 10'
+ },
+
'SL_FIREFOX_38': {
... | chore(saucelabs): add Microsoft Edge to list of custom launchers | r-park_images-ready | train | js |
bb1830d39ccb7e057685bf05e7712887fe9759e5 | diff --git a/src/config/grant.js b/src/config/grant.js
index <HASH>..<HASH> 100644
--- a/src/config/grant.js
+++ b/src/config/grant.js
@@ -14,8 +14,6 @@ module.exports = {
callback: '/dropbox/callback'
},
instagram: {
- key: process.env.UPPYSERVER_INSTAGRAM_KEY,
- secret: process.env.UPPYSERVER_INSTAGR... | refactor: pass instagram auth keys as uppy options | transloadit_uppy-server | train | js,js |
66a8dd754e137653110799e47ebec7fc8682b959 | diff --git a/packages/posts/photos/photoSources.js b/packages/posts/photos/photoSources.js
index <HASH>..<HASH> 100644
--- a/packages/posts/photos/photoSources.js
+++ b/packages/posts/photos/photoSources.js
@@ -1,11 +1,15 @@
+import flickr from "./flickr/photoSource";
import instagram from "./instagram/photoSource";
+... | fix(posts): Restore other non-Instagram `PhotoSource`s. | randytarampi_me | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.