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
679,913
18.06.2018 03:32:45
-3,600
23b9cc2e30e9082ed5d612934915835a809e1bd5
docs(transducers-fsm): update docs & readme
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,11 @@ This project is part of the\n## About\n-TODO...\n+This package provides a single function, a general purpose [Finite State\n+Machine](https://en.wikipedia.org/wiki/Finite-state_machine) transducer,\n+which acts as useful & lightweight mechanism to provide...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers-fsm): update docs & readme
1
docs
transducers-fsm
679,913
18.06.2018 03:38:51
-3,600
42e229210c65eeff5d1986b4acabeb39d96ab910
docs: update readmes (add/fix links)
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,10 @@ yarn add @thi.ng/rstream-graph\nSmall(ish), fully commented projects can be found in the `/examples` folder:\n-* **Dataflow circles** -\n- [Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-dataflow),\n- [Live version](http://demo...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update readmes (add/fix links)
1
docs
null
679,913
18.06.2018 03:49:55
-3,600
b5b263005fbb6b293bfd536accf563a544887228
docs: update package docs (bench / dot)
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/bench\",\n\"version\": \"0.1.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Basic benchmarking helpers\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"https://github.com/thi-ng/umbrella\",\n", "new_path...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update package docs (bench / dot)
1
docs
null
679,913
18.06.2018 04:07:22
-3,600
0e4662d1c1ee325c8e6ca163abe9c38515e8e0f6
fix(sax): correct docs in readme
[ { "change_type": "MODIFY", "diff": "@@ -43,42 +43,50 @@ src=`<?xml version=\"1.0\" encoding=\"utf-8\"?>\ndoc = [...tx.iterator(sax.parse(), src)]\n-// [ { id: 'proc', value: { tag: 'xml', attribs: { version: '1.0', encoding: 'utf-8' } } },\n-// { id: 'doctype', value: 'foo bar' },\n-// { id: 'elem', value: ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(sax): correct docs in readme
1
fix
sax
791,690
18.06.2018 09:20:37
25,200
4b14f7ef4d09630a566886c0ad2346f4342de9d1
core: remove no-mutation-events audit
[ { "change_type": "MODIFY", "diff": "@@ -208,39 +208,6 @@ function websqlTest() {\nconst db = openDatabase('mydb', '1.0', 'my first database', 1024);\n}\n-function mutationEvenTest() {\n- // FAIL\n- document.addEventListener('DOMNodeInserted', function(e) {\n- console.log('DOMNodeInserted');\n- });\n-\n- // ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: remove no-mutation-events audit (#5509)
1
core
null
815,745
18.06.2018 11:09:05
-10,800
5aff41bbfc00a116a92928da6a5949fbce81ce5f
refactor: use single input to control open/close
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,7 @@ map: {\n| loadingText | `string` | `Loading...` | no | Set custom text when for loading items |\n| labelForId | `string` | `-` | no | Id to associate control with label. |\n| [markFirst] | `boolean` | `true` | no | Marks first item as focused when open...
TypeScript
MIT License
ng-select/ng-select
refactor: use single input to control open/close
1
refactor
null
217,922
18.06.2018 12:26:55
-7,200
4df997f8d36abe1a622ebb4b960e57e5be39aa57
chore: revert WIP list drag&drop reorder This reverts commit
[ { "change_type": "MODIFY", "diff": "@@ -39,9 +39,6 @@ export class List extends DataWithPermissions {\ncomments: ResourceComment[];\n- // For ordering purpose.\n- index = 0;\n-\nconstructor() {\nsuper();\n}\n", "new_path": "src/app/model/list/list.ts", "old_path": "src/app/model/list/list.ts" }, ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: revert WIP list drag&drop reorder This reverts commit 9aa29abe23ba30d6543948f029a63bea714550d0.
1
chore
null
217,922
18.06.2018 12:28:33
-7,200
355f5383e2645bd9a3f28fd6b50aebc8bf7a2d16
feat: different color for odd rows in list panels
[ { "change_type": "MODIFY", "diff": "<mat-icon>content_copy</mat-icon>\n</button>\n</div>\n- <app-recipe *ngFor=\"let recipe of list.recipes\"\n- [recipe]=\"recipe\"\n+ <div *ngFor=\"let recipe of list.recipes; let odd = odd\"\n+ [class.odd]=\"odd\">\n+ <app-recipe [recipe]=\"recipe\"\n(ondelete)=\"onreciped...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: different color for odd rows in list panels
1
feat
null
217,922
18.06.2018 14:24:45
-7,200
e407626f192a9d7c94ecad84421a30fb65a25ee8
feat: added new checkboxes near recipe search results to add part of a result closes
[ { "change_type": "MODIFY", "diff": "<mat-hint align=\"end\">\n<small>{{'Data_from_gt' | translate}}</small>\n</mat-hint>\n- <mat-checkbox matSuffix [(ngModel)]=\"settings.recipesOnlySearch\" (ngModelChange)=\"doSearch()\" class=\"only-recipes\">\n+ <mat-checkbox matSuffix [(ngModel)]=\"settings.recipesOnlyS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added new checkboxes near recipe search results to add part of a result closes #410
1
feat
null
815,745
18.06.2018 15:07:36
-10,800
b51a426a60c2ecfd81800c01793293fb88bc535c
chore(release): 2.2.0
[ { "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.2.0\"></a>\n+# [2.2.0](https://github.com/ng-select/ng-select/compare/v2.1.3...v2.2...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.2.0
1
chore
release
791,690
18.06.2018 18:57:53
25,200
aeda7c86ea1ff87db78afe6e9bc89e32f2f5ffec
misc(scripts): more useful lantern debugging output
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env node\n+/**\n+ * @license Copyright 2018 Google Inc. All Rights Reserved.\n+ * 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...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(scripts): more useful lantern debugging output (#5517)
1
misc
scripts
217,922
18.06.2018 19:04:36
-7,200
7f37ddace105eddbeee248fdb7634fc4c427fa08
chore: [WIP] pricing page ux improvements
[ { "change_type": "MODIFY", "diff": "-<mat-list-item>\n-\n+<mat-list-item [class.odd]=\"odd\">\n<div mat-list-avatar class=\"icon\" *ngIf=\"!isMobile()\">\n<img mat-list-avatar src=\"{{item.icon | icon}}\" alt=\"{{item.id | itemName | i18n}}\">\n</div>\n", "new_path": "src/app/modules/pricing/pricing-row...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] pricing page ux improvements
1
chore
null
791,690
19.06.2018 11:52:51
25,200
0deeeb514964997543fc2c5eb99a5530683899d1
core(fcp): fix scoring curve
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ class FirstContentfulPaint extends Audit {\n// 75th and 95th percentiles HTTPArchive -> median and PODR\n// https://bigquery.cloud.google.com/table/httparchive:lighthouse.2018_04_01_mobile?pli=1\n// see https://www.desmos.com/calculator/2t1ugwykrl\n- sco...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fcp): fix scoring curve (#5507)
1
core
fcp
217,922
19.06.2018 15:22:49
-7,200
3575161a5e410e28e5728c097e42d4a170fbdd4b
feat(desktop): new --multi (or -m) option to open multiple instances
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ const config = new Config();\nconst electronOauth2 = require('electron-oauth2');\n+const argv = process.argv.slice(1);\n+\nlet win;\nlet tray;\nlet nativeIcon;\n@@ -14,9 +16,20 @@ let updateInterval;\nlet openedOverlays = {};\n+const options = {\n+ multi: ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): new --multi (or -m) option to open multiple instances #411
1
feat
desktop
679,913
19.06.2018 20:36:56
-3,600
e824b6bb0fe20eb17b8a81409774b060c3536a7b
feat(sax): add support for escape seqs, minor optimizations
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,8 @@ enum State {\nDOCTYPE,\nPROC_DECL,\nPROC_END,\n+ // H_CHAR,\n+ // U_CHAR,\n}\nconst ENTITIES = {\n@@ -71,6 +73,18 @@ const ENTITIES = {\nconst ENTITY_RE = new RegExp(`(${Object.keys(ENTITIES).join(\"|\")})`, \"g\");\n+const ESCAPE_SEQS = {\n+ \"n\": \"\\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(sax): add support for escape seqs, minor optimizations
1
feat
sax
679,913
19.06.2018 21:35:01
-3,600
bc261e578784439997b56c9dffcff7a0812c8a9f
feat(transducers): add matchFirst()/matchLast() xforms, update readme
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ This project is part of the\n## About\nLightweight transducer and supporting generators / iterator\n-implementations for ES6 / TypeScript (~8.4KB gzipped, full lib).\n+implementations for ES6 / TypeScript (~8.5KB gzipped, full lib).\n## TOC\n@@ -38,6 +38,8...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add matchFirst()/matchLast() xforms, update readme
1
feat
transducers
679,913
19.06.2018 21:36:24
-3,600
bbd3b4ba38e6fc634506236e3935c01b78a03838
docs(transducers-fsm): update readme, whitespace
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,10 @@ transformation pipeline.\nyarn add @thi.ng/transducers-fsm\n```\n+## Dependencies\n+\n+- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packages/transducers)\n+\n## Usage examples\nFor a real world example, the\n", "new_path": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers-fsm): update readme, whitespace
1
docs
transducers-fsm
679,913
19.06.2018 21:37:15
-3,600
8959b93820d80a306219a4dc20a98bbe32654d21
docs(sax): update readme (add SVG example)
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,11 @@ transform element / attribute values.\nyarn add @thi.ng/sax\n```\n+## Dependencies\n+\n+- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packages/transducers)\n+- [@thi.ng/transducers-fsm](https://github.com/thi-ng/umbrella/tree/ma...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(sax): update readme (add SVG example)
1
docs
sax
679,913
19.06.2018 22:22:07
-3,600
a9ca13515d2b5cb65131a0871c755b525d8c0525
feat(transducers-fsm): support multiple results, add tests, update readme
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ provided here.\n### 3-state FSM\n-The following simple example defines a FSM with 3 states:\n+The following example defines a simple FSM with 3 states:\n- `skip`\n- `take`\n@@ -42,8 +42,8 @@ The FSM always starts in the `skip` state.\nThe FSM alternates ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers-fsm): support multiple results, add tests, update readme
1
feat
transducers-fsm
679,913
19.06.2018 22:26:30
-3,600
343e07f167e19dbc05678d212b266483dae5c272
refactor(sax): wrap FSM handler results as arrays, update ELEM_SINGLE ELEM_SINGLE handler now emits both ELEM_START & ELEM_END events
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ const isTagChar = (x: string) => {\nconst error = (s: ParseState, body: string) => {\ns.state = State.ERROR;\n- return { type: Type.ERROR, body };\n+ return [{ type: Type.ERROR, body }];\n};\nconst illegalEscape = (s: ParseState, ch: string) =>\n@@ -12...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(sax): wrap FSM handler results as arrays, update ELEM_SINGLE - ELEM_SINGLE handler now emits both ELEM_START & ELEM_END events
1
refactor
sax
679,913
20.06.2018 01:38:22
-3,600
882f394950ec683ad6fc75e9a360c4d7d7366bd6
feat(sax): add children & trim opts, add CDATA support add docs update readme add/update examples
[ { "change_type": "MODIFY", "diff": "@@ -9,14 +9,16 @@ This project is part of the\n[@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packages/transducers)-based,\n[SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML)-like,\n-non-validating, speedy & tiny XML parser (1.4KB gzipped).\n+no...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(sax): add children & trim opts, add CDATA support - add docs - update readme - add/update examples
1
feat
sax
730,429
20.06.2018 09:51:52
14,400
e1ab8b9835c35d2a28311497fa54285dac7555c7
feat(module-conversation): add reset conversation action
[ { "change_type": "MODIFY", "diff": "@@ -493,6 +493,14 @@ Array [\n]\n`;\n+exports[`redux-module-conversation actions #resetConversation should reset the state back to initial state 1`] = `\n+Array [\n+ Object {\n+ \"type\": \"conversation/RESET_CONVERSATION\",\n+ },\n+]\n+`;\n+\nexports[`redux-module-conver...
JavaScript
MIT License
webex/react-widgets
feat(module-conversation): add reset conversation action
1
feat
module-conversation
730,429
20.06.2018 09:54:36
14,400
78e26bc3c4c949669cbbc526ab2da72a8a244f43
feat(widget-message): reset widget on destination change
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`widget-message redux actions basic actions #resetWidgetState should reset the widget 1`] = `\n+Array [\n+ Object {\n+ \"type\": \"widget-message/RESET_WIDGET_STATE\",\n+ },\n+]\n+`;\n+\n+exports[`widget-message redux ...
JavaScript
MIT License
webex/react-widgets
feat(widget-message): reset widget on destination change
1
feat
widget-message
730,429
20.06.2018 09:56:41
14,400
188d6f6451b489d04cb52303f89ced0d8d85020a
feat(widget-space): reload widget on destination change
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`widget-space redux actions basic actions #reloadWidget should reload the widget 1`] = `\n+Array [\n+ Object {\n+ \"type\": \"widget-space/RELOAD_WIDGET\",\n+ },\n+]\n+`;\n+\n+exports[`widget-space redux actions basic ...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): reload widget on destination change
1
feat
widget-space
791,690
20.06.2018 11:18:48
25,200
c6664f5ac61524f018bfeac880651c4e897d219e
tests: fix golden LHR
[ { "change_type": "MODIFY", "diff": "\"time-to-first-byte\": {\n\"id\": \"time-to-first-byte\",\n\"title\": \"Keep server response times low (TTFB)\",\n- \"description\": \"Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/chrom...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: fix golden LHR (#5529)
1
tests
null
791,834
20.06.2018 11:23:56
25,200
6bf2f45607edce27319acac7e39fa02c705a061d
core(tsc): use Config class to define Config type
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ const Runner = require('../runner');\n/** @typedef {InstanceType<GathererConstructor>} Gatherer */\n/**\n- * @param {LH.Config['passes']} passes\n- * @param {LH.Config['audits']} audits\n+ * @param {Config['passes']} passes\n+ * @param {Config['audits']}...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): use Config class to define Config type (#5525)
1
core
tsc
679,913
20.06.2018 14:22:31
-3,600
cd863214ca61321960552d67cc9233e8f8cac286
docs(transducers-fsm): fix readme (example)
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ const testFSM = fsm.fsm({\nif (++state.count > 5) {\nstate.state = \"take\";\nstate.count = 1;\n- return x;\n+ return [x];\n}\n} else {\nstate.state = \"done\";\n@@ -78,7 +78,7 @@ const testFSM = fsm.fsm({\nstate.state = \"skip\";\nstate.count = 1;\n} el...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers-fsm): fix readme (example)
1
docs
transducers-fsm
730,413
20.06.2018 16:18:40
14,400
abd1b396cbb53bd23bb2b61c5477511f66616f46
feat(widget-space-demo): add option to disable default activities
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import AppBar from 'material-ui/AppBar';\nimport Toggle from 'material-ui/Toggle';\nimport {RadioButtonGroup, RadioButton} from 'material-ui/RadioButton';\nimport {Card, CardActions, CardTitle, CardText} from 'material-ui/Card';\n+import Checkbox from 'm...
JavaScript
MIT License
webex/react-widgets
feat(widget-space-demo): add option to disable default activities
1
feat
widget-space-demo
730,413
20.06.2018 16:19:32
14,400
eeb05e321abe650f5f2d54011e92fba2d1c1974f
fix(widget-space): does not verify default activity is not disabled if initial activity is not set
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,9 @@ function checkForErrors(props) {\n}\nconst invalidActivityId = 'ciscospark.container.space.error.invalidActivity';\n- const validActivity = initialActivity ? activityTypes.some((activity) => activity.name === initialActivity) : true;\n+ const defaultActi...
JavaScript
MIT License
webex/react-widgets
fix(widget-space): does not verify default activity is not disabled if initial activity is not set
1
fix
widget-space
730,413
20.06.2018 16:29:19
14,400
1e536b1509315333c5f59a1eb456040273fefd91
fix(tooling): featureFlag.js is in suite definitions
[ { "change_type": "MODIFY", "diff": "@@ -128,8 +128,7 @@ exports.config = {\n'./test/journeys/specs/space/global/basic.js',\n'./test/journeys/specs/space/global/meet.js',\n'./test/journeys/specs/space/global/messaging.js',\n- './test/journeys/specs/space/global/startup-settings.js',\n- './test/journeys/specs...
JavaScript
MIT License
webex/react-widgets
fix(tooling): featureFlag.js is in suite definitions
1
fix
tooling
730,429
20.06.2018 17:17:50
14,400
c3a6857aa9cc4a00bad3da8a8bd65459b0a75c59
feat(widget-demo): add destination support
[ { "change_type": "MODIFY", "diff": "@@ -15,9 +15,12 @@ import TokenInput from '../token-input';\nimport styles from './styles.css';\n-const MODE_ONE_ON_ONE_ID = 'MODE_ONE_ON_ONE_ID';\n-const MODE_ONE_ON_ONE = 'MODE_ONE_ON_ONE';\n-const MODE_SPACE = 'MODE_SPACE';\n+const MODE_ONE_ON_ONE_ID = 'userId';\n+cons...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add destination support
1
feat
widget-demo
730,412
20.06.2018 19:11:20
0
030f078add9aa9b14c62d083bd6585e03eadd684
chore(release): 0.1.311
[ { "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.311\"></a>\n+## [0.1.311](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.311
1
chore
release
217,886
21.06.2018 00:47:57
-7,200
3a63080d8c0b51264f2a54f9c38c6d4d80f5be6f
chore: added submodule for SaintCoinach
[ { "change_type": "ADD", "diff": "+[submodule \"data-extraction/SaintCoinach\"]\n+ path = data-extraction/SaintCoinach\n+ url = git@github.com:ufx/SaintCoinach.git\n", "new_path": ".gitmodules", "old_path": null }, { "change_type": "ADD", "diff": "+Subproject commit 4eac4097896294dcb5a5fc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added submodule for SaintCoinach
1
chore
null
791,690
21.06.2018 10:21:46
25,200
176bdb4fa7457abfbb21f293278861c6b295cd36
misc(golden-lhr): exclude audit descriptions
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ function cleanAndFormatLHR(lhrString) {\ndelete lhr.timing;\nif (extraFlag !== '--only-remove-timing') {\nfor (const auditResult of Object.values(lhr.audits)) {\n+ auditResult.description = '**Excluded from diff**';\nauditResult.helpText = '**Excluded fr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(golden-lhr): exclude audit descriptions (#5538)
1
misc
golden-lhr
815,746
21.06.2018 10:46:44
-10,800
8a8b622da1df267c1a2c578e607ef2639a92ab3c
fix: grouped items select/unselect fixes
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ export interface Person {\ncompany: string;\nemail: string;\nphone: string;\n+ disabled?: boolean;\n}\n@Injectable({\n", "new_path": "demo/app/shared/data.service.ts", "old_path": "demo/app/shared/data.service.ts" }, { "change_type": "ADD...
TypeScript
MIT License
ng-select/ng-select
fix: grouped items select/unselect (#613) fixes #606
1
fix
null
679,913
21.06.2018 12:27:06
-3,600
2223bded6163a3cc9e2b3f5d580fc60739b60659
docs: fix package links in readmes
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,7 @@ interface, an extension of the native ES6 Set API.\n### ArraySet\nSimple array based `Set` implementation which by default uses\n-[@thi.ng/api/equiv](https://github.com/thi-ng/umbrella/tree/master/packages/api/src/equiv.ts)\n+[@thi.ng/equiv](https://gi...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: fix package links in readmes
1
docs
null
815,746
21.06.2018 12:45:04
-10,800
94c62021a74359ba8b5a98e529f3de93e8e80cb7
feat: custom templates multichecbox support closes
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import { DataService } from './shared/data.service';\nimport { AppendToComponent } from './examples/append-to.component';\nimport { DataSourceComponent } from './examples/data-source.component';\nimport { SelectGroupsComponent } from './examples/groups.c...
TypeScript
MIT License
ng-select/ng-select
feat: custom templates multichecbox support (#638) closes #607
1
feat
null
815,746
21.06.2018 12:45:24
-10,800
5759550fc7a8e45aee7c4ab5648448b033b2430e
chore(release): 2.3.0
[ { "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.0\"></a>\n+# [2.3.0](https://github.com/ng-select/ng-select/compare/v2.2.0...v2.3...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.0
1
chore
release
679,913
21.06.2018 13:54:02
-3,600
cc5b7367c8a8c9ea75959e04dbbdeb9d37eca368
feat(rstream): option to avoid auto-closing `fromInterval()`, add docs
[ { "change_type": "MODIFY", "diff": "import { Stream } from \"../stream\";\n-export function fromIterable<T>(src: Iterable<T>, delay = 0) {\n+/**\n+ * Creates a new `Stream` of given iterable which asynchronously calls\n+ * `.next()` for each item of the iterable when the first (and in this\n+ * case the onl...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): option to avoid auto-closing `fromInterval()`, add docs
1
feat
rstream
679,913
21.06.2018 13:55:42
-3,600
d0b1e5c4c3fd01ba4d20702ed07950da698a97be
feat(rstream-graph): add stop(), fix `const` inputs, update docs/readme
[ { "change_type": "MODIFY", "diff": "@@ -9,13 +9,17 @@ This project is part of the\nDeclarative, reactive dataflow graph construction using\n[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/master/packages/rstream),\n-[@thi.ng/atom](https://github.com/thi-ng/umbrella/tree/master/packages/atom) and [...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-graph): add stop(), fix `const` inputs, update docs/readme
1
feat
rstream-graph
730,412
21.06.2018 15:06:56
0
41cadd79e3c8bdacf698467daf7aa890e41b9b27
chore(release): 0.1.312
[ { "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.312\"></a>\n+## [0.1.312](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.312
1
chore
release
730,429
21.06.2018 16:14:11
14,400
09d3bfb3b2e54a06e5b547d5db787b86ec486cbe
feat(module-errors): add reset errors action
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,9 @@ Object {\n\"type\": \"errors/REMOVE_ERROR\",\n}\n`;\n+\n+exports[`redux-module-errors actions #resetErrors can reset errors 1`] = `\n+Object {\n+ \"type\": \"errors/RESET_ERRORS\",\n+}\n+`;\n", "new_path": "packages/node_modules/@ciscospark/redux-mod...
JavaScript
MIT License
webex/react-widgets
feat(module-errors): add reset errors action
1
feat
module-errors
217,922
21.06.2018 17:32:00
-7,200
d7f5e7a24d0d88e200eab3e8f92772a298ef624e
chore: [WIP] imrovements to pricing page UX
[ { "change_type": "MODIFY", "diff": "-<mat-list-item [class.odd]=\"odd\">\n+<mat-list-item [class.odd]=\"odd\" class=\"list-item\">\n<div mat-list-avatar class=\"icon\" *ngIf=\"!isMobile()\">\n<img mat-list-avatar src=\"{{item.icon | icon}}\" alt=\"{{item.id | itemName | i18n}}\">\n</div>\nmatTooltipPosition...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] imrovements to pricing page UX
1
chore
null
217,922
21.06.2018 18:13:02
-7,200
890d01b6653c2555f2ed1d4e0f9075d63d2bec2a
chore: final touch for the UX changes of pricing page closes
[ { "change_type": "MODIFY", "diff": "matTooltipPosition=\"above\">\nattach_money\n</mat-icon>\n- <mat-icon color=\"warn\" *ngIf=\"craftCost < (price.nq * amount.nq + price.hq * amount.hq) && !earning\"\n- matTooltip=\"{{'PRICING.Craft_cheaper'}}\" matTooltipPosition=\"above\">error_outline</mat-icon>\n+ <mat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: final touch for the UX changes of pricing page closes #409
1
chore
null
217,922
21.06.2018 20:45:57
-7,200
bedd93740c092a80abc487e849815625771cef9f
chore: started implementation for shared entities system this delays as it's not ready to be done properly yet.
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ import {OauthService} from './auth/oauth.service';\nimport {LinkToolsService} from './tools/link-tools.service';\nimport {PlatformService} from './tools/platform.service';\nimport {IpcService} from './electron/ipc.service';\n+import {SharedEntityService}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: started implementation for shared entities system this delays #406 as it's not ready to be done properly yet.
1
chore
null
217,927
21.06.2018 21:34:44
0
0a9ebd30e6d419e26831f2731e024d5017fec032
fix: no message on list not found Fixes by relocating the error message to where it will be properly displayed
[ { "change_type": "MODIFY", "diff": "+<h4 class=\"not-found\" *ngIf=\"notFound\">{{\"List_not_found\" | translate}}</h4>\n<div *ngIf=\"list | async as listData\">\n<app-list-details [listData]=\"listData\" (reload)=\"reload$.next(null)\" *ngIf=\"!notFound\"></app-list-details>\n- <h4 class=\"not-found\" *ngI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: no message on list not found Fixes #412 by relocating the error message to where it will be properly displayed
1
fix
null
791,690
22.06.2018 04:55:15
25,200
b99d517ba7912ff94053f530831e331eb9028f93
core(network-requests): handle negative endTime
[ { "change_type": "MODIFY", "diff": "@@ -34,11 +34,15 @@ class NetworkRequests extends Audit {\nInfinity\n);\n+ /** @param {number} time */\n+ const timeToMs = time => time < earliestStartTime || !Number.isFinite(time) ?\n+ undefined : (time - earliestStartTime) * 1000;\n+\nconst results = records.map(record...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(network-requests): handle negative endTime (#5530)
1
core
network-requests
217,922
22.06.2018 08:45:12
-7,200
b1cc8bd8428a990dd0fdd42c9de5e135290db42a
fix: fixed an undefined icon being displayed in total trades popup with gil
[ { "change_type": "MODIFY", "diff": "<mat-list-item *ngFor=\"let row of totalPrice\">\n<img src=\"https://secure.xivdb.com/img/game/065000/065002.png\" alt=\"\" *ngIf=\"row.currencyId === -1\"\nmat-list-avatar>\n- <app-item-icon [item]=\"{icon: row.currencyIcon, id: row.currencyId}\" mat-list-avatar></app-it...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an undefined icon being displayed in total trades popup with gil
1
fix
null
730,429
22.06.2018 17:16:31
14,400
a450c54e058bf10f8b878b347cc79439cf3cc84f
feat(module-users): use uuid for all user ids
[ { "change_type": "MODIFY", "diff": "@@ -86,40 +86,6 @@ Array [\n]\n`;\n-exports[`redux-module-users actions #getUser properly gest a single user by id 1`] = `\n-Array [\n- Object {\n- \"payload\": Object {\n- \"email\": undefined,\n- \"id\": \"11111111-0000-0000-0000-000000000000\",\n- },\n- \"type\": \"use...
JavaScript
MIT License
webex/react-widgets
feat(module-users): use uuid for all user ids
1
feat
module-users
815,745
22.06.2018 17:37:58
-10,800
85c780f2d94bf8327df72225fba26cd12147315e
fix: don't ignore bindLabel when label prop exists fixes
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ describe('ItemsList', () => {\nlet list: ItemsList;\nbeforeEach(() => {\nconst cmp = ngSelect();\n+ cmp.bindLabel = 'label';\nlist = itemsList(cmp);\n});\n@@ -147,6 +148,7 @@ describe('ItemsList', () => {\nlet cmp: NgSelectComponent;\nbeforeEach(() => {\nc...
TypeScript
MIT License
ng-select/ng-select
fix: don't ignore bindLabel when label prop exists fixes #614
1
fix
null
815,745
22.06.2018 18:29:22
-10,800
28f2f5ae7c62858dfaf9424cbe9329737ad1286f
chore(release): 2.3.1
[ { "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.1\"></a>\n+## [2.3.1](https://github.com/ng-select/ng-select/compare/v2.3.0...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.1
1
chore
release
217,927
23.06.2018 00:01:49
0
19f821654435c73fadc852f077fe5059a8a1924b
feat: apply stats to all crafts button Adds a "save for all" button, allowing users to quickly save the stats for one gearset across all gearsets. Resolves
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ import {combineLatest, of} from 'rxjs';\n})\nexport class ProfileComponent extends PageComponent {\n- static craftingJobs = [\n+ private craftingJobs: any[] = [\n{abbr: 'CRP', name: 'carpenter'},\n{abbr: 'BSM', name: 'blacksmith'},\n{abbr: 'ARM', name: '...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: apply stats to all crafts button Adds a "save for all" button, allowing users to quickly save the stats for one gearset across all gearsets. Resolves #418
1
feat
null
217,922
24.06.2018 15:39:44
-7,200
1cd48bba958ee58b7f4d5e92dc45ded935003644
fix: fixed an issue with final crafts checking removing some ingredients closes
[ { "change_type": "MODIFY", "diff": "@@ -322,7 +322,8 @@ export class List extends DataWithPermissions {\nitem.done = 0;\n}\namount = MathTools.absoluteCeil(amount / pitem.yield);\n- if (item.requires !== undefined && MathTools.absoluteCeil(item.done / item.yield) !== previousDone) {\n+ const newDone = MathT...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with final crafts checking removing some ingredients closes #420
1
fix
null
217,922
24.06.2018 15:58:29
-7,200
24042cda5cf632d27afdb77abd6b2b7490f3f28c
fix(simulator): tooltips are now hidden when dragging actions closes
[ { "change_type": "MODIFY", "diff": "<div class=\"action-container\" (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclick.emit():null\"\n- [appXivdbActionTooltip]=\"action.getId(getJobId())\">\n+ [appXivdbActionTooltip]=\"action.getId(getJobId())\" [appXivdbActionTooltipDisabled]=\"tooltipDisa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): tooltips are now hidden when dragging actions closes #423
1
fix
simulator
743,913
24.06.2018 18:03:34
14,400
e8cf970a3204ef183132b2253050e0176aafc3b9
docs: move Code of Conduct section to CODE_OF_CONDUCT.md
[ { "change_type": "ADD", "diff": "+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regar...
JavaScript
MIT License
yargs/yargs
docs: move Code of Conduct section to CODE_OF_CONDUCT.md (#1155)
1
docs
null
217,922
24.06.2018 18:54:11
-7,200
d16f927ba22a8264c9b832597792c5a381cdc876
chore: first pass for models used for commission board
[ { "change_type": "ADD", "diff": "+export interface CommissionMessage {\n+ authorId: number;\n+ content: string;\n+}\n", "new_path": "src/app/model/commission/commission-message.ts", "old_path": null }, { "change_type": "ADD", "diff": "+import {List} from '../list/list';\n+import {Commiss...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first pass for models used for commission board
1
chore
null
743,891
25.06.2018 03:20:51
-19,080
a2f2eae2235fa9b10ce221aea1320b1dfc564efa
feat: allow setting scriptName $0
[ { "change_type": "MODIFY", "diff": "@@ -813,6 +813,20 @@ var yargs = require(\"yargs\")(['--info'])\n.argv\n```\n+<a name=\"scriptName\"></a>.scriptName($0)\n+------------------\n+\n+Set the name of your script ($0). Default is the base filename executed by node (`process.argv[1]`)\n+\n+Example:\n+\n+```js\...
JavaScript
MIT License
yargs/yargs
feat: allow setting scriptName $0 (#1143)
1
feat
null
217,922
25.06.2018 08:52:36
-7,200
bdbe527ecac67361d8d85e67db74b8070661c13c
chore: allow multiple discussions per commission request
[ { "change_type": "ADD", "diff": "+import {CommissionMessage} from './commission-message';\n+\n+export interface CommissionDiscussion {\n+ crafterId: string;\n+ messages: CommissionMessage[];\n+}\n", "new_path": "src/app/model/commission/commission-discussion.ts", "old_path": null }, { "chang...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: allow multiple discussions per commission request
1
chore
null
791,690
25.06.2018 09:15:25
25,200
fe0e8c1955785e0c1cc433663044b6289ce7dbfd
core(trace-of-tab): remove DevTools stableSort dependency
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,35 @@ class TraceOfTab extends ComputedArtifact {\nreturn 'TraceOfTab';\n}\n+ /**\n+ * @param {LH.TraceEvent[]} traceEvents\n+ * @param {(e: LH.TraceEvent) => boolean} filter\n+ */\n+ static filteredStableSort(traceEvents, filter) {\n+ // create an array of t...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(trace-of-tab): remove DevTools stableSort dependency (#5532)
1
core
trace-of-tab
679,913
25.06.2018 14:56:58
-3,600
c4fad707c132de8f10f719b4d24113d270f63876
fix(rstream-graph): individual node outputs add map() xform to ensure output sub only contains selected output val
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { fromIterableSync } from \"@thi.ng/rstream/from/iterable\";\nimport { fromView } from \"@thi.ng/rstream/from/view\";\nimport { StreamSync, sync } from \"@thi.ng/rstream/stream-sync\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\n+imp...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-graph): individual node outputs - add map() xform to ensure output sub only contains selected output val
1
fix
rstream-graph
791,854
25.06.2018 16:18:33
14,400
38831b7ff29863d9b93ab58f3dfba68545df6745
core(driver): [minor] fix spelling of evaluate
[ { "change_type": "MODIFY", "diff": "@@ -173,7 +173,7 @@ class Driver {\n* @param {string} scriptSource\n* @return {Promise<LH.Crdp.Page.AddScriptToEvaluateOnLoadResponse>} Identifier of the added script.\n*/\n- evaluteScriptOnNewDocument(scriptSource) {\n+ evaluateScriptOnNewDocument(scriptSource) {\nreturn...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): [minor] fix spelling of evaluate (#5553)
1
core
driver
217,922
25.06.2018 18:26:01
-7,200
570279a5d6dcb6ef03e714d66e98ef27fbdf819f
fix: fixed an issue with ingredients amount not being set properly (again, fixed properly now)
[ { "change_type": "MODIFY", "diff": "@@ -296,8 +296,9 @@ export class List extends DataWithPermissions {\n* @param {number} amount\n* @param {boolean} setUsed\n* @param {boolean} excludeRecipes\n+ * @param initialAddition\n*/\n- public setDone(pitem: ListRow, amount: number, excludeRecipes = false, setUsed =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with ingredients amount not being set properly (again, fixed properly now)
1
fix
null
791,690
26.06.2018 10:54:16
25,200
cf2e13a2d82e8f8aeddcd7495c6aaf9ff80fd05d
tests(smoke): remove console.timeline() call
[ { "change_type": "MODIFY", "diff": "@@ -302,11 +302,6 @@ function deprecationsTest() {\n// TODO: some deprecated API messages are not currently being logged correctly.\n// See: https://crbug.com/680832\n- try {\n- MediaStreamTrack.getSources(); // Should eventually FAIL\n- } catch(e) {}\n-\n- console.timeli...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): remove console.timeline() call (#5560)
1
tests
smoke
730,429
26.06.2018 11:36:21
14,400
242133229e15428f5e6bfa88262cc0a636504f90
feat(redux-module-users): export immutable records for testing
[ { "change_type": "MODIFY", "diff": "@@ -169,15 +169,9 @@ Object {\n\"STORE_CURRENT_USER_ID\": \"users/STORE_CURRENT_USER_ID\",\n\"STORE_USER\": \"users/STORE_USER\",\n\"STORE_USERS\": \"users/STORE_USERS\",\n- \"default\": [Function],\n\"fetchCurrentUser\": [Function],\n\"fetchUser\": [Function],\n\"getUser...
JavaScript
MIT License
webex/react-widgets
feat(redux-module-users): export immutable records for testing
1
feat
redux-module-users
791,723
26.06.2018 14:00:30
25,200
cee9d5559295aa8a7fb0a6a04fda7a6c53e4a8ee
core: [minor] migrate remaining .description -> .title
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ class Runner {\n*/\nstatic async _runAudit(auditDefn, artifacts, settings) {\nconst audit = auditDefn.implementation;\n- const status = `Evaluating: ${audit.meta.description}`;\n+ const status = `Evaluating: ${audit.meta.title}`;\nlog.log('status', sta...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: [minor] migrate remaining .description -> .title
1
core
null
217,922
26.06.2018 17:01:57
-7,200
4dc4a44f91eb8de88522a208d29826881f3f8b2b
chore: chat implemented !
[ { "change_type": "MODIFY", "diff": "import {CommissionMessage} from './commission-message';\nimport {DeserializeAs} from '@kaiu/serializer';\n+import {DataModel} from '../../core/database/storage/data-model';\n-export class CommissionDiscussion {\n+export class CommissionDiscussion extends DataModel {\n@Des...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: chat implemented !
1
chore
null
217,922
26.06.2018 17:19:33
-7,200
dde67d1aa01d491ebf5932c92462039fc027eb7f
chore: add candidate system and trackBy
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,11 @@ export class Commission extends DataModel {\n@DeserializeAs([CommissionDiscussion])\ndiscussions: CommissionDiscussion[] = [];\n+ /**\n+ * The ids of all the crafters who said \"I want to do that\"\n+ */\n+ candidateIds: string[] = [];\n+\n/**\n* The da...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add candidate system and trackBy
1
chore
null
791,723
27.06.2018 02:22:13
-3,600
281582439dbf7a45b00e3673840f0b93542d66aa
misc: update codeowners file
[ { "change_type": "MODIFY", "diff": "@@ -8,13 +8,13 @@ lighthouse-cli/test/smokehouse/ @patrickhulce @brendankenny\nlighthouse-core/gather/ @patrickhulce @paulirish\nlighthouse-core/audits/ @patrickhulce @brendankenny @paulirish\n-lighthouse-core/report/ @vinamratasingal @paulirish\n+lighthouse-core/report/ ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: update codeowners file (#5564)
1
misc
null
749,547
27.06.2018 09:52:37
-36,000
ea23e80fe7473f3cc58cbdacd3fd864919c2fc4a
fix: Stop double focus of button group onFocus of Button the focus is moved to the ButtonGroupView container to avoid double selection.
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@zendeskgarden/react-selection\": \"^4.1.4\",\n\"@zendeskgarden/react-utilities\": \"^0.1.1\",\n- \"classnames\": \"^2.2.5\"\n+ \"classnames\": \"^2.2.5\",\n+ \"dom-helpers\": \"^3.3.1\"\n},\n\"peerDependencies\": {\n\"@zendeskgarden/react-theming\"...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix: Stop double focus of button group (#44) onFocus of Button the focus is moved to the ButtonGroupView container to avoid double selection.
1
fix
null
730,429
27.06.2018 10:49:48
14,400
1363c97b119dfeef5b304346ee574764fa44cadf
feat(webex-loading): create new loading screen component
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@webex/react-component-loading-screen\",\n+ \"description\": \"Webex Teams React Loading Screen\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"Adam Weeks...
JavaScript
MIT License
webex/react-widgets
feat(webex-loading): create new loading screen component
1
feat
webex-loading
730,429
27.06.2018 12:10:19
14,400
ee02fd394a150e0f739101ff63d3afd03d769e1a
chore(tooling): add support for directory
[ { "change_type": "MODIFY", "diff": "\"@ciscospark/react-(.*)\": \"<rootDir>/packages/node_modules/@ciscospark/react-$1/src\",\n\"@ciscospark/redux-(.*)\": \"<rootDir>/packages/node_modules/@ciscospark/redux-$1/src\",\n\"@ciscospark/widget-(.*)\": \"<rootDir>/packages/node_modules/@ciscospark/widget-$1/src\"...
JavaScript
MIT License
webex/react-widgets
chore(tooling): add support for @webex directory
1
chore
tooling
730,429
27.06.2018 12:12:08
14,400
4dc52e3cd7f21f03f1df444f42ddb011a1b6133d
feat(widget-recents): use new webex teams loading screen
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ import {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {fetchTeams} from '@ciscospark/redux-module-teams';\nimport {events as metricEvents} from '@ciscospark/react-redux-spark-metrics';\n-import LoadingScreen from '@ciscospark/react-compone...
JavaScript
MIT License
webex/react-widgets
feat(widget-recents): use new webex teams loading screen
1
feat
widget-recents
217,922
27.06.2018 12:14:10
-7,200
4222572b4feb874d1267bb3107b5bdea31571631
chore: payment tracking for commissions
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,20 @@ export class Commission extends DataModel {\n*/\ncrafterId?: string;\n+ /**\n+ * The history of payments done.\n+ * @type {any[]}\n+ */\n+ payments: { date: string, amount: number }[] = [];\n+\n+ /**\n+ * Gets the total paid for this commission so far.\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: payment tracking for commissions
1
chore
null
448,050
27.06.2018 12:54:34
-7,200
5c6027b34a2bca80b30558b68a22b91e4aece329
docs: tsconfig.ngc.json extension
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,21 @@ ngPackage\n});\n```\n-Note: You need to supply a full and valid tsconfig. You can get started by taking a look at [our internal tsconfig](../src/lib/ts/conf/tsconfig.ngc.json).\n+Notes:\n+\n+You need to supply a full and valid tsconfig. You can get star...
TypeScript
MIT License
ng-packagr/ng-packagr
docs: tsconfig.ngc.json extension (#978)
1
docs
null
791,834
27.06.2018 13:11:34
25,200
23d635f67f0ab57c160114c583976d25755edfcf
docs(audit): add jsdoc descriptions to the audit meta properties
[ { "change_type": "MODIFY", "diff": "@@ -34,11 +34,17 @@ declare global {\nexport type DisplayValue = string | DisplayValueArray;\nexport interface Meta {\n+ /** The string identifier of the audit, in kebab case. */\nid: string;\n+ /** Short, user-visible title for the audit when successful. */\ntitle: strin...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(audit): add jsdoc descriptions to the audit meta properties (#5567)
1
docs
audit
217,922
27.06.2018 15:48:56
-7,200
b3c991d92b2adfa25e6cb72c21330d8ff607fe48
chore: update required node.js version for contributing guidelines
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ Discord for support, bugs discussion and contributors: https://discord.gg/r6qxt6\n### Prepare your environment\n-* Install [Node.js](http://nodejs.org/) (>= 8.2) and NPM (>=5.3)\n+* Install [Node.js](http://nodejs.org/) (>= 8.9 and <10) and NPM (>=5.3)\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update required node.js version for contributing guidelines
1
chore
null
730,429
27.06.2018 16:10:22
14,400
bda5533751d7f955dde1847d64cff9e57fb8526c
test(activity-menu): add onClick handlers
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ exports[`ActivityMenu component renders properly 1`] = `\n<button\naria-label=\"Message\"\nclassName=\"ciscospark-button button button\"\n- onClick={undefined}\n+ onClick={[MockFunction]}\nonKeyPress={[Function]}\n>\n@@ -87,7 +87,7 @@ exports[`ActivityMe...
JavaScript
MIT License
webex/react-widgets
test(activity-menu): add onClick handlers
1
test
activity-menu
217,922
27.06.2018 16:11:09
-7,200
4e9f594c5c9031af52e160b5f0aec3618bed73f8
chore: added status chips for better UX
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"right-header\">\n<mat-chip-list>\n- <mat-chip selectable=\"false\">{{'COMMISSION_BOARD.STATUS.'+getStatus(commission) | translate}}\n+ <mat-chip selectable=\"false\">\n+ {{('COMMISSION_BOARD.STATUS.' + getStatus(commission)) | translate}}\n</mat-chip>...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added status chips for better UX
1
chore
null
730,429
27.06.2018 16:11:46
14,400
d9250c963152d00130920fbc9729568eaf7905e1
fix(activity-system-message): remove incorrect isRequired from props
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,10 @@ export const SYSTEM_MESSAGE_VERBS = [\nconst propTypes = {\nactivity: PropTypes.shape({\n- duration: PropTypes.number.isRequired,\n+ duration: PropTypes.number,\nisGroupCall: PropTypes.bool.isRequired,\n- participants: PropTypes.arrayOf(\n+ participants...
JavaScript
MIT License
webex/react-widgets
fix(activity-system-message): remove incorrect isRequired from props
1
fix
activity-system-message
730,429
27.06.2018 16:12:14
14,400
58285ee73f251e19aeda9265e64ed581ea0300db
fix(day-separator): add correct prop type
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,10 @@ import ListSeparator from '@ciscospark/react-component-list-separator';\nimport calculateDateText from './calculateDateText';\nconst propTypes = {\n- fromDate: PropTypes.instanceOf(Date).isRequired,\n- now: PropTypes.instanceOf(Date).isRequired,\n- toDate...
JavaScript
MIT License
webex/react-widgets
fix(day-separator): add correct prop type
1
fix
day-separator
730,429
27.06.2018 16:12:58
14,400
b8aff4cc42d66a531b8a4652d8fdc4f8fd1287db
test(incoming-call): add onClick mocks
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ exports[`IncomingCall component renders properly 1`] = `\n<button\naria-label=\"Answer\"\nclassName=\"ciscospark-button button answerButton button\"\n- onClick={undefined}\n+ onClick={[MockFunction]}\nonKeyPress={[Function]}\n>\n<div\n@@ -91,7 +91,7 @@ e...
JavaScript
MIT License
webex/react-widgets
test(incoming-call): add onClick mocks
1
test
incoming-call
730,429
27.06.2018 16:13:41
14,400
4e5db52cf2f2fd9d82c38ef62b2170a621b006d1
test(file-uploader): add mock functions
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,12 @@ import {Provider} from 'react-redux';\nimport renderer from 'react-test-renderer';\nimport {Map} from 'immutable';\nimport fh from '@ciscospark/test-helper-file';\n-import {store} from '@ciscospark/widget-message';\n+// import {store} from '@ciscospark/w...
JavaScript
MIT License
webex/react-widgets
test(file-uploader): add mock functions
1
test
file-uploader
730,429
27.06.2018 16:14:16
14,400
9171f7e146357d09627accc8f2c3e9fbd76133a2
test(message-composer): add mock onSubmit
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ describe('MessageComposer component', () => {\nit('renders properly', () => {\ncomponent = renderer.create(\n<MessageComposerComponent\n+ onSubmit={jest.fn()}\nplaceholder=\"Message Placeholder\"\nsparkInstance={spark}\nvalue=\"This is a message\"\n", ...
JavaScript
MIT License
webex/react-widgets
test(message-composer): add mock onSubmit
1
test
message-composer
815,745
27.06.2018 16:53:52
-10,800
08f91ae1a369d1778a4aa6b77fe66836e26ff1dd
fix: highlight term using typeahed fixes
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,12 @@ import { By } from '@angular/platform-browser';\ntemplate: `\n<span id=\"test1\" [ngOptionHighlight]=\"term\">My text is highlighted</span>\n<span id=\"test2\" [ngOptionHighlight]=\"term\">My text is not highlighted</span>\n+ <span id=\"test3\" *ngIf=\"s...
TypeScript
MIT License
ng-select/ng-select
fix: highlight term using typeahed fixes #591
1
fix
null
217,922
27.06.2018 17:41:27
-7,200
55bc1a7aaf877e508d3d807696de200c117fe607
chore: first iteration done, rating system implemented
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,8 @@ export class Commission extends DataModel {\n*/\nlistId: string;\n+ ratedBy: { [index: string]: boolean } = {};\n+\nitems: ListRow[] = [];\n/**\n@@ -130,6 +132,10 @@ export class Commission extends DataModel {\nreturn this.items.reduce((completed, item) ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first iteration done, rating system implemented
1
chore
null
217,922
27.06.2018 18:20:51
-7,200
0264b2eac391d75916f940e522965547a73caee1
chore: added history tab for commissions
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ import {SettingsModule} from '../settings/settings.module';\nimport {TooltipModule} from '../../modules/tooltip/tooltip.module';\nimport {CommissionChatComponent} from './commission-chat/commission-chat.component';\nimport {RatingPopupComponent} from './...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added history tab for commissions
1
chore
null
217,922
27.06.2018 19:24:30
-7,200
cdbe3154787ed6108d2654070d7a0babdbd3352b
feat: new commission board feature
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import {PendingChangesService} from '../pending-changes/pending-changes.service'\nimport {AngularFirestore, QueryFn} from 'angularfire2/firestore';\nimport {NgSerializerService} from '@kaiu/ng-serializer';\nimport {Observable} from 'rxjs/index';\n-import {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new commission board feature
1
feat
null
815,745
27.06.2018 19:47:00
-10,800
4632794d566ca7cda8e5034e52c07402ef8b2488
chore(release): 2.3.2
[ { "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.2\"></a>\n+## [2.3.2](https://github.com/ng-select/ng-select/compare/v2.3.1...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.2
1
chore
release
217,922
27.06.2018 21:15:33
-7,200
aa04af372b25031976aa841107758b254c883ee9
chore: fixes for beta commission board
[ { "change_type": "MODIFY", "diff": "</mat-list>\n<div class=\"payment-block\" *ngIf=\"commission.status === 1\">\n<div *ngIf=\"user$ | async as user\" class=\"payment-history\">\n- <mat-list dense *ngIf=\"user.$key === commission.authorId || user.$key === commission.crafterId\">\n+ <div *ngIf=\"user.$key ==...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixes for beta commission board
1
chore
null
217,922
27.06.2018 21:41:02
-7,200
70690ab38e2b2d9d1dfd84a2911634b12eb3fff6
chore: small permissions fix
[ { "change_type": "MODIFY", "diff": "<button mat-raised-button\ncolor=\"accent\"\n[disabled]=\"!commission.isDone()\"\n- *ngIf=\"commission.status !== 2\"\n+ *ngIf=\"commission.status !== 2 && commission.authorId === user.$key\"\n(click)=\"markAsFinished(commission)\">\n<mat-icon>check</mat-icon>\n{{'COMMISS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small permissions fix
1
chore
null
217,922
27.06.2018 21:48:13
-7,200
f777ec328f140e14c2465c14b4abd84824ab3026
chore: remove commission board menu item for anonymous users
[ { "change_type": "MODIFY", "diff": "</mat-list-item>\n<mat-list-item routerLink=\"/commissions/board\" (click)=\"mobile ? sidenav.close() : null\"\nmatTooltipPosition=\"right\"\n+ *ngIf=\"!(authState | async)?.isAnonymous\"\nmatTooltip=\"{{'COMMISSION_BOARD.Title' | translate}}\"\n[matTooltipDisabled]=\"!se...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove commission board menu item for anonymous users
1
chore
null
724,226
28.06.2018 03:58:38
-32,400
e83cda2985ce465fcf6d58cab24f5ce2ac640400
fix: support setValue on textarea
[ { "change_type": "MODIFY", "diff": "@@ -699,7 +699,7 @@ export default class Wrapper implements BaseWrapper {\n`type=\"radio\" /> element. Use wrapper.setChecked() ` +\n`instead`\n)\n- } else if (tagName === 'INPUT' || tagName === 'textarea') {\n+ } else if (tagName === 'INPUT' || tagName === 'TEXTAREA') {\...
JavaScript
MIT License
vuejs/vue-test-utils
fix: support setValue on textarea (#764)
1
fix
null
217,922
28.06.2018 08:49:20
-7,200
3afd16075018ba67f2192344202ccbca0fcbc3e0
chore: disable notifications for archived commissions + small fixes
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ export class Commission extends DataModel {\n* @type {boolean}\n*/\nget hasNewThings(): boolean {\n- return this.newThings.length > 0;\n+ return this.newThings.length > 0 && this.status !== CommissionStatus.DONE;\n}\n/**\n@@ -113,7 +113,7 @@ export class...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: disable notifications for archived commissions + small fixes
1
chore
null
217,922
28.06.2018 09:29:36
-7,200
9e46759b8f242a2c8677a2f2539a3658c2ff1ad2
chore: revert of last change Being able to know if a completed commission has new things is important for rating
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ export class Commission extends DataModel {\n* @type {boolean}\n*/\nget hasNewThings(): boolean {\n- return this.newThings.length > 0 && this.status !== CommissionStatus.DONE;\n+ return this.newThings.length > 0;\n}\n/**\n@@ -113,7 +113,7 @@ export class...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: revert of last change Being able to know if a completed commission has new things is important for rating
1
chore
null
217,922
28.06.2018 09:38:43
-7,200
f9db5261a3c6787d36c1d160f8cd2b8dfb2438f3
chore: only allow to fire the crafter if the craft is done
[ { "change_type": "MODIFY", "diff": "</div>\n<button mat-icon-button\ncolor=\"warn\"\n- *ngIf=\"(user$ | async)?.$key === commission.authorId\"\n+ *ngIf=\"(user$ | async)?.$key === commission.authorId && commission.status === 1\"\nmatTooltip=\"{{'COMMISSION_BOARD.Fire' | translate}}\"\n(click)=\"fireCrafter(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: only allow to fire the crafter if the craft is done
1
chore
null
217,922
28.06.2018 09:40:20
-7,200
ef51bb5d4defdab3686d9f90f95ae0e30243c37f
chore: add specific confirmation message for request archive button
[ { "change_type": "MODIFY", "diff": "@@ -192,7 +192,7 @@ export class CommissionDetailsComponent implements OnInit {\n}\npublic markAsFinished(commission: Commission): void {\n- this.dialog.open(ConfirmationPopupComponent)\n+ this.dialog.open(ConfirmationPopupComponent, {data: 'CONFIRMATION_BOARD.Confirm_arc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add specific confirmation message for request archive button
1
chore
null
217,922
28.06.2018 10:45:31
-7,200
5d102667be3f5aac4482a9e390138402ce5f6445
chore: add rating to buyer on commission details
[ { "change_type": "MODIFY", "diff": "{{commission.name}}\n</mat-card-title>\n<mat-card-subtitle>\n+ <div class=\"buyer-name\">\n{{author.name}}\n<mat-icon *ngIf=\"author.verified\">verified_user</mat-icon>\n- - {{commission.server}}\n+ -\n+ <span class=\"rating\">\n+ <span *ngFor=\"let star of getRating(auth...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add rating to buyer on commission details
1
chore
null
217,922
28.06.2018 10:54:30
-7,200
dc3fa659fb910d8a9dbad10b05947d44f9ffc64d
chore: add count for commissions created
[ { "change_type": "MODIFY", "diff": "@@ -44,3 +44,11 @@ exports.firestoreCountlistsDelete = functions.firestore.document('/lists/{uid}')\n}).then(() => null);\n});\n+exports.firestoreCountCommissions = functions.firestore.document('/commissions/{server}/registry/{uid}').onCreate(() => {\n+ const creationsRef...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add count for commissions created
1
chore
null
217,922
28.06.2018 11:09:02
-7,200
89c2328a2b564c39c4cb118ae26751eb888805da
chore: only commission members are allowed to rate the other user
[ { "change_type": "MODIFY", "diff": "@@ -246,7 +246,10 @@ export class CommissionDetailsComponent implements OnInit {\nthis.removeApplicationNewThing();\ncombineLatest(this.commission$, this.user$)\n.pipe(\n- filter(data => data[0].status === CommissionStatus.DONE && data[0].ratedBy[data[1].$key] === undefin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: only commission members are allowed to rate the other user
1
chore
null
217,927
28.06.2018 11:56:36
0
681af62f841472c7accad2fbd713c5dd35db5045
feat(simulator): default consumables WIP Adds the ability to save a rotation's consumables as default. When a new rotation is created, these consumables will automatically be populated. TODO: Currently setting defaults for every single rotation. :( Resolves
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {Alarm} from '../../core/time/alarm';\nimport {ListDetailsFilters} from '../other/list-details-filters';\nimport {GearSet} from '../../pages/simulator/model/gear-set';\nimport {AlarmGroup} from '../other/alarm-group';\n+import {DefaultConsumables} f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): default consumables WIP Adds the ability to save a rotation's consumables as default. When a new rotation is created, these consumables will automatically be populated. TODO: Currently setting defaults for every single rotation. :( Resolves #426
1
feat
simulator