author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
104,844
19.11.2019 11:56:59
18,000
f9e9db2b0e2bfc53749432b9943c3d3e411d23b5
chore(test): write test for card renderer
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { mount } from 'enzyme';\nimport React from 'react';\nimport Add from '@carbon/icons-react/lib/add/20';\nimport { iconCrash } from 'carbon-icons';\n-import { render, fireEvent } from '@testing-library/react';\n+import { render, fireEvent, getBy } fr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test): write test for card renderer
1
chore
test
807,849
19.11.2019 11:57:45
28,800
6c768af45886691ce15327e83aafc9fed4eaf5d7
refactor(command): Replace lodash with inlined method
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst cloneDeep = require(\"clone-deep\");\nconst dedent = require(\"dedent\");\nconst execa = require(\"execa\");\n@@ -13,6 +12,7 @@ const writeLogFile = require(\"@lerna/write-log-file\");\nconst ValidationError = requir...
JavaScript
MIT License
lerna/lerna
refactor(command): Replace lodash with inlined method
1
refactor
command
76,605
19.11.2019 12:01:58
-3,600
ff058375dc5bf524db3999f2227112525a1f8065
feat: save complete
[ { "change_type": "MODIFY", "diff": "@@ -418,6 +418,20 @@ class Ner extends Clonable {\nresult += right;\nreturn result;\n}\n+\n+ toJSON() {\n+ const result = {\n+ settings: this.settings,\n+ rules: this.rules,\n+ }\n+ delete result.settings.container;\n+ return result;\n+ }\n+\n+ fromJSON(json) {\n+ this.ap...
JavaScript
MIT License
axa-group/nlp.js
feat: save complete
1
feat
null
722,100
19.11.2019 12:11:00
18,000
85626fc7209013507475d330c87be9ee52f63cba
fix(docgen): fixed description extraction on non-SFC components
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,8 @@ export default async function propHandler(documentation: Documentation, path: No\n// in case of Vue.extend() structure\nif (bt.isCallExpression(componentCommentedPath.node)) {\ncomponentCommentedPath = componentCommentedPath.parentPath.parentPath\n+ } el...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): fixed description extraction on non-SFC components
1
fix
docgen
104,844
19.11.2019 12:20:56
18,000
c7f24ee26f31751cdaabb66b4e05cb418611d924
chore(wizardinline): changes from review
[ { "change_type": "MODIFY", "diff": "@@ -36,9 +36,7 @@ class WizardHeader extends Component {\nreturn (\n<Fragment>\n- <h2 className=\"wizard-inline-header\" {...others}>\n- {title}\n- </h2>\n+ <h2 className=\"wizard-inline-header\">{title}</h2>\n<ProgressIndicator\nclassName=\"wizard-inline-progress-indicat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): changes from review
1
chore
wizardinline
104,844
19.11.2019 12:28:08
18,000
94bbc3bcbf819931bd91da567f2bd866da907fc6
chore(wizardinline): update snaps
[ { "change_type": "MODIFY", "diff": "@@ -28,10 +28,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Watson IoT|Wizar\ndata-id=\"WizardInlineContainer\"\n>\n<h2\n- blurb=\"My long blurb to explain what is going on\"\n- breadcrumb={null}\nclassName=\"wizard-inline-header\"\n- onClose={[Func...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): update snaps
1
chore
wizardinline
104,818
19.11.2019 12:37:21
21,600
311eb326614055ce8b97efe0e3a8e5b9f0e92b52
fix(dashboard): need to allow additional data prop
[ { "change_type": "MODIFY", "diff": "},\n\"range\": { \"$ref\": \"#/definitions/range\" },\n\"oneOf\": [{ \"required\": [\"attributes\"] }, { \"required\": [\"type\"] }],\n- \"propertyNames\": { \"enum\": [\"attributes\", \"type\", \"range\", \"timeGrain\", \"groupBy\"] }\n+ \"propertyNames\": {\n+ \"enum\":...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): need to allow additional data prop
1
fix
dashboard
67,476
19.11.2019 12:44:45
-3,600
ac357b6b684dfb5a4961a4e69c789b21a128fc48
feat(aot): implement Agent
[ { "change_type": "MODIFY", "diff": "@@ -7167,7 +7167,7 @@ export class $SourceFile implements I$Node, IModule {\n}\n// http://www.ecma-international.org/ecma-262/#sec-moduledeclarationinstantiation\n- public Instantiate(): void {\n+ public Instantiate(): $Any {\nconst realm = this.realm;\nconst intrinsics =...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement Agent
1
feat
aot
273,750
19.11.2019 12:54:06
-3,600
8ab30fcdd94599357df884f44f462750b4ceace4
fix(g-image): set blank src if sets is empty
[ { "change_type": "MODIFY", "diff": "@@ -128,7 +128,7 @@ class ImageProcessQueue {\n})\nconst results = {\n- src: sets[sets.length - 1].src,\n+ src: sets.length != 0 ? sets[sets.length - 1].src : '',\nsize: { width: imageWidth, height: imageHeight },\nwidth: originalSize.width,\nheight: originalSize.height,\...
JavaScript
MIT License
gridsome/gridsome
fix(g-image): set blank src if sets is empty (#824)
1
fix
g-image
504,026
19.11.2019 13:12:34
18,000
018ff0c9e97f611ab7f5495d81f15f233b1118c4
feat(charts): update interactive legend example Fixes Related
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,21 @@ propComponents: [\nhideDarkMode: true\n---\n-import { Chart, ChartArea, ChartAxis, ChartBullet, ChartGroup, ChartLegend, ChartLine, ChartPie, ChartScatter, ChartThemeColor } from '@patternfly/react-charts';\n-import { chart_area_Opacity } from '@patternfl...
TypeScript
MIT License
patternfly/patternfly-react
feat(charts): update interactive legend example (#3253) Fixes https://github.com/patternfly/patternfly-react/issues/3073 Related https://github.com/patternfly/patternfly-next/issues/2352
1
feat
charts
551,636
19.11.2019 13:20:51
0
f335c014d9460740d3b0c0e34811b4b68dcd60d4
build: 4.0.0 release Going back to 'org.questdb' group.
[ { "change_type": "MODIFY", "diff": "<scope>provided</scope>\n</dependency>\n<dependency>\n- <groupId>io.questdb</groupId>\n+ <groupId>org.questdb</groupId>\n<artifactId>core</artifactId>\n- <version>4.0.0-SNAPSHOT</version>\n+ <version>4.0.0</version>\n</dependency>\n<dependency>\n<groupId>org.apache.loggin...
Java
Apache License 2.0
questdb/questdb
build: 4.0.0 release Going back to 'org.questdb' group.
1
build
null
104,818
19.11.2019 13:22:00
21,600
b82f2583057c5857531ec25fe1caec1530a51c05
fix(timeseries): if editable do not fill color
[ { "change_type": "MODIFY", "diff": "@@ -209,11 +209,13 @@ const TimeSeriesCard = ({\n};\nconst handleFillColor = (datasetLabel, label, value, data, originalFillColor) => {\n+ const defaultFillColor = !isEditable ? originalFillColor : '#f3f3f3';\nif (!isNil(value)) {\nconst matchingAlertRange = findMatchingA...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): if editable do not fill color
1
fix
timeseries
942,581
19.11.2019 13:32:22
25,200
e458f0f194f1819af2f7bcbdf713987a93eef5a6
ci: Exit 0 on ChromaticQA changes By default the ChromaticQA CLI doesn't exit a 0 on changes. We use the Github integration, so we want to exit 0 even with changes so the TravisCI check passes. Chromatic then adds an additional check that is attached to approvals.
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ jobs:\nscript:\n- yarn lint\n- yarn test\n- - yarn chromatic\n+ - yarn chromatic --exit-zero-on-changes\n- yarn start & npx wait-on http://localhost:9001\n- yarn cypress run --record\n- kill $(jobs -p) || true\n", "new_path": ".travis.yml", "old_...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Exit 0 on ChromaticQA changes (#325) By default the ChromaticQA CLI doesn't exit a 0 on changes. We use the Github integration, so we want to exit 0 even with changes so the TravisCI check passes. Chromatic then adds an additional check that is attached to approvals.
1
ci
null
76,605
19.11.2019 13:33:55
-3,600
0a9367ecadc6a93704c5ee742fd4f28e29370ed4
feat: export/import should work if not initialized
[ { "change_type": "MODIFY", "diff": "@@ -421,9 +421,9 @@ class Ner extends Clonable {\ntoJSON() {\nconst result = {\n- settings: this.settings,\n+ settings: { ...this.settings },\nrules: this.rules,\n- }\n+ };\ndelete result.settings.container;\nreturn result;\n}\n", "new_path": "packages/ner/src/ner.js"...
JavaScript
MIT License
axa-group/nlp.js
feat: export/import should work if not initialized
1
feat
null
807,849
19.11.2019 13:45:13
28,800
406ba5ab14d3a568282112f0e6874f208e8f6433
fix(conventional-commits): Ensure potential `ValidationError` in `getChangelogConfig()` is propagated correctly
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,11 @@ function recommendVersion(pkg, type, { changelogPreset, rootPath, tagPrefix, pre\n}\n};\n- return getChangelogConfig(changelogPreset, rootPath).then(config => {\n+ // Ensure potential ValidationError in getChangelogConfig() is propagated correctly\n+ le...
JavaScript
MIT License
lerna/lerna
fix(conventional-commits): Ensure potential `ValidationError` in `getChangelogConfig()` is propagated correctly
1
fix
conventional-commits
71,371
19.11.2019 14:24:39
-3,600
a8446d71d37535e6f41b3cc80414a9d69f794ff7
docs(core): correct doc for Duration.toMilliseconds()
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ export class Duration {\n}\n/**\n- * @returns the value of this `Duration` expressed in Seconds.\n+ * @returns the value of this `Duration` expressed in Milliseconds.\n*/\npublic toMilliseconds(opts: TimeConversionOptions = {}): number {\nreturn convert(...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(core): correct doc for Duration.toMilliseconds() (#5105)
1
docs
core
821,198
19.11.2019 14:37:27
28,800
1fbf44b15b40adad6c4a61f7d62fff8c4f85fc0a
fix: nps build step in release
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ module.exports = {\nverifyConditions: [\n{\npath: '@semantic-release/exec',\n- cmd: 'nps build',\n+ cmd: './node_modules/.bin/nps build',\n},\n'@semantic-release/changelog',\n'@semantic-release/npm',\n", "new_path": "release.config.js", "old_path":...
TypeScript
MIT License
oclif/oclif
fix: nps build step in release (#306)
1
fix
null
104,818
19.11.2019 14:41:11
21,600
f8d5cd8385e80bf3efe6a12a4bfcb778df5698f6
feat(timeseries): show table if expanded
[ { "change_type": "MODIFY", "diff": "@@ -465,6 +465,29 @@ storiesOf('Dashboard (Experimental)', module)\n/>\n);\n})\n+ .add('full screen line card', () => {\n+ const data = getIntervalChartData('day', 7, { min: 10, max: 100 }, 100);\n+ return (\n+ <Dashboard\n+ title=\"Expandable card, click expand to expand...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(timeseries): show table if expanded
1
feat
timeseries
71,267
19.11.2019 14:51:02
28,800
1ebbca6f4a32b0be0f17ce4fe4fb4548ea9f1fee
chore: fix CHANGELOG header for patch
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n-### [1.17.1](https://github.com/aws/aws-cdk/compare/v1.17.0...v1.17.1) (2019-11-19)\n+## [1.17....
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix CHANGELOG header for patch (#5116)
1
chore
null
791,704
19.11.2019 14:52:32
28,800
ee171d77707a8c2d6af2bee3a6f6682d4b620ac5
docs(releasing): update procedure for extension
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"__MSG_appName__\",\n- \"version\": \"5.6.0\",\n+ \"version\": \"100.0.0.0\",\n\"minimum_chrome_version\": \"72\",\n\"manifest_version\": 2,\n\"description\": \"__MSG_appDescription__\",\n", "new_path": "clients/extension/manifest.json", "old_path": ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(releasing): update procedure for extension (#9989)
1
docs
releasing
866,398
19.11.2019 14:52:56
10,800
aaf48edf49c7cb73a8076944c4ed27e10f0bde01
fix(masthead): rollback out-of-scope props implementation
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\n-import { withKnobs, select, boolean, text } from '@storybook/addon-knobs';\n+import { withKnobs, select, boolean } from '@storybook/addon-knobs';\nimport DotcomShell from '../DotcomShell';\nimport...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): rollback out-of-scope props implementation
1
fix
masthead
866,415
19.11.2019 15:03:52
18,000
c2fff84bb7e67202f8c6e4d80e7cc4774d57c7bd
chore(styles): remove styles import
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React, { Component } from 'react';\nimport './polyfills';\nimport './_container.scss';\nimport { settings } from 'carbon-components';\n-import '@carbon/ibmdotcom-styles';\nconst { prefix } = settings;\nexport default class Container extends Componen...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(styles): remove styles import
1
chore
styles
865,917
19.11.2019 15:10:28
-3,600
9155d53d2f37e5d2ce4f61033b7d7570e4110849
feat(client/App): add save tab action
[ { "change_type": "MODIFY", "diff": "@@ -1571,6 +1571,10 @@ export class App extends PureComponent {\nreturn this.saveAllTabs();\n}\n+ if (action === 'save-tab') {\n+ return this.saveTab(options.tab);\n+ }\n+\nif (action === 'save') {\nreturn this.saveTab(activeTab);\n}\n", "new_path": "client/src/app/Ap...
JavaScript
MIT License
camunda/camunda-modeler
feat(client/App): add save tab action
1
feat
client/App
865,917
19.11.2019 15:11:18
-3,600
2c22b1d3983c179926fc9163525d4e7f593ea09c
chore(deploy): use given tab on <deployTab> Instead of ignoring the <tab> param and using the <activeTab> in the <deployTab> functionality, this ensures to actually using the given tab.
[ { "change_type": "MODIFY", "diff": "@@ -41,17 +41,17 @@ export default class DeploymentTool extends PureComponent {\n}\ncomponentDidMount() {\n- this.props.subscribe('app.activeTabChanged', activeTab => {\n+ this.props.subscribe('app.activeTabChanged', ({ activeTab }) => {\nthis.setState({ activeTab });\n})...
JavaScript
MIT License
camunda/camunda-modeler
chore(deploy): use given tab on <deployTab> Instead of ignoring the <tab> param and using the <activeTab> in the <deployTab> functionality, this ensures to actually using the given tab.
1
chore
deploy
866,415
19.11.2019 15:23:59
18,000
c99cb0fb818907134c641f899b2e2fffe1b09e2c
fix(webpack): install style-loader
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/style-loader-1.0.0.tgz differ\n", "new_path": ".yarn/offline-mirror/style-loader-1.0.0.tgz", "old_path": ".yarn/offline-mirror/style-loader-1.0.0.tgz" }, { "change_type": "MODIFY", "diff": "\"semantic-rele...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(webpack): install style-loader
1
fix
webpack
503,945
19.11.2019 15:25:59
18,000
62fa2ad32a19b2d6c3495bae73495f663096efbe
chore(package): Bump versions to 2.43.0
[ { "change_type": "MODIFY", "diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.41.1\",\n+ \"@patternfly/patternfly\": \"2.43.0\",\n\"@patternfly/react-core\": \"^3.120.16\",\n\"@patternfly/react-style...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.43.0 (#3324)
1
chore
package
273,683
19.11.2019 15:33:55
-3,600
46a87777ba5b2916ccbebb8279a8f69266a19885
chore(g-image): allow 0 as default blur
[ { "change_type": "MODIFY", "diff": "@@ -111,9 +111,11 @@ module.exports = (context, options = {}) => {\nconfig.configureWebpack = localConfig.configureWebpack\nconfig.configureServer = localConfig.configureServer\n- config.images = { ...localConfig.images }\n-\n- config.images.defaultBlur = config.images.de...
JavaScript
MIT License
gridsome/gridsome
chore(g-image): allow 0 as default blur
1
chore
g-image
67,494
19.11.2019 15:39:42
-3,600
6317646429aecb926d2feb1981c5b110ad263c74
feat(router): improve viewport instruction stringification
[ { "change_type": "MODIFY", "diff": "@@ -110,13 +110,28 @@ export class InstructionResolver {\nexcludeCurrentComponent = true;\n}\n}\n- let stringified: string = instruction.route !== null\n- ? instruction.route\n- : this.stringifyAViewportInstruction(instruction, excludeCurrentViewport, excludeCurrentCompon...
TypeScript
MIT License
aurelia/aurelia
feat(router): improve viewport instruction stringification
1
feat
router
104,963
19.11.2019 15:41:44
-3,600
dff3a8d0a4720ca952c873ebe992940c90761c6c
fix: snapshot test for cv-number-input with slots
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,9 @@ exports[`CvNumberInput should match snapshot when all props are provided 1`] = `\nexports[`CvNumberInput should match snapshot when helper-text slot is provided 1`] = `\n<cv-wrapper-stub tagtype=\"div\" class=\"cv-number-input bx--form-item\">\n<div data...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
fix: snapshot test for cv-number-input with slots (#690)
1
fix
null
104,844
19.11.2019 15:49:21
18,000
0f13b7af72668d272d6e09c32aefaef65f9d3c9b
chore(cardrenderer): split into own test
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { iconCrash } from 'carbon-icons';\n+import { render, fireEvent } from '@testing-library/react';\n+\n+import { CARD_SIZES, CARD_TYPES, COLORS } from '../../constants/LayoutConstants';\n+import { tableColumns, tableData } from '../../utils...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(cardrenderer): split into own test
1
chore
cardrenderer
722,096
19.11.2019 15:54:54
28,800
5a3846d66ac9185b441066102b5b9e2115a0f4e1
test(docgen): adds tests for extending handlers
[ { "change_type": "ADD", "diff": "+<template>\n+ <h1>hello</h1>\n+</template>\n+\n+<script>\n+export default {\n+ name: 'mock',\n+ props: {\n+ reduce: {\n+ type: Function,\n+ /**\n+ * @param {Object|String} option\n+ * @return {Object|String}\n+ */\n+ default: option => option,\n+ }\n+ }\n+}\n+</script>\n", ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test(docgen): adds tests for extending handlers
1
test
docgen
866,390
19.11.2019 15:55:40
18,000
3063a84b48dcab66e4a59043e7a58793b7780366
fix: adjusted select button posiiton
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,20 @@ if (DDS_TOC) {\nthemes,\nthemes['light (white)']\n)}`}>\n+ <div style={{ padding: '2rem' }}>\n+ <p>\n+ Praesent fermentum sodales facilisis. Mauris a efficitur sem.\n+ Aliquam vehicula sapien libero, a viverra felis scelerisque vel.\n+ Vestibulum ante i...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: adjusted select button posiiton
1
fix
null
722,096
19.11.2019 15:55:55
28,800
7a0ac6270a58964489b902a530bd08a9bce935f4
fix(docgen): ensure custom handlers are actually run
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ export async function parseSource(\n}\nfunction isOptionsObject(opts: any): opts is DocGenOptions {\n- return !!opts && (!!opts.alias || opts.jsx !== undefined)\n+ return !!opts && (!!opts.alias || opts.jsx !== undefined || !!opts.addScriptHandlers || !!...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): ensure custom handlers are actually run
1
fix
docgen
722,096
19.11.2019 15:57:24
28,800
44268938b393b186f342fa7e638ef1bec556572e
style(docgen): absolute imports before relative
[ { "change_type": "MODIFY", "diff": "import * as path from 'path'\n-import { parse, ParseOptions, TemplateParserOptions } from '../../src/main'\n-import Documentation from '../../src/Documentation'\nimport { NodePath } from 'ast-types'\nimport * as bt from '@babel/types'\nimport { ASTElement } from 'vue-temp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style(docgen): absolute imports before relative
1
style
docgen
67,494
19.11.2019 16:06:17
-3,600
af9a00604614f6a027e87755ee7c213c22fa58e2
refactor(router): remove guardian
[ { "change_type": "DELETE", "diff": "-import { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, RouteableComponentType } from './interfaces';\n-import { ComponentAppellationResolver, ViewportHandleRe...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove guardian
1
refactor
router
866,390
19.11.2019 16:12:27
18,000
21e2d176062439786f4c36f2147e17f8102ea81b
refactor: dds feature flag name update
[ { "change_type": "MODIFY", "diff": "@@ -45,13 +45,5 @@ export const SIMPLELONGFORM =\n*\n* @type {string | boolean}\n*/\n-export const USECASES =\n+export const DDS_USECASES =\nprocess.env.DDS_USECASES === 'true' || DDS_FLAGS_ALL || false;\n-\n-/**\n- * This determines if the usecases will be rendered or no...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
refactor: dds feature flag name update
1
refactor
null
67,494
19.11.2019 16:35:07
-3,600
dbdd399a481a253086d850b1210d61efb16818a1
refactor(router): remove route transformer and route table
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,6 @@ export {\n} from './route-recognizer';\nexport {\n- IRouteTransformer,\nIRouterOptions,\nIRouter,\nRouter,\n", "new_path": "packages/router/src/index.ts", "old_path": "packages/router/src/index.ts" }, { "change_type": "DELETE", "diff"...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove route transformer and route table
1
refactor
router
67,476
19.11.2019 16:43:00
-3,600
e75b74947efda8a09da58af938564d36ff1ea5aa
refactor(aot): inline [[Get]]
[ { "change_type": "MODIFY", "diff": "@@ -147,7 +147,7 @@ import { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm, ExecutionContext } from './realm';\nimport { PatternMatcher } from '../system/pattern-matcher';\nimport { $ModuleEnvRec, $EnvRec, $D...
TypeScript
MIT License
aurelia/aurelia
refactor(aot): inline [[Get]]
1
refactor
aot
67,476
19.11.2019 16:45:54
-3,600
08fd8febefd5a48a38e045165b836f6a191ce766
fix(aot): add truthy check in ToPropertyDescriptor
[ { "change_type": "MODIFY", "diff": "@@ -788,7 +788,7 @@ export function $ToPropertyDescriptor(\n// 3. Let hasEnumerable be ? HasProperty(Obj, \"enumerable\").\n// 4. If hasEnumerable is true, then\n- if (Obj['[[HasProperty]]'](ctx, intrinsics.$enumerable)) {\n+ if (Obj['[[HasProperty]]'](ctx, intrinsics.$en...
TypeScript
MIT License
aurelia/aurelia
fix(aot): add truthy check in ToPropertyDescriptor
1
fix
aot
67,476
19.11.2019 16:50:39
-3,600
37045e7f719fa3e82bc947bd2cede3721b261771
chore(aot): move CreateArrayFromList to array.ts
[ { "change_type": "MODIFY", "diff": "@@ -2,10 +2,11 @@ import { $Object } from '../types/object';\nimport { Realm, ExecutionContext } from '../realm';\nimport { $Number } from '../types/number';\nimport { $PropertyDescriptor } from '../types/property-descriptor';\n-import { $PropertyKey } from '../types/_sha...
TypeScript
MIT License
aurelia/aurelia
chore(aot): move CreateArrayFromList to array.ts
1
chore
aot
67,476
19.11.2019 16:57:31
-3,600
b76bc82934e1ae02c877783591ed6ec014db4349
chore(aot): move iterator prototype intrinsic around
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,8 @@ import { $Number } from './types/number';\nimport { $String } from './types/string';\nimport { $Symbol } from './types/symbol';\nimport { $Object } from './types/object';\n-import { $Function, $BuiltinFunction } from './types/function';\n-import { $Define...
TypeScript
MIT License
aurelia/aurelia
chore(aot): move iterator prototype intrinsic around
1
chore
aot
815,595
19.11.2019 17:10:42
-28,800
b8b1545b5a394979341728f56c7b4cda7ab6d94a
test: Add test vectors for dao field
[ { "change_type": "MODIFY", "diff": "@@ -112,3 +112,47 @@ pub fn pack_dao_data(ar: u64, c: Capacity, s: Capacity, u: Capacity) -> Byte32 {\nLittleEndian::write_u64(&mut buf[24..32], u.as_u64());\nByte32::from_slice(&buf).expect(\"impossible: fail to read array\")\n}\n+\n+mod tests {\n+ pub use super::{extrac...
Rust
MIT License
nervosnetwork/ckb
test: Add test vectors for dao field
1
test
null
531,793
19.11.2019 17:12:44
0
9005d44503c54aae771a7f806bac576156d9453d
fix(ui): fix css classes used by pagination
[ { "change_type": "MODIFY", "diff": "@@ -99,6 +99,8 @@ const LabelSetList = observer(\ninnerClass=\"pagination justify-content-center\"\nitemClass=\"page-item\"\nlinkClass=\"page-link\"\n+ activeClass=\"active\"\n+ activeLinkClass=\"font-weight-bold\"\nprevPageText={<FontAwesomeIcon icon={faAngleLeft} />}\nn...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix css classes used by pagination
1
fix
ui
791,704
19.11.2019 17:15:32
28,800
c53d3d7d4fa1b1a3016e41c98805b6fd9ec695f8
report: source-location for linkifying
[ { "change_type": "MODIFY", "diff": "@@ -57,19 +57,33 @@ class Deprecations extends Audit {\nconst entries = artifacts.ConsoleMessages;\nconst deprecations = entries.filter(log => log.entry.source === 'deprecation').map(log => {\n+ // HTML deprecations will have no url and no way to attribute to a specific l...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: source-location for linkifying (#9354)
1
report
null
807,849
19.11.2019 17:17:30
28,800
b7b470a567b8765b91194f6fd744ecb8e117e8a1
test(version): Pass explicit `--no-ci` to ensure error is thrown
[ { "change_type": "MODIFY", "diff": "@@ -463,7 +463,7 @@ describe(\"VersionCommand\", () => {\nisBehindUpstream.mockReturnValueOnce(true);\nconst testDir = await initFixture(\"normal\");\n- const command = lernaVersion(testDir)();\n+ const command = lernaVersion(testDir)(\"--no-ci\");\nawait expect(command)....
JavaScript
MIT License
lerna/lerna
test(version): Pass explicit `--no-ci` to ensure error is thrown
1
test
version
67,476
19.11.2019 17:19:46
-3,600
60080903739a3de0e9f20323dbf4b2480a3de334
chore(aot): fix tests again
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ describe('AOT (smoke tests)', function () {\n},\n});\n- if (!result.isUndefined) {\n+ if (!result.isEmpty && !result.isUndefined) {\nassert.fail(`Evaluation error`);\n}\n", "new_path": "packages/__tests__/aot/smoke-tests.spec.ts", "old_path": "pa...
TypeScript
MIT License
aurelia/aurelia
chore(aot): fix tests again
1
chore
aot
866,398
19.11.2019 17:28:16
10,800
46f70a269dc805f4d8a9e5934eb8e9331c61b17b
fix(masthead): implement L1 missing props
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\n-import { withKnobs, select, boolean } from '@storybook/addon-knobs';\n+import { withKnobs, select, boolean, text } from '@storybook/addon-knobs';\nimport DotcomShell from '../DotcomShell';\nimport...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): implement L1 missing props
1
fix
masthead
67,476
19.11.2019 17:40:49
-3,600
5479cba27b3467407a104df1678db3bd942cb014
chore(aot): improve launch config for 262 suite
[ { "change_type": "MODIFY", "diff": "\"name\": \"Run AOT\",\n\"cwd\": \"${workspaceFolder}\",\n\"program\": \"${workspaceFolder}\\\\packages\\\\__tests__\\\\dist\\\\esnext\\\\__tests__\\\\setup-test262.js\",\n- \"runtimeArgs\": [\"-r\", \"esm\"]\n+ \"runtimeArgs\": [\n+ \"-r\",\n+ \"esm\"\n+ ],\n+ \"skipFile...
TypeScript
MIT License
aurelia/aurelia
chore(aot): improve launch config for 262 suite
1
chore
aot
366,920
19.11.2019 17:55:47
-32,400
3c8d3fcc4cdba26e8a0f582bc2b04c8d7cedbed4
refactor: Use useTheme instead of withTheme for Table
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react'\n+import React, { ReactNode, FC, useContext } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n-import { TableGroupContext } from './Table'\nimport { isTouchDev...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for Table
1
refactor
null
366,920
19.11.2019 18:07:20
-32,400
ca1e91cb604d1ccd59d0cf38e96ae0411a960309
refactor: Use useTheme instead of withTheme for RadioButton
[ { "change_type": "MODIFY", "diff": "-import React, { FC, useCallback } from 'react'\n+import React, { InputHTMLAttributes, FC, ChangeEvent, useCallback } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for RadioButton
1
refactor
null
366,920
19.11.2019 18:15:38
-32,400
4ed1fb620e0c76d0931cccc7586f59a52f197a4b
refactor: Use useTheme instead of withTheme for Heading
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import styled, { css } from 'styled-components'\nimport { useTheme, Theme } from '../../hooks/useTheme'\n-import { Heading, HeadingProps } from '../Heading'\n+import { Heading, Props as HeadingProps } from '../Heading'\nexport type DefinitionListItemProps ...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for Heading
1
refactor
null
366,920
19.11.2019 18:22:14
-32,400
844e2357a6c171cc0ab03223467b7117f55f6f20
refactor: Use useTheme instead of withTheme for StatusLabel
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } from '../../hooks/useTheme'\n-type Type = 'done' | 'success'...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for StatusLabel
1
refactor
null
366,920
19.11.2019 18:24:44
-32,400
f167f83ed42763742125b458f3c81df05014ba43
refactor: Use useTheme instead of withTheme for BlankImage
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react'\n-import styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import React, { FC } from 'react'\n+import styled from 'styled-components'\ninterface Props {\ntitle?: string\n@@ -8,14 +7...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for BlankImage
1
refactor
null
366,920
19.11.2019 18:27:38
-32,400
10a519c3d679e35cbec39487b723e9674cbf2b36
refactor: Use useTheme instead of withTheme for Loader
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { keyframes, css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n-\n-interface Props {\n+type Props = {\ncolor?: string\nsize?: 's' | 'm' | 'l...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for Loader
1
refactor
null
366,920
19.11.2019 18:32:06
-32,400
e1ef86550f0f8ada01c157fc734f1ce03103f782
refactor: Use useTheme instead of withTheme for Select
[ { "change_type": "MODIFY", "diff": "-import React, { FC, useCallback } from 'react'\n+import React, { SelectHTMLAttributes, FC, ChangeEvent, useCallback } from 'react'\nimport styled, { css } from 'styled-components'\n-import { Icon } from '../Icon'\n-import { InjectedProps, withTheme } from '../../hocs/wit...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for Select
1
refactor
null
76,605
19.11.2019 18:33:41
-3,600
2fdd577d48d61c5878c3c27e054841ab3be2a1bd
feat: Command to avoid replication to child pipelines
[ { "change_type": "MODIFY", "diff": "@@ -339,8 +339,11 @@ class Container {\nconst line = srcPipeline[i];\nif (line.trim() === '$super') {\nfor (let j = 0; j < prevPipeline.length; j += 1) {\n+ const s = prevPipeline[j].trim();\n+ if (!s.startsWith('->')) {\npipeline.push(prevPipeline[j]);\n}\n+ }\n} else {\...
JavaScript
MIT License
axa-group/nlp.js
feat: Command to avoid replication to child pipelines
1
feat
null
217,922
19.11.2019 18:45:35
-3,600
7ef030769fb27b34b7e4820884f9e52aa72b0c5f
chore: add stats to fishing data
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ export class FishingReporter implements DataReporter {\nfilter(packet => packet.scene === 1),\nmap(packet => {\nreturn {\n- timestamp: packet.timestamp,\n+ timestamp: Date.now(),\nmooch: packet.param5 === 275\n};\n})\n@@ -106,7 +106,7 @@ export class Fis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add stats to fishing data Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
366,920
19.11.2019 19:01:58
-32,400
7da45402b8b869c5dcdfb8c0bcc80bd45f51d38a
refactor: Use useTheme instead of withTheme for FlashMessage
[ { "change_type": "MODIFY", "diff": "@@ -21,11 +21,11 @@ interface State {\nclass WrappedComponent extends React.PureComponent<{}, State> {\npublic state = {\nform: {\n- type: '' as FlashMessageType,\n+ type: '' as const,\ntext: '',\n},\nflash: {\n- type: '' as FlashMessageType,\n+ type: '' as const,\ntext: ...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Use useTheme instead of withTheme for FlashMessage
1
refactor
null
217,922
19.11.2019 19:21:16
-3,600
22bb824f9970984e35e8657836ee2c7e1f21274e
chore: add misses to fishing data gathering
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,37 @@ export class FishingReporter implements DataReporter {\n})\n);\n+ const misses$ = combineLatest([\n+ packets$.pipe(\n+ ofPacketType('eventUnk1'),\n+ map(packet => {\n+ return {\n+ animation: packet.actionTimeline,\n+ timestamp: Date.now()\n+ };\n+ })\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add misses to fishing data gathering Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
104,844
19.11.2019 19:27:02
18,000
707591f0347ad6a22efb150ecaec9c01aac958d2
chore(wizardinline): add deprecation warning
[ { "change_type": "MODIFY", "diff": "import React, { Component, Fragment } from 'react';\nimport PropTypes from 'prop-types';\n+import { Close20 } from '@carbon/icons-react';\n+import PageTitleBar from '../../PageTitleBar/PageTitleBar';\n+import Button from '../../Button/Button';\nimport ProgressIndicator fr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): add deprecation warning
1
chore
wizardinline
217,922
19.11.2019 19:43:10
-3,600
92c25c976f7b241f2ff155265cc18de45ee5ced8
chore: fixes for biteTime value in fishing data reporter
[ { "change_type": "MODIFY", "diff": "@@ -204,12 +204,12 @@ export class FishingReporter implements DataReporter {\n}\nconst entry = {\nitemId: patch.catalogId,\n- hq: patch.hq,\n+ hq: patch.hq || false,\nmapId,\nweatherId,\npreviousWeatherId,\nbaitId,\n- biteTime: Math.floor(biteData.timestamp - throwData.ti...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixes for biteTime value in fishing data reporter Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
104,844
19.11.2019 19:43:48
18,000
63528252298d6cda27c26997fa45ccad89964c4c
chore(wizardinline): fix test
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,10 @@ describe(`Storybook Snapshot tests and console checks`, () => {\n'The pseudo class \":first-child\" is potentially unsafe when doing server-side rendering. Try changing it to \":first-of-type\".'\n) &&\n!e.includes('Warning: Received `true` for a non-bo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): fix test
1
chore
wizardinline
76,605
19.11.2019 19:48:34
-3,600
0a9e8acca8342e749af8f57225681d2a4a9f59af
fix: only check arrow operator if value exists
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ class DefaultCompiler {\nasync executeAction(step, context, input, srcObject, depth) {\nlet firstToken = step[0];\n- if (firstToken.value.startsWith('->')) {\n+ if (firstToken && firstToken.value && firstToken.value.startsWith('->')) {\nif (depth > 0) ...
JavaScript
MIT License
axa-group/nlp.js
fix: only check arrow operator if value exists
1
fix
null
722,013
19.11.2019 19:49:35
21,600
c04da4c494444fc2c93cd432b30ba0d277e313d1
docs: better docgen and noplugin readme
[ { "change_type": "ADD", "diff": "+# Vue Docgen CLI example style guide\n+\n+How to start locally:\n+\n+```sh\n+git clone https://github.com/vue-styleguidist/vue-styleguidist.git\n+cd vue-styleguidist/examples/docgen\n+yarn install\n+yarn docs\n+```\n+\n+**NOTE** does not work with npm only with yarn because...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: better docgen and noplugin readme
1
docs
null
76,605
19.11.2019 19:51:44
-3,600
4e9b1f5f5c4bd2efcc5d09a205dc20e011b7a306
feat: add an example of container, plugins and pipelines
[ { "change_type": "ADD", "diff": "+# Example 01: Container, Plugins and Pipelines\n+\n+## Introduction\n+\n+This example show how to use the Container, and how to build Plugins and Pipelines.\n+\n+## Container\n+\n+The Container is an IoC container class. Basically it's able to store instances and classes, m...
JavaScript
MIT License
axa-group/nlp.js
feat: add an example of container, plugins and pipelines
1
feat
null
76,605
19.11.2019 20:03:59
-3,600
427089177b2ffa7ddb142481f3e12682ed9afeb1
doc: Adding core readme
[ { "change_type": "ADD", "diff": "+<div align=\"center\">\n+<img src=\"https://github.com/axa-group/nlp.js/raw/master/screenshots/nlplogo.gif\" width=\"925\" height=\"auto\"/>\n+</div>\n+\n+# @nlpjs/core\n+\n+[![Build Status](https://travis-ci.com/axa-group/nlp.js.svg?branch=master)](https://travis-ci.com/ax...
JavaScript
MIT License
axa-group/nlp.js
doc: Adding core readme
1
doc
null
503,918
19.11.2019 20:05:42
-7,200
285ea43dccdfbdf6ca404c643be0500f27683ac8
fix(flex): in breakpointMods set breakpoint as optional and add enums
[ { "change_type": "MODIFY", "diff": "@@ -2,98 +2,112 @@ import * as React from 'react';\nimport { getModifier } from '@patternfly/react-styles';\nimport styles from '@patternfly/react-styles/css/layouts/Flex/flex';\n+export enum FlexModifiers {\n+ flex = 'flex',\n+ 'inline-flex' = 'inline-flex',\n+ 'spacer-n...
TypeScript
MIT License
patternfly/patternfly-react
fix(flex): in breakpointMods set breakpoint as optional and add enums (#3258) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
flex
366,920
19.11.2019 20:30:56
-32,400
f52be09c69e16225ffd08baa1adba096834eb322
refactor: Remove withTheme
[ { "change_type": "DELETE", "diff": "-import * as React from 'react'\n-\n-import { CreatedTheme } from '../themes/createTheme'\n-import { ThemeContext } from '../themes/ThemeProvider'\n-\n-const Consumer = ThemeContext.Consumer\n-\n-export interface InjectedProps {\n- theme: CreatedTheme\n-}\n-\n-export cons...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Remove withTheme
1
refactor
null
471,570
19.11.2019 20:56:15
-3,600
de76353f76441602071aa73d090457105f110efe
fix(create): adjust storybook config for app generator
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,11 @@ export const AppLitElementMixin = subclass =>\nawait this.copyTemplates(`${__dirname}/templates/static/**/*`);\n+ this.copyTemplate(\n+ `${__dirname}/templates/custom-elements.json`,\n+ this.destinationPath('custom-elements.json'),\n+ );\n+\nif (this.op...
JavaScript
MIT License
open-wc/open-wc
fix(create): adjust storybook config for app generator (#1003)
1
fix
create
722,013
19.11.2019 21:05:24
21,600
ad522dd54bb0de6a7ef26dc527c21e8ae5b9b257
style: typings are better for renderRootJsx
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import getComponentsFromSections from './getComponentsFromSections'\nimport globalizeComponent from './globalizeComponent'\nimport processSections from './processSections'\n-export const RenderJsxContext = React.createContext({})\n+export const RenderJsxCo...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: typings are better for renderRootJsx
1
style
null
791,704
19.11.2019 21:47:21
28,800
fd9292dca3d64debc55752670858b8f9ebd36733
viewer: use new logo
[ { "change_type": "DELETE", "diff": "Binary files a/lighthouse-viewer/app/images/lh_logo_bg.png and /dev/null differ\n", "new_path": "lighthouse-viewer/app/images/lh_logo_bg.png", "old_path": "lighthouse-viewer/app/images/lh_logo_bg.png" }, { "change_type": "ADD", "diff": "+<svg width=\"1...
JavaScript
Apache License 2.0
googlechrome/lighthouse
viewer: use new logo (#9991)
1
viewer
null
67,516
19.11.2019 22:47:12
-3,600
a12097b7f142ace053d8925ea2ab2f0388e4c373
feat(aot): void and new RS impl
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,32 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(result['[[Value]]'], 2);\n});\n+ it.only('new object', async function () {\n+ const result = await execute(`\n+ class Foo {\n+ }\n+ return new Foo();\n+ `);\n+\n+ assert.instanceOf(result['...
TypeScript
MIT License
aurelia/aurelia
feat(aot): void and new RS impl
1
feat
aot
471,527
19.11.2019 23:48:24
-3,600
3071e4d0445aefa96d8aed8ad43ae681ec3db0fb
fix(demoing-storybook): align with official start/build-storybook bin
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/open-wc/open-wc/\",\n\"main\": \"index.js\",\n\"bin\": {\n- \"storybook-start\": \"src/start/cli.js\",\n- \"storybook-build\": \"src/build/cli.js\"\n+ \"start-storybook\": \"src/start/cli.js\",\n+ \"build-storybook\": \"src/build/cli.js\...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): align with official start/build-storybook bin
1
fix
demoing-storybook
791,690
19.11.2019 23:49:48
21,600
eeb1842364f1d4bd82acce538fd6e338cab3bd39
cli: allow extraHeaders as object
[ { "change_type": "MODIFY", "diff": "@@ -107,8 +107,8 @@ async function begin() {\n' Please use \"--emulated-form-factor=none\" instead.');\n}\n- if (cliFlags.extraHeaders) {\n- // TODO: LH.Flags.extraHeaders is actually a string at this point, but needs to be\n+ if (typeof cliFlags.extraHeaders === 'string'...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli: allow extraHeaders as object (#9962)
1
cli
null
471,527
20.11.2019 01:27:05
-3,600
0f600d10aa47c6851f891383574b6c419d37987b
chore(testing): fix flacky dynamic import test
[ { "change_type": "DELETE", "diff": "-# `Plugin - sinon-chai`\n-\n-#### `can expect a spys callCount`\n-\n-```html\n-<h1>\n- My Element\n-</h1>\n-<p>\n- hello world!\n-</p>\n-\n-```\n-\n", "new_path": null, "old_path": "__snapshots__/Plugin - sinon-chai.md" }, { "change_type": "MODIFY", "...
JavaScript
MIT License
open-wc/open-wc
chore(testing): fix flacky dynamic import test
1
chore
testing
471,527
20.11.2019 01:48:51
-3,600
39d1bc0b407e95636838a8fbc54796a4c0cae457
chore: skip flaky dynamic import test for now
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,8 @@ describe('module-features', () => {\nexpect(exportedMessage).to.equal('statically imported module');\n});\n- it('handles dynamic imports', async () => {\n+ // TODO: find a way to test this in a non flaky way for IE11\n+ it.skip('handles dynamic imports', a...
JavaScript
MIT License
open-wc/open-wc
chore: skip flaky dynamic import test for now
1
chore
null
815,605
20.11.2019 03:09:53
0
183938c1ff213270fc4efc1ca95881dc178af5b4
feat: Include calculated minimal fee in RPC's error response
[ { "change_type": "MODIFY", "diff": "@@ -70,12 +70,12 @@ impl PoolRpc for PoolRpcImpl {\nErr(e) => {\nif let Some(e) = e.downcast_ref::<SubmitTxError>() {\nmatch *e {\n- SubmitTxError::LowFeeRate => {\n+ SubmitTxError::LowFeeRate(min_fee) => {\nreturn Err(RPCError::custom(\nRPCError::Invalid,\nformat!(\n- \"...
Rust
MIT License
nervosnetwork/ckb
feat: Include calculated minimal fee in RPC's error response
1
feat
null
722,013
20.11.2019 07:38:48
21,600
c72e611fce7edd2769cf90ca483af25eb9160753
style: fix types
[ { "change_type": "ADD", "diff": "+/* eslint-disable no-console */\n+/* eslint-disable compat/compat */\n+const path = require('path')\n+const fs = require('fs')\n+const ejs = require('ejs')\n+\n+const schema = require(path.join(__dirname, './lib/scripts/schemas/config')).default\n+\n+function render(filenam...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: fix types
1
style
null
722,013
20.11.2019 07:52:50
21,600
f2038d74ee93110b0e303a8ffa0db5381e1df4d5
build: generate types correctly
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ export default {\ntype: 'function'\n},\ndefaultExample: {\n- tstype: 'boolean | string',\n+ tstype: 'string',\nuitype: 'boolean',\nmessage: 'Default Example',\ndescription:\n@@ -138,7 +138,7 @@ export default {\ndefault: (componentPath: string) => compon...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: generate types correctly
1
build
null
722,013
20.11.2019 08:00:19
21,600
2e644423ce9a27dbb9c91a4c54611d4079169ecd
build: add yorkie script
[ { "change_type": "MODIFY", "diff": "\"components\"\n],\n\"lint-staged\": {\n- \"*.js\": [\n+ \"(*.js|*.ts)\": [\n\"eslint --fix\",\n\"prettier --write\",\n\"git add\"\n\"*.md\": [\n\"prettier --write\",\n\"git add\"\n+ ],\n+ \"packages/vue-styleguidist/src/scripts/schemas/config.ts\": [\n+ \"yarn babel pack...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: add yorkie script
1
build
null
722,013
20.11.2019 08:04:44
21,600
348f1edbec19075f17af25e0435281b86084ba48
build: fix git hook
[ { "change_type": "MODIFY", "diff": "\"git add\"\n],\n\"packages/vue-styleguidist/src/scripts/schemas/config.ts\": [\n- \"yarn babel packages/vue-styleguidist/src/scripts/schemas/config.ts --out-file lib/scripts/schemas/config.js\",\n+ \"yarn babel packages/vue-styleguidist/src/scripts/schemas/config.ts --ou...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: fix git hook
1
build
null
722,013
20.11.2019 08:04:52
21,600
d256895265d4273cddb9f98d359b187f04f54269
docs: add dangerouslyConfig description
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,7 @@ export default {\n},\ndangerouslyUpdateWebpackConfig: {\ntstype: '(server: Configuration, env: string) => Configuration',\n+ description: 'Allows you to modify webpack config without any restrictions',\ntype: 'function'\n},\ndefaultExample: {\n@@ -97,9 +...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add dangerouslyConfig description
1
docs
null
722,013
20.11.2019 08:06:15
21,600
cfb13be534fa8e3ae52196194c1e4626d7a965e6
style: better message at the end of make types
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ function render(filename) {\nif (err) {\nthrow new Error(err)\n} else {\n- console.log('template generated:', filename)\n+ console.log('The config master file has changed and types have been updated')\nresolve()\n}\n}\n", "new_path": "packages/vue-st...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: better message at the end of make types
1
style
null
503,933
20.11.2019 09:37:04
18,000
02145a2b224846e35c8c23df5958b57a5e47f101
feat(Accordion): Add a prop to allow th box shadow to be removed
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ export interface AccordionProps extends React.HTMLProps<HTMLDListElement> {\nheadingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\n/** Flag to indicate whether use definition list or div */\nasDefinitionList?: boolean;\n+ /** Flag to indicate if the b...
TypeScript
MIT License
patternfly/patternfly-react
feat(Accordion): Add a prop to allow th box shadow to be removed (#3309) #3195
1
feat
Accordion
471,466
20.11.2019 09:38:18
-3,600
35dfc700e387cece89b1533898f93cdfcc3d4fd5
fix(demoing-storybook): escape quotes in Storybook scripts Resolves an issue when the stories source pattern was not being recognized due to incorrect interpretation of single quotes on Windows.
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build:start\": \"es-dev-server --root-dir static-storybook --app-index index.html --open\",\n\"prepublishOnly\": \"../../scripts/insert-header.js\",\n- \"site:build\": \"node src/build/cli.js --stories 'demo/stories/*.stories.{js,mdx}' --config-dir demo/...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): escape quotes in Storybook scripts Resolves an issue when the stories source pattern was not being recognized due to incorrect interpretation of single quotes on Windows.
1
fix
demoing-storybook
866,390
20.11.2019 09:44:29
18,000
5441159142f499dc8ad3f92a1fc0e70843a69b60
fix: adjusted select icon position
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,9 @@ const TOCMobile = ({ menuItems, selectedId, menuLabel, updateState }) => {\n<option value={menuLabel}> {menuLabel}... </option>\n{renderOptions(menuItems)}\n</select>\n- <TableOfContents20 aria-label=\"menu icon\">\n+ <TableOfContents20\n+ className={`${...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: adjusted select icon position
1
fix
null
791,869
20.11.2019 10:16:34
-32,400
e402c91dfb619037ff34ded958e624c0b2da3e9a
report: fix flicker in normal case report
[ { "change_type": "MODIFY", "diff": "@@ -170,7 +170,7 @@ limitations under the License.\n--plugin-icon-size: 75%;\n--gauge-wrapper-width: 60px;\n--gauge-percentage-font-size: 13px;\n- position: sticky;\n+ position: fixed;\nleft: 0;\nright: 0;\ntop: var(--topbar-height);\n@@ -185,6 +185,11 @@ limitations unde...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: fix flicker in normal case report (#9955)
1
report
null
866,390
20.11.2019 10:29:53
18,000
5e27ce63d6fb6c9f9b34fe287ba29a5845049851
fix: updated link data for consistancy
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ const { prefix } = settings;\n* @param {string} props.lists.copy UsecasesItem copy property\n* @param {object} props.lists.link UsecasesItem link object\n* @param {string} props.lists.link.href UsecasesItem href property of link object\n- * @param {strin...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: updated link data for consistancy
1
fix
null
866,390
20.11.2019 10:57:08
18,000
accdab1ec5ff9050a3ce9bd939e214afadc4b1c3
fix: card alignment adjusted
[ { "change_type": "MODIFY", "diff": "}\n&__card {\n- padding-top: $carbon--spacing-09;\n+ padding-top: $carbon--spacing-07;\nmargin-left: -$carbon--layout-01;\nmargin-right: -$carbon--layout-01;\nmax-width: carbon--rem(320px);\n}\n@include carbon--breakpoint('lg') {\npadding-top: $carbon--layout-06;\n+ &__ca...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: card alignment adjusted
1
fix
null
866,390
20.11.2019 11:11:45
18,000
7586ee5ef54c34f89f7b28d0d695c3540ed134f3
fix: updated ibmdotcom packages to 1.1.1
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz" }, { "change_type": "A...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: updated ibmdotcom packages to 1.1.1
1
fix
null
401,147
20.11.2019 11:39:58
-19,080
27686a571b522307e1816cdf8b666d0f16e163d9
feat(all): add github actions badge and remove travis.yml file
[ { "change_type": "DELETE", "diff": "-language: node_js\n-\n-node_js:\n- - \"10\"\n-\n-install:\n- - yarn install\n- - pip install --user awscli\n-\n-script:\n- - yarn pres3upload\n- - yarn ci_upload\n-\n-after_script:\n- - ./trigger_tango-web.sh\n", "new_path": null, "old_path": ".travis.yml" }, ...
TypeScript
MIT License
medly/medly-components
feat(all): add github actions badge and remove travis.yml file
1
feat
all
791,704
20.11.2019 11:47:08
28,800
508abc5bd73b791e0b500d5e494e24ac33143b64
docs(plugins): update recipe, suggest NODE_ENV=.. hack
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ To see a fully functioning example, see our [plugin recipe](./recipes/lighthouse\n#### `package.json`\n-A Lighthouse plugin is just a node module with a name that starts with `lighthouse-plugin-`. Any dependencies you need are up to you. However, do not ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(plugins): update recipe, suggest NODE_ENV=.. hack (#9997)
1
docs
plugins
401,147
20.11.2019 11:48:07
-19,080
05661bfc9f3b209c21534d6ca7df3ff0081354de
feat(all): update test badge url
[ { "change_type": "MODIFY", "diff": "# Medly Components\n-![](https://github.com/medly/medly-components/workflows/.github/workflows/test.yml/badge.svg)\n+[![](https://github.com/medly/medly-components/workflows/Test/badge.svg)](https://github.com/medly/medly-components/actions?query=workflow%3ATest)\n[![reac...
TypeScript
MIT License
medly/medly-components
feat(all): update test badge url
1
feat
all
438,921
20.11.2019 11:53:02
-32,400
355b0bd7afbb593d0aeca52890c619b424666706
feat(axis): Intent to ship axes.domain Implement axes.domain option for x/y/y2. Fix
[ { "change_type": "MODIFY", "diff": "@@ -922,6 +922,51 @@ var demos = {\n}\n},\n],\n+ MultiAxesDomain: {\n+ options: {\n+ data: {\n+ axes: {\n+ data1: \"y\",\n+ data2: \"y2\"\n+ },\n+ columns: [\n+ [\"data1\", 30, 200, 100, 400, 150],\n+ [\"data2\", 50, 20, 10, 40, 15]\n+ ]\n+ },\n+ clipPath: false,\n+ axis:...
TypeScript
MIT License
naver/billboard.js
feat(axis): Intent to ship axes.domain Implement axes.domain option for x/y/y2. Fix #1090
1
feat
axis
807,849
20.11.2019 12:00:07
28,800
86977945cd1f64483c40647e2e274dd944a747f8
docs(publish): Order options more consistently with CLI `--help` [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -50,17 +50,17 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n- [`--dist-tag <tag>`](#--dist-tag-tag)\n- [`--git-head <sha>`](#--git-head-sha)\n- [`--graph-type <all|dependencies>`](#--graph-type-alldependencies)\n+- [`--ignore-scri...
JavaScript
MIT License
lerna/lerna
docs(publish): Order options more consistently with CLI `--help` [skip ci]
1
docs
publish
722,013
20.11.2019 12:02:06
21,600
83ec2db6c3b4cf088ed9869c2c17515f029c5306
docs: update vueds example
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ const theme = {\n}\nconst lightBlue = '#e9f3fd'\n+const borderStyle = '1px solid #e2e6ea'\nmodule.exports = {\ntheme,\n@@ -69,7 +70,7 @@ module.exports = {\nlink: {\n'&, &:link, &:visited': {\nisolated: false,\n- fontWeight: 600,\n+ fontWeight: 600\n}\n}...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update vueds example
1
docs
null
807,849
20.11.2019 12:05:48
28,800
dc8b63166808ed46277c6b0cccde04ed6e8cea3e
docs(version): Document `version` lifecycle scripts [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ When run, this command does the following:\n1. Identifies packages that have been updated since the previous tagged release.\n2. Prompts for a new version.\n-3. Modifies package metadata to reflect new release.\n+3. Modifies package metadata to reflect n...
JavaScript
MIT License
lerna/lerna
docs(version): Document `version` lifecycle scripts [skip ci]
1
docs
version
807,849
20.11.2019 12:11:52
28,800
e2b23f07937d3959961707c3e44af0353d568add
docs(publish): Clarify lifecycle script documentation [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,8 @@ When run, this command does one of the following things:\n> Lerna will never publish packages which are marked as private (`\"private\": true` in the `package.json`).\n+During all publish operations, appropriate [lifecycle scripts](#lifecycle-scripts) ar...
JavaScript
MIT License
lerna/lerna
docs(publish): Clarify lifecycle script documentation [skip ci]
1
docs
publish
104,844
20.11.2019 12:29:46
18,000
3097a6ea35f5b361fb9c7a7a22f0266ade6cb06c
chore(test): update welcome snapshots
[ { "change_type": "MODIFY", "diff": "@@ -2759,7 +2759,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Getting Started|\n<div\nclassName=\"bx--structured-list-td\"\n>\n- CARD_TYPES\n+ TimeSeriesCard\n</div>\n</div>\n<div\n@@ -2771,7 +2771,7 @@ exports[`Storybook Snapshot tests and console...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test): update welcome snapshots
1
chore
test
807,849
20.11.2019 12:47:04
28,800
6504eb3c176019fb7d0138e48832e549561f9d4d
chore: Reset lockfile to resolve handlebars audit warning
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@babel/parser\": {\n- \"version\": \"7.7.2\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/parser/-/parser-7.7.2.tgz\",\n- \"integrity\": \"sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w==\",\n+ \"version\": ...
JavaScript
MIT License
lerna/lerna
chore: Reset lockfile to resolve handlebars audit warning
1
chore
null