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
127,946
21.10.2019 13:55:45
-10,800
d95d814d50e14739b875d547a8d8371a2dda3372
feat: Nav became Tabs
[ { "change_type": "MODIFY", "diff": "@@ -30,11 +30,11 @@ export * from './heading/sizes';\nexport * from './keyline/keyline';\nexport * from './link/link';\nexport * from './loader/loader';\n-export * from './nav/nav-link';\n-export * from './nav/nav';\n-export * from './nav/settings';\nexport * from './sele...
TypeScript
MIT License
coingaming/moon-design
feat: Nav became Tabs
1
feat
null
807,849
21.10.2019 13:57:56
25,200
b7c207222184d3a6f92cb17738f39345f101912d
refactor(tests): Merge --create-release=<type> tests into a single file
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+// local modules _must_ be explicitly mocked\n+jest.mock(\"../lib/git-add\");\n+jest.mock(\"../lib/git-commit\");\n+jest.mock(\"../lib/git-push\");\n+jest.mock(\"../lib/git-tag\");\n+jest.mock(\"../lib/is-anything-committed\");\n+jest.mock(\"../lib/is-b...
JavaScript
MIT License
lerna/lerna
refactor(tests): Merge --create-release=<type> tests into a single file
1
refactor
tests
807,849
21.10.2019 13:58:36
25,200
38d5f7f0772118c64358d726424177e4577cae61
chore(create-release): Ignore default case coverage
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ function createClient(type) {\nreturn createGitLabClient();\ncase \"github\":\nreturn createGitHubClient();\n+ /* istanbul ignore next: guarded by yargs.choices() */\ndefault:\nthrow new ValidationError(\"ERELEASE\", \"Invalid release client type\");\n}\...
JavaScript
MIT License
lerna/lerna
chore(create-release): Ignore default case coverage
1
chore
create-release
865,921
21.10.2019 14:04:07
-7,200
d4bfca218c0c5cd87727df27c8b49412ed423457
chore(app): append (dev) to window title in development mode * setting it in the client is necessary on Linux * setting it on the app window is necessary to display it before the page is loaded
[ { "change_type": "MODIFY", "diff": "@@ -326,6 +326,10 @@ app.createEditorWindow = function() {\n}\n};\n+ if (process.env.NODE_ENV === 'development') {\n+ windowOptions.title += ' (dev)';\n+ }\n+\nif (process.platform === 'linux') {\nwindowOptions.icon = path.join(__dirname + '/../resources/favicon.png');\n}...
JavaScript
MIT License
camunda/camunda-modeler
chore(app): append (dev) to window title in development mode * setting it in the client is necessary on Linux * setting it on the app window is necessary to display it before the page is loaded
1
chore
app
865,925
21.10.2019 14:05:41
-7,200
7880ea9548602a26660996350949dc1f94fba935
chore(RELEASE_CHECKLIST): update email list and change blog post publish order
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ __Hint:__ Create a release issue and copy the template below into it.\n```markdown\n-* [ ] put up code freeze appointment in calendar (include `modeling`, `qa`, `sre`, and `ilias.kourtoudis`)\n+* [ ] put up code freeze appointment in calendar (include `mod...
JavaScript
MIT License
camunda/camunda-modeler
chore(RELEASE_CHECKLIST): update email list and change blog post publish order
1
chore
RELEASE_CHECKLIST
807,849
21.10.2019 14:08:13
25,200
4872459be7bf88e5900ff907b07279e9516d333c
chore(release): v3.18.2
[ { "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.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)\n+\n+\n+### Bug Fixes\n+\n+* **ver...
JavaScript
MIT License
lerna/lerna
chore(release): v3.18.2
1
chore
release
865,921
21.10.2019 14:17:49
-7,200
74e2c84ede44374175e0f067b747a122a4ac6d28
docs(project): update RELEASE_CHECKLIST blog post notice
[ { "change_type": "MODIFY", "diff": "@@ -21,10 +21,11 @@ __Hint:__ Create a release issue and copy the template below into it.\n* [ ] Works on Mac\n* [ ] Works on Windows\n* [ ] trigger QA for fuzzy testing\n+* [ ] write blog post for [blog.camunda.org](https://github.com/camunda/blog.camunda.org), __do not ...
JavaScript
MIT License
camunda/camunda-modeler
docs(project): update RELEASE_CHECKLIST blog post notice
1
docs
project
815,590
21.10.2019 14:40:39
-28,800
d75e4c56ffa40e17fd2fe477da3f98c5578edcd1
refctor: update WitnessArgs schema
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ array Byte32 [byte; 32];\narray Uint256 [byte; 32];\nvector Bytes <byte>;\n+option BytesOpt (Bytes);\nvector BytesVec <Bytes>;\nvector Byte32Vec <Byte32>;\n@@ -101,7 +102,7 @@ table CellbaseWitness {\n}\ntable WitnessArgs {\n- lock: Bytes, // Lock args\n- ...
Rust
MIT License
nervosnetwork/ckb
refctor: update WitnessArgs schema
1
refctor
null
103,535
21.10.2019 14:48:47
-7,200
fb439edaabfe55f1d9f7633d2ba6d13a0c825343
fix: fix flat TextInput flex behaviour
[ { "change_type": "MODIFY", "diff": "@@ -321,7 +321,7 @@ const styles = StyleSheet.create({\nheight: 2,\n},\ninput: {\n- flex: 1,\n+ flexGrow: 1,\nmargin: 0,\ntextAlign: I18nManager.isRTL ? 'right' : 'left',\nzIndex: 1,\n", "new_path": "src/components/TextInput/TextInputFlat.tsx", "old_path": "src/co...
TypeScript
MIT License
callstack/react-native-paper
fix: fix flat TextInput flex behaviour (#1401)
1
fix
null
730,416
21.10.2019 15:09:43
25,200
ca0f7da986a59ad147b183ac9054370d0d1b8027
chore(s3): rename latest to alpha
[ { "change_type": "MODIFY", "diff": "@@ -236,57 +236,74 @@ jobs:\necho ${VERSION_NUMBER}\n- aws-s3/sync:\nfrom: ~/react-widgets/packages/node_modules/@ciscospark/widget-space/dist\n- to: s3://${AWS_BUCKET}/widget-space/latest\n+ to: s3://${AWS_BUCKET}/widget-space/alpha\noverwrite: true\n- aws-s3/sync:\nfrom...
JavaScript
MIT License
webex/react-widgets
chore(s3): rename latest to alpha
1
chore
s3
866,394
21.10.2019 15:13:53
14,400
da0c5462824b6f816d9b27dbb7ff02a5fc8158ad
fix(buttongroup): simplified buttongroup layout
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,6 @@ const ButtonGroup = ({ buttons }) => {\n<div\nclassName={`${prefix}--buttongroup`}\ndata-autoid={`${stablePrefix}--buttongroup`}>\n- <div className={`${prefix}--buttongroup__ctas`}>\n{buttons.map((button, key) => {\nif (key > 1) return;\nconst renderIcon...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): simplified buttongroup layout
1
fix
buttongroup
103,440
21.10.2019 15:17:06
-7,200
911f1be6ac83f2d4198cd279753adea511210d62
docs: fix links pointing to previous version of docs
[ { "change_type": "MODIFY", "diff": "'use strict';\n-const url = window.location.pathname;\n-\nfunction createUrlForVersion(version) {\n+ const url = window.location.pathname;\nreturn url.replace(/react-native-paper\\//, `react-native-paper/${version}/`);\n}\n", "new_path": "docs/assets/version.js", ...
TypeScript
MIT License
callstack/react-native-paper
docs: fix links pointing to previous version of docs (#1402)
1
docs
null
127,946
21.10.2019 15:31:05
-10,800
69169d3a74272af3674c5eb804d01bee99415d82
chore: minor cleanup (pr feedback)
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,8 @@ export * from './link/link';\nexport * from './loader/loader';\nexport * from './select/select';\nexport * from './switch/switch';\n-export * from './tabs/tab-link';\nexport * from './tabs/settings';\n+export * from './tabs/tab-link';\nexport * from './t...
TypeScript
MIT License
coingaming/moon-design
chore: minor cleanup (pr feedback)
1
chore
null
699,194
21.10.2019 15:37:44
21,600
45b3187ec2349adb6fcb1da3a5b83d8928fce263
fix(website): change home buttons back to links
[ { "change_type": "MODIFY", "diff": "@@ -51,9 +51,12 @@ const IndexPage: React.FC<{}> = (): React.ReactElement => {\n<Box marginTop=\"space80\" marginBottom=\"space80\">\n<Box display=\"inline\" marginRight=\"space40\">\n<Button\n+ as=\"a\"\n+ href=\"/getting-started/\"\nsize=\"default\"\nvariant=\"primary\"...
TypeScript
MIT License
twilio-labs/paste
fix(website): change home buttons back to links (#146)
1
fix
website
71,115
21.10.2019 15:38:30
-7,200
5f50e5f58bb84d7bd2a05f04b8cf7a2317b78a27
fix(elbv2): correct wrong invalidation rules
[ { "change_type": "MODIFY", "diff": "@@ -103,14 +103,25 @@ export class NetworkTargetGroup extends TargetGroupBase implements INetworkTarge\nret.push(`Health check interval '${seconds}' not supported. Must be one of the following values '${allowedIntervals.join(',')}'.`);\n}\n}\n- if (healthCheck.path) {\n- ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(elbv2): correct wrong invalidation rules (#4583)
1
fix
elbv2
730,416
21.10.2019 15:50:42
25,200
34d01a40c878256b2a289bfeaeeaddc7d7ef2a28
chore(s3): rename prerelease to beta
[ { "change_type": "MODIFY", "diff": "@@ -270,21 +270,21 @@ jobs:\nfrom: ~/react-widgets/packages/node_modules/@ciscospark/widget-demo/dist\nto: s3://${AWS_BUCKET}/widget-demo/archives/${VERSION_NUMBER}\n- promote_alpha_to_prerelease:\n+ promote_alpha_to_beta:\nexecutor: main-executor\nworking_directory: ~/re...
JavaScript
MIT License
webex/react-widgets
chore(s3): rename prerelease to beta
1
chore
s3
127,946
21.10.2019 16:03:27
-10,800
fa00c45a29955ded4ecac28cc6e2d99326b1a0ad
chore: use 'stack' for 'Tab' items
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,11 @@ import { jsx, CSSObject } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport hideVisually from 'polished/lib/mixins/hideVisually';\nimport { colors, border } from '@heathmont/sportsbet-tokens';\n-import { listInline, listInlineItem } fro...
TypeScript
MIT License
coingaming/moon-design
chore: use 'stack' for 'Tab' items
1
chore
null
679,913
21.10.2019 16:23:51
-3,600
a1011ead5ee1d55adbea1da1efcea2829b037210
feat(simd): add hadd* inline fns, update dot, normalize, mulv, sum
[ { "change_type": "MODIFY", "diff": "@@ -37,12 +37,12 @@ for sources:\n- `addn4_f32`\n- `clamp4_f32`\n- `clampn4_f32`\n-- `div4_f32` (*)\n-- `divn4_f32` (*)\n-- `dot2_f32_aos` (2x vec2 per iteration)\n+- `div4_f32` (!)\n+- `divn4_f32` (!)\n+- `dot2_f32_aos` (2)\n- `dot4_f32_aos`\n- `dot4_f32_soa`\n-- `invsqr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add hadd* inline fns, update dot, normalize, mulv, sum
1
feat
simd
401,147
21.10.2019 16:38:42
-19,080
3a2b2cd851c1c9f341979f0a756587c12caf9267
fix(core): fix style issue of the card component affects:
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ const clickable = (props: Partial<CardTheme>) => css`\n}\n`;\n-export const Card: SFC<Props> = styled('div').attrs(({ theme: { card } }) => ({ ...card }))<Props>`\n+export const Card = styled('div').attrs(({ theme: { card } }) => ({ ...card }))<Props>`\n...
TypeScript
MIT License
medly/medly-components
fix(core): fix style issue of the card component affects: @medly-components/core
1
fix
core
815,595
21.10.2019 16:44:11
-28,800
fb89fb7c46adb3adbba4f2112f636ee3e6a2115e
fix: Exclude primary/secondary issurance in genesis
[ { "change_type": "MODIFY", "diff": "@@ -175,8 +175,16 @@ pub fn build_genesis_dao_data(\ntxs: Vec<&TransactionView>,\nsatoshi_pubkey_hash: &H160,\nsatoshi_cell_occupied_ratio: Ratio,\n+ genesis_primary_issuance: Capacity,\n+ genesis_secondary_issuance: Capacity,\n) -> Byte32 {\n- genesis_dao_data_with_satos...
Rust
MIT License
nervosnetwork/ckb
fix: Exclude primary/secondary issurance in genesis
1
fix
null
127,946
21.10.2019 16:53:15
-10,800
3b5bec7fc21e8f63a04d76cbb9c80253f1cf5f75
feat(tab): rename TabItem -> Tab
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ menu: Components\nroute: /components/tabs\n---\n-import { Tabs, TabItem, TabLink } from '@heathmont/sportsbet-components';\n+import { Tabs, Tab, TabLink } from '@heathmont/sportsbet-components';\nimport { PropsTable } from 'docs';\n# Tabs\n@@ -14,36 +14,36...
TypeScript
MIT License
coingaming/moon-design
feat(tab): rename TabItem -> Tab
1
feat
tab
722,013
21.10.2019 17:42:35
18,000
38fdd462a293cbcedb6c6ef99b18217503838331
fix: tag class for JsDoc tag values
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ function JsDoc(props) {\nprops[field] && (\n<div className={`vsg-jsdoc-tag ${classes.wrapper}`} key={field}>\n<span className={`vsg-tag-name ${classes.name}`}>{capitalize(field)}:</span>\n- <span className={`vsg-tag-name ${classes.value}`}>\n+ <span clas...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: tag class for JsDoc tag values
1
fix
null
711,597
21.10.2019 17:43:59
-7,200
34cb07e5a88bc7201d2ad20de101bbc78ae4a80a
feat(core): Allow log level to be set in migration helpers
[ { "change_type": "MODIFY", "diff": "import chalk from 'chalk';\nimport fs from 'fs-extra';\nimport path from 'path';\n-import { Connection, createConnection } from 'typeorm';\n+import { Connection, ConnectionOptions, createConnection } from 'typeorm';\nimport { MysqlDriver } from 'typeorm/driver/mysql/Mysql...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Allow log level to be set in migration helpers
1
feat
core
791,628
21.10.2019 17:49:44
25,200
d584d07c8a8291444487eef947e01a832dfde372
fix(deps): bump google-gax to 1.7.5
[ { "change_type": "MODIFY", "diff": "\"async-each\": \"^1.0.1\",\n\"extend\": \"^3.0.2\",\n\"google-auth-library\": \"^5.5.0\",\n- \"google-gax\": \"^1.6.3\",\n+ \"google-gax\": \"^1.7.5\",\n\"is-stream-ended\": \"^0.1.4\",\n\"lodash.snakecase\": \"^4.1.1\",\n\"p-defer\": \"^3.0.0\",\n", "new_path": "pac...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix(deps): bump google-gax to 1.7.5 (#792)
1
fix
deps
889,138
21.10.2019 17:59:52
25,200
5d73a06083552db6aa03be4e6cb5f1de97620eec
fix(deps): bump google-gax to 1.7.5
[ { "change_type": "MODIFY", "diff": "\"eventid\": \"^0.1.2\",\n\"extend\": \"^3.0.2\",\n\"gcp-metadata\": \"^3.1.0\",\n- \"google-gax\": \"^1.6.3\",\n+ \"google-gax\": \"^1.7.5\",\n\"is\": \"^3.3.0\",\n\"on-finished\": \"^2.3.0\",\n\"protobufjs\": \"^6.8.8\",\n", "new_path": "package.json", "old_path...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix(deps): bump google-gax to 1.7.5 (#616)
1
fix
deps
503,918
21.10.2019 18:54:31
-10,800
b89f1d3b2357b1ed9c2a872cef600aff86adad60
fix(copytoclipboard): wrap pre inside the expand element
[ { "change_type": "MODIFY", "diff": "@@ -11,3 +11,11 @@ test('expanded content render', () => {\nconst view = shallow(<ClipboardCopyExpanded {...props}>This is my text</ClipboardCopyExpanded>);\nexpect(view).toMatchSnapshot();\n});\n+\n+test('expanded code content render', () => {\n+ const view = shallow(<Cl...
TypeScript
MIT License
patternfly/patternfly-react
fix(copytoclipboard): wrap pre inside the expand element (#3169) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
copytoclipboard
815,590
21.10.2019 19:15:58
-28,800
27a86a61d940defec4a95e30a3a47936505d6cfd
chore: update system script to v0.4.0-alpha.12
[ { "change_type": "MODIFY", "diff": "@@ -377,7 +377,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.24.0-pre\",\n\"ckb-shared 0.24.0-pre\",\n\"ckb-store 0.24.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.10+witness-args (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.4.0-alph...
Rust
MIT License
nervosnetwork/ckb
chore: update system script to v0.4.0-alpha.12
1
chore
null
269,609
21.10.2019 19:33:19
-28,800
5f0ad328bee90bb80cc55ea59192bf70240a3335
docs: add GITHUB_TOKEN to github action file without it goreleaser will have no rights to publish files on github.
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,8 @@ jobs:\nwith:\nversion: latest\nargs: release\n+ env:\n+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n> For detailed intructions please follow GitHub Actions [workflow syntax][syntax].\n", "new_path": "www/content/actions.md", "old_path": "www/...
Go
MIT License
goreleaser/goreleaser
docs: add GITHUB_TOKEN to github action file (#1210) without it goreleaser will have no rights to publish files on github.
1
docs
null
866,392
21.10.2019 19:33:34
18,000
c90ad90509840b3fa5694ea629ead19bc4e65779
chore(packages): updating carbon
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-colors-10.5.0.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-colors-10.5.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-colors-10.5.0.tgz" }, { "change_type": "ADD", "diff": "Binary fi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(packages): updating carbon
1
chore
packages
866,392
21.10.2019 19:34:06
18,000
47b2aedd48c546d9477315abb8425a1b010bb9f6
feat(cardlink): added new cardlink component
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ SCROLL_TRACKING=<boolean to enable scroll tracking, e.g. false>\n#Feature Flags\nFOOTER_LOCALE_BUTTON=<Boolean flag to turn on/off the locale selector>\nBUTTON_GROUP=<Boolean flag to turn on/off the ButtonGroup component>\n+CARD_LINK=<Boolean flag to tur...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(cardlink): added new cardlink component
1
feat
cardlink
471,470
21.10.2019 19:47:24
-7,200
bf3c68078cce43cb8849571574111469836e585c
fix(building-rollup): update rollup-workbox-plugin to 4.0.0
[ { "change_type": "MODIFY", "diff": "@@ -437,7 +437,8 @@ If you want to override the default config with your own workbox configuration,\n```js\nconst { createDefaultConfig } = require('@open-wc/building-rollup');\nconst deepmerge = require('deepmerge');\n-const workbox = require('rollup-plugin-workbox');\n+...
JavaScript
MIT License
open-wc/open-wc
fix(building-rollup): update rollup-workbox-plugin to 4.0.0 (#891)
1
fix
building-rollup
791,704
21.10.2019 19:49:20
25,200
43d5d5a61155b05fe7d8640ba253b07438a135e3
misc: add chrome version field to bug report template
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ about: Report something working incorrectly\n#### Environment Information\n* Affected Channels: <!-- CLI, Node, Extension, DevTools -->\n* Lighthouse version:\n+* Chrome version: <!-- chrome://version/ -->\n* Node.js version:\n* Operating System:\n", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add chrome version field to bug report template (#9866)
1
misc
null
730,428
21.10.2019 19:53:49
0
3b32956b3f92278a70be86db6715b392135ea460
chore(release): 0.2.50 [skip ci]
[ { "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+### [0.2.50](https://github.com/webex/react-widgets/compare/v0.2.49...v0.2.50) (2019-10-21)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.50 [skip ci]
1
chore
release
67,516
21.10.2019 20:08:12
-7,200
bf5a015fccf8917292c31963f4e625300df952d0
chore(tests): integration test - boolean checkbox
[ { "change_type": "MODIFY", "diff": ">\n</radio-button-list>\n<tri-state-boolean value.two-way=\"likesCake\" no-value-display.bind=\"noDisplayValue\" true-display.bind=\"trueValue\" false-display.bind=\"falseValue\"></tri-state-boolean>\n+\n+ <label id='consent'>\n+ <input type=\"checkbox\" checked.two-way=\...
TypeScript
MIT License
aurelia/aurelia
chore(tests): integration test - boolean checkbox
1
chore
tests
217,922
21.10.2019 20:29:26
-7,200
366a5af612d592e8db7c5a9a169f6b1e84162349
fix(inventory): fixed an issue with inventory tracking not saving data properly
[ { "change_type": "MODIFY", "diff": "@@ -111,14 +111,14 @@ export class AuthEffects {\n@Effect()\nfetchUserOnAuthenticated$ = this.actions$.pipe(\nofType(AuthActionTypes.Authenticated),\n- switchMap((action: Authenticated) => this.userService.get(action.uid).pipe(\n+ switchMap((action: Authenticated) => this...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with inventory tracking not saving data properly
1
fix
inventory
815,740
21.10.2019 20:31:38
-19,080
27bb1f5277b72e7b977c1451fd06be2c564e3e69
feat: bindValue as global config * feat: bindValue as global config closes
[ { "change_type": "MODIFY", "diff": "@@ -101,6 +101,12 @@ typically in your root component, and customize the values of its properties in\nconstructor(private config: NgSelectConfig) {\nthis.config.notFoundText = 'Custom not found';\nthis.config.appendTo = 'body';\n+ // set the bindValue to global config whe...
TypeScript
MIT License
ng-select/ng-select
feat: bindValue as global config (#1392) * feat: bindValue as global config closes #516
1
feat
null
217,922
21.10.2019 21:03:23
-7,200
ec7e93efccb6e16f4ca10c863097f2f02911181f
fix: fixed an issue with checkbox values not being applied properly Related to
[ { "change_type": "MODIFY", "diff": "@@ -194,7 +194,6 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\nget(uid: string, uriParams?: any): Observable<T> {\nif (this.cache[uid] === undefined) {\n- console.log('GET', this.getBaseUri(uriParams), uid);\nthis.cache[uid] = this.f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with checkbox values not being applied properly Related to https://github.com/angular/angular/issues/11234
1
fix
null
217,922
21.10.2019 21:06:52
-7,200
515bd68be095c6424f5071c44545b0986d40e955
chore: more ngModel fixes
[ { "change_type": "MODIFY", "diff": "<label [(ngModel)]=\"row.collapsedByDefault\" (ngModelChange)=\"rowChange.emit(row)\" [nzDisabled]=\"readonly\"\nnz-checkbox>{{\"Collapse_by_default\" |\ntranslate}}</label>\n- <label (ngModelChange)=\"rowChange.emit(row)\" *ngIf=\"row.zoneBreakdown\" [(ngModel)]=\"row.hi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more ngModel fixes
1
chore
null
217,922
21.10.2019 21:24:46
-7,200
1a6494f7ae32f3e6aa0086efaf28c5b00d93bfcc
feat(inventory): added a button to manually reset an inventory
[ { "change_type": "MODIFY", "diff": "import { InventoryItem } from '../../model/user/inventory/inventory-item';\nexport interface InventoryDisplay {\n- containerId: number;\n+ containerIds: (number | string)[];\nisRetainer: boolean;\n", "new_path": "apps/client/src/app/pages/inventory/inventory-display.t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory): added a button to manually reset an inventory
1
feat
inventory
866,394
21.10.2019 21:56:33
14,400
ff114320019772c66f08e373ae806f18f47fc910
feat(vanilla): updated options to be part of the template
[ { "change_type": "MODIFY", "diff": "@@ -10,25 +10,25 @@ storiesOf('HorizontalRule', module)\n.add('Default', () => {\nconst styles = {\nsolid: '',\n- dashed: 'bx--hr--dashed',\n+ dashed: 'dashed',\n};\nconst sizes = {\n- small: 'bx--hr--small',\n- medium: 'bx--hr--medium',\n- large: 'bx--hr--large',\n+ smal...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(vanilla): updated options to be part of the template
1
feat
vanilla
866,394
21.10.2019 22:17:29
14,400
6d2ef24cad3c803543423c53677c5d083cfcffda
feat(vanilla): added readme addon for storybook vanilla
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { configure, addParameters, addDecorator } from '@storybook/html';\nimport requireContext from 'require-context.macro';\n-// import { addReadme } from 'storybook-readme';\n+import { addReadme } from 'storybook-readme/html';\naddParameter...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(vanilla): added readme addon for storybook vanilla
1
feat
vanilla
67,516
21.10.2019 22:58:26
-7,200
76c4434bed9579f1f0a8e094a2766e00128db395
chore(test): started checkbox-list
[ { "change_type": "MODIFY", "diff": "choices5.to-view=\"contacts5\" chosen5.two-way=\"chosenContact5\"\nchoices6.to-view=\"contacts6\" chosen6.two-way=\"chosenContact6\"\nchoices7.to-view=\"contacts7\" chosen7.two-way=\"chosenContact7\"\n- >\n- </radio-button-list>\n+ ></radio-button-list>\n<tri-state-boolea...
TypeScript
MIT License
aurelia/aurelia
chore(test): started checkbox-list
1
chore
test
866,394
21.10.2019 23:03:04
14,400
347b7b583289d8b42f9240fee3a8a683db02dd2d
feat(vanilla): added storyshot testing (wip)
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/harmony-reflect-1.6.1.tgz differ\n", "new_path": ".yarn/offline-mirror/harmony-reflect-1.6.1.tgz", "old_path": ".yarn/offline-mirror/harmony-reflect-1.6.1.tgz" }, { "change_type": "ADD", "diff": "Binary fi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(vanilla): added storyshot testing (wip)
1
feat
vanilla
71,087
21.10.2019 23:39:21
-39,600
97649968c35d3af99072a69ebeb99905d4d6122a
feat(ec2): mutable? param for imported SecurityGroups
[ { "change_type": "MODIFY", "diff": "@@ -230,6 +230,17 @@ export interface SecurityGroupImportOptions {\n* @default true\n*/\nreadonly allowAllOutbound?: boolean;\n+\n+ /**\n+ * If a SecurityGroup is mutable CDK can add rules to existing groups\n+ *\n+ * Beware that making a SecurityGroup immutable might lea...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): mutable? param for imported SecurityGroups (#4493)
1
feat
ec2
866,392
22.10.2019 00:01:37
18,000
b2a51b7820302a99246ed0c42168491d16ef31c1
feat(block-link): added feature flag
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-colors-10.5.0.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-colors-10.5.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-colors-10.5.0.tgz" }, { "change_type": "DELETE", "diff": "Bin...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(block-link): added feature flag
1
feat
block-link
71,778
22.10.2019 04:50:50
25,200
a71142530e0b8583fb716561eb42e9637bcde75a
fix(acm): update CertificateRequestorFunction runtime Fixes
[ { "change_type": "MODIFY", "diff": "-8.10.0\n+10.3.0\n\\ No newline at end of file\n", "new_path": "packages/@aws-cdk/aws-certificatemanager/lambda-packages/dns_validated_certificate_handler/.node-version", "old_path": "packages/@aws-cdk/aws-certificatemanager/lambda-packages/dns_validated_certifica...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(acm): update CertificateRequestorFunction runtime (#4612) Fixes #4610
1
fix
acm
866,415
22.10.2019 06:58:15
14,400
8e3c4fa4bdb734033b569c88dd1ba2782db3a99d
fix(translation): adjust masthead for diff data structures
[ { "change_type": "MODIFY", "diff": "@@ -49,12 +49,12 @@ const Footer = ({ type }) => {\nconst selectItem = item => {\nconst stringLocale = item.selectedItem.locale[0][0];\nconst locale = stringLocale.split('-');\n- const objectLocale = {\n+ const localeObj = {\ncc: locale[1],\nlc: locale[0],\n};\n- ipcinfoC...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(translation): adjust masthead for diff data structures
1
fix
translation
711,597
22.10.2019 08:06:06
-7,200
5bb5c1e2ec92fcd01967e8e9c756212cc50c0e97
feat(core): Export ListQueryBuilder helper Can be useful when creating plugins which need to return PaginatedList types
[ { "change_type": "MODIFY", "diff": "export * from './helpers/job-manager/job';\nexport * from './helpers/utils/translate-entity';\n+export * from './helpers/list-query-builder/list-query-builder';\nexport * from './helpers/order-state-machine/order-state';\nexport * from './helpers/payment-state-machine/pay...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export ListQueryBuilder helper Can be useful when creating plugins which need to return PaginatedList types
1
feat
core
217,922
22.10.2019 08:09:14
-7,200
5a7e77d7447225f66223edf3d20deb07c98bde83
fix(inventory): fixed inventory deletion for retainers
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,12 @@ export class InventoryComponent {\nfirst(),\nmap(inventory => {\ndisplay.containerIds.forEach(containerId => {\n+ const isRetainer = containerId >= 10000 && containerId < 20000;\n+ if (isRetainer) {\n+ delete inventory.items[`${display.containerName}:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed inventory deletion for retainers
1
fix
inventory
217,922
22.10.2019 08:14:01
-7,200
f2cacabd303213666347c067ad0b6f4c486b2ee9
chore(release): 6.0.8
[ { "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.0.8\"></a>\n+## [6.0.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.8
1
chore
release
866,415
22.10.2019 08:30:55
14,400
4d1d08c17b1cd36574e1dd61c8ca372d9475bf39
fix(locale): check if list first
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ const LocaleButton = ({ selectItem }) => {\nitem ? `${item.name}-${item.locale[0][1]}` : ''\n}\nonChange={selectItem}\n- items={sortList(list)}\n+ items={list && sortList(list)}\nplaceholder=\"Select a country/region\"\n/>\n</ModalBody>\n", "new_path...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(locale): check if list first
1
fix
locale
815,569
22.10.2019 09:09:14
-28,800
3f2d9cd25a12b3b7d2e219c6ddf59cefc5d8e520
fix: ignore fork branch when get_cellbase_output_capacity_details, get_header and get_block rpc
[ { "change_type": "MODIFY", "diff": "@@ -66,11 +66,12 @@ pub(crate) struct ChainRpcImpl {\nimpl ChainRpc for ChainRpcImpl {\nfn get_block(&self, hash: H256) -> Result<Option<BlockView>> {\n- Ok(self\n- .shared\n- .snapshot()\n- .get_block(&hash.pack())\n- .map(Into::into))\n+ let snapshot = self.shared.snaps...
Rust
MIT License
nervosnetwork/ckb
fix: ignore fork branch when get_cellbase_output_capacity_details, get_header and get_block rpc
1
fix
null
71,539
22.10.2019 09:11:06
25,200
09d89c385375581ba852fb473b191933d09abd0a
fix(core): removalpolicy correct default * fix(core): removalpolicy correct default Resolves * update for suggested changes * Readded tag
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,8 @@ export interface RemovalPolicyOptions {\n/**\n* The default policy to apply in case the removal policy is not defined.\n*\n- * @default RemovalPolicy.Retain\n+ * @default - Default value is resource specific. To determine the default value for a resoure,...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(core): removalpolicy correct default (#4499) * fix(core): removalpolicy correct default Resolves #4416 * update for suggested changes * Readded @default tag
1
fix
core
711,597
22.10.2019 09:40:18
-7,200
aa40776634ca6d72acc294b2704b50e7b1fa818a
feat(core): Auto-generate GraphQL ListOptions for plugin extensions
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,14 @@ export class TestAdminPluginResolver {\nfoo() {\nreturn ['bar'];\n}\n+\n+ @Query()\n+ barList() {\n+ return {\n+ items: [{ id: 1, name: 'Test' }],\n+ totalItems: 1,\n+ };\n+ }\n}\n@Resolver()\n@@ -71,6 +79,17 @@ export class TestShopPluginResolver {\nsc...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Auto-generate GraphQL ListOptions for plugin extensions
1
feat
core
815,595
22.10.2019 09:45:37
-28,800
ba9ebb794415bbd42d91a219a5c0b5b3f010d332
chore: Tweak genesis hash
[ { "change_type": "MODIFY", "diff": "# Spec: ckb_dev\n[ckb_dev]\n-genesis = \"0x9f17ada92decba53848e632f32bbc7fdddb8ca532cd48d5ae9ca49d8a7307b71\"\n+genesis = \"0xcc9cc2e150224f74446573501a5f8197fd63e122928cd03f5fc74d1b6bda20f3\"\ncellbase = \"0xdf8526546bc039d307fc8fb0c18a70bbc6d7a1e94dd15e88bd0bc3843392555...
Rust
MIT License
nervosnetwork/ckb
chore: Tweak genesis hash
1
chore
null
866,394
22.10.2019 09:46:17
14,400
ef492bd2ca42f21da8cd8d0629260995d64e14c4
feat(vanilla): tweaked jsdocs output
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ packages/utilities/node_modules\n# vanilla\npackages/vanilla/coverage\npackages/vanilla/es\n+packages/vanilla/jsdocs\npackages/vanilla/umd\npackages/vanilla/lib\npackages/vanilla/node_modules\n", "new_path": ".eslintignore", "old_path": ".eslinti...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(vanilla): tweaked jsdocs output
1
feat
vanilla
866,392
22.10.2019 09:59:02
18,000
1ed5cd2b9b5612ebcbe5b2d136fa08a90fa4115c
chore(cardlink): removed consoles
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,6 @@ import { ClickableTile } from 'carbon-components-react';\nconst { stablePrefix } = ddsSettings;\nconst { prefix } = settings;\n-console.log('testing 1,2,3');\n-\n/**\n* Card Link Component\n*\n@@ -31,8 +29,6 @@ const CardLink = ({ title, href, content, i...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(cardlink): removed consoles
1
chore
cardlink
103,533
22.10.2019 10:01:38
-7,200
99d091b9e2e87e7a8aa8ffe060f80268eab9cd44
docs: add pandadeals app in the showcase
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/assets/showcase/pandadeals.png differ\n", "new_path": "docs/assets/showcase/pandadeals.png", "old_path": "docs/assets/showcase/pandadeals.png" }, { "change_type": "MODIFY", "diff": "@@ -36,6 +36,14 @@ const data: Data[] =...
TypeScript
MIT License
callstack/react-native-paper
docs: add pandadeals app in the showcase (#1399)
1
docs
null
815,590
22.10.2019 10:25:13
-28,800
10e5273d91b40784e3d1b09126e1ba148a94c382
chore: chore: update system script to v0.4.0-alpha.13
[ { "change_type": "MODIFY", "diff": "@@ -377,7 +377,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.24.0-pre\",\n\"ckb-shared 0.24.0-pre\",\n\"ckb-store 0.24.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.12+nonstrict-witnesses-length (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scri...
Rust
MIT License
nervosnetwork/ckb
chore: chore: update system script to v0.4.0-alpha.13
1
chore
null
730,416
22.10.2019 10:46:17
25,200
73ec5fdba605c0db3b1f64e91bbe2fdc42802f75
chore(s3): add promote beta to production job [skip npm]
[ { "change_type": "MODIFY", "diff": "@@ -287,6 +287,23 @@ jobs:\nto: s3://${AWS_BUCKET}/widget-demo/beta\noverwrite: true\n+ promote_beta_to_production:\n+ executor: main-executor\n+ working_directory: ~/react-widgets\n+ steps:\n+ - aws-s3/sync:\n+ from: s3://${AWS_BUCKET}/widget-space/beta\n+ to: s3://${AWS...
JavaScript
MIT License
webex/react-widgets
chore(s3): add promote beta to production job [skip npm]
1
chore
s3
866,415
22.10.2019 10:48:09
14,400
f542da89bd199c69f1e4df745ad86b94747700e1
chore(unit-tests): update unit tests for translationapi
[ { "change_type": "MODIFY", "diff": "@@ -40,9 +40,11 @@ class TranslationAPI {\n*/\nstatic async getTranslation() {\nconst locale = await LocaleAPI.getLocale();\n+ const cc = locale.cc || 'us';\n+ const lc = locale.lc || 'en';\nconst currenthost = `${root.location.protocol}//${root.location.host}`;\nconst pr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(unit-tests): update unit tests for translationapi
1
chore
unit-tests
866,415
22.10.2019 10:54:17
14,400
acc29af5f7f51b00b70834f8dab448aafb375a27
chore(package): update services package version
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.677.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.677.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(package): update services package version
1
chore
package
711,597
22.10.2019 10:56:29
-7,200
0d57eca6e20d343c274e2d5b8e9350c91b384dce
feat(core): Export all service-layer helpers in PluginCommonModule The helper classes are often useful when writing plugins so should be made available.
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ import { TaxRateService } from './services/tax-rate.service';\nimport { UserService } from './services/user.service';\nimport { ZoneService } from './services/zone.service';\n-const exportedProviders = [\n+const services = [\nAdministratorService,\nAsset...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export all service-layer helpers in PluginCommonModule The helper classes are often useful when writing plugins so should be made available.
1
feat
core
807,849
22.10.2019 10:56:38
25,200
384cd15f7024201da530e8c47d2e6277f2a89f59
fix(version): Correct warning message
[ { "change_type": "MODIFY", "diff": "@@ -227,7 +227,7 @@ exports.builder = (yargs, composed) => {\nif (argv.githubRelease) {\nargv.createRelease = \"github\";\ndelete argv.githubRelease;\n- log.warn(\"deprecated\", \"--release has been replaced by --create-release=github\");\n+ log.warn(\"deprecated\", \"--g...
JavaScript
MIT License
lerna/lerna
fix(version): Correct warning message
1
fix
version
815,590
22.10.2019 11:04:21
-28,800
e5d848b715c63b598491b8473a87c3d99dc43ee3
feat: support syscall load_witness by output source
[ { "change_type": "MODIFY", "diff": "@@ -15,13 +15,19 @@ use ckb_vm::{\npub struct LoadWitness<'a> {\nwitnesses: BytesVec,\ngroup_inputs: &'a [usize],\n+ group_outputs: &'a [usize],\n}\nimpl<'a> LoadWitness<'a> {\n- pub fn new(witnesses: BytesVec, group_inputs: &'a [usize]) -> LoadWitness<'a> {\n+ pub fn new...
Rust
MIT License
nervosnetwork/ckb
feat: support syscall load_witness by output source
1
feat
null
807,849
22.10.2019 11:28:19
25,200
46be9dc14999e0dbe933d562a0363fba6ff2f115
fix(version): Workaround yargs bug with spurious `--` arguments Fixes
[ { "change_type": "MODIFY", "diff": "@@ -734,4 +734,14 @@ describe(\"VersionCommand\", () => {\nexpect(changedFiles).toContain(\"packages/package-1/package-lock.json\");\n});\n});\n+\n+ describe(\"with spurious -- arguments\", () => {\n+ it(\"ignores the extra arguments with cheesy parseConfiguration()\", as...
JavaScript
MIT License
lerna/lerna
fix(version): Workaround yargs bug with spurious `--` arguments Fixes #2315
1
fix
version
807,849
22.10.2019 11:51:44
25,200
e7ef2a75ac98af07aed33cbd6f65f8514a45f8f5
chore(release): v3.18.3
[ { "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.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)\n+\n+\n+### Bug Fixes\n+\n+* **ver...
JavaScript
MIT License
lerna/lerna
chore(release): v3.18.3
1
chore
release
127,946
22.10.2019 11:55:37
-10,800
e99f902793e190237022a93d9eef66ba20ea2439
feat(tabs): change 'tabs' component api
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,6 @@ export * from './link/link';\nexport * from './loader/loader';\nexport * from './select/select';\nexport * from './switch/switch';\n-export * from './tabs/settings';\nexport * from './tabs/tab-link';\nexport * from './tabs/tabs';\nexport * from './text-i...
TypeScript
MIT License
coingaming/moon-design
feat(tabs): change 'tabs' component api
1
feat
tabs
67,476
22.10.2019 12:02:12
-7,200
c36108bbe5dcc6c65ddb59f377b05aaea6af3044
feat(bindable): add fluent api
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\nConstructable,\nkebabCase,\n@@ -6,6 +5,7 @@ import {\nProtocol,\nfirstDefined,\ngetPrototypeChain,\n+ Writable,\n} from '@aurelia/kernel';\nimport {\nBindingMode,\n@@ -19,18 +19,24 @@ export type Par...
TypeScript
MIT License
aurelia/aurelia
feat(bindable): add fluent api
1
feat
bindable
67,476
22.10.2019 12:04:33
-7,200
e1cd5490a71cf1c01edddde49ff86e08aee6f963
chore(template-binder): fix lint error
[ { "change_type": "MODIFY", "diff": "@@ -408,7 +408,6 @@ export class TemplateBinder {\nconst partOwner: CustomElementSymbol | null = manifest === manifestRoot ? parentManifestRoot : manifestRoot;\n-\nif (replace === null || partOwner === null) {\n// the proxy is either the manifest itself or the outer-most ...
TypeScript
MIT License
aurelia/aurelia
chore(template-binder): fix lint error
1
chore
template-binder
67,476
22.10.2019 12:06:10
-7,200
cd436bb4f8b5e80fe61cdf234e838a690e9efad7
test(browserstack): fix test project build errors
[ { "change_type": "MODIFY", "diff": "@@ -33,13 +33,6 @@ class Todo {\n</div>\n</template>\n`,\n- build: {\n- required: true,\n- compiler: 'default'\n- },\n- instructions: [],\n- surrogates: [],\n- dependencies: []\n})\nexport class App {\npublic log: boolean = false;\n", "new_path": "packages/examples/e2...
TypeScript
MIT License
aurelia/aurelia
test(browserstack): fix test project build errors
1
test
browserstack
866,394
22.10.2019 12:06:53
14,400
308a1e3be65d11716559f1ec7c5820701618197e
fix(buttongroup): removed cap for number of buttons in the group
[ { "change_type": "MODIFY", "diff": "* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n*/\n-import React, { useLayoutEffect, useRef, createRef } from 'react';\n+import React, { useRef, createRef } from 'react';\nimport PropTyp...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): removed cap for number of buttons in the group
1
fix
buttongroup
104,818
22.10.2019 12:10:21
18,000
6e334fc274193c94a21d54a0da7d50db20d21a47
test(git): failed pushes never go through
[ { "change_type": "MODIFY", "diff": "},\n\"husky\": {\n\"hooks\": {\n- \"pre-commit\": \"yarn lint-staged && yarn test --silent\",\n+ \"pre-commit\": \"yarn lint-staged && yarn test\",\n\"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\"\n}\n},\n", "new_path": "package.json", "old_path": "package.json...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(git): failed pushes never go through
1
test
git
503,933
22.10.2019 12:32:19
14,400
6dda90afa452704900eb02ed0b61d133d07c1133
fix(Select): add plain modifier to toggle button
[ { "change_type": "MODIFY", "diff": "@@ -236,7 +236,7 @@ export class SelectToggle extends React.Component<SelectToggleProps> {\n{children}\n<button\n{...toggleProps}\n- className={css(buttonStyles.button, styles.selectToggleButton)}\n+ className={css(buttonStyles.button, styles.selectToggleButton, styles.mo...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): add plain modifier to toggle button (#3140) #3128
1
fix
Select
791,783
22.10.2019 12:38:17
14,400
dab020167000860c2b8fc43ee76963eb83d63a94
core(lightwallet): adds computed/timing-summary.js (refactor)
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst Audit = require('./audit.js');\n-const TraceOfTab = require('../computed/trace-of-tab.js');\n-const Speedline = require('../computed/speedline.js');\n-const FirstContentfulPaint = require('../computed/metrics/first-contentful-paint.js');\n-const First...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lightwallet): adds computed/timing-summary.js (refactor) (#9814)
1
core
lightwallet
71,601
22.10.2019 12:59:29
-7,200
ace80414a2c1fde6e6bcff49f59a40c590c0e492
fix(aws-lambda): update deprecation warning for node.js 8.10 * Add deprecation warning on NODEJS_8_10 Node.js 8.10 will soon be EOL and AWS started to send out warning emails of current users. See * Update older deprecation warnings on Node.js * Use
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,13 @@ export class Runtime {\n/** A list of all known `Runtime`'s. */\npublic static readonly ALL = new Array<Runtime>();\n- /** @deprecated Use `Nodejs810` or `Nodejs10x` */\n+ /** @deprecated Use {@link NODEJS_10_X} */\npublic static readonly NODEJS = new ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(aws-lambda): update deprecation warning for node.js 8.10 (#4624) * Add deprecation warning on NODEJS_8_10 Node.js 8.10 will soon be EOL and AWS started to send out warning emails of current users. See https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html * Update older deprecation warni...
1
fix
aws-lambda
679,913
22.10.2019 13:20:51
-3,600
fe369febb21218020d0a5dee49e32b74f87833fc
test(simd): add/update tests for all fns
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,7 @@ export interface SIMD {\nnormalize2_f32_aos(out: number, a: number, num: number, norm: number): number;\n// prettier-ignore\n- normalize4_f32(out: number, a: number, num: number, norm: number, so: number, sa: number): number;\n+ normalize4_f32_aos(out:...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(simd): add/update tests for all fns
1
test
simd
127,946
22.10.2019 13:35:02
-10,800
f7986f90d4932573371fc8279a7907c6d4384229
fix(tabs): cleanup
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react';\nimport styled from '@emotion/styled';\nimport { animation, colors } from '@heathmont/sportsbet-tokens';\nimport { underlineWidth, underlineOffset } from './private';\n-const TabLink: React.FC<any> = styled.a({\n+export const TabLink = sty...
TypeScript
MIT License
coingaming/moon-design
fix(tabs): cleanup
1
fix
tabs
679,913
22.10.2019 13:35:43
-3,600
bd315206e71d338926983f8469e869042037b59b
docs: update pkg link in main readme
[ { "change_type": "MODIFY", "diff": "@@ -20,10 +20,10 @@ blocks for:\n- Value-based equivalence\n- FSM primitives, parser generators\n- Data driven UI components, event & side effect handling\n-- Immediate mode GUI components\n+- Canvas-based Immediate mode GUI components\n- Immutable data handling, state co...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update pkg link in main readme
1
docs
null
531,793
22.10.2019 13:47:07
-3,600
09b0292f8afd67c48d2b40da83e9faef9267a45c
chore(deps): update node.js to 12.13.0
[ { "change_type": "MODIFY", "diff": "-10.16.3\n+12.13.0\n", "new_path": ".nvmrc", "old_path": ".nvmrc" }, { "change_type": "MODIFY", "diff": "-FROM node:10.16.3-alpine as nodejs-builder\n+FROM node:12.13.0-alpine as nodejs-builder\nRUN apk update && apk upgrade && apk add --update make gi...
TypeScript
Apache License 2.0
prymitive/karma
chore(deps): update node.js to 12.13.0
1
chore
deps
127,946
22.10.2019 13:53:03
-10,800
9d07c2238ee23b4852b885cf341cd42b10f7ead2
fix: active state & tests
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`Nav - TabLink renders as a button 1`] = `\n-.emotion-0 {\n- position: relative;\n- padding: 0;\n- padding-bottom: 10px;\n- margin: 0;\n- font-size: inherit;\n- font-family: inherit;\n- line-height: inherit;\n- backgrou...
TypeScript
MIT License
coingaming/moon-design
fix: active state & tests
1
fix
null
866,394
22.10.2019 14:07:56
14,400
9923fd8023d752cd45770a6de26c9bdca0f813bf
fix(buttongroup): updated button group to allow any icons
[ { "change_type": "MODIFY", "diff": "* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n*/\n-import React, { useRef, createRef } from 'react';\n+import React from 'react';\nimport PropTypes from 'prop-types';\n-import { ArrowRi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): updated button group to allow any icons
1
fix
buttongroup
104,818
22.10.2019 14:12:20
18,000
0e131ed9ef30d818ee4f1e9dd578e7c9d7aa96d4
fix(imagecard): handle if setting up card throws an error
[ { "change_type": "MODIFY", "diff": "@@ -84,8 +84,11 @@ const CardRenderer = React.memo(\n// Image cards require extra setup before loading data\nif (onSetupCard && card.type === CARD_TYPES.IMAGE && !card.content.src) {\nupdatedCard = await onSetupCard(card);\n+ setCard(updatedCard);\n}\n+ if (!updatedCard.e...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): handle if setting up card throws an error
1
fix
imagecard
730,416
22.10.2019 14:27:05
25,200
9090a02b3bff68cd69b710e2385f293b33717789
chore(circleci): remove rename job
[ { "change_type": "MODIFY", "diff": "@@ -168,7 +168,7 @@ jobs:\n- restore_node_modules\n- add_ssh_keys:\nfingerprints:\n- - \"df:fe:3e:ee:15:bd:fb:a1:15:0d:74:78:65:98:db:76\"\n+ - 'df:fe:3e:ee:15:bd:fb:a1:15:0d:74:78:65:98:db:76'\n- run: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> ~/.npmrc\n- ru...
JavaScript
MIT License
webex/react-widgets
chore(circleci): remove rename job
1
chore
circleci
749,516
22.10.2019 14:27:20
25,200
d24bd66b308e1d6367d41a438a8918931943d9f2
fix(buttons): allow buttons to control type attribute
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export const StyledButton = styled.button.attrs(props => ({\n[ButtonStyles['is-hovered']]: props.hovered,\n[ButtonStyles['is-selected']]: props.selected\n}),\n- type: 'button'\n+ type: props.type || 'button'\n}))`\n${props => retrieveTheme(COMPONENT_ID, ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(buttons): allow buttons to control type attribute (#498)
1
fix
buttons
866,394
22.10.2019 14:29:58
14,400
3822f20e42546be3261fdec8b8ea9219128cdb89
fix(hr): added hr options for checking against with props
[ { "change_type": "MODIFY", "diff": "/>\n<meta\nname=\"description\"\n- content=\"A collection of IBM.com components implemented using React and Carbon Design System.\"\n+ content=\"A collection of IBM.com components implemented using Carbon Design System.\"\n/>\n<!-- Open Graph -->\n", "new_path": "pack...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(hr): added hr options for checking against with props
1
fix
hr
104,848
22.10.2019 14:32:40
18,000
aa3bfa61a07139471d5b169e737570aeb710231a
fix(table): i18n to 1.x table
[ { "change_type": "MODIFY", "diff": "@@ -261,17 +261,24 @@ export const defaultProps = baseProps => ({\nclearAllFilters: 'Clear all filters',\ncolumnSelectionButtonAria: 'Column Selection',\nfilterButtonAria: 'Filters',\n+ searchLabel: 'Search',\nsearchPlaceholder: 'Search',\nclearFilterAria: 'Clear filter',...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): i18n to 1.x table
1
fix
table
104,848
22.10.2019 14:36:02
18,000
7e411ab8db3559c39da6104dd52310d2b586de3e
fix(table): i18n to 1.x table and snapshot
[ { "change_type": "MODIFY", "diff": "@@ -117991,8 +117991,8 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Card edita\nrole=\"search\"\n>\n<svg\n- alt=\"Filter table\"\n- aria-label=\"Filter table\"\n+ alt=\"Search\"\n+ aria-label=\"Search\"\nclassName=\"bx--search-magnifier\"\nfill...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): i18n to 1.x table and snapshot
1
fix
table
866,394
22.10.2019 14:51:06
14,400
19346ea5fb10998c8ccbba3f86de89d6e41536d8
fix(hr): changed grid reference to
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-object-assign\": \"^7.2.0\",\n\"@babel/plugin-transform-runtime\": \"^7.5.5\",\n\"@babel/preset-env\": \"^7.5.5\",\n+ \"@carbon/grid\": \"^10.6.0\",\n\"@storybook/addon-a11y\": \"^5.1.3\",\n\"@storybook/addon-actions\": \"^5.1.3\",\n\"@storybook/...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(hr): changed grid reference to @carbon/grid
1
fix
hr
711,597
22.10.2019 15:19:20
-7,200
d2224496f16ff2936e4fa14de6a1025368f36cc2
feat(admin-ui): Export BaseListComponent & BaseDetailComponent Allows creation of idiomatic list/detail components in UI extensions
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ export { ServerConfigService } from './app/data/server-config';\nexport { ModalService } from './app/shared/providers/modal/modal.service';\nexport { SharedModule } from './app/shared/shared.module';\nexport { NavBuilderService } from './app/core/provide...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Export BaseListComponent & BaseDetailComponent Allows creation of idiomatic list/detail components in UI extensions
1
feat
admin-ui
791,637
22.10.2019 15:32:31
14,400
1749b626e6bff5fefd1b1b8c673c480a10be9cf9
fix: pull emulator creds from local grpc instance
[ { "change_type": "MODIFY", "diff": "@@ -527,6 +527,7 @@ export class PubSub {\nreturn;\n}\n+ const grpcInstance = this.options.grpc || grpc;\nconst baseUrl = apiEndpoint || process.env.PUBSUB_EMULATOR_HOST;\nconst leadingProtocol = new RegExp('^https*://');\nconst trailingSlashes = new RegExp('/*$');\n@@ -5...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix: pull emulator creds from local grpc instance (#795)
1
fix
null
503,945
22.10.2019 15:44:16
14,400
14995c7a4b3e8722660250f9d9ba0e4bfd6f039e
chore(package): Bump versions to 2.37.0
[ { "change_type": "MODIFY", "diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.36.0\",\n+ \"@patternfly/patternfly\": \"2.37.0\",\n\"@patternfly/react-styles\": \"^3.6.0\",\n\"@patternfly/react-tokens\": \"^2.7.0\",\n\...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.37.0 (#3181)
1
chore
package
67,476
22.10.2019 15:54:20
-7,200
79f30b5b16d6e6cdfa908b1f2e4ea4b26c529398
test: enable pretendToBeVisual in jsdom
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import { JSDOM } from 'jsdom';\nReporter.level = LogLevel.error;\nfunction createJSDOMTestContext(): HTMLTestContext {\n- const jsdom = new JSDOM(`<!DOCTYPE html><html><head></head><body></body></html>`);\n+ const jsdom = new JSDOM(`<!DOCTYPE html><html>...
TypeScript
MIT License
aurelia/aurelia
test: enable pretendToBeVisual in jsdom
1
test
null
104,844
22.10.2019 16:22:48
14,400
59ff99409ca78a0eddaceac368cec2bb99e3bf07
fix(tablecard): fix for visual defect in ff for table header when no data
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ const { TableBody, TableCell, TableRow } = DataTable;\nconst StyledEmptyTableRow = styled(TableRow)`\n&&& {\n+ height: calc(100% - 3rem);\n&:hover td {\nbackground: inherit;\n}\n", "new_path": "src/components/Table/EmptyTable/EmptyTable.jsx", "ol...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): fix for visual defect in ff for table header when no data
1
fix
tablecard
67,476
22.10.2019 16:22:55
-7,200
bb1fe5a43d46078d0795e2f775221078400d3e29
refactor(scheduler): remove evenLoop priority
[ { "change_type": "MODIFY", "diff": "@@ -27,10 +27,6 @@ describe('Scheduler', function () {\npriority: TaskQueuePriority.microTask,\nname: 'microTask',\n},\n- {\n- priority: TaskQueuePriority.eventLoop,\n- name: 'eventLoop',\n- },\n{\npriority: TaskQueuePriority.render,\nname: 'render',\n", "new_path": "...
TypeScript
MIT License
aurelia/aurelia
refactor(scheduler): remove evenLoop priority
1
refactor
scheduler
104,844
22.10.2019 16:32:43
14,400
9d61ef575520e5612fee9ef4cd1220a7d900ba55
chore(tablebodyrow): remove snapshot update
[ { "change_type": "MODIFY", "diff": "@@ -835,7 +835,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Watson IoT|Table\n>\n<div\n- aria-describedby=\"tooltip\"\n+ aria-describedby={null}\naria-haspopup=\"true\"\nclassName=\"bx--tooltip__trigger\"\nonBlur={[Function]}\n", "new_path": "s...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(tablebodyrow): remove snapshot update
1
chore
tablebodyrow
722,013
22.10.2019 16:52:49
18,000
c8fd5bee448fa3539375ab2a74436f71acb148a1
build: deliver beta on next
[ { "change_type": "MODIFY", "diff": "@@ -18,12 +18,15 @@ install:\nbranches:\nonly:\n- master\n+ - next\n- dev\nstages:\n- test\n- name: documentation\nif: type != pull_request AND branch = master\n+ - name: release-beta\n+ if: type != pull_request AND branch = next\n- name: release\nif: type != pull_request...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: deliver beta on next
1
build
null
104,844
22.10.2019 16:54:03
14,400
1e5bf04587a54129e43b5cafeb3b46661e7b170a
fix(table): fix visual defect in ff for empty tables
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ const { TableBody, TableCell, TableRow } = DataTable;\nconst StyledEmptyTableRow = styled(TableRow)`\n&&& {\n+ height: calc(100% - 3rem);\n&:hover td {\nborder: 1px solid ${COLORS.lightGrey};\nbackground: inherit;\n", "new_path": "src/components/Tabl...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix visual defect in ff for empty tables
1
fix
table
71,539
22.10.2019 16:57:43
25,200
431fe08f87c171d325cb1f79dc78437e44e91923
chore(mergify): workflow updates Update to reflect issue with automatic dependabot merging Addition of label denoting core team member PRs
[ { "change_type": "MODIFY", "diff": "# See https://doc.mergify.io\npull_request_rules:\n+ - name: label core\n+ actions:\n+ label:\n+ add: [ contribution/core ]\n+ conditions:\n+ - author=(eladb|RomainMuller|garnaat|nija-at|shivlaks|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB)\n+ - -label~=\"contribution/core\...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(mergify): workflow updates (#4109) - Update to reflect issue with automatic dependabot merging - Addition of label denoting core team member PRs
1
chore
mergify
722,013
22.10.2019 17:07:29
18,000
4aa9476c79bd8859837292c31d1efa3f484893d6
build: avoid throwing when branch = next
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ language: node_js\n# never build when commited by the bot\n# + prevent double build on dev -> master Pull Request\n-if: sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist Bot\" AND (type = pull_request OR branch = master)\n+if: sender != \...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: avoid throwing when branch = next
1
build
null