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
67,476
10.01.2019 07:38:03
-3,600
36b0f69a08160934808173d0a9ee48fd97cede43
test(jit): re-enable tracer tests
[ { "change_type": "MODIFY", "diff": "import { IAttributeParser, ResourceModel } from '@aurelia/jit';\n-import { RuntimeCompilationResources } from '@aurelia/kernel';\n+import { RuntimeCompilationResources, Tracer } from '@aurelia/kernel';\nimport {\nAurelia,\nCustomElementResource,\n@@ -10,8 +10,9 @@ import ...
TypeScript
MIT License
aurelia/aurelia
test(jit): re-enable tracer tests
1
test
jit
791,760
10.01.2019 11:43:04
28,800
0b223e55075647a7d652b78ddec09c07e09aa6e9
misc(emulation): use correct Nexus 5X screen size
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ function getFlags(manualArgv) {\n'lighthouse <url> --disable-device-emulation --throttling-method=provided',\n'Disable device emulation and all throttling')\n.example(\n- 'lighthouse <url> --chrome-flags=\"--window-size=412,732\"',\n+ 'lighthouse <url> -...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(emulation): use correct Nexus 5X screen size (#6932)
1
misc
emulation
807,849
10.01.2019 12:19:30
28,800
71174e4709bb589fef2e9f835acb398a7918fdb0
fix(bootstrap): When filtering, only bootstrap filtered packages The remaining siblings will be installed from the configured registry. Fixes Fixes
[ { "change_type": "MODIFY", "diff": "@@ -252,15 +252,39 @@ Object {\n\"bar@^2.0.0\",\n\"foo@^1.0.0\",\n],\n+ \"packages/package-3\": Array [\n+ \"foo@0.1.12\",\n+ \"@test/package-2@^1.0.0\",\n+ ],\n+}\n+`;\n+\n+exports[`BootstrapCommand with local package dependencies should not bootstrap ignored packages 2`...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): When filtering, only bootstrap filtered packages The remaining siblings will be installed from the configured registry. Fixes #1421 Fixes #1766
1
fix
bootstrap
730,429
10.01.2019 12:29:07
18,000
c6bbfdc87c5046b720f7fdfac2fc6b3c012cec7a
chore(circle): reenable firefox testing
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ jobs:\npaths:\n- dist-test\n- journey_tests:\n+ journey_tests_chrome:\n<<: *job_common\nenvironment:\nSAUCE: true\n@@ -102,7 +102,35 @@ jobs:\nno_output_timeout: 15m\ncommand: |\nset -em\n- BROWSER=chrome npm run test:integration\n+ PORT=4567 BROWSER=chr...
JavaScript
MIT License
webex/react-widgets
chore(circle): reenable firefox testing
1
chore
circle
67,494
10.01.2019 12:37:35
-3,600
6cdc27b9eae5007b4c463a8db19af0bf28c64778
feat(router): add previous to navigation instruction
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,9 @@ export interface INavigationFlags {\nisCancel?: boolean;\n}\n-export interface INavigationInstruction extends IHistoryEntry, INavigationFlags { }\n+export interface INavigationInstruction extends IHistoryEntry, INavigationFlags {\n+ previous?: IHistoryEn...
TypeScript
MIT License
aurelia/aurelia
feat(router): add previous to navigation instruction
1
feat
router
679,913
10.01.2019 12:46:22
0
bac59db62594e9a89145cf40508c8d9367889288
feat(examples): add package-stats charting example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n+*.svg\n", "new_path": "examples/package-stats/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# package-stats\n+\n+This non-browser example generates several SVG charts of various packag...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add package-stats charting example
1
feat
examples
807,849
10.01.2019 12:47:52
28,800
a059afd39e7d872b02ef8325486be1377b6e247f
chore(release): v3.10.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.10.3](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.3) (2019-01-10)\n+\n+\n+### Bug Fixes\n+\n+* **boo...
JavaScript
MIT License
lerna/lerna
chore(release): v3.10.3
1
chore
release
217,922
10.01.2019 12:48:19
-3,600
78c5585a86882cc248a754b7b47baaeaf28118a7
feat: added Ize and Erwan as patreon supporters in the loading screen
[ { "change_type": "MODIFY", "diff": "'S\\'irle Alythia',\n'Alban Ashcroft',\n'Nachtiyrn Thosinsyn',\n- 'Midori Dragon'\n+ 'Midori Dragon',\n+ 'Erwan Fairclough @ Moogle',\n+ 'Izeyash Konturaen'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-pat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added Ize and Erwan as patreon supporters in the loading screen
1
feat
null
504,035
10.01.2019 12:53:23
18,000
9598b75c83c0b57bb24cb6412591b91f3263e6fa
fix(docs): fix workspace previews
[ { "change_type": "ADD", "diff": "+export { default as Avatar, AvatarProps } from './Avatar';\n", "new_path": "packages/patternfly-4/react-core/src/components/Avatar/index.d.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "export { default as Avatar } from './Avatar';\n-export...
TypeScript
MIT License
patternfly/patternfly-react
fix(docs): fix workspace previews (#1159)
1
fix
docs
679,913
10.01.2019 13:01:14
0
5c3080d77712264a186d53290b1095b2ec013546
build: temporarily add webpack until parcel-bundler/parcel#2513 is fixed
[ { "change_type": "MODIFY", "diff": "\"rollup\": \"^1.0.2\",\n\"terser\": \"^3.14.1\",\n\"tslint\": \"^5.12.0\",\n- \"typescript\": \"^3.2.2\"\n+ \"typescript\": \"^3.2.2\",\n+ \"webpack\": \"^4.28.1\",\n+ \"webpack-cli\": \"^3.2.1\",\n+ \"ts-loader\": \"^5.3.3\",\n+ \"file-loader\": \"^3.0.1\"\n},\n\"script...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: temporarily add webpack until parcel-bundler/parcel#2513 is fixed
1
build
null
273,671
10.01.2019 13:33:29
-3,600
7128b60c625b4583bf02394d363be00a3f44e623
feat(google-analytics): initial plugin Closes
[ { "change_type": "ADD", "diff": "+# @gridsome/plugin-google-analytics\n+\n+> Google Analytics plugin for Gridsome\n+\n+See [VueAnalytics](https://github.com/MatteoGabriele/vue-analytics/blob/master/README.md) for possible options.\n+\n+## Install\n+- `yarn add @gridsome/plugin-google-analytics`\n+- `npm ins...
JavaScript
MIT License
gridsome/gridsome
feat(google-analytics): initial plugin (#96) Closes #79
1
feat
google-analytics
273,648
10.01.2019 13:44:51
-3,600
46b83fa0a39c1b782c2bd255f678c2818d181091
feat(sitemap): generate xml sitemap Closes
[ { "change_type": "ADD", "diff": "+# @gridsome/plugin-sitemap\n+\n+> Generate sitemap for Gridsome sites\n+\n+## Install\n+\n+- `yarn add @gridsome/plugin-sitemap`\n+- `npm install @gridsome/plugin-sitemap`\n+\n+## Usage\n+\n+```js\n+module.exports = {\n+ plugins: [\n+ {\n+ use: '@gridsome/plugin-sitemap',\n...
JavaScript
MIT License
gridsome/gridsome
feat(sitemap): generate xml sitemap (#113) Closes #110
1
feat
sitemap
273,683
10.01.2019 13:50:37
-3,600
cacea5d0c478a7ec060b24066a4c108f05038b60
chore: lint and cleanup
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ module.exports = {\n{\nuse: '@gridsome/plugin-google-analytics',\noptions: {\n- id: 'UA-XXX-XX',\n+ id: 'UA-XXXXXXXXX-X'\n}\n}\n]\n", "new_path": "packages/plugin-google-analytics/README.md", "old_path": "packages/plugin-google-analytics/README.m...
JavaScript
MIT License
gridsome/gridsome
chore: lint and cleanup
1
chore
null
503,951
10.01.2019 14:09:10
18,000
0e3e807d041759496e3290b377619ca8213f609c
fix(prerelease): attempt to add prerelease channel to react-charts
[ { "change_type": "MODIFY", "diff": "\"patternfly:src\": \"src/\",\n\"sideEffects\": false,\n\"publishConfig\": {\n- \"access\": \"public\"\n+ \"access\": \"public\",\n+ \"tag\": \"prerelease\"\n},\n\"repository\": {\n\"type\": \"git\",\n", "new_path": "packages/patternfly-4/react-charts/package.json", ...
TypeScript
MIT License
patternfly/patternfly-react
fix(prerelease): attempt to add prerelease channel to react-charts (#1160)
1
fix
prerelease
679,913
10.01.2019 14:35:54
0
4df9ec41d4b70292a846ed8c3ef8d5a514abec67
build: update bundle-module outputs, emit meta data, update .gitignore write non-minified CommonJS write minified UMD write minified + gzipped module sizes to .meta dir
[ { "change_type": "MODIFY", "diff": "node_modules\n.cache\n+.meta\n.nyc_output\ncoverage\nbuild\n@@ -12,6 +13,7 @@ examples/hdc\nexamples/hdom-class\nexamples/hdom-clj\nexamples/ts-parse\n+lib\n.DS_Store\ntachyons.min.css\nbundle.*\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update bundle-module outputs, emit meta data, update .gitignore - write non-minified CommonJS - write minified UMD - write minified + gzipped module sizes to .meta dir
1
build
null
807,849
10.01.2019 14:55:50
28,800
27516b97184d03825baf849b81a81c82e7794214
fix(bootstrap): Do not `npm ci` when hoisting Fixes
[ { "change_type": "MODIFY", "diff": "@@ -241,6 +241,18 @@ describe(\"BootstrapCommand\", () => {\n});\n});\n+ it(\"should not run npm ci when hoisting\", async () => {\n+ const testDir = await initFixture(\"basic\");\n+\n+ await lernaBootstrap(testDir)(\"--hoist\", \"package-*\", \"--ci\");\n+\n+ expect(npmI...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Do not `npm ci` when hoisting Fixes #1865
1
fix
bootstrap
749,547
10.01.2019 14:56:02
-39,600
cbd748ea9182a794ddce07ebfbc6bc719d365b31
chore(build): force latest stable of yarn in ci to fix Buffer warnings
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,10 @@ cache:\ndirectories:\n- node-modules\n+before_install:\n+ - curl -o- -L https://yarnpkg.com/install.sh | bash\n+ - export PATH=\"$HOME/.yarn/bin:$PATH\"\n+\ninstall: yarn --frozen-lockfile --ignore-scripts\nscript:\n", "new_path": ".travis.yml", "...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(build): force latest stable of yarn in ci to fix Buffer warnings (#246)
1
chore
build
67,494
10.01.2019 15:12:41
-3,600
7ea0e91763d5c0247bac9146a8e907648d7de372
test(router): fix setup in router tests
[ { "change_type": "MODIFY", "diff": "@@ -159,11 +159,11 @@ export class Router {\nif ((instruction.isBack || instruction.isForward) && instruction.fullStatePath) {\ninstruction.path = instruction.fullStatePath;\nfullStateInstruction = true;\n- if (!confirm('Perform history navigation?')) {\n- this.historyBro...
TypeScript
MIT License
aurelia/aurelia
test(router): fix setup in router tests
1
test
router
807,849
10.01.2019 15:13:42
28,800
d9d4bc446329937cd59bce3856c660c73b711d2e
fix(add): Do not scope chained bootstrap
[ { "change_type": "MODIFY", "diff": "@@ -234,36 +234,11 @@ describe(\"AddCommand\", () => {\nexpect.objectContaining({\nargs: [],\ncwd: testDir,\n- scope: [\"@test/package-2\", \"package-3\", \"package-4\"],\ncomposed: \"add\",\n})\n);\n});\n- it(\"should only bootstrap scoped packages\", async () => {\n- co...
JavaScript
MIT License
lerna/lerna
fix(add): Do not scope chained bootstrap
1
fix
add
807,849
10.01.2019 15:19:22
28,800
d9ac62c8dc6225b4571e233c286f4c6f60f54a98
chore(release): v3.10.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.10.4](https://github.com/lerna/lerna/compare/v3.10.3...v3.10.4) (2019-01-10)\n+\n+\n+### Bug Fixes\n+\n+* **add...
JavaScript
MIT License
lerna/lerna
chore(release): v3.10.4
1
chore
release
730,413
10.01.2019 15:56:29
18,000
ef324954f7dfbe53032947f699816a35e032074a
style(r-c-activity-menu-header): remove css variables
[ { "change_type": "MODIFY", "diff": "-.widgetHeader {\n- --header-height: 46px;\n-}\n-\n.widgetHeader {\ndisplay: flex;\nflex: 0 0 auto;\nwidth: 100%;\n- height: var(--header-height);\n+ height: 46px;\n}\n.widgetMenu {\nflex: 2;\nfont-size: 14px;\nfont-weight: 600;\n- line-height: var(--header-height);\n+ li...
JavaScript
MIT License
webex/react-widgets
style(r-c-activity-menu-header): remove css variables
1
style
r-c-activity-menu-header
730,413
10.01.2019 15:56:58
18,000
fb2398907432bf18fce4c05706041932d9a6f137
style(r-c-confirmation-modal): remove css variables
[ { "change_type": "MODIFY", "diff": ".dialogueModal {\n- --color-bg: #fefefe;\n- --color-primary: #049fd9;\n- --color-gray-light: #aeaeaf;\n- --color-gray: #858688;\n- --color-gray-ultra-light: #d7d7d8;\n-\nposition: absolute;\ntop: 50%;\nleft: 50%;\nfont: CiscoSans, 'Helvetica Neue', Arial;\nfont-size: 16px...
JavaScript
MIT License
webex/react-widgets
style(r-c-confirmation-modal): remove css variables
1
style
r-c-confirmation-modal
730,413
10.01.2019 15:58:23
18,000
e3beebe3dc2d4a9dcbfedaad33a30030c4542aa7
style(r-c-list-separator): remove css variables
[ { "change_type": "MODIFY", "diff": ".separator {\n- --color-primary: #049fd9;\n- --color-gray: #d2d3d4;\n-\ndisplay: flex;\npadding-top: 17px;\noverflow: hidden;\nfont-size: 13px;\n- color: var(--color-gray);\n+ color: #d2d3d4;\nwhite-space: nowrap;\njustify-content: center;\nalign-items: center;\n}\n.separ...
JavaScript
MIT License
webex/react-widgets
style(r-c-list-separator): remove css variables
1
style
r-c-list-separator
730,413
10.01.2019 15:58:45
18,000
7900aa62261c7818771b1ae7cd5cc7eb48df7974
style(widget-space): remove css variables
[ { "change_type": "MODIFY", "diff": "-:root {\n- --zindex-error: 100;\n- --zindex-menu: 90;\n- --zindex-secondary: 80;\n- --zindex-primary-widget: 10;\n- --widget-width: 280px;\n-}\n-\n.spaceWidget {\ndisplay: flex;\nheight: 100%;\n.widgetBody {\nposition: relative;\n- z-index: var(--zindex-primary-widget);\...
JavaScript
MIT License
webex/react-widgets
style(widget-space): remove css variables
1
style
widget-space
730,429
10.01.2019 16:19:09
18,000
c11aaa7d2771f64f1c21c676159a137f12f15aa4
fix(presence-avatar): remove empty div causing layout issues
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\nexports[`Avatar component when avatar is a self type renders with active presence 1`] = `\n-<div>\n<Avatar\nalt=\"\"\nbackgroundColor=\"\"\n@@ -21,11 +20,9 @@ exports[`Avatar component when avatar is a self type renders with act...
JavaScript
MIT License
webex/react-widgets
fix(presence-avatar): remove empty div causing layout issues
1
fix
presence-avatar
730,429
10.01.2019 16:22:18
18,000
8edfc09891878f904d2d9ed846ee922f92502865
style(title-bar): fix spacing around avatar
[ { "change_type": "MODIFY", "diff": "}\n.avatarContainer {\n- width: 26px;\n- height: 26px;\n- margin: 10px 12px 10px 14px;\n+ display: flex;\n+ width: 24px;\n+ height: 24px;\n+ margin: 11px 12px 11px 14px;\nflex-grow: 0;\nflex-shrink: 0;\n}\n", "new_path": "packages/node_modules/@webex/react-component-t...
JavaScript
MIT License
webex/react-widgets
style(title-bar): fix spacing around avatar
1
style
title-bar
730,412
10.01.2019 16:53:16
0
a9d057d9a6c8dc4f17129e467967e00ba4dd85e5
chore(release): 0.1.404
[ { "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.404\"></a>\n+## [0.1.404](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.404
1
chore
release
217,922
10.01.2019 16:56:38
-3,600
8f0a88539d74ab82f485d872df77a064f294151a
fix(pricing): fixed an issue with first pricing opening showing wrong values
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ export class PricingComponent implements AfterViewInit {\nthis.list$ = this.listsFacade.selectedList$.pipe(\ntap(list => {\nthis.updateCosts(list);\n+ this.updateCosts(list);\n}),\nshareReplay(1)\n);\n@@ -126,6 +127,7 @@ export class PricingComponent imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed an issue with first pricing opening showing wrong values
1
fix
pricing
807,849
10.01.2019 17:14:49
28,800
79549c1a56c20a61cfda0f838c165196ef6245e2
fix(run-lifecycle): Do not customize npm_config_prefix during execution Fixes
[ { "change_type": "MODIFY", "diff": "jest.mock(\"libnpm/run-script\", () => jest.fn(() => Promise.resolve()));\n+const log = require(\"libnpm/log\");\nconst loggingOutput = require(\"@lerna-test/logging-output\");\nconst runScript = require(\"libnpm/run-script\");\nconst npmConf = require(\"@lerna/npm-conf\"...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Do not customize npm_config_prefix during execution Fixes #1866
1
fix
run-lifecycle
679,913
10.01.2019 17:24:57
0
8f270dfac01060d72ad29cdc07c97de3a684694e
build: update project tpl scripts, ignore files
[ { "change_type": "MODIFY", "diff": "-node_modules\n.cache\n+.DS_Store\n.meta\n.nyc_output\n-coverage\n+*.bak*\n+*.d.ts\n+*.gz\n+*.js\n+*.log\n+*.map\n+*.tgz\n+*.zip\n+/.gtm/\nbuild\n+bundle.*\n+coverage\ndev\ndoc\ndocs\n-export\nexamples/dataflow-scenegraph\nexamples/hdc\nexamples/hdom-class\nexamples/hdom-...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update project tpl scripts, ignore files
1
build
null
679,913
10.01.2019 18:15:11
0
bb3db27cbe3fdc712d44c0edfe7b7b8b360635b2
build(examples): update tsconfig for commit-table-ssr
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": \"../../tsconfig.json\",\n\"compilerOptions\": {\n- \"outDir\": \".\",\n- \"module\": \"es6\",\n+ \"outDir\": \"./build\",\n+ \"module\": \"commonjs\",\n\"target\": \"es6\",\n\"sourceMap\": true\n},\n", "new_path": "examples/commit-table-ssr/tsconfig.j...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update tsconfig for commit-table-ssr
1
build
examples
679,913
10.01.2019 18:15:40
0
bbe636f486030a4c89124bf1b85a28f6cc52b289
fix(examples): add quote escaping in xml-converter
[ { "change_type": "MODIFY", "diff": "@@ -59,13 +59,19 @@ const formatVal = (opts: FormatOpts, x: any, indent = true) =>\nx :\nisPlainObject(x) ?\nformat(indent ? indentState(opts) : opts, \"\", x) :\n- opts.quote + x + opts.quote;\n+ opts.quote + escape(opts, x) + opts.quote;\n// attrib key-value pair format...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): add quote escaping in xml-converter
1
fix
examples
679,913
10.01.2019 18:29:43
0
f6e3cdd56c24f7961664cf24a10774412f6b4c05
docs(examples): add troubleshooting notes
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,10 @@ Please refer to the [example build\ninstructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions)\non the wiki.\n+**IMPORTANT:** Please also see the [troubleshooting\n+note](https://github.com/thi-ng/umbrella/wiki/Example-build-instr...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add troubleshooting notes
1
docs
examples
791,723
10.01.2019 18:37:58
28,800
bc23383f9d2c494433d0e8bb86c015e7b4d865c5
report: expand groups within Passed Audits
[ { "change_type": "MODIFY", "diff": "@@ -227,14 +227,16 @@ describe('CategoryRenderer', () => {\nassert.equal(failedAuditGroups.length, failedAuditTags.size);\n});\n- it('renders the passed audits grouped by group', () => {\n+ it('renders the passed audits ungrouped', () => {\nconst categoryDOM = renderer.re...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: expand groups within Passed Audits (#6930)
1
report
null
679,913
10.01.2019 18:50:04
0
6be3a87100d862620f9687d38ae0e3f157951e82
build: fix cjs output path in bundle-module script
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ const build =\n!fs.existsSync(\".meta\") && fs.mkdirSync(\".meta\");\nconst cjs = await buildVersion(\n- \"lib/index.cjs.js\",\n+ \"lib/index.js\",\n{\nformat: \"cjs\"\n}\n", "new_path": "scripts/bundle-module", "old_path": "scripts/bundle-module...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: fix cjs output path in bundle-module script
1
build
null
679,913
10.01.2019 19:48:48
0
c91df5fceccc377f94a88f1c38600de0e46dc51a
build: add test-only yarn script
[ { "change_type": "MODIFY", "diff": "\"doc\": \"lerna run doc\",\n\"examples\": \"scripts/build-examples\",\n\"pub\": \"lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/upload-docs\",\n- \"test\": \"yarn build && lerna run test\"\n+ \"test\": \"yarn build && yarn test-only\",\n+ \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add test-only yarn script
1
build
null
679,913
10.01.2019 19:49:12
0
ab159105b116437e52986d11c39175a21132d060
test(api): fix import in mixin test
[ { "change_type": "MODIFY", "diff": "import * as assert from \"assert\";\nimport { Event, INotify, EVENT_ALL } from \"../src/api\";\n-import * as mixins from \"../src/mixins\";\n+import { INotifyMixin } from \"../src/mixins/inotify\";\ndescribe(\"mixins\", () => {\nit(\"INotify\", () => {\n- @mixins.INotify\...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(api): fix import in mixin test
1
test
api
730,412
10.01.2019 21:41:48
0
efe953fe5be9ecac62de81577ce93b87562c0a9e
chore(release): 0.1.405
[ { "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.405\"></a>\n+## [0.1.405](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.405
1
chore
release
679,913
10.01.2019 23:02:54
0
372c199cfebdec022e8cb3994c6633568fc88dc0
build(vector-pools): build: update package scripts, outputs, imports enable multi-outputs (ES6, CJS, UMD)
[ { "change_type": "MODIFY", "diff": "\"name\": \"@thi.ng/vector-pools\",\n\"version\": \"0.0.1\",\n\"description\": \"TODO\",\n- \"main\": \"./index.js\",\n+ \"module\": \"./index.js\",\n+ \"main\": \"./lib/index.js\",\n+ \"umd:main\": \"./lib/index.umd.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(vector-pools): build: update package scripts, outputs, imports - enable multi-outputs (ES6, CJS, UMD)
1
build
vector-pools
679,913
10.01.2019 23:03:29
0
d4eddef2a33b404d2d779341f495ccf58eb08f47
build(vectors2): build: update package scripts, outputs, imports enable multi-outputs (ES6, CJS, UMD)
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,9 @@ import {\nIRelease,\nTypedArray\n} from \"@thi.ng/api\";\n-import { implementsFunction } from \"@thi.ng/checks/implements-function\";\n-import { Type } from \"@thi.ng/malloc/api\";\n-import { atan2Abs } from \"@thi.ng/math/angle\";\n-import { EPS } from \...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(vectors2): build: update package scripts, outputs, imports - enable multi-outputs (ES6, CJS, UMD)
1
build
vectors2
679,913
10.01.2019 23:04:53
0
82f8ef27ff64feaeb4ac15a06c7543ce93fe2b3f
revert(hiccup-svg): undo merge mistake in convert.ts
[ { "change_type": "MODIFY", "diff": "-import { implementsFunction } from \"@thi.ng/checks/implements-function\";\n-import { isArray } from \"@thi.ng/checks/is-array\";\n-import { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\n-import { isString } from \"@thi.ng/checks/is-string\";\n+import {\n+ impleme...
TypeScript
Apache License 2.0
thi-ng/umbrella
revert(hiccup-svg): undo merge mistake in convert.ts
1
revert
hiccup-svg
679,913
11.01.2019 00:15:56
0
c9da5485e10b7f2b48b82040ee0b69bbb00f7306
build(examples): update geom-tessel tsconfig
[ { "change_type": "MODIFY", "diff": "\"outDir\": \".\",\n\"module\": \"es6\",\n\"target\": \"es6\",\n- \"sourceMap\": true\n+ \"sourceMap\": true,\n+ \"noUnusedLocals\": false,\n+ \"noUnusedParameters\": false,\n},\n\"include\": [\n\"./src/**/*.ts\"\n", "new_path": "examples/geom-tessel/tsconfig.json", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update geom-tessel tsconfig
1
build
examples
67,494
11.01.2019 01:14:07
-3,600
a8614cadb7381ee96bc2c253e8851847c57036cb
test(router): add nav tests & improve test setup
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ export interface INavRoute {\nconsideredActive?: string | ICustomElementType | Object;\nlink?: string;\ntitle: string;\n- children?: NavRoute[];\n+ children?: INavRoute[];\nmeta?: Object;\n}\n", "new_path": "packages/router/src/nav.ts", "old_path":...
TypeScript
MIT License
aurelia/aurelia
test(router): add nav tests & improve test setup
1
test
router
67,494
11.01.2019 01:44:37
-3,600
73f7d8c5be20a5df908d0d742cf3bee1fd6f965f
refactor(router): remove old configured routes code
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,6 @@ export interface IRouteSeparators {\nexport class Router {\npublic static readonly inject: ReadonlyArray<Function> = [IContainer];\n- public routes: IRoute[] = [];\npublic viewports: Record<string, Viewport> = {};\npublic rootScope: Scope;\n@@ -185,26 +1...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove old configured routes code
1
refactor
router
67,476
11.01.2019 04:38:28
-3,600
e3952c68e4fe186af6ba02391492aa1aa38923f1
perf(all): remove profiler from bundled outputs
[ { "change_type": "MODIFY", "diff": "@@ -25,5 +25,5 @@ TestContext.createHTMLTestContext = createHTMLTestContext;\nchai.should();\nchai.use(sinonChai);\n-const testContext = require.context('../../jit-html/test/generated', true, /\\.spec\\.ts$/);\n+const testContext = require.context('../../jit-html/test', t...
TypeScript
MIT License
aurelia/aurelia
perf(all): remove profiler from bundled outputs
1
perf
all
67,476
11.01.2019 07:07:49
-3,600
7821748e9b96091fccc3728c004f3268e5d96f50
chore(e2e): fix browserstack tests
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"@aurelia/jit-html-browser\": {\n+ \"version\": \"file:../../packages/jit-html-browser\",\n+ \"requires\": {\n+ \"@aurelia/jit\": \"0.3.0\",\n+ \"@aurelia/jit-html\": \"0.3.0\",\n+ \"@aurelia/kernel\": \"0.3.0\",\n+ \"@aurelia/runtime\": \"0.3.0\",\n+ \"@aure...
TypeScript
MIT License
aurelia/aurelia
chore(e2e): fix browserstack tests
1
chore
e2e
791,834
11.01.2019 09:40:14
28,800
d5fe65e258a781de450551bd76c26abc125842fd
report: clean up more clump/group/expandable cruft
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,7 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n// Metrics\nconst metricAudits = category.auditRefs.filter(audit => audit.group === 'metrics');\n- const metricAuditsEl = this.renderAuditGroup(groups.metrics, {expandable: false});\n+ const...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: clean up more clump/group/expandable cruft (#6982)
1
report
null
791,834
11.01.2019 09:42:04
28,800
b06f2843975e54be0187dca167c5bb8f2cf54b23
core: add type checking to pwmetrics-events
[ { "change_type": "MODIFY", "diff": "* Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n* Unless required by applicable law or agreed to in wri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add type checking to pwmetrics-events (#6980)
1
core
null
791,723
11.01.2019 10:58:08
28,800
931eafed755806449ab674a8fcf6222d98a1a724
report: celebrate your all 100's with fireworks
[ { "change_type": "MODIFY", "diff": "@@ -206,6 +206,15 @@ class ReportRenderer {\ncategories.appendChild(renderer.render(category, report.categoryGroups));\n}\n+ // Fireworks\n+ const scoresAll100 = report.reportCategories.every(cat => cat.score === 1);\n+ if (scoresAll100) {\n+ headerContainer.classList.add...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: celebrate your all 100's with fireworks (#5455)
1
report
null
791,690
11.01.2019 12:02:22
28,800
161519a60dea58afc5f42f450925b966da05ffcb
core: stricter LR-desktop metric scoring
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,6 @@ function getFlags(manualArgv) {\n// default values\n.default('chrome-flags', '')\n.default('output', ['html'])\n- .default('emulated-form-factor', 'mobile')\n.default('port', 0)\n.default('hostname', 'localhost')\n.default('enable-error-reporting', und...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: stricter LR-desktop metric scoring (#6969)
1
core
null
503,915
11.01.2019 12:12:19
18,000
a7f3c89fd30f1d7424aca2a6ccd21231c12f828d
fix(DropdownToggle): Listen for touch events on the document to close a Toggle on mobile Fixes Dropdown behavior on iOS devices. Also fixes a broken test that was never running assertions due to setTimeout. fix
[ { "change_type": "MODIFY", "diff": "@@ -49,11 +49,30 @@ describe('API', () => {\nexpect(mockToggle.mock.calls[0][0]).toBe(false);\n});\n+ test('touch on document', () => {\n+ const map = {};\n+ document.addEventListener = jest.fn((event, cb) => {\n+ map[event] = cb;\n+ });\n+ const mockToggle = jest.fn();\n...
TypeScript
MIT License
patternfly/patternfly-react
fix(DropdownToggle): Listen for touch events on the document to close a Toggle on mobile (#1152) Fixes Dropdown behavior on iOS devices. Also fixes a broken test that was never running assertions due to setTimeout. fix #1131
1
fix
DropdownToggle
503,942
11.01.2019 12:13:34
18,000
8bcba4b83afbbddff992d16fcd6fe235c246fd44
Chore(update): Update core to 1.0.120
[ { "change_type": "MODIFY", "diff": "\"victory\": \"^30.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly-next\": \"1.0.117\",\n+ \"@patternfly/patternfly-next\": \"1.0.120\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n\"glob\": \"^7.1.2\",\n", "new_path": "packages/patternfly-4/react-...
TypeScript
MIT License
patternfly/patternfly-react
Chore(update): Update core to 1.0.120 (#1162)
1
chore
update
807,849
11.01.2019 12:19:57
28,800
80092e58b2b7405df87ee1efd180b2669001e861
refactor(listable): Pass explicit arguments to batch-packages
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,8 @@ function parseViewOptions(options) {\n}\nfunction flatBatched(pkgList) {\n- const batches = batchPackages(pkgList);\n+ // allow cycles, output needs to be usable for debugging circularity\n+ const batches = batchPackages(pkgList, false, \"allDependencies...
JavaScript
MIT License
lerna/lerna
refactor(listable): Pass explicit arguments to batch-packages
1
refactor
listable
503,942
11.01.2019 14:05:01
18,000
a2ee4e3567d77b1ea8f20d4241b5365de8999234
feat(Nav): add separator flag
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export interface NavItemProps extends HTMLProps<HTMLDivElement> {\nclassName?: string;\nto?: string;\nisActive?: boolean;\n+ isSeparated?: boolean;\ngroupId?: string | number;\nitemId?: string | number;\n}\n", "new_path": "packages/patternfly-4/react-c...
TypeScript
MIT License
patternfly/patternfly-react
feat(Nav): add separator flag (#1165)
1
feat
Nav
217,922
11.01.2019 14:13:33
-3,600
5e84abd2da37cdc2649e0ae37319d6425efe40e5
fix: fixed an issue with wrong location nme for fishes
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,7 @@ export class GatheredByExtractor extends AbstractExtractor<GatheredBy> {\nif (partial !== undefined) {\nconst node: StoredNode = {\nzoneid: partial.obj.z,\n- areaid: mapId,\n+ areaid: partial.obj.z,\nmapid: mapId,\nlevel: partial.obj.l,\ncoords: [parti...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with wrong location nme for fishes
1
fix
null
679,913
11.01.2019 14:19:10
0
c41b96fb3a036e43c77527b99bff2cfc3ec1c023
refactor(geom): update imports, fix tests
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"yarn clean && yarn build:es6 && yarn build:bundle\",\n\"build:es6\": \"tsc --declaration\",\n- \"build:bundle\": \"../../scripts/bundle-module geom2 api checks defmulti equiv hiccup hiccup-svg malloc math matrices transducers vectors3\",\n+ \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): update imports, fix tests
1
refactor
geom
679,913
11.01.2019 14:20:10
0
048bdb1c60e78d77db752ab0790583fdacbc8482
refactor(vectors2): update imports
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import {\nstep as _step,\ntrunc as _trunc\n} from \"@thi.ng/math\";\n-import { SYSTEM } from \"@thi.ng/random/system\";\n+import { SYSTEM } from \"@thi.ng/random\";\nimport {\ncomp,\nmap,\n", "new_path": "packages/vectors2/src/internal/codegen.ts", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors2): update imports
1
refactor
vectors2
679,913
11.01.2019 14:23:30
0
fcbc0c27a69cbebec9565ad092b380dc1ee290d7
build: update bundle-module, strip comments, add source maps & dev deps
[ { "change_type": "MODIFY", "diff": "\"parcel-bundler\": \"^1.11.0\",\n\"rimraf\": \"^2.6.3\",\n\"rollup\": \"^1.0.2\",\n+ \"rollup-plugin-cleanup\": \"^3.1.0\",\n\"terser\": \"^3.14.1\",\n\"tslint\": \"^5.12.0\",\n\"typescript\": \"^3.2.2\",\n\"scripts\": {\n\"bootstrap\": \"lerna bootstrap\",\n\"build\": \...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update bundle-module, strip comments, add source maps & dev deps
1
build
null
679,913
11.01.2019 14:23:53
0
507218aa2787754cfd5d3726282e7b5598a65b5d
minor(examples): update package-stats
[ { "change_type": "MODIFY", "diff": "@@ -83,8 +83,8 @@ fs.writeFileSync(\n},\nmapIndexed((i, m) => [i, m[1]], packageDeps),\ngroup({ \"font-size\": \"20px\", \"text-anchor\": \"middle\" },\n- text([592, 28], \"@thi.ng/umbrella internal re-use\"),\n- text([592, 56], \"(transitive dependents)\"),\n+ text([552,...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): update package-stats
1
minor
examples
743,992
11.01.2019 14:45:51
25,200
0510fe6a617fc8af77aa205e44feaa5226e9643c
fix(validation): Use the error as a message when none exists otherwise
[ { "change_type": "MODIFY", "diff": "@@ -1152,7 +1152,7 @@ function Yargs (processArgs, cwd, parentRequire) {\n}\nself._runValidation = function runValidation (argv, aliases, positionalMap, parseErrors) {\n- if (parseErrors) throw new YError(parseErrors.message)\n+ if (parseErrors) throw new YError(parseErro...
JavaScript
MIT License
yargs/yargs
fix(validation): Use the error as a message when none exists otherwise (#1268)
1
fix
validation
730,412
11.01.2019 15:10:39
0
f8495380a9edc4660e8a8fdabb0384c0d96bdd91
chore(release): 0.1.406
[ { "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.406\"></a>\n+## [0.1.406](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.406
1
chore
release
791,704
11.01.2019 15:47:38
28,800
017574be143532436ff5ac5506a3461d2ddc1dcc
core(driver): exit early when testing page with insecure certificate previously tests of pages with insecure certificates ran until the page load timeout
[ { "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+ 'INSECURE_DOCUMENT_REQUEST': 'The URL you have provided does not have valid'...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): exit early when testing page with insecure certificate (#6608) previously tests of pages with insecure certificates ran until the page load timeout
1
core
driver
217,922
11.01.2019 15:53:49
-3,600
e088da3c2de854d81af249efa836ab93521d5091
fix(pricing): fixed an issue with incorrect pricing in some cases
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ export class PricingComponent implements AfterViewInit {\n}\n}, 0);\n// If that's a final item or the price is custom, no recursion.\n- if (this.pricingService.isCustomPrice(row) || price === 0) {\n+ if (this.pricingService.isCustomPrice(row) || price ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed an issue with incorrect pricing in some cases
1
fix
pricing
730,412
11.01.2019 16:17:19
0
e9e3cf799f5d5f9db29849ea367b724e6b8d4dae
chore(release): 0.1.407
[ { "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.407\"></a>\n+## [0.1.407](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.407
1
chore
release
217,922
11.01.2019 16:24:11
-3,600
877bc2795443d5d641f9f466233461306e6f6638
feat: added a share link copy button inside list details page
[ { "change_type": "MODIFY", "diff": "[nzTitle]=\"'LIST.Add_all_alarms' | translate\" (click)=\"createAlarms(list)\">\n<i nz-icon type=\"clock-circle-o\"></i>\n</button>\n+ <button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip\n+ [nzTitle]=\"'LIST.BUTT...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added a share link copy button inside list details page
1
feat
null
273,683
11.01.2019 17:13:35
-3,600
45f6680a35302c2440fc452682dd90ca0f8742f6
chore(eslint): update config and fix errors
[ { "change_type": "MODIFY", "diff": "module.exports = {\n+ root: true,\nextends: [\n'plugin:node/recommended',\n'plugin:vue-libs/recommended'\n", "new_path": ".eslintrc.js", "old_path": ".eslintrc.js" }, { "change_type": "MODIFY", "diff": "@@ -74,12 +74,15 @@ test('build basic project', a...
JavaScript
MIT License
gridsome/gridsome
chore(eslint): update config and fix errors
1
chore
eslint
503,942
11.01.2019 17:21:57
18,000
9381f0460e0616a9de23e70bd9c657638a274325
fix(dropdown): add span wrapper for dropdown toggle text
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,9 @@ import { css } from '@patternfly/react-styles';\nconst DropdownToggle = ({ children, iconComponent: IconComponent, ...props }) => (\n<Toggle {...props}>\n+ <span className={css(styles.dropdownToggleText)} >\n{children}\n+ </span>\n{IconComponent && <IconCo...
TypeScript
MIT License
patternfly/patternfly-react
fix(dropdown): add span wrapper for dropdown toggle text (#1169)
1
fix
dropdown
743,876
11.01.2019 19:22:00
7,200
27bf73923423dbe84dd2fd282fdd31d26bdb6cee
fix(deps): Update os-locale to avoid security vulnerability
[ { "change_type": "MODIFY", "diff": "\"decamelize\": \"^1.2.0\",\n\"find-up\": \"^3.0.0\",\n\"get-caller-file\": \"^1.0.1\",\n- \"os-locale\": \"^3.0.0\",\n+ \"os-locale\": \"^3.1.0\",\n\"require-directory\": \"^2.1.1\",\n\"require-main-filename\": \"^1.0.1\",\n\"set-blocking\": \"^2.0.0\",\n", "new_path...
JavaScript
MIT License
yargs/yargs
fix(deps): Update os-locale to avoid security vulnerability (#1270)
1
fix
deps
67,494
12.01.2019 01:16:46
-3,600
93c028196f9d26e8a3a4133a23e8d0bb26241f76
chore(router): fix startup after rebase
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@aurelia/debug\": \"file:../../../../debug\",\n\"@aurelia/jit-html\": \"file:../../../../jit-html\",\n+ \"@aurelia/jit-html-browser\": \"file:../../../../jit-html-browser\",\n\"@aurelia/jit\": \"file:../../../../jit\",\n\"@aurelia/kernel\": \"file:....
TypeScript
MIT License
aurelia/aurelia
chore(router): fix startup after rebase
1
chore
router
67,494
12.01.2019 01:20:31
-3,600
8acd248900c5f3367d0868f98f17230ae79f5061
chore(router): add comment
[ { "change_type": "MODIFY", "diff": "@@ -145,6 +145,7 @@ export class HistoryBrowser {\n}\npublic async pop(): Promise<void> {\n+ // TODO: Make sure we don't back out of application\nlet state;\n// tslint:disable-next-line:promise-must-complete\nlet wait = new Promise((resolve, reject): void => {\n", "ne...
TypeScript
MIT License
aurelia/aurelia
chore(router): add comment
1
chore
router
67,476
12.01.2019 03:02:38
-3,600
8ef58349c95c4a66f43c219c88d6ab13069e3d17
chore(benchmarks): add some initial microbenchmark scripts
[ { "change_type": "ADD", "diff": "+package-lock=false\n", "new_path": "scripts/benchmarks/.npmrc", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"name\": \"benchmarks\",\n+ \"version\": \"0.3.0\",\n+ \"private\": true,\n+ \"license\": \"MIT\",\n+ \"engines\": {\n+ \"node\": ...
TypeScript
MIT License
aurelia/aurelia
chore(benchmarks): add some initial microbenchmark scripts
1
chore
benchmarks
217,922
12.01.2019 12:53:31
-3,600
43b695565612794120e2961cc43979a84b8cac3f
fix(alarms): changes spawned and played colors for alarms closes
[ { "change_type": "MODIFY", "diff": "}\n&.spawned {\n- background-color: fade(@text-color, 30%);\n+ background-color: fade(@primary-color, 50%);\n}\n&.played {\n- background-color: fade(@text-color, 10%);\n+ background-color: fade(@highlight-color, 50%);\n}\n.delete-icon {\n", "new_path": "apps/client/sr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): changes spawned and played colors for alarms closes #697
1
fix
alarms
217,922
12.01.2019 13:36:06
-3,600
28fb0588cb99015280c893ee8c4315a40d5b05c8
feat(search): "only recipes" check is now persisted inside the localstorage
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export class SearchComponent implements OnInit {\nquery$: BehaviorSubject<string> = new BehaviorSubject<string>('');\n- onlyRecipes$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(true);\n+ onlyRecipes$: BehaviorSubject<boolean> = new BehaviorS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): "only recipes" check is now persisted inside the localstorage
1
feat
search
447,451
12.01.2019 14:10:50
18,000
b8323847ec64260d658f03fdab9f14b820bdbdae
fix: add support for env variables and fix GMap apiKey usage
[ { "change_type": "MODIFY", "diff": "@@ -11,3 +11,4 @@ global.FeatureList = FeatureList;\nglobal.ExperienceExamplesPage = ExperienceExamplesPage;\nglobal.GettingStartedPage = GettingStartedPage;\nglobal.DesignsPage = DesignsPage;\n+global.REACT_APP_GOOGLE_MAPS_APIKEY = process.env.REACT_APP_GOOGLE_MAPS_APIKE...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add support for env variables and fix GMap apiKey usage (#525)
1
fix
null
217,922
12.01.2019 15:33:38
-3,600
3af649107c343420831c1059b3621ce05b1ff661
fix(simulator): fixed link to the item details on the icon
[ { "change_type": "MODIFY", "diff": "fxLayoutGap.lt-sm=\"10px\">\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" *ngIf=\"!custom\">\n<div class=\"avatar\">\n- <app-item-icon [icon]=\"item.icon\" [width]=\"42\" *ngIf=\"true | ifMobile: false\"></app-item-icon>\n+ <app-item-icon [icon]=\"item.icon\" [itemId]=\"ite...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed link to the item details on the icon
1
fix
simulator
217,922
12.01.2019 16:42:33
-3,600
cbee7c97bfa467b750566482fdf381719763a07b
chore: updated dependencies for electron, to see if it fixes the issue with updater
[ { "change_type": "MODIFY", "diff": "\"requires\": true,\n\"dependencies\": {\n\"7zip-bin\": {\n- \"version\": \"3.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/7zip-bin/-/7zip-bin-3.1.0.tgz\",\n- \"integrity\": \"sha512-juYJNi8JEpTUWXwz8ssa8Oop4n/kwJ/pIQP22vJAVAe6RTRD+0m+e9LRNnfK2EDaX8uwmUzLNGviFQRD6...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: updated dependencies for electron, to see if it fixes the issue with updater
1
chore
null
447,451
12.01.2019 18:57:51
18,000
59ebd4efcb3d8d5222eb074083d08b9a7cdc88a2
fix: hide ga api key
[ { "change_type": "MODIFY", "diff": "import ReactGA from 'react-ga';\n-const trackId = 'UA-126214096-1';\n-\n-ReactGA.initialize(trackId, {\n- testMode: process.env.NODE_ENV !== 'production',\n+ReactGA.initialize(process.env.REACT_APP_GA_ID, {\n+ testMode: process.env.NODE_ENV !== 'production' || process.env...
JavaScript
MIT License
nexxtway/react-rainbow
fix: hide ga api key (#526)
1
fix
null
447,451
12.01.2019 20:08:42
18,000
07553a8024b2b1b9c3a4408c93a24d3971251166
fix: change gmap api key var name
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,4 @@ global.FeatureList = FeatureList;\nglobal.ExperienceExamplesPage = ExperienceExamplesPage;\nglobal.GettingStartedPage = GettingStartedPage;\nglobal.DesignsPage = DesignsPage;\n-global.REACT_APP_GOOGLE_MAPS_APIKEY = process.env.REACT_APP_GOOGLE_MAPS_APIKE...
JavaScript
MIT License
nexxtway/react-rainbow
fix: change gmap api key var name (#527)
1
fix
null
217,922
12.01.2019 23:00:29
-3,600
ea293723b73cc6cc87831563f05bd998bfbe1aaf
fix: fixed an issue with lists reordering when you change item amounts
[ { "change_type": "MODIFY", "diff": "@@ -82,8 +82,7 @@ export function listsReducer(\nstate = {\n...state,\nlistDetails: [\n- ...state.listDetails.filter(list => list.$key !== action.payload.$key),\n- action.payload\n+ ...state.listDetails.map(list => list.$key === action.payload.$key ? action.payload : list...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with lists reordering when you change item amounts
1
fix
null
67,476
13.01.2019 00:53:24
-3,600
7438cf4246a0dab1b0a5f3f5bc88fbc4a20e22e8
chore(computed): disable the big test in nodejs for now
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,8 @@ import { BindingTraceWriter, disableTracing, enableTracing } from '../util';\n// tslint:disable:no-statements-same-line\n+declare var document;\n+\ndescribe('ComputedObserver', function() {\nfunction setup() {\nconst container = BasicConfiguration.create...
TypeScript
MIT License
aurelia/aurelia
chore(computed): disable the big test in nodejs for now
1
chore
computed
815,598
13.01.2019 01:17:00
-28,800
1fe6de3a0dab3fd248c10683965594f0daff9d90
chore: prepare for bors
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,11 @@ cache:\ntimeout: 1024\ndirectories:\n- $HOME/.cargo\n+git:\n+ depth: 2\n+ submodules: false\n-if: 'branch IN (master, develop) OR type != push OR fork = true OR tag =~ ^v'\n+if: 'branch IN (master, develop, staging, trying) OR type != push OR fork = true ...
Rust
MIT License
nervosnetwork/ckb
chore: prepare for bors
1
chore
null
67,476
13.01.2019 03:24:44
-3,600
32680a045746860bc6a42e6c98f4338c258e70a0
feat(kernel): add a global raf ticker
[ { "change_type": "MODIFY", "diff": "@@ -192,7 +192,7 @@ const {\n})();\n// RAF polyfill for non-browser envs from https://github.com/chrisdickinson/raf/blob/master/index.js\n-const $raf = (function(): (callback: (time: number) => void) => number {\n+const { $raf, $caf } = (function(): { $raf(callback: (time...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add a global raf ticker
1
feat
kernel
67,476
13.01.2019 03:24:59
-3,600
848ca2eac6fcd37080c1afe628404c536d94e2ea
refactor(dirty-checker): integrate with the raf ticker
[ { "change_type": "MODIFY", "diff": "-import { DI, PLATFORM } from '@aurelia/kernel';\n+import { DI, PLATFORM, Reporter } from '@aurelia/kernel';\nimport { IBindingTargetObserver, IObservable, IPropertySubscriber, LifecycleFlags } from '../observation';\nimport { propertyObserver } from './property-observer'...
TypeScript
MIT License
aurelia/aurelia
refactor(dirty-checker): integrate with the raf ticker
1
refactor
dirty-checker
815,586
13.01.2019 04:07:31
-28,800
f604b8a2cd9f972900865a912bdfd85487c9e042
docs: change PascalCase parameters to snake_case style
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ Returns the information about a block by hash.\n## Parameters\n- Hash - Hash of a block.\n+ hash - Hash of a block.\n## Examples\n@@ -76,7 +76,7 @@ Returns the information about a transaction requested by transaction hash.\n## Parameters\n- Hash - Hash of ...
Rust
MIT License
nervosnetwork/ckb
docs: change PascalCase parameters to snake_case style (#186)
1
docs
null
217,922
13.01.2019 12:07:34
-3,600
16269629f83b5f706d83a158fbf4d8587d35349b
fix: fixed an issue showing infinite loader when list isn't found
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ export class ListsFacade {\nshareReplay(1)\n);\n- selectedList$ = this.store.select(listsQuery.getSelectedList).pipe(filter(list => list !== undefined && !list.notFound));\n+ selectedList$ = this.store.select(listsQuery.getSelectedList).pipe(filter(list ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue showing infinite loader when list isn't found
1
fix
null
217,922
13.01.2019 12:08:33
-3,600
b321403129811a4abb95d037f31a676c2151d2f4
fix(alarms): fixed colors for spawned and played state
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"loaded$ | async; else loading\">\n<div class=\"alarms-container\" *ngIf=\"alarms$ | async as alarms\">\n<div *ngFor=\"let row of alarms; trackBy: trackByAlarm; let last = last\">\n- <div class=\"alarm-row\" [class.spawned]=\"row.spawned\" [class.play...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed colors for spawned and played state
1
fix
alarms
217,922
13.01.2019 12:15:01
-3,600
fd07f081a20cb88a482aab2f62c7cbf0aa48146f
chore: better fix for alarms color
[ { "change_type": "MODIFY", "diff": "margin: 4px;\n&.spawned {\n- background-color: fade(@highlight-color, 50%);\n+ background-color: fade(@primary-color, 50%);\n}\n&.played {\n- background-color: fade(@primary-color, 50%);\n+ background-color: fade(@highlight-color, 50%);\n}\n}\n}\n", "new_path": "apps/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better fix for alarms color
1
chore
null
67,494
13.01.2019 16:06:56
-3,600
84aeeb9545c627285b309fc3bb36feb7d327c702
test(router): fix runaway test
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ export class LinkHandler {\n* Deactivate the instance. Event handlers and other resources should be cleaned up here.\n*/\npublic deactivate(): void {\n- this.document.removeEventListener('click', this.handler);\n+ this.document.removeEventListener('cli...
TypeScript
MIT License
aurelia/aurelia
test(router): fix runaway test
1
test
router
217,922
13.01.2019 19:33:42
-3,600
5b0c7d13a5ea27a68f6c16f4c231d3ad03f62def
fix: fixed a bug with some layouts freezing the app entirely
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ export class LayoutsFacade {\ncrystalsPanel: !layout.considerCrystalsAsItems,\nshowInventory: layout.showInventory,\nrows: layout.rows\n+ .filter(row => row !== undefined)\n.sort((a, b) => {\n// ANYTHING has to be last filter applied, as it rejects nothi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a bug with some layouts freezing the app entirely
1
fix
null
217,922
13.01.2019 19:41:35
-3,600
7ec391a88a607f11147339fbeca4576848c561cd
fix(list-panel): fixed an issue with tags showing twice
[ { "change_type": "MODIFY", "diff": "{{'Public_list' | translate}}\n</nz-tag>\n<nz-tag *ngIf=\"_list.isOutDated()\" [nzColor]=\"'magenta'\">{{'LIST_TAGS.OUTDATED' | translate}}</nz-tag>\n- <nz-tag *ngFor=\"let tag of _list.tags\">{{('LIST_TAGS.' + tag) | uppercase | translate}}</nz-tag>\n+ <nz-tag *ngFor=\"l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-panel): fixed an issue with tags showing twice
1
fix
list-panel
217,922
13.01.2019 19:49:41
-3,600
33f093fc2c92f4dff6495e3c3d4b8b483960d7c8
feat(profile): "Save for All" doesn't propagate specialist state anymore closes
[ { "change_type": "MODIFY", "diff": "@@ -205,7 +205,7 @@ export class ToggleMasterbooks implements Action {\nexport class SaveSet implements Action {\nreadonly type = AuthActionTypes.SaveSet;\n- constructor(public readonly set: GearSet) {\n+ constructor(public readonly set: GearSet, public readonly ignoreSpe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(profile): "Save for All" doesn't propagate specialist state anymore closes #699
1
feat
profile
217,922
13.01.2019 19:56:42
-3,600
365fefed1a717a218f2c0b8c2b5d6b662326d974
fix: fixed an issue with +/- input when item is done
[ { "change_type": "MODIFY", "diff": "[nzContent]=\"calculator\" nzTrigger=\"click\">\n<i nz-icon type=\"calculator\"></i>\n<ng-template #calculator>\n- <nz-input-number [nzMin]=\"0\" [nzMax]=\"item.amount - item.done\" [nzStep]=\"1\"\n+ <nz-input-number [nzMin]=\"0\" [nzStep]=\"1\"\n[ngModel]=\"0\" #numberIn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with +/- input when item is done
1
fix
null
217,922
13.01.2019 20:01:51
-3,600
cf7f0df30ce9d0b5a9323e8d1bc69f9f7fb85784
feat(desktop): added a button in settings to show devtools when using desktop app
[ { "change_type": "MODIFY", "diff": "</div>\n</nz-tab>\n<nz-tab [nzTitle]=\"'SETTINGS.Desktop' | translate\" *ngIf=\"platform.isDesktop()\">\n+ <div fxLayout=\"column\" fxLayoutGap=\"5px\">\n<label nz-checkbox [(ngModel)]=\"alwaysOnTop\" (ngModelChange)=\"alwaysOnTopChange($event)\">\n{{'SETTINGS.Always_on_t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): added a button in settings to show devtools when using desktop app
1
feat
desktop
217,922
13.01.2019 20:10:26
-3,600
da983094a19afd0ff7def9e97769945d74f77843
fix: fixed an issue with new profiles and the "show only what I can do" checkbox
[ { "change_type": "MODIFY", "diff": "@@ -77,13 +77,13 @@ export class LayoutsFacade {\norderedAccepted = orderedAccepted.filter(item => {\nif (item.gatheredBy !== undefined) {\nconst gatherJob = [16, 16, 17, 17, 18, 18][item.gatheredBy.type];\n- const set = characterEntry.stats.find(stat => stat.jobId === ga...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with new profiles and the "show only what I can do" checkbox
1
fix
null
217,922
13.01.2019 20:15:29
-3,600
b6642050e95a599cbd82c74e1e1678252534f8dc
chore: small fix for tags filter, some lists don't have a tags property
[ { "change_type": "MODIFY", "diff": "@@ -150,7 +150,7 @@ export class ListPanelComponent {\n}\ngetTags(): string[] {\n- return this._list.tags.filter((tag, i) => this._list.tags.indexOf(tag) === i);\n+ return (this._list.tags || []).filter((tag, i) => this._list.tags.indexOf(tag) === i);\n}\nassignTeam(compa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for tags filter, some lists don't have a tags property
1
chore
null
217,922
13.01.2019 21:17:20
-3,600
11a2f27f32dc21cc682a6d744dc2e2cb3d6d339e
fix: fixed style for devtools button in desktop app
[ { "change_type": "MODIFY", "diff": "href=\"https://ffxivteamcraft.com/desktop\">https://ffxivteamcraft.com/desktop</a> until this message disappears\n</p>\n</div>\n- <button (click)=\"openDesktopConsole()\">\n+ <button nz-button (click)=\"openDesktopConsole()\">\n{{'SETTINGS.Show_devtools' | translate}}\n</...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed style for devtools button in desktop app
1
fix
null
447,451
13.01.2019 21:24:08
18,000
0f3a1bc2583ef53eeb8d97d93e2b795bfd5ea42f
fix: hide recaptcha key
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,6 @@ global.FeatureList = FeatureList;\nglobal.ExperienceExamplesPage = ExperienceExamplesPage;\nglobal.GettingStartedPage = GettingStartedPage;\nglobal.DesignsPage = DesignsPage;\n+\nglobal.LIBRARY_GOOGLE_MAPS_APIKEY = process.env.REACT_APP_GOOGLE_MAPS_APIKE...
JavaScript
MIT License
nexxtway/react-rainbow
fix: hide recaptcha key (#528)
1
fix
null
217,922
13.01.2019 21:25:47
-3,600
8160f91b69b724f548e3f3f1a908a2922fcffd2a
fix(workshop): fixed an issue with workshop details when some of the lists were deleted
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,8 @@ export class WorkshopDetailsComponent implements OnInit {\nfilter(workshop => !workshop.notFound),\nswitchMap(workshop => {\nreturn this.listsFacade.getWorkshopCompacts(workshop.listIds);\n- })\n+ }),\n+ map(lists => lists.filter(list => list !== undefin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(workshop): fixed an issue with workshop details when some of the lists were deleted
1
fix
workshop
67,476
13.01.2019 22:29:17
-3,600
fb73c584a40295e2bff3ea1e938e84028309f08e
perf(ticker): minor perf tweaks and normalize frame delta
[ { "change_type": "MODIFY", "diff": "import { IPerformanceEntry, ITimerHandler, IWindowOrWorkerGlobalScope } from './interfaces';\n+// tslint:disable-next-line:no-redundant-jump\n+function $noop(): void { return; }\n+\ndeclare var global: IWindowOrWorkerGlobalScope;\ndeclare var self: IWindowOrWorkerGlobalSc...
TypeScript
MIT License
aurelia/aurelia
perf(ticker): minor perf tweaks and normalize frame delta
1
perf
ticker
67,476
13.01.2019 22:30:02
-3,600
871269f4b927b057c56a1641f2baaa090c2be479
refactor(dirty-checker): cleanup and pass fromTick flag
[ { "change_type": "MODIFY", "diff": "@@ -2,39 +2,40 @@ import { IDisposable, IIndexable } from '@aurelia/kernel';\nimport { ILifecycle } from './lifecycle';\nexport enum LifecycleFlags {\n- none = 0b0_0000_0000000000000_000_00,\n- mustEvaluate = 0b0_0001_0000000000000_000_00,\n- mutation = 0b0_0000_000000000...
TypeScript
MIT License
aurelia/aurelia
refactor(dirty-checker): cleanup and pass fromTick flag
1
refactor
dirty-checker