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
217,922
09.10.2018 21:32:28
-7,200
40c5aac2c4f721797becdab8f88f07eace02687a
feat: "regenerate all lists" button in lists page
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ import { NgxDnDModule } from '@swimlane/ngx-dnd';\nimport { PageLoaderModule } from '../../modules/page-loader/page-loader.module';\nimport { NameQuestionPopupModule } from '../../modules/name-question-popup/name-question-popup.module';\nimport { Fullpag...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: "regenerate all lists" button in lists page
1
feat
null
67,482
09.10.2018 23:25:40
25,200
7a5874ce72360acd46371f38796da744205451e1
docs(all): filling out some readmes and templates
[ { "change_type": "MODIFY", "diff": "+# Contributor Covenant Code of Conduct\n+\n+As contributors and maintainers of Aurelia, we pledge to respect every contributor.\n+\n+Communication through any channels under the control of Aurelia must always be constructive and professional.\n+\n+We promise to extend co...
TypeScript
MIT License
aurelia/aurelia
docs(all): filling out some readmes and templates
1
docs
all
67,479
10.10.2018 10:19:44
-39,600
c74a44c5e7b8bec1df44358468374988ffc68dbc
fix(TemplateCompiler): properly startup compilation when passed a template
[ { "change_type": "MODIFY", "diff": "@@ -48,12 +48,13 @@ export class TemplateCompiler implements ITemplateCompiler {\npublic compile(definition: ITemplateSource, resources: IResourceDescriptions, flags?: ViewCompileFlags): TemplateDefinition {\nconst model = SemanticModel.create(definition, resources, this....
TypeScript
MIT License
aurelia/aurelia
fix(TemplateCompiler): properly startup compilation when passed a template (#214)
1
fix
TemplateCompiler
730,429
10.10.2018 12:08:45
14,400
a77462adbc2aefe33ee88f0f8132d26e7ccc619a
chore(wdio): add extended debugging for sauce
[ { "change_type": "MODIFY", "diff": "@@ -295,6 +295,7 @@ if (process.env.SAUCE) {\ncommandTimeout: 600,\nmaxDuration: 3600,\nseleniumVersion: '3.4.0',\n+ extendedDebugging: true,\nscreenResolution,\nplatform,\nversion\n@@ -306,6 +307,7 @@ if (process.env.SAUCE) {\ncommandTimeout: 600,\nmaxDuration: 3600,\nse...
JavaScript
MIT License
webex/react-widgets
chore(wdio): add extended debugging for sauce
1
chore
wdio
730,429
10.10.2018 12:10:01
14,400
226aaf4b0a84e1dfae6851fe7e3615e84894b911
test(journeys): add wait for call to end on recents
[ { "change_type": "MODIFY", "diff": "@@ -276,6 +276,7 @@ describe('Smoke Tests - Recents Widget', () => {\nbrowserRemote.click(meetElements.callButton);\nbrowserLocal.waitUntil(() => browserLocal.isVisible(elements.joinCallButton), 10000, 'Join Call button was not displayed');\nhangup(browserRemote);\n+ brow...
JavaScript
MIT License
webex/react-widgets
test(journeys): add wait for call to end on recents
1
test
journeys
730,429
10.10.2018 12:42:18
14,400
24495d97d2fbb088fb0abd2192e035bcf3600f99
test(journeys): increase wait for call answer button
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ export function answer(aBrowser) {\nexport function call(caller, reciever) {\ncaller.waitForVisible(elements.callButton);\ncaller.click(elements.callButton);\n- reciever.waitForVisible(elements.answerButton, 5000);\n+ reciever.waitForVisible(elements.ans...
JavaScript
MIT License
webex/react-widgets
test(journeys): increase wait for call answer button
1
test
journeys
730,429
10.10.2018 13:23:11
14,400
d48e86ed49419535bfc5e4fb355bf46729bb244e
chore(journeys): change order of smoke test suite
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,7 @@ describe('Smoke Tests - Recents Widget', () => {\nlet conversation, oneOnOneConversation;\nit('start new sauce session', () => {\n- // This is the first test in the smoke suite, no need to reload the session here\n- // browser.reload();\n+ browser.reload...
JavaScript
MIT License
webex/react-widgets
chore(journeys): change order of smoke test suite
1
chore
journeys
730,429
10.10.2018 13:37:41
14,400
8edf9a1d1a88cbcbef39ea61ab503d7667d4ee16
chore(journeys): remove multiple call tests for stability
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ import {\nsendMessage,\nverifyMessageReceipt\n} from '../../../lib/test-helpers/space-widget/messaging';\n-import {elements as meetElements, declineIncomingCallTest, hangupDuringCallTest} from '../../../lib/test-helpers/space-widget/meet';\n+import {elem...
JavaScript
MIT License
webex/react-widgets
chore(journeys): remove multiple call tests for stability
1
chore
journeys
679,913
10.10.2018 15:41:52
-3,600
555fc51561677ea4728e75ffab08754bf9a60dfb
feat(geom): add/update factory fns, arg handling, tessel, poly area
[ { "change_type": "MODIFY", "diff": "import { ICopy } from \"@thi.ng/api\";\nimport { isNumber } from \"@thi.ng/checks/is-number\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\n-import { IMath } from \"@thi.ng/vectors/api\";\n+import { IMath, Vec } from \"@thi.ng/vectors/api\";\nimport...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add/update factory fns, arg handling, tessel, poly area
1
feat
geom
504,004
10.10.2018 15:59:35
14,400
c52a609aa250dd828b2ea5317f2e29a1cddfe2c9
fix(CatalogTileView): Fix to render non-tile children of a category
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { storiesOf } from '@storybook/react';\nimport { withInfo } from '@storybook/addon-info/dist/index';\nimport { defaultTemplate } from 'storybook/decorators/storyTemplates';\nimport { storybookPackageName } from 'storybook/constants/siteConstants';\n...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTileView): Fix to render non-tile children of a category (#730)
1
fix
CatalogTileView
730,412
10.10.2018 18:44:34
0
3ceb628b193b97c304e22976c6b2b40450abe348
chore(release): 0.1.368
[ { "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=\"0.1.368\"></a>\n+## [0.1.368](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.368
1
chore
release
67,482
10.10.2018 20:25:58
25,200
103690b639232d1e49afc4abbcd12fac7a630d0e
docs(all): fleshing out more level-0 docs
[ { "change_type": "MODIFY", "diff": "+<p>\n+ <a href=\"https://aurelia.io/\" target=\"_blank\">\n+ <img alt=\"Aurelia\" src=\"docs/images/Aurelia_Logo_Color_RGB.svg\">\n+ </a>\n+</p>\n+\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![npm versio...
TypeScript
MIT License
aurelia/aurelia
docs(all): fleshing out more level-0 docs
1
docs
all
217,922
10.10.2018 20:42:31
-7,200
fd94ee516ada52cd0dfed113a532fe55027bfe4b
feat: instance details popup
[ { "change_type": "MODIFY", "diff": "-<p>\n- instances works!\n-</p>\n+<nz-list [nzRenderItem]=\"instanceTemplate\" [nzDataSource]=\"item.instances\">\n+ <ng-template #instanceTemplate let-instance>\n+ <nz-list-item>\n+ <nz-list-item-meta [nzTitle]=\"instance.id | placeName | i18n\" [nzAvatar]=\"instance.ico...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: instance details popup #576
1
feat
null
217,922
10.10.2018 22:11:55
-7,200
5421c60ae8fa92eb4dcf6e388a37cc21b85d96d1
feat: new closestAetheryte pipe
[ { "change_type": "MODIFY", "diff": "{{node.limitType | i18n}}\n</nz-tag>\n</div>\n- <span e *ngIf=\"getClosestAetheryte(node) | async as aetheryte\" class=\"closest-tp\">\n+ <span\n+ *ngIf=\"node.zoneid | closestAetheryte: { x: node.coords[0], y: node.coords[1] } | async as aetheryte\"\n+ class=\"closest-tp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new closestAetheryte pipe
1
feat
null
217,922
10.10.2018 22:29:58
-7,200
eabec3b183007bf1b64d85b479435856e54f5dd1
feat: vendors details popup
[ { "change_type": "MODIFY", "diff": "{{node.limitType | i18n}}\n</nz-tag>\n</div>\n- <span\n- *ngIf=\"node.zoneid | closestAetheryte: { x: node.coords[0], y: node.coords[1] } | async as aetheryte\"\n- class=\"closest-tp\">\n- <img src=\"./assets/icons/Aetheryte.png\" alt=\"\" class=\"aetheryte-icon\"> {{aeth...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: vendors details popup #576
1
feat
null
471,527
10.10.2018 22:33:38
-7,200
8d6f2a67dc070070b2666c1639077bb3b06ecd01
fix(storybook): disable addon-knobs until retirejs finding is resolved
[ { "change_type": "MODIFY", "diff": "{\n\"scripts\": {\n\"storybook:build\": \"build-storybook\",\n- \"storybook:start\": \"start-storybook -p 9001 -c .storybook\"\n+ \"storybook:start\": \"start-storybook -p 9001\"\n},\n\"devDependencies\": {\n\"@open-wc/storybook\": \"^0.1.1\"\n", "new_path": "packages...
JavaScript
MIT License
open-wc/open-wc
fix(storybook): disable addon-knobs until retirejs finding is resolved
1
fix
storybook
471,527
11.10.2018 01:08:24
-7,200
9b952d576547155acd38edc540bfff78489523b4
feat: initial site with docs using vuepress
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,9 @@ lerna-debug.log\n## temp folders\n/.tmp/\n+# build hp\n+/_site/\n+\n## we don't want lock files for now\nyarn.lock\npackage-lock.json\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "ADD", "diff": "+// .vuep...
JavaScript
MIT License
open-wc/open-wc
feat: initial site with docs using vuepress
1
feat
null
679,913
11.10.2018 01:31:05
-3,600
fa87f1e948c11276e1eb1d59dfe04827798328c5
feat(geom): add/update tessellate() impls
[ { "change_type": "MODIFY", "diff": "@@ -186,6 +186,11 @@ export interface IToPolygon<O> {\ntoPolygon(opts?: O): any;\n}\n+export interface ITessellateable<T extends IVector<T>> {\n+ tessellate(tessel: Tessellator<T>, iter?: number): T[][];\n+ tessellate(tessel: Iterable<Tessellator<T>>): T[][];\n+}\n+\nexpo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add/update tessellate() impls
1
feat
geom
791,676
11.10.2018 01:56:16
-7,200
32b02f10e48b7a5ad0255df95707797a930da795
misc(build): rename bundled files (devtools/ext/lr)
[ { "change_type": "MODIFY", "diff": "@@ -93,8 +93,8 @@ git push --tags\necho \"Rebuild extension and viewer to get the latest, tagged master commit\"\nyarn build-all;\n-# zip the extension files, but remove lh-background as it's not needed\n-cd lighthouse-extension; command rm -f dist/scripts/lighthouse-back...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): rename bundled files (devtools/ext/lr) (#6179)
1
misc
build
791,676
11.10.2018 02:11:32
-7,200
d9210d840dd332b443517218d9e0143ace7a3568
misc(build): cleanup extension package zip using gulp
[ { "change_type": "MODIFY", "diff": "@@ -93,8 +93,8 @@ git push --tags\necho \"Rebuild extension and viewer to get the latest, tagged master commit\"\nyarn build-all;\n-# zip the extension files, but remove lh-dt-bundle & lh-lr-bundle as it's not needed\n-cd lighthouse-extension; command rm -f dist/scripts/l...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): cleanup extension package zip using gulp (#6210)
1
misc
build
791,760
11.10.2018 11:29:37
25,200
09cc741c54bfdf6f6851dae1c749dd46a52d6a1f
core(critical-request-chain): remove empty children from LHR
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,9 @@ class CriticalRequestChains extends Audit {\n});\n// Carry on walking.\n+ if (child.children) {\nwalk(child.children, depth + 1, startTime);\n+ }\n}, '');\n}\n@@ -132,21 +134,23 @@ class CriticalRequestChains extends Audit {\n} else {\nchain = {\nrequest...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(critical-request-chain): remove empty children from LHR (#6211)
1
core
critical-request-chain
503,922
11.10.2018 15:12:21
14,400
44edab1c12b233774686852889653f85cc40e88c
fix(background image): fix variable map for background image so when tokens are missing do not assig
[ { "change_type": "MODIFY", "diff": "@@ -30,15 +30,15 @@ export const BackgroundImageSrc = {\n};\nconst variableMap = {\n- [BackgroundImageSrc.lg]: c_background_image_BackgroundImage_lg.name,\n- [BackgroundImageSrc.md]: c_background_image_BackgroundImage_md.name,\n- [BackgroundImageSrc.md2x]: c_background_im...
TypeScript
MIT License
patternfly/patternfly-react
fix(background image): fix variable map for background image so when tokens are missing do not assig (#744)
1
fix
background image
503,991
11.10.2018 15:51:35
14,400
5755e507fbe327cff960e01ebdcd676d690bd5e5
docs(README): Update links for PF4-React documentation pages Fixes
[ { "change_type": "MODIFY", "diff": "@@ -104,4 +104,4 @@ yarn test packages/patternfly-4/react-core\n```\n[patternfly-4]: https://github.com/patternfly/patternfly-next\n-[docs]: https://patternfly-react.netlify.com/\n+[docs]: https://patternfly-react.surge.sh/patternfly-4\n", "new_path": "packages/patter...
TypeScript
MIT License
patternfly/patternfly-react
docs(README): Update links for PF4-React documentation pages (#742) Fixes #741
1
docs
README
503,918
11.10.2018 16:40:08
-10,800
c9d6d16058ba26db17a3f14a28a494e962226b60
docs(README.md): Update docs about running the site locally In pull request 625 "yarn start:docs" was removed and "yarn start:pf4" was added. This commit updates the documents according to that change.
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ yarn && yarn bootstrap && yarn build && yarn build:docs\nTo start the site locally.\n```sh\n-yarn start:pf4\n+yarn build && yarn start:pf4\n```\n### Building\n", "new_path": "packages/patternfly-4/react-core/README.md", "old_path": "packages/patt...
TypeScript
MIT License
patternfly/patternfly-react
docs(README.md): Update docs about running the site locally (#735) In pull request 625 "yarn start:docs" was removed and "yarn start:pf4" was added. This commit updates the documents according to that change. Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
docs
README.md
504,026
11.10.2018 18:02:49
14,400
bd32a9b1e63e3bead651293fa0293d6eb01ac027
fix(BackgroundImage): removed children from props Fixes
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ export const BackgroundImageSrc: {\n};\nexport interface BackgroundImageProps extends HTMLProps<HTMLDivElement> {\n- children?: ReactNode;\nsrc: string | {\nlg?: string;\nmd?: string;\n", "new_path": "packages/patternfly-4/react-core/src/components/B...
TypeScript
MIT License
patternfly/patternfly-react
fix(BackgroundImage): removed children from props (#748) Fixes https://github.com/patternfly/patternfly-react/issues/747
1
fix
BackgroundImage
730,412
11.10.2018 19:45:19
0
52f75481ef112b853a3483a81c291970572bc6a8
chore(release): 0.1.369
[ { "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=\"0.1.369\"></a>\n+## [0.1.369](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.369
1
chore
release
730,412
11.10.2018 20:14:02
0
736d7398fbfd51fad279e81b79732be5650d72c4
chore(release): 0.1.370
[ { "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=\"0.1.370\"></a>\n+## [0.1.370](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.370
1
chore
release
791,690
11.10.2018 20:23:29
18,000
0f680b36490e8963fa1c5b88b8a5f9218e72e690
core: remove fonts gatherer, move font-display to use CSSUsage artifact
[ { "change_type": "MODIFY", "diff": "@@ -1104,9 +1104,6 @@ Object {\nObject {\n\"path\": \"seo/robots-txt\",\n},\n- Object {\n- \"path\": \"fonts\",\n- },\n],\n\"networkQuietThresholdMs\": 1000,\n\"passName\": \"defaultPass\",\n", "new_path": "lighthouse-cli/test/cli/__snapshots__/index-test.js.snap", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: remove fonts gatherer, move font-display to use CSSUsage artifact (#6166)
1
core
null
217,927
12.10.2018 00:57:18
14,400
e298575c0d585f9b9d96c6abede751188b75bfaa
chore: update Update from 0.6.7 to 0.7.1 to gain access to the staging API.
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@xivapi/angular-client\": {\n- \"version\": \"0.6.7\",\n- \"resolved\": \"https://registry.npmjs.org/@xivapi/angular-client/-/angular-client-0.6.7.tgz\",\n- \"integrity\": \"sha512-CGEZZsNOLKSdC7eYrm5pUsylzdOQ5dr65YYK3wD0VXO1yPo1mxB+D8rCbuONDNYfV/7fM5PXZThlOYjWh0...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update @xivapi/angular-client Update from 0.6.7 to 0.7.1 to gain access to the staging API.
1
chore
null
67,476
12.10.2018 01:08:50
-7,200
89931aac2a59a0012640f068816ed946005eca18
test(template-compiler): fix custom element + repeater tests
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,20 @@ function setup(template: string, ...registrations: any[]) {\nreturn { container, cs, host, au, component };\n}\n+function setupAndMutate(template: string, mutate: (component: any) => void, ...registrations: any[]) {\n+ const container = DI.createConta...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): fix custom element + repeater tests
1
test
template-compiler
807,849
12.10.2018 09:29:56
25,200
433162b22a05992cd57d768a92086975ba6e88da
build(travis): Enable windows CI
[ { "change_type": "MODIFY", "diff": "if: tag IS blank\ngit:\n- depth: 1\n-sudo: false\n+ depth: 3\n+\nlanguage: node_js\n+\nnode_js:\n- \"10\"\n- \"8\"\n- \"6\"\n+os:\n+ - linux\n+ - windows\n+\nenv:\nglobal:\n- NO_UPDATE_NOTIFIER=1\n@@ -21,10 +26,12 @@ matrix:\ncache:\ndirectories:\n- $HOME/.npm\n+ # - '%AP...
JavaScript
MIT License
lerna/lerna
build(travis): Enable windows CI
1
build
travis
807,849
12.10.2018 09:38:09
25,200
349d43a5b23fddd6235c36ce5c68b92c8770cb75
build: Set LC_ALL env var in setup file, not shell
[ { "change_type": "MODIFY", "diff": "// Overwrite npm userconfig to avoid test pollution\n// https://docs.npmjs.com/misc/config#npmrc-files\nprocess.env.npm_config_userconfig = require(\"path\").resolve(__dirname, \"test-user.ini\");\n+\n+// use consistent locale for all tests\n+process.env.LC_ALL = \"en_US....
JavaScript
MIT License
lerna/lerna
build: Set LC_ALL env var in setup file, not shell
1
build
null
807,849
12.10.2018 09:57:49
25,200
97429bbf6fe45dda3b9cd06bdb4c3d03a6f63847
build: Drop node v6, stop re-installing latest npm
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ language: node_js\nnode_js:\n- \"10\"\n- \"8\"\n- - \"6\"\nos:\n- linux\n@@ -30,7 +29,6 @@ cache:\nbefore_install:\n- npm config set loglevel warn\n- - npm install --global npm@latest\n# - set PATH=%APPDATA%\\npm;\"C:\\Program Files\\Git\\mingw64\\bin\";%P...
JavaScript
MIT License
lerna/lerna
build: Drop node v6, stop re-installing latest npm
1
build
null
730,429
12.10.2018 12:14:50
14,400
7103ef0c41db524da69a070a38efaa5f17b68ecf
chore(Jenkins): manually set npm version at 6.4.1
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,7 @@ ansiColor('xterm') {\nsource ~/.nvm/nvm.sh\nnvm install v8.11.3\nnvm use v8.11.3\n+ npm install -g npm@6.4.1\nnpm install\ngit checkout .npmrc\n'''\n", "new_path": "Jenkinsfile", "old_path": "Jenkinsfile" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
webex/react-widgets
chore(Jenkins): manually set npm version at 6.4.1
1
chore
Jenkins
730,429
12.10.2018 12:16:06
14,400
b37c581c198709485daceee7238986010e68d028
chore(Jenkins): remove git diff command
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,6 @@ ansiColor('xterm') {\nsh '''#!/bin/bash -e\nsource ~/.nvm/nvm.sh\nnvm use v8.11.3\n- git diff\nnpm run release -- --release-as patch --no-verify\nversion=`grep \"version\" package.json | head -1 | awk -F: '{ print $2 }' | sed 's/[\", ]//g'`\necho $vers...
JavaScript
MIT License
webex/react-widgets
chore(Jenkins): remove git diff command
1
chore
Jenkins
807,849
12.10.2018 14:09:36
25,200
462369751ce017e4c00aaf4e35cfac413bc3cb5f
build(windows): Install missing yarn binary before running tests
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ install: npm ci\nbefore_script:\n- git config --global user.email test@example.com\n- git config --global user.name \"Tester McPerson\"\n+ - if [[ \"$TRAVIS_OS_NAME\" = \"windows\" ]]; then npm i -g yarn; fi\nscript:\n- npm run ci\n", "new_path": ".t...
JavaScript
MIT License
lerna/lerna
build(windows): Install missing yarn binary before running tests
1
build
windows
504,026
12.10.2018 15:04:37
14,400
529c6bca299adef83c77045ff59f7c54b56000d8
fix(react-docs): fix broken image paths for patternfly-4 docs
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ yarn storybook:build\nyarn build:prdocs\ncp -r .out/ .public/patternfly-3\ncp -r packages/patternfly-4/react-docs/public .public/patternfly-4\n+cp -r packages/patternfly-4/react-docs/public/assets .public/assets\nif [ \"${TRAVIS_REPO_SLUG}\" != \"${TRIGG...
TypeScript
MIT License
patternfly/patternfly-react
fix(react-docs): fix broken image paths for patternfly-4 docs (#751)
1
fix
react-docs
821,196
12.10.2018 17:53:50
25,200
7f869970b1e9d84de2e8c09b4eb2a6923332169b
fix: shrinkwrap
[ { "change_type": "MODIFY", "diff": "@@ -307,8 +307,8 @@ class App extends Generator {\nthis.pjson.scripts.prepack = nps.series(`${rmrf} lib`, 'tsc -b')\n}\nif (['plugin', 'multi'].includes(this.type)) {\n- this.pjson.scripts.prepack = nps.series('oclif-dev manifest', 'oclif-dev readme', 'npm shrinkwrap')\n-...
TypeScript
MIT License
oclif/oclif
fix: shrinkwrap https://github.com/oclif/dev-cli/issues/50
1
fix
null
791,834
12.10.2018 17:56:12
25,200
d613e8235bb6915d7b1bd98599b82091fb3064f0
deps: update typescript to latest patch release
[ { "change_type": "MODIFY", "diff": "\"pretty-json-stringify\": \"^0.0.2\",\n\"puppeteer\": \"1.4.0\",\n\"sinon\": \"^2.3.5\",\n- \"typescript\": \"3.1.1\",\n+ \"typescript\": \"3.1.3\",\n\"zone.js\": \"^0.7.3\"\n},\n\"dependencies\": {\n", "new_path": "package.json", "old_path": "package.json" }, ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update typescript to latest patch release (#6235)
1
deps
null
791,760
12.10.2018 18:02:49
25,200
eea004595661652a4db1e00e3902861edae51e86
core(icons): defer to manifest-icon type hint for image type
[ { "change_type": "MODIFY", "diff": "@@ -33,13 +33,16 @@ function pngSizedAtLeast(sizeRequirement, manifest) {\n/** @type {Array<string>} */\nconst flattenedSizes = [];\niconValues\n- // filter out icons with a typehint that is not 'image/png'\n- .filter(icon => (!icon.value.type.value) ||\n- (icon.value.typ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(icons): defer to manifest-icon type hint for image type (#6230)
1
core
icons
67,476
12.10.2018 18:24:53
-7,200
c0a66901f6b7b9bbd017b8dc7a3eb85f80ff9a5d
refactor(templating): temporarily disable optimizations to get templating working correctly first
[ { "change_type": "MODIFY", "diff": "@@ -494,7 +494,10 @@ export class DetachLifecycleController implements IDetachLifecycle, IDetachLifec\nif (this.allowNodeRemoves) {\nthis.removeNodesTail.$nextRemoveNodes = requestor;\nthis.removeNodesTail = requestor;\n- this.allowNodeRemoves = false; // only remove root...
TypeScript
MIT License
aurelia/aurelia
refactor(templating): temporarily disable optimizations to get templating working correctly first
1
refactor
templating
67,476
12.10.2018 18:49:18
-7,200
c14fac3293df96b3d2dd34ff790c84afef824a07
test(templating): fix the tests related to disabled optimizations
[ { "change_type": "MODIFY", "diff": "@@ -406,11 +406,19 @@ describe(`DetachLifecycleController `, () => {\nexpect(task).to.equal(Lifecycle.done);\nverifyRemoveNodesCalls(count, count, mock);\n- verifyDetachedCalls(count + 1, count, mock);\n+\n+ // TODO: when the \"only remove root node\" (or same flavor ther...
TypeScript
MIT License
aurelia/aurelia
test(templating): fix the tests related to disabled optimizations
1
test
templating
821,196
12.10.2018 19:57:03
25,200
85c0a362591359da7d752f275893a62773bebfa2
fix: prepack Fixes
[ { "change_type": "MODIFY", "diff": "\"yosay\": \"^2.0.2\"\n},\n\"devDependencies\": {\n- \"@oclif/dev-cli\": \"^1.19.0\",\n+ \"@oclif/dev-cli\": \"^1.19.1\",\n\"@oclif/tslint\": \"^3.1.0\",\n\"@types/lodash\": \"^4.14.117\",\n\"@types/read-pkg\": \"^3.0.0\",\n", "new_path": "package.json", "old_path...
TypeScript
MIT License
oclif/oclif
fix: prepack Fixes https://github.com/oclif/oclif/issues/170
1
fix
null
821,196
12.10.2018 20:27:45
25,200
9690390110892af4b3a41e5989b1e5cbba4c2da5
fix: remove greenkeeper badge
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ oclif: Node.JS Open CLI Framework\n[![Version](https://img.shields.io/npm/v/oclif.svg)](https://npmjs.org/package/oclif)\n[![CircleCI](https://circleci.com/gh/oclif/oclif/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/oclif/tree/master)\n[![A...
TypeScript
MIT License
oclif/oclif
fix: remove greenkeeper badge
1
fix
null
76,605
12.10.2018 23:25:25
-7,200
960583c6651fdf6113704b5eac85f0ccbe71ac68
doc: Add benchmark information
[ { "change_type": "MODIFY", "diff": "@@ -33,3 +33,177 @@ We compute the `f1` score for each corpus and the overall `f1`:\n| RASA | 0.98 | 0.86 | 0.74 | 0.88 |\n| API (DialogFlow) | 0.93 | 0.85 | 0.80 | 0.87 |\n+<div align=\"center\">\n+<img src=\"https://github.com/axa-group/nlp.js/raw/master/screenshots/ben...
JavaScript
MIT License
axa-group/nlp.js
doc: Add benchmark information (#87)
1
doc
null
67,476
13.10.2018 00:07:15
-7,200
2eb357cdc582a6c7c369674b4ac8979459dcfa0e
chore(generate-changelog): create changelog if it doesn't exist
[ { "change_type": "MODIFY", "diff": "import { join } from 'path';\nimport project from './project';\n-import { writeFileSync, appendFileSync, readFileSync } from 'fs';\n+import { writeFileSync, appendFileSync, readFileSync, existsSync } from 'fs';\nimport { getCurrentVersion, getNewVersion, getDate } from '....
TypeScript
MIT License
aurelia/aurelia
chore(generate-changelog): create changelog if it doesn't exist
1
chore
generate-changelog
67,476
13.10.2018 00:07:41
-7,200
15dbbef51edc21a9e80e5b77aa2a22bab9b9b11e
chore(bump-version): also bump the version number in package-lock.json
[ { "change_type": "MODIFY", "diff": "import project from './project';\n-import { loadPackageJson, savePackageJson } from './package.json';\n+import { loadPackageJson, savePackageJson, loadPackageLockJson, savePackageLockJson } from './package.json';\nimport { createLogger, c } from './logger';\nconst log = c...
TypeScript
MIT License
aurelia/aurelia
chore(bump-version): also bump the version number in package-lock.json
1
chore
bump-version
67,476
13.10.2018 00:24:40
-7,200
03cbe348362b76ff73dab3b6ec4b2a82df2a3a25
chore(bump-version): also bump lerna.json version
[ { "change_type": "MODIFY", "diff": "import project from './project';\nimport { loadPackageJson, savePackageJson, loadPackageLockJson, savePackageLockJson } from './package.json';\nimport { createLogger, c } from './logger';\n+import { readFileSync, writeFileSync } from 'fs';\nconst log = createLogger('bump-...
TypeScript
MIT License
aurelia/aurelia
chore(bump-version): also bump lerna.json version
1
chore
bump-version
67,476
13.10.2018 00:38:49
-7,200
59633ff53e3a1526166bed8cb96e199249e01cc7
docs: describe the release process
[ { "change_type": "MODIFY", "diff": "# Release Procedure\n+\n+\n+## Prerequisites\n+\n+- Make sure you're on the master branch and `git status` reports `nothing to commit, working tree clean`.\n+\n+- Do a `git pull origin master` to make sure you've got all the latest changes.\n+\n+- Go to [circleci](https:/...
TypeScript
MIT License
aurelia/aurelia
docs: describe the release process
1
docs
null
67,476
13.10.2018 01:23:59
-7,200
2a14d0230c1b669094db1669eff8ffd96e42ef71
ci: use Xtheirs merge strategy for merge conflicts in release
[ { "change_type": "MODIFY", "diff": "@@ -265,7 +265,7 @@ jobs:\nname: Merge tag into release\ncommand: |\ngit checkout release\n- git merge $CIRCLE_TAG --no-ff\n+ git merge $CIRCLE_TAG --no-ff -Xtheirs\ngit push\npublish_latest:\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.ym...
TypeScript
MIT License
aurelia/aurelia
ci: use Xtheirs merge strategy for merge conflicts in release
1
ci
null
67,476
13.10.2018 01:29:51
-7,200
a93f70e187d9c97ddc98c79b7c71684872c24e88
docs: add error recovery steps to release process
[ { "change_type": "MODIFY", "diff": "@@ -55,3 +55,18 @@ At the final job of the `prepare_release` workflow there is an approval step. Th\n- Hit the approve button\nAnd voila!\n+\n+## Error recovery\n+\n+Should something go wrong in the release process itself and it needs to rerun from scratch, the best way t...
TypeScript
MIT License
aurelia/aurelia
docs: add error recovery steps to release process
1
docs
null
679,914
13.10.2018 08:48:53
-3,600
6a9747bf232bbb4393ef0f4677703a86230f582e
minor(hdom-canvas): baseLine -> baseline original api uses textBaseline, so use of baseLine is a surprise and not easy to guess.
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ const cancel = start(() => {\n{\ntranslate: [100, 100],\nstroke: \"black\", fill: \"none\",\n- align: \"center\", baseLine: \"middle\",\n+ align: \"center\", baseline: \"middle\",\n__normalize: false\n},\n// rim\n", "new_path": "examples/hdom-canvas-...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hdom-canvas): baseLine -> baseline original api uses textBaseline, so use of baseLine is a surprise and not easy to guess.
1
minor
hdom-canvas
217,922
13.10.2018 12:41:08
-7,200
f3d9b24ea2208d462a9e2cd728b6078547286845
feat: reduction details popup
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,13 @@ export class BellNodesService {\nthis.nodes.forEach(node => {\nconst match = node.items.find(item => item.id === id);\nif (match !== undefined) {\n- const nodeCopy = JSON.parse(JSON.stringify(node));\n+ const nodeCopy = {...node};\nnodeCopy.icon = matc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: reduction details popup
1
feat
null
679,914
13.10.2018 13:54:40
-3,600
08372abd332d6013bb1a91eac554c913ac04d939
minor(transducers): fix links to reducers in README
[ { "change_type": "MODIFY", "diff": "@@ -789,31 +789,31 @@ As with transducer functions, reducer functions can also given an\noptional input iterable. If done so, the function will consume the input\nand return a reduced result (as if it would be called via `reduce()`).\n-- [add](https://github.com/thi-ng/um...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(transducers): fix links to reducers in README
1
minor
transducers
76,605
13.10.2018 16:26:43
-7,200
b61b2636beddffa82d00793b912546a41bfe889c
doc: Adding NLU Evaluation Excel
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/NLU_evaluation.xlsx differ\n", "new_path": "docs/NLU_evaluation.xlsx", "old_path": "docs/NLU_evaluation.xlsx" }, { "change_type": "MODIFY", "diff": "@@ -62,25 +62,16 @@ class BinaryNeuralNetworkClassifier {\n*/\ntrainBatc...
JavaScript
MIT License
axa-group/nlp.js
doc: Adding NLU Evaluation Excel
1
doc
null
217,922
13.10.2018 17:48:39
-7,200
f92760cf45ffdb1c2b0ac438aa1b5aca933129a0
feat: trade details popup
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ export class LayoutRowFilter {\nstatic IS_GC_TRADE = new LayoutRowFilter(row => row.tradeSources !== undefined && row.tradeSources\n.find(source => source.trades\n- .find(trade => [20, 21, 22].indexOf(+trade.currencyId) > -1) !== undefined) !== undefined...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: trade details popup
1
feat
null
791,723
13.10.2018 18:23:23
25,200
54baf91bf7832153347d8e4daf9e05da86d5d5dd
core(driver): reduce required traceCategories again
[ { "change_type": "MODIFY", "diff": "@@ -82,22 +82,38 @@ class Driver {\nstatic get traceCategories() {\nreturn [\n- '-*', // exclude default\n- 'disabled-by-default-lighthouse', // used instead of 'toplevel' in Chrome 71+\n+ // Exclude default categories. We'll be selective to minimize trace size\n+ '-*',\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): reduce required traceCategories again
1
core
driver
67,476
13.10.2018 18:41:13
-7,200
9f7df3dbb5b0207c4b243810e56eb4c498f9386c
test(all): initial implementation for a flexible test combinator
[ { "change_type": "ADD", "diff": "+\n+type a = any;\n+export class TestContext<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O> {\n+ public title: string;\n+ constructor(\n+ public readonly suite: TestSuite<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O>,\n+ public readonly id: number,\n+ public a?: A,\n+ public b?: B,\n+ public c?: C,\n+ pub...
TypeScript
MIT License
aurelia/aurelia
test(all): initial implementation for a flexible test combinator
1
test
all
67,476
13.10.2018 18:41:39
-7,200
0695fb4622edebbb250f12dc25bc95eff965133c
test(template-compiler): convert some tests to use test-suite
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { tearDown, setupAndStart, cleanup } from \"./prepare\";\nimport { spy } from \"sinon\";\n// TemplateCompiler - Binding Commands integration\n-describe.only('template-compiler.binding-commands', () => {\n+describe('template-compiler.binding-commands...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): convert some tests to use test-suite
1
test
template-compiler
67,476
13.10.2018 19:34:50
-7,200
2aa8dcce7d25e23b299a3295da49f934f2d6ebad
test(all): make title generation a bit more declarative
[ { "change_type": "MODIFY", "diff": "@@ -10,40 +10,38 @@ describe('template-compiler.repeater', () => {\nbeforeEach(cleanup);\nafterEach(cleanup);\n-const suite = new TestSuite<[string, string, string, string, (component: any) => void], [string, string]>(`01`);\n-\n- suite.withTitle(c => `${c.suite.name}.${c...
TypeScript
MIT License
aurelia/aurelia
test(all): make title generation a bit more declarative
1
test
all
67,476
14.10.2018 05:32:50
-7,200
0702e5ea43e36d3d0a551449a6e689459cfd05b9
chore(test-suite): correctly clone the suite
[ { "change_type": "MODIFY", "diff": "@@ -178,7 +178,14 @@ export class TestActionSlot<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O> {\n}\npublic clone(): this {\n- return new TestActionSlot(this.name) as this;\n+ const clone = new TestActionSlot(this.name) as this;\n+ let current = this.head;\n+ while (current !== null) {\...
TypeScript
MIT License
aurelia/aurelia
chore(test-suite): correctly clone the suite
1
chore
test-suite
217,922
14.10.2018 11:41:18
-7,200
78ef65714d2ddff474dc09b6b74e6f29439b7fe8
feat: ventures details popup
[ { "change_type": "MODIFY", "diff": "@@ -8,5 +8,6 @@ export interface Venture {\ngathering?: number[];\nilvl?: number[];\namounts: number[];\n+ amountsDetails?: any[];\nname?: string;\n}\n", "new_path": "apps/client/src/app/model/garland-tools/venture.ts", "old_path": "apps/client/src/app/model/garla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ventures details popup
1
feat
null
217,922
14.10.2018 11:46:51
-7,200
d7c2a12019ec7d9220ccd7802e007f2cab69a327
feat: voyage details popup
[ { "change_type": "MODIFY", "diff": "-<p>\n- voyages works!\n-</p>\n+<nz-list [nzRenderItem]=\"voyageTemplate\" [nzDataSource]=\"item.voyages\">\n+ <ng-template #voyageTemplate let-voyage>\n+ <nz-list-item>\n+ <nz-list-item-meta [nzTitle]=\"voyage | i18n\">\n+ </nz-list-item-meta>\n+ </nz-list-item>\n+ </ng-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: voyage details popup
1
feat
null
217,922
14.10.2018 12:06:38
-7,200
8afffaa202c44031c82185f9c8dca8326c6dc1f3
feat: amount display for crystals
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class CraftedByExtractor extends AbstractExtractor<CraftedBy[]> {\nprotected doExtract(item: Item, itemData: ItemData): CraftedBy[] {\nconst result = [];\n- for (const craft of item.craft) {\n+ for (const craft of item.craft.filter(c => c.job > 0)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: amount display for crystals
1
feat
null
217,922
14.10.2018 13:01:41
-7,200
b115d5816a514df134420e3801a3c773d513eed5
feat: proper support for lists not found and list deletion
[ { "change_type": "MODIFY", "diff": "export class DataModel {\n$key?: string;\n+ notFound?:boolean;\n}\n", "new_path": "apps/client/src/app/core/database/storage/data-model.ts", "old_path": "apps/client/src/app/core/database/storage/data-model.ts" }, { "change_type": "MODIFY", "diff": "@@...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: proper support for lists not found and list deletion
1
feat
null
67,476
14.10.2018 18:54:58
-7,200
17f2d01a9e5b6acba8e1d6b1d393c79cfaa6ad14
fix(else): do not remove renderLocation (to prevent parentNode null issue)
[ { "change_type": "MODIFY", "diff": "@@ -82,11 +82,9 @@ export class If {\n}\n@templateController('else')\n-@inject(IViewFactory, IRenderLocation)\n+@inject(IViewFactory)\nexport class Else {\n- constructor(private factory: IViewFactory, location: IRenderLocation) {\n- DOM.remove(location); // Only the locat...
TypeScript
MIT License
aurelia/aurelia
fix(else): do not remove renderLocation (to prevent parentNode null issue)
1
fix
else
67,476
14.10.2018 18:57:34
-7,200
94197db95efe1518b4e6df721148d3e2b4162107
fix(lifecycle): pass changeSet into controller and always flush before processing attach/detach
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IRegistry, PLATFORM, Registration } from '@aurelia/kernel';\n+import { IChangeSet } from './binding';\nimport { BindingFlags } from './binding/binding-flags';\nimport { Lifecycle, LifecycleFlags } from './templating';\nimport { ICustomElement } fr...
TypeScript
MIT License
aurelia/aurelia
fix(lifecycle): pass changeSet into controller and always flush before processing attach/detach
1
fix
lifecycle
67,476
14.10.2018 18:58:10
-7,200
022040fd8db7d7e8b978f54e16a94600fa5110bf
perf(if): batch state changes between if/else view
[ { "change_type": "MODIFY", "diff": "import { inject } from '@aurelia/kernel';\n+import { IChangeSet } from '../../binding';\nimport { BindingFlags } from '../../binding/binding-flags';\nimport { DOM, INode, IRenderLocation } from '../../dom';\nimport { bindable } from '../bindable';\n@@ -9,7 +10,7 @@ import...
TypeScript
MIT License
aurelia/aurelia
perf(if): batch state changes between if/else view
1
perf
if
67,476
14.10.2018 18:58:56
-7,200
9341d4fc11f8c63a356b90e6c5c537ba6395be47
chore(runtime): fix tests related to lifecycle changes
[ { "change_type": "MODIFY", "diff": "@@ -388,7 +388,7 @@ export class MockIfTextNodeTemplate {\nconst observerLocator = new ObserverLocator(this.changeSet, null, null, null);\nconst factory = new ViewFactory(null, <any>new MockTextNodeTemplate(expressions.if, observerLocator));\n- const sut = new If(factory,...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix tests related to lifecycle changes
1
chore
runtime
67,476
14.10.2018 19:00:04
-7,200
4cb15a909988e0f3b5b609ff93dc199da8f772e1
test(jit): add more integration tests for custom elements with nested bindables/controllers
[ { "change_type": "MODIFY", "diff": "@@ -70,10 +70,10 @@ export const TestConfiguration = {\nconst buildRequired = { required: true, compiler: 'default' };\n-export function defineCustomElement(name: string, markup: string, $class: Constructable, dependencies: ReadonlyArray<any> = PLATFORM.emptyArray) {\n+ex...
TypeScript
MIT License
aurelia/aurelia
test(jit): add more integration tests for custom elements with nested bindables/controllers
1
test
jit
67,476
14.10.2018 19:30:04
-7,200
0222b629fc8084ace390c05239d2084a5781455f
chore(test): fix jit tests again
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,9 @@ describe('template-compiler.custom-elements', () => {\n// custom elements\nit('01.', () => {\nconst { au, host, cs, component } = setupAndStart(`<template><name-tag name=\"bigopon\"></name-tag></template>`, null);\n- cs.flushChanges();\n+\nexpect(host.te...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix jit tests again
1
chore
test
67,476
14.10.2018 20:04:53
-7,200
7750743f4be3a855a108e0ecd86ea03677b8215e
perf(binding): reduce redundant calls to evaluate()
[ { "change_type": "MODIFY", "diff": "import { IServiceLocator, Reporter } from '@aurelia/kernel';\n-import { ForOfStatement, hasBind, hasUnbind, IsBindingBehavior } from './ast';\n+import { ExpressionKind, ForOfStatement, hasBind, hasUnbind, IsBindingBehavior } from './ast';\nimport { IScope } from './bindin...
TypeScript
MIT License
aurelia/aurelia
perf(binding): reduce redundant calls to evaluate()
1
perf
binding
67,476
14.10.2018 21:01:31
-7,200
bb2a0f2dec6c7b75bc4268b0cceeebc56825b7ee
fix(kernel): fix circular type reference issue introduced by ts 3.1
[ { "change_type": "MODIFY", "diff": "@@ -27,23 +27,26 @@ export type Injectable<T = {}> = Constructable<T> & { inject?: any[] };\nexport type IIndexable<T extends object = object> = T & { [key: string]: any };\nexport type ImmutableObject<T> =\n- T extends [infer A] ? Immutable<[A]> :\n- T extends [infer A, ...
TypeScript
MIT License
aurelia/aurelia
fix(kernel): fix circular type reference issue introduced by ts 3.1
1
fix
kernel
67,476
14.10.2018 23:19:21
-7,200
3c8dbddb9d0905e58a1b813963793c058d5dcd48
chore(all): fix tests again
[ { "change_type": "MODIFY", "diff": "-import { AttachLifecycleController, LifecycleFlags, Lifecycle, DetachLifecycleController } from '../../../src';\n+import { AttachLifecycleController, LifecycleFlags, Lifecycle, DetachLifecycleController, ChangeSet } from '../../../src';\nimport { eachCartesianJoinFactory...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix tests again
1
chore
all
67,476
14.10.2018 23:25:27
-7,200
587889eaa3b8e808774abdf6a531df881de3e431
chore(jit): fix circular dependencies
[ { "change_type": "MODIFY", "diff": "import { DI } from '@aurelia/kernel';\n-import { Char } from '.';\n+import { Char } from './common';\nexport class AttrSyntax {\nconstructor(\n", "new_path": "packages/jit/src/attribute-parser.ts", "old_path": "packages/jit/src/attribute-parser.ts" }, { "c...
TypeScript
MIT License
aurelia/aurelia
chore(jit): fix circular dependencies
1
chore
jit
471,527
14.10.2018 23:46:42
-7,200
426a88afc1f8214fea017036e6cdf68e206c629b
fix(storybook): babel config that works for IE11 as well
[ { "change_type": "MODIFY", "diff": "\"plugins\": [\n\"@babel/plugin-syntax-dynamic-import\",\n\"@babel/plugin-proposal-object-rest-spread\"\n+ ],\n+ \"presets\": [\n+ [\n+ \"@babel/preset-env\",\n+ {\n+ \"useBuiltIns\": \"entry\"\n+ }\n+ ]\n]\n}\n", "new_path": "packages/generator-open-wc/generators/pub...
JavaScript
MIT License
open-wc/open-wc
fix(storybook): babel config that works for IE11 as well
1
fix
storybook
67,476
15.10.2018 01:09:40
-7,200
08b3ab45d089c19809debd6549a95880228827db
chore(all): fix missing export
[ { "change_type": "MODIFY", "diff": "@@ -4,5 +4,6 @@ export * from './common';\nexport * from './configuration';\nexport * from './element-parser';\nexport * from './expression-parser';\n+export * from './instructions';\nexport * from './semantic-model';\nexport * from './template-compiler';\n", "new_pat...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix missing export
1
chore
all
67,476
15.10.2018 03:34:29
-7,200
0e66eb3e6576527256890b535cea662044d74d72
perf(node-sequence): implement special textNodeSequence and reorganize a few things fixes
[ { "change_type": "MODIFY", "diff": "import { expect } from 'chai';\n-import { tearDown, setupAndStart, cleanup } from './prepare';\n+import { tearDown, setupAndStart, cleanup, defineCustomElement } from './prepare';\n+import { baseSuite } from './template-compiler.base';\n+import { IContainer, Constructable...
TypeScript
MIT License
aurelia/aurelia
perf(node-sequence): implement special textNodeSequence and reorganize a few things fixes #219
1
perf
node-sequence
67,476
15.10.2018 04:31:06
-7,200
7d87ad1fa0aff253f2e7917354a383fa4a67ed87
test(template-compiler): add more working tests
[ { "change_type": "MODIFY", "diff": "@@ -120,30 +120,28 @@ parentSuite.addDataSlot('f') // Template (custom element)\n</div>\n</template>\n</template>`)\n- // TODO: renderLocation is removed instead of view nodes\n- // .addData('10').setValue(\n- // `<template>\n- // <div repeat.for=\"item of items\">\n- // ...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): add more working tests
1
test
template-compiler
67,476
15.10.2018 05:38:09
-7,200
72b8905d54a2aa79ca39765d1a1945f36b05bf72
refactor(dom): create a stub class to represent au-marker
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,25 @@ export interface INode extends INodeLike {\nreadonly content?: INode;\n}\n+/*@internal*/\n+export class AuMarker implements INode {\n+ public get parentNode(): INode {\n+ return this.nextSibling.parentNode;\n+ }\n+ public nextSibling: INode;\n+ public p...
TypeScript
MIT License
aurelia/aurelia
refactor(dom): create a stub class to represent au-marker
1
refactor
dom
791,723
15.10.2018 10:35:28
25,200
b878616eaf60e61dcb614d3c8ee69d08440745fd
core(driver): request smaller trace in m71+
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ class Driver {\nstatic get traceCategories() {\nreturn [\n'-*', // exclude default\n- 'toplevel',\n+ 'disabled-by-default-lighthouse', // used instead of 'toplevel' in Chrome 71+\n'v8.execute',\n'blink.console',\n'blink.user_timing',\n@@ -102,11 +102,13 ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): request smaller trace in m71+ (#6117)
1
core
driver
815,746
15.10.2018 11:21:30
-10,800
78dfcdb857a6f9def4d8a40615ffc93b2c5ff07d
chore(release): 2.10.3
[ { "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=\"2.10.3\"></a>\n+## [2.10.3](https://github.com/ng-select/ng-select/compare/v2.10.2......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.3
1
chore
release
504,004
15.10.2018 11:52:56
14,400
f4bd91dde035c5efec761712e9c26360106bad10
feat(CatalogTile): Use a link for tiles with href or onClick props
[ { "change_type": "MODIFY", "diff": ".catalog-tile-pf {\nbackground: @card-pf-bg-color;\nborder: 1px solid rgba(209, 209, 209, 0.75);\n+ color: inherit;\ndisplay: flex;\nflex-direction: column;\nheight: @catalog-tile-pf-height;\n&:hover {\nbox-shadow: 0 1px 10px rgba(3, 3, 3, 0.175);\n}\n+\n+ &:active,\n+ &:...
TypeScript
MIT License
patternfly/patternfly-react
feat(CatalogTile): Use a link for tiles with href or onClick props (#763)
1
feat
CatalogTile
504,004
15.10.2018 13:28:04
14,400
a5770727d027b81405853f50993918f228be95b2
fix(CatalogTile): Style update for tile with focus Update the style on focused catalog tiles to not show underline text or outline, use the box-shadow to indicate focus.
[ { "change_type": "MODIFY", "diff": "border-top-width: 2px;\n}\n- &:hover {\n+ &:hover,\n+ &:focus {\nbox-shadow: 0 1px 10px rgba(3, 3, 3, 0.175);\n+ outline-style: none;\n}\n&:active,\n&:hover,\n+ &:focus,\n&:visited {\ncolor: inherit;\ntext-decoration: none;\n", "new_path": "packages/patternfly-3/patte...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTile): Style update for tile with focus (#764) Update the style on focused catalog tiles to not show underline text or outline, use the box-shadow to indicate focus.
1
fix
CatalogTile
791,690
15.10.2018 13:48:43
18,000
2b12fc28be4b96b13136e677e5ec8678594a3fac
extension: stop report bug prompt for file:// urls
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ const NON_BUG_ERROR_MESSAGES = {\n'are trying to review.',\n'Cannot access contents of the page': 'Lighthouse can only audit URLs that start' +\n' with http:// or https://.',\n+ 'INVALID_URL': 'Lighthouse can only audit URLs that start' +\n+ ' with http:...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: stop report bug prompt for file:// urls (#6278)
1
extension
null
67,476
15.10.2018 15:26:05
-7,200
0783562d9f6af8c6572a2f33f50f8915dadb9d65
chore(all): add engines fields to root package.json
[ { "change_type": "MODIFY", "diff": "{\n\"private\": true,\n\"license\": \"MIT\",\n+ \"engines\": {\n+ \"node\": \">=8.11.4 <11.0.0\",\n+ \"npm\": \">=6.1.0 <7.0.0\"\n+ },\n\"scripts\": {\n\"commit\": \"git-cz\",\n\"commitmsg\": \"validate-commit-msg\",\n", "new_path": "package.json", "old_path": "pa...
TypeScript
MIT License
aurelia/aurelia
chore(all): add engines fields to root package.json
1
chore
all
730,429
15.10.2018 15:29:14
14,400
342c8f63d05b76f929dcd8615150aa0ca15c577b
chore(Jenkinsfile): use home dir for npm publish token
[ { "change_type": "MODIFY", "diff": "@@ -255,7 +255,7 @@ ansiColor('xterm') {\nstring(credentialsId: 'WIDGETS_NPM_PUBLISH_TOKEN', variable: 'WIDGETS_NPM_TOKEN')\n]) {\ntry {\n- sh 'echo \\'//registry.npmjs.org/:_authToken=${WIDGETS_NPM_TOKEN}\\' >> .npmrc'\n+ sh 'echo \\'//registry.npmjs.org/:_authToken=${WI...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): use home dir for npm publish token
1
chore
Jenkinsfile
730,412
15.10.2018 17:35:26
0
093f1bb37b2fefbc409c32565cbfda83cb3cc6bc
chore(release): 0.1.371
[ { "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=\"0.1.371\"></a>\n+## [0.1.371](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.371
1
chore
release
67,476
15.10.2018 17:39:05
-7,200
df4babf517bfa67ace9e6b6686661b4ad6b9877d
refactor(all): rename ICustomAttributeSource to IAttributeDefinition
[ { "change_type": "MODIFY", "diff": "import { Immutable, IServiceLocator, PLATFORM } from '@aurelia/kernel';\n-import { BindingMode, CustomAttributeResource, CustomElementResource, DOM, IBindableDescription, ICustomAttributeSource, IExpressionParser, IResourceDescriptions, ITemplateDefinition, TargetedInstru...
TypeScript
MIT License
aurelia/aurelia
refactor(all): rename ICustomAttributeSource to IAttributeDefinition
1
refactor
all
67,476
15.10.2018 18:04:48
-7,200
f2579ce0938763a19fc541e993743696fa3ce9db
test(template-compiler): fix test for rename
[ { "change_type": "MODIFY", "diff": "@@ -142,14 +142,14 @@ describe('TemplateCompiler', () => {\nexpect(actual.instructions[0].length).to.equal(3);\nconst siblingInstructions = actual.instructions[0].slice(1);\nconst expectedSiblingInstructions = [\n- { toVerify: ['type', 'def', 'to'], type: TT.hydrateAttrib...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): fix test for rename
1
test
template-compiler
217,922
15.10.2018 19:11:27
-7,200
207fd92c957e3eb046c491c1ad30b988ddd3bf5b
feat: better performances for tags adjustments
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ export class ListsEffects {\n);\n@Effect()\n- UpdateListInDatabase$ = this.actions$.pipe(\n+ updateListInDatabase$ = this.actions$.pipe(\nofType(ListsActionTypes.UpdateList),\ndebounceTime(500),\nmap(action => action as UpdateList),\n@@ -107,7 +107,7 @@ ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: better performances for tags adjustments
1
feat
null
217,922
15.10.2018 19:18:36
-7,200
34e9538b0959b15f6ad428e13eceaef29c978445
fix: added a guard for list update sometimes breaking the list in compact mode
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ export class CreateOptimisticListCompact implements Action {\nexport class UpdateList implements Action {\nreadonly type = ListsActionTypes.UpdateList;\n- constructor(public readonly payload: List) {\n+ constructor(public readonly payload: List, public r...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: added a guard for list update sometimes breaking the list in compact mode
1
fix
null
730,412
15.10.2018 19:46:07
0
0a7d7e899c028d3f0db73a4a67c06e9367c242ac
chore(release): 0.1.372
[ { "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=\"0.1.372\"></a>\n+## [0.1.372](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.372
1
chore
release
217,922
15.10.2018 20:08:14
-7,200
f5c604ec822f177885a8c84b6fe94a2cb0a70893
fix: fixed an issue with airship crafts not added properly
[ { "change_type": "MODIFY", "diff": "@@ -42,10 +42,9 @@ export function listsReducer(\n]\n};\nif (action.updateCompact && state.myLists.find(l => l.$key === action.payload.$key) !== undefined) {\n- delete action.payload.items;\nstate.myLists = [\n...state.myLists.filter(list => list.$key !== action.payload.$...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with airship crafts not added properly
1
fix
null
791,723
15.10.2018 20:15:35
25,200
72a0932ccb0f5f64408a497eec0cdb09cdd4afd4
core(driver): address bckenny feedback on
[ { "change_type": "MODIFY", "diff": "@@ -947,7 +947,7 @@ class Driver {\nconst milestone = (await this.getBrowserVersion()).milestone;\nif (milestone < 71) {\nconst toplevelIndex = traceCategories.indexOf('disabled-by-default-lighthouse');\n- traceCategories.splice(toplevelIndex, 1, 'toplevel');\n+ traceCate...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): address bckenny feedback on #6117 (#6285)
1
core
driver
504,010
15.10.2018 22:53:44
-7,200
e7245613b5aa5aa07054c8d55a33234620af7e8c
fix(Masthead): fix issue with navbar title not displaying
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,9 @@ exports[`HorizontalNav renders properly with dropdown Levels 1`] = `\nclass=\"navbar-brand\"\nhref=\"#\"\nrole=\"button\"\n- />\n+ >\n+ Patternfly React\n+ </a>\n</div>\n<nav\nclass=\"collapse navbar-collapse\"\n@@ -709,7 +711,9 @@ exports[`HorizontalNav...
TypeScript
MIT License
patternfly/patternfly-react
fix(Masthead): fix issue with navbar title not displaying (#758)
1
fix
Masthead
67,476
16.10.2018 02:46:55
-7,200
3410604e7da1820458a17d6021cbdb0d7e1b40e4
chore(all): fix merge conflicts
[ { "change_type": "MODIFY", "diff": "var host = document.querySelector('app');\nau.runtime.customElement({\nname: 'app',\n- templateOrNode: host.innerHTML,\n+ template: host.innerHTML,\nbuild: { required: true, compiler: 'default' },\ninstructions: []\n})(App)\n", "new_path": "examples/no-bundlers/jit-ii...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix merge conflicts
1
chore
all
67,476
16.10.2018 05:59:10
-7,200
47a3ddd8c2f54b73d1239b17ce661def00229848
chore(test): let top-level test command run all package tests in one compilation
[ { "change_type": "MODIFY", "diff": "\"postbundle:all\": \"rimraf .rpt2_cache packages/*/dist/.rpt2_cache dist/.rpt2_cache\",\n\"upload-dist:dev\": \"ts-node -P scripts/tsconfig.json scripts/upload-dist.ts dev\",\n\"upload-dist:latest\": \"ts-node -P scripts/tsconfig.json scripts/upload-dist.ts latest\",\n- ...
TypeScript
MIT License
aurelia/aurelia
chore(test): let top-level test command run all package tests in one compilation
1
chore
test
67,476
16.10.2018 05:59:34
-7,200
a29d467148c99abbdce681ab15881634f7ab32a3
ci: remove unnecessary combine-coverage script
[ { "change_type": "MODIFY", "diff": "@@ -42,16 +42,10 @@ jobs:\ninstall:\n<<: *defaults\nsteps:\n- - run:\n- name: \"Show npm and node versions\"\n- command: |\n- node --version\n- npm --version\n- checkout\n- run:\nname: \"Install npm packages\"\n- command: |\n- npm ci -dd\n+ command: npm ci\n- save_cache:\...
TypeScript
MIT License
aurelia/aurelia
ci: remove unnecessary combine-coverage script
1
ci
null
67,476
16.10.2018 07:54:09
-7,200
ee158417e45e5a27ceb68225ce2503340b1cfc36
ci: cleanup and refactor to 2.1
[ { "change_type": "MODIFY", "diff": "-# Defaults for all jobs\n+version: 2.1\n-defaults: &defaults\n- working_directory: ~/repo\n+\n+# # # # # # # # # # # # # # # #\n+# - Scalar variables -\n+# # # # # # # # # # # # # # # #\n+scalar-1: &node_modules_cache_key aurelia-{{ .Branch }}-{{ checksum \"package.json\...
TypeScript
MIT License
aurelia/aurelia
ci: cleanup and refactor to 2.1
1
ci
null