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 | 23.04.2018 21:24:13 | -7,200 | e0128842a06402eeb3c57f6584753445ac4c84bc | fix(wiki): links for external tools weren't working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -48,8 +48,8 @@ export class WikiComponent implements OnInit {\n}\ninterceptLinks(event: MouseEvent): void {\n- if (event.srcElement.tagName === 'A' && (event.srcElement.baseURI.indexOf('ffxivteamcraft.com') > -1 ||\n- event.srcElement.baseURI.indexOf('localhost') > -1)... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(wiki): links for external tools weren't working properly | 1 | fix | wiki |
217,922 | 23.04.2018 21:24:44 | -7,200 | 8cfc190c2f3ecb916786e03976749d8d527c93be | chore(wiki): grammar mistake fix | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ First of all, come on [Discord] and poke @Miu to tell him that you would like to\n## Without github\n- 1. Create a file using one of the editors linked below.\n+ 1. Create a file using one of the editors linked above.\n2. Send me the file on discord.\n##... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(wiki): grammar mistake fix | 1 | chore | wiki |
730,412 | 23.04.2018 21:25:11 | 0 | 697433e647e74cbb5a8aa4692c656b7866931dd5 | chore(release): 0.1.278 | [
{
"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.278\"></a>\n+## [0.1.278](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.278 | 1 | chore | release |
217,922 | 23.04.2018 21:31:50 | -7,200 | 4ff8397b815e81fa69fb7ea3a8ee3aca26ebd97d | fix: inventory view was broken | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,9 @@ export class LocalizedDataService {\npublic getItem(id: number): I18nName {\nconst row = this.getRow(items, id);\n+ if (row !== undefined) {\nrow.fr = row.fr.replace(this.indentRegexp, '');\n+ }\nreturn row;\n}\n",
"new_path": "src/app/core/data/loca... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: inventory view was broken | 1 | fix | null |
730,413 | 24.04.2018 11:11:29 | 14,400 | 4eff3e2f88da6c5fe1a8e897302b8cacebbc3351 | chore(journeys): use a fresh session for each subset of tests | [
{
"change_type": "MODIFY",
"diff": "\"react-transform-hmr\": \"^1.0.4\",\n\"redux-mock-store\": \"^1.2.1\",\n\"rimraf\": \"^2.5.4\",\n+ \"saucelabs\": \"^1.4.0\",\n\"semver\": \"^5.4.1\",\n\"sleep-ms\": \"^2.0.1\",\n\"sri-toolbox\": \"^0.2.0\",\n",
"new_path": "package.json",
"old_path": "package.js... | JavaScript | MIT License | webex/react-widgets | chore(journeys): use a fresh session for each subset of tests | 1 | chore | journeys |
679,913 | 24.04.2018 11:19:06 | -3,600 | 33f55b3e18df62cb43a153a258aee3328c52d18e | feat(rstream): add owner meta data & IDs for merge/sync inputs | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,8 @@ export class StreamMerge<A, B> extends Subscription<A, B> {\nthis.ensureState();\nthis.sources.set(\nsrc,\n- src.subscribe({\n+ src.subscribe(\n+ {\nnext: (x) => {\nif (x instanceof Subscription) {\nthis.add(x);\n@@ -44,8 +45,12 @@ export class StreamMer... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add owner meta data & IDs for merge/sync inputs | 1 | feat | rstream |
679,913 | 24.04.2018 11:21:04 | -3,600 | e72478abc2565ab3d974ba739f7fce029ef6cc84 | feat(rstream-dot): initial import package | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/rstream-dot/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-dot): initial import @thi.ng/rstream-dot package | 1 | feat | rstream-dot |
679,913 | 24.04.2018 11:46:36 | -3,600 | 0153903dcf9a35a9f83b11be86c04b9acc79d18c | feat(rstream-graph): add IDs for all generated nodes, rename factory type
MultiInputNodeFn => NodeFactory | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\nimport { IObjectOf } from \"@thi.ng/api/api\";\n-export type MultiInputNodeFn<T> = (src: ISubscribable<any>[]) => ISubscribable<T>;\n+export ty... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-graph): add IDs for all generated nodes, rename factory type
- MultiInputNodeFn => NodeFactory | 1 | feat | rstream-graph |
679,913 | 24.04.2018 11:58:29 | -3,600 | 704025a9d5a063944d88af2f9340d4d58c21d3de | feat(rstream-dot): support multiple roots in walk() | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,9 @@ const dotNode = (s: Node, opts: DotOpts) => {\nreturn res + \"];\"\n};\n-export const walk = (sub: Subscription<any, any>, state: WalkState) => {\n+export const walk = (subs: Subscription<any, any>[], state?: WalkState) => {\n+ state || (state = { id: 0,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-dot): support multiple roots in walk() | 1 | feat | rstream-dot |
679,913 | 24.04.2018 12:02:07 | -3,600 | d35b5ff162bab308b23e4400bb0d165f70601420 | feat(examples): add graphviz DOT output for rstream-dataflow | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ above dataflow graph in a declarative manner:\n- [@thi.ng/paths](https://github.com/thi-ng/umbrella/tree/master/packages/paths) - nested value accessors\n- [@thi.ng/resolve-map](https://github.com/thi-ng/umbrella/tree/master/packages/resolve-map) - DAG-b... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add graphviz DOT output for rstream-dataflow | 1 | feat | examples |
679,913 | 24.04.2018 12:03:23 | -3,600 | 66ec92fb2341f2f65ec71f2d2bca23dbf1018aff | feat(rstream-query): update index & sub-query caching/reuse | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/api\": \"^2.2.0\",\n\"@thi.ng/associative\": \"^0.4.3\",\n\"@thi.ng/rstream\": \"^1.5.1\",\n+ \"@thi.ng/rstream-dot\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^1.8.1\"\n},\n\"keywords\": [\n",
"new_path": "packages/rstream-query/package.json",
"old_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): update index & sub-query caching/reuse | 1 | feat | rstream-query |
791,690 | 24.04.2018 14:17:30 | 25,200 | ad3ebf5d64dd980ec2a41455c7cce3cf9ee55c96 | report(util): fix formatDuration, add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -202,7 +202,7 @@ class CacheHeaders extends Audit {\nresults.push({\nurl,\ncacheControl,\n- cacheLifetimeInSeconds,\n+ cacheLifetimeMs: cacheLifetimeInSeconds * 1000,\ncacheHitProbability,\ntotalBytes,\nwastedBytes,\n@@ -210,7 +210,7 @@ class CacheHeaders extends Audit... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(util): fix formatDuration, add tests (#5023) | 1 | report | util |
807,849 | 24.04.2018 14:26:38 | 25,200 | 054392b879f2989fccba6f397ba15501ca8ac69b | feat(publish): Add --require-scripts option to opt-in to raw JS lifecycle scripts
BREAKING CHANGE: External `$PKGDIR/scripts/{pre,post}publish.js` lifecycles are now opt-in instead of automatic. Pass `--require-scripts` explicitly to restore previous functionality. | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,10 @@ exports.builder = yargs => {\ntype: \"string\",\nrequiresArg: true,\n},\n+ \"require-scripts\": {\n+ describe: \"Execute ./scripts/prepublish.js and ./scripts/postpublish.js, relative to package root.\",\n+ type: \"boolean\",\n+ },\npreid: {\ndescribe: ... | JavaScript | MIT License | lerna/lerna | feat(publish): Add --require-scripts option to opt-in to raw JS lifecycle scripts
BREAKING CHANGE: External `$PKGDIR/scripts/{pre,post}publish.js` lifecycles are now opt-in instead of automatic. Pass `--require-scripts` explicitly to restore previous functionality. | 1 | feat | publish |
679,913 | 24.04.2018 14:27:15 | -3,600 | b3928174360689f6798b15cfc372c56ea2552a3b | perf(rstream): support (re)named StreamSync inputs
update StreamSyncOpts
allow objects as `src` option, use object keys as input IDs
update `add()`, add optional ID arg
add various maps to handle real vs. alias IDs | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf, IID } from \"@thi.ng/api/api\";\n+import { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\nimport { comp } from \"@thi.ng/transducers/func/comp\";\nimport { labeled } from \"@thi.ng/tra... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(rstream): support (re)named StreamSync inputs
- update StreamSyncOpts
- allow objects as `src` option, use object keys as input IDs
- update `add()`, add optional ID arg
- add various maps to handle real vs. alias IDs | 1 | perf | rstream |
679,913 | 24.04.2018 14:28:31 | -3,600 | 3408c137a94f5f41fe771524f605a4006c2da39d | feat(rstream-gestures): allows partial opts, add ID option | [
{
"change_type": "MODIFY",
"diff": "+import { IID } from \"@thi.ng/api/api\";\nimport { fromEvent } from \"@thi.ng/rstream/from/event\";\nimport { merge, StreamMerge } from \"@thi.ng/rstream/stream-merge\";\nimport { map } from \"@thi.ng/transducers/xform/map\";\n@@ -22,7 +23,7 @@ export interface GestureEv... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-gestures): allows partial opts, add ID option | 1 | feat | rstream-gestures |
679,913 | 24.04.2018 14:34:37 | -3,600 | e11b9a807f359cdc4773b43e8390e82a9051a6f4 | refactor(examples): update rstream-dataflow to use new specs | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ const graph = initGraph(db, {\n// the `[1, 0]` is the lookup path, i.e. `gesture[1][0]`\nmpos: {\nfn: extract([1, \"pos\"]),\n- ins: [{ stream: () => gestures }],\n+ ins: { src: { stream: () => gestures } },\nout: \"mpos\"\n},\n@@ -67,7 +67,7 @@ const gr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update rstream-dataflow to use new specs | 1 | refactor | examples |
730,412 | 24.04.2018 15:16:47 | 0 | e91f87fd1375cc5f283c77b4e76618bfca1ba695 | chore: update packages to 1.31.1 | [
{
"change_type": "MODIFY",
"diff": "\"homepage\": \"https://github.com/webex/react-ciscospark#readme\",\n\"main\": \"src/index.js\",\n\"dependencies\": {\n- \"@ciscospark/common\": \"1.28.5\",\n- \"@ciscospark/helper-html\": \"1.28.5\",\n- \"@ciscospark/internal-plugin-conversation\": \"1.28.5\",\n- \"@cisc... | JavaScript | MIT License | webex/react-widgets | chore: update @ciscospark packages to 1.31.1 | 1 | chore | null |
815,745 | 24.04.2018 15:41:18 | -10,800 | c07351cf70185113e4b7ec653763da6d2f52f36a | fix: use width for dropdown panel | [
{
"change_type": "MODIFY",
"diff": "@@ -268,8 +268,9 @@ export class ItemsList {\n}\nprivate _groupBy(items: NgOption[], prop: string | Function): OptionGroups {\n+ const isFn = isFunction(this._ngSelect.groupBy);\nconst groups = items.reduce((grouped, item) => {\n- const key = isFunction(prop) ? (<Function... | TypeScript | MIT License | ng-select/ng-select | fix: use width for dropdown panel | 1 | fix | null |
815,745 | 24.04.2018 16:05:42 | -10,800 | 75a3ee55ca0450fd7037cd555dac8c7cebc0d5dd | chore(release): 1.1.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=\"1.1.3\"></a>\n+## [1.1.3](https://github.com/ng-select/ng-select/compare/v1.1.2...v1.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 1.1.3 | 1 | chore | release |
679,913 | 24.04.2018 16:08:33 | -3,600 | 2b9a8883e6fbbf7b98158a10c62dad52b7d60f12 | refactor(rstream-graph): extract ensureInputs(), update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -18,8 +18,13 @@ export type GraphSpec = IObjectOf<NodeSpec>;\n* combine the inputs and produce values for the node's result stream.\n*\n* The `fn` function is responsible to produce such a stream construct.\n+ * The keys used to specify inputs in the `ins` object are d... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-graph): extract ensureInputs(), update docs | 1 | refactor | rstream-graph |
679,913 | 24.04.2018 16:10:00 | -3,600 | 32fb7ff94fba8f0cdf2ad2fdf7b4f0047a97f70c | docs(rstream-graph): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -35,19 +35,19 @@ const graph = rsg.initGraph(state, {\n// from values in the state atom\nadd: {\nfn: rsg.add,\n- ins: [\n- { path: \"a\" },\n- { path: \"b\" }\n- ],\n+ ins: {\n+ a: { path: \"a\" },\n+ b: { path: \"b\" }\n+ },\n},\n// this node receives values from the ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream-graph): update readme | 1 | docs | rstream-graph |
730,414 | 24.04.2018 16:31:08 | 14,400 | e84436ada8a9e3853c2108552cc44c3da0b754e3 | feat(widget-space): add selector for other user | [
{
"change_type": "MODIFY",
"diff": "@@ -12,17 +12,28 @@ const getOwnProps = (state, ownProps) => ownProps;\n/**\n* Get the other user in the 1:1 conversation.\n- * @param {convesation} conversation\n+ * @param {conversation} conversation\n* @param {participant} currentUser\n* @returns {participant}\n*/\n-fu... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add selector for other user | 1 | feat | widget-space |
679,913 | 24.04.2018 16:33:07 | -3,600 | 7ffaa615ca9604e8816617209b54c5046433d28f | feat(rstream-dot): add xform edge labels, extract types to api.ts | [
{
"change_type": "ADD",
"diff": "+import { ISubscribable } from \"@thi.ng/rstream\";\n+\n+export interface IToDot {\n+ toDot(opts?: Partial<DotOpts>): string;\n+}\n+\n+export type NodeType =\n+ \"default\" |\n+ \"noid\" |\n+ \"stream\" |\n+ \"streammerge\" |\n+ \"streamsync\";\n+\n+export interface Node {\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-dot): add xform edge labels, extract types to api.ts | 1 | feat | rstream-dot |
730,414 | 24.04.2018 16:33:37 | 14,400 | b0f7f0e1c5f44da63f9b049259574d04b759b79e | test(widget-space): add function test | [
{
"change_type": "ADD",
"diff": "+import {fromJS} from 'immutable';\n+\n+import {getToUser} from './selector';\n+\n+describe('widget-space selectors', () => {\n+ it('gets the \"to user\"', () => {\n+ const currentUser = {\n+ entryEmail: 'qtcrabfq6f@2cecfb0e-f9fc-45cb-b8fc-1f9ebf87209b',\n+ displayName: 'Use... | JavaScript | MIT License | webex/react-widgets | test(widget-space): add function test | 1 | test | widget-space |
679,913 | 24.04.2018 16:39:21 | -3,600 | a68eca0b416dce1538204b84a1983e9de0584662 | feat(rstream-query): add IToDot impl for graphviz conversion/viz | [
{
"change_type": "MODIFY",
"diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\nimport { equiv } from \"@thi.ng/api/equiv\";\nimport { intersection } from \"@thi.ng/associative/intersection\";\nimport { Stream, Subscription, sync } from \"@thi.ng/rstream\";\n+import { toDot, walk, DotOpts, IToDot } fro... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add IToDot impl for graphviz conversion/viz | 1 | feat | rstream-query |
791,723 | 24.04.2018 16:40:23 | 25,200 | d18e977caca06fb7cd37167a4911c396ce5237c8 | report: score gauges, metrics display, add rich tooltips | [
{
"change_type": "MODIFY",
"diff": "@@ -235,26 +235,19 @@ class CategoryRenderer {\n*/\nrenderScoreGauge(category) {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-gauge', this.templateContext);\n- this.dom.find('.lh-gauge__wrapper', tmpl).href = `#${category.id}`;\n- this.dom.find('.lh-gauge__label', tmpl)... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: score gauges, metrics display, add rich tooltips (#5009) | 1 | report | null |
730,414 | 24.04.2018 16:43:07 | 14,400 | adca3d757985eef6f4fd3c514f1c157abb4b8188 | test(widget-space): confirm capitalized email works | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,16 @@ import {fromJS} from 'immutable';\nimport {getToUser} from './selector';\ndescribe('widget-space selectors', () => {\n+ const otherUser = {\n+ entryEmail: 'ccwexpress@sparkbot.io',\n+ displayName: 'Nakia - Personal Assistant',\n+ entryUUID: '889869a1-f5b9... | JavaScript | MIT License | webex/react-widgets | test(widget-space): confirm capitalized email works | 1 | test | widget-space |
730,414 | 24.04.2018 16:50:15 | 14,400 | 4d37ec975b1bdeb854a0a3cc776afcfa13afe9f5 | refactor(widget-space): remove unused selector & use new selector | [
{
"change_type": "MODIFY",
"diff": "@@ -5,25 +5,17 @@ const getWidget = (state) => state.widgetSpace;\nconst getSpark = (state) => state.spark;\nconst getMedia = (state) => state.media;\nconst getConversation = (state) => state.conversation;\n-const getUsers = (state) => state.users;\nconst getCurrentUser =... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): remove unused selector & use new selector | 1 | refactor | widget-space |
730,414 | 24.04.2018 16:58:51 | 14,400 | 66193026ba6a58f43a403a0113f79381b3d824c4 | refactor(widget-space): rename IDs | [
{
"change_type": "MODIFY",
"diff": "@@ -4,25 +4,25 @@ import {getToUser} from './selector';\ndescribe('widget-space selectors', () => {\nconst otherUser = {\n- entryEmail: 'ccwexpress@sparkbot.io',\n- displayName: 'Nakia - Personal Assistant',\n- entryUUID: '889869a1-f5b9-408b-a514-12704f02817a',\n- emailAd... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): rename IDs | 1 | refactor | widget-space |
815,745 | 24.04.2018 17:00:16 | -10,800 | ef247a80512634d911922aac435bb80c3c21ed42 | fix: add min-width to dropdown panel | [
{
"change_type": "MODIFY",
"diff": "@@ -341,6 +341,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\ndropdownPanel.style.bottom = 'auto';\ndropdownPanel.style.left = offsetLeft + 'px';\ndropdownPanel.style.width = selectRect.width + 'px';\n+ dropdownPanel.style.minWidth ... | TypeScript | MIT License | ng-select/ng-select | fix: add min-width to dropdown panel
#476 | 1 | fix | null |
815,745 | 24.04.2018 17:01:33 | -10,800 | 23e56b19773921a7baacf8a782d5db3f40fae691 | chore(release): 1.1.4 | [
{
"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=\"1.1.4\"></a>\n+## [1.1.4](https://github.com/ng-select/ng-select/compare/v1.1.3...v1.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 1.1.4 | 1 | chore | release |
679,913 | 24.04.2018 17:07:29 | -3,600 | 3135da20c7c150bd4ada715e691cda1b6d67ff33 | docs(examples): update rs-dlow diagram & readme | [
{
"change_type": "MODIFY",
"diff": "digraph g {\n-\nrankdir=LR;\n- node[fontname=Inconsolata,fontsize=9,fontcolor=white,style=filled,color=black];\n- edge[fontname=Inconsolata,fontsize=9,arrowsize=0.66];\n-\n- mousedown -> gestures;\n- mousemove -> gestures;\n- mouseup -> gestures;\n- touchstart -> gestures... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update rs-dlow diagram & readme | 1 | docs | examples |
679,913 | 24.04.2018 18:45:39 | -3,600 | 6368cd2d006f0e6cea6b33a96de1f40ec752e9b8 | docs(rstream-dot): update readme, add diagram | [
{
"change_type": "ADD",
"diff": "+digraph g {\n+rankdir=LR;\n+node[fontname=Inconsolata,fontsize=11,style=filled,fontcolor=white];\n+edge[fontname=Inconsolata,fontsize=11];\n+s0[label=\"iterable-0\\n(Stream)\", color=blue];\n+s1[label=\"x10\", color=black];\n+s2[label=\"in-iterable-0\", color=black];\n+s3[l... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream-dot): update readme, add diagram | 1 | docs | rstream-dot |
679,913 | 24.04.2018 22:26:34 | -3,600 | d9b845e07c277bdbb408a7501d97839aa9374dda | feat(rstream-query): add param queries w/ variables, update addPatternQuery
add FactGraph.addParamQuery()
add FactGraph.has()
add qvarResolver() | [
{
"change_type": "MODIFY",
"diff": "-export interface Pattern extends Array<any> {\n- [0]: any;\n- [1]: any;\n- [2]: any;\n-}\n+export type Pattern = [any, any, any];\nexport type Fact = Pattern;\n@@ -21,4 +17,4 @@ export interface Edit {\nkey: any;\n}\n-export let DEBUG = true;\n\\ No newline at end of fil... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add param queries w/ variables, update addPatternQuery
- add FactGraph.addParamQuery()
- add FactGraph.has()
- add qvarResolver() | 1 | feat | rstream-query |
679,913 | 24.04.2018 22:26:52 | -3,600 | 781ae217cb02d51ed1f2bd46eccdf3ab0df8a6a4 | test(rstream-query): add query tests | [
{
"change_type": "MODIFY",
"diff": "-// import * as assert from \"assert\";\n-// import * as rstream-query from \"../src/index\";\n+import * as assert from \"assert\";\n+import { FactGraph, Fact } from \"../src/index\";\ndescribe(\"rstream-query\", () => {\n- it(\"tests pending\");\n+\n+ const facts: Fact[]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream-query): add query tests | 1 | test | rstream-query |
679,913 | 24.04.2018 22:56:14 | -3,600 | 97a6e945bf30000e858f3f19f42572efc208f7e9 | docs: update various readmes | [
{
"change_type": "MODIFY",
"diff": "[](https://www.npmjs.com/package/@thi.ng/cache)\n+This project is part of the\n+[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n+\n## About\nIn-memory cache implementations with different [e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update various readmes | 1 | docs | null |
679,913 | 25.04.2018 00:56:47 | -3,600 | cc286e1266a1609370fd9e9c089f6409ce5667d3 | fix(rstream): minor fix StreamSync.addAll() | [
{
"change_type": "MODIFY",
"diff": "@@ -144,7 +144,7 @@ export class StreamSync<A, B> extends Subscription<A, B> {\nfor (let s of <ISubscribable<A>[]>src) {\nthis.sourceIDs.add(s.id);\n}\n- for (let s of src) {\n+ for (let s of <ISubscribable<A>[]>src) {\nthis.add(s);\n}\n}\n",
"new_path": "packages/rst... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): minor fix StreamSync.addAll() | 1 | fix | rstream |
679,913 | 25.04.2018 01:25:51 | -3,600 | cf388ddbe7a0611dd8e83ab03e20ff94ae9043ad | docs: update rstream-* readmes | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ package.\n- [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/master/packages/rstream) - reactive stream constructs\n- [@thi.ng/rstream-dot](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-dot) - GraphViz DOT output of graph topol... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update rstream-* readmes | 1 | docs | null |
679,913 | 25.04.2018 01:32:45 | -3,600 | 888f4e56edc56a9be98c1f8430edae489f8b2369 | build: update package keywords | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/transducers\": \"^1.8.1\"\n},\n\"keywords\": [\n+ \"conversion\",\n+ \"dataflow\",\n+ \"DAG\",\n\"ES6\",\n- \"typescript\"\n+ \"graph\",\n+ \"graphviz\",\n+ \"stream\",\n+ \"topology\",\n+ \"typescript\",\n+ \"visualization\"\n],\n\"publishConfig\": {\n\"access\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update package keywords | 1 | build | null |
815,785 | 25.04.2018 09:27:13 | -10,800 | 47f02c87a0a22ab187ee9ffd2e699462b5a1b37b | feat: clear on add functionality, expose updateDropdownPosition
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,7 @@ map: {\n| placeholder | `string` | `-` | no | Placeholder text. |\n| [searchable] | `boolean` | `true` | no | Allow to search for value. Default `true`|\n| [searchFn] | `(term: string, item: any) => boolean` | `null` | no | Allow to filter by custom se... | TypeScript | MIT License | ng-select/ng-select | feat: clear on add functionality, expose updateDropdownPosition (#497)
closes #276 | 1 | feat | null |
217,922 | 25.04.2018 10:04:07 | -7,200 | 40a2d161ceda6147c21ff01259e0c0983fa6e95b | fix: folklore icon missing in some cases | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div *ngIf=\"folkloreId\" [ngClass]=\"{'masterbook':true, 'compact': settings.compactLists}\">\n<img matListAvatar\n- src=\"https://ffxiv.consolegameswiki.com/mediawiki/images/5/53/Tome_of_ichthyological_folklore_-_coerthas_icon1.png\"\n+ src=\"/assets/FSH_folklor... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: folklore icon missing in some cases | 1 | fix | null |
217,922 | 25.04.2018 10:27:50 | -7,200 | b0e80d892fa623ab80a23cef77aa9da7ed8c4623 | chore: fixed bad filepath for folklore icon | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div *ngIf=\"folkloreId\" [ngClass]=\"{'masterbook':true, 'compact': settings.compactLists}\">\n<img matListAvatar\n- src=\"/assets/FSH_folklore.png\"\n+ src=\"/assets/icons/FSH_folklore.png\"\nmatTooltip=\"{{folkloreId | itemName | i18n}}\"\nmatTooltipPosition=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed bad filepath for folklore icon | 1 | chore | null |
791,723 | 25.04.2018 10:54:38 | 25,200 | f1997113972f77c4431963bead908cf3ff0289d9 | core(lhr): overallSavingsMs, overallSavingsBytes | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ declare global {\n* 'informative': the audit is an FYI only, and can't be interpreted as pass/fail. Score is null and should be ignored.\n* 'notApplicable': the audit turned out to not apply to the page. Score is null and should be ignored.\n* 'manual': ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lhr): overallSavingsMs, overallSavingsBytes (#5035) | 1 | core | lhr |
815,746 | 25.04.2018 11:11:39 | -10,800 | ea06c645637a0ca0a1d2318ec8e70522a51a3aa1 | fix: remove initial dropdown append logic from updateDropdownPosition | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,10 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\nngAfterContentInit() {\nthis._whenContentReady().then(() => {\n+ if (this.appendTo) {\n+ this._appendDropdown();\n+ this._handleDocumentResize();\n+ }\nthis.updateDropdo... | TypeScript | MIT License | ng-select/ng-select | fix: remove initial dropdown append logic from updateDropdownPosition | 1 | fix | null |
815,746 | 25.04.2018 11:12:14 | -10,800 | 3ea144dda9fdb540c6f0234e1e319d158c399383 | chore(release): 1.2.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=\"1.2.1\"></a>\n+## [1.2.1](https://github.com/ng-select/ng-select/compare/v1.2.0...v1.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 1.2.1 | 1 | chore | release |
815,751 | 25.04.2018 11:15:59 | 18,000 | 47f2e597bcb182c94a6e42c05d2765ba31be45ff | fix: load items from ng-option async
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,7 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n}\nngAfterViewInit() {\n- if (this.ngOptions.length > 0 && this.items.length === 0) {\n+ if (this.items && this.items.length === 0) {\nthis._setItemsFromNgOptions();\n}\n... | TypeScript | MIT License | ng-select/ng-select | fix: load items from ng-option async (#489)
fixes #479 | 1 | fix | null |
791,690 | 25.04.2018 13:02:47 | 25,200 | 1957caec83c57045a57b1353b49f82f29404dcfb | core(tti): update ignorable network requests and use FCP | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,11 @@ const LHError = require('../../../lib/errors');\nconst REQUIRED_QUIET_WINDOW = 5000;\nconst ALLOWED_CONCURRENT_REQUESTS = 2;\n+/**\n+ * @fileoverview Computes \"Time To Interactive\", the time at which the page has loaded critical\n+ * resources and is ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tti): update ignorable network requests and use FCP (#5021) | 1 | core | tti |
679,913 | 25.04.2018 13:20:34 | -3,600 | c5f36a2d2ed3352c9fa362af36f5adafc3c3ce3a | feat(rstream-query): add addQueryJoin(), add type aliases, update tests | [
{
"change_type": "MODIFY",
"diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\n+\nexport type Pattern = [any, any, any];\nexport type Triple = Pattern;\n-export type TripleIds = Set<number>\n+export type Triples = Set<Pattern>;\n+\n+export type TripleIds = Set<number>;\n+\n+export type Solutions = Set... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add addQueryJoin(), add type aliases, update tests | 1 | feat | rstream-query |
791,723 | 25.04.2018 14:23:11 | 25,200 | f82680f2497eeaf09b5cc2809c4bb4aeb623dfad | core(lantern): rename Simulation.Result.nodeTiming to be plural | [
{
"change_type": "MODIFY",
"diff": "@@ -129,8 +129,8 @@ class UnusedBytes extends Audit {\n});\nconst savingsOnTTI = Math.max(\n- ConsistentlyInteractive.getLastLongTaskEndTime(simulationBeforeChanges.nodeTiming) -\n- ConsistentlyInteractive.getLastLongTaskEndTime(simulationAfterChanges.nodeTiming),\n+ Cons... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): rename Simulation.Result.nodeTiming to be plural (#5038) | 1 | core | lantern |
679,913 | 25.04.2018 14:37:06 | -3,600 | 443ff8f6017b66f197774c09d7278f9a65dbdbb7 | feat(rstream-query): add removeTriple(), simplify wildcard subqueries
add freeID list to reduce store fragmentation
remove obsolete allSelections cache
fix addQueryJoin() xform to also return empty result sets | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,7 @@ import { join } from \"@thi.ng/associative\";\nimport { Stream, Subscription, sync } from \"@thi.ng/rstream\";\nimport { toDot, walk, DotOpts, IToDot } from \"@thi.ng/rstream-dot\";\nimport { Transducer, Reducer } from \"@thi.ng/transducers/api\";\n-import... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add removeTriple(), simplify wildcard subqueries
- add freeID list to reduce store fragmentation
- remove obsolete allSelections cache
- fix addQueryJoin() xform to also return empty result sets | 1 | feat | rstream-query |
791,723 | 25.04.2018 14:45:01 | 25,200 | 8186537fba38da5f03d028bda2ddafc6f37d7cf3 | report: only appendScoreScale to scoreHeader if it exists | [
{
"change_type": "MODIFY",
"diff": "@@ -171,8 +171,10 @@ class ReportRenderer {\ncategories.appendChild(renderer.render(category, report.reportGroups));\n}\n+ if (scoreHeader) {\nconst scoreScale = this._dom.cloneTemplate('#tmpl-lh-scorescale', this._templateContext);\nscoreHeader.appendChild(scoreScale);\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: only appendScoreScale to scoreHeader if it exists (#5040) | 1 | report | null |
679,913 | 25.04.2018 14:47:12 | -3,600 | 9b5c58ac50c1a7363158f7addf7678fa922759d6 | feat(rstream-query): rename TripleStore methods, use Set-like API
rename addTriple() => add()
rename addTriples() => into()
rename removeTriple() => delete()
add get()
refactor has() | [
{
"change_type": "MODIFY",
"diff": "@@ -49,20 +49,33 @@ export class TripleStore implements\nthis.allIDs = new Set<number>();\nthis.NEXT_ID = 0;\nif (triples) {\n- this.addTriples(triples);\n+ this.into(triples);\n}\n}\n- has(f: Triple) {\n- return this.findInIndices(\n- this.indexS.get(f[0]),\n- this.index... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): rename TripleStore methods, use Set-like API
- rename addTriple() => add()
- rename addTriples() => into()
- rename removeTriple() => delete()
- add get()
- refactor has() | 1 | feat | rstream-query |
807,849 | 25.04.2018 15:39:44 | 25,200 | 649048c09a690ade057f0a28a9fd98e1b4abe5c8 | fix(publish): Add default description 'npm' for --npm-client | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,7 @@ exports.builder = yargs => {\nrequiresArg: true,\n},\n\"npm-client\": {\n+ defaultDescription: \"npm\",\ndescribe: \"Executable used to publish dependencies (npm, yarn, pnpm, ...)\",\ntype: \"string\",\nrequiresArg: true,\n",
"new_path": "commands/pu... | JavaScript | MIT License | lerna/lerna | fix(publish): Add default description 'npm' for --npm-client | 1 | fix | publish |
724,192 | 25.04.2018 15:43:29 | -7,200 | 807d3c8110a61e6b505f3e747c956f2f3a29d55e | feat: add `provide` to the global config. | [
{
"change_type": "MODIFY",
"diff": "@@ -60,3 +60,22 @@ VueTestUtils.config.methods['errors'] = () => {\nany: () => false\n}\n```\n+\n+### `provide`\n+\n+- type: `Object`\n+- default: `{}`\n+\n+Like `stubs` or `mocks`, the values passed to `config.provide` are used by default. Any values passed to the mounti... | JavaScript | MIT License | vuejs/vue-test-utils | feat: add `provide` to the global config. (#555) | 1 | feat | null |
730,414 | 25.04.2018 16:38:28 | 14,400 | a16c74f6d542cd3ea11eeda95ae394fb49352b5f | refactor(widget-space): condense function calls into equivalent call | [
{
"change_type": "MODIFY",
"diff": "@@ -21,8 +21,7 @@ export const getToUser = createSelector(\n(conversation, currentUser) => {\nreturn conversation\n.get('participants')\n- .filter((participant) => participant.get('id') !== currentUser.id)\n- .first();\n+ .find((participant) => participant.get('id') !== c... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): condense function calls into equivalent call | 1 | refactor | widget-space |
730,414 | 25.04.2018 16:51:34 | 14,400 | eb9482f3deff8a4869687f7c9a3d2a0828632d0f | refactor(widget-space): remove eslint exception | [
{
"change_type": "MODIFY",
"diff": "@@ -10,19 +10,20 @@ const getFeatures = (state) => state.features;\nconst getOwnProps = (state, ownProps) => ownProps;\n/**\n- * Get the other user in a 1:1 conversation.\n+ * Find the other user in a 1:1 conversation.\n* @param {conversation} conversation\n* @param {part... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): remove eslint exception | 1 | refactor | widget-space |
807,849 | 25.04.2018 17:11:07 | 25,200 | c762aa19f40f985a1592d89eb573d2e0b7d84b24 | lint: Re-enable class-methods-use-this with getter whitelist | [
{
"change_type": "MODIFY",
"diff": "- node\n- prettier\nrules:\n- class-methods-use-this: off\n+ class-methods-use-this:\n+ - error\n+ - exceptMethods:\n+ - defaultOptions\n+ - otherCommandConfigs\n+ - requiresGit\nconsistent-return: off\ncurly:\n- error\n",
"new_path": ".eslintrc.yaml",
"old_path":... | JavaScript | MIT License | lerna/lerna | lint: Re-enable class-methods-use-this with getter whitelist | 1 | lint | null |
730,412 | 25.04.2018 18:01:07 | 0 | e67f034271d1ebfdccb1a5a2b26e20c328797f1c | chore(release): 0.1.279 | [
{
"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.279\"></a>\n+## [0.1.279](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.279 | 1 | chore | release |
791,834 | 25.04.2018 19:08:08 | 25,200 | 4b8b51da41769f85383c1e6a6c534dc2ec5bec5d | tests(viewer): add pptr test for viewer | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ script:\n- yarn diff:sample-json\n- yarn smoke:silentcoverage\n- yarn test-extension\n+ - yarn test-viewer\n# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.\n- unset _JAVA_OPTIONS\n# FIXME(paulirish): re-enable after a roll of LH->CDT\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(viewer): add pptr test for viewer (#5025) | 1 | tests | viewer |
217,922 | 25.04.2018 19:37:51 | -7,200 | 1cf1f7885b3ccbda13aa0625aa8e35c6035afdaf | fix: wiki page fallback to english wasn't working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -78,14 +78,15 @@ export class WikiComponent implements OnInit {\n})\n.mergeMap(markdownUrl => {\nreturn this.http.get(markdownUrl, {responseType: 'text'})\n- .catch(() => {\n+ .mergeMap(res => {\n+ if (res.indexOf('<!doctype html>') > -1) {\n// If page isn't found, ret... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: wiki page fallback to english wasn't working properly | 1 | fix | null |
730,412 | 25.04.2018 21:35:25 | 0 | 16e6dd26b0abe9fcc6e1c6183ea8700bdec30fad | chore(release): 0.1.280 | [
{
"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.280\"></a>\n+## [0.1.280](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.280 | 1 | chore | release |
217,922 | 26.04.2018 00:15:47 | -7,200 | 6d945533fb9570dcd1ad56f0130546b3f7ba91ea | chore(simulator): first tests and progression implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import {AngularFireDatabase} from 'angularfire2/database';\nimport {DiffService} from '../diff/diff.service';\nimport {Observable} from 'rxjs/Observable';\nimport {PendingChangesService} from '../pending-changes/pending-changes.service';\n+import 'rxjs/add... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): first tests and progression implementation | 1 | chore | simulator |
679,913 | 26.04.2018 01:27:32 | -3,600 | 679c4e084344e0b5ea44d23bccda78f0a01c0a0f | feat(rstream-query): add path query, multi-joins, pattern query reuse
add addPathQuery()
add addMultiJoin()
rename addQueryJoin() => addJoin()
update query ID arg order
add type aliases
add pattern query cache
add patternVars() helper | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n+import { ISubscribable } from \"@thi.ng/rstream/api\";\nexport type Pattern = [any, any, any];\n+export type PathPattern = [any, any[], any];\n+\nexport type Triple = Pattern;\nexport type Triples = Set<Pattern>;\n@@ -10,13... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add path query, multi-joins, pattern query reuse
- add addPathQuery()
- add addMultiJoin()
- rename addQueryJoin() => addJoin()
- update query ID arg order
- add type aliases
- add pattern query cache
- add patternVars() helper | 1 | feat | rstream-query |
730,414 | 26.04.2018 09:45:28 | 14,400 | 83667a3e3fffe85f9ef239e911c9b9f236613975 | refactor(widget-space): move declared function to anonymous | [
{
"change_type": "MODIFY",
"diff": "@@ -10,20 +10,17 @@ const getFeatures = (state) => state.features;\nconst getOwnProps = (state, ownProps) => ownProps;\n/**\n- * Find the other user in a 1:1 conversation.\n+ * Get the other user in a 1:1 conversation.\n* @param {conversation} conversation\n* @param {part... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): move declared function to anonymous | 1 | refactor | widget-space |
815,745 | 26.04.2018 10:47:56 | -10,800 | 38c27dcd16beb028b99a15709165e2a7510e6fd3 | feat: support item navigation while not searchable
* feat: support item navigation while not searchable
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -119,6 +119,14 @@ export class ItemsList {\n}\n}\n+ findByLabel(term: string) {\n+ term = searchHelper.stripSpecialChars(term).toLocaleLowerCase();\n+ return this.filteredItems.find(item => {\n+ const label = searchHelper.stripSpecialChars(item.label).toLocaleLowerCase... | TypeScript | MIT License | ng-select/ng-select | feat: support item navigation while not searchable (#499)
* feat: support item navigation while not searchable
closes #117 | 1 | feat | null |
730,414 | 26.04.2018 14:20:57 | 14,400 | 19e398a7ca2110ed5b99c474c7345b438ed63e1f | chore(npm publish): fix publishing | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,10 @@ ansiColor('xterm') {\nstring(credentialsId: 'NPM_TOKEN', variable: 'NPM_TOKEN')\n]) {\ntry {\n- sh 'echo \\'//registry.npmjs.org/:_authToken=${NPM_TOKEN}\\' >> .npmrc'\n+ // Back up .npmrc\n+ sh '[[ -f $HOME/.npmrc ]] && mv $HOME/.npmrc $HOME/.npmrc.b... | JavaScript | MIT License | webex/react-widgets | chore(npm publish): fix publishing | 1 | chore | npm publish |
679,913 | 26.04.2018 14:32:33 | -3,600 | 76f00c36b3f3bdcf29546086cb81db1951810aad | refactor(rstream): update ISubscribable (add IDeref parent) | [
{
"change_type": "MODIFY",
"diff": "-import { IID } from \"@thi.ng/api/api\";\n+import { IID, IDeref } from \"@thi.ng/api/api\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\nimport { Subscription } from \"./subscription\";\n@@ -21,7 +21,10 @@ export interface ISubscriber<T> {\n[id: string]: any... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream): update ISubscribable (add IDeref parent) | 1 | refactor | rstream |
679,913 | 26.04.2018 14:42:15 | -3,600 | d057d95465e91be715674a2ff0c9416e440df903 | feat(rstream-dot): add option to include stream values in diag
add DotOpts.values option
update walk() to accept optional DotOpts arg
update dotNode() | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ export interface Node {\nlabel: string;\ntype: string;\nxform: boolean;\n+ body: string;\n}\nexport interface WalkState {\n@@ -25,6 +26,7 @@ export interface WalkState {\n}\nexport interface DotOpts {\n+ values: boolean;\ndir: string;\nfont: string;\nfon... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-dot): add option to include stream values in diag
- add DotOpts.values option
- update walk() to accept optional DotOpts arg
- update dotNode() | 1 | feat | rstream-dot |
791,723 | 26.04.2018 15:02:56 | 25,200 | 55a9a69364b69fdb3091960a16b1253510752444 | tests: bump bundlesize threshold | [
{
"change_type": "MODIFY",
"diff": "\"bundlesize\": [\n{\n\"path\": \"./lighthouse-extension/dist/scripts/lighthouse-background.js\",\n- \"threshold\": \"400 Kb\"\n+ \"threshold\": \"426 Kb\"\n},\n{\n\"path\": \"./lighthouse-viewer/dist/src/viewer.js\",\n",
"new_path": "package.json",
"old_path": "p... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: bump bundlesize threshold (#5050) | 1 | tests | null |
679,913 | 26.04.2018 15:29:44 | -3,600 | a865f62befe3819208603dadd59f602db204633f | feat(checks): add date, map, nan, set checks | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ export * from \"./is-arraylike\";\nexport * from \"./is-blob\";\nexport * from \"./is-boolean\";\nexport * from \"./is-chrome\";\n+export * from \"./is-date\";\nexport * from \"./is-even\";\nexport * from \"./is-false\";\nexport * from \"./is-file\";\n@@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(checks): add date, map, nan, set checks | 1 | feat | checks |
217,922 | 26.04.2018 15:36:09 | -7,200 | 13c422ac5be1dc7b70fbbab0e43671b7fe2e6a57 | chore(simulator): implemented all basic progression actions (all but element brands for now) | [
{
"change_type": "MODIFY",
"diff": "+import {CraftingAction} from './actions/crafting-action';\n+\nexport interface ActionResult {\n+ // Action used\n+ action: CraftingAction;\n+ // Did the success hit?\nsuccess: boolean;\n// Amount of progression added to the craft\naddedProgression: number;\n",
"new_p... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): implemented all basic progression actions (all but element brands for now) | 1 | chore | simulator |
679,913 | 26.04.2018 15:36:42 | -3,600 | 2ac8bff3d1afe21e3536d03abb1f3550dc190864 | feat(api): support more types in equiv(), add tests
add equivSetLike() for ES6 Set/Map
add checks for Date, RegExp & NaN | [
{
"change_type": "MODIFY",
"diff": "import { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\n+import { isDate } from \"@thi.ng/checks/is-date\";\n+import { isMap } from \"@thi.ng/checks/is-map\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\n+import { isRegExp } from \"@thi.ng/che... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): support more types in equiv(), add tests
- add equivSetLike() for ES6 Set/Map
- add checks for Date, RegExp & NaN | 1 | feat | api |
679,913 | 26.04.2018 15:54:09 | -3,600 | d093a5c825ba109f7f4889be9ad3fca235259f71 | feat(rstream-query): add query spec types, addQueryFromSpec(), dedupe xforms | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api/api\";\nimport { ISubscribable } from \"@thi.ng/rstream/api\";\n+export let DEBUG = false;\n+\nexport type Pattern = [any, any, any];\nexport type PathPattern = [any, any[], any];\n@@ -11,13 +13,38 @@ export type Triples = Set<Patte... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add query spec types, addQueryFromSpec(), dedupe xforms | 1 | feat | rstream-query |
791,690 | 26.04.2018 15:54:40 | 25,200 | 03c275394e92e57ce4629f07d0579028d4211f2a | core(scoring): tweak scoring thresholds based on HTTPArchive data | [
{
"change_type": "MODIFY",
"diff": "@@ -37,9 +37,11 @@ class CacheHeaders extends Audit {\n*/\nstatic get defaultOptions() {\nreturn {\n- // see https://www.desmos.com/calculator/zokzso8umm\n+ // 50th and 75th percentiles HTTPArchive -> 50 and 75\n+ // https://bigquery.cloud.google.com/table/httparchive:lig... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(scoring): tweak scoring thresholds based on HTTPArchive data (#5022) | 1 | core | scoring |
730,414 | 26.04.2018 16:11:37 | 14,400 | c7f78c033541f07218c33a79af16b93382ee7731 | chore(npm publish): remove bash-specific conditional | [
{
"change_type": "MODIFY",
"diff": "@@ -198,7 +198,7 @@ ansiColor('xterm') {\n]) {\ntry {\n// Back up .npmrc\n- sh '[[ -f $HOME/.npmrc ]] && mv $HOME/.npmrc $HOME/.npmrc.bak'\n+ sh '[ -f $HOME/.npmrc ] && mv $HOME/.npmrc $HOME/.npmrc.bak'\n// Publish\nsh 'echo \\'//registry.npmjs.org/:_authToken=${NPM_TOKEN... | JavaScript | MIT License | webex/react-widgets | chore(npm publish): remove bash-specific conditional | 1 | chore | npm publish |
679,913 | 26.04.2018 17:56:10 | -3,600 | 75f2af2ee111c148f6ec3a18f4eb83782536fb79 | perf(rstream-query): optimize pattern queries, fix bindVars()
using only single intersection if 2 null terms in pattern query
update bindVars() to create shallow copy (else dedupe fails) | [
{
"change_type": "MODIFY",
"diff": "@@ -178,12 +178,36 @@ export class TripleStore implements\nconst qs = this.getIndexSelection(this.streamS, s, \"s\");\nconst qp = this.getIndexSelection(this.streamP, p, \"p\");\nconst qo = this.getIndexSelection(this.streamO, o, \"o\");\n+ // optimize cases with 2 null t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(rstream-query): optimize pattern queries, fix bindVars()
- using only single intersection if 2 null terms in pattern query
- update bindVars() to create shallow copy (else dedupe fails) | 1 | perf | rstream-query |
730,412 | 26.04.2018 17:57:58 | 0 | bcc85f68295aa48f436eabb88906899865acfe64 | chore(release): 0.1.281 | [
{
"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.281\"></a>\n+## [0.1.281](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.281 | 1 | chore | release |
679,913 | 26.04.2018 18:01:01 | -3,600 | 2ab5af5d2c40e2ecc2f215389c0876f64d102b22 | build: update/add upload scripts | [
{
"change_type": "MODIFY",
"diff": "#!/bin/sh\n-readonly modules=\"packages/*\"\n+if [ $# == 1 ]; then\n+ modules=\"packages/$1/\"\n+else\n+ modules=\"packages/*/\"\n+fi\nfor m in $modules; do\nname=$(echo $m | cut -d '/' -f 2)\n",
"new_path": "scripts/upload-docs",
"old_path": "scripts/upload-docs"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update/add upload scripts | 1 | build | null |
730,412 | 26.04.2018 19:56:11 | 0 | 17a4821d3c4ea8a62aaba5b85177822771da2651 | chore(release): 0.1.282 | [
{
"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.282\"></a>\n+## [0.1.282](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.282 | 1 | chore | release |
730,429 | 26.04.2018 21:17:00 | 14,400 | ab8a0de2adbfb0cc10a978b0ea3399f6d2ee0ce8 | feat(samples): added samples section | [
{
"change_type": "MODIFY",
"diff": "\"serve\": \"npm run start\",\n\"stylelint\": \"stylelint \\\"./packages/node_modules/**/*.css\\\"\",\n\"start\": \"cross-env NODE_ENV=${NODE_ENV:-development} ./scripts/start/index.js\",\n+ \"start:samples\": \"npm run start samples\",\n\"start:package\": \"npm run start... | JavaScript | MIT License | webex/react-widgets | feat(samples): added samples section | 1 | feat | samples |
679,913 | 26.04.2018 22:01:35 | -3,600 | d36a5eaf524bb8eadc11691ca4f014c5977584e3 | refactor(rstream-query): simplify case selection in addPatternQuery() | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api/api\";\nimport { equiv } from \"@thi.ng/api/equiv\";\nimport { illegalArgs } from \"@thi.ng/api/error\";\n-import { intersection } from \"@thi.ng/associative/intersection\";\nimport { join } from \"@thi.ng/associative\";\n+import { ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-query): simplify case selection in addPatternQuery() | 1 | refactor | rstream-query |
730,412 | 26.04.2018 22:17:03 | 0 | f6a0fee19e7fba7412598f0a45a84613376901c9 | chore(release): 0.1.283 | [
{
"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.283\"></a>\n+## [0.1.283](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.283 | 1 | chore | release |
807,849 | 27.04.2018 09:36:29 | 25,200 | d11526abd30b38e6ffa898d79b717c9c9dfd52e2 | lint: fix default-case error in a way prettier doesn't mangle | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ function parseField(input, key) {\nreturn true;\n}\n- switch (field) { // eslint-disable-line default-case\n+ switch (field) {\ncase \"true\": {\nreturn true;\n}\n@@ -48,6 +48,8 @@ function parseField(input, key) {\ncase \"undefined\": {\nreturn undefine... | JavaScript | MIT License | lerna/lerna | lint: fix default-case error in a way prettier doesn't mangle | 1 | lint | null |
791,690 | 27.04.2018 10:57:35 | 25,200 | 85b2fbcf1e44f9521dce728a7b2dd2f4e3eaa5bf | core(metrics): add lantern EIL | [
{
"change_type": "MODIFY",
"diff": "const Audit = require('./audit');\nconst Util = require('../report/html/renderer/util');\n-const TracingProcessor = require('../lib/traces/tracing-processor');\n-const LHError = require('../lib/errors');\n-const ROLLING_WINDOW_SIZE = 5000;\n-\n-/**\n- * @fileOverview This... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(metrics): add lantern EIL (#5024) | 1 | core | metrics |
791,690 | 27.04.2018 10:59:07 | 25,200 | 63b84cfb786f8ec260f2cf202357b51e707e4576 | core(render-blocking): address followup feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,10 @@ class RenderBlockingResources extends Audit {\n'Resources are blocking the first paint of your page. Consider ' +\n'delivering critical JS/CSS inline and deferring all non-critical ' +\n'JS/styles. [Learn more](https://developers.google.com/web/tools/li... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(render-blocking): address followup feedback (#5039) | 1 | core | render-blocking |
730,429 | 27.04.2018 11:05:05 | 14,400 | 563e51c14e95f47f82a957cf600f369ce00a40c4 | docs(widget-recents): update prop type definitions for components | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,9 @@ import styles from './styles.css';\nconst propTypes = {\navatarUrl: PropTypes.string,\ncall: PropTypes.object,\n- currentUser: PropTypes.object.isRequired,\n+ currentUser: PropTypes.shape({\n+ id: PropTypes.string.isRequired\n+ }).isRequired,\nformatMess... | JavaScript | MIT License | webex/react-widgets | docs(widget-recents): update prop type definitions for components | 1 | docs | widget-recents |
730,429 | 27.04.2018 11:19:40 | 14,400 | 4368e04c3f360fe320ea6ad653819b5f075648e4 | feat(join-call-button): moved to individual component | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@ciscospark/react-component-join-call-button\",\n+ \"description\": \"Cisco Spark React Join Call Button\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"A... | JavaScript | MIT License | webex/react-widgets | feat(join-call-button): moved to individual component | 1 | feat | join-call-button |
791,723 | 27.04.2018 11:39:20 | 25,200 | 63c999789dc08b9a3b56b22f25f478f13050da29 | tests: fix cli handling empty runnerResult during gatherMode | [
{
"change_type": "MODIFY",
"diff": "@@ -100,12 +100,12 @@ function handleError(err) {\n* @return {Promise<void>}\n*/\nfunction saveResults(runnerResult, flags) {\n- const {lhr, artifacts} = runnerResult;\nconst cwd = process.cwd();\nlet promise = Promise.resolve();\nconst shouldSaveResults = flags.auditMode... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: fix cli handling empty runnerResult during gatherMode (#5052) | 1 | tests | null |
730,414 | 27.04.2018 12:13:24 | 14,400 | 74d41c4c02583bc95369380458ca012cfb28ea0f | chore(npm publish): add warn method | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,16 @@ def cleanup = { ->\n}\n}\n+def warn = { msg ->\n+ if (!currentBuild.description) {\n+ currentBuild.description += ''\n+ }\n+ else if (currentBuild.description.substring(currentBuild.description.length() - 1) != '\\n') {\n+ currentBuild.description += '<... | JavaScript | MIT License | webex/react-widgets | chore(npm publish): add warn method | 1 | chore | npm publish |
724,206 | 27.04.2018 12:28:56 | 21,600 | 7516340d6cba88505306cc677eec7aca945d3862 | docs: switch 'Action' component to 'Getters' | [
{
"change_type": "MODIFY",
"diff": "@@ -139,7 +139,7 @@ export default{\n``` js\nimport { shallow, createLocalVue } from '@vue/test-utils'\nimport Vuex from 'vuex'\n-import Actions from '../../../src/components/Getters'\n+import Getters from '../../../src/components/Getters'\nconst localVue = createLocalVue... | JavaScript | MIT License | vuejs/vue-test-utils | docs: switch 'Action' component to 'Getters' (#568) | 1 | docs | null |
730,422 | 27.04.2018 12:31:56 | 25,200 | 7c67c5eb497624af660bfd452cb8c282e36fd4b6 | refactor(react-component): converts PropTypes.object to PropTypes.shape | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,13 @@ const propTypes = {\nactivities: PropTypes.arrayOf(PropTypes.shape({\nactivity: PropTypes.shape({\nid: PropTypes.string,\n- object: PropTypes.object,\n+ object: PropTypes.shape({\n+ content: PropTypes.string,\n+ displayName: PropTypes.string,\n+ files: ... | JavaScript | MIT License | webex/react-widgets | refactor(react-component): converts PropTypes.object to PropTypes.shape | 1 | refactor | react-component |
730,429 | 27.04.2018 12:35:35 | 14,400 | 3c32d6b71b320c23d006a5fcfaff101da8810b83 | feat(space-item): moved to individual component | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@ciscospark/react-component-space-item\",\n+ \"description\": \"Cisco Spark React Space Item\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"Adam Weeks <a... | JavaScript | MIT License | webex/react-widgets | feat(space-item): moved to individual component | 1 | feat | space-item |
791,723 | 27.04.2018 13:22:26 | 25,200 | 43269549b24aa0606862fff9dec8eebb17696e19 | report: add auditIds to DOM. update pptr tests to assert against them | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,7 @@ class CategoryRenderer {\nrenderAudit(audit) {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateContext);\nconst auditEl = this.dom.find('.lh-audit', tmpl);\n+ auditEl.id = audit.result.name;\nconst scoreDisplayMode = audit.result.scor... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add auditIds to DOM. update pptr tests to assert against them (#5058) | 1 | report | null |
807,849 | 27.04.2018 13:37:56 | 25,200 | 4da631812783349ebb0d3a54923746a6050550cb | feat(project): Map deprecated config to new namespaces | [
{
"change_type": "ADD",
"diff": "+{\n+ \"packages\": [\n+ \"base-pkgs/*\"\n+ ],\n+ \"command\": {\n+ \"publish\": {\n+ \"loglevel\": \"success\"\n+ }\n+ },\n+ \"version\": \"ignored\"\n+}\n",
"new_path": "core/project/__fixtures__/extends-deprecated/base.json",
"old_path": null
},
{
"change_... | JavaScript | MIT License | lerna/lerna | feat(project): Map deprecated config to new namespaces | 1 | feat | project |
807,849 | 27.04.2018 13:53:13 | 25,200 | ccac74acb502a6568518182841f9e9ce17bcf21b | refactor(collect-updates): Destructure options explicitly | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,13 @@ const makeDiffPredicate = require(\"./lib/make-diff-predicate\");\nmodule.exports = collectUpdates;\n-function collectUpdates({ filteredPackages, packageGraph, options, execOpts, logger }) {\n+function collectUpdates({\n+ filteredPackages,\n+ packageGra... | JavaScript | MIT License | lerna/lerna | refactor(collect-updates): Destructure options explicitly | 1 | refactor | collect-updates |
807,849 | 27.04.2018 13:54:49 | 25,200 | 90df64633a858c9d5ff0c766021c58cd9ddac4ae | fix(collect-updates): Derive most recent tag from annotated tags only
BREAKING CHANGE: Lightweight tags are no longer included when detecting changes since the last release. | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,8 @@ function collectUpdates({\n// ex: If `ab7533e` had 2 commits, ab7533e^..ab7533e would contain 2 commits + the merge commit\ncommittish = `${sha}^..${sha}`;\n} else if (!committish) {\n- committish = childProcess.execSync(\"git\", [\"describe\", \"--tags\... | JavaScript | MIT License | lerna/lerna | fix(collect-updates): Derive most recent tag from annotated tags only
BREAKING CHANGE: Lightweight tags are no longer included when detecting changes since the last release. | 1 | fix | collect-updates |
730,414 | 27.04.2018 13:55:09 | 14,400 | 1aa1a8d530f32a38549736da648991f509cfeb1e | chore: remove .npmrc backup | [
{
"change_type": "MODIFY",
"diff": "@@ -207,9 +207,6 @@ ansiColor('xterm') {\nstring(credentialsId: 'NPM_TOKEN', variable: 'NPM_TOKEN')\n]) {\ntry {\n- // Back up .npmrc\n- sh '[ -f $HOME/.npmrc ] && mv $HOME/.npmrc $HOME/.npmrc.bak'\n- // Publish\nsh 'echo \\'//registry.npmjs.org/:_authToken=${NPM_TOKEN}\\... | JavaScript | MIT License | webex/react-widgets | chore: remove .npmrc backup | 1 | chore | null |
730,422 | 27.04.2018 14:46:28 | 25,200 | ad3dace0f3ec06fc183fc9da9846562a68c88eae | refactor(react-component): array to arrayOf proptypes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,14 @@ const propTypes = {\ncontent: PropTypes.string,\ndisplayName: PropTypes.string,\nfiles: PropTypes.shape({\n- items: PropTypes.array\n+ items: PropTypes.arrayOf(PropTypes.shape({\n+ image: PropTypes.shape({\n+ url: PropTypes.string\n+ }),\n+ thumbnail: P... | JavaScript | MIT License | webex/react-widgets | refactor(react-component): array to arrayOf proptypes | 1 | refactor | react-component |
679,913 | 27.04.2018 16:10:04 | -3,600 | 6f95bcb39d13432d91d47df55dac8e557962cb7e | feat(rstream-query): add obj->triple converter, update readme & example | [
{
"change_type": "MODIFY",
"diff": "@@ -53,30 +53,47 @@ yarn add @thi.ng/rstream-query\n## Usage examples\n```typescript\n+import { TripleStore, asTriples } from \"@thi.ng/rstream-query\";\nimport { trace } from \"@thi.ng/rstream\";\n-import { TripleStore } from \"../src\";\n// create store with initial set... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): add obj->triple converter, update readme & example | 1 | feat | rstream-query |
217,922 | 27.04.2018 16:46:13 | -7,200 | c0fee7a0327927bdb6c03731bd176b9df1c8caa0 | chore(simulator): linear mode, reliability report | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,13 @@ export abstract class CraftingAction {\nabstract canBeUsed(simulationState: Simulation): boolean;\n- public getCPCost(simulationState: Simulation): number {\n+ public getCPCost(simulationState: Simulation, linear = false): number {\nconst baseCPCost = ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): linear mode, reliability report | 1 | chore | simulator |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.