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
711,597
05.11.2019 11:49:06
-3,600
0396e8887568757a469deedfd2cd015ccf8e1798
feat(admin-ui): Add channel switcher This commit adds a new ChannelSwitcherComponent which displays a channel switcher when the current Administrator has permissions on more than one Channel. Switching channel updates local client state in the Apollo cache, and also triggers a re-fetch of any active queries. Relates to
[ { "change_type": "MODIFY", "diff": "@@ -1802,6 +1802,7 @@ export type Mutation = {\nsetAsLoggedIn: UserStatus,\nsetAsLoggedOut: UserStatus,\nsetUiLanguage?: Maybe<LanguageCode>,\n+ setActiveChannel: UserStatus,\n};\n@@ -2167,6 +2168,11 @@ export type MutationSetUiLanguageArgs = {\nlanguageCode?: Maybe<Langu...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add channel switcher This commit adds a new ChannelSwitcherComponent which displays a channel switcher when the current Administrator has permissions on more than one Channel. Switching channel updates local client state in the Apollo cache, and also triggers a re-fetch of any active queries. Relates t...
1
feat
admin-ui
679,913
05.11.2019 11:50:49
0
ed2be64930ae54e23e764ec62fb3ab2936dd4ec9
refactor(api): update INotifyMixin to clean up listeners
[ { "change_type": "MODIFY", "diff": "@@ -31,9 +31,7 @@ export const inotify_dispatch = (listeners: any[][], e: Event) => {\nexport const INotifyMixin = mixin(<INotify>{\naddListener(this: _INotify, id: string, fn: Listener, scope?: any) {\nlet l = (this._listeners = this._listeners || {})[id];\n- if (!l) {\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(api): update INotifyMixin to clean up listeners
1
refactor
api
366,918
05.11.2019 12:15:45
-32,400
900106352cc494a053832fb433e263f9ec5f8e48
feat: add TextButton component
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,14 @@ import { PrimaryButton, PrimaryButtonAnchor } from './PrimaryButton'\nimport { SecondaryButton, SecondaryButtonAnchor } from './SecondaryButton'\nimport { DangerButton, DangerButtonAnchor } from './DangerButton'\nimport { SkeletonButton, SkeletonButtonAn...
TypeScript
MIT License
kufu/smarthr-ui
feat: add TextButton component
1
feat
null
304,863
05.11.2019 12:18:14
28,800
651e6893b0458e43af720d38e99f9d5b3ae06bd6
fix: update make release to confirm remote and local are in sync
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,27 @@ cd $DIR\nset -e\n+remote=$(git rev-parse \"@{u}\") # \"@{u}\" gets the current upstream branch\n+local=$(git rev-parse @) # '@' gets the current local branch\n+\n+# check if local commit syncs with remote\n+if [ \"$remote\" != \"$local\" ]; then\n+ echo \...
Go
MIT License
influxdata/flux
fix: update make release to confirm remote and local are in sync (#2098)
1
fix
null
866,394
05.11.2019 12:46:10
18,000
6bec129465bdf9fd34ee1c1c12a16239ec7a2ac0
fix(prettier): various fixes for prettier and stylelint
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ docs\ncoverage\nstorybook-static\n.github\n+jsdocs\n", "new_path": ".prettierignore", "old_path": ".prettierignore" }, { "change_type": "MODIFY", "diff": "**/docs/**\n**/coverage/**\n**/storybook-static/**\n+**/jsdocs/**\n", "new_pa...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(prettier): various fixes for prettier and stylelint
1
fix
prettier
866,392
05.11.2019 12:59:41
21,600
363d300cde39d4d1f1d020e81fc5a7517b108375
fix(masthead): skipping focusing hidden elements
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ const MastheadSearchInput = ({\ndata-autoid={`${stablePrefix}--header__search--input`}\nref={searchRef}\nname=\"q\"\n+ tabIndex={isActive ? null : '-1'}\n/>\n<HeaderGlobalAction\nonClick={searchIconClick}\n", "new_path": "packages/react/src/component...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): skipping focusing hidden elements
1
fix
masthead
815,577
05.11.2019 13:10:35
-28,800
1e098073d110e49925644ab4f52c03399ebcd124
fix: error message on calculate dao max withdraw fix
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,11 @@ pub struct Error {\nimpl fmt::Display for Error {\nfn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {\nif let Some(cause) = self.cause() {\n+ if f.alternate() {\n+ write!(f, \"{}: {}\", self.kind(), cause)\n+ } else {\nwrite!(f, \"{}({})\", self.kin...
Rust
MIT License
nervosnetwork/ckb
fix: error message on calculate dao max withdraw fix #1389
1
fix
null
217,922
05.11.2019 13:28:58
-3,600
9fed335168cdef073e690892c8973111c787435e
chore: better implementation for onlyWhenChanges operator
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,8 @@ export function onlyWhenItemChanges(\nsource.pipe(first()),\nsource.pipe(\nfilter(list => {\n- return list.modificationsHistory\n- .filter(entry => Date.now() - entry.date < 1000)\n- .some(entry => entry.itemId === item.id);\n+ const itemId = list.modifi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better implementation for onlyWhenChanges operator
1
chore
null
276,933
05.11.2019 13:32:18
10,800
99354943a34cda9377c8d12b91cc4208ed9f156d
improvement(doc/themeconfig): fet theme list dynamically
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@gympass/yoga\": \"^0.0.5\",\n+ \"@gympass/yoga\": \"^0.0.7\",\n\"@gympass/yoga-common\": \"^0.1.0\",\n\"@gympass/yoga-tokens\": \"^0.1.0\",\n\"@mdx-js/loader\": \"^1.4.5\",\n", "new_path": "packages/...
JavaScript
MIT License
gympass/yoga
improvement(doc/themeconfig): fet theme list dynamically
1
improvement
doc/themeconfig
711,597
05.11.2019 13:41:35
-3,600
8379a82904b07f1256b27bdda8d99fdc3d6d007c
feat(admin-ui): Enable setting Role channel on update Relates to
[ { "change_type": "MODIFY", "diff": "@@ -534,10 +534,10 @@ export type CreatePromotionInput = {\n};\nexport type CreateRoleInput = {\n- channelIds?: Maybe<Array<Scalars['ID']>>,\ncode: Scalars['String'],\ndescription: Scalars['String'],\npermissions: Array<Permission>,\n+ channelIds?: Maybe<Array<Scalars['ID...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Enable setting Role channel on update Relates to #12
1
feat
admin-ui
217,922
05.11.2019 13:48:34
-3,600
39c7c6438e59d1a6a11605b42cd35969339fed8d
feat(simulator): new rotation tip: avoid using actions that require Good
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { UseIngenuityBeforeByregot } from './tips/use-ingenuity-before-byregot';\nimport { UseRapidSynthesisEarlier } from './tips/use-rapid-synthesis-earlier';\nimport { UseMoreQualityActions } from './tips/use-more-quality-actions';\nimport { UsePruden...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): new rotation tip: avoid using actions that require Good
1
feat
simulator
273,683
05.11.2019 13:58:48
-3,600
26dc27bc8ade9b1d99c10910a74e21e1b18d1951
fix(g-image): include wanted width in srcset
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ test('render g-image components', () => {\nexpect($home('img.g-image-2 + noscript').html()).toMatch('alt=\"Test image\"')\nexpect($home('img.g-image-static').attr('src')).toEqual('/uploads/test.png')\nexpect($home('img.g-image-static').attr('alt')).toE...
JavaScript
MIT License
gridsome/gridsome
fix(g-image): include wanted width in srcset (#797)
1
fix
g-image
276,933
05.11.2019 14:06:47
10,800
b6440ef348efb8b6ed98801144ad41aa50ce6ecb
fix(doc/dropdown): fixing prop warnings
[ { "change_type": "MODIFY", "diff": "import React, { useState } from 'react';\nimport CodeSandboxIcon from '../../images/codesandbox.svg';\nimport LoadingIcon from '../../images/loading.svg';\n+\nimport { URL, setOptions } from './code';\nconst CodeSandboxButton = ({ code }) => {\n@@ -19,10 +20,14 @@ const C...
JavaScript
MIT License
gympass/yoga
fix(doc/dropdown): fixing prop warnings
1
fix
doc/dropdown
104,818
05.11.2019 14:18:29
21,600
e0f315a3cc2f051185c400089514b0c63d6011eb
fix(timeseries): fix xaxis formatting add testcase
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import moment from 'moment/min/moment-with-locales.min';\nimport { LineChart } from '@carbon/charts-react';\n// TODO: waiting for @carbon/charts support https://github.com/carbon-design-system/carbon-charts/pull/389\nimport '@carbon/charts/dist/styles.css'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): fix xaxis formatting add testcase
1
fix
timeseries
276,933
05.11.2019 14:18:42
10,800
16b0d11b561c1d560640602d59d45f78ecab9c91
fix(doc/codeblock): remove unnecessary scape chars
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,7 @@ const ToolbarIconButton = styled.button`\nconst CodeBlock = ({ children, reactLive, center }) => {\nconst [codeVisible, setCodeVisible] = useState(false);\nconst normalizedCodeExample = children.trim();\n- const importsRegex = /(?<=\\<)([A-Z][A-Za-z]+)...
JavaScript
MIT License
gympass/yoga
fix(doc/codeblock): remove unnecessary scape chars
1
fix
doc/codeblock
276,933
05.11.2019 14:25:46
10,800
d6f11a2fc1daa9920d4fc7126530aafa2d50e420
fix(doc/navigation): fixing prop error from gatsby Link component
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ const Colapsible = styled.div`\n}\n`};\n+ ul {\n- display: ${({ visible }) => (visible ? 'block' : 'none')};\n+ display: ${({ visible }) => (visible === 'true' ? 'block' : 'none')};\n}\n`;\n", "new_path": "packages/doc/src/components/Navigation/Navig...
JavaScript
MIT License
gympass/yoga
fix(doc/navigation): fixing prop error from gatsby Link component
1
fix
doc/navigation
104,818
05.11.2019 14:30:54
21,600
fca57abd4278c5ed4b8543421c3812623413973a
fix(timeseries): need to sort data
[ { "change_type": "MODIFY", "diff": "@@ -172,6 +172,17 @@ const TimeSeriesCard = ({\nconst isAllValuesEmpty = isValuesEmpty(values, timeDataSourceId);\n+ // Unfortunately the API returns the data out of order sometimes\n+ const valueSort = useMemo(\n+ () =>\n+ values\n+ ? values.sort((left, right) =>\n+ mome...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): need to sort data
1
fix
timeseries
711,597
05.11.2019 14:33:36
-3,600
571c3799bea26d54cfc641e081fcd009b96c3469
feat(admin-ui): Display color-coded label for Channels
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"channels$ | async as channels\">\n<vdr-dropdown *ngIf=\"1 < channels.length\">\n<button class=\"btn btn-link active-channel\" vdrDropdownTrigger>\n- <span class=\"active-channel\">{{ (activeChannel$ | async)?.code }}</span>\n+ <vdr-channel-badge [cha...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Display color-coded label for Channels
1
feat
admin-ui
866,392
05.11.2019 14:35:57
21,600
03fd7420e091f8ef78f370332fbd86b4418b1f15
feat(masthead): add focus on search button after close
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,11 @@ const MastheadSearchInput = ({\nsearchIconClick,\n}) => {\nconst searchRef = useRef();\n+ const searchIconRef = document.querySelector(\n+ `.${prefix}--header__search--search`\n+ );\n+\n+ // console.log(searchRef.current.querySelector('bx--header__searc...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(masthead): add focus on search button after close
1
feat
masthead
67,476
05.11.2019 14:40:18
-3,600
f220b593e4993ce3c6179ef53f9f312a3013dd4b
feat(aot): implement BoundFunctionExoticObject
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\nimport { Realm, IModule, ResolveSet, ResolvedBindingRecord } from './realm';\nimport { $PropertyDescriptor } from './property-descriptor';\n-import { $Call, $ValidateAndApplyPropertyDescriptor, $OrdinarySetWithOwnDescriptor, $SetImmutablePrototype, $...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement BoundFunctionExoticObject
1
feat
aot
711,597
05.11.2019 14:41:42
-3,600
da826f29afd9421a25feb90d4a374e38a74706c0
feat(core): Automatically assign Customer role to all new Channels
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,9 @@ export class ChannelResolver {\nasync createChannel(@Args() args: MutationCreateChannelArgs): Promise<Channel> {\nconst channel = await this.channelService.create(args.input);\nconst superAdminRole = await this.roleService.getSuperAdminRole();\n+ const c...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Automatically assign Customer role to all new Channels
1
feat
core
942,581
05.11.2019 14:46:47
25,200
9527a8f62d46063faec968c2a5cc3155937ca519
chore: Add wallaby config
[ { "change_type": "ADD", "diff": "+const path = require('path');\n+\n+module.exports = wallaby => {\n+ return {\n+ files: [\n+ 'jest.config.js',\n+ 'jest/setupTests.ts',\n+ 'modules/**/*.ts?(x)',\n+ '!**/*.spec.ts?(x)',\n+ '!**/*.d.ts',\n+ '!**/stories*.{ts,tsx,js,jsx}',\n+ {pattern: 'modules/**/node_modules...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Add wallaby config (#297)
1
chore
null
276,933
05.11.2019 15:04:42
10,800
617526b3aa14c1563ee55572cad1f7ab404c3ec9
improvement(doc/dropdown): dropdown now checks readability of background and adjusts accordingly
[ { "change_type": "MODIFY", "diff": "\"gatsby-transformer-react-docgen\": \"^5.0.15\",\n\"gatsby-transformer-sharp\": \"^2.2.20\",\n\"lodash.startcase\": \"^4.4.0\",\n+ \"polished\": \"^3.4.2\",\n\"prism-react-renderer\": \"^0.1.7\",\n\"prop-types\": \"^15.7.2\",\n\"react\": \"^16.9.0\",\n", "new_path": ...
JavaScript
MIT License
gympass/yoga
improvement(doc/dropdown): dropdown now checks readability of background and adjusts accordingly
1
improvement
doc/dropdown
942,581
05.11.2019 15:06:38
25,200
6f2a81b94b7c31ba1c7664788a31e5ac01cddb21
chore: Update chromatic master job I removed `storybook-chromatic` thinking it wasn't used by anything, but it was used by the `chromaticqa_master.yml` workflow file. Luckily the ChromaticQA team updated their Github Action to support `autoAcceptChanges`.
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,12 @@ jobs:\nnode-version: 10.x\n- name: Install Packages\nrun: yarn install\n- - name: ChromaticQA\n+\n# auto-accept changes to master assuming they came from approved PRs.\n# https://docs.chromaticqa.com/setup_ci#maintain-a-clean-master-branch\n- run: yarn...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Update chromatic master job (#299) I removed `storybook-chromatic` thinking it wasn't used by anything, but it was used by the `chromaticqa_master.yml` workflow file. Luckily the ChromaticQA team updated their Github Action to support `autoAcceptChanges`.
1
chore
null
866,415
05.11.2019 15:16:27
18,000
67f5eab33e3a14420d2e1d99fa4bfc7a582b29b3
fix(footer): add to readme and be able to turn of custom navigation
[ { "change_type": "MODIFY", "diff": "@@ -27,11 +27,12 @@ const { prefix } = settings;\n* Footer component\n*\n* @param {object} props react proptypes\n+ * @param {object} props.navigation footer navigation object\n* @returns {object} JSX object\n*/\n-const Footer = ({ type }) => {\n- const [footerMenuData, s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(footer): add to readme and be able to turn of custom navigation
1
fix
footer
531,793
05.11.2019 15:17:56
0
ddcccf39b1a07c67000ecf56fc7f0a90060d697d
chore(docs): update docs with a gif of ack button
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ Alertmanager instances it was found at and can be filtered based on those tags\n(`@alertmanager`). Note that `@alertmanager` tags will be visible only if karma\nis configured with multiple Alertmanager instances.\n-![Screenshot](/docs/screenshot.png)\n+!...
TypeScript
Apache License 2.0
prymitive/karma
chore(docs): update docs with a gif of ack button
1
chore
docs
366,918
05.11.2019 15:37:10
-32,400
cb2724149297c1d36d762edcbc2702af61ce78e8
doc: add example for skeleton and text button
[ { "change_type": "MODIFY", "diff": "import { PrimaryButton, PrimaryButtonAnchor } from 'smarthr-ui'\nimport { SecondaryButton, SecondaryButtonAnchor } from 'smarthr-ui'\nimport { DangerButton, DangerButtonAnchor } from 'smarthr-ui'\n+import { SkeletonButton, SkeletonButtonAnchor } from 'smarthr-ui'\n+import...
TypeScript
MIT License
kufu/smarthr-ui
doc: add example for skeleton and text button
1
doc
null
67,476
05.11.2019 15:45:26
-3,600
7a00db2970a4078be727c302dfd582f2aa87cf68
feat(aot): implement AbstractEqualityComparison
[ { "change_type": "MODIFY", "diff": "@@ -608,6 +608,99 @@ export function $AbstractRelationalComparison(leftFirst: boolean, x: $Any, y: $A\nreturn intrinsics.false;\n}\n+// http://www.ecma-international.org/ecma-262/#sec-abstract-equality-comparison\n+export function $AbstractEqualityComparison(x: $Any, y: $...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement AbstractEqualityComparison
1
feat
aot
67,476
05.11.2019 15:46:19
-3,600
fbea6f9897664c7acf7e2680227810c2e10ea7f6
feat(ast): implement BinaryExpression evaluation
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,7 @@ import { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\nimport { empty, $Undefined, $Object, $String, $NamespaceExoticObject, $Empty, $Null, $ECMAScriptFunction, $Reference, $Boolean, $Number, $Any } from './value';\nimport { Patt...
TypeScript
MIT License
aurelia/aurelia
feat(ast): implement BinaryExpression evaluation
1
feat
ast
103,504
05.11.2019 15:56:00
-3,600
5c1cc8e8f6d6406469152cae172d4d6e7d3cf4d2
fix: make sure only one version of the library is imported closes
[ { "change_type": "MODIFY", "diff": "\"description\": \"Material design for React Native\",\n\"main\": \"lib/commonjs/index.js\",\n\"module\": \"lib/module/index.js\",\n+ \"react-native\": \"lib/module/index.js\",\n\"types\": \"lib/typescript/src/index.d.ts\",\n\"files\": [\n\"lib\",\n", "new_path": "pac...
TypeScript
MIT License
callstack/react-native-paper
fix: make sure only one version of the library is imported closes #1432
1
fix
null
866,390
05.11.2019 15:58:59
18,000
f9d4fd1b18595f4827ae0ebdffba1ba4cabf3fea
fix: fixed storybook error
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@storybook-addon-storyshots-5.2.5.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@storybook-addon-storyshots-5.2.5.tgz", "old_path": ".yarn/offline-mirror/@storybook-addon-storyshots-5.2.5.tgz" }, { "chan...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: fixed storybook error
1
fix
null
217,922
05.11.2019 16:15:29
-3,600
5fcb2f5d2751b8551ac70fba8f7c8439581c59cf
feat(list): you can now ignore a currency in total panel price popup
[ { "change_type": "MODIFY", "diff": "<nz-list [nzDataSource]=\"totalPrice\" [nzRenderItem]=\"currencyTemplate\" nzSize=\"small\">\n<ng-template #currencyTemplate let-entry>\n- <nz-list-item>\n+ <nz-list-item [nzContent]=\"ignoreSource\">\n<nz-list-item-meta [nzAvatar]=\"entry.currencyId === -1?'https://xivap...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now ignore a currency in total panel price popup
1
feat
list
366,918
05.11.2019 16:20:14
-32,400
6e0dc4b7f47d3b907b17a63e1f153d7d74f0501d
fix: add resolutions field
[ { "change_type": "MODIFY", "diff": "\"test-visual\": \"reg-suit run\"\n},\n\"sideEffects\": false,\n- \"typings\": \"lib/index.d.ts\"\n+ \"typings\": \"lib/index.d.ts\",\n+ \"resolutions\": {\n+ \"reg-suit/**/braces\": \"2.3.1\",\n+ \"deep-extend\": \"0.5.1\",\n+ \"https-proxy-agent\": \"2.2.3\",\n+ \"handl...
TypeScript
MIT License
kufu/smarthr-ui
fix: add resolutions field
1
fix
null
304,882
05.11.2019 16:22:19
28,800
613963a0da075d9811406eba75d55499120489bc
refactor(semantic): generalize type errors
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,3 @@ pub mod walk;\n#[cfg(test)]\nmod parser;\n-\n-#[cfg(test)]\n-mod tests;\n", "new_path": "libflux/src/semantic/mod.rs", "old_path": "libflux/src/semantic/mod.rs" }, { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ use crate::seman...
Go
MIT License
influxdata/flux
refactor(semantic): generalize type errors
1
refactor
semantic
866,394
05.11.2019 16:27:22
18,000
75c243201b005d1b95e546281f2ea647fda79130
fix(husky): fixed reference for prettier and stylelint check
[ { "change_type": "MODIFY", "diff": "\"eslint packages\",\n\"git add\"\n],\n- \"packages/components/**/*.scss\": [\n+ \"**/*.scss\": [\n\"prettier --write\",\n- \"yarn lint:styles\",\n+ \"stylelint --config packages/stylelint-config-ibmdotcom\",\n\"git add\"\n],\n\"*.md\": [\n", "new_path": ".lintstagedr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(husky): fixed reference for prettier and stylelint check
1
fix
husky
711,597
05.11.2019 16:29:31
-3,600
9f60330cab21581c545a1e5e645a13b1992be868
refactor(admin-ui): Extract ChannelAssignmentControl component
[ { "change_type": "MODIFY", "diff": "<vdr-dropdown *ngIf=\"1 < channels.length\">\n<button class=\"btn btn-link active-channel\" vdrDropdownTrigger>\n<vdr-channel-badge [channelCode]=\"activeChannelCode$ | async\"></vdr-channel-badge>\n- <span class=\"active-channel\">{{ activeChannelLabel$ | async | transla...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Extract ChannelAssignmentControl component
1
refactor
admin-ui
866,394
05.11.2019 16:30:52
18,000
a3507e5c15a7dd2c8f6c78c53593f1e758b8ea19
fix(stylelint): various stylelint fixes
[ { "change_type": "MODIFY", "diff": "],\n\"**/*.scss\": [\n\"prettier --write\",\n- \"stylelint --config packages/stylelint-config-ibmdotcom\",\n+ \"stylelint '**/*.scss' --config ./packages/stylelint-config-ibmdotcom\",\n\"git add\"\n],\n\"*.md\": [\n", "new_path": ".lintstagedrc", "old_path": ".lin...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(stylelint): various stylelint fixes
1
fix
stylelint
67,494
05.11.2019 16:47:44
-3,600
5d34879af98db09d192b9a4eb84c3996d4775a47
refactor(router): add replaced children to viewport
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ export class Viewport {\npublic parent: Viewport | null = null;\npublic children: Viewport[] = [];\n+ public replacedChildren: Viewport[] = [];\npublic routeTable: RouteTable | null = null;\npublic path: string | null = null;\n@@ -104,6 +105,10 @@ export...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add replaced children to viewport
1
refactor
router
67,494
05.11.2019 16:54:19
-3,600
32f940d88235a2e810707db6a4c3a46d43838f48
refactor(router): clean up and fix linting issue
[ { "change_type": "MODIFY", "diff": "@@ -449,6 +449,7 @@ export class Viewport {\nconst instruction = viewportInstructions[i];\ninstruction.needsViewportDescribed = true;\nfor (const name in availableViewports) {\n+ if (availableViewports.hasOwnProperty(name)) {\nconst viewport: Viewport | null = availableVi...
TypeScript
MIT License
aurelia/aurelia
refactor(router): clean up and fix linting issue
1
refactor
router
103,504
05.11.2019 17:08:58
-3,600
15ddc162b4a65cefe9cefe0ddb08b793c40f4873
refactor: use file path for index in mappings
[ { "change_type": "MODIFY", "diff": "@@ -20,9 +20,9 @@ const ast = parser.parse(source, {\n],\n});\n-const index = path.dirname(packageJson.module);\n+const index = packageJson.module;\nconst relative = (value /* : string */) =>\n- path.relative(root, path.resolve(index, value));\n+ path.relative(root, path....
TypeScript
MIT License
callstack/react-native-paper
refactor: use file path for index in mappings
1
refactor
null
276,946
05.11.2019 17:42:22
10,800
da932332fe1d5d3d2e2dccad7fae432dced515b8
docs(yoga/docs): add slider to documentation
[ { "change_type": "ADD", "diff": "+---\n+title: 'Slider'\n+metaTitle: 'Slider'\n+metaDescription: 'This is the list of Slider'\n+---\n+\n+# List of Sliders\n", "new_path": "packages/doc/content/components/slider/index.mdx", "old_path": null }, { "change_type": "ADD", "diff": "+---\n+title...
JavaScript
MIT License
gympass/yoga
docs(yoga/docs): add slider to documentation
1
docs
yoga/docs
217,922
05.11.2019 17:42:44
-3,600
4b9635d73c5b148fc9e2a3e80967209911bdb234
chore: small fix for currency ignore
[ { "change_type": "MODIFY", "diff": "</span>\n</ng-template>\n<ng-template #ignoreSource>\n- <button nz-button nz-tooltip [nzTitle]=\"'LIST.Ignore_currency' | translate\"\n+ <button nz-button nz-tooltip\n+ nzShape=\"circle\"\n+ [nzTitle]=\"'LIST.Ignore_currency' | translate\"\n(click)=\"ignoredSources.push(e...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for currency ignore
1
chore
null
276,946
05.11.2019 17:44:27
10,800
c4ea62d7378937aaf4bab6f43819c1b7bdc1e2ec
feat(yoga/slider): add slider component to web platform
[ { "change_type": "MODIFY", "diff": "\"@gympass/yoga-common\": \"^0.1.0\",\n\"@gympass/yoga-tokens\": \"^0.1.0\",\n\"@ptomasroos/react-native-multi-slider\": \"^1.0.0\",\n- \"prop-types\": \"^15.7.2\"\n+ \"prop-types\": \"^15.7.2\",\n+ \"rc-slider\": \"^8.7.1\"\n},\n\"devDependencies\": {\n\"@testing-library...
JavaScript
MIT License
gympass/yoga
feat(yoga/slider): add slider component to web platform
1
feat
yoga/slider
276,946
05.11.2019 17:50:27
10,800
c858e44c6f49f06348e706aa55878d2f01d89eed
improvement(yoga/slider): fix step dot position on web platform
[ { "change_type": "MODIFY", "diff": "@@ -76,10 +76,11 @@ const Slider = ({\nconst commonStepStyle = {\nborderRadius: stepRadius,\n+ marginLeft: -4,\nposition: 'absolute',\nheight: 10,\n- width: 10,\ntop: -3,\n+ width: 10,\n};\nconst activeStepStyle = {\n", "new_path": "packages/yoga/src/Slider/web/Slider...
JavaScript
MIT License
gympass/yoga
improvement(yoga/slider): fix step dot position on web platform
1
improvement
yoga/slider
217,922
05.11.2019 18:07:22
-3,600
fa1e16397bef59e5b897993031e957ee7ccaf43a
fix(team): no more hook messages when user doesn't have permission to edit the list
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import { LocalizedDataService } from '../data/localized-data.service';\nimport { CharacterService } from '../api/character.service';\nimport { WebhookSettingType } from '../../model/team/webhook-setting-type';\nimport { LazyDataService } from '../data/la...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(team): no more hook messages when user doesn't have permission to edit the list
1
fix
team
217,922
05.11.2019 18:13:00
-3,600
5b3db30582c7d679e540cc480f118294755540c1
fix: fixed a case where the confirmation popup for unsaved change popped too often
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,10 @@ export function dirtyReducer(\ncase DirtyActionTypes.AddDirty: {\nstate = {\n...state,\n- entries: [...state.entries, action.payload]\n+ entries: [\n+ ...state.entries.filter(entry => entry.id !== action.payload.id || entry.scope !== action.payload.scop...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a case where the confirmation popup for unsaved change popped too often
1
fix
null
866,394
05.11.2019 18:20:13
18,000
92a1f9e126d85296a1d80471d5388e8e699d1b80
fix(patterns): fixed ci-check build issues for listsection
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,6 @@ import { settings } from 'carbon-components';\nimport PropTypes from 'prop-types';\nimport { ArrowRight20 } from '@carbon/icons-react';\nimport { LinkWithIcon } from '@carbon/ibmdotcom-react';\n-import '@carbon/ibmdotcom-styles/scss/components/link-with-...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(patterns): fixed ci-check build issues for listsection
1
fix
patterns
366,918
05.11.2019 18:39:58
-32,400
55b292208209668c5c3b5dae1ac7b23ac8010c35
fix: export text button
[ { "change_type": "MODIFY", "diff": "@@ -2,3 +2,4 @@ export { PrimaryButton, PrimaryButtonAnchor } from './PrimaryButton'\nexport { SecondaryButton, SecondaryButtonAnchor } from './SecondaryButton'\nexport { DangerButton, DangerButtonAnchor } from './DangerButton'\nexport { SkeletonButton, SkeletonButtonAnch...
TypeScript
MIT License
kufu/smarthr-ui
fix: export text button
1
fix
null
273,683
05.11.2019 18:45:31
-3,600
7326aeb935177af663168f5f19248522d123eb5e
refactor(g-image): normalize options before added to queue
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,8 @@ export default {\nposition: { type: String, default: '' },\nbackground: { type: String, default: '' },\nblur: { type: String, default: '' },\n- immediate: { type: true, default: undefined }\n+ immediate: { type: true, default: undefined },\n+ imageWidths...
JavaScript
MIT License
gridsome/gridsome
refactor(g-image): normalize options before added to queue
1
refactor
g-image
273,683
05.11.2019 18:46:18
-3,600
2579dbdc6dccdded791fd260186db6bc2033bd2f
refactor(g-image): show image when blur is disabled
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`disable blur filter 1`] = `\"data:image/svg+xml,%3csvg fill='none' viewBox='0 0 1000 600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c/svg%3e\"`;\n+exports[`disable blur filter 1`...
JavaScript
MIT License
gridsome/gridsome
refactor(g-image): show image when blur is disabled
1
refactor
g-image
76,605
05.11.2019 19:12:47
-3,600
19af424b564b2fd7434b11cf5f3d7a0b1e59e805
feat: adding NER enum extraction
[ { "change_type": "MODIFY", "diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"optional\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"...
JavaScript
MIT License
axa-group/nlp.js
feat: adding NER enum extraction
1
feat
null
503,918
05.11.2019 19:31:35
-7,200
5991033126ff429172fcaa345806bd5a59671ef3
fix(optionmenu): remove the i element around selected item svg
[ { "change_type": "MODIFY", "diff": "@@ -39,9 +39,7 @@ export const OptionsMenuItem: React.FunctionComponent<OptionsMenuItemProps> = ({\n{...props}\n>\n{children}\n- <i className={css(styles.optionsMenuMenuItemIcon)} aria-hidden hidden={!isSelected}>\n- <CheckIcon />\n- </i>\n+ {isSelected && <CheckIcon clas...
TypeScript
MIT License
patternfly/patternfly-react
fix(optionmenu): remove the i element around selected item svg (#3238) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
optionmenu
401,147
05.11.2019 19:41:49
-19,080
debf5ab4abfa7c820e6522bd1de34971d0e173ab
docs(core): add keyboard navigation docs for tabs component affects:
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,17 @@ import * as stories from './Tabs.stories';\n<Story name=\"Basic\">{stories.Basic}</Story>\n</Preview>\n+### Keyboard Support\n+\n+It also supports keyboard navigation when it is in focus\n+\n+| Key | Function |\n+| ----------- | ------------------------...
TypeScript
MIT License
medly/medly-components
docs(core): add keyboard navigation docs for tabs component affects: @medly-components/core
1
docs
core
217,922
05.11.2019 19:43:11
-3,600
e715f27559941367d8950b7ad9056be2fbda1aff
fix(rotation-tips): fixed an issue with "avoid using good actions" tip
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export class AvoidUsingGoodActions extends RotationTip {\n}\nmatches(simulationResult: SimulationResult): boolean {\n- return !simulationResult.steps.some(step => {\n+ return simulationResult.steps.some(step => {\nreturn step.action.is(PreciseTouch)\n|| ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation-tips): fixed an issue with "avoid using good actions" tip
1
fix
rotation-tips
67,476
05.11.2019 20:38:11
-3,600
3f60ffd21aa7e01ed8444dab7a164fb92f97e67e
test(aot): add test262 suite as a git submodule
[ { "change_type": "ADD", "diff": "+[submodule \"packages/__tests__/test262\"]\n+ path = packages/__tests__/test262\n+ url = https://github.com/tc39/test262\n", "new_path": ".gitmodules", "old_path": null }, { "change_type": "ADD", "diff": "+Subproject commit 91861e233019026036436ae3b15da4...
TypeScript
MIT License
aurelia/aurelia
test(aot): add test262 suite as a git submodule
1
test
aot
217,922
05.11.2019 20:39:39
-3,600
cd0f13a31ed4ee77d8f6a3cf6822e83fc60b3fd7
fix(list): fixed an issue with new lists crashing upon update that is not item update
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,8 @@ export function onlyWhenItemChanges(\nsource.pipe(first()),\nsource.pipe(\nfilter(list => {\n- const itemId = list.modificationsHistory[0].itemId;\n- return itemId === item.id || (item.requires || []).some(req => req.id === itemId);\n+ const itemId = lis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with new lists crashing upon update that is not item update
1
fix
list
217,922
05.11.2019 20:42:00
-3,600
4cec4b45a9ae324781fbf3dd850e3dd541ff0fbf
chore: bump timer for modifications entry to 10s
[ { "change_type": "MODIFY", "diff": "@@ -278,7 +278,7 @@ export class ListsEffects {\nthis.listsFacade.completionNotificationEnabled$),\nmap(([action, list, team, userId, fcId, autocompleteEnabled, completionNotificationEnabled]) => {\nconst historyEntry = list.modificationsHistory.find(entry => {\n- return ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: bump timer for modifications entry to 10s
1
chore
null
67,516
05.11.2019 21:04:41
-3,600
7b1d1ad2400f4b33a15b2c62f7a0c7f18238251d
feat(test): Added the projects under test to lerna
[ { "change_type": "MODIFY", "diff": "\"packages/store\",\n\"packages/testing\",\n\"packages/validation\",\n- \"packages/webpack-loader\"\n+ \"packages/webpack-loader\",\n+ \"test/1kcomponents\",\n+ \"test/browserstack\",\n+ \"test/cypress\",\n+ \"test/fractals-tree\",\n+ \"test/grid\",\n+ \"test/js-framework...
TypeScript
MIT License
aurelia/aurelia
feat(test): Added the projects under test to lerna
1
feat
test
942,585
05.11.2019 21:28:11
0
888f815b89195b4da0730344cde8e88b73f846bf
fix: Rename -webkit-font-smoothing- to WebkitFontSmoothing
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ const Container = styled('span')<Pick<StatusIndicatorProps, 'type' | 'emphasis'>\nconst StatusLabel = styled('span')({\nfontWeight: 'bold',\n- '-webkit-font-smoothing': 'antialiased',\n+ WebkitFontSmoothing: 'antialiased',\ntextTransform: 'uppercase',\...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Rename -webkit-font-smoothing- to WebkitFontSmoothing (#298)
1
fix
null
679,913
05.11.2019 21:29:26
0
4612a3f5fb66a8ee6b08e596ff7871f4a6f34a9b
build: fix add repo wide LF config (.gitattributes, .prettierrc)
[ { "change_type": "ADD", "diff": "+* text=auto eol=lf\n+*.gif -text\n+*.jpg -text\n+*.mp4 -text\n+*.pdf -text\n+*.png -text\n+*.gz -text\n", "new_path": ".gitattributes", "old_path": null }, { "change_type": "MODIFY", "diff": "{\n\"tabWidth\": 4,\n- \"arrowParens\": \"always\"\n+ \"arrowP...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: fix #160 add repo wide LF config (.gitattributes, .prettierrc)
1
build
null
76,605
05.11.2019 21:59:18
-3,600
2020a1323f15cb0dc8fbbac3247bba210acef3e8
feat: NER regex extractor
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ class ExtractorEnum {\nconst input = srcInput;\nconst wordPositions = this.getWordPositions(input.text || input.utterance);\nconst rules = this.getRules(input);\n- const edges = [];\n+ const edges = input.edges || [];\nfor (let i = 0; i < rules.length;...
JavaScript
MIT License
axa-group/nlp.js
feat: NER regex extractor
1
feat
null
67,476
05.11.2019 22:10:22
-3,600
1850657e7498ba70bf1eb34685d04de156c893fe
chore(vscode): add launch config for aot
[ { "change_type": "MODIFY", "diff": "],\n\"cwd\": \"${workspaceRoot}\",\n\"internalConsoleOptions\": \"openOnSessionStart\"\n+ },\n+ {\n+ \"type\": \"node\",\n+ \"request\": \"launch\",\n+ \"name\": \"Run AOT\",\n+ \"cwd\": \"${workspaceFolder}\",\n+ \"program\": \"${workspaceFolder}\\\\packages\\\\aot\\\\di...
TypeScript
MIT License
aurelia/aurelia
chore(vscode): add launch config for aot
1
chore
vscode
503,915
05.11.2019 22:44:42
0
0185bc561157fd5657d34b73125dccb0e6d01ed5
build(package.json): Upgrade react-bootstrap to fix React deprecated lifecycle method warnings * build(package.json): Upgrade react-bootstrap to fix React lifecycle method warnings Fix * Update snapshots
[ { "change_type": "MODIFY", "diff": "\"css-element-queries\": \"^1.0.1\",\n\"patternfly\": \"^3.59.4\",\n\"patternfly-react\": \"^2.39.6\",\n- \"react-bootstrap\": \"^0.32.1\",\n+ \"react-bootstrap\": \"^0.33.0\",\n\"react-click-outside\": \"^3.0.1\",\n\"react-diff-view\": \"^1.8.1\",\n\"react-ellipsis-with-...
TypeScript
MIT License
patternfly/patternfly-react
build(package.json): Upgrade react-bootstrap to fix React deprecated lifecycle method warnings (#3249) * build(package.json): Upgrade react-bootstrap to fix React lifecycle method warnings Fix #3010 * Update snapshots
1
build
package.json
217,922
05.11.2019 23:51:15
-3,600
3cc364414c4490af7bf7e3e9881e4d33eadc3ea1
fix(list): fixed an issue with some lists not loading properly
[ { "change_type": "MODIFY", "diff": "@@ -267,7 +267,6 @@ export class LazyDataService {\nthis.zhMaps = zhMaps;\nthis.zhStatuses = zhStatuses;\nthis.loaded$.next(true);\n- this.loaded$.complete();\n});\n}\n", "new_path": "apps/client/src/app/core/data/lazy-data.service.ts", "old_path": "apps/client/sr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with some lists not loading properly
1
fix
list
217,922
06.11.2019 00:06:08
-3,600
033615eada3808384d87850cc0d88c77459566d8
fix(lists): fixed an issue with some lists not loading properly in workshops or team panels
[ { "change_type": "MODIFY", "diff": "@@ -27,13 +27,6 @@ export class ListPickerService {\n.afterClose\n.pipe(\nfilter(list => list !== null && list !== undefined),\n- // Let's ask for detailed list before we add stuff to a compact ;)\n- tap(list => {\n- // Only load details if it's an alreayd existing list\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed an issue with some lists not loading properly in workshops or team panels
1
fix
lists
217,922
06.11.2019 00:07:58
-3,600
d490241ffd423e0b4a30df0dd9664eed77ca9ebf
chore(release): 6.1.9
[ { "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+<a name=\"6.1.9\"></a>\n+## [6.1.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.1.9
1
chore
release
67,494
06.11.2019 00:54:33
-3,600
7e96cb9880302c559e0908215a7d4c657024d1d0
refactor(router): add add parameters to viewport instruction
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,17 @@ export class ViewportInstruction {\n}\n}\n+ // This only works with objects added to objects!\n+ public addParameters(parameters: Record<string, unknown>): void {\n+ if (this.parametersType === ParametersType.none) {\n+ return this.setParameters(paramet...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add add parameters to viewport instruction
1
refactor
router
67,494
06.11.2019 00:55:12
-3,600
adabc3719245c7c0e99050c4b319ad89f64a0740
test(router): add config tests with parameters
[ { "change_type": "MODIFY", "diff": "@@ -1188,26 +1188,36 @@ describe('Router', function () {\nconst Parent2 = CustomElement.define({ name: 'parent2', template: '!parent2!<au-viewport name=\"parent2\"></au-viewport>' }, class {\npublic static routes = [\n{ path: 'child-config', instructions: [{ component: 'c...
TypeScript
MIT License
aurelia/aurelia
test(router): add config tests with parameters
1
test
router
679,913
06.11.2019 03:24:57
0
e0b5b83969c6433f43db4f2a4c92a272514b6dee
refactor(binary): add return assertion for isPow2()
[ { "change_type": "MODIFY", "diff": "+import { Pow2 } from \"./api\";\n+\n// http://graphics.stanford.edu/~seander/bithacks.html\n-export const isPow2 = (x: number) => !!x && !(x & (x - 1));\n+export const isPow2 = (x: number): x is Pow2 => !!x && !(x & (x - 1));\nexport const ceilPow2 = (x: number) => {\nx ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(binary): add return assertion for isPow2()
1
refactor
binary
749,516
06.11.2019 09:18:50
28,800
bc0398011df3872715b5bdd8cfdc46014a9c5834
fix(dropdowns): allow inline style to override Menu width
[ { "change_type": "MODIFY", "diff": "@@ -111,8 +111,8 @@ const Menu: React.FunctionComponent<IMenuProps> = props => {\npopperReferenceElementRef.current.getBoundingClientRect\n) {\ncomputedStyle = {\n- ...menuStyle,\n- width: popperReferenceElementRef.current.getBoundingClientRect().width\n+ width: popperRef...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(dropdowns): allow inline style to override Menu width (#512)
1
fix
dropdowns
104,857
06.11.2019 09:44:33
10,800
348ff0a2846990abccd48ff97e69333a23f7a01e
fix(table): matching changes to master branch
[ { "change_type": "MODIFY", "diff": "@@ -376,6 +376,7 @@ const Table = props => {\n<CarbonTable {...others}>\n<TableHead\n{...others}\n+ i18n={i18n}\nlightweight={lightweight}\noptions={pick(options, 'hasRowSelection', 'hasRowExpansion', 'hasRowActions')}\ncolumns={columns}\n@@ -390,9 +391,6 @@ const Table =...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): matching changes to master branch
1
fix
table
749,516
06.11.2019 09:56:59
28,800
105380d3067df52074b68c92064d5499d32412da
fix(build): correct TS usages of react-popper
[ { "change_type": "MODIFY", "diff": "@@ -204,7 +204,7 @@ const Datepicker: React.FunctionComponent<IDatepickerProps> = props => {\n{({ ref }) => {\nreturn React.cloneElement(React.Children.only(children as any), {\n[refKey!]: (refValue: HTMLElement) => {\n- ref(refValue);\n+ (ref as any)(refValue);\n(inputRe...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(build): correct TS usages of react-popper (#513)
1
fix
build
67,494
06.11.2019 10:44:48
-3,600
ea8137d9b9c4dbff090f7d1c78cd0d44403a3470
feat(router): add viewport fallback
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ export class ViewportCustomElement {\n@bindable public name: string = 'default';\n@bindable public usedBy: string = '';\n@bindable public default: string = '';\n+ @bindable public fallback: string = '';\n@bindable public noScope: boolean = false;\n@binda...
TypeScript
MIT License
aurelia/aurelia
feat(router): add viewport fallback
1
feat
router
711,597
06.11.2019 10:54:09
-3,600
8cc688556a304bd036563e4806e518827eaa2370
fix(admin-ui): Correctly display HttpErrorResponse messages Show the actual message rather than "[Object object]"
[ { "change_type": "MODIFY", "diff": "}\"\n>\n<clr-icon [attr.shape]=\"getIcon()\" size=\"24\"></clr-icon>\n- {{ message | translate: translationVars }}\n+ {{ stringifyMessage(message) | translate: translationVars }}\n</div>\n", "new_path": "packages/admin-ui/src/app/core/components/notification/notificat...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Correctly display HttpErrorResponse messages Show the actual message rather than "[Object object]"
1
fix
admin-ui
76,605
06.11.2019 11:12:15
-3,600
40cdc215a979ebc4b1e8589d7b194f9e993a0ac6
feat: NER trim extractor
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includ...
JavaScript
MIT License
axa-group/nlp.js
feat: NER trim extractor
1
feat
null
791,690
06.11.2019 11:20:59
21,600
713a70a797bb633c54b9eb58817f00e5075ada23
core(config): enable unused-javascript by default
[ { "change_type": "MODIFY", "diff": "@@ -321,6 +321,9 @@ Object {\nObject {\n\"path\": \"byte-efficiency/unused-css-rules\",\n},\n+ Object {\n+ \"path\": \"byte-efficiency/unused-javascript\",\n+ },\nObject {\n\"path\": \"byte-efficiency/uses-webp-images\",\n},\n@@ -799,6 +802,11 @@ Object {\n\"id\": \"unuse...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): enable unused-javascript by default (#9854)
1
core
config
815,595
06.11.2019 11:38:32
-28,800
ac7a456cc50566c85ba31e366a73c63527ca5639
test: Mark get_blocks_timeout retry_failed
[ { "change_type": "MODIFY", "diff": "use super::utils::wait_get_blocks;\n-use crate::utils::{build_headers, sleep};\n+use crate::utils::build_headers;\nuse crate::{Net, Spec, TestProtocol};\nuse ckb_sync::{NetworkProtocol, BLOCK_DOWNLOAD_TIMEOUT};\nuse ckb_types::core::HeaderView;\nuse log::info;\n+use std::...
Rust
MIT License
nervosnetwork/ckb
test: Mark get_blocks_timeout retry_failed
1
test
null
722,013
06.11.2019 11:49:03
21,600
25f074491e7cd50f8f342e3f19e49c53f001d7d2
feat(cli): expose docgen-cli config interfaces
[ { "change_type": "MODIFY", "diff": "@@ -13,13 +13,13 @@ describe('tests button functional', () => {\nit('should extract props from template if functional', () => {\nexpect(docButton.props).toContainEqual(\n- jasmine.objectContaining({ name: 'error', type: { name: 'boolean' } })\n+ expect.objectContaining({ ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(cli): expose docgen-cli config interfaces
1
feat
cli
531,793
06.11.2019 11:56:17
0
d7ba3a36da33a2f475d529d8bd4f68ff0fde38b6
feat(ui): show alertmanager badges on silences when multiple clusters are present
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import { FilteringCounterBadge } from \"Components/Labels/FilteringCounterBadge\";\nimport { SilenceProgress } from \"./SilenceProgress\";\nconst SilenceComment = ({\n+ cluster,\nsilence,\nalertCount,\nalertCountAlwaysVisible,\n@@ -37,6 +38,10 @@ const S...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): show alertmanager badges on silences when multiple clusters are present
1
feat
ui
866,415
06.11.2019 11:58:41
18,000
20117fb29b0c68e14d6a6f4c49412fafc6f3b702
fix(footer): add navigation prop to be passed into Dotcomshell
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ const { prefix } = settings;\n*/\nconst DotcomShell = ({\nnavigation,\n+ footerNav,\nfooterType,\nchildren,\n...mastheadProps\n@@ -40,7 +41,7 @@ const DotcomShell = ({\n{children}\n</div>\n</div>\n- <Footer type={footerType} />\n+ <Footer navigation={foo...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(footer): add navigation prop to be passed into Dotcomshell
1
fix
footer
503,965
06.11.2019 12:00:03
18,000
3efa4e33658ce69e64ecb74d4365536856bbfb85
fix(catalog-view-extension): check for sass changes
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,8 @@ const getSrcDirs = packageName => {\nswitch (packageName) {\ncase '@patternfly/react-icons':\nreturn ['build', 'src'];\n+ case '@patternfly/react-catalog-view-extension':\n+ return ['sass', 'src'];\ndefault:\nreturn ['src'];\n}\n", "new_path": "scrip...
TypeScript
MIT License
patternfly/patternfly-react
fix(catalog-view-extension): check for sass changes (#3271)
1
fix
catalog-view-extension
306,488
06.11.2019 12:00:49
-3,600
cb8c3cb977d78c667944ffdec73d93682402383c
fix(validate): en-US translations
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,11 @@ import en from './en.js';\nexport default {\n...en,\nerror: {\n+ ...en.error,\nisDate: 'Please enter a valid date (MM/DD/YYYY).',\n},\nwarning: {\n+ ...en.warning,\nisDate: 'Please enter a valid date (MM/DD/YYYY).',\n},\n};\n", "new_path": "packages/v...
JavaScript
MIT License
ing-bank/lion
fix(validate): en-US translations
1
fix
validate
265,998
06.11.2019 12:01:58
28,800
d77208bee82dc2d76c72fbe8d5db1bfeb8e392ff
fix: update format for upload sample
[ { "change_type": "MODIFY", "diff": "@@ -99,38 +99,6 @@ async function listFilesByPrefix(bucketName, prefix, delimiter) {\n// [END storage_list_files_with_prefix]\n}\n-async function uploadFile(bucketName, filename) {\n- // [START storage_upload_file]\n- // Imports the Google Cloud client library\n- const {S...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
fix: update format for upload sample (#918)
1
fix
null
71,101
06.11.2019 12:17:45
-3,600
b215d824df7e49959c817f887dbd1eacb8571493
chore: correct .dependabot/config.yml It was missing a default label assignment and was hence invalid. Also removed prohibition to consider newer `@types/nodes` versions (will handle through dependabot messages).
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,5 @@ update_configs:\n- directory: /\npackage_manager: javascript\nupdate_schedule: live\n- ignored_updates:\n- - match:\n- # Don't suggest upgrading @types/node to versions >= 9\n- dependency_name: '@types/node'\n- version_requirement: '>= 11'\nversion_requir...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: correct .dependabot/config.yml It was missing a default label assignment and was hence invalid. Also removed prohibition to consider newer `@types/nodes` versions (will handle through dependabot messages).
1
chore
null
866,415
06.11.2019 12:27:52
18,000
a4ee6714f1191097ccb448d9a1d52427706a8fea
fix(footer): pass params to the translationapi and small lint changes
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/react-dom-16.11.0.tgz differ\n", "new_path": ".yarn/offline-mirror/react-dom-16.11.0.tgz", "old_path": ".yarn/offline-mirror/react-dom-16.11.0.tgz" }, { "change_type": "ADD", "diff": "Binary files /dev/nul...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(footer): pass params to the translationapi and small lint changes
1
fix
footer
866,415
06.11.2019 12:38:02
18,000
f9ab29598147d9449ca503fac952064294fe4fa1
chore(jest): fix tests
[ { "change_type": "MODIFY", "diff": "@@ -793,8 +793,592 @@ Array [\n</svg>\n</a>\n</div>\n+ <nav\n+ className=\"bx--footer-nav\"\n+ data-autoid=\"dds--footer-nav\"\n+ >\n+ <ul\n+ className=\"bx--accordion bx--footer-nav__container\"\n+ >\n+ <li\n+ className=\"bx--accordion__item bx--footer-nav-group\"\n+ dat...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(jest): fix tests
1
chore
jest
866,415
06.11.2019 12:52:33
18,000
7578612d7390d8daaa6a6c8ecbbd67f4d2256613
chore(readme): update footer readme for ssr
[ { "change_type": "MODIFY", "diff": "@@ -79,8 +79,9 @@ made to retrieve navigation links\n```javascript\nimport { TranslationAPI } from '@carbon/ibmdotcom-services';\nimport { Footer } from '@carbon/ibmdotcom-react';\n+\nserver.get('/', async (req, res) => {\n- const response = await TranslationAPI.getTransl...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(readme): update footer readme for ssr
1
chore
readme
76,605
06.11.2019 12:53:05
-3,600
1d74aebde52c7ab30e1f1b61bc7a0936b90d25cd
feat: NER extractor trim tests
[ { "change_type": "MODIFY", "diff": "@@ -51,21 +51,22 @@ class ExtractorTrim {\nreturn false;\n}\n- matchBetween(utterance, condition) {\n+ matchBetween(utterance, condition, name) {\nconst result = [];\nlet matchFound;\ndo {\nconst match = condition.regex.exec(` ${utterance} `);\nif (match) {\nresult.push({...
JavaScript
MIT License
axa-group/nlp.js
feat: NER extractor trim tests
1
feat
null
866,415
06.11.2019 13:01:32
18,000
83af87af8e98ad49e61be1674c5561297d71908d
fix(translation): fix undefined lc error
[ { "change_type": "MODIFY", "diff": "@@ -29,9 +29,7 @@ class TranslationAPI {\n/**\n* Returns translation i18n data\n*\n- * @param {object} param object\n- * @param {string} param.lc language code\n- * @param {string} param.cc country code\n+ * @param {object} codes object containing lc and cc\n*\n* @returns...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(translation): fix undefined lc error
1
fix
translation
276,946
06.11.2019 13:09:47
10,800
14e9e43297c517123aac11432ba58c096bb3fc75
refactor(yoga/slider): add some propTypes and change theme
[ { "change_type": "MODIFY", "diff": "@@ -30,10 +30,26 @@ const Circle = styled(RCHandle)`\n`}\n`;\n-const Marker = ({ value, dragging, index, tooltip, ...props }) => (\n- <Circle value={value} {...props}>\n- <Tooltip dragging={dragging} {...tooltip} />\n+const Marker = ({ value, values, dragging, index, tool...
JavaScript
MIT License
gympass/yoga
refactor(yoga/slider): add some propTypes and change theme
1
refactor
yoga/slider
276,933
06.11.2019 13:16:33
10,800
672eacc89aae7c34ee008fb0dd1e5445c10e6982
docs(doc/gettingstarted): some improvement on getting started docs
[ { "change_type": "MODIFY", "diff": "@@ -4,22 +4,37 @@ metaTitle: 'Components List Page'\nmetaDescription: 'This is the list of Components'\n---\n-# Yoga design-system\n+# Yoga\n-Following design guide-lines specification, we developed a React UI library antd that contains a set of high quality components th...
JavaScript
MIT License
gympass/yoga
docs(doc/gettingstarted): some improvement on getting started docs
1
docs
doc/gettingstarted
276,933
06.11.2019 13:44:07
10,800
d1269dd96dc179e55987d3fd96916b54b89ea1f2
feat(doc/layout): github icon
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ const YogaLogo = styled(yoga)`\nconst Actions = styled.div`\nalign-self: center;\n+ align-items: center;\ndisplay: flex;\nflex-direction: row;\njustify-content: flex-end;\n", "new_path": "packages/doc/src/components/Header/Header.jsx", "old_path"...
JavaScript
MIT License
gympass/yoga
feat(doc/layout): github icon
1
feat
doc/layout
401,147
06.11.2019 13:54:40
-19,080
b4863e2a09e5aff9e836c4856ac04ffe6ceea2ce
fix(core): export tabs from core package affects:
[ { "change_type": "ADD", "diff": "+import { Tabs } from './Tabs';\n+\n+export default Tabs;\n", "new_path": "packages/core/src/components/Tabs/index.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -20,5 +20,6 @@ export { default as SingleSelect } from './SingleSelect';\nex...
TypeScript
MIT License
medly/medly-components
fix(core): export tabs from core package affects: @medly-components/core
1
fix
core
730,416
06.11.2019 14:02:34
28,800
c0acedcbeb58864cf322e97a0fe0483582f26c83
chore(circle): use jq and manifest.json instead of .version file
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ executors:\n# Orb to grab `s3` capability for us\norbs:\naws-s3: circleci/aws-s3@1.0.11\n+ jq: circleci/jq@1.9.0\n# Reusable commands for jobs\ncommands:\n@@ -309,10 +310,11 @@ jobs:\n- checkout\n- run: git remote add upstream git@github.com:webex/react-...
JavaScript
MIT License
webex/react-widgets
chore(circle): use jq and manifest.json instead of .version file
1
chore
circle
730,416
06.11.2019 14:05:53
28,800
347f24b8b6fc2e911f20c537c0382c689fb62a8d
chore(circle): remove .version file, use manifest.json instead
[ { "change_type": "MODIFY", "diff": "@@ -220,7 +220,6 @@ jobs:\nname: 'Grab Version Number'\ncommand: |\necho export VERSION_NUMBER=$(npx -c 'echo \\\"$npm_package_version\\\"') >> $BASH_ENV\n- echo $VERSION_NUMBER > .version\n- run:\nname: 'Verify version number'\ncommand: echo ${VERSION_NUMBER}\n@@ -259,15...
JavaScript
MIT License
webex/react-widgets
chore(circle): remove .version file, use manifest.json instead
1
chore
circle
67,494
06.11.2019 14:10:08
-3,600
796eb4d9da731e9377eb06d07ffcadadd0c7ef4e
style(router): add missing new line
[ { "change_type": "MODIFY", "diff": "@@ -380,7 +380,8 @@ export class Router implements IRouter {\nif (configuredRoute.hasRemaining &&\nviewportInstructions.length === 0 &&\nremainingInstructions.length === 0) {\n- let configured = new FoundRoute(); const routeViewports: Viewport[] = alreadyFoundInstructions...
TypeScript
MIT License
aurelia/aurelia
style(router): add missing new line
1
style
router
67,494
06.11.2019 14:11:42
-3,600
f07722f7b41c7574ea5c2658956cb338aeb67ee0
refactor(router): make refresh new default viewport load behavior
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ export class Viewport {\n// Children that will be replaced (unless added again) by next content. Will\n// be re-enabled on cancel\n- this.replacedChildren = [];\n+ this.clearReplacedChildren();\n// If we get the same _instance_, don't do anything (happ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): make refresh new default viewport load behavior
1
refactor
router
104,818
06.11.2019 14:48:06
21,600
13c8c241c1576035ff954bc6f06cbdc2cbc341ad
feat(timeseries): support alertRanges to highlight datapoints
[ { "change_type": "MODIFY", "diff": "@@ -13,23 +13,12 @@ import { TimeSeriesCardPropTypes, CardPropTypes } from '../../constants/PropType\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\nimport Card from '../Card/Card';\n-import { generateSampleValues, isValuesEmpty, formatGraphTick } from './...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(timeseries): support alertRanges to highlight datapoints
1
feat
timeseries
866,415
06.11.2019 14:49:06
18,000
e6ef638a39d0bd1f3870a3c69ea572f6bf8253ae
fix(lang-footer): return the lang attr
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,8 @@ class LocaleAPI {\nconst lang = this.getLang();\n// grab locale from the html lang attribute\nif (lang) {\n- return await this.getList(lang);\n+ await this.getList(lang);\n+ return lang;\n}\n// grab the locale from the cookie\nelse if (cookie && cookie.c...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(lang-footer): return the lang attr
1
fix
lang-footer
104,818
06.11.2019 15:00:55
21,600
58973d2840cf279ac2455e40f0dfed0b5c8df4b0
fix(timeseries): make the matching alerts handle exact matches
[ { "change_type": "MODIFY", "diff": "@@ -102,6 +102,12 @@ storiesOf('TimeSeriesCard (Experimental)', module)\ncolor: '#FF0000',\ndetails: 'Alert name',\n},\n+ {\n+ startTimestamp: 1572804320000,\n+ endTimestamp: 1572824320000,\n+ color: '#FFFF00',\n+ details: 'Less severe',\n+ },\n],\n})}\nvalues={getInterva...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): make the matching alerts handle exact matches
1
fix
timeseries