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,848 | 20.11.2019 13:24:09 | 21,600 | bc34e5a366055c9c8dceb6a029a714e45a1152b6 | fix(listcard): start refactor to scss | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import {\n} from 'carbon-components-react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n+import classNames from 'classnames';\nimport { CARD_CONTENT_PADDING } from '../../constants/LayoutConstants';\nimport { CardPropType... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(listcard): start refactor to scss | 1 | fix | listcard |
366,937 | 20.11.2019 13:41:06 | -32,400 | 02587d66a5ba6a09069a3ad59b4b4250410389fa | update: set font-size to DefinitionList | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,7 @@ const Content = styled.dd`\nreturn css`\npadding: 0;\nmargin: ${size.pxToRem(size.space.XXS)} 0 0;\n+ font-size: ${size.pxToRem(size.font.TALL)};\n`\n}}\n`\n",
"new_path": "src/components/DefinitionList/DefinitionListItem.tsx",
"old_path": "src/c... | TypeScript | MIT License | kufu/smarthr-ui | update: set font-size to DefinitionList | 1 | update | null |
722,013 | 20.11.2019 13:56:24 | 21,600 | b453e79e07ee3b788f4bc833323b34b5e03f5c79 | ci: fail if any of example build fails | [
{
"change_type": "MODIFY",
"diff": "@@ -48,10 +48,10 @@ jobs:\n# Build all examples\n- cd examples\n- - for D in *; do yarn build \"${D}\"; done\n+ - for D in *; do yarn build \"${D}\"; done || exit 1\n# Move them to the docs\n- - for D in *; do mv \"${D}\"/dist ../docs/dist/\"${D}\"; done\n+ - for D in *; ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: fail if any of example build fails | 1 | ci | null |
438,921 | 20.11.2019 13:57:19 | -32,400 | baa7bc66ded0285c93db7d96c6d88a36f6b96b49 | fix(tooltip): Remove 'pointer-events:none' inline set
Remove setting 'pointer-events:none' which makes not to respond on click
event.
Add 'user-select:none' prop on default css file for tooltip element.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,6 @@ extend(ChartInternal.prototype, {\n.append(\"div\")\n.attr(\"class\", CLASS.tooltipContainer)\n.style(\"position\", \"absolute\")\n- .style(\"pointer-events\", \"none\")\n.style(\"display\", \"none\");\n}\n",
"new_path": "src/internals/tooltip.js",
... | TypeScript | MIT License | naver/billboard.js | fix(tooltip): Remove 'pointer-events:none' inline set
- Remove setting 'pointer-events:none' which makes not to respond on click
event.
- Add 'user-select:none' prop on default css file for tooltip element.
Fix #1124 | 1 | fix | tooltip |
807,849 | 20.11.2019 14:05:03 | 28,800 | ea6ec639560ce71d9df8cbd7eef2d416e71f5442 | chore(release): v3.19.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [3.19.0](https://github.com/lerna/lerna/compare/v3.18.5...v3.19.0) (2019-11-20)\n+\n+\n+### Features\n+\n+* **add:*... | JavaScript | MIT License | lerna/lerna | chore(release): v3.19.0 | 1 | chore | release |
103,440 | 20.11.2019 14:43:11 | -3,600 | ba6ad1717c6a82b6573c487942a606f63c33d45b | chore: add jbinda to all contributors | [
{
"change_type": "MODIFY",
"diff": "\"code\",\n\"ideas\"\n]\n+ },\n+ {\n+ \"login\": \"jbinda\",\n+ \"name\": \"jbinda\",\n+ \"avatar_url\": \"https://avatars2.githubusercontent.com/u/21242757?v=4\",\n+ \"profile\": \"https://github.com/jbinda\",\n+ \"contributions\": [\n+ \"code\",\n+ \"ideas\"\n+ ]\n}\n],... | TypeScript | MIT License | callstack/react-native-paper | chore: add jbinda to all contributors | 1 | chore | null |
366,931 | 20.11.2019 14:46:24 | -32,400 | 0d76099ea02ef176c60c12885e2b42354ce76171 | feat(icon): Add arrow right icon | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const icons: Array<Props['name']> = [\n'fa-angle-right',\n'fa-arrow-circle-down',\n'fa-arrow-down',\n+ 'fa-arrow-right',\n'fa-birthday-cake',\n'fa-building',\n'fa-calendar-alt',\n",
"new_path": "src/components/Icon/Icon.stories.tsx",
"old_path": ... | TypeScript | MIT License | kufu/smarthr-ui | feat(icon): Add arrow right icon | 1 | feat | icon |
866,390 | 20.11.2019 14:52:04 | 18,000 | 43c6c778029829b98b8b62451f54fcbe57fffbd0 | fix: added mobile menu label dynamically | [
{
"change_type": "MODIFY",
"diff": "*/\nimport PropTypes from 'prop-types';\n-import React from 'react';\n+import React, { useState, useEffect } from 'react';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { TableOfContents20 } from '@carbon/icons-react';\nimport { settings ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added mobile menu label dynamically | 1 | fix | null |
711,597 | 20.11.2019 14:57:29 | -3,600 | 637c863f33f7a725c7decd55d5a47b30c8db425b | fix(core): Use correct config & output path when generating migrations | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ export async function revertLastMigration(userConfig: Partial<VendureConfig>) {\n*/\nexport async function generateMigration(userConfig: Partial<VendureConfig>, options: MigrationOptions) {\nconst config = await preBootstrapConfig(userConfig);\n- const c... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Use correct config & output path when generating migrations | 1 | fix | core |
866,390 | 20.11.2019 15:01:06 | 18,000 | 3a9c59a9f98c1ded47bf2d224daf5e7993f0839b | fix: minor readme fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ DDS_TOC=true\n| Name | Data Type | Default value | Description |\n| ----------- | --------- | ------------- | -------------------------------- |\n-| `menuLabel` | String | `Jump to ...` | Placeholder value for menu label |\n+| `menuLabel` | String | `Jum... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: minor readme fixes | 1 | fix | null |
438,921 | 20.11.2019 15:10:43 | -32,400 | dd5ba44874f11563042b6070444e4fc851de1b01 | feat(data): Intent to ship data.labels.position dataset
Implement labels position to be applicable for each dataset.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -1931,7 +1931,8 @@ var demos = {\n}\n}\n},\n- DataLabelPosition: {\n+ DataLabelPosition: [\n+ {\noptions: {\ndata: {\ncolumns: [\n@@ -1951,6 +1952,33 @@ var demos = {\n}\n}\n},\n+ {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data1\", 150, 240, 400, 300, 200],\n+ [\"d... | TypeScript | MIT License | naver/billboard.js | feat(data): Intent to ship data.labels.position dataset
Implement labels position to be applicable for each dataset.
Fix #1126 | 1 | feat | data |
438,921 | 20.11.2019 15:12:26 | -32,400 | 9fac04858ff7b4606ad612c413eea740a0022a15 | docs(types): Add type for axes.domain
[skip ci]
Ref | [
{
"change_type": "MODIFY",
"diff": "@@ -311,6 +311,15 @@ export interface YTickConfiguration {\n}\nexport interface AxesConfiguration {\n+ /**\n+ * Set the axis domain value\n+ * if set, will not be correlated with the main x Axis domain value\n+ */\n+ domain?: [number, number];\n+\n+ /**\n+ * Set axis tick... | TypeScript | MIT License | naver/billboard.js | docs(types): Add type for axes.domain
[skip ci]
Ref #1123 | 1 | docs | types |
141,537 | 20.11.2019 15:22:47 | -39,600 | 8c8c77f4a4431d7b592271de0bb52b81151bb6f0 | feat: Add organization icon | [
{
"change_type": "ADD",
"diff": "+<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M10 5.6V2H1V18.2H19V5.6H10ZM4.6 16.4H2.8V14.6H4.6V16.4ZM4.6 12.8H2.8V11H4.6V12.8ZM4.6 9.2H2.8V7.4H4.6V9.2ZM4.6 5.6H2.8V3.8H4.6V5.6ZM8.2 16.4H6.4V14.6H8.2V16... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Add organization icon (#131) | 1 | feat | null |
866,390 | 20.11.2019 15:51:19 | 18,000 | cd9a512fb5056c83e2e8a4cad2bc26cdd6b9bf5d | fix: placed toc mobile into layout | [
{
"change_type": "MODIFY",
"diff": "@@ -133,13 +133,14 @@ const TableOfContents = ({ menuItems, children, menuLabel }) => {\n<section\ndata-autoid={`${stablePrefix}--tableofcontents`}\nclassName={`${prefix}--tableofcontents`}>\n- <div className={`${prefix}--tableofcontents__mobile-top`}></div>\n- <TOCMobile... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: placed toc mobile into layout | 1 | fix | null |
866,394 | 20.11.2019 15:59:26 | 18,000 | b620de50cf36f65d7c905f4aff9ea45df5dbe9ec | fix(layout): properly set mobile columns to be sticky if set | [
{
"change_type": "MODIFY",
"diff": "@@ -9,3 +9,4 @@ coverage\nstorybook-static\n.github\njsdocs\n+examples\n",
"new_path": ".prettierignore",
"old_path": ".prettierignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,9 @@ function _updateChild(type, children) {\nfinal.push(\n<div\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(layout): properly set mobile columns to be sticky if set | 1 | fix | layout |
865,917 | 20.11.2019 16:04:07 | -3,600 | be494ed7f678c571766b3f3a8bdb75418e3cd8fe | chore(client): bump bpmn-js-properties-panel dependency
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"bpmn-js-properties-panel\": {\n- \"version\": \"0.32.2\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-0.32.2.tgz\",\n- \"integrity\": \"sha512-nf2fFZUJfoChcKiiSvLJwutbnU0l/gPl2CopxisJo4dbZ7vYbqPnG/FYVU1MgYD6y+... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump bpmn-js-properties-panel dependency
Closes #1517
Closes #1540 | 1 | chore | client |
866,390 | 20.11.2019 16:41:26 | 18,000 | 9bd55fcdf6c80f6b97c16f7d7b6349ad4489b354 | fix: remove menu label from rendering in desktop menu | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ const TOCDesktopMenu = ({ menuItems, selectedId, updateState }) => {\n*/\nconst renderMenuItems = (items, activeId) => {\nreturn items.map(item => {\n- if (item) {\n+ if (item && item.id !== 'menuLabel') {\nreturn (\n<li\nkey={item.id}\n",
"new_path"... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: remove menu label from rendering in desktop menu | 1 | fix | null |
866,390 | 20.11.2019 16:47:33 | 18,000 | 46a4ae933c170da127546d07eaaa7d2973a67c77 | fix: replaced menuLabel string | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const { prefix } = settings;\n* @returns {*} JSX Object\n*/\nconst TOCMobile = ({ menuItems, selectedId, menuLabel, updateState }) => {\n- const [selectedOption, setSelectedOption] = useState(menuLabel);\n+ const [selectedOption, setSelectedOption] = use... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: replaced menuLabel string | 1 | fix | null |
366,920 | 20.11.2019 17:00:31 | -32,400 | 735c5273ca868a24b3db0bdb584c5b92e0041829 | style: Specify font color | [
{
"change_type": "MODIFY",
"diff": "@@ -50,11 +50,9 @@ storiesOf('DefinitionList', module).add('all', () => (\nconst Wrapper = styled.div`\npadding: 24px;\n`\n-\nconst Title = styled(Heading)`\nmargin: 0 0 16px;\n`\n-\nconst Content = styled(Base)`\nmargin: 0 0 32px;\npadding: 24px;\n",
"new_path": "src... | TypeScript | MIT License | kufu/smarthr-ui | style: Specify font color | 1 | style | null |
504,019 | 20.11.2019 17:03:06 | 18,000 | a3fcfcc35792fb9962fce75a6e1fa1155cef3e3c | fix(catalog-view-extension): remove unused packages
remove unused packages from packages.json | [
{
"change_type": "MODIFY",
"diff": "\"@patternfly/patternfly\": \"2.43.0\",\n\"@patternfly/react-core\": \"^3.122.2\",\n\"@patternfly/react-styles\": \"^3.6.10\",\n- \"breakjs\": \"^1.0.0\",\n\"classnames\": \"^2.2.5\",\n- \"css-element-queries\": \"^1.0.1\",\n- \"patternfly\": \"^3.59.4\",\n- \"patternfly-... | TypeScript | MIT License | patternfly/patternfly-react | fix(catalog-view-extension): remove unused packages (#3332)
remove unused packages from packages.json | 1 | fix | catalog-view-extension |
679,913 | 20.11.2019 17:10:52 | 0 | d9061b17a6aa89f690a0c97c12825c077f45e38b | feat(gp): add MEP, refactor all as classes, add/update types, tests | [
{
"change_type": "MODIFY",
"diff": "-import { Fn, Fn2, Predicate } from \"@thi.ng/api\";\n+import { Fn, Fn2 } from \"@thi.ng/api\";\nimport { IRandom } from \"@thi.ng/random\";\n+export const enum GeneType {\n+ TERMINAL,\n+ OP\n+}\n+\n/**\n* Type alias for S-expression based AST\n+ *\n+ * TODO update OpGen ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): add MEP, refactor all as classes, add/update types, tests | 1 | feat | gp |
722,013 | 20.11.2019 17:13:44 | 21,600 | 236768ab1b6fe49e51550a2e891d1004e3f51ca1 | docs: repair functional flag example | [
{
"change_type": "MODIFY",
"diff": "@@ -35,12 +35,14 @@ jobs:\n- run: yarn build customised\n- run: yarn build sections\n- run: yarn build vuex\n+ - run: yarn build functional-flag\n# Check that examples really works: no JS errors on load\n- run: yarn test:browser basic\n- run: yarn test:browser customised\... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: repair functional flag example | 1 | docs | null |
217,922 | 20.11.2019 17:57:00 | -3,600 | b156ecc37a645d69617d5d033e74ef4c6b5e9ccb | chore: adding more TODOs :D | [
{
"change_type": "MODIFY",
"diff": "import { DataReporter } from './data-reporter';\nimport { BehaviorSubject, combineLatest, merge, Observable } from 'rxjs';\nimport { ofPacketType } from '../rxjs/of-packet-type';\n-import { debounceTime, filter, map, shareReplay, startWith, withLatestFrom } from 'rxjs/ope... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: adding more TODOs :D
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
722,013 | 20.11.2019 18:02:54 | 21,600 | 9ac7a092f1f4857ee7396105507af04cea67c986 | fix(plugin): avoid fork-ts success notification | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,20 @@ function getStyleguidist(args, api, options) {\nfunction getConfig(api) {\nconst conf = api.resolveChainableWebpackConfig()\n+ // avoid annoying notification when everything works\n+ if (conf.plugins.has('fork-ts-checker')) {\n+ conf.plugin('fork-ts-che... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(plugin): avoid fork-ts success notification | 1 | fix | plugin |
815,593 | 20.11.2019 18:24:31 | -32,400 | 9bd2fb4f201960eb6d10b890122924d66088f2b0 | feat: add `output_data_len` and `cellbase_maturity` to get_cells_by_lock_hash | [
{
"change_type": "MODIFY",
"diff": "{\n\"block_hash\": \"0xf293d02ce5e101b160912aaf15b1b87517b7a6d572c13af9ae4101c1143b22ad\",\n\"capacity\": \"0x2ca86f2642\",\n+ \"cellbase_maturity\": false,\n\"lock\": {\n\"args\": \"0x\",\n\"code_hash\": \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a... | Rust | MIT License | nervosnetwork/ckb | feat: add `output_data_len` and `cellbase_maturity` to get_cells_by_lock_hash | 1 | feat | null |
722,013 | 20.11.2019 18:44:25 | 21,600 | b5a9e803f3adf914d82bf151d87fb36618bfd21d | ci: never stale a bug | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ daysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n- intend to implement\n+ - bug\n# Label to use when marking an issue as stale\nstaleLabel: stale\n# Comment to post when marking an issue as stale. Set to `false` ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: never stale a bug | 1 | ci | null |
67,516 | 20.11.2019 19:07:48 | -3,600 | 689e75c1864a2b6f77c1ce123c957d3b6bc1d70a | chore(aot): skipped the tests for now | [
{
"change_type": "MODIFY",
"diff": "@@ -92,17 +92,17 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(result['[[Value]]'], 2);\n});\n- it.only('new object', async function () {\n+ it.skip('new object', async function () {\nconst result = await execute(`\n- class Foo {\n+ function Foo() {\n... | TypeScript | MIT License | aurelia/aurelia | chore(aot): skipped the tests for now | 1 | chore | aot |
722,013 | 20.11.2019 19:07:53 | 21,600 | 9d240f1de082d11fd97bd339d9645ae1531e288d | test: make scoped slots tested and documented | [
{
"change_type": "MODIFY",
"diff": "<template>\n<div class=\"modal-footer\">\n- <!-- @slot Modal footer here -->\n- <slot name=\"footer\" v-bind:item=\"item\" />\n+ <!--\n+ @slot Modal footer\n+ @binding item an item passed to the footer\n+ -->\n+ <slot name=\"footer\" :item=\"item\" />\n</div>\n</template>... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: make scoped slots tested and documented | 1 | test | null |
71,499 | 20.11.2019 19:13:23 | 0 | feb1f9beb9e4d2fa9d23006e2e7715b8a5434d5e | chore(lambda): new runtimes were incorrectly marked to support inline code | [
{
"change_type": "MODIFY",
"diff": "@@ -35,11 +35,11 @@ export class Runtime {\n/** @deprecated Use {@link NODEJS_10_X} */\npublic static readonly NODEJS_8_10 = new Runtime('nodejs8.10', RuntimeFamily.NODEJS, { supportsInlineCode: true });\npublic static readonly NODEJS_10_X = new Runtime('nodejs10.x', Runt... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(lambda): new runtimes were incorrectly marked to support inline code (#5134) | 1 | chore | lambda |
104,818 | 20.11.2019 19:15:29 | 21,600 | c731c43a452e9b6dbdb67e07ff9bdc7ebb67f737 | refactor(tablecard): allow onDownloadCSV callback in table | [
{
"change_type": "MODIFY",
"diff": "@@ -147,6 +147,7 @@ const defaultProps = {\nerrorLoadingDataShortLabel: 'Data error.',\ntimeRangeLabel: 'Time range',\nrollingPeriodLabel: 'Rolling period',\n+ defaultLabel: 'Default',\nlast24HoursLabel: 'Last 24 hrs',\nlast7DaysLabel: 'Last 7 days',\nlastMonthLabel: 'Las... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(tablecard): allow onDownloadCSV callback in table | 1 | refactor | tablecard |
679,913 | 20.11.2019 19:28:29 | 0 | 51779cc5cb68cd81de181a974ed7cbad7f47b44e | refactor(examples): update shader-evo example | [
{
"change_type": "MODIFY",
"diff": "-import { isArray, isFunction } from \"@thi.ng/checks\";\n-import { ASTNode, ASTOpts, generateAST } from \"@thi.ng/gp\";\n-import { SYSTEM } from \"@thi.ng/random\";\n+import {\n+ AST,\n+ ASTNode,\n+ ASTOpts,\n+ GeneType\n+} from \"@thi.ng/gp\";\n+import { roundTo } from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update shader-evo example | 1 | refactor | examples |
679,913 | 20.11.2019 19:29:45 | 0 | 14d502556717e1e0aded784294401ec0afc6d733 | fix(webgl): use LOGGER for warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export class Shader implements IShader {\nattr.offset || 0\n);\n} else {\n- console.warn(`unknown attrib: ${id}`);\n+ LOGGER.warn(`unknown attrib: ${id}`);\n}\n}\n}\n@@ -131,7 +131,7 @@ export class Shader implements IShader {\n// console.log(id, val);... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): use LOGGER for warnings | 1 | fix | webgl |
679,913 | 20.11.2019 19:32:55 | 0 | c62f4e9a48abf7452f458514fb6f4ab6e476c17c | test(zipper): add/update tests | [
{
"change_type": "ADD",
"diff": "+import * as assert from \"assert\";\n+import { arrayZipper, Location } from \"../src\";\n+\n+describe(\"arrayZipper\", () => {\n+ let src: any[];\n+ let a: Location<number | number[] | (number | number[])[]>;\n+ beforeEach(() => {\n+ src = [1, [2, [3], 4], 5];\n+ a = arrayZ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(zipper): add/update tests | 1 | test | zipper |
865,926 | 20.11.2019 19:52:48 | -3,600 | a2c008d09effe200c857ec36a20889ae4dde598a | feat(bpmn-modeler): disable collapsing sub process
This commit adds a bpmn-js plugin that disables modeling
actions that allowed to collapse sub process. It is done
due to lacking support for collapsed sub process with
children in other Camunda tools: Cockpit and Cawemo.
BREAKING CHANGES
* Sub Process cannot be collaps... | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"bpmn-js-disable-collapsed-subprocess\": {\n+ \"version\": \"0.1.0\",\n+ \"resolved\": \"https://registry.npmjs.org/bpmn-js-disable-collapsed-subprocess/-/bpmn-js-disable-collapsed-subprocess-0.1.0.tgz\",\n+ \"integrity\": \"sha512-Aw8Q/cuFlRB2L1PRskbZpXMu3Wi... | JavaScript | MIT License | camunda/camunda-modeler | feat(bpmn-modeler): disable collapsing sub process
This commit adds a bpmn-js plugin that disables modeling
actions that allowed to collapse sub process. It is done
due to lacking support for collapsed sub process with
children in other Camunda tools: Cockpit and Cawemo.
BREAKING CHANGES
* Sub Process cannot be coll... | 1 | feat | bpmn-modeler |
865,926 | 20.11.2019 19:52:48 | -3,600 | 029377dc3907e8ee43704c5fc05018b8c8e7faf0 | chore(bpmn-modeler): bump disabled collapsed subprocess | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"bpmn-js-disable-collapsed-subprocess\": {\n- \"version\": \"0.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js-disable-collapsed-subprocess/-/bpmn-js-disable-collapsed-subprocess-0.1.0.tgz\",\n- \"integrity\": \"sha512-Aw8Q/cuFlRB2L1PRskbZpXMu3WiONwry... | JavaScript | MIT License | camunda/camunda-modeler | chore(bpmn-modeler): bump disabled collapsed subprocess | 1 | chore | bpmn-modeler |
791,704 | 20.11.2019 20:18:44 | 28,800 | 83d9d9ce13ee8729c0a35be37cd09f12b22f0e9a | misc: bump-versions.js release script | [
{
"change_type": "MODIFY",
"diff": "\"private\": true,\n\"scripts\": {},\n\"devDependencies\": {\n- \"lighthouse\": \"^3.x\"\n+ \"lighthouse\": \"^5.6.0\"\n}\n}\n",
"new_path": "docs/recipes/custom-audit/package.json",
"old_path": "docs/recipes/custom-audit/package.json"
},
{
"change_type": ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: bump-versions.js release script (#9998) | 1 | misc | null |
679,913 | 20.11.2019 21:13:12 | 0 | 921fcdd4e1c1919e4539c033df591782b63cff0a | feat(gp): add opt min depth filter for MEP.decodeChromosome() | [
{
"change_type": "MODIFY",
"diff": "@@ -8,19 +8,6 @@ import {\n} from \"./api\";\nimport { opNode, probabilities, terminalNode } from \"./utils\";\n-export const CONF: MEPOpts<string, number> = {\n- chromoSize: 20,\n- probMutate: 0.1,\n- terminal: (rnd) => rnd.float(),\n- ops: [\n- {\n- fn: (rnd) => [\"+\",... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): add opt min depth filter for MEP.decodeChromosome() | 1 | feat | gp |
67,516 | 20.11.2019 22:14:59 | -3,600 | 8070e6682e21957786c820d518b04c2ed45c99a2 | feat(aot): typeof operator (expr) implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -217,4 +217,43 @@ describe('AOT (smoke tests)', function () {\nassert.instanceOf(result['[[Value]]'], Error);\n});\n+ it.skip('delete', async function () {\n+ const result = await execute(`\n+ function foo(){}\n+ // foo.a = 123;\n+ foo.b = 123;\n+ // delete foo.a;\n+ r... | TypeScript | MIT License | aurelia/aurelia | feat(aot): typeof operator (expr) implementation | 1 | feat | aot |
807,901 | 20.11.2019 22:27:52 | -7,200 | e12bf6a6af636e8ac0c0085144325f36505fc8d9 | feat(add): Add `--peer` option to save target in `peerDependencies` | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` C\n## Usage\n```sh\n-$ lerna add <package>[@version] [--dev] [--exact]\n+$ lerna add <package>[@version] [--dev] [--exact] [--peer]\n```\nAdd local or remote `package` as depend... | JavaScript | MIT License | lerna/lerna | feat(add): Add `--peer` option to save target in `peerDependencies` (#2334) | 1 | feat | add |
67,476 | 20.11.2019 22:29:02 | -3,600 | c2ea5fc7e3cd68de0f5b7b398ce2b18ce686ec35 | feat(runtime): add CustomElement.createInjectable api | [
{
"change_type": "ADD",
"diff": "+import { RouterConfiguration } from '@aurelia/router';\n+import { CustomElement, Aurelia, customElement } from '@aurelia/runtime';\n+import { TestContext, assert } from '@aurelia/testing';\n+\n+describe('CustomElement.createInjectable', function () {\n+ it('properly links p... | TypeScript | MIT License | aurelia/aurelia | feat(runtime): add CustomElement.createInjectable api | 1 | feat | runtime |
807,922 | 20.11.2019 22:30:19 | -19,080 | 5d888611925740d983f3958d819aebd6b9046b95 | docs(publish): Fix typo in option heading | [
{
"change_type": "MODIFY",
"diff": "@@ -238,7 +238,7 @@ lerna publish --canary --yes\nWhen run with this flag, `lerna publish` will skip all confirmation prompts.\nUseful in [Continuous integration (CI)](https://en.wikipedia.org/wiki/Continuous_integration) to automatically answer the publish confirmation p... | JavaScript | MIT License | lerna/lerna | docs(publish): Fix typo in option heading (#2336) | 1 | docs | publish |
815,595 | 20.11.2019 22:35:30 | -28,800 | 84efdb5d8b2f957060a3201e1708d0b4607423eb | chore: omit calculate_dao_maximum_withdraw log | [
{
"change_type": "MODIFY",
"diff": "@@ -66,10 +66,7 @@ impl ExperimentRpc for ExperimentRpcImpl {\nlet calculator = DaoCalculator::new(consensus, snapshot);\nmatch calculator.maximum_withdraw(&out_point.into(), &hash.pack()) {\nOk(capacity) => Ok(capacity.into()),\n- Err(err) => {\n- error!(\"calculate_dao_... | Rust | MIT License | nervosnetwork/ckb | chore: omit calculate_dao_maximum_withdraw log | 1 | chore | null |
104,844 | 20.11.2019 22:37:46 | 18,000 | 2ce1721071b9b00d2406419578198f8d77b936a4 | chore(test): remove a11y test | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\ncollectCoverage: true,\n- collectCoverageFrom: ['src/components/**/*.js?(x)', '!src/**/*.story.js?(x)'],\n+ collectCoverageFrom: [\n+ 'src/components/**/*.js?(x)',\n+ '!src/**/*.story.js?(x)',\n+ '!src/**/?(*.)test.a11y.js?(x)',\n+ ],\ncoveragePathIgno... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): remove a11y test | 1 | chore | test |
67,476 | 20.11.2019 22:43:47 | -3,600 | d5dcddc27f84aee43b6b4e40a794d0830a807e25 | chore(test): fix template compiler tests | [
{
"change_type": "MODIFY",
"diff": "@@ -445,6 +445,7 @@ const defaultCustomElementDefinitionProperties = {\nbindables: {},\nchildrenObservers: {},\ncontainerless: false,\n+ injectable: null,\nisStrictBinding: false,\nhasSlots: false,\nshadowOptions: null,\n",
"new_path": "packages/__tests__/5-jit-html/t... | TypeScript | MIT License | aurelia/aurelia | chore(test): fix template compiler tests | 1 | chore | test |
67,476 | 20.11.2019 23:01:46 | -3,600 | abb6dac9e8be3ca52150ebd68377701cbd51c609 | fix(customelement.for): correctly traverse up | [
{
"change_type": "MODIFY",
"diff": "@@ -387,12 +387,12 @@ export const CustomElement: CustomElementKind = {\nlet cur = node as INode | null;\nwhile (cur !== null) {\n- const controller = Metadata.getOwn(CustomElement.name, node);\n+ const controller = Metadata.getOwn(CustomElement.name, cur);\nif (controlle... | TypeScript | MIT License | aurelia/aurelia | fix(customelement.for): correctly traverse up | 1 | fix | customelement.for |
503,918 | 20.11.2019 23:06:32 | -7,200 | 89f8bae708cb6df7aed501d0c830ab18b351453e | fix(flex): typo in align and justify modifiers | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport { Flex } from './Flex';\nimport { FlexItem } from './FlexItem';\n-import { shallow } from 'enzyme';\n+import { shallow, mount } from 'enzyme';\n+import { FlexModifiers, FlexItemModifiers } from './FlexUtils';\ntest('Simple flex with... | TypeScript | MIT License | patternfly/patternfly-react | fix(flex): typo in align and justify modifiers (#3328)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | flex |
71,374 | 20.11.2019 23:13:26 | 0 | bbd7637223d70a7d96c4f737ea1df3896e8712a3 | chore(aws-cdk): amend help text fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -48,8 +48,7 @@ async function parseCommandLineArguments() {\n.option('long', { type: 'boolean', default: false, alias: 'l', desc: 'Display environment information for each stack' })\n)\n.command([ 'synthesize [STACKS..]', 'synth [STACKS..]' ], 'Synthesizes and prints t... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(aws-cdk): amend help text fixes #2848 (#5042) | 1 | chore | aws-cdk |
447,451 | 20.11.2019 23:33:13 | 21,600 | 1a479f94de4659e24121754402685a84a9638d61 | fix: calendar description | [
{
"change_type": "MODIFY",
"diff": "@@ -42,9 +42,6 @@ import { uniqueId, getLocale } from '../../libs/utils';\nimport { Consumer } from '../Application/context';\nimport { Provider } from './context';\n-/**\n- * Calendar provide a simple way to select a single date.\n- */\nclass CalendarComponent extends Co... | JavaScript | MIT License | nexxtway/react-rainbow | fix: calendar description | 1 | fix | null |
471,527 | 21.11.2019 00:00:57 | -3,600 | 4a94fdca95db6bb8fcb1859ac236e7ece8630dbb | chore: always run yarn in the ci | [
{
"change_type": "MODIFY",
"diff": "@@ -18,15 +18,17 @@ jobs:\n- restore_cache:\nkeys:\n- v4-dependencies-{{ checksum \"yarn.lock\" }}\n- - run:\n- name: Do `yarn install` on cache miss\n- command: |\n- if [ -d \"./node_modules\" ]; then\n- echo \"Restored node_modules from cache\";\n- else\n- echo \"Fill n... | JavaScript | MIT License | open-wc/open-wc | chore: always run yarn in the ci | 1 | chore | null |
791,779 | 21.11.2019 00:31:14 | -3,600 | d2683812f774014a336b3b835a3c5f3d7ab5ec85 | core(artifacts): add property attribute to MetaElements | [
{
"change_type": "MODIFY",
"diff": "<title>DoBetterWeb Mega Tester... Of Death</title>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">\n+<meta property=\"og:description\" content=\"Open Graph smoke test description\">\n<template id=\"links... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(artifacts): add property attribute to MetaElements (#9978) | 1 | core | artifacts |
67,494 | 21.11.2019 00:55:52 | -3,600 | 3c6301cc06c9dcc6640e0437f808b2083dff0b16 | refactor(router): fix rebase issues (temporary) | [
{
"change_type": "MODIFY",
"diff": "import { DI, IContainer, Key, Reporter } from '@aurelia/kernel';\n-import { Aurelia, IController, IRenderContext, IViewModel, Controller } from '@aurelia/runtime';\n+import { Aurelia, IController, IRenderContext, IViewModel, Controller, CustomElement } from '@aurelia/runt... | TypeScript | MIT License | aurelia/aurelia | refactor(router): fix rebase issues (temporary) | 1 | refactor | router |
471,527 | 21.11.2019 01:13:04 | -3,600 | cc8e74fe1277ee33f32380196533b6aa38501ca4 | fix(demoing-storybook): build needs to take rootDir into account | [
{
"change_type": "MODIFY",
"diff": "\"@babel/core\": \"^7.7.2\",\n\"@babel/plugin-transform-react-jsx\": \"^7.3.0\",\n\"@mdx-js/mdx\": \"^1.5.1\",\n- \"@open-wc/building-rollup\": \"^0.12.12\",\n+ \"@open-wc/building-rollup\": \"^0.14.1\",\n\"@open-wc/storybook-prebuilt\": \"^0.0.5\",\n\"@storybook/addon-do... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): build needs to take rootDir into account | 1 | fix | demoing-storybook |
679,913 | 21.11.2019 01:44:59 | 0 | 9852631e227d9704c41f9dbe8a6b2cce10bd8fa9 | feat(gp): update crossover/mutation for both AST/MEP, add tests | [
{
"change_type": "MODIFY",
"diff": "import { SYSTEM } from \"@thi.ng/random\";\nimport {\n- comp,\n- drop,\niterate,\niterator,\nrepeatedly,\n@@ -45,7 +43,7 @@ export class AST<OP, T> {\n* @param parent1\n* @param parent2\n*/\n- crossover(parent1: ASTNode<OP, T>, parent2: ASTNode<OP, T>) {\n+ crossoverSingl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): update crossover/mutation for both AST/MEP, add tests | 1 | feat | gp |
679,913 | 21.11.2019 01:47:20 | 0 | fb33937c25ece58f9f3944319ffdb93635e6d8b7 | feat(examples): update shader-evo | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {\nGeneType\n} from \"@thi.ng/gp\";\nimport { roundTo } from \"@thi.ng/math\";\n-import { IRandom } from \"@thi.ng/random\";\n+import { IRandom, SYSTEM } from \"@thi.ng/random\";\nimport {\n$,\nabs,\n@@ -15,6 +15,7 @@ import {\nassign,\natan,\ncos,\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update shader-evo | 1 | feat | examples |
866,393 | 21.11.2019 03:52:47 | -32,400 | aa14a423597b5ee09284b6c6e3b34cb20a3f156c | docs(readme): add more notes for React wrapper
Refs | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ export class AppModule {}\n[](https://codesandbox.io/s/github/carbon-design-system/carbon-custom-elements/tree/master/examples/codesandbox/react)\n-You can... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(readme): add more notes for React wrapper (#175)
Refs #95. | 1 | docs | readme |
551,636 | 21.11.2019 08:18:10 | 0 | 4e078b032fe59fd8e13d56428e0695bd20ecf90b | docs: brought roadmap up to date | [
{
"change_type": "MODIFY",
"diff": "-__SQL implementation__\n+__SQL__\n+\n+- [ ] Authorization framework:\n+ granular authorization framework to govern data access at table, column and SQL functional level\n+- [ ] Analytic functions\n+- [ ] Views\n+- [ ] Incremental queries: reuse result of previously users... | Java | Apache License 2.0 | questdb/questdb | docs: brought roadmap up to date | 1 | docs | null |
551,636 | 21.11.2019 08:44:40 | 0 | cf12bb6a43943611334bc969ce6c0d7e55bb8f24 | fix: dynamic timestamp issue | [
{
"change_type": "MODIFY",
"diff": "@@ -106,8 +106,8 @@ public abstract class AbstractIntervalDataFrameCursor implements DataFrameCursor\nreturn dataFrame;\n}\n- public void of(TableReader reader) {\n- this.timestampIndex = reader.getMetadata().getTimestampIndex();\n+ public void of(TableReader reader, int ... | Java | Apache License 2.0 | questdb/questdb | fix: dynamic timestamp issue #88 | 1 | fix | null |
276,946 | 21.11.2019 09:15:06 | 10,800 | d196a9e7d607d107e0217e93054500bf9e7fb4c5 | refactor(yoga/stepper): change customPropType to limitPropType | [
{
"change_type": "RENAME",
"diff": "import { number, checkPropTypes } from 'prop-types';\n-const customPropType = (props, propName, componentName) => {\n+const limitPropType = (props, propName, componentName) => {\nconst { children, [propName]: activeStep } = props;\ncheckPropTypes({ [propName]: number }, p... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): change customPropType to limitPropType | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 09:18:30 | 10,800 | 2c33cb57d44d06957fd9444aa39ad0576ae87180 | refactor(yoga/stepper): pass an active prop instead of index and activeStep | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,7 @@ const DotWrapper = styled.View`\nconst Dot = styled.View(\n({\n- index,\n- activeStep,\n+ active,\ntheme: {\ncomponents: { stepper },\n},\n@@ -28,7 +27,7 @@ const Dot = styled.View(\nborder-radius: ${stepper.dot.radius}px;\nbackground-color: ${\n- active... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): pass an active prop instead of index and activeStep | 1 | refactor | yoga/stepper |
866,415 | 21.11.2019 09:42:01 | 18,000 | 8deababcddf31f11ef0447da78e72fbb96ae04bc | feat(leadspace-centered): initial leadspace centered | [
{
"change_type": "MODIFY",
"diff": "export const DDS_FLAGS_ALL = process.env.DDS_FLAGS_ALL === 'true' || false;\n/**\n- * This determines if the leadspace will be rendered or not\n+ * This determines if the leadspace (left-aligned) will be rendered or not\n*\n* @type {string | boolean}\n*/\nexport const LEA... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace-centered): initial leadspace centered | 1 | feat | leadspace-centered |
276,946 | 21.11.2019 09:52:48 | 10,800 | 5a187b1b0d792ec05bf924fafecd665f9d5f6259 | refactor(yoga/stepper): create a typeOf custom proptype | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { node } from 'prop-types';\nimport styled from 'styled-components';\n-import limitPropType from '../limitPropType';\n+import { limitChildren, typeOf } from '../../shared';\nimport Line from './Line';\nimport Dots from './Dots';\n@@ -30... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): create a typeOf custom proptype | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 09:54:00 | 10,800 | 058810239006c9fa8e728e6d25c32ffebe6dbf94 | refactor(yoga/stepper): create a width prop instead of doing the logic inside style | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,7 @@ const InactiveLine = styled.View(\nconst ActiveLine = styled.View(\n({\n- activeStep,\n- totalSteps,\n+ width,\ntheme: {\ncomponents: { stepper },\n},\n@@ -34,7 +33,7 @@ const ActiveLine = styled.View(\ntop: 0;\nbackground-color: ${stepper.line.backgroun... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): create a width prop instead of doing the logic inside style | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 09:54:48 | 10,800 | d31ffcba6e521c0834bdf81a827a54c633ed72c2 | refactor(yoga/stepper): create a active prop instead of using index and activeStep inside style | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,7 @@ const Label = styled.span(\nconst DotWrapper = styled.div(\n({\n- index,\n- activeStep,\n+ active,\ntheme: {\ncomponents: { stepper },\n},\n@@ -51,9 +50,7 @@ const DotWrapper = styled.div(\ntop: 10px;\ncolor: ${\n- activeDot(index, activeStep)\n- ? stepp... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): create a active prop instead of using index and activeStep inside style | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 09:55:41 | 10,800 | 1b44d22b96b06d16a3bd33351acecf278c58fb87 | refactor(yoga/stepper): remove unused theme property | [
{
"change_type": "MODIFY",
"diff": "@@ -47,11 +47,6 @@ const BaseTheme = ({ primary, secondary }) => {\ninactive: colors.gray[3],\n},\n},\n- content: {\n- margin: {\n- top: spacing.huge,\n- },\n- },\n},\nslider: {\ntrack: {\n",
"new_path": "packages/yoga/src/ThemeProvider/themes/BaseTheme.js",
"old_... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): remove unused theme property | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 10:08:47 | 10,800 | 091f8bcb81a0433b44ea76b23879c25172f5e396 | refactor(yoga/stepper): using React.Children.toArray instead of children | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const Stepper = ({ children, activeStep, ...rest }) => (\nlabels={React.Children.map(children, child => child.props.label)}\n/>\n</LineWrapper>\n- {children[activeStep]}\n+ {React.Children.toArray(children)[activeStep]}\n</Root>\n);\n",
"new_path": "... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): using React.Children.toArray instead of children | 1 | refactor | yoga/stepper |
304,902 | 21.11.2019 10:12:46 | 28,800 | 9513b3afff899bcbd393e214f6b72c95b9d1d76a | chore(libflux): remove ragel as a build dependency
* chore(libflux): remove ragel as a build dependency
Check in generated scanner code
* fix(libflux): update generated code for Rust scanner | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,8 @@ GENERATED_TARGETS = \\\nast/internal/fbast \\\nsemantic/internal/fbsemantic \\\nlibflux/src/ast/flatbuffers/ast_generated.rs \\\n- libflux/src/semantic/flatbuffers/semantic_generated.rs\n+ libflux/src/semantic/flatbuffers/semantic_generated.rs \\\n+ libf... | Go | MIT License | influxdata/flux | chore(libflux): remove ragel as a build dependency (#2180)
* chore(libflux): remove ragel as a build dependency
- Check in generated scanner code
* fix(libflux): update generated code for Rust scanner | 1 | chore | libflux |
71,267 | 21.11.2019 10:20:32 | 28,800 | b3c59a8d3134ce367fc1f48bbda7810d98a72500 | chore: fix init template READMEs for sample-app | [
{
"change_type": "MODIFY",
"diff": "# Welcome to your CDK TypeScript Construct Library project!\nYou should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`%name.PascalCased%`)\n-which contains an Amazon SNS topic that is subscribed to an Amazon SQS ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix init template READMEs for sample-app (#5147) | 1 | chore | null |
866,415 | 21.11.2019 10:25:47 | 18,000 | cb1f2b25a5275dfe7b51bf4d9846cda40091edf5 | feat(leadspace-centered): image and background in mobile | [
{
"change_type": "MODIFY",
"diff": "*/\nimport PropTypes from 'prop-types';\n-import React from 'react';\n+import React, { useState, useEffect } from 'react';\nimport classnames from 'classnames';\nimport { settings } from 'carbon-components';\nimport {\n@@ -53,7 +53,28 @@ const overlayClassname = gradient ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace-centered): image and background in mobile | 1 | feat | leadspace-centered |
276,946 | 21.11.2019 10:39:21 | 10,800 | f4fbdddcc4acc15757e173e4663de8a3df3fb952 | refactor(yoga/stepper): use Step displayName on the typeOf proptype | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import styled from 'styled-components';\nimport { limitChildren, typeOf } from '../../shared';\nimport Line from './Line';\nimport Dots from './Dots';\n+import Step from './Step';\nconst Wrapper = styled.View`\nwidth: 100%;\n@@ -16,7 +17,7 @@ const LineWra... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): use Step displayName on the typeOf proptype | 1 | refactor | yoga/stepper |
815,593 | 21.11.2019 10:45:44 | -32,400 | 6cd2b4fd225dbe4bf9a85a7918e93f3ff279f2bc | chore: add `returns` section to rpc doc | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,17 @@ def print_types(case):\nfor (key, val) in item.items():\nprint(\" {} - {}\".format(key, val))\n+def print_returns(case):\n+ if case.get(\"returns\") is None:\n+ return\n+\n+ print(\"#### Returns\")\n+ newline(1)\n+ for item in case[\"returns\"]:\n+ if l... | Rust | MIT License | nervosnetwork/ckb | chore: add `returns` section to rpc doc | 1 | chore | null |
791,704 | 21.11.2019 10:52:54 | 28,800 | ee3a9dfd665135b9dc03c18c9758b27464df07e0 | clients(viewer): update manifest icons | [
{
"change_type": "DELETE",
"diff": "Binary files a/lighthouse-viewer/app/images/android-chrome-192x192.png and /dev/null differ\n",
"new_path": "lighthouse-viewer/app/images/android-chrome-192x192.png",
"old_path": "lighthouse-viewer/app/images/android-chrome-192x192.png"
},
{
"change_type":... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(viewer): update manifest icons (#10002) | 1 | clients | viewer |
438,921 | 21.11.2019 10:53:03 | -32,400 | b84be8e499712d00e0bef2ed8a6ffc55b87c7536 | feat(arc): Intent to ship pie/donut.startingAngle
Implementation of startingAngle option for pie & donut.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -3486,6 +3486,21 @@ d3.select(\".chart_area\")\npadAngle: 0.1\n}\n}\n+ },\n+ StartingAngle: {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data1\", 30],\n+ [\"data2\", 45],\n+ [\"data3\", 25]\n+ ],\n+ type: \"donut\"\n+ },\n+ donut: {\n+ startingAngle: 0.7\n+ }\n+ }\n}... | TypeScript | MIT License | naver/billboard.js | feat(arc): Intent to ship pie/donut.startingAngle
Implementation of startingAngle option for pie & donut.
Fix #1128 | 1 | feat | arc |
276,946 | 21.11.2019 10:57:06 | 10,800 | 74f82de8fd1979ca222670c66dca22e60f982672 | refactor(yoga/stepper): getting padding from theme | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,13 @@ const Wrapper = styled.View`\n`;\nconst LineWrapper = styled.View(\n- ({ theme: { spacing } }) => `\n+ ({\n+ theme: {\n+ components: { stepper },\n+ },\n+ }) => `\nwidth: 100%;\n- padding: 0 ${spacing.xxlarge}px;\n+ padding: 0 ${stepper.padding.right}px... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): getting padding from theme | 1 | refactor | yoga/stepper |
276,946 | 21.11.2019 11:27:18 | 10,800 | 643e071e8c78046de8fde9e7b40db6f8b858ece5 | fix(yoga/doc): change gatsby google-fonts plugin | [
{
"change_type": "MODIFY",
"diff": "+/* eslint-disable no-useless-escape */\nconst config = require('./config');\nconst plugins = [\n@@ -54,18 +55,10 @@ const plugins = [\n},\n},\n{\n- resolve: `gatsby-plugin-prefetch-google-fonts`,\n+ resolve: `gatsby-plugin-google-fonts`,\noptions: {\n- fonts: [\n- {\n- f... | JavaScript | MIT License | gympass/yoga | fix(yoga/doc): change gatsby google-fonts plugin | 1 | fix | yoga/doc |
277,000 | 21.11.2019 11:44:45 | 10,800 | 5d4f1e58d204a0a05b2a87d66812afa4075d4dcc | refactor(checkbox): adjusting checkbox based on review | [
{
"change_type": "MODIFY",
"diff": "@@ -5,21 +5,12 @@ Gympass `<Checkbox />` are used for a list of options where the user may select\n### Usage\n```javascript reactLive=true center=true\n-<section>\n- <Checkbox\n- style={{ width: 200, marginBottom: 40 }}\n- value=\"checkbox-value\"\n- label=\"Checkbox Unch... | JavaScript | MIT License | gympass/yoga | refactor(checkbox): adjusting checkbox based on review | 1 | refactor | checkbox |
277,000 | 21.11.2019 11:50:18 | 10,800 | 4e9929ca75def989b1cfa26c2edca0d87029c5de | test(checkbox): adjusting unit test and snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ describe('<Checkbox />', () => {\nconst onChangeMock = jest.fn();\nconst { getByTestId } = render(\n<ThemeProvider>\n- <Checkbox {...data} onChange={onChangeMock} testID=\"checkbox\" />\n+ <Checkbox {...data} onPress={onChangeMock} testID=\"checkbox\" />... | JavaScript | MIT License | gympass/yoga | test(checkbox): adjusting unit test and snapshot | 1 | test | checkbox |
217,922 | 21.11.2019 11:58:04 | -3,600 | a6340722a62717bb01373d612d95ed4a005c2c2b | feat(desktop): new option to start the app as minimized in tray | [
{
"change_type": "MODIFY",
"diff": "{{'SETTINGS.Always_on_top' | translate}}\n</label>\n</div>\n+ <div>\n+ <label [(ngModel)]=\"startMinimized\" (ngModelChange)=\"startMinimizedChange($event)\" nz-checkbox>\n+ {{'SETTINGS.Start_minimized' | translate}}\n+ </label>\n+ </div>\n<div>\n<label [(ngModel)]=\"sett... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): new option to start the app as minimized in tray | 1 | feat | desktop |
866,394 | 21.11.2019 12:07:27 | 18,000 | f360e522db4a8a1a22d2ec4e26a7c933a7432996 | chore(stale): Updating threshold to 60 days | [
{
"change_type": "MODIFY",
"diff": "# Number of days of inactivity before an issue becomes stale\n-daysUntilStale: 30\n+daysUntilStale: 60\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 3\n# Issues with these labels will never be considered stale\n",
"new_path": ".github... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(stale): Updating threshold to 60 days | 1 | chore | stale |
866,394 | 21.11.2019 12:59:29 | 18,000 | a5075411427eb6c2cfcbae15818c5d2fffa34ea0 | chore(yarn): fix to yarn dependencies | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.1.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.1.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.1.tgz"
},
{
"change_type": "D... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(yarn): fix to yarn dependencies | 1 | chore | yarn |
447,439 | 21.11.2019 13:00:37 | 18,000 | 83b2fe11f8e2ebfff274aa6adb3158664ffdccea | chore: adding support for volta | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,13 @@ Begining to collaborate in React Rainbow Component is simple. Just have to go th\n5. Visit GitHub and make your pull request.\nIf you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts.\n+## M... | JavaScript | MIT License | nexxtway/react-rainbow | chore: adding support for volta (#1162) | 1 | chore | null |
866,415 | 21.11.2019 13:27:07 | 18,000 | 8305536843791b3c7b46fe5edd3ff9eb4d215b86 | feat(leadspace-centered): gradient overlay | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ const className = image =>\n*/\nconst overlayClassname = gradient =>\nclassnames(`${prefix}--leadspace--centered__overlay`, {\n- [`${prefix}--leadspace--centered--gradient`]: gradient,\n+ [`${prefix}--leadspace--centered__gradient`]: gradient,\n});\n/**\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace-centered): gradient overlay | 1 | feat | leadspace-centered |
217,922 | 21.11.2019 13:46:33 | -3,600 | ee85a3888d2ffba2862c4b4b6217cc4e6d5a3a77 | feat(desktop): app now stays in tray when closing (with an option to always quit) | [
{
"change_type": "MODIFY",
"diff": "{{'SETTINGS.Start_minimized' | translate}}\n</label>\n</div>\n+ <div>\n+ <label [(ngModel)]=\"alwaysQuit\" (ngModelChange)=\"alwaysQuitChange($event)\" nz-checkbox>\n+ {{'SETTINGS.Always_quit' | translate}}\n+ </label>\n+ </div>\n<div>\n<label [(ngModel)]=\"settings.click... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): app now stays in tray when closing (with an option to always quit) | 1 | feat | desktop |
217,922 | 21.11.2019 13:49:22 | -3,600 | d2bf3d54ad3ffd6de5eb14e968f67efe018f25a8 | feat(core): added new tip in the pool: Start_desktop_before_game | [
{
"change_type": "MODIFY",
"diff": "@@ -3,29 +3,11 @@ import { environment } from '../environments/environment';\nimport { GarlandToolsService } from './core/api/garland-tools.service';\nimport { TranslateService } from '@ngx-translate/core';\nimport { IpcService } from './core/electron/ipc.service';\n-impo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(core): added new tip in the pool: Start_desktop_before_game | 1 | feat | core |
865,925 | 21.11.2019 14:32:36 | -3,600 | 208157b23ec2546fa7b030a6d825251d978db553 | feat(app): Privacy Preferences item in menu | [
{
"change_type": "MODIFY",
"diff": "@@ -540,6 +540,13 @@ class MenuBuilder {\nlabel: 'Report Issue',\nclick: () => browserOpen('https://github.com/camunda/camunda-modeler/issues/new/choose')\n},\n+ ... (app.flags && app.flags.get('server-interaction')) ? [\n+ getSeparatorTemplate(),\n+ {\n+ label: 'Privacy ... | JavaScript | MIT License | camunda/camunda-modeler | feat(app): Privacy Preferences item in menu | 1 | feat | app |
865,925 | 21.11.2019 14:36:11 | -3,600 | 92dd230795d6f1db84deda5bb621a832b3e88891 | feat(client): hide close icon if onClose non existent in Modal API | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,25 @@ describe('<Modal>', function() {\n});\n+ describe('onClose parameter', function() {\n+\n+ it('should render close icon if onClose existent', function() {\n+\n+ const wrapper = mount(<Modal onClose={ () => {} } />);\n+\n+ expect(wrapper.find('.close')).t... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): hide close icon if onClose non existent in Modal API | 1 | feat | client |
866,415 | 21.11.2019 14:41:44 | 18,000 | 26d576fc49767c5fdf4f4833d5c31bf5ad3d62a1 | feat(leadspace-centered): use button group component | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ import {\nsettings as ddsSettings,\n} from '@carbon/ibmdotcom-utilities';\nimport { LEADSPACE_CENTERED } from '../../internal/FeatureFlags';\n-import LeadSpaceButtons from '../LeadSpace/LeadSpaceButtons';\n+import { ButtonGroup } from '@carbon/ibmdotcom-... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace-centered): use button group component | 1 | feat | leadspace-centered |
217,922 | 21.11.2019 14:56:26 | -3,600 | c9c7a58956dc3e432ca38598d7158589d60ad6af | chore: more work on fshing data capture | [
{
"change_type": "MODIFY",
"diff": "@@ -40,23 +40,24 @@ export class FishingReporter implements DataReporter {\ngetDataReports(packets$: Observable<any>): Observable<any[]> {\nconst lastFishCaught$ = new BehaviorSubject<number>(-1);\n- const itemsObtained$ = packets$.pipe(\n- ofPacketType('updateInventorySl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more work on fshing data capture | 1 | chore | null |
276,946 | 21.11.2019 15:23:39 | 10,800 | ff8ca5a08456af273a3092bb5cb456bf24c17c29 | ci(actions): add if statement to trigger the publish only when merged | [
{
"change_type": "MODIFY",
"diff": "name: Yoga - Gympass Design System\non:\n- push:\n- branches:\n- - master\n+ pull_request:\n+ types: [closed]\njobs:\nbuild-and-publish:\nruns-on: ubuntu-latest\n+ if: github.event.pull_request.merged == true\nsteps:\n- uses: actions/checkout@v1\n- name: Configure CI Git ... | JavaScript | MIT License | gympass/yoga | ci(actions): add if statement to trigger the publish only when merged | 1 | ci | actions |
276,946 | 21.11.2019 15:24:02 | 10,800 | 96ea3e0b3e1c8d0a6a77caf2c06a09bcc57075fe | chore(yoga/doc): remove private true from package.json | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@gympass/yoga-doc\",\n\"description\": \"Gympass Design System components documentation\",\n\"version\": \"0.5.0\",\n- \"private\": true,\n\"license\": \"MIT\",\n\"dependencies\": {\n\"@gympass/yoga\": \"^0.4.0\",\n",
"new_path": "packages/doc/package.json... | JavaScript | MIT License | gympass/yoga | chore(yoga/doc): remove private true from package.json | 1 | chore | yoga/doc |
104,844 | 21.11.2019 15:27:08 | 18,000 | 45e8778d2ff65197a402b7ea642281bd76ec29ba | fix(test): removed a11y from main test | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\n- collectCoverage: true,\n- collectCoverageFrom: [\n- 'src/components/**/*.js?(x)',\n- '!src/**/*.story.js?(x)',\n- '!src/**/?(*.)test.a11y.js?(x)',\n- ],\n+ collectCoverageFrom: ['src/components/**/*.js?(x)', '!src/**/*.story.js?(x)'],\ncoveragePathIg... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(test): removed a11y from main test | 1 | fix | test |
277,000 | 21.11.2019 15:36:18 | 10,800 | 33171cc3f71de3628d77fd3d267bfdc372d24559 | refactor(checkbox): adjusting checkbox component after review | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ const StyledText = styled.Text`\n`;\nconst CheckboxWrapper = styled.View`\n+ flex-direction: row;\nmargin-bottom: 10px;\ntext-align: center;\nalign-items: center;\n@@ -50,7 +51,7 @@ const CheckboxPage = () => {\nchecked={checked}\nlabel=\"Checkbox Label\... | JavaScript | MIT License | gympass/yoga | refactor(checkbox): adjusting checkbox component after review | 1 | refactor | checkbox |
277,000 | 21.11.2019 15:52:53 | 10,800 | 7ca04455923dd751ff856a668e42b3496e98ce7d | refactor(checkbox): adding radii token semi-rouded | [
{
"change_type": "MODIFY",
"diff": "*\n* @type {Object}\n* @property {number} sharp A sharp value for border radius (0 radius)\n- * @property {number} rounded A rounded value for border radius\n+ * @property {number} semiRounded A semi-rounded value for border radius (4 radius)\n+ * @property {number} round... | JavaScript | MIT License | gympass/yoga | refactor(checkbox): adding radii token semi-rouded | 1 | refactor | checkbox |
679,913 | 21.11.2019 16:04:48 | 0 | e339925bc1fcbf2f7787e6453d2e29922adb3836 | feat(gp): update MEP.decodeChromosome, tests, add docs | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/gp\",\n\"version\": \"0.0.1\",\n- \"description\": \"Genetic programming helpers\",\n+ \"description\": \"Genetic programming helpers & strategies (tree based & multi-expression programming)\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.j... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): update MEP.decodeChromosome, tests, add docs | 1 | feat | gp |
730,429 | 21.11.2019 16:09:09 | 18,000 | 14b691dca44757123075e4992cbf422254ff0f40 | chore(circle): extend timeout for tap test [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -331,7 +331,9 @@ jobs:\ngit checkout tags/production\n- restore_node_modules\n- run: npm i\n- - run: npm run test:tap\n+ - run:\n+ command: npm run test:tap\n+ no_output_timeout: 30m\n- store_test_results:\npath: reports/\n- store_test_results:\n",
"new_path": ".ci... | JavaScript | MIT License | webex/react-widgets | chore(circle): extend timeout for tap test [skip ci] | 1 | chore | circle |
438,921 | 21.11.2019 16:35:48 | -32,400 | 493c2a304648a1d81bf0755ca75b871c88d190f6 | feat(options): Intent to ship background
Implementation of background option.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -3072,6 +3072,41 @@ d3.select(\".chart_area\")\n}\n},\nChartOptions: {\n+ Background: [\n+ {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data1\", 430, 200, 100, 400, 350, 250, 400],\n+ [\"data2\", 830, 1200, 1100, 1400, 1150, 1250, 1500]\n+ ],\n+ },\n+ background: {\n... | TypeScript | MIT License | naver/billboard.js | feat(options): Intent to ship background
Implementation of background option.
Fix #1131 | 1 | feat | options |
551,636 | 21.11.2019 17:13:02 | 0 | 0869853ededaec8ea1a9321032536ac9dddc5dd7 | docs: updated roadmap with link to separate document | [
{
"change_type": "MODIFY",
"diff": "@@ -51,18 +51,7 @@ You can find more documentation [here](https://www.questdb.io/docs/documentation\n## Roadmap\n-We have built the ultimate performance for read and write on a single-thread.\n-But we still have some work to do.\n-Elements on our roadmap include:\n-\n-- Q... | Java | Apache License 2.0 | questdb/questdb | docs: updated roadmap with link to separate document | 1 | docs | null |
865,925 | 21.11.2019 17:25:55 | -3,600 | 791c3ec094f3727b359fbd8fea27f8560e80a1d1 | feat(client): PrivacyPreferences as plugin | [
{
"change_type": "MODIFY",
"diff": "*/\nimport DeploymentTool from './deployment-tool';\n+import PrivacyPreferences from './privacy-preferences';\nexport default [\n- DeploymentTool\n+ DeploymentTool,\n+ PrivacyPreferences\n];\n",
"new_path": "client/src/plugins/index.js",
"old_path": "client/src/pl... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): PrivacyPreferences as plugin | 1 | feat | client |
503,945 | 21.11.2019 17:30:21 | 18,000 | 3d622cc2d2af3b33ee6dd705c6ea5fedd1547ecb | chore(package): Bump versions to 2.43.1 | [
{
"change_type": "MODIFY",
"diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.43.0\",\n+ \"@patternfly/patternfly\": \"2.43.1\",\n\"@patternfly/react-core\": \"^3.124.0\",\n\"@patternfly/react-styles... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.43.1 (#3341) | 1 | chore | package |
865,926 | 21.11.2019 17:33:15 | -3,600 | 183385ee014e6cb00471070e797ec0a2398d7698 | fix(client): correctly resolve resources on build | [
{
"change_type": "MODIFY",
"diff": "@@ -33,13 +33,13 @@ module.exports = {\nfilename: '[name].js',\nchunkFilename: '[name].[id].js'\n},\n- resolve: DEV && {\n- mainFields: [ 'browser', 'dev:module', 'module', 'main' ],\n+ resolve: {\n+ mainFields: DEV ? [ 'browser', 'dev:module', 'module', 'main' ] : undefi... | JavaScript | MIT License | camunda/camunda-modeler | fix(client): correctly resolve resources on build | 1 | fix | client |
104,857 | 21.11.2019 17:35:45 | 10,800 | a10397b75ea2a0e68671ca6fdbbb90f8f6cec6d7 | chore(scss): some scss updates WYP | [
{
"change_type": "MODIFY",
"diff": "@import '~carbon-components/scss/globals/scss/vars';\n@import '~carbon-components/scss/globals/scss/typography';\n-.tile-gallery {\n- &--favorites {\n- font-size: 1rem;\n- font-weight: bold;\n- border-bottom: rem(1px) solid $ui-03;\n- padding-bottom: 1.5rem;\n- padding-to... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(scss): some scss updates WYP | 1 | chore | scss |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.