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
28.06.2018 14:10:57
-7,200
c76f415d68cc6126bd9446fb53be3961aff633f6
chore: ux fixes
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ export class CharacterAddPopupComponent implements OnInit {\nmap(user => {\nif (user !== null && !user.anonymous) {\nuser.lodestoneId = id;\n+ user.verified = false;\nthis.userService.update(user.$key, user);\n}\n})\n", "new_path": "src/app/modules/c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: ux fixes
1
chore
null
730,413
28.06.2018 14:52:31
14,400
2263166a96d9d189c173c099f4ff09f0001dfc10
fix(tooling): cannot run journey tests locally
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ const screenResolution = platform.toLowerCase().includes('os x') || platform ===\nconst chromeCapabilities = {\nbrowserName: 'chrome',\n- name: `react-widget-${suite}`,\nchromeOptions: {\nargs: [\n'--use-fake-device-for-media-stream',\n@@ -41,24 +40,10 @...
JavaScript
MIT License
webex/react-widgets
fix(tooling): cannot run journey tests locally
1
fix
tooling
730,429
28.06.2018 14:54:00
14,400
3b9f60db50da7098c7c8bbd681b0d1a54ac56a90
chore(tooling): static firefox at version 60 Once the sdk is fixed, we can test on later versions.
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ jobs:\ncommand: |\nset -m\n(\n- (PORT=4569 SAUCE_CONNECT_PORT=5006 BROWSER=firefox npm run test:integration || kill 0) &\n+ (PORT=4569 SAUCE_CONNECT_PORT=5006 BROWSER=firefox VERSION=60 npm run test:integration || kill 0) &\n(sleep 60; PORT=4568 SAUCE_CO...
JavaScript
MIT License
webex/react-widgets
chore(tooling): static firefox at version 60 Once the sdk is fixed, we can test on later versions.
1
chore
tooling
217,922
28.06.2018 15:52:02
-7,200
e396a254165b6f05c884589c8d74a2ab9e6887d3
chore: new badge for commissions that only require crafting
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,11 @@ export class Commission extends DataModel {\n*/\nprice = 0;\n+ /**\n+ * Determines if the list has all the mats for crafts, and a crafter only can fill the commission, as he just has to craft things.\n+ */\n+ onlyNeedsCraft: boolean;\n+\n/**\n* The id o...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: new badge for commissions that only require crafting
1
chore
null
217,927
28.06.2018 16:34:29
0
50f16da0db7cdebe621a7ea466aeed25b3aaed36
feat: add specialist stat bonus When a player is a specialist, they receive a bonus of 20 to both craftsmanship and control. This feature will reflect that bonus in the crafting simulator.
[ { "change_type": "MODIFY", "diff": "@@ -531,6 +531,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nlet bonusFromFood = 0;\nlet bonusFromMedicine = 0;\nlet bonusFromFreeCompanyAction = 0;\n+ let bonusFromSpecialist = 0;\nif (this._selectedFood !== undefined) {\nconst foodBonus = this._se...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: add specialist stat bonus When a player is a specialist, they receive a bonus of 20 to both craftsmanship and control. This feature will reflect that bonus in the crafting simulator.
1
feat
null
791,690
28.06.2018 16:38:44
25,200
db2265dd550c3d509be190ca2d3ac398d271e5da
core: convert requestIds before sending to backend
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ const NetworkRecorder = require('../lib/network-recorder');\nconst emulation = require('../lib/emulation');\nconst Element = require('../lib/element');\nconst LHError = require('../lib/errors');\n+const NetworkRequest = require('../lib/network-request');\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: convert requestIds before sending to backend (#5580)
1
core
null
679,905
28.06.2018 17:10:54
-7,200
8c7d9376f8bcc80dc136add026c21a181e3dabba
fix(rstream): unsubscribe on error in transduce()
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ export function transduce<A, B, C>(src: Subscription<any, A>, tx: Transducer<A,\nresolve(acc);\n},\nerror(e) {\n+ sub.unsubscribe();\nreject(e);\n}\n}, tx);\n", "new_path": "packages/rstream/src/subs/transduce.ts", "old_path": "packages/rstream/s...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): unsubscribe on error in transduce()
1
fix
rstream
791,723
28.06.2018 19:03:22
-3,600
3474c3910d87563a09bd18284abf1df56529bcc9
core(pwa): revamp and move short_name_length audit
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,8 @@ class ManifestShortNameLength extends Audit {\nstatic get meta() {\nreturn {\nid: 'manifest-short-name-length',\n- title: 'Manifest\\'s `short_name` won\\'t be truncated when displayed on homescreen',\n- failureTitle: 'Manifest\\'s `short_name` will be t...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(pwa): revamp and move short_name_length audit (#4860)
1
core
pwa
217,922
28.06.2018 20:34:47
-7,200
42e689595d4a111ed7f61b4d3daa3515b45cceb5
ci: added linter to travis CI process
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ before_install:\n- npm i -g firebase-functions\nscript:\n- - npm test && npm run build:prod\n+ - npm run lint && npm test && npm run build:prod\nnotifications:\nemail:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_ty...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: added linter to travis CI process
1
ci
null
743,863
28.06.2018 22:32:13
25,200
cfa7c655f3d196b5185d46fc11abb127a43c5017
chore: explicit update of yargs-parser
[ { "change_type": "MODIFY", "diff": "\"string-width\": \"^2.0.0\",\n\"which-module\": \"^2.0.0\",\n\"y18n\": \"^3.2.1 || ^4.0.0\",\n- \"yargs-parser\": \"^10.0.0\"\n+ \"yargs-parser\": \"^10.1.0\"\n},\n\"devDependencies\": {\n\"chai\": \"^4.1.2\",\n", "new_path": "package.json", "old_path": "package....
JavaScript
MIT License
yargs/yargs
chore: explicit update of yargs-parser
1
chore
null
791,723
29.06.2018 01:26:36
-3,600
4542ab65153b40f0a610dfc3f217a00e151a7b2b
extension: expose devtools hooks reliably
[ { "change_type": "MODIFY", "diff": "@@ -79,8 +79,10 @@ if (typeof module !== 'undefined' && module.exports) {\ngetDefaultCategories,\nlistenForStatus,\n};\n-} else {\n- // If not require()d, expose on window for devtools, other consumers of file.\n+}\n+\n+if (typeof window !== 'undefined') {\n+ // Expose on...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: expose devtools hooks reliably (#5579)
1
extension
null
791,723
29.06.2018 02:08:43
-3,600
5539ce1735967a47c4b906151414656a9aeb2501
extension: 3.0.0 as well
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"__MSG_appName__\",\n- \"version\": \"2.10.1.3000\",\n+ \"version\": \"3.0.0\",\n\"minimum_chrome_version\": \"66\",\n\"manifest_version\": 2,\n\"description\": \"__MSG_appDescription__\",\n", "new_path": "lighthouse-extension/app/manifest.json", "ol...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: 3.0.0 as well (#5584)
1
extension
null
217,922
29.06.2018 15:07:28
-7,200
e74767df524dde914ee96cba3fb3714ae39b4003
feat: new toggle button to temporarily ignore item in pricing page closes
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-goqjvdp9ZAHw0tHF/KczQtHlFvK+giYW/LeXQdpxI1fXzP/t/WWapj6wggRZ2QX33iOJ/snGLp4f0ef2r7FO7Q==\"\n},\n\"@kaiu/serializer\": {\n- \"version\": \"1.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/@kaiu/serializer/-/serializer-1.2.0.tgz\",\n- \"integri...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new toggle button to temporarily ignore item in pricing page closes #427
1
feat
null
730,412
29.06.2018 20:23:21
0
fcd2016c66d04cf9c250e733678c0387a292e5c3
chore(release): 0.1.313
[ { "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.313\"></a>\n+## [0.1.313](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.313
1
chore
release
217,894
01.07.2018 11:14:54
14,400
8ab5dc8c702aab86c2377ee69ef496d83b390ea0
docs: added wiki page for selecting a commission
[ { "change_type": "ADD", "diff": "+# How to select and craft a commission request.\n+### Video\n+![Commission Board Gif](https://streamable.com/7o06f)\n+\n+## Steps\n+1. Open the Commission board\n+2. Choose a List.\n+3. You can contact the author of the request to work out the details. When ready, Apply for...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs: added wiki page for selecting a commission
1
docs
null
217,894
01.07.2018 11:17:07
14,400
3d4ff87f76d1ee14f5f26d457828e4a9d9327c3f
docs: added wiki page for creating a commission
[ { "change_type": "ADD", "diff": "+# How to create a commission request.\n+### Video\n+![Commission Board Gif](https://streamable.com/7o06f)\n+\n+## Steps\n+1. Create a **[List]**\n+2. Open the List.\n+3. Select Create a commission request.\n+4. Enter the price you want to pay for the commission.\n+ > You ca...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs: added wiki page for creating a commission
1
docs
null
217,922
01.07.2018 14:36:50
-7,200
bd199a50839345a747d642dbfa1da6e395b0de3f
chore: fixed a small typo in translation key
[ { "change_type": "MODIFY", "diff": "@@ -233,7 +233,7 @@ export class CommissionDetailsComponent implements OnInit {\n}\npublic markAsFinished(commission: Commission): void {\n- this.dialog.open(ConfirmationPopupComponent, {data: 'CONFIRMATION_BOARD.Confirm_archive'})\n+ this.dialog.open(ConfirmationPopupCom...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed a small typo in translation key
1
chore
null
217,922
02.07.2018 00:17:38
-7,200
aac766d8c958983ce001145580a109b9b6e65f26
fix: fixed a bug making commissions disappear. Needs everybody to restart to be fixed
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,6 @@ export class DefaultConsumables {\npublic constructor(food: Consumable, medicine: Consumable, freeCompanyActions: FreeCompanyAction[]) {\nthis.food = food;\nthis.medicine = medicine;\n- this.freeCompanyActions = freeCompanyActions;\n+ this.freeCompanyAct...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a bug making commissions disappear. Needs everybody to restart to be fixed
1
fix
null
791,690
02.07.2018 08:58:31
25,200
65fa9fcf1bd4b1183d9ab99303341225b71ca8df
core(fonts): handle CORS cssRules
[ { "change_type": "ADD", "diff": "+@font-face {\n+ font-family: 'Lobster Three';\n+ font-style: normal;\n+ font-weight: 700;\n+ src: url(\"http://localhost:10503/perf/lobster-two-v10-latin-700.woff2?cors=true\") format('woff2');\n+}\n+.corsfont {\n+ font-family: \"Lobster Three\", sans-serif;\n+ color: red;\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fonts): handle CORS cssRules (#5592)
1
core
fonts
791,723
02.07.2018 10:18:39
25,200
6193242bb208e4f660b8bf22a40398e7d832ce12
tests: run the golden LHR check earlier
[ { "change_type": "MODIFY", "diff": "@@ -33,10 +33,10 @@ before_script:\n- yarn build-all\nscript:\n- yarn bundlesize\n+ - yarn diff:sample-json\n- yarn lint\n- yarn unit:silentcoverage\n- yarn type-check\n- - yarn diff:sample-json\n- yarn smoke:silentcoverage\n- yarn test-extension\n- yarn test-viewer\n", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: run the golden LHR check earlier (#5609)
1
tests
null
791,723
02.07.2018 11:59:21
25,200
36a2a546d207c0f3abf73b7de924c48f8ce93581
core: bump to v3.0.1
[ { "change_type": "MODIFY", "diff": "+ <a name=\"3.0.1\"></a>\n+# 3.0.1 (2018-07-02)\n+[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.0.0...v3.0.1)\n+\n+## Core\n+\n+* fonts: handle CORS cssRules ([#5592](https://github.com/googlechrome/lighthouse/pull/5592))\n+\n+## Tests\n+\n+* adop...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: bump to v3.0.1 (#5608)
1
core
null
730,429
02.07.2018 14:46:38
14,400
8637a13da7a1417407b855acddaca0ba617be4b3
chore(tests): shrink test assets
[ { "change_type": "MODIFY", "diff": "Binary files a/test/journeys/lib/test-helpers/assets/docx-sample.docx and b/test/journeys/lib/test-helpers/assets/docx-sample.docx differ\n", "new_path": "test/journeys/lib/test-helpers/assets/docx-sample.docx", "old_path": "test/journeys/lib/test-helpers/assets/d...
JavaScript
MIT License
webex/react-widgets
chore(tests): shrink test assets
1
chore
tests
730,429
02.07.2018 15:39:41
14,400
f294ba30e415d86770a3cc870b696624ced5fed6
feat(widget-space): use new webex teams loading screen
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {compose} from 'recompose';\nimport TitleBar from '@ciscospark/react-component-title-bar';\nimport Button from '@ciscospark/react-component-button';\n-import LoadingScreen from '@ciscospark/react-component-loading-screen';\n+import LoadingScreen fro...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): use new webex teams loading screen
1
feat
widget-space
217,922
03.07.2018 09:40:03
-7,200
2cabd177145da776eec3741964f00b4a15237985
refactor: updater installation is now silent and will re-run app automatically
[ { "change_type": "MODIFY", "diff": "@@ -200,7 +200,7 @@ ipcMain.on('notification', (event, config) => {\n});\nipcMain.on('run-update', () => {\n- autoUpdater.quitAndInstall();\n+ autoUpdater.quitAndInstall(true, true);\n});\nipcMain.on('always-on-top', (event, onTop) => {\n", "new_path": "main.js", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: updater installation is now silent and will re-run app automatically
1
refactor
null
679,913
03.07.2018 10:20:07
-3,600
33f0d19786bf620a700a71e91b6730bc0f6230a6
fix(associative): minor SortedSet fixes partial opts for SortedSet ctor update first() return type
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ export class SortedSet<T> extends Set<T> implements\n* @param values\n* @param opts\n*/\n- constructor(values?: Iterable<T>, opts?: SortedSetOpts<T>) {\n+ constructor(values?: Iterable<T>, opts?: Partial<SortedSetOpts<T>>) {\nsuper();\n__private.set(this...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): minor SortedSet fixes - partial opts for SortedSet ctor - update first() return type
1
fix
associative
730,429
03.07.2018 10:21:40
14,400
4df4d40881b653fccc79dce7afc42730e2994ad1
test(journeys): add pause for each file upload test Tests were failing with "cannot send" messages.
[ { "change_type": "MODIFY", "diff": "@@ -200,6 +200,8 @@ const sendFileTest = (sender, receiver, fileName, fileSizeVerify = true) => {\n// Send receipt acknowledgement and verify before moving on\nsendMessage(receiver, sender, `Received: ${fileName}`);\nverifyMessageReceipt(sender, receiver, `Received: ${fil...
JavaScript
MIT License
webex/react-widgets
test(journeys): add pause for each file upload test Tests were failing with "cannot send" messages.
1
test
journeys
791,690
03.07.2018 10:22:36
14,400
f7d7a9082ccaa985bfdd3f4103a74257dbd0e5c1
core(without-javascript): allow noscript pages
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,8 @@ class WithoutJavaScript extends Audit {\nstatic audit(artifacts) {\nconst artifact = artifacts.HTMLWithoutJavaScript;\n- if (artifact.value.trim() === '') {\n+ // Fail pages that have empty text and are missing a noscript tag\n+ if (artifact.bodyText.tri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(without-javascript): allow noscript pages (#5571)
1
core
without-javascript
679,913
03.07.2018 12:35:13
-3,600
17d412af1e715f1290418252e79359016f8f203c
test(rstream-graph): increase timeout to avoid travis errors
[ { "change_type": "MODIFY", "diff": "@@ -63,13 +63,13 @@ describe(\"rstream-graph\", () => {\ngraph.mul.node.subscribe({ next: (x) => acc.push(x) });\nsetTimeout(() => {\nstate.resetIn(\"a\", 10);\n- console.log(graph);\n+ // console.log(graph);\nassert.deepEqual(acc, [600, 1200, 1800, 7200]);\nassert.deepEq...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream-graph): increase timeout to avoid travis errors
1
test
rstream-graph
791,723
03.07.2018 13:50:44
25,200
94d04313959b11df7ebf07713b70827fc041f56e
docs(architecture): add diagram of module dependencies
[ { "change_type": "MODIFY", "diff": "@@ -87,3 +87,9 @@ Tracing processor takes the output of trace of tab and identifies the top-level\nThe return value of each audit [takes this shape](https://github.com/GoogleChrome/lighthouse/blob/8f500e00243e07ef0a80b39334bedcc8ddc8d3d0/typings/audit.d.ts#L117-L130).\nTh...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(architecture): add diagram of module dependencies (#5615)
1
docs
architecture
679,913
03.07.2018 14:50:03
-3,600
677c7cc0b510b7848e9f8c7e9d08180cdbd693cf
feat(transducers): add ensureArray(), refactor reverse()
[ { "change_type": "ADD", "diff": "+import { isArray } from \"@thi.ng/checks/is-array\";\n+import { ensureIterable } from \"./ensure-iterable\";\n+\n+/**\n+ * Helper function to avoid unnecessary copying if `x` is already an\n+ * array. First checks if `x` is an array and if so returns it. Else\n+ * attempts ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add ensureArray(), refactor reverse()
1
feat
transducers
217,922
03.07.2018 14:58:07
-7,200
cbbfc169b57a6f08663c15dc56f9e52421acf094
feat(desktop): new manual update check button closes
[ { "change_type": "ADD", "diff": "+owner: Supamiu\n+repo: ffxiv-teamcraft\n+provider: github\n", "new_path": "dev-app-update.yml", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ const {autoUpdater} = require('electron-updater');\nconst path = require('path');\ncon...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): new manual update check button closes #448
1
feat
desktop
217,922
03.07.2018 15:47:32
-7,200
d47d44a26c42e45790c0f7c2ec91dbc28367a478
fix: fixed an issue with precrafts amount update not updating items properly closes
[ { "change_type": "MODIFY", "diff": "@@ -315,8 +315,10 @@ export class List extends DataWithPermissions {\nconst previousUsed = item.used;\n// Update used amount\nitem.used += amount;\n+ if (item.used > previousUsed && item.used >= Math.max(item.done + amount, item.amount)) {\n// Set amount to the amount of ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with precrafts amount update not updating items properly closes #453
1
fix
null
217,922
03.07.2018 16:03:23
-7,200
18ee084d5e5b01f75ac4003ea27aa5bbf4f77a66
chore: update to garlanddata api v3 closes
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ export class DataService {\n];\nprivate garlandUrl = 'https://www.garlandtools.org/db/doc';\n- private garlandtoolsVersion = 2;\n+ private garlandtoolsVersion = 3;\nprivate garlandApiUrl = 'https://www.garlandtools.org/api';\nprivate characterCache = new...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update to garlanddata api v3 closes #456
1
chore
null
217,922
03.07.2018 19:17:31
-7,200
4dcb005757620bb13ca75859c5ac6be6666b10a7
fix: fixed a bug with user validation process
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,15 @@ export class UserService extends FirebaseStorage<AppUser> {\n);\n}\n+ public getCharacterWithoutCache(): Observable<any> {\n+ return this.getUserData()\n+ .pipe(\n+ mergeMap(user => {\n+ return this.dataService.getCharacter(user.lodestoneId);\n+ })\n+ )...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a bug with user validation process
1
fix
null
791,766
03.07.2018 21:56:25
-7,200
c1cc09cfe82b40fcdd4eea947604e71fb53a518a
docs(custom-audit): update custom-audit to 3.0.0 api
[ { "change_type": "MODIFY", "diff": "@@ -25,9 +25,9 @@ module.exports = {\n// 4. Create a new 'My site metrics' section in the default report for our results.\ncategories: {\nmysite: {\n- name: 'My site metrics',\n+ title: 'My site metrics',\ndescription: 'Metrics for our super awesome site',\n- audits: [\n+...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(custom-audit): update custom-audit to 3.0.0 api (#5612)
1
docs
custom-audit
791,676
03.07.2018 21:59:02
-7,200
b80e4554864d9c0b86478bb9869011c51573af71
extension: fix "extension Error: couldn't resolve current tab"
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,8 @@ const subpageVisibleClass = 'subpage--visible';\n/** @type {?URL} */\nlet siteURL = null;\n+/** @type {boolean} */\n+let isRunning = false;\nfunction getLighthouseVersion() {\nreturn chrome.runtime.getManifest().version;\n@@ -147,6 +149,11 @@ function cr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: fix "extension Error: couldn't resolve current tab" (#5591)
1
extension
null
679,913
04.07.2018 11:52:50
-3,600
d5ac26439fe5c2517d379bc244566e2d02212ce0
feat(rstream): add support for event listener opts in `fromEvent()`
[ { "change_type": "MODIFY", "diff": "import { Stream } from \"../stream\";\n-export function fromEvent(src: EventTarget, id: string) {\n+/**\n+ * Creates a new stream of DOM events attached to given element / event\n+ * target and using given event listener options (same as supported by\n+ * `addEventListene...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add support for event listener opts in `fromEvent()`
1
feat
rstream
679,913
04.07.2018 11:54:39
-3,600
de17340a26730cd073aa0cdd64dbdbb6bfde6d27
feat(rstream-gestures): add event & preventDefault opts, update docs
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,16 @@ export interface GestureEvent {\n}\nexport interface GestureStreamOpts extends IID<string> {\n+ /**\n+ * Event listener options (see standard `addEventListener()`)\n+ * Default: false\n+ */\n+ eventOpts: boolean | AddEventListenerOptions;\n+ /**\n+ * If...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-gestures): add event & preventDefault opts, update docs
1
feat
rstream-gestures
679,913
04.07.2018 11:55:00
-3,600
36165be8c8eeb52803f3455a27324ac10d2fd464
minor(rstream-graph): formatting
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ export const addNode = (graph: Graph, state: IAtom<any>, id: string, spec: NodeS\nreturn graph[id] = nodeFromSpec(state, spec, id)(\n(path) => getIn(graph, absPath([id], path))\n);\n-}\n+};\n/**\n* Calls `.unsubscribe()` on given node and all of its ou...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(rstream-graph): formatting
1
minor
rstream-graph
749,547
04.07.2018 14:08:26
-36,000
1a67f439d876b0bce9646baf7fc62b58a85bc2e9
feat(theming): Add a document prop and getDocument util to help with iframes Adds a `getDocument` util and an extra prop to `ThemeProvider`. This allows passing down a different document context.
[ { "change_type": "MODIFY", "diff": "import PropTypes from 'prop-types';\nimport scrollTo from 'dom-helpers/util/scrollTo';\n-import { isRtl, withTheme } from '@zendeskgarden/react-theming';\n+import { isRtl, withTheme, getDocument } from '@zendeskgarden/react-theming';\nimport ControlledComponent from '../u...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(theming): Add a document prop and getDocument util to help with iframes (#49) Adds a `getDocument` util and an extra prop to `ThemeProvider`. This allows passing down a different document context.
1
feat
theming
807,849
04.07.2018 15:16:14
25,200
903163759699a993ecbe3117cffacb3ff7a81f57
chore: disable import/order in test files
[ { "change_type": "MODIFY", "diff": "rules:\n# dev dependencies are hoisted to the root\nimport/no-extraneous-dependencies: off\n+ # mocked modules are imported before helpers\n+ import/order: off\nnode/no-extraneous-require: off\nnode/no-unpublished-require: off\nnode/no-unsupported-features:\n", "new_p...
JavaScript
MIT License
lerna/lerna
chore: disable import/order in test files
1
chore
null
807,849
04.07.2018 15:16:24
25,200
569c09b86791009b2288bd2db4a555a4f445b8c8
chore: fix new lint errors
[ { "change_type": "MODIFY", "diff": "@@ -16,10 +16,10 @@ const npmInstall = require(\"@lerna/npm-install\");\nconst runLifecycle = require(\"@lerna/run-lifecycle\");\nconst batchPackages = require(\"@lerna/batch-packages\");\nconst runParallelBatches = require(\"@lerna/run-parallel-batches\");\n-const hasDep...
JavaScript
MIT License
lerna/lerna
chore: fix new lint errors
1
chore
null
807,849
04.07.2018 15:41:30
25,200
a6e41d64d1ec8e86a5ad0b570c2f77c884f815c8
docs(filter-options): Flesh out readme, correct wishful thinking
[ { "change_type": "MODIFY", "diff": "## Usage\n-TODO\n+`--scope`\n+\n+Include only packages with names matching the given glob.\n+\n+`--ignore`\n+\n+Exclude packages with names matching the given glob.\n+\n+`--no-private`\n+\n+Exclude private packages. They are included by default.\n+\n+`--since [ref]`\n+\n+...
JavaScript
MIT License
lerna/lerna
docs(filter-options): Flesh out readme, correct wishful thinking
1
docs
filter-options
679,913
04.07.2018 18:09:53
-3,600
3d9d6200ba43c3bd1bcb36e6d37164cd2bc116a0
feat(paths): update setter() to support arrays, optimize (~2.5x faster)
[ { "change_type": "MODIFY", "diff": "@@ -6,13 +6,11 @@ export type Path = PropertyKey | PropertyKey[];\nexport type UpdateFn<T> = (curr: T, ...args: any[]) => T;\n-function compS(k, f) {\n- return (s, v) => ({ ...s, [k]: f((s || {})[k], v) });\n-}\n+const _copy = (s) => Array.isArray(s) ? s.slice() : { ...s ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(paths): update setter() to support arrays, optimize (~2.5x faster)
1
feat
paths
807,864
04.07.2018 18:27:13
14,400
063738e313da12c5703600d2c5febce2796686c8
doc: Add local links to command sections in TOC [skip ci]
[ { "change_type": "MODIFY", "diff": "* [How It Works](#how-it-works)\n* [Troubleshooting](#troubleshooting)\n* [Commands](#commands)\n+ - [init](#init)\n+ - [bootstrap](#bootstrap)\n+ - [add](#add)\n+ - [publish](#publish)\n+ - [updated](#updated)\n+ - [clean](#clean)\n+ - [diff](#diff)\n+ - [ls](#ls)\n+ - [...
JavaScript
MIT License
lerna/lerna
doc: Add local links to command sections in TOC (#1460) [skip ci]
1
doc
null
679,913
04.07.2018 19:25:34
-3,600
c7f2f92d84e40bb6a3e21064cc6d4e8bb9772bc3
test(paths): add/update tests
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,48 @@ describe(\"paths\", () => {\n);\n});\n+ it(\"setIn (len = 5)\", () => {\n+ assert.deepEqual(\n+ setIn({ a: { b: { c: { d: { e: 23 } } } } }, \"a.b.c.d.e\", 24),\n+ { a: { b: { c: { d: { e: 24 } } } } }\n+ );\n+ assert.deepEqual(\n+ setIn({ a: { b: { c: ...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(paths): add/update tests
1
test
paths
679,913
04.07.2018 19:37:49
-3,600
dbbeffb307c8f474abd2628633488b6c3bc2962f
docs(paths): update docs & readme
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,8 @@ This project is part of the\n## About\nThis library provides immutable and mutable, optimized path-based\n-accessors for vanilla JS objects.\n+accessors for nested, vanilla JS objects & arrays with structural\n+sharing.\n## Installation\n@@ -27,19 +28,19 @...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(paths): update docs & readme
1
docs
paths
135,426
05.07.2018 09:33:39
18,000
e22bd5cfbe7da49aefc59e5ca0c3e905f61df40b
docs(readme): "conventional" not "convention"
[ { "change_type": "MODIFY", "diff": "# @commitlint/config-conventional\n-Shareable `commitlint` config enforcing [convention commits](https://conventionalcommits.org/).\n+Shareable `commitlint` config enforcing [conventional commits](https://conventionalcommits.org/).\nUse with [@commitlint/cli](../cli) and ...
TypeScript
MIT License
conventional-changelog/commitlint
docs(readme): "conventional" not "convention"
1
docs
readme
730,429
05.07.2018 11:46:46
14,400
d7ea8676499959ba425b84931dda64088acb7401
test(journeys): reduce amount of file transfer tests
[ { "change_type": "MODIFY", "diff": "@@ -112,61 +112,13 @@ describe('Widget Space: One on One: Data API', () => {\n});\ndescribe('File Transfer Tests', () => {\n- it('sends message with pdf attachment', () => {\n- messageTests.sendFileTest(local, remote, 'pdf-sample.pdf');\n- });\n-\n- it('sends message with...
JavaScript
MIT License
webex/react-widgets
test(journeys): reduce amount of file transfer tests
1
test
journeys
724,226
05.07.2018 14:50:07
-32,400
bf655f305296261b80f70cd0af1556dba1643ad0
fix: setProps() throws an error if the property is the same reference
[ { "change_type": "MODIFY", "diff": "@@ -659,6 +659,19 @@ export default class Wrapper implements BaseWrapper {\n`is not defined on the component`\n)\n}\n+ if (\n+ typeof data[key] === 'object' &&\n+ data[key] !== null &&\n+ // $FlowIgnore : Problem with possibly null this.vm\n+ data[key] === this.vm[key]\n+...
JavaScript
MIT License
vuejs/vue-test-utils
fix: setProps() throws an error if the property is the same reference (#791)
1
fix
null
807,849
05.07.2018 15:38:41
25,200
13f07e72e4bf34dc3864dc97240e5779c6cf8fd1
chore: unmock collect-updates in publish --cd-version tests
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"package-4\",\n- \"version\": \"1.0.0\",\n+ \"version\": \"1.0.1-beta.3\",\n\"dependencies\": {\n\"package-5\": \"^1.0.1-beta.3\"\n}\n", "new_path": "commands/publish/__tests__/__fixtures__/republish-prereleased/packages/package-4/package.json", "old...
JavaScript
MIT License
lerna/lerna
chore: unmock collect-updates in publish --cd-version tests
1
chore
null
807,849
05.07.2018 15:39:43
25,200
9ca246f5581c392cb969c002761ebdb5af87b9e3
chore: Test differential --canary publish
[ { "change_type": "MODIFY", "diff": "@@ -99,6 +99,99 @@ Map {\n}\n`;\n+exports[`publish --canary differential internal 1`] = `\n+Map {\n+ \"package-3\" => Object {\n+ \"dependencies\": Object {\n+ \"package-2\": \"^1.0.0\",\n+ },\n+ \"description\": \"one local dependency, one direct dependent, one transitiv...
JavaScript
MIT License
lerna/lerna
chore: Test differential --canary publish
1
chore
null
730,424
05.07.2018 18:10:16
14,400
cde50e4ed8fc829f86089d3aee496b72b5fc5c9b
fix(widget-space): update sdk version, fix firefox calling
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/webex/react-ciscospark#readme\",\n\"main\": \"src/index.js\",\n\"dependencies\": {\n- \"@ciscospark/common\": \"1.31.1\",\n- \"@ciscospark/helper-html\": \"1.31.1\",\n- \"@ciscospark/internal-plugin-conversation\": \"1.31.1\",\n- \"@cisc...
JavaScript
MIT License
webex/react-widgets
fix(widget-space): update sdk version, fix firefox calling
1
fix
widget-space
730,412
05.07.2018 18:37:13
0
a09f92dd345adb4f9387ae83849afcdc03d25807
chore(release): 0.1.314
[ { "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.314\"></a>\n+## [0.1.314](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.314
1
chore
release
217,922
05.07.2018 22:53:18
-7,200
9ffd889e80c2a287ff58916e0f62c0194660ed39
fix: fixed the alarms sidebar timer not ticking properly
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import {AlarmService} from '../../../core/time/alarm.service';\nimport {Alarm} from '../../../core/time/alarm';\nimport {combineLatest, Observable} from 'rxjs';\nimport {EorzeanTimeService} from '../../../core/time/eorzean-time.service';\n-import {map} fro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed the alarms sidebar timer not ticking properly
1
fix
null
730,429
06.07.2018 10:24:45
14,400
703cad4641a82f23e7118194aea0f7ada9b39122
test(journeys): search for user by email Test users aren't getting cleaned up quickly enough so we are getting tons of hits on our test user name.
[ { "change_type": "MODIFY", "diff": "@@ -202,7 +202,7 @@ describe('Widget Space: Data API', () => {\n});\nit('searches and adds person to space', () => {\n- searchForPerson(browserLocal, biff.displayName, true);\n+ searchForPerson(browserLocal, biff.email, true, biff.displayName);\nbrowserLocal.waitForVisibl...
JavaScript
MIT License
webex/react-widgets
test(journeys): search for user by email Test users aren't getting cleaned up quickly enough so we are getting tons of hits on our test user name.
1
test
journeys
730,429
06.07.2018 10:34:51
14,400
5910629e4fca1df84b6dc13861a8513e3c8fbf71
test(journeys): add support for multile roster results
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,8 @@ export function searchForPerson(aBrowser, searchString, doAdd = false, searchRes\naBrowser.setValue(elements.searchInput, searchString);\naBrowser.waitForVisible(elements.addParticipantResultsArea);\naBrowser.waitForVisible(elements.addParticipantResultI...
JavaScript
MIT License
webex/react-widgets
test(journeys): add support for multile roster results
1
test
journeys
217,922
06.07.2018 11:21:40
-7,200
2db9cec2c1fa9139b1bef2889617382428f1eb19
feat: better performances with lazy loading panels for lists
[ { "change_type": "MODIFY", "diff": "<button mat-icon-button matTooltip=\"{{'LIST_DETAILS.Tags_popup' | translate}}\"\nmatTooltipPosition=\"above\"\n- (click)=\"$event.stopPropagation();openTagsPopup()\" *ngIf=\"list.authorId === userUid && !list.isCommissionList\">\n+ (click)=\"$event.stopPropagation();open...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: better performances with lazy loading panels for lists
1
feat
null
217,922
06.07.2018 16:52:23
-7,200
47f67bc384174920c2fdc391c53396b375a06513
chore: first elements for the team system Added service, models and page for the first pass
[ { "change_type": "MODIFY", "diff": "<mat-icon matListIcon>person</mat-icon>\n<span matLine *ngIf=\"!settings.compactSidebar\">{{'Profile' | translate}}</span>\n</mat-list-item>\n+ <mat-list-item routerLink=\"/teams\" (click)=\"mobile ? sidenav.close() : null\"\n+ *ngIf=\"!(authState | async)?.isAnonymous\"\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first elements for the team system Added service, models and page for the first pass
1
chore
null
730,429
09.07.2018 10:57:02
14,400
3dc104a15bd861b072981ec61b402a19f133c81f
test(journeys): skip file transfer tests
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,8 @@ describe('Widget Space: One on One: Data API', () => {\n});\n});\n- describe('File Transfer Tests', () => {\n+ // Skipped due to file transfer instability (2018-07-09)\n+ describe.skip('File Transfer Tests', () => {\nit('sends message with png attachme...
JavaScript
MIT License
webex/react-widgets
test(journeys): skip file transfer tests
1
test
journeys
815,745
09.07.2018 11:14:33
-10,800
cbfd9483a92804b8c10dc8b293ba06b649117575
fix: don't fire addEvent for single select
[ { "change_type": "MODIFY", "diff": "@@ -2355,7 +2355,7 @@ describe('NgSelectComponent', function () {\n});\ndescribe('Output events', () => {\n- it('fire open event once', fakeAsync(() => {\n+ it('should fire open event once', fakeAsync(() => {\nconst fixture = createTestingModule(\nNgSelectTestCmp,\n`<ng-s...
TypeScript
MIT License
ng-select/ng-select
fix: don't fire addEvent for single select
1
fix
null
791,723
09.07.2018 12:34:59
25,200
3a43e893d6c7bb923735e6d8c82df51afde5d9e6
docs: [minor] issue template tweaks
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,6 @@ about: Report something working incorrectly\n<!-- Before creating an issue please make sure you are using the latest version and have checked for duplicate issues. -->\n-## Bug report\n-\n#### Provide the steps to reproduce\n1. Run LH on <affected url>\n",...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: [minor] issue template tweaks (#5641)
1
docs
null
791,690
09.07.2018 12:46:32
25,200
9c279a91201aaec8d3f1edbac650fc0c22cc58d8
core(fonts): bump gatherer timeout to 5s
[ { "change_type": "MODIFY", "diff": "@@ -140,8 +140,8 @@ function getFontFaceFromStylesheets() {\noldNode.parentNode && oldNode.parentNode.insertBefore(newNode, oldNode);\noldNode.remove();\n- // Give each stylesheet 1s to load before giving up\n- setTimeout(() => resolve([{err: {message: 'Could not load sty...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fonts): bump gatherer timeout to 5s (#5643)
1
core
fonts
815,745
09.07.2018 13:06:55
-10,800
8ed435c06902839fdc9bfaaec304a65b963a2a8c
fix: don't fire change event for same selection fixes
[ { "change_type": "MODIFY", "diff": "@@ -2423,10 +2423,11 @@ describe('NgSelectComponent', function () {\nspyOn(fixture.componentInstance, 'onChange');\n- fixture.componentInstance.selectedCity = fixture.componentInstance.cities[0];\n- tickAndDetectChanges(fixture);\n+ triggerKeyDownEvent(getNgSelectElement(...
TypeScript
MIT License
ng-select/ng-select
fix: don't fire change event for same selection fixes #664
1
fix
null
679,913
09.07.2018 15:12:46
-3,600
8321660c9ef0b49f3c760e634bcb1a48b09f43fb
feat(examples): add rstream-hdom example
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/rstream-hdom/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# rstream-hdom\n+\n+[Live demo](http://demo.thi.ng/umbrella/rstream-hdom/)\n+\n+This example shows how\n+[@thi.ng/rs...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add rstream-hdom example
1
feat
examples
679,905
09.07.2018 15:47:48
-7,200
7f2d5dd294d00947125c78a213c0f8899ae1e01f
fix(rstream): Fix potential reference error in transduce()
[ { "change_type": "MODIFY", "diff": "-import { Reducer, Transducer } from \"@thi.ng/transducers/api\";\n+import { Subscription } from '@thi.ng/rstream';\n+import { Reducer, Transducer } from '@thi.ng/transducers';\nimport { isReduced } from \"@thi.ng/transducers/reduced\";\n-import { Subscription } from \".....
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): Fix potential reference error in transduce()
1
fix
rstream
730,412
09.07.2018 16:31:11
0
b6d2a02ba071056dd5e5a3de659f45b15a7e90d6
chore(release): 0.1.315
[ { "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.315\"></a>\n+## [0.1.315](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.315
1
chore
release
679,913
09.07.2018 17:53:53
-3,600
5ec614068be198c55ecefeac41bf1572a06a042e
build(examples): add missing html/webpack config for rstream-hdom demo
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>rstream-hdom</title>\n+ <!-- <link href=\"https:...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): add missing html/webpack config for rstream-hdom demo
1
build
examples
679,913
09.07.2018 18:46:09
-3,600
03543ee96e500189ac8581105f1f0557d1a38ece
fix(transducers): revert mean() from regression introduced in
[ { "change_type": "MODIFY", "diff": "import { Reducer } from \"../api\";\n-import { reducer } from \"../reduce\";\nexport function mean(): Reducer<number, number> {\nlet n = 0;\n- return reducer(() => 0, (acc, x) => (n++ , acc + x));\n+ return [\n+ () => 0,\n+ (acc) => acc / n,\n+ (acc, x) => (n++ , acc + x)...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): revert mean() from regression introduced in 095e6ef
1
fix
transducers
730,412
09.07.2018 20:01:52
0
aa779300282b71425bdf331c036454730bd9b74f
chore(release): 0.1.316
[ { "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.316\"></a>\n+## [0.1.316](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.316
1
chore
release
679,913
09.07.2018 21:41:33
-3,600
fcfd4bf8234505e8806582d5726b9fba551ce385
docs(hiccup-css): fix add pseudo-class & attrib selector docs
[ { "change_type": "MODIFY", "diff": "This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n+<!-- TOC -->\n+\n+- [@thi.ng/hiccup-css](#thinghiccup-css)\n+ - [About](#about)\n+ - [Features](#features)\n+ - [Use cases](#use-cases)\n+ - [Installation](#installation)\n+ -...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-css): fix #26, add pseudo-class & attrib selector docs
1
docs
hiccup-css
815,745
10.07.2018 10:13:26
-10,800
584c17f4196e77c033f039c21425f2e478d9feac
chore(release): 2.3.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.3.3\"></a>\n+## [2.3.3](https://github.com/ng-select/ng-select/compare/v2.3.2...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.3
1
chore
release
679,913
10.07.2018 14:43:42
-3,600
126103b33059ac4246c84bb949d7c4629c138632
fix(hdom): always update "value" attrib last in diffAttributes() fixes issue when patching <input type=range> elements with changed min/max limits
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,8 @@ const isString = iss.isString;\nconst diffArray = diff.diffArray;\nconst diffObject = diff.diffObject;\n+const SEMAPHORE = Symbol(\"SEMAPHORE\");\n+\n/**\n* Takes a DOM root element and two hiccup trees, `prev` and `curr`.\n* Recursively computes diff be...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): always update "value" attrib last in diffAttributes() - fixes issue when patching <input type=range> elements with changed min/max limits
1
fix
hdom
730,429
10.07.2018 15:25:32
14,400
4e985b8475e22a3b71a7766cf21c80308e9af1e7
chore(tooling): use webpack env command line feature
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ function webpackBuild(pkgName, pkgPath) {\nconsole.info(`Cleaning ${pkgName} dist folder...`.cyan);\nrimraf.sync(path.resolve(targetPkgPath, 'dist'));\nconsole.info(`Bundling ${pkgName}...`.cyan);\n- execSync(`cd ${targetPkgPath} && webpack --config ${we...
JavaScript
MIT License
webex/react-widgets
chore(tooling): use webpack env command line feature
1
chore
tooling
730,412
10.07.2018 20:24:39
0
2b222ff13b5ff76ff0753bb88e37fd3323f5716b
chore(release): 0.1.317
[ { "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.317\"></a>\n+## [0.1.317](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.317
1
chore
release
679,913
11.07.2018 11:07:08
-3,600
ef16134174fbcf867787bbc1911dbbeb88b59c50
docs(sax): add tests & DOM parsing example to readme
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,10 @@ composed with other pre or post-processing steps, e.g. to filter or\ntransform element / attribute values or only do partial parsing with\nearly termination based on some condition.\n+Additionally, since by default the parser emits any children as part ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(sax): add tests & DOM parsing example to readme
1
docs
sax
679,913
11.07.2018 11:10:35
-3,600
fd23a34efe34dab44668d5cd97a5e08382afc346
docs(sax): minor update readme
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ example parses an SVG file, then extracts and selectively applies\ntransformations to only the `<circle>` elements in the first group\n(`<g>`) element. Btw. The transformed elements can be serialized back\ninto SVG syntax using\n-[@thi.ng/hiccup-svg](htt...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(sax): minor update readme
1
docs
sax
730,429
11.07.2018 11:47:56
14,400
9f6540ec3ff25616b9df9396a55ed2381e658308
chore(tooling): replace child_process with execa Following react bootstrap's use of execa
[ { "change_type": "MODIFY", "diff": "\"eslint-plugin-jsx-a11y\": \"^6.0.2\",\n\"eslint-plugin-mocha\": \"^4.9.0\",\n\"eslint-plugin-react\": \"^7.5.1\",\n+ \"execa\": \"^0.10.0\",\n\"extract-text-webpack-plugin\": \"^3.0.1\",\n\"file-loader\": \"^1.0.0\",\n\"html-webpack-plugin\": \"^2.30.1\",\n", "new_p...
JavaScript
MIT License
webex/react-widgets
chore(tooling): replace child_process with execa Following react bootstrap's use of execa
1
chore
tooling
679,913
11.07.2018 11:48:06
-3,600
ad4caad943448543d21c10434834ca234a0e3101
feat(paths): add updater(), refactor updateIn(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,11 @@ yarn add @thi.ng/paths\nimport * as paths from \"@thi.ng/paths\";\n```\n-The `getter()` and `setter()` functions compile a lookup path like\n-`a.b.c` into a function operating directly at the value the path points\n-to in nested object. For getters, th...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(paths): add updater(), refactor updateIn(), update readme
1
feat
paths
679,913
11.07.2018 11:49:33
-3,600
73c7b8acc95744ddeef293ddffef1f7b54095027
perf(interceptors): update valueSetter()/valueUpdater() both functions now use pre-built setters/updaters
[ { "change_type": "MODIFY", "diff": "import {\ngetIn,\nPath,\n- setIn,\n- updateIn\n+ setter,\n+ updater\n} from \"@thi.ng/paths\";\nimport {\nEvent,\n@@ -225,7 +225,8 @@ export function ensureParamRange(min: number, max: number, value?: (e: Event) =>\n* @param tx\n*/\nexport function valueSetter<T>(path: Pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(interceptors): update valueSetter()/valueUpdater() - both functions now use pre-built setters/updaters
1
perf
interceptors
730,429
11.07.2018 12:16:02
14,400
b117ee0f90f337580e859a70d28521f56c6a3863
chore(tooling): pass path to publish command
[ { "change_type": "MODIFY", "diff": "@@ -9,13 +9,13 @@ module.exports = {\ndesc: 'Publish all component and module packages',\nbuilder: {},\nhandler: () =>\n- getAllPackagePaths().map((pkg) => {\n+ getAllPackagePaths().map((pkgPath) => {\ntry {\n- const pkgJson = require(path.resolve(pkg, 'package.json'));\n...
JavaScript
MIT License
webex/react-widgets
chore(tooling): pass path to publish command
1
chore
tooling
791,690
11.07.2018 12:49:29
25,200
ff7d162564421094b072ed0b4434a3853bbc6950
core: bump to 3.0.2
[ { "change_type": "MODIFY", "diff": "+<a name=\"3.0.2\"></a>\n+# 3.0.2 (2018-07-11)\n+[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.0.1...v3.0.2)\n+\n+## New Contributors!\n+Thanks to @schalkneethling and @eduardosada for their first contributions!\n+\n+## New Audits\n+\n+* assert a ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: bump to 3.0.2 (#5656)
1
core
null
730,429
11.07.2018 15:42:27
14,400
0571a75b2c3a7b086bc94405fed1294fc06112b6
chore(tooling): fix publish from dry run
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ const {runInPackage} = require('./package');\nfunction npmPublishPackage(pkgName, pkgPath) {\nreturn runInPackage({\n- constructCommand: (targetPath) => `cd ${path.resolve(targetPath)} && npm pack --access public`,\n+ constructCommand: (targetPath) => `cd ...
JavaScript
MIT License
webex/react-widgets
chore(tooling): fix publish from dry run
1
chore
tooling
217,922
11.07.2018 16:57:45
-7,200
6fdbcd6a29230d5e1dec4e203b8b3d4567f3c249
chore: first implementation for the teams page TODO: rename feature
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,10 @@ const routes: Routes = [\npath: 'settings',\nloadChildren: 'app/pages/settings/settings.module#SettingsModule'\n},\n+ {\n+ path: 'teams',\n+ loadChildren: 'app/pages/team/team.module#TeamModule'\n+ },\n];\n@NgModule({\n", "new_path": "src/app/app-ro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first implementation for the teams page TODO: rename feature
1
chore
null
791,676
11.07.2018 18:45:39
-7,200
82505a157b4c2f0acfedba777b274ebdfed878bb
core(preload): remove blob protocol from preload audit
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ class UsesRelPreloadAudit extends Audit {\n* @return {boolean}\n*/\nstatic shouldPreload(request, mainResource) {\n- if (request.isLinkPreload || request.protocol === 'data') {\n+ if (request.isLinkPreload || URL.NON_NETWORK_PROTOCOLS.includes(request.pr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(preload): remove blob protocol from preload audit (#5409)
1
core
preload
730,412
11.07.2018 18:56:21
0
21bff1ab49a9cfd2142004a8503f6e0a96367857
chore(release): 0.1.318
[ { "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.318\"></a>\n+## [0.1.318](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.318
1
chore
release
217,922
11.07.2018 22:28:14
-7,200
49bf1dfb5046b363af3a783f8270cb30d8191a9b
chore: team name can now be edited
[ { "change_type": "MODIFY", "diff": "@@ -35,28 +35,15 @@ import {DatabaseModule} from './core/database/database.module';\nimport {FlexLayoutModule} from '@angular/flex-layout';\nimport {PipesModule} from './pipes/pipes.module';\nimport {DonationModule} from './modules/donation/donation.module';\n-import {Set...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: team name can now be edited
1
chore
null
217,910
11.07.2018 22:43:05
-36,000
ba822418cc65e7c6f643b05e18a67626679e48e3
ci: Chrome shouldn't fail on Travis
[ { "change_type": "MODIFY", "diff": "+dist: trusty\n+addons:\n+ chrome: stable\n+\nlanguage: node_js\nnode_js:\n- '8'\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -14,10 +14,17 @@ module.exports = function (config) {\nclearContext: fal...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: Chrome shouldn't fail on Travis
1
ci
null
217,910
11.07.2018 22:45:54
-36,000
4b7c4fcb19397b257e141dc8a229c3d12036b40d
ci: Add proper code coverage
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,9 @@ before_install:\nscript:\n- npm test && npm run build:prod\n+after_success:\n+ - npm run codecov\n+\nnotifications:\nemail:\non_failure: false\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "dif...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: Add proper code coverage
1
ci
null
217,910
11.07.2018 22:46:38
-36,000
d1d8a1851afa8454e86429cc345a2fadbfe3cddb
chore: Add more hipster to README
[ { "change_type": "MODIFY", "diff": "# ffxiv-teamcraft\n+[![GitHub Release Date](https://img.shields.io/github/release-date/Supamiu/ffxiv-teamcraft.svg)](https://github.com/Supamiu/ffxiv-teamcraft/releases)\n+![Github Downloads](https://img.shields.io/github/downloads/Supamiu/ffxiv-teamcraft/total.svg)\n+[![...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Add more hipster to README
1
chore
null
217,927
12.07.2018 12:01:21
0
4f26f39390fa6bb92ff00cf2dd1cc5e21ce84d3b
refactor: rating into a component Refactors the rating into a reusable component. This cleans up the commission details view and will make it easy to display the rating on other pages, such as the profile.
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ import {TooltipModule} from '../../modules/tooltip/tooltip.module';\nimport {CommissionChatComponent} from './commission-chat/commission-chat.component';\nimport {RatingPopupComponent} from './rating-popup/rating-popup.component';\nimport {HistoryCompone...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: rating into a component Refactors the rating into a reusable component. This cleans up the commission details view and will make it easy to display the rating on other pages, such as the profile.
1
refactor
null
217,922
12.07.2018 15:28:55
-7,200
70702fa327afcbda9068ae181a43a1f8cea818e3
chore: added new $10+ tier patreon supporter to loading screen
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<script>\n- const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)'];\n+ const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)', 'Maie Arania'];\nconst randomPatron = patrons[Math.f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added new $10+ tier patreon supporter to loading screen
1
chore
null
217,922
12.07.2018 15:45:12
-7,200
5154951a57a8b3c86df90b9302129e919cfb7dcc
fix: fixed an issue that was preventing public profile from loading
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ const routes: Routes = [{\ncomponent: ProfileComponent,\ncanActivate: [ProfileGuard, MaintenanceGuard]\n}, {\n- path: 'profile/:id',\n+ path: ':id',\ncomponent: PublicProfileComponent,\ncanActivate: [MaintenanceGuard]\n}\n", "new_path": "src/app/page...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue that was preventing public profile from loading
1
fix
null
730,412
12.07.2018 15:55:40
0
c306dd87161837a2ea0bc4d05470f8be5d61b083
chore(release): 0.1.319
[ { "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.319\"></a>\n+## [0.1.319](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.319
1
chore
release
217,922
12.07.2018 16:44:34
-7,200
99a9c90b4c37b88c7b2076d94beebcd9393d7e49
fix(simulator): fixed default consumables
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ import {FreeCompanyAction} from 'app/pages/simulator/model/free-company-action';\nimport {FreeCompanyActionsService} from 'app/pages/simulator/model/free-company-actions.service';\nimport {I18nToolsService} from '../../../../core/tools/i18n-tools.service...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed default consumables
1
fix
simulator
791,690
12.07.2018 22:02:08
25,200
2a9d806976e27489b7227a245a8d752a87407678
core(emulation): use setTouchEmulationEnabled
[ { "change_type": "MODIFY", "diff": "@@ -64,10 +64,7 @@ function enableNexus5X(driver) {\n// Network.enable must be called for UA overriding to work\ndriver.sendCommand('Network.enable'),\ndriver.sendCommand('Network.setUserAgentOverride', NEXUS5X_USERAGENT),\n- driver.sendCommand('Emulation.setEmitTouchEven...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(emulation): use setTouchEmulationEnabled (#5661)
1
core
emulation
217,927
12.07.2018 22:02:54
0
cf4ee186e5756d5641bb72fbb3aa6fbc128e7959
feat: rating shown on profile Adds a user's rating to their profile page. This is displayed once they have a received their first rating. Made some style changes, including moving the star rating below the user's name. Resolves
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,9 @@ const routes: Routes = [\nentryComponents: [\nCommissionCreationPopupComponent,\nRatingPopupComponent\n+ ],\n+ exports: [\n+ RatingComponent\n]\n})\nexport class CommissionBoardModule {\n", "new_path": "src/app/pages/commission-board/commission-boa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: rating shown on profile Adds a user's rating to their profile page. This is displayed once they have a received their first rating. Made some style changes, including moving the star rating below the user's name. Resolves #482
1
feat
null
679,913
12.07.2018 22:27:21
-3,600
087f34804c19d620de299e7670f6823c70200ce1
refactor(iges): emit compressed globals section reuse formatParams() for globals add tests update readme
[ { "change_type": "MODIFY", "diff": "@@ -52,38 +52,17 @@ console.log(iges.serialize(doc));\n```\n```iges\n-Generated by @thi.ng/iges S 1\n-1H,, G 1\n-1H;, G 2\n-, G 3\n-, G 4\n-12H@thi.ng/iges, G 5\n-5H0.0.1, G 6\n-32, G 7\n-38, G 8\n-6, G 9\n-308, G 10\n-15, G 11\n-, G 12\n-1.000, G 13\n-2, G 14\n-2HMM, G 1...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): emit compressed globals section - reuse formatParams() for globals - add tests - update readme
1
refactor
iges
679,913
12.07.2018 22:32:13
-3,600
eb6dfa9bd6d9aca11fb890b934b5f0aa0303a17e
build(iges): update package info
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/iges\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": {\n},...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(iges): update package info
1
build
iges
679,913
12.07.2018 22:45:52
-3,600
634de84db4663d3f00d44298abf7f34bdd235878
docs: add to package list
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ difficulties, many combining functionality from several packages) in the\n| [`@thi.ng/hiccup`](./packages/hiccup) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup.svg)](https://www.npmjs.com/package/@thi.ng/hiccup) | [changelog](./packages/hiccu...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add @thi.ng/iges to package list
1
docs
null