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
71,546
09.09.2019 05:57:23
25,200
b01f62dd340fcd11d0cf1c40278abb8940cbeff9
fix(events): `fromObject` handles regular and field tokens together Fixes a case in `RuleTargetInput.fromObject()` where both `EventField` tokens and regular tokens were used together, which would lead to an error. Closes
[ { "change_type": "MODIFY", "diff": "@@ -208,9 +208,21 @@ class FieldAwareEventInput extends RuleTargetInput {\nprivate unquoteKeyPlaceholders(sub: string) {\nif (this.inputType !== InputType.Object) { return sub; }\n- return Lazy.stringValue({ produce: (ctx: IResolveContext) =>\n- ctx.resolve(sub).replace(O...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(events): `fromObject` handles regular and field tokens together (#3916) Fixes a case in `RuleTargetInput.fromObject()` where both `EventField` tokens and regular tokens were used together, which would lead to an error. Closes #3915.
1
fix
events
71,118
09.09.2019 05:59:31
-32,400
d6920db6d050275f3696c5670ea87f54ba90623d
chore(rds): fix README.md
[ { "change_type": "MODIFY", "diff": "@@ -23,12 +23,12 @@ your instances will be launched privately or publicly:\n```ts\nconst cluster = new DatabaseCluster(this, 'Database', {\n- engine: DatabaseClusterEngine.Aurora,\n+ engine: DatabaseClusterEngine.AURORA,\nmasterUser: {\nusername: 'admin'\n},\ninstanceProp...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(rds): fix README.md (#3992)
1
chore
rds
67,495
09.09.2019 06:49:06
18,000
2d0deadf9230802e343e11f4d2fd36e9b676a5df
fix(pathing): Fix pathing for js resolution
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,8 @@ var frameworks = [].concat(\nfs.readdirSync('./frameworks/keyed').map(f => ['frameworks/keyed/', f]),\n/*fs.readdirSync('./frameworks/non-keyed').map(f => ['frameworks/non-keyed/', f])*/);\n+ console.log(frameworks);\n+\nvar notRestarter = ([_, name]) =>...
TypeScript
MIT License
aurelia/aurelia
fix(pathing): Fix pathing for js resolution
1
fix
pathing
67,495
09.09.2019 07:03:35
18,000
d8a76becd55a2c1c233732788db1abd79b05f1ee
chore(bump): Bump chrome to latest version
[ { "change_type": "MODIFY", "diff": "\"@types/node\": \"^10.14.13\",\n\"@types/selenium-webdriver\": \"^4.0.2\",\n\"chai\": \"^4.2.0\",\n- \"chromedriver\": \"^74.0.0\",\n+ \"chromedriver\": \"^76.0.1\",\n\"esm\": \"^3.2.25\",\n\"mocha\": \"~6.1.4\",\n\"path\": \"^0.12.7\",\n", "new_path": "packages/exam...
TypeScript
MIT License
aurelia/aurelia
chore(bump): Bump chrome to latest version
1
chore
bump
67,495
09.09.2019 07:14:51
18,000
1ea4ce17eddda592569e7c394c2c840b444aacae
chore(update): Package lock needed updated
[ { "change_type": "MODIFY", "diff": "\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n+ \"@types/events\": {\n+ \"version\": \"3.0.0\",\n+ \"resolved\": \"https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz\",\n+ \"integrity\": \"sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRK...
TypeScript
MIT License
aurelia/aurelia
chore(update): Package lock needed updated
1
chore
update
749,516
09.09.2019 09:27:04
25,200
6709d7fd88c65eee39102f9b6c3c8b22fdfad271
feat(breadcrumbs): deprecate BreadcrumbContainer and migrate to useBreadcrumb() container
[ { "change_type": "MODIFY", "diff": "\"start\": \"../../utils/scripts/start.sh\"\n},\n\"dependencies\": {\n+ \"@zendeskgarden/container-breadcrumb\": \"^0.2.2\",\n\"classnames\": \"^2.2.5\"\n},\n\"peerDependencies\": {\n", "new_path": "packages/breadcrumbs/package.json", "old_path": "packages/breadcr...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(breadcrumbs): deprecate BreadcrumbContainer and migrate to useBreadcrumb() container (#444)
1
feat
breadcrumbs
103,440
09.09.2019 09:41:34
-7,200
4858bffaa7cb6d97861c6682d5d1331cf472d39d
chore: release 3.0.0-alpha.4
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"react-native-paper\",\n- \"version\": \"3.0.0-alpha.3\",\n+ \"version\": \"3.0.0-alpha.4\",\n\"description\": \"Material design for React Native\",\n\"main\": \"lib/module/index.js\",\n\"types\": \"lib/typescript/src/index.d.ts\",\n", "new_path": "packa...
TypeScript
MIT License
callstack/react-native-paper
chore: release 3.0.0-alpha.4
1
chore
null
306,392
09.09.2019 09:46:55
-7,200
7f12d3cd2c960820f1b4f2bdf36968b96f3f6b8f
chore(lion-radio-group): add tests for serialized value
[ { "change_type": "MODIFY", "diff": "@@ -211,4 +211,31 @@ describe('<lion-radio-group>', () => {\nel.formElements['gender[]'][0].choiceChecked = true;\nexpect(el.error.required).to.be.undefined;\n});\n+\n+ it('returns serialized value', async () => {\n+ const group = await fixture(html`\n+ <lion-radio-group ...
JavaScript
MIT License
ing-bank/lion
chore(lion-radio-group): add tests for serialized value
1
chore
lion-radio-group
67,495
09.09.2019 09:47:36
18,000
3f9614bc1d6de7a81d6bb6dbcd7922b3a8fef613
chore(fix): Fix broken http server
[ { "change_type": "MODIFY", "diff": "\"version\": \"0.1.0\",\n\"js-framework-benchmark\": {\n\"frameworkVersion\": \"\",\n- \"customURL\": \"/dist/index.html\"\n+ \"customURL\": \"/dist/\"\n},\n\"repository\": {\n\"type\": \"???\",\n", "new_path": "test/js-framework-benchmark/frameworks/keyed/aurelia/pac...
TypeScript
MIT License
aurelia/aurelia
chore(fix): Fix broken http server
1
chore
fix
730,429
09.09.2019 09:54:45
14,400
9640468128fad5be14e41034ac346dbcef535049
feat(widget-meetings): add media view
[ { "change_type": "ADD", "diff": "+.localVideo {\n+ position: absolute;\n+ top: 0;\n+ right: 0;\n+ width: 150px;\n+ height: 84px;\n+ padding: 10px;\n+ cursor: pointer;\n+ transition: transform 160ms linear;\n+}\n", "new_path": "packages/node_modules/@webex/widget-meetings/src/components/ActiveMeeting.css...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): add media view
1
feat
widget-meetings
865,921
09.09.2019 11:17:43
-7,200
9d90485948ff1901bdf1a902924b15b3a66b01d7
chore(example): add script error plug-in example
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
chore(example): add script error plug-in example
1
chore
example
730,429
09.09.2019 11:17:58
14,400
57e2839101b7383fdad5f540e42d31df81993813
feat(r-m-meetings): add leave meeting support
[ { "change_type": "MODIFY", "diff": "+import {buildDestinationLookup} from './reducer';\n+\nexport const JOIN_MEETING = 'meetings/JOIN_MEETING';\n+export const LEAVE_MEETING = 'meetings/LEAVE_MEETING';\nexport const STORE_MEETING = 'meetings/STORE_MEETING';\nexport const UPDATE_MEETING_STATE = 'meetings/UPDA...
JavaScript
MIT License
webex/react-widgets
feat(r-m-meetings): add leave meeting support
1
feat
r-m-meetings
730,429
09.09.2019 11:18:48
14,400
453fe87e45f470d0aa83a44a487e76a0374e5d6c
feat(widget-meetings): add leave meeting button
[ { "change_type": "MODIFY", "diff": "cursor: pointer;\ntransition: transform 160ms linear;\n}\n+\n+.meetingControls {\n+ position: absolute;\n+ bottom: 24px;\n+ left: 0;\n+ width: 100%;\n+ margin: 0 auto;\n+ text-align: center;\n+ transition: all 160ms linear;\n+ box-sizing: border-box;\n+}\n", "new_path...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): add leave meeting button
1
feat
widget-meetings
865,921
09.09.2019 11:19:39
-7,200
44d6a86c844c87f782a32b148d581a435d5136ee
chore(plugins/test-editor-events): pack plug-in
[ { "change_type": "ADD", "diff": "+/******/ (function(modules) { // webpackBootstrap\n+/******/ // The module cache\n+/******/ var installedModules = {};\n+/******/\n+/******/ // The require function\n+/******/ function __webpack_require__(moduleId) {\n+/******/\n+/******/ // Check if module is in cache\n+/*...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins/test-editor-events): pack plug-in
1
chore
plugins/test-editor-events
730,429
09.09.2019 11:29:55
14,400
d5317446c1c2a36c0729476966522a3339e706eb
docs(r-m-meetings): add jsdoc and todo
[ { "change_type": "MODIFY", "diff": "@@ -64,8 +64,23 @@ function bindMeetingEvents(meeting, dispatch) {\ndispatch(updateMeetingState(meeting, {hasRemoteAudio: true}));\n}\n});\n+\n+ // TODO: Add media:stopped handlers\n+\n+ // TODO: Add meeting stopped & destroyed handlers\n}\n+/**\n+ * Gets the meeting inst...
JavaScript
MIT License
webex/react-widgets
docs(r-m-meetings): add jsdoc and todo
1
docs
r-m-meetings
104,857
09.09.2019 11:36:59
10,800
8ff3d1d26640eb47ea0742f50d6218d71effd465
fix(table): support of show/hide content with null values
[ { "change_type": "MODIFY", "diff": "@@ -529,10 +529,27 @@ const TableCard = ({\n...timestampUpdated,\n...precisionUpdated,\n},\n+ isSelectable: false\n};\n})\n: data;\n+\n+ console.log('uniqueThresholds:::::', uniqueThresholds)\n+ console.log('uniqueThresholds:::', uniqueThresholds.filter((i) => i.showOnCon...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): support of show/hide content with null values
1
fix
table
217,922
09.09.2019 11:48:10
-7,200
68e7f1a8de8acb204fe775fdb654206e9c1fed8d
fix(rotation): removed rotation key from rotation panel
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" class=\"panel-header\" fxLayoutGap=\"10px\">\n<div (dblclick)=\"openRotation(rotation)\" fxLayout=\"row\" fxLayoutGap=\"10px\"\nfxLayoutAlign=\"flex-start center\">\n- <div>{{rotation.getName()}} {{rotation.$key}}<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation): removed rotation key from rotation panel
1
fix
rotation
730,429
09.09.2019 11:58:31
14,400
13436c2acf9d44eb9a143fe3c4f2524afe353a21
test(widget-meetings): add snapshot tests for components
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+\n+import ShallowRenderer from 'react-test-renderer/shallow';\n+\n+import ActiveMeeting from './ActiveMeeting';\n+\n+const renderer = new ShallowRenderer();\n+\n+describe('ActiveMeeting component', () => {\n+ it('renders properly with all props'...
JavaScript
MIT License
webex/react-widgets
test(widget-meetings): add snapshot tests for components
1
test
widget-meetings
217,922
09.09.2019 12:00:17
-7,200
79c4f7530dda7c87eeb2135bb3c3c38c4bd95f34
fix(list): fixed a bug when upgrading an ephemeral list to permanent
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ export class ListPanelComponent {\nmap(([userId, user, list]) => {\nif (user !== null) {\nconst isTeamList = list.teamId && teams.some(team => list.teamId === team.$key);\n- const teamLeader = isTeamList && (teams.find(team => list.teamId === team.$key)....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed a bug when upgrading an ephemeral list to permanent
1
fix
list
217,922
09.09.2019 12:01:39
-7,200
464115559ca35f7ce26b6a1ebcb075061186993e
fix(list): fixed a bug when regenerating an empty list
[ { "change_type": "MODIFY", "diff": "@@ -217,6 +217,9 @@ export class ListManagerService {\npublic upgradeList(list: List): Observable<List> {\nconst permissions = list.registry;\nconst backup = [];\n+ if (list.items.length === 0) {\n+ return of(list);\n+ }\nlist.items.forEach(item => {\nbackup.push({ array:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed a bug when regenerating an empty list
1
fix
list
866,394
09.09.2019 12:34:05
14,400
6390d38d978acce503d6274a7dc2171728dd993c
chore(release): publish v0.4.0-rc.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-# [0.3.0](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/com...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): publish v0.4.0-rc.0
1
chore
release
679,913
09.09.2019 12:35:10
-3,600
8a473c12594481194b7d5f7e623172e0101f6319
feat(shader-ast-stdlib): add rotationAroundAxis3/4, matrix conversions
[ { "change_type": "ADD", "diff": "+import {\n+ defn,\n+ indexMat,\n+ mat3,\n+ mat4,\n+ ret,\n+ vec3,\n+ vec4\n+} from \"@thi.ng/shader-ast\";\n+\n+export const m22ToM33 = defn(\"mat3\", \"m22ToM33\", [\"mat2\"], (m) => {\n+ return [\n+ ret(mat3(vec3(indexMat(m, 0), 0), vec3(indexMat(m, 1), 0), vec3()))\n+ ];...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add rotationAroundAxis3/4, matrix conversions
1
feat
shader-ast-stdlib
865,921
09.09.2019 13:10:17
-7,200
897422fc1848d813996e024c53337c6d239ba22a
chore(CHANGELOG): update to v3.3.4
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.4\n+\n+* `FIX`: correct menu point visibility ([#1487](https://github.com/camunda/camunda-modeler/issues/1487))\...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.3.4
1
chore
CHANGELOG
711,597
09.09.2019 13:53:17
-7,200
0dab9ebac872de6f4e84f45d7e7da363054275f1
fix(test): Fix non-deterministic e2e test queries
[ { "change_type": "MODIFY", "diff": "@@ -236,6 +236,7 @@ describe('Shop catalog', () => {\nbeforeAll(async () => {\nconst result = await adminClient.query<GetFacetList.Query>(GET_FACET_LIST);\nconst category = result.facets.items[0];\n+ const sportsEquipment = category.values.find(v => v.code === 'sports-equ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(test): Fix non-deterministic e2e test queries
1
fix
test
711,597
09.09.2019 14:09:31
-7,200
132428d5a5d06d148aa856b2d78b5ce34718700e
test(email-plugin): Enable isolatedModules to try to improve perf
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ module.exports = {\n},\nglobals: {\n'ts-jest': {\n- isolatedModules: false,\n+ isolatedModules: true,\ntsConfig: {\nallowJs: true,\nskipLibCheck: true,\n", "new_path": "packages/email-plugin/jest.config.js", "old_path": "packages/email-plugin/jes...
TypeScript
MIT License
vendure-ecommerce/vendure
test(email-plugin): Enable isolatedModules to try to improve perf
1
test
email-plugin
679,913
09.09.2019 14:19:54
-3,600
fddfa85cf87b6ccbaa2585bbb7a0e2915fa66074
refactor(shader-ast-stdlib): update snoise3
[ { "change_type": "MODIFY", "diff": "@@ -26,21 +26,16 @@ import {\nstep,\nsub,\nsym,\n- vec2,\n- Vec2Sym,\nvec3,\nVec3Sym,\nvec4,\n- Vec4Sym,\n- Vec4Term\n+ Vec4Sym\n} from \"@thi.ng/shader-ast\";\nimport { permute4 } from \"./permute\";\n-const taylorInvSqrt = (x: Vec4Term) =>\n- sub(1.79284291400159, mul(0...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update snoise3
1
refactor
shader-ast-stdlib
103,570
09.09.2019 14:28:58
-10,800
fa22a6854f80259bdca266b4725fd15e722c5c70
fix(Menu): wrap overflowing menu items in scrollView
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import {\nTouchableWithoutFeedback,\nView,\nViewStyle,\n+ ScrollView,\nfindNodeHandle,\n} from 'react-native';\n@@ -64,7 +65,6 @@ type State = {\nrendered: boolean;\ntop: number;\nleft: number;\n- windowLayout: Layout;\nmenuLayout: Layout;\nanchorLayout:...
TypeScript
MIT License
callstack/react-native-paper
fix(Menu): wrap overflowing menu items in scrollView (#1084)
1
fix
Menu
273,683
09.09.2019 14:31:51
-7,200
1d35fe7aa10377d12f8f6036e9c253af7740bec7
feat(filesystem): basic gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -15,12 +15,14 @@ module.exports = {\n{\nuse: '@gridsome/source-filesystem',\noptions: {\n- path: 'blog/**/*.md',\ntypeName: 'BlogPost',\n- route: '/blog/:year/:month/:day/:slug'\n+ path: './content/blog/**/*.md',\n}\n}\n- ]\n+ ],\n+ templates: {\n+ BlogPost: '/blog/:ye...
JavaScript
MIT License
gridsome/gridsome
feat(filesystem): basic gridsome v0.7 support
1
feat
filesystem
104,818
09.09.2019 14:32:53
18,000
3c361552825f215337e090679f4bd7e4b64cacf6
fix(travis): post to coveralls
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,7 @@ install:\n- yarn list\nscript:\n- - yarn lint && yarn test --ci --maxWorkers=2 --verbose\n+ - travis_wait yarn lint && yarn test --ci --maxWorkers=2 --verbose --coverage --coverageReporters=text-lcov | yarn run coveralls # report coveralls status\nafter_...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(travis): post to coveralls
1
fix
travis
273,683
09.09.2019 14:33:57
-7,200
78ca5bfde1225ff5d11a498cabe5bb57b55399df
feat(contentful): gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,21 @@ module.exports = {\n}\n```\n+### Custom Routes\n+\n+To add custom routes use the [`templates`](https://gridsome.org/docs/templates/) config with the collection type name as the key and the custom route as the value.\n+\n+If you have Contentful ContentTy...
JavaScript
MIT License
gridsome/gridsome
feat(contentful): gridsome v0.7 support
1
feat
contentful
273,683
09.09.2019 14:34:48
-7,200
de9526b4635b6614ee0572443da1974e7dbc1671
feat(drupal): gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,6 @@ Property |Default Value | Notes\n`baseUrl` | *none*, **required** | This is the base url of your Drupal instance. (`https://somedrupalsite.pantheon.io`)\n| `exclude` | *see lib/constants.js* | An array of entity types you want excluded from the [GraphQL ...
JavaScript
MIT License
gridsome/gridsome
feat(drupal): gridsome v0.7 support
1
feat
drupal
273,683
09.09.2019 14:35:13
-7,200
9378b31baea3cde8d72d48b682ea3b0bb25c98fa
fix(ghost): basic gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -15,14 +15,15 @@ module.exports = {\n{\nuse: '@gridsome/source-ghost',\noptions: {\n+ typeName: 'Ghost',\nbaseUrl: 'http://localhost:2368',\n- contentKey: '0b7050113fba7147f358cc2f4d',\n- routes: {\n- post: '/:year/:month/:day/:slug',\n- tag: '/tag/:slug'\n+ contentKey...
JavaScript
MIT License
gridsome/gridsome
fix(ghost): basic gridsome v0.7 support
1
fix
ghost
273,683
09.09.2019 14:35:38
-7,200
8433c9a5bb70ef9dc7f20db635754f25b18084c6
feat(wordpress): basic gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -19,14 +19,13 @@ module.exports = {\napiBase: 'wp-json',\ntypeName: 'WordPress',\nperPage: 100,\n- concurrent: 10,\n- routes: {\n- post: '/:year/:month/:day/:slug',\n- post_tag: '/tag/:slug'\n+ concurrent: 10\n}\n}\n+ ],\n+ templates: {\n+ WordPressPost: '/:year/:month...
JavaScript
MIT License
gridsome/gridsome
feat(wordpress): basic gridsome v0.7 support
1
feat
wordpress
273,683
09.09.2019 14:36:07
-7,200
3116ed582f1084e0a3ebcf062ad02ce2e938b88b
feat(pages): trailing slash for page paths
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,8 @@ export default {\n}\nfunction createPagePath (path, page) {\n- return page > 1 ? unslashEnd(path) + `/${page}` : path\n+ const suffix = /\\/$/.test(path) ? '/' : ''\n+ return page > 1 ? unslashEnd(path) + `/${page}${suffix}` : path\n}\nfunction resolveRa...
JavaScript
MIT License
gridsome/gridsome
feat(pages): trailing slash for page paths
1
feat
pages
711,597
09.09.2019 14:36:59
-7,200
4ef0f1547c76e4c58f772a277fd250b754362f6c
feat(core): Enable custom fields on Order entity
[ { "change_type": "MODIFY", "diff": "@@ -139,6 +139,7 @@ export interface CustomFields {\nFacet?: CustomFieldConfig[];\nFacetValue?: CustomFieldConfig[];\nGlobalSettings?: CustomFieldConfig[];\n+ Order?: CustomFieldConfig[];\nOrderLine?: CustomFieldConfig[];\nProduct?: CustomFieldConfig[];\nProductOption?: C...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Enable custom fields on Order entity
1
feat
core
791,723
09.09.2019 14:39:29
25,200
1e4d8d74fde799f07b2fa43d0e0da7c1892aef7b
misc: add comment on diff between document.write() audit and intervention
[ { "change_type": "MODIFY", "diff": "*/\n/**\n- * @fileoverview Audit a page to see if it's using document.write()\n+ * @fileoverview Audit a page to see if it's using document.write(). document.write() has terrible performance characteristics.\n+ *\n+ * *Intervention*\n+ * There is a Chrome intervention for...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add comment on diff between document.write() audit and intervention (#9644)
1
misc
null
711,597
09.09.2019 14:42:04
-7,200
802cc805e3e9a0d999ca70169c6fab6e80bc461b
chore: Publish v0.2.1
[ { "change_type": "MODIFY", "diff": "+## <small>0.2.1 (2019-09-09)</small>\n+\n+\n+#### Features\n+\n+* **admin-ui** Check for running jobs after each mutation ([8b2b0dc](https://github.com/vendure-ecommerce/vendure/commit/8b2b0dc))\n+* **core** Add optional metadata to JobInfo ([7ddec36](https://github.com/...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.2.1
1
chore
null
366,944
09.09.2019 14:46:25
-32,400
730e4beee17cd45d0a4731e47ffd62b96795a17a
feat: add Outline color to PletteProperty
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ class CheckboxComponent extends React.PureComponent<Props & InjectedProps> {\nchecked={checked}\nname={name}\ndisabled={disabled}\n+ theme={theme}\nonChange={this.handleChange}\n/>\n<Box className={classNames} theme={theme} />\n@@ -98,6 +99,9 @@ const Bo...
TypeScript
MIT License
kufu/smarthr-ui
feat: add Outline color to PletteProperty
1
feat
null
67,494
09.09.2019 15:08:34
-7,200
5e0edd2c2d763028a9be191cb93f0db7bf1cdb39
refactor(router): update closest viewport (interrim)
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, Key, Reporter } from '@aurelia/kernel';\n-import { Aurelia, IController, IRenderContext } from '@aurelia/runtime';\n+import { Aurelia, IController, INode, IRenderContext, IViewModel, CustomElement } from '@aurelia/runtime';\nimport { BrowserNaviga...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update closest viewport (interrim)
1
refactor
router
67,494
09.09.2019 15:09:43
-7,200
782bcfaa59e840a04a341cac302e899a6bc21e61
refactor(router): tag top child nodes (interrim)
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,12 @@ export class ViewportCustomElement {\nthis.disconnect();\n}\n+ public attached(): void {\n+ if (this.viewport) {\n+ this.viewport.clearTaggedNodes();\n+ }\n+ }\n+\npublic connect(): void {\nconst options: IViewportOptions = { scope: !this.element.hasAtt...
TypeScript
MIT License
aurelia/aurelia
refactor(router): tag top child nodes (interrim)
1
refactor
router
679,913
09.09.2019 15:14:05
-3,600
233528d7bc989ec33802072fe1ecefea378aad04
feat(shader-ast-js): add div-by-zero guards
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export const IVEC2: JSBuiltinsIntVec = {\naddnv: (a, b) => addNI2([], b, a),\ndiv: (a, b) => divI2([], a, b),\ndivvn: (a, b) => divNI2([], a, b),\n- divnv: (a, b) => mulNI2([], b, 1 / a),\n+ divnv: (a, b) => (a !== 0 ? mulNI2([], b, 1 / a) : [0, 0]),\nmo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-js): add div-by-zero guards
1
feat
shader-ast-js
269,481
09.09.2019 15:17:30
-7,200
221416e681fdb23a859b24204dc4ae11891da8f7
fix: invalid pseudo version for github.com/go-macaron/cors
[ { "change_type": "MODIFY", "diff": "module github.com/goreleaser/goreleaser\n+go 1.12\n+\nrequire (\ncode.gitea.io/gitea v1.10.0-dev.0.20190711052757-a0820e09fbf7\ncode.gitea.io/sdk/gitea v0.0.0-20190802154435-bbad0d915e44\n@@ -28,3 +30,6 @@ require (\ngopkg.in/alecthomas/kingpin.v2 v2.2.6\ngopkg.in/yaml.v2...
Go
MIT License
goreleaser/goreleaser
fix: invalid pseudo version for github.com/go-macaron/cors (#1138)
1
fix
null
447,447
09.09.2019 15:31:13
14,400
efccc3c8b5b2e2a7f5bdf505230b67246ce9b638
test: add unit test on timeSelect
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { mount } from 'enzyme';\nimport TimeSelect from '../timeSelect';\n+import {\n+ LEFT_KEY,\n+ RIGHT_KEY,\n+ UP_KEY,\n+ DOWN_KEY,\n+ DELETE_KEY,\n+ ENTER_KEY,\n+} from '../../../libs/constants';\n+\n+jest.mock('./../helpers/getDefaultAmPm'...
JavaScript
MIT License
nexxtway/react-rainbow
test: add unit test on timeSelect (#900)
1
test
null
273,683
09.09.2019 15:41:55
-7,200
eac20effa0146cb2ca1d38fae77e35191f9a4b7c
feat(app): upgrade to vue-meta v2.0
[ { "change_type": "MODIFY", "diff": "\"tapable\": \"2.0.0-beta.5\",\n\"url-loader\": \"^1.1.2\",\n\"vue\": \"^2.6.10\",\n- \"vue-loader\": \"^15.7.0\",\n- \"vue-meta\": \"^1.6.0\",\n- \"vue-router\": \"^3.0.6\",\n+ \"vue-loader\": \"^15.7.1\",\n+ \"vue-meta\": \"^2.2.2\",\n+ \"vue-router\": \"^3.1.3\",\n\"vu...
JavaScript
MIT License
gridsome/gridsome
feat(app): upgrade to vue-meta v2.0
1
feat
app
104,857
09.09.2019 15:47:51
10,800
ad67114fb2ffed6027b1def0154286b0e7273d88
fix(table): show only if has content support
[ { "change_type": "MODIFY", "diff": "@@ -294,7 +294,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>3</StyledSpan>\n+ <StyledSpan>Low</StyledSpan>\n</StyledIconDiv>\n);\nbreak;\n@@ -332,7 +332,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>1</StyledSpan>\n+ <StyledSpan>High</Styled...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): show only if has content support
1
fix
table
503,945
09.09.2019 15:49:45
14,400
71e1afe694d42093128525db1b289d23df544ec2
chore(package): Bump versions to 2.31.5
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.31.4\",\n+ \"@patternfly/patternfly\": \"2.31.5\",\n\"@patternfly/react-icons\": \"^3.14.0\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.31.5 (#2894)
1
chore
package
366,920
09.09.2019 15:50:46
-32,400
cd3ed2e50cdf9e8323730b8f654648273de87cf6
fix: Fix font-size
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ const Description = styled.div`\nreturn css`\nmargin-top: ${theme.size.pxToRem(theme.size.space.XS)};\ncolor: ${theme.palette.TEXT_BLACK};\n- font-size: ${theme.size.font.TALL};\n+ font-size: ${theme.size.pxToRem(theme.size.font.TALL)};\nline-height: 1.5...
TypeScript
MIT License
kufu/smarthr-ui
fix: Fix font-size
1
fix
null
503,960
09.09.2019 15:52:40
-7,200
78adfa454119ae41043a32dbff5203d1b691d515
fix(HorizontalNavMenuItem): Allow HorizontalNavMenuItem's title to be a node.
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ const HorizontalNavMenuItem = props => {\nHorizontalNavMenuItem.propTypes = {\nchildren: PropTypes.node,\nonItemClick: PropTypes.object,\n- title: PropTypes.string,\n+ title: PropTypes.node,\nactive: PropTypes.bool,\ndropdown: PropTypes.bool,\nsubmenu: P...
TypeScript
MIT License
patternfly/patternfly-react
fix(HorizontalNavMenuItem): Allow HorizontalNavMenuItem's title to be a node. (#2825)
1
fix
HorizontalNavMenuItem
815,593
09.09.2019 15:53:40
-28,800
f257d3d6db11c07ed06c63ac5e592fa0ed3e1971
feat: indexer configration
[ { "change_type": "MODIFY", "diff": "@@ -337,6 +337,7 @@ dependencies = [\n\"ckb-build-info 0.21.0-pre\",\n\"ckb-chain-spec 0.21.0-pre\",\n\"ckb-db 0.21.0-pre\",\n+ \"ckb-indexer 0.21.0-pre\",\n\"ckb-instrument 0.21.0-pre\",\n\"ckb-jsonrpc-types 0.21.0-pre\",\n\"ckb-logger 0.21.0-pre\",\n@@ -585,6 +586,8 @@ ...
Rust
MIT License
nervosnetwork/ckb
feat: indexer configration
1
feat
null
366,920
09.09.2019 15:58:08
-32,400
7a5799df8ebc6718cc8c835a5c33686f5032a426
test: update jest
[ { "change_type": "MODIFY", "diff": "\"@storybook/theming\": \"^5.1.7\",\n\"@types/enzyme\": \"^3.10.1\",\n\"@types/enzyme-adapter-react-16\": \"^1.0.5\",\n- \"@types/jest\": \"^24.0.12\",\n+ \"@types/jest\": \"^24.0.18\",\n\"@types/lodash.merge\": \"^4.6.4\",\n\"@types/lodash.range\": \"^3.2.5\",\n\"@types/...
TypeScript
MIT License
kufu/smarthr-ui
test: update jest
1
test
null
503,965
09.09.2019 16:00:47
14,400
5acd5cda3d2a489125c51bdcda472e3c08b8618e
fix(dropdown): extract DropdownWithContext
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import * as React from 'react';\nimport styles from '@patternfly/react-styles/css/components/AppLauncher/app-launcher';\nimport { ThIcon } from '@patternfly/react-icons';\nimport { DropdownDirection, DropdownPosition, DropdownToggle, DropdownContext } from...
TypeScript
MIT License
patternfly/patternfly-react
fix(dropdown): extract DropdownWithContext (#2872)
1
fix
dropdown
866,394
09.09.2019 16:10:01
14,400
6c9a0d695f8b3f367835ce1951d686f763db2989
chore(release): chore(release): publish v0.4.0-rc.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-# [0.3.0](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotcom/com...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): chore(release): publish v0.4.0-rc.0
1
chore
release
273,683
09.09.2019 16:15:57
-7,200
b70fefab4750a84413e57fdcff2d2fc7a934b23b
fix(cli): show suggested command when installed
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ test('warn about unknown command', async () => {\n})\ntest('warn about missing dependencies', async () => {\n- const { stdout } = await execa(cli, ['asdf'], {\n+ const { stdout } = await execa(cli, ['noop'], {\ncwd: path.join(__dirname, '__fixtures__', '...
JavaScript
MIT License
gridsome/gridsome
fix(cli): show suggested command when installed
1
fix
cli
104,857
09.09.2019 16:18:38
10,800
0eb281ee8895f6e797281679e4cfa8b01210192d
fix(table): table card sort support by column
[ { "change_type": "MODIFY", "diff": "@@ -529,14 +529,15 @@ const TableCard = ({\n...timestampUpdated,\n...precisionUpdated,\n},\n- isSelectable: false\n+ isSelectable: false,\n};\n})\n: data;\n-\n- const onlyShowIfColumnHasData = uniqueThresholds.find((i) => i.showOnContent)\n- const tableDataOnContent = onl...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): table card sort support by column
1
fix
table
104,857
09.09.2019 16:23:13
10,800
05fd82fd0d7ea1da1d2f50f57a7fbbec11d79d36
chore(merge): code back from privous version
[ { "change_type": "MODIFY", "diff": "@@ -294,7 +294,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>Low</StyledSpan>\n+ <StyledSpan>3</StyledSpan>\n</StyledIconDiv>\n);\nbreak;\n@@ -332,7 +332,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>High</StyledSpan>\n+ <StyledSpan>1</Styled...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(merge): code back from privous version
1
chore
merge
711,597
09.09.2019 16:32:20
-7,200
ded8e2de82cb61f01efa5446e2e3120d2cca25e3
chore: Remove redundant flag from git hook
[ { "change_type": "MODIFY", "diff": "\"commit-msg\": \"commitlint -e $HUSKY_GIT_PARAMS\",\n\"post-commit\": \"git update-index --again\",\n\"pre-commit\": \"lint-staged\",\n- \"pre-push\": \"yarn test:all && cd packages/admin-ui && yarn build --prod\"\n+ \"pre-push\": \"yarn test:all && cd packages/admin-ui ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Remove redundant flag from git hook
1
chore
null
815,590
09.09.2019 17:02:08
-28,800
b28a2ea501787c102b48576d8ff1a28818c4c2ce
feat: remove bootnodes from peer_store
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,7 @@ pub struct NetworkState {\ndisconnecting_sessions: RwLock<HashSet<SessionId>>,\nlocal_private_key: secio::SecioKeyPair,\nlocal_peer_id: PeerId,\n+ bootnodes: Vec<(PeerId, Multiaddr)>,\npub(crate) config: NetworkConfig,\n}\n@@ -97,14 +98,11 @@ impl Networ...
Rust
MIT License
nervosnetwork/ckb
feat: remove bootnodes from peer_store
1
feat
null
815,590
09.09.2019 17:02:41
-28,800
896e2c5dc4dc023baf482e00cb48392c1e730bac
feat: PeerStore support dump and load
[ { "change_type": "MODIFY", "diff": "@@ -726,6 +726,7 @@ dependencies = [\n\"sentry 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)\",\n+...
Rust
MIT License
nervosnetwork/ckb
feat: PeerStore support dump and load
1
feat
null
815,590
09.09.2019 17:02:56
-28,800
b8419e852e1d51c3aeada914a9a88c023f7d889d
refactor: remove unused ban_time_ms from PeerInfo
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,6 @@ impl NetworkState {\n.map(|addr| (addr.to_owned(), std::u8::MAX))\n.collect();\nlet peer_store = Mutex::new(PeerStore::load(config.peer_store_path())?);\n- ;\nlet bootnodes = config.bootnodes()?;\nlet whitelist_peers = config\n", "new_path": "network...
Rust
MIT License
nervosnetwork/ckb
refactor: remove unused ban_time_ms from PeerInfo
1
refactor
null
67,495
09.09.2019 17:19:11
18,000
7dd9764954213d3fe9637222f3c401e3bf8999a2
feat(alias): Provide alias functionality
[ { "change_type": "MODIFY", "diff": "@@ -454,6 +454,12 @@ export class Resolver implements IResolver, IRegistration {\ncase ResolverStrategy.singleton:\ncase ResolverStrategy.transient:\nreturn container.getFactory(this.state as Constructable);\n+ case ResolverStrategy.alias:\n+ const resolver = container.ge...
TypeScript
MIT License
aurelia/aurelia
feat(alias): Provide alias functionality
1
feat
alias
67,495
09.09.2019 17:22:47
18,000
4c4f8c8bc980c59ea03a12d39c1ba6073b562df9
chore(alias): Add missing type for compose
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,7 @@ export class Compose<T extends INode = Node> {\ninstructions: PLATFORM.emptyArray as typeof PLATFORM.emptyArray & ITargetedInstruction[][],\ndependencies: PLATFORM.emptyArray as typeof PLATFORM.emptyArray & IRegistry[],\nsurrogates: PLATFORM.emptyArray a...
TypeScript
MIT License
aurelia/aurelia
chore(alias): Add missing type for compose
1
chore
alias
679,913
09.09.2019 17:25:02
-3,600
977f0db397e57e0c6ed09181f01aeb845811cc74
refactor(shader-ast-stdlib): more snoise3 refactoring
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import {\n$w,\n$x,\n$xy,\n- $xyz,\n$y,\n$z,\nabs,\n@@ -34,32 +33,45 @@ import {\nimport { permute4 } from \"./permute\";\nexport const snoise3 = defn(\"float\", \"snoise3\", [\"vec3\"], (v) => {\n- let CX: Vec3Sym;\n- let CY: Vec3Sym;\n- let D: Vec4Sym;\nl...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): more snoise3 refactoring
1
refactor
shader-ast-stdlib
67,495
09.09.2019 17:27:14
18,000
6066bd7647327087366cb7defa706c065804bf2c
chore(alias): Add default value to test
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,7 @@ describe.skip('controller', function () {\nconst noHooks = Object.freeze(new HooksDefinition({}));\nconst noDependencies = PLATFORM.emptyArray as typeof PLATFORM.emptyArray & IRegistry[];\nconst noSurrogates = PLATFORM.emptyArray as typeof PLATFORM.empty...
TypeScript
MIT License
aurelia/aurelia
chore(alias): Add default value to test
1
chore
alias
711,597
09.09.2019 17:27:17
-7,200
d279bde71032fe4db8737c0fc64cf6049b384165
chore(admin-ui): Reset generated extensions files on build
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"ng\": \"ng\",\n\"start\": \"ng serve\",\n- \"build\": \"ng build --prod && yarn build:devkit\",\n+ \"build\": \"yarn reset-extensions && ng build --prod && yarn build:devkit\",\n\"build:devkit\": \"tsc -p tsconfig.devkit.json\",\n\"test\": \"ng test\",\n...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(admin-ui): Reset generated extensions files on build
1
chore
admin-ui
71,371
09.09.2019 17:33:38
-7,200
77105ab5673107fd68a0f08adbd6ccd704dc7821
fix(custom-resources): correctly handle booleans conversion * fix(custom-resource): allow to bypass boolean conversion Since custom resource properties are always stringified by CloudFormation, `true`/`false` values are always converted back to booleans. Allow to preserve strings by using `'true!'`/`'false!'`. Fixes * ...
[ { "change_type": "MODIFY", "diff": "@@ -23,14 +23,19 @@ function flatten(object: object): { [key: string]: string } {\n}\n/**\n- * Converts true/false strings to booleans in an object\n+ * Decodes encoded true/false values\n*/\n-function fixBooleans(object: object) {\n- return JSON.parse(JSON.stringify(obje...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(custom-resources): correctly handle booleans conversion (#4000) * fix(custom-resource): allow to bypass boolean conversion Since custom resource properties are always stringified by CloudFormation, `true`/`false` values are always converted back to booleans. Allow to preserve strings by using `'true!'`/`'false!'`...
1
fix
custom-resources
866,394
09.09.2019 18:05:44
14,400
b2bdd24d0ff56b5c66d2d8588eb3ef58336dbb8b
chore(release): switching full minor publish to conventional-graduate
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ release_rc1plus () {\n# Full minor release\nrelease_full_minor () {\n- ./node_modules/.bin/lerna publish minor --exact --conventional-commits --no-git-tag-version --force-publish=*\n+ ./node_modules/.bin/lerna publish minor --exact --conventional-commits...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): switching full minor publish to conventional-graduate
1
chore
release
838,025
09.09.2019 18:46:13
-10,800
4d248bc9c9665ffa15dd48caa0cc7e58e39b8d78
feat: wall.edit return post_id
[ { "change_type": "MODIFY", "diff": "@@ -42,12 +42,14 @@ func (vk *VK) WallDeleteComment(params map[string]string) (response int, vkErr E\nreturn\n}\n+type WallEditResponse struct {\n+ PostID int `json:\"post_id\"`\n+}\n+\n// WallEdit edits a post on a user wall or community wall.\n//\n-// TODO: update 5.100...
Go
MIT License
severecloud/vksdk
feat: wall.edit return post_id
1
feat
null
815,590
09.09.2019 19:14:40
-28,800
ed674b9c353fca1a756c4a340e63df418bf4eb56
feat: dump peer store every 1 hour
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,10 @@ use crate::protocols::{\nidentify::IdentifyCallback,\nping::PingService,\n};\n-use crate::services::{dns_seeding::DnsSeedingService, outbound_peer::OutboundPeerService};\n+use crate::services::{\n+ dns_seeding::DnsSeedingService, dump_peer_store::DumpPeer...
Rust
MIT License
nervosnetwork/ckb
feat: dump peer store every 1 hour
1
feat
null
531,793
09.09.2019 19:41:13
-3,600
6742351649492cfbaa5dc8bcc46ff6f541ef3394
chore(backend): bump incompatible go module deps
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ go 1.12\nrequire (\ngithub.com/DeanThompson/ginpprof v0.0.0-20190408063150-3be636683586\n- github.com/blang/semver v3.6.1+incompatible\n+ github.com/blang/semver v1.1.1-0.20190414182527-1a9109f8c4a1\ngithub.com/certifi/gocertifi v0.0.0-20190905060710-a5e01...
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): bump incompatible go module deps
1
chore
backend
104,818
09.09.2019 19:42:49
18,000
2397d2185295fadb190eace424fa70d5d09f0803
fix(travis): split the long running task
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,8 @@ install:\n- yarn list\nscript:\n- - travis_wait yarn lint && yarn test --ci --maxWorkers=2 --verbose --coverage --coverageReporters=text-lcov | yarn run coveralls # report coveralls status\n+ - yarn lint\n+ - travis_wait yarn test --ci --maxWorkers=2 --v...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(travis): split the long running task
1
fix
travis
503,922
09.09.2019 20:08:52
-7,200
cc225cf467c47606daeeb179a0819559b04b8103
feat(Icon): New icon path missing
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,13 @@ module.exports = {\nwidth: 160,\nheight: 150,\nsvgPathData: \"m88.33 0-47.66 41.33-40.67 73h36.67zm6.34 9.67-20.34 57.33 39 49-75.66 13h124z\"\n+ },\n+ pathMissing: {\n+ xOffset: 0,\n+ yOffset: 0,\n+ width: 131,\n+ height: 131,\n+ svgPathData: \"M8,95.5...
TypeScript
MIT License
patternfly/patternfly-react
feat(Icon): New icon path missing (#2817)
1
feat
Icon
838,025
09.09.2019 20:29:28
-10,800
41e2eb265f50f34bdf90861aeb78e70cc2db8a8c
test: FaveTag fix
[ { "change_type": "MODIFY", "diff": "@@ -7,12 +7,14 @@ import (\n\"time\"\n)\n+const sleepTime = 300 * time.Millisecond\n+\nfunc TestVK_FaveArticle(t *testing.T) {\nif vkUser.AccessToken == \"\" {\nt.Skip(\"USER_TOKEN empty\")\n}\n- time.Sleep(300 * time.Millisecond)\n+ time.Sleep(sleepTime)\n_, gotVkErr := ...
Go
MIT License
severecloud/vksdk
test: FaveTag fix
1
test
null
531,793
09.09.2019 20:33:35
-3,600
f781af31659424fc3fd344a419022d5bee3310b5
fix(ui): improve readability of error / upgrade messages
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ exports[`<FatalError /> matches snapshot 1`] = `\n</path>\n</svg>\n</h1>\n- <p class=\\\\\"lead text-muted\\\\\">\n+ <p class=\\\\\"lead text-white bg-secondary px-1 py-3 rounded\\\\\">\nfoo bar\n</p>\n</div>\n", "new_path": "ui/src/Components/Grid/F...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): improve readability of error / upgrade messages
1
fix
ui
838,025
09.09.2019 20:39:34
-10,800
c3bb95ffe6eac3f2ccb6ca25b1d517f93b3bcdaa
test: photo_test fix
[ { "change_type": "MODIFY", "diff": "@@ -67,8 +67,8 @@ func TestVK_PhotosCreateComment(t *testing.T) {\n}\ncommentID, gotVkErr := vkUser.PhotosCreateComment(map[string]string{\n- \"owner_id\": \"540036751\",\n- \"photo_id\": \"457239020\",\n+ \"owner_id\": \"117253521\",\n+ \"photo_id\": \"456247631\",\n\"me...
Go
MIT License
severecloud/vksdk
test: photo_test fix
1
test
null
838,025
09.09.2019 20:49:31
-10,800
9955b7367e3064546cfa5405e7b402ed5cb79ca4
test: skip TestVK_WallGetComment
[ { "change_type": "MODIFY", "diff": "@@ -114,6 +114,8 @@ func TestVK_WallGetByID(t *testing.T) {\n}\nfunc TestVK_WallGetComment(t *testing.T) {\n+ // BUG(VK): https://github.com/SevereCloud/vksdk/issues/55\n+ t.Skip(\"BUG\")\nif vkUser.AccessToken == \"\" {\nt.Skip(\"USER_TOKEN empty\")\n}\n", "new_path"...
Go
MIT License
severecloud/vksdk
test: skip TestVK_WallGetComment https://github.com/SevereCloud/vksdk/issues/55
1
test
null
815,590
09.09.2019 20:49:40
-28,800
af36b22acc9b86551860234e495547f250455311
refactor: get_peers RPC get addresses from peer registry
[ { "change_type": "MODIFY", "diff": "@@ -200,7 +200,7 @@ impl NetworkState {\nlet peer_opt = self.with_peer_registry_mut(|reg| reg.remove_peer_by_peer_id(peer_id));\nif let Some(peer) = peer_opt {\nif let Err(err) = self.peer_store.lock().ban_addr(\n- &peer.address,\n+ &peer.connected_addr,\nduration.as_mill...
Rust
MIT License
nervosnetwork/ckb
refactor: get_peers RPC get addresses from peer registry
1
refactor
null
838,025
09.09.2019 21:06:54
-10,800
dccc38a62a31a8eee0be75bb3be0c3085bb2b1b2
test: TestVK_WallCreateComment fix
[ { "change_type": "MODIFY", "diff": "language: go\n-cache:\n- directories:\n- - $HOME/.cache/go-build\n- - $HOME/gopath/pkg/mod\n+# cache:\n+# directories:\n+# - $HOME/.cache/go-build\n+# - $HOME/gopath/pkg/mod\ngo:\n- 1.x\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_...
Go
MIT License
severecloud/vksdk
test: TestVK_WallCreateComment fix
1
test
null
838,025
09.09.2019 21:27:48
-10,800
86ab9cf034d3b762b27174f31d733ee87a0be720
test: update golangci-lint
[ { "change_type": "MODIFY", "diff": "@@ -6,3 +6,4 @@ linters:\n- gocyclo\n- scopelint\n- depguard\n+ - funlen\n\\ No newline at end of file\n", "new_path": ".golangci.yml", "old_path": ".golangci.yml" }, { "change_type": "MODIFY", "diff": "language: go\n-# cache:\n-# directories:\n-# - $H...
Go
MIT License
severecloud/vksdk
test: update golangci-lint
1
test
null
531,793
09.09.2019 21:28:26
-3,600
e9058ca8bfc6387fb937ae557b93895866104d54
fix(ci): exclude stories from jest coverage
[ { "change_type": "MODIFY", "diff": "\"storybook\": \"start-storybook\",\n\"snapshot\": \"build-storybook --quiet -s public && percy-storybook --widths=700,1280\"\n},\n+ \"jest\": {\n+ \"collectCoverageFrom\": [\n+ \"src/**/*.{js,jsx}\",\n+ \"!src/**/*.stories.{js,jsx}\"\n+ ]\n+ },\n\"devDependencies\": {\n\...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): exclude stories from jest coverage
1
fix
ci
711,597
09.09.2019 21:30:31
-7,200
e32895f2784bfcdd59521afbe81ee9db1b010011
fix(core): Resolve collection assets field Fixes
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ import {\nGetCollectionProducts,\nGetCollections,\nGetCollectionsForProducts,\n+ GetCollectionsWithAssets,\nGetFacetValues,\nGetProductCollections,\nGetProductsWithVariantIds,\n@@ -276,6 +277,22 @@ describe('Collection resolver', () => {\nexpect(updateCo...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Resolve collection assets field Fixes #157
1
fix
core
838,025
09.09.2019 21:40:06
-10,800
6a62805e3e97e15efebf2df0db6aba802d88e497
test: use golang 1.12
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ cache:\n- $HOME/gopath/pkg/mod\ngo:\n- - 1.x\n+ - 1.12\nbefore_script:\n- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1\n", "new_path": ".travis.yml", "old_path": ".travis.y...
Go
MIT License
severecloud/vksdk
test: use golang 1.12
1
test
null
711,597
09.09.2019 21:50:01
-7,200
e2e43ea4df2bb3cf3c77ea854d5f66785fe3fcc2
chore(admin-ui): Include Order customFields in globalSettings
[ { "change_type": "MODIFY", "diff": "@@ -963,6 +963,7 @@ export type CustomFields = {\nFacet: Array<CustomFieldConfig>,\nFacetValue: Array<CustomFieldConfig>,\nGlobalSettings: Array<CustomFieldConfig>,\n+ Order: Array<CustomFieldConfig>,\nOrderLine: Array<CustomFieldConfig>,\nProduct: Array<CustomFieldConfig...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(admin-ui): Include Order customFields in globalSettings
1
chore
admin-ui
838,025
09.09.2019 21:55:45
-10,800
377fdaee64ca8334060bfb4f93a0b2c363abee39
feat: AddButton remove
[ { "change_type": "MODIFY", "diff": "@@ -80,21 +80,6 @@ func (keyboard *MessagesKeyboard) AddRow() {\n}\n}\n-// AddButton add button in last row. DEPRECATED - PLEASE NOT USE IT!\n-func (keyboard *MessagesKeyboard) AddButton(label string, payload string, color string) {\n- button := MessagesKeyboardButton{\n-...
Go
MIT License
severecloud/vksdk
feat: AddButton remove
1
feat
null
67,495
09.09.2019 22:36:51
18,000
b453eda0650c34bba90a6a849bedc5bfeafd61a2
chore(tests): Custom elment and aliasing test
[ { "change_type": "MODIFY", "diff": "-// import {\n-// Aurelia,\n-// bindable,\n-// Binding,\n-// customElement,\n-// CustomElement,\n-// InterpolationBinding,\n-// LifecycleFlags,\n-// PropertyAccessor,\n-// SelfObserver,\n-// SetterObserver\n-// } from '@aurelia/runtime';\n-// import { ElementPropertyAcces...
TypeScript
MIT License
aurelia/aurelia
chore(tests): Custom elment and aliasing test
1
chore
tests
71,663
09.09.2019 22:40:18
25,200
c4054cefba812b1e79ed1b6ccb24b165daa2a642
feat(events): allow passing a role to the CodePipeline target Fixes
[ { "change_type": "MODIFY", "diff": "@@ -3,18 +3,32 @@ import events = require('@aws-cdk/aws-events');\nimport iam = require('@aws-cdk/aws-iam');\nimport { singletonEventRole } from './util';\n+/**\n+ * Customization options when creating a {@link CodePipeline} event target.\n+ */\n+export interface CodePipe...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(events): allow passing a role to the CodePipeline target (#4006) Fixes #3999
1
feat
events
679,913
09.09.2019 22:44:40
-3,600
bc81ff8b165eab29f894f5bcabe85d738eb62370
fix(shader-ast-js): fix divisions
[ { "change_type": "MODIFY", "diff": "@@ -26,16 +26,16 @@ export const IVEC2: JSBuiltinsIntVec = {\naddnv: (a, b) => addNI2([], b, a),\ndiv: (a, b) => divI2([], a, b),\ndivvn: (a, b) => divNI2([], a, b),\n- divnv: (a, b) => (a !== 0 ? mulNI2([], b, 1 / a) : [0, 0]),\n+ divnv: (a, b) => divI2(null, [a, a], b),...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-js): fix divisions
1
fix
shader-ast-js
151,430
09.09.2019 22:45:15
25,200
41ac3b276895501c2e1cdd53ee01645b0bda606e
refactor(core): shrink code references for smaller bundle
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ export default function analytics(config = {}) {\n/* Parse plugins array */\nconst parsedOptions = (config.plugins || []).reduce((acc, p) => {\nif (typeof p !== 'function' && p.NAMESPACE) {\n+ const { NAMESPACE } = p\n// if plugin exposes EVENTS capture ...
JavaScript
MIT License
davidwells/analytics
refactor(core): shrink code references for smaller bundle
1
refactor
core
151,430
09.09.2019 22:45:47
25,200
d791d9469e2c2f874bd02e5ce81f6fbe3f351f70
refactor(cookie): shrink cookie utilities
[ { "change_type": "DELETE", "diff": "-import inBrowser from './inBrowser'\n-\n-/**\n- * Get a cookie value\n- * @param {string} name - key of cookie\n- * @return {string} value of cookie\n- */\n-export default function getCookie(name) {\n- if (!inBrowser) return false\n- const find = `${name}=`\n- const allC...
JavaScript
MIT License
davidwells/analytics
refactor(cookie): shrink cookie utilities
1
refactor
cookie
151,430
09.09.2019 22:46:03
25,200
2c935f40de98e23a07be8e6eae13826320cc805f
docs: add lifecycle docs
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ module.exports = {\n],\nDocs: [\n'api',\n+ 'lifecycle',\n'plugins/index',\n'using-listeners',\n'debugging',\n", "new_path": "site/main/gatsby-config.js", "old_path": "site/main/gatsby-config.js" }, { "change_type": "ADD", "diff": "+--...
JavaScript
MIT License
davidwells/analytics
docs: add lifecycle docs
1
docs
null
67,495
09.09.2019 22:56:05
18,000
785a7f58002623fa371bb5bdee850d31e1056a1d
chore(clean): Cleanup tests
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import {\nPropertyBinding\n} from '@aurelia/runtime';\nimport { ElementPropertyAccessor } from '@aurelia/runtime-html';\n-import { HTMLTestContext, TestContext, TestConfiguration, assert, setup, tearDown } from '@aurelia/testing';\n+import { HTMLTestCont...
TypeScript
MIT License
aurelia/aurelia
chore(clean): Cleanup tests
1
chore
clean
67,495
09.09.2019 22:57:46
18,000
1849946de539f0b27d5e9624f85504c698b5c4c9
chore(clean): Cleanup imports
[ { "change_type": "MODIFY", "diff": "import {\n- Aurelia,\nbindable,\ncustomElement,\nCustomElement,\n- InterpolationBinding,\n- LifecycleFlags,\n- PropertyAccessor,\n- SelfObserver,\n- SetterObserver,\n- PropertyBinding\n-} from '@aurelia/runtime';\n-import { ElementPropertyAccessor } from '@aurelia/runtime...
TypeScript
MIT License
aurelia/aurelia
chore(clean): Cleanup imports
1
chore
clean
151,430
09.09.2019 23:03:43
25,200
3cbb9c79738b8ab86532d54506fe8c1adcb61da2
chore(cookies): add moved notice to readme
[ { "change_type": "MODIFY", "diff": "# Analytics Cookie Utilities\n-Cookie utilities for [analytics](https://www.npmjs.com/package/analytics)\n+Cookie utilities `getCookie`, `setCookie`, `removeCookie`, & `hasCookieSupport`\n+\n+Moved to [@analytics/cookie-utils](https://www.npmjs.com/package/@analytics/cook...
JavaScript
MIT License
davidwells/analytics
chore(cookies): add moved notice to readme
1
chore
cookies
679,913
09.09.2019 23:04:25
-3,600
ae1ec8db03c6c7ab421cd6f8ddd83c511f3c7f09
test(shader-ast-js): initial tests (vec2 ops)
[ { "change_type": "MODIFY", "diff": "-// import * as assert from \"assert\";\n-// import * as saj from \"../src/index\";\n+import { eqDelta2 } from \"@thi.ng/vectors\";\n+import * as assert from \"assert\";\n+import { JS_DEFAULT_ENV } from \"../src/\";\ndescribe(\"shader-ast-js\", () => {\n- it(\"tests pendi...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(shader-ast-js): initial tests (vec2 ops)
1
test
shader-ast-js
151,430
09.09.2019 23:14:16
25,200
fdcbb9e73ca4c2c7376e3bdc3476092a3c4dea94
docs(cookie-utils): update readme for cookie utils
[ { "change_type": "MODIFY", "diff": "@@ -640,7 +640,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [analytics-plugin-simple-analytics](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-simple-analytics) Simple analytics plugin for 'analyti...
JavaScript
MIT License
davidwells/analytics
docs(cookie-utils): update readme for cookie utils
1
docs
cookie-utils
67,495
09.09.2019 23:14:17
18,000
ef978dfafbdb13035ad16e52824768f6cdd64a65
chore(tests): Add containerless alias tests
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,8 @@ import {\nbindable,\ncustomElement,\nCustomElement,\n- LifecycleFlags} from '@aurelia/runtime';\n+ LifecycleFlags\n+} from '@aurelia/runtime';\nimport { HTMLTestContext, TestContext, TestConfiguration, assert, setup } from '@aurelia/testing';\nimport { Reg...
TypeScript
MIT License
aurelia/aurelia
chore(tests): Add containerless alias tests
1
chore
tests
531,793
09.09.2019 23:43:38
-3,600
f8b233ae338d383bfafb4707449f1667021c4014
feat(ui): more storybooks
[ { "change_type": "ADD", "diff": "+import React from \"react\";\n+\n+import { storiesOf } from \"@storybook/react\";\n+\n+import { Provider } from \"mobx-react\";\n+\n+import { MockAlert, MockAlertGroup } from \"__mocks__/Alerts.js\";\n+import { AlertStore } from \"Stores/AlertStore\";\n+import { Settings } ...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): more storybooks
1
feat
ui
217,922
10.09.2019 01:52:51
-7,200
3b980c0605211233dbaf16a68f23e5b857360857
feat(list): added original url as list description when importing a list from external tool
[ { "change_type": "MODIFY", "diff": "<div class=\"description\">\n{{'LISTS.Import_description' | translate}}\n</div>\n- <div *ngIf=\"items$ | async as rows; else loading\" fxLayout=\"column\" class=\"items-container\">\n- <div class=\"item-row\" fxLayout=\"row\" fxLayoutGap=\"5px\" *ngFor=\"let row of rows; ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): added original url as list description when importing a list from external tool
1
feat
list
866,395
10.09.2019 07:07:08
14,400
42156514c9f0fb6fae9f627af1b081530f1f788a
chore(css): fix responsive css
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,7 @@ const Masthead = ({ navigation }) => {\n<IbmLogo data-autoid={`${prefix}--masthead__logo`} />\n</a>\n</div>\n+ <div className={`${prefix}--header__search`}>\n{navigation.platform ? (\n<HeaderName\nprefix=\"\"\n@@ -90,7 +91,6 @@ const Masthead = ({ naviga...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(css): fix responsive css
1
chore
css
67,495
10.09.2019 07:37:13
18,000
d92bfd2ba7e5eeb684a61402a67ff849732edeed
chore(clean): Change to apphost
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ describe('custom-elements', function () {\n// custom elements\nit('01.', async function () {\nctx.container.register(TestConfiguration);\n- const { tearDown } = setup(`<template><name-tag name=\"bigopon\"></name-tag></template>`, class { }, ctx);\n- asse...
TypeScript
MIT License
aurelia/aurelia
chore(clean): Change to apphost
1
chore
clean
815,605
10.09.2019 08:28:38
0
8f14c4dbe79cf040673e7ed8f0a05580d243184f
chore: Bump faster-hex and blake2b-rs versions
[ { "change_type": "MODIFY", "diff": "@@ -192,7 +192,7 @@ dependencies = [\n[[package]]\nname = \"blake2b-rs\"\n-version = \"0.1.4\"\n+version = \"0.1.5\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\ndependencies = [\n\"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)\...
Rust
MIT License
nervosnetwork/ckb
chore: Bump faster-hex and blake2b-rs versions
1
chore
null