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
807,849
17.04.2018 18:49:59
25,200
881bc2a44702bd7a592c3dada4037fc2952f4ebc
test(helpers): Switch to new snapshot serializer API
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst normalizeNewline = require(\"normalize-newline\");\n-const serializeGitSHA = require(\"@lerna-test/serialize-git-sha\");\n+const gitSHA = require(\"@lerna-test/serialize-git-sha\");\n// expect.addSnapshotSerializer(require(\"@lerna-test/serialize-ch...
JavaScript
MIT License
lerna/lerna
test(helpers): Switch to new snapshot serializer API
1
test
helpers
807,849
17.04.2018 19:00:28
25,200
48096c4dc47fd9cd6a152926ca0640a70c836dd0
feat: Remove core/git-utils package BREAKING CHANGE: `@lerna/git-utils` is gone. Don't use it.
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-<a name=\"3.0.0-beta.15\"></a>\n-# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0...
JavaScript
MIT License
lerna/lerna
feat: Remove core/git-utils package BREAKING CHANGE: `@lerna/git-utils` is gone. Don't use it.
1
feat
null
217,922
17.04.2018 19:02:13
-7,200
358e81f8a4fd783cabb74e14fd1397ff3514e023
fix: final permissions system fix, thanks javascript references
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,7 @@ export class ListManagerService {\npublic upgradeList(list: List): Observable<List> {\nreturn this.zone.runOutsideAngular(() => {\n+ const permissions = list.permissionsRegistry;\nconst backup = [];\nlist.crystals.forEach(item => {\nbackup.push({array: '...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: final permissions system fix, thanks javascript references
1
fix
null
217,922
17.04.2018 19:07:55
-7,200
b89377244d1e0298d616c0e812bd9d53f9044f47
fix: gathering item location can't find non-timed nodes
[ { "change_type": "MODIFY", "diff": "@@ -43,9 +43,11 @@ export class BellNodesService {\ngetNode(id: number): any {\nconst node = this.nodes.find(n => n.id === id);\n+ if (node !== undefined) {\nnode.itemId = id;\nnode.zoneid = this.localizedDataService.getAreaIdByENName(node.zone);\nnode.areaid = this.local...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: gathering item location can't find non-timed nodes
1
fix
null
807,849
17.04.2018 19:29:58
25,200
9879fef6b8adc4f314919d4e8f18041d69558a45
fix(diff): Diff since last release in branch, _not_ most recent global tag
[ { "change_type": "MODIFY", "diff": "@@ -7,14 +7,16 @@ module.exports = getLastCommit;\nfunction getLastCommit(execOpts) {\nif (hasTags(execOpts)) {\n- return getLastTaggedCommit(execOpts);\n+ log.silly(\"getLastTagInBranch\");\n+\n+ return childProcess.execSync(\"git\", [\"describe\", \"--tags\", \"--abbrev...
JavaScript
MIT License
lerna/lerna
fix(diff): Diff since last release in branch, _not_ most recent global tag
1
fix
diff
217,922
17.04.2018 20:32:54
-7,200
0bc58ac911ec7d2c69a5dc0a318c43bf0f6d1217
chore: fix for workshops with lists not found inside
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,8 @@ export class ListService {\nif (workshop.listIds.length === 0) {\nreturn Observable.of([]);\n}\n- return Observable.combineLatest(workshop.listIds.map(listId => this.get(listId)));\n+ return Observable.combineLatest(workshop.listIds.map(listId => this....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for workshops with lists not found inside
1
chore
null
217,922
17.04.2018 20:34:34
-7,200
3d213cabc936fdcef02bcd537407b802b14c2aa7
fix: updated translations to avoid confusion with shared items (which are only write access items)
[ { "change_type": "MODIFY", "diff": "\"Created_by\": \"Created by {{name}}\",\n\"Share_link_copied\": \"Workshop share link copied\",\n\"Not_found\": \"Workshop not found or you don't have access to it\",\n- \"Shared_workshops\": \"Workshops shared with you\"\n+ \"Shared_workshops\": \"Workshops you have wri...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: updated translations to avoid confusion with shared items (which are only write access items)
1
fix
null
679,913
17.04.2018 20:43:53
-3,600
8f3a3d1003e452eb6341a09d10ad0bc165bca497
feat(paths): add setInMany() and mutInMany(), add dependency
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^2.8.1\"\n},\n\"dependencies\": {\n+ \"@thi.ng/api\": \"^2.2.0\",\n\"@thi.ng/checks\": \"^1.4.0\"\n},\n\"keywords\": [\n", "new_path": "packages/paths/package.json", "old_path": "packages/paths/package.json" }, { "change_type": "MODIFY", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(paths): add setInMany() and mutInMany(), add @thi.ng/api dependency
1
feat
paths
679,913
18.04.2018 01:00:54
-3,600
c67607b78125516676b717a95d5c3f87b466a771
build(examples): update dev deps
[ { "change_type": "MODIFY", "diff": "\"start\": \"webpack-dev-server --open --mode development --devtool inline-source-map\"\n},\n\"devDependencies\": {\n- \"ts-loader\": \"^4.1.0\",\n+ \"ts-loader\": \"^4.2.0\",\n\"typescript\": \"^2.8.1\",\n- \"webpack\": \"^4.4.1\",\n- \"webpack-cli\": \"^2.0.13\",\n- \"w...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update dev deps
1
build
examples
679,913
18.04.2018 01:08:21
-3,600
0de3d200926013a051bba13cf13ba3038603e9ad
docs(examples): add undo info (svg-waveform)
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,10 @@ export function sidebar(ctx: AppContext, ...specs: SliderOpts[]) {\n[buttonGroup,\n[[ev.UNDO], \"undo\"],\n[[ev.REDO], \"redo\"]],\n+ [\"div\",\n+ \"Undo / Redo can also be triggered via \",\n+ [\"code\", \"Ctrl+Z\"], \" / \", [\"code\", \"Ctrl+Y\"],\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add undo info (svg-waveform)
1
docs
examples
679,913
18.04.2018 01:35:39
-3,600
de474933bca211537b2d6b13a43345f4d914eddd
docs(rstream-log): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ yarn add @thi.ng/rstream-log\n## Usage examples\n```typescript\n-import * as log from \"@thi.ng/rstream-logger\";\n+import * as log from \"@thi.ng/rstream-log\";\nconst logger = new log.Logger(\"main\");\n// or with min level\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream-log): fix typo
1
docs
rstream-log
679,913
18.04.2018 01:40:25
-3,600
08af60afa4a1995877b8ef17c519dde583354def
refactor(rstream-log): minor update matchID()
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,9 @@ export function maxLevel(level: Level): Transducer<LogEntry, LogEntry> {\n}\nexport function matchID(id: string | RegExp): Transducer<LogEntry, LogEntry> {\n- return isString(id) ?\n- filter((l) => l[1] === id) :\n- filter((l) => id.test(l[1]));\n+ retur...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): minor update matchID()
1
refactor
rstream-log
679,913
18.04.2018 01:48:56
-3,600
3087776e56e80ecc99b57727e9cfc4e2818c9251
fix(rstream-log): ID handling in Logger ctor
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,9 @@ export class Logger extends StreamMerge<LogEntry, LogEntry> implements\nlet src;\nswitch (args.length) {\ncase 0:\n+ break;\ncase 1:\n+ id = args[0];\nbreak;\ncase 2:\n[id, level] = args;\n", "new_path": "packages/rstream-log/src/logger.ts", "old...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-log): ID handling in Logger ctor
1
fix
rstream-log
791,834
18.04.2018 09:45:22
25,200
84debe279f006c966bc42b1ff88fcee09646b7da
core(config): remove config.artifacts; always use auditMode
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ last-run-results.html\n!lighthouse-core/test/results/artifacts/*.trace.json\n!lighthouse-core/test/results/artifacts/*.devtoolslog.json\n+!lighthouse-core/test/fixtures/artifacts/**/*.trace.json\n+!lighthouse-core/test/fixtures/artifacts/**/*.devtoolslog...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): remove config.artifacts; always use auditMode (#4986)
1
core
config
791,690
18.04.2018 09:51:39
25,200
4b1f2bbe1a90b380ef9acd438bcbb71eb97d7ce2
tests(smokehouse): split pwa2, perf batches
[ { "change_type": "MODIFY", "diff": "@@ -227,109 +227,4 @@ module.exports = [\n},\n},\n},\n-\n- {\n- initialUrl: 'https://pwa.rocks',\n- url: 'https://pwa.rocks/',\n- audits: {\n- 'is-on-https': {\n- score: 1,\n- },\n- 'redirects-http': {\n- score: 1,\n- },\n- 'service-worker': {\n- score: 1,\n- },\n- 'works...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): split pwa2, perf batches (#4988)
1
tests
smokehouse
815,745
18.04.2018 13:27:10
-10,800
1f85adcfa9e9ced594449701cff1da4be4a53d88
fix: use blur event to close dropdown
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ map: {\n| ------------- | ------------- | ------------- | ------------- | ------------- |\n| [addTag] | `boolean \\| ((term: string) => any \\| Promise<any>)` | `false` | no | Allows to create custom options. |\n| addTagText | `string` | `Add item` | n...
TypeScript
MIT License
ng-select/ng-select
fix: use blur event to close dropdown
1
fix
null
815,745
18.04.2018 13:54:56
-10,800
0d1d13cd3b88bb9a1a61435823627af5691492b1
fix: increase css specifity fixes
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ $highlight-color: #3f51b5;\n}\n}\n.ng-has-value,\n- &.ng-select-filtered {\n+ &.ng-select-filtered .ng-select-container {\n.ng-placeholder {\ndisplay: initial;\n}\n", "new_path": "src/themes/material.theme.scss", "old_path": "src/themes/material....
TypeScript
MIT License
ng-select/ng-select
fix: increase css specifity fixes #468
1
fix
null
815,745
18.04.2018 13:55:35
-10,800
61d61a25cdee673d05625be8928763e657bfd6f0
fix: use special value mapping for ng-options fixes:
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ export class ItemsList {\nlabel = this.resolveNested(item, this._ngSelect.bindLabel);\nlabel = isDefined(label) ? label.toString() : '';\n}\n- const value = isDefined(item.value) ? item.value : item;\n+ const value = isDefined(item.$ngOptionValue) ? it...
TypeScript
MIT License
ng-select/ng-select
fix: use special value mapping for ng-options fixes: #469
1
fix
null
791,690
18.04.2018 14:00:13
25,200
9771117d08f0d4d64c9bc8f087c218df39c42f16
core(load-fast-4-pwa): use computed artifacts
[ { "change_type": "MODIFY", "diff": "* Afterwards, we report if the TTFI is less than 10 seconds.\n*/\n+const isDeepEqual = require('lodash.isequal');\nconst Audit = require('./audit');\n-const URL = require('../lib/url-shim');\n-const targetLatencyMs = require('../config/constants').throttling.mobile3G.rttM...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(load-fast-4-pwa): use computed artifacts (#4981)
1
core
load-fast-4-pwa
815,745
18.04.2018 14:03:54
-10,800
7651fbf605d6e69ef1d845a00a478aa342016cd4
chore(release): 1.0.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.0.4\"></a>\n+## [1.0.4](https://github.com/ng-select/ng-select/compare/v1.0.3...v1....
TypeScript
MIT License
ng-select/ng-select
chore(release): 1.0.4
1
chore
release
217,922
18.04.2018 14:27:34
-7,200
ea7226a5a75006db7af2ec337752eb3881f7ef49
feat: features page has been removed for a new wiki system
[ { "change_type": "MODIFY", "diff": "\"extract\": \"ngx-translate-extract -i ./src --output ./src/assets/i18n/fr.json --output ./src/assets/i18n/de.json --output ./src/assets/i18n/en.json --output ./src/assets/i18n/ja.json --clean --sort --format namespaced-json\",\n\"commitmsg\": \"validate-commit-msg\",\n\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: features page has been removed for a new wiki system
1
feat
null
821,196
18.04.2018 14:47:56
25,200
04fc97260750ba144710e243c0404a284141d42d
fix: use npm instead of yarn in CI scripts when not using yarn * fix: use npm instead of yarn in CI scripts when not using yarn Fixes * chore: updated deps * fix: add nyc
[ { "change_type": "MODIFY", "diff": "\"@oclif/config\": \"^1.6.4\",\n\"@oclif/errors\": \"^1.0.4\",\n\"@oclif/plugin-help\": \"^1.2.4\",\n- \"@oclif/plugin-not-found\": \"^1.0.5\",\n- \"@oclif/plugin-warn-if-update-available\": \"^1.3.0\",\n+ \"@oclif/plugin-not-found\": \"^1.0.6\",\n+ \"@oclif/plugin-warn-i...
TypeScript
MIT License
oclif/oclif
fix: use npm instead of yarn in CI scripts when not using yarn (#108) * fix: use npm instead of yarn in CI scripts when not using yarn Fixes https://github.com/oclif/oclif/issues/104 * chore: updated deps * fix: add nyc
1
fix
null
815,746
18.04.2018 16:48:54
-10,800
d28bd4c7bb8546e80a524581da97b4fec59cbee6
fix: prevent default dropdown click event Prevent default mousedown event on dropdown to keep header and footer templates working properly and do not close dropdown.
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,8 @@ import {\nChangeDetectionStrategy,\nAfterContentInit,\nOnInit,\n- OnChanges\n+ OnChanges,\n+ HostListener\n} from '@angular/core';\nimport { NgOption } from './ng-select.types';\n@@ -33,7 +34,7 @@ const BOTTOM_CSS_CLASS = 'ng-select-bottom';\nencapsulati...
TypeScript
MIT License
ng-select/ng-select
fix: prevent default dropdown click event (#474) Prevent default mousedown event on dropdown to keep header and footer templates working properly and do not close dropdown.
1
fix
null
791,813
18.04.2018 19:28:15
-7,200
fff50f2bfe59baa5b0083424600b5c4e9a6028c3
core(canonical-audit): allow multiple identical canonical links
[ { "change_type": "MODIFY", "diff": "@@ -23,13 +23,18 @@ const failureHeaders = headersParam([[\n'<https://example.com>; rel=\"canonical\"',\n]]);\n+const passHeaders = headersParam([[\n+ 'link',\n+ '<http://localhost:10200/seo/>; rel=\"canonical\"',\n+]]);\n+\n/**\n* Expected Lighthouse audit values for seo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(canonical-audit): allow multiple identical canonical links (#4973)
1
core
canonical-audit
217,922
18.04.2018 19:56:26
-7,200
fa56ea4338b5d7a6cfa196c9baeccc7e5f6c66e2
feat: portuguese translation Thanks to absense (/u/Reyvateil)
[ { "change_type": "MODIFY", "diff": "<h1>FFXIV Teamcraft</h1>\n<mat-menu #langMenu=\"matMenu\" yPosition=\"above\">\n- <button mat-menu-item (click)=\"use('fr')\">FR</button>\n- <button mat-menu-item (click)=\"use('en')\">EN</button>\n- <button mat-menu-item (click)=\"use('de')\">DE</button>\n- <button mat-m...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: portuguese translation Thanks to absense (/u/Reyvateil)
1
feat
null
679,913
18.04.2018 22:31:23
-3,600
3b7c9d9741c65faa67bb0a645667c50a5f342f09
fix(transducers): add generics for compR(), fix types in mapNth()
[ { "change_type": "MODIFY", "diff": "@@ -638,7 +638,7 @@ itself. Returns nothing.\n#### `mapKeys(keys: IObjectOf<(x: any) => any>, copy?: boolean): Transducer<any, any>`\n-#### `mapNth<A, B>(n: number, offset: number, fn: (x: A) => B): Transducer<A, B>`\n+#### `mapNth<A, B>(n: number, offset?: number, fn: (x...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): add generics for compR(), fix types in mapNth()
1
fix
transducers
679,913
18.04.2018 22:38:14
-3,600
b7dff0ea18891908281116b756b6547928586d4e
fix(rstream-graph): import path
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,10 @@ import { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { fromIterableSync } from \"@thi.ng/rstream/from/iterable\";\nimport { fromView } from \"@thi.ng/rstream/from/view\";\nimport { sync, StreamSync } from \"@thi.ng/rstream/stream-sync\";\n+impo...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-graph): import path
1
fix
rstream-graph
679,913
18.04.2018 23:29:15
-3,600
a2320ff23482de187d370a1a9fce2208963a8b0a
docs(paths): update readme
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,8 @@ This project is part of the\n## About\n-This library provides immutable, optimized path-based accessors for\n-vanilla JS objects.\n+This library provides immutable and mutable, optimized path-based\n+accessors for vanilla JS objects.\n## Installation\n@@ -...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(paths): update readme
1
docs
paths
724,174
19.04.2018 01:43:53
-32,400
9960f7c57e5f600418ae83e2e16f4f9b8829f45b
feat: allow mocks and methods to be set in config object
[ { "change_type": "MODIFY", "diff": "},\n\"rules\": {\n\"no-unused-vars\": 0,\n- \"no-undef\": 0\n+ \"no-undef\": 0,\n+ \"no-labels\": 0\n}\n}\n", "new_path": "docs/.eslintrc", "old_path": "docs/.eslintrc" }, { "change_type": "MODIFY", "diff": "@@ -24,3 +24,39 @@ import VueTestUtils from ...
JavaScript
MIT License
vuejs/vue-test-utils
feat: allow mocks and methods to be set in config object (#531)
1
feat
null
791,690
19.04.2018 09:12:39
25,200
06a0a45b478565e6fa90636a41d440a41a40b74c
core(image-usage): use min of resourceSize/transferSize
[ { "change_type": "MODIFY", "diff": "@@ -79,14 +79,15 @@ class OptimizedImages extends Gatherer {\nconst isSameOrigin = URL.originsMatch(pageUrl, record._url);\nconst isBase64DataUri = /^data:.{2,40}base64\\s*,/.test(record._url);\n- if (isOptimizableImage && record._resourceSize > MINIMUM_IMAGE_SIZE) {\n+ c...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(image-usage): use min of resourceSize/transferSize (#4968)
1
core
image-usage
791,834
19.04.2018 12:49:13
25,200
d9450d5c63f7a1768fd4f0f2a1c6b7de11b21b18
core(tsc): add type checking to seo gatherers
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,11 @@ const Gatherer = require('../gatherer');\nclass Canonical extends Gatherer {\n/**\n- * @param {{driver: !Object}} options Run options\n- * @return {!Promise<!Array<string>>} Href value of link[rel=canonical] node found in HEAD, or null\n+ * @param {LH.Ga...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): add type checking to seo gatherers (#4991)
1
core
tsc
791,690
19.04.2018 12:51:28
25,200
9b7b690d6caf62f27e36a8ad905492457e816de4
tests(smokehouse): increase timeout
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ async function runSmokehouse(smokes) {\n].join(' ');\n// The promise ensures we output immediately, even if the process errors\n- const p = execAsync(cmd, {timeout: 3 * 60 * 1000, encoding: 'utf8'})\n+ const p = execAsync(cmd, {timeout: 6 * 60 * 1000, ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): increase timeout (#4990)
1
tests
smokehouse
815,745
19.04.2018 13:21:25
-10,800
d248545ef326fdf3ff6ecf6c3948177a3a40cb74
fix: rework outside click
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ import { distinctUntilChanged, debounceTime, switchMap } from 'rxjs/operators'\n<label>Custom search</label>\n---html,true\n- <ng-select #api [items]=\"cities\" [(ngModel)]=\"selectedCity\" bindLabel=\"name\" bindValue=\"name\">\n+ <ng-select #api [ite...
TypeScript
MIT License
ng-select/ng-select
fix: rework outside click
1
fix
null
815,745
19.04.2018 14:13:30
-10,800
13907e691b6da1fe22d1c047a37139fa1d017b45
chore(release): 1.0.6
[ { "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.0.6\"></a>\n+## [1.0.6](https://github.com/ng-select/ng-select/compare/v1.0.5...v1....
TypeScript
MIT License
ng-select/ng-select
chore(release): 1.0.6
1
chore
release
791,723
19.04.2018 17:20:45
25,200
8ae7e4812a4748a1654ed5a9e599fca02eb7712a
tests: split up parallel smoketests into 2 batches
[ { "change_type": "MODIFY", "diff": "@@ -28,34 +28,42 @@ const SMOKETESTS = [{\nid: 'ally',\nconfig: smokehouseDir + 'a11y/a11y-config.js',\nexpectations: 'a11y/expectations.js',\n+ batch: 'parallel-first',\n}, {\nid: 'pwa',\nexpectations: smokehouseDir + 'pwa-expectations.js',\nconfig: smokehouseDir + 'pwa-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: split up parallel smoketests into 2 batches (#4996)
1
tests
null
815,745
19.04.2018 17:40:20
-10,800
8f14eba2596b93cdf830a081cd3c49e86a40e58b
feat: transfer classes to dropdown-panel * feat: transfer classes to dropdown-panel closes closes
[ { "change_type": "MODIFY", "diff": "(update)=\"viewPortItems = $event\"\n(scrollToEnd)=\"scrollToEnd.emit($event)\"\n(outsideClick)=\"close()\"\n- [ngClass]=\"{'multiple': multiple}\"\n+ [class.ng-select-multiple]=\"multiple\"\n+ [ngClass]=\"classes\"\n[id]=\"dropdownId\">\n<ng-container>\n", "new_path"...
TypeScript
MIT License
ng-select/ng-select
feat: transfer classes to dropdown-panel (#486) * feat: transfer classes to dropdown-panel closes #434, closes #476
1
feat
null
217,922
19.04.2018 18:39:47
-7,200
b7eb02c67a592b847defc873a6d25bdbe3ed0c46
style: nicer scrollbars (smaller and darker) closes
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,22 @@ body {\nmargin: 0;\nfont-family: Roboto, \"Helvetica Neue\", sans-serif;\n}\n+\n+// Let's have nicer scrollbars ! credits to angular/aio: https://github.com/angular/angular/blob/3a30f5d937e64289ad9a89a1cbc4bd66d8a8867a/aio/src/styles/2-modules/_scrollbar....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: nicer scrollbars (smaller and darker) closes #295
1
style
null
679,913
19.04.2018 22:30:46
-3,600
87e3b48810181dfb78d10126c0e363819825b898
feat(interceptors): add EV_TOGGLE_VALUE handler, update EV_UNDO/REDO add EV_TOGGLE_VALUE handler for boolean switches extend EV_UNDO/REDO to trigger success/fail events post action extract undoHelper() as shared impl
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ export type EffectPriority = [string, number];\nexport const EV_SET_VALUE = \"--set-value\";\nexport const EV_UPDATE_VALUE = \"--update-value\";\n+export const EV_TOGGLE_VALUE = \"--toggle-value\";\n// Built-in side effect ID constants\n", "new_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add EV_TOGGLE_VALUE handler, update EV_UNDO/REDO - add EV_TOGGLE_VALUE handler for boolean switches - extend EV_UNDO/REDO to trigger success/fail events post action - extract undoHelper() as shared impl
1
feat
interceptors
217,922
19.04.2018 23:12:56
-7,200
91077ac69395ca9ed90a51f9b9e2fb3aec29ef3c
chore: first wiki pass with scrollspy activated Still needs some tweak for visual and functional aspect but it's almost done ;)
[ { "change_type": "MODIFY", "diff": "\"styles.scss\"\n],\n\"scripts\": [\n+ \"../node_modules/marked/lib/marked.js\"\n],\n\"environmentSource\": \"environments/environment.ts\",\n\"environments\": {\n", "new_path": ".angular-cli.json", "old_path": ".angular-cli.json" }, { "change_type": "MODI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first wiki pass with scrollspy activated Still needs some tweak for visual and functional aspect but it's almost done ;)
1
chore
null
730,429
20.04.2018 08:32:00
14,400
fa2a6cba9be251c038b5f65044d30dbf9a001462
chore(tooling): update github url to webex
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ ansiColor('xterm') {\nsshagent(['d8533977-c4c5-4e2b-938d-ae7fcbe27aac']) {\n// return the exit code because we don't care about failures\n- sh script: 'git remote add upstream git@github.com:ciscospark/react-ciscospark.git', returnStatus: true\n+ sh scri...
JavaScript
MIT License
webex/react-widgets
chore(tooling): update github url to webex
1
chore
tooling
730,429
20.04.2018 08:32:25
14,400
ee4477792f53bb77355337430fe9a56826e5c32c
chore(demos): update github url to webex
[ { "change_type": "MODIFY", "diff": "@@ -207,7 +207,7 @@ class DemoWidget extends Component {\ntitle=\"Cisco Spark Widget Demo\"\n/>\n<CardText expandable>\n- Our widgets are built using <a href=\"https://github.com/facebook/react\">React</a>, <a href=\"https://github.com/reactjs/redux\">Redux</a>, and the <...
JavaScript
MIT License
webex/react-widgets
chore(demos): update github url to webex
1
chore
demos
730,429
20.04.2018 09:37:45
14,400
88e19d92b378586974e8a59b7da7eff5c4cdc559
feat(widget-recents): remove call.answer and call.reject events
[ { "change_type": "MODIFY", "diff": "@@ -86,53 +86,9 @@ The user selected a room in the recents list or search results.\n}\n```\n-## rooms:selected (Answer Button)\n-\n-Incoming calls are presented to the end user in the recents widget. THis event fires when the user selects to answer the call.\n-\n-```javas...
JavaScript
MIT License
webex/react-widgets
feat(widget-recents): remove call.answer and call.reject events
1
feat
widget-recents
791,690
20.04.2018 11:08:08
25,200
70f9ecc497274e2d8e194030eb396a40f86b118f
cli: update documented throttling flags
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ instance with an open debugging port.\nLighthouse can run against a real mobile device. You can follow the [Remote Debugging on Android (Legacy Workflow)](https://developer.chrome.com/devtools/docs/remote-debugging-legacy) up through step 3.3, but the TL...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli: update documented throttling flags (#5000)
1
cli
null
791,690
20.04.2018 12:59:32
25,200
2eaafa0be4040916ad44d3241613f8e824380477
core(estimated-input-latency): use a 5s rolling window
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,13 @@ const Util = require('../report/v2/renderer/util');\nconst TracingProcessor = require('../lib/traces/tracing-processor');\nconst LHError = require('../lib/errors');\n+const ROLLING_WINDOW_SIZE = 5000;\n+\n+/**\n+ * @fileOverview This audit determines th...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(estimated-input-latency): use a 5s rolling window (#4989)
1
core
estimated-input-latency
821,196
20.04.2018 13:24:15
25,200
e09b530c76ecd1a5cf937b2a92e1730d0c780352
fix: only add root manifest
[ { "change_type": "MODIFY", "diff": "@@ -268,7 +268,7 @@ class App extends Generator {\nthis.pjson.scripts.prepack = nps.series(this.pjson.scripts.prepack, 'oclif-dev manifest', 'oclif-dev readme')\nthis.pjson.scripts.postpack = nps.series(this.pjson.scripts.postpack, 'rm -f .oclif.manifest.json')\nthis.pjso...
TypeScript
MIT License
oclif/oclif
fix: only add root manifest
1
fix
null
791,834
20.04.2018 13:28:04
25,200
1ce15d25fb1fccfa7bc30a38a520967256a954c1
tests: drop port number from dbw_tester for golden lhr
[ { "change_type": "MODIFY", "diff": "<!-- Note: these will only fail when using the static-server.js, which supports the ?delay=true param.\nIf you're using your own server, the resource will load instantly and the\nstylesheets will be ignored for being below the threshold. -->\n-<!-- we use a relative proto...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: drop port number from dbw_tester for golden lhr (#5006)
1
tests
null
821,196
20.04.2018 13:41:34
25,200
93ce53a719e6fb11f4b5a65a0602502c6c29f85c
docs: added issue template
[ { "change_type": "RENAME", "diff": "", "new_path": ".github/CODE_OF_CONDUCT.md", "old_path": "CODE_OF_CONDUCT.md" }, { "change_type": "RENAME", "diff": "", "new_path": ".github/CONTRIBUTING.md", "old_path": "CONTRIBUTING.md" }, { "change_type": "ADD", "diff": "+**Do y...
TypeScript
MIT License
oclif/oclif
docs: added issue template
1
docs
null
730,412
20.04.2018 13:46:08
0
ed58ef859ad6a81932c32290105a04afb2d0e3b9
chore(release): 0.1.277
[ { "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.277\"></a>\n+## [0.1.277](https://github.com/ciscospark/react-ciscospark/compare/...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.277
1
chore
release
679,913
20.04.2018 14:43:16
-3,600
27a098d75958f5b1614e1bd6404cfcfc1489c2e4
feat(rstream): add PubSub, add ISubscribableSubscriber, remove cache()
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,11 @@ export interface ISubscribable<T> extends IID<string> {\ngetState(): State;\n}\n+export interface ISubscribableSubscriber<T> extends\n+ ISubscriber<T>,\n+ ISubscribable<any> {\n+}\n+\nexport interface IStream<T> extends ISubscriber<T> {\ncancel: StreamC...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add PubSub, add ISubscribableSubscriber, remove cache()
1
feat
rstream
679,913
20.04.2018 15:52:19
-3,600
bb11ddfb31f9b475bd52265498f4cd065287c07b
fix(associative): allow partial options arg for EquivMap ctor
[ { "change_type": "MODIFY", "diff": "@@ -43,13 +43,13 @@ export class EquivMap<K, V> extends Map<K, V> implements\n* @param pairs\n* @param opts\n*/\n- constructor(pairs?: Iterable<Pair<K, V>>, opts?: EquivMapOpts<K>) {\n+ constructor(pairs?: Iterable<Pair<K, V>>, opts?: Partial<EquivMapOpts<K>>) {\nsuper();...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): allow partial options arg for EquivMap ctor
1
fix
associative
679,913
20.04.2018 15:53:52
-3,600
ba10907caa8e4f40bb9af741c745d5a33f8b22e6
feat(rstream): allow arbitrary PubSub topic vals, add dep use EquivMap for storing topics add/update tests add docs
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^2.2.0\",\n+ \"@thi.ng/associative\": \"^0.4.1\",\n\"@thi.ng/atom\": \"^1.3.3\",\n\"@thi.ng/transducers\": \"^1.8.1\"\n},\n", "new_path": "packages/rstream/package.json", "old_path": "packages/rstream/package.json" }, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): allow arbitrary PubSub topic vals, add @thi.ng/associative dep - use EquivMap for storing topics - add/update tests - add docs
1
feat
rstream
217,922
20.04.2018 17:33:06
-7,200
a307b6184cf88314007c42ca5e7373d03d24b495
chore: finalized scrollspy
[ { "change_type": "MODIFY", "diff": "<div class=\"app-container {{settings.theme}}-theme mat-typography\">\n- <mat-toolbar color=\"primary\">\n+ <mat-toolbar color=\"primary\" class=\"app-toolbar\">\n<button *ngIf=\"mobile\" mat-icon-button (click)=\"sidenav.toggle()\">\n<mat-icon>menu</mat-icon>\n</button>\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: finalized scrollspy
1
chore
null
217,922
20.04.2018 19:20:51
-7,200
14fa86ca75361ba45e00650dff39744e504558d6
feat: features page is now replaced with the wiki
[ { "change_type": "MODIFY", "diff": "matTooltipPosition=\"right\"\nmatTooltip=\"{{'HOME_PAGE.Wiki' | translate}}\"\n[matTooltipDisabled]=\"!settings.compactSidebar\">\n- <mat-icon matListIcon>find_in_page</mat-icon>\n+ <mat-icon matListIcon>library_books</mat-icon>\n<span matLine *ngIf=\"!settings.compactSid...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: features page is now replaced with the wiki
1
feat
null
679,913
20.04.2018 23:44:31
-3,600
7bbbfa88dba8f69ba26bc2c9db56f873ca5c692c
feat(cache): 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/cache/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(cache): initial import @thi.ng/cache package
1
feat
cache
679,913
21.04.2018 01:30:17
-3,600
d37a91ebfa71010ea81a81ee57195c0a1cdb88dd
refactor(cache): update/extend ICache & LRUCache, update readme
[ { "change_type": "MODIFY", "diff": "## About\n-In-memory cache implementations with ES6 Map-like API and different\n-expunge strategies. Supports any types for both keys & values.\n-\n-This package is still in early development and currently the only\n-strategies available are:\n+In-memory cache implementat...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(cache): update/extend ICache & LRUCache, update readme
1
refactor
cache
679,913
21.04.2018 01:55:48
-3,600
3947419cd0570e2e9b3efdc3339c9e5f17fef6ef
fix(cache): don't insert new val if > maxsize
[ { "change_type": "MODIFY", "diff": "@@ -111,13 +111,14 @@ export class LRUCache<K, V> implements ICache<K, V> {\nthis.delete(key);\nconst size = this.ksize(key) + this.vsize(value);\nthis._size += size;\n- this.ensureSize();\n+ if (this.ensureSize()) {\nthis.items.push({\nk: key,\nv: value,\ns: size,\nt: Da...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(cache): don't insert new val if > maxsize
1
fix
cache
679,913
21.04.2018 15:15:45
-3,600
19f7e761abf7b1ce4f40443b52698715e14234bb
feat(dcons): add asHead()/asTail()
[ { "change_type": "MODIFY", "diff": "@@ -474,6 +474,32 @@ export class DCons<T> implements\nreturn this;\n}\n+ asHead(cell: ConsCell<T>) {\n+ if (cell === this.head) {\n+ return this;\n+ }\n+ this.remove(cell);\n+ this.head.prev = cell;\n+ cell.next = this.head;\n+ cell.prev = undefined;\n+ this.head = cell;...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dcons): add asHead()/asTail()
1
feat
dcons
679,913
21.04.2018 15:26:11
-3,600
00ca831f4973654788c4e306d30327132d02c665
refactor(cache): make LRU ops O(1), update/remove (some) interfaces use Map to index dcons cells update CachOpts (add map ctor option) remove LRUEntry update LRU entries iterator
[ { "change_type": "MODIFY", "diff": "-import { ICopy, IEmpty, ILength, Predicate2, IRelease } from \"@thi.ng/api/api\";\n+import { ICopy, IEmpty, ILength, IRelease } from \"@thi.ng/api/api\";\nexport interface ICache<K, V> extends\n- Iterable<Readonly<CacheEntry<K, V>>>,\n+ Iterable<Readonly<[K, CacheEntry<K...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(cache): make LRU ops O(1), update/remove (some) interfaces - use Map to index dcons cells - update CachOpts (add map ctor option) - remove LRUEntry - update LRU entries iterator
1
refactor
cache
679,913
21.04.2018 17:11:11
-3,600
26c4cfd0daae89060e280816064de925d324dce8
feat(cache): add MRUCache, update package & readme
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/cache\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"In-memory cache implementations with ES6 Map-like API and different eviction strategies\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(cache): add MRUCache, update package & readme
1
feat
cache
679,913
21.04.2018 17:55:43
-3,600
0ea0847d0229ed3d9ee78505d8c1f08ae974539f
feat(heaps): 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/heaps/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): import @thi.ng/heaps package
1
feat
heaps
679,913
21.04.2018 21:06:23
-3,600
c4a9c074f55e76787f19d1c93144e205b6d180ca
fix(cache): recompute size in LRUCache.delete(), extract removeEntry()
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ export class LRUCache<K, V> implements ICache<K, V> {\nreturn this.map.has(key);\n}\n- get(key: K, notFound?: V): V {\n+ get(key: K, notFound?: any) {\nconst e = this.map.get(key);\nif (!e) {\nreturn notFound;\n@@ -134,9 +134,7 @@ export class LRUCache<K...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(cache): recompute size in LRUCache.delete(), extract removeEntry()
1
fix
cache
679,913
21.04.2018 21:08:22
-3,600
574b5d96f329bd1011d884212c49c47caf9adfc4
feat(cache): add TLRUCache
[ { "change_type": "MODIFY", "diff": "export * from \"./api\";\nexport * from \"./lru\";\nexport * from \"./mru\";\n+export * from \"./tlru\";\n", "new_path": "packages/cache/src/index.ts", "old_path": "packages/cache/src/index.ts" }, { "change_type": "ADD", "diff": "+import { ConsCell, DC...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(cache): add TLRUCache
1
feat
cache
679,913
22.04.2018 03:33:43
-3,600
ab4abf55ccf966394ed8394b2b690bfc285b28e7
refactor(heaps): major update / simplify, fix DHeap, add accessors
[ { "change_type": "MODIFY", "diff": "@@ -19,19 +19,26 @@ yarn add @thi.ng/heaps\n```typescript\nimport { Heap, DHeap } from \"@thi.ng/heaps\";\n+// with initial values, custom comparator and heap arity\nconst h = new DHeap(\n[5, 2, 10, 15, 18, 23, 22, -1],\n- { compare: (a,b) => b - a, d: 4 }\n+ {\n+ compare...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(heaps): major update / simplify, fix DHeap, add accessors
1
refactor
heaps
679,913
22.04.2018 04:43:41
-3,600
b83c0300c8c2f4415f7cfe75cdc7fa0d6a1018f4
minor(cache): cleanup
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,6 @@ export class TLRUCache<K, V> extends LRUCache<K, V> {\n}\nprotected ensureSize() {\n- const release = this.opts.release;\nconst maxs = this.opts.maxsize;\nconst maxl = this.opts.maxlen;\nconst now = Date.now();\n", "new_path": "packages/cache/src/tlr...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(cache): cleanup
1
minor
cache
815,745
22.04.2018 13:40:08
-10,800
727c63720c006a4d9ffe8d7a29e25b279d26bc52
fix: use min-width for dropdown panel closes
[ { "change_type": "MODIFY", "diff": "@@ -340,7 +340,8 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\ndropdownPanel.style.top = offsetTop + topDelta + 'px';\ndropdownPanel.style.bottom = 'auto';\ndropdownPanel.style.left = offsetLeft + 'px';\n- dropdownPanel.style.width =...
TypeScript
MIT License
ng-select/ng-select
fix: use min-width for dropdown panel closes #476
1
fix
null
815,745
22.04.2018 13:51:18
-10,800
1006a937caae7f983f521bcd98777e374d70eac6
fix: use bindlabel for group key when using fn expression fixes
[ { "change_type": "MODIFY", "diff": "import { NgOption } from './ng-select.types';\nimport * as searchHelper from './search-helper';\nimport { NgSelectComponent } from './ng-select.component';\n-import { isObject, isDefined } from './value-utils';\n+import { isObject, isDefined, isFunction } from './value-ut...
TypeScript
MIT License
ng-select/ng-select
fix: use bindlabel for group key when using fn expression fixes #488
1
fix
null
679,913
22.04.2018 14:40:58
-3,600
c4bbee0a8aaa6c63e5ea31aff540aff873cee48d
feat(heaps): add min/max(), update heapify() and percolate methods
[ { "change_type": "MODIFY", "diff": "@@ -24,17 +24,6 @@ export class DHeap<T> extends Heap<T> {\nreturn idx > 0 ? ((idx - 1) / d) | 0 : -1;\n}\n- /**\n- * If `d=2` return index of other sibling. For all other `d`\n- * there're no unique solutions so always returns -1.\n- *\n- * @param idx\n- * @param d\n- */...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): add min/max(), update heapify() and percolate methods
1
feat
heaps
679,913
22.04.2018 16:37:43
-3,600
58945727eed6abc96d33ad26c4bb8ea32d32e9d3
fix(heaps): add DHeap ICopy/IEmpty impls, fix return types
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { compare } from \"@thi.ng/api/compare\";\nimport { DHeapOpts } from \"./api\";\nimport { Heap } from \"./heap\";\n+import { ICopy, IEmpty } from \"@thi.ng/api/api\";\n/**\n* Generic d-ary heap / priority queue with configurable arity (default\n@@ -...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(heaps): add DHeap ICopy/IEmpty impls, fix return types
1
fix
heaps
679,913
22.04.2018 16:38:40
-3,600
944aaf6dcff3bda3a8643ecd022b8bc54a89bd6f
test(heaps): add tests
[ { "change_type": "ADD", "diff": "+import * as assert from \"assert\";\n+import { DHeap } from \"../src/index\";\n+import { compare } from \"@thi.ng/api/compare\";\n+\n+describe(\"DHeap\", () => {\n+\n+ const rcmp: (a: number, b: number) => number = (a, b) => b - a;\n+\n+ const src = [5, 2, 10, 20, 15, 18, 2...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(heaps): add tests
1
test
heaps
679,913
22.04.2018 18:14:44
-3,600
9d53ae33674dd6ecfadc784e94b8dcdee7371c3d
feat(cache): add TLRUCache.prune(), fix ensureSize()
[ { "change_type": "MODIFY", "diff": "@@ -78,22 +78,28 @@ export class TLRUCache<K, V> extends LRUCache<K, V> {\nreturn value;\n}\n- protected ensureSize() {\n- const maxs = this.opts.maxsize;\n- const maxl = this.opts.maxlen;\n+ prune() {\nconst now = Date.now();\nlet cell = this.items.head;\n- while (cell &...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(cache): add TLRUCache.prune(), fix ensureSize()
1
feat
cache
679,913
22.04.2018 18:15:01
-3,600
7d38e5b01fdba2e19cfac67618640ef62b57aeef
test(cache): add tests
[ { "change_type": "DELETE", "diff": "-// import * as assert from \"assert\";\n-// import * as cache from \"../src/index\";\n-\n-describe(\"cache\", () => {\n- it(\"tests pending\");\n-});\n", "new_path": null, "old_path": "packages/cache/test/index.ts" }, { "change_type": "ADD", "diff": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(cache): add tests
1
test
cache
679,913
22.04.2018 20:21:39
-3,600
aa78d77edb6ec26982222ec129a15c795b291173
fix(cache): TLRUCache.get(), add tests, update package get() now correctly shifts element to back (LRU)
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/iterators\": \"^4.1.6\"\n},\n\"keywords\": [\n+ \"cache\",\n+ \"data structure\",\n\"ES6\",\n+ \"LRU\",\n+ \"Map\",\n+ \"MRU\",\n+ \"TLRU\",\n+ \"TTL\",\n\"typescript\"\n],\n\"publishConfig\": {\n", "new_path": "packages/cache/package.json", "old_path": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(cache): TLRUCache.get(), add tests, update package - get() now correctly shifts element to back (LRU)
1
fix
cache
679,913
22.04.2018 20:31:11
-3,600
03cee0fa7d9ca3e5603f1fc110c7b1144177a89b
build(heaps): update package desc
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/api\": \"^2.2.0\"\n},\n\"keywords\": [\n+ \"data structure\",\n+ \"d-heap\",\n\"ES6\",\n+ \"heap\",\n+ \"priority queue\",\n+ \"sort\",\n\"typescript\"\n],\n\"publishConfig\": {\n", "new_path": "packages/heaps/package.json", "old_path": "packages/heaps/p...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(heaps): update package desc
1
build
heaps
743,913
22.04.2018 22:36:08
14,400
8edbce9141ea90dfa3a9a2070789285259bf2950
docs: grammar in advanced.md
[ { "change_type": "MODIFY", "diff": "@@ -429,7 +429,7 @@ for detailed documentation of this feature.\n## Middleware\nSometimes you might want to transform arguments before they reach the command handler.\n-For example, you perhaps you want to validate that credentials have been provided and otherwise load cr...
JavaScript
MIT License
yargs/yargs
docs: grammar in advanced.md (#1108)
1
docs
null
724,238
23.04.2018 01:04:54
-28,800
b7f16359fbb19ed7eebb5942e43d641a8f11f319
docs: add Peer Dependency documentation
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,13 @@ npm install --save-dev @vue/test-utils\nnpm install --save-dev @vue/server-test-utils\n```\n+## Peer Dependencies\n+You need to install `vue-template-compiler` which is used to compiled components. It should be the same version as the version of Vue you...
JavaScript
MIT License
vuejs/vue-test-utils
docs: add Peer Dependency documentation (#548)
1
docs
null
217,922
23.04.2018 09:58:29
-7,200
3739e360e2746b7cc95eeda2e9a121cb10df1560
fix: map name was sometimes incorrect closes
[ { "change_type": "MODIFY", "diff": "@@ -17,9 +17,10 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\nconst partial = itemData.getPartial(d.toString(), 'mob');\nif (partial !== undefined) {\nconst monsterId: string = Math.floor(d % 1000000).toString();\n+ const zoneid = monsters[monsterId]...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: map name was sometimes incorrect closes #325
1
fix
null
217,922
23.04.2018 10:05:21
-7,200
85e24947d3f7dc374da45d0f4fa820250392b9de
feat: two new layout filters: IS_TOME_TRADE and IS_SCRIPT_TRADE
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,51 @@ export class LayoutRowFilter {\nreturn false;\n}, 'IS_TOKEN_TRADE');\n+ static IS_TOME_TRADE = new LayoutRowFilter(row => {\n+ if (row.tradeSources !== undefined) {\n+ const tomeIds = [\n+ 28,\n+ 35,\n+ 36,\n+ 7811,\n+ 9383,\n+ 14298,\n+ 16928,\n+ 19107...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: two new layout filters: IS_TOME_TRADE and IS_SCRIPT_TRADE
1
feat
null
217,922
23.04.2018 10:58:20
-7,200
3f5e310f83ab0216794648e86a5669ce80a2896c
fix: login sometimes triggers an email spam and a temporary ban from logging in from firebase closes
[ { "change_type": "MODIFY", "diff": "import {Component} from '@angular/core';\n-import * as firebase from 'firebase/app';\nimport {MatDialog, MatDialogRef} from '@angular/material';\nimport {AngularFireAuth} from 'angularfire2/auth';\nimport {FormBuilder, FormGroup, Validators} from '@angular/forms';\n@@ -74...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: login sometimes triggers an email spam and a temporary ban from logging in from firebase closes #316
1
fix
null
791,834
23.04.2018 11:39:31
25,200
cf76f054592bad9d04af3b3aea2309ca823d19d4
core(lhr): lhr-lite type declaration
[ { "change_type": "ADD", "diff": "+/**\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.apache.org/licenses/L...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): lhr-lite type declaration (#4983)
1
core
lhr
791,834
23.04.2018 12:00:02
25,200
670a77aa20093164a443697c45b51af0a2082b68
core(tsc): add type checking to fonts gatherer
[ { "change_type": "MODIFY", "diff": "* Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n* Unless required by applicable law or agreed to in wri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): add type checking to fonts gatherer (#5018)
1
core
tsc
217,922
23.04.2018 13:23:13
-7,200
fa8155f2e19fab040505cda816eea27086f2065b
style: moved compact sidebar toggle to nav part
[ { "change_type": "MODIFY", "diff": "<button mat-raised-button *ngIf=\"!(authState | async)?.isAnonymous\" (click)=\"disconnect()\">\n{{'Disconnect' | translate}}\n</button>\n- <button mat-icon-button matTooltip=\"{{'Compact_sidebar_toggle' | translate}}\"\n- matTooltipPosition=\"right\" (click)=\"settings.c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: moved compact sidebar toggle to nav part
1
style
null
807,849
23.04.2018 13:23:32
25,200
dc725c8fc56017044b40c119ed1bb1b91565a327
chore(publish): Restore targeted utility tests
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n+const getCurrentBranch = require(\"../lib/get-current-branch\");\n+\n+test(\"getCurrentBranch\", async () => {\n+ const cwd = await initFixture(\"root-manifest-only\");\n+\n+ expect...
JavaScript
MIT License
lerna/lerna
chore(publish): Restore targeted utility tests
1
chore
publish
791,723
23.04.2018 13:27:18
25,200
4276e6ec4f9f42c0ab9d1dc755e14b0f290afdc5
misc: remove timing from golden lhr
[ { "change_type": "MODIFY", "diff": "const {readFileSync, writeFileSync} = require('fs');\nconst filename = process.argv[2];\n+const extraFlag = process.argv[3];\nif (!filename) throw new Error('No filename provided.');\nconst data = readFileSync(filename, 'utf8');\n@@ -24,8 +25,10 @@ writeFileSync(filename,...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove timing from golden lhr (#5020)
1
misc
null
807,849
23.04.2018 14:07:05
25,200
afcac01556c11cf0672d7fee4369f9c1ad075237
test: Move away from .resolves Jest shorthand, it obfuscates stacks
[ { "change_type": "MODIFY", "diff": "@@ -377,7 +377,9 @@ describe(\"PublishCommand\", () => {\nexpect(PromptUtilities.select).not.toBeCalled();\nexpect(PromptUtilities.confirm).not.toBeCalled();\n- await expect(gitCommitMessage(testDir)).resolves.toBe(\"v1.0.1-auto-confirm\");\n+\n+ const message = await git...
JavaScript
MIT License
lerna/lerna
test: Move away from .resolves Jest shorthand, it obfuscates stacks
1
test
null
217,922
23.04.2018 14:17:09
-7,200
c95703fd4d0737ef7da00f8ed2efbeb0e0aec27f
chore: translations for wiki pages
[ { "change_type": "MODIFY", "diff": "\"User_id_tip\": \"Die Nutzer-ID kann in der unteren rechten Ecke auf der Profilseite eingesehen werden.\",\n\"Saving\": \"Rechte werden gespeichert\",\n\"No_anonymous\": \"Du brauchst einen Account, um Rechte zu verwalten\"\n+ },\n+ \"WIKI\": {\n+ \"Title\": \"Wiki\",\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: translations for wiki pages
1
chore
null
679,913
23.04.2018 14:18:49
-3,600
ef3903e49851663f9e069a17a0aceae43ae8b821
feat(rstream-query): initial import
[ { "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-query/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://ww...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-query): initial import
1
feat
rstream-query
679,913
23.04.2018 15:25:28
-3,600
a4aa4cb3acda02baf9579123b416a38213f6c9ea
refactor(rstream-query): simplify query handling, optimize addFact()
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ export enum EditOp {\n}\nexport interface Edit {\n- op: EditOp;\n+ index: Set<number>;\nkey: any;\n- id: number;\n}\n\\ No newline at end of file\n", "new_path": "packages/rstream-query/src/api.ts", "old_path": "packages/rstream-query/src/api.ts"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): simplify query handling, optimize addFact()
1
refactor
rstream-query
679,913
23.04.2018 15:30:43
-3,600
16fabb8ceda653d04b34a339ed869b005521853d
refactor(rstream-query): simplify addQuery()
[ { "change_type": "MODIFY", "diff": "import { equiv } from \"@thi.ng/api/equiv\";\n-// import { SortedMap } from \"@thi.ng/associative/sorted-map\";\nimport { intersection } from \"@thi.ng/associative/intersection\";\nimport { Stream, trace, Subscription, sync } from \"@thi.ng/rstream\";\nimport { Transducer...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): simplify addQuery()
1
refactor
rstream-query
791,834
23.04.2018 16:24:49
25,200
16419e7ac8ac6606005e0657a79631d042fd6faf
core(tsc): gather type-checking cleanup
[ { "change_type": "MODIFY", "diff": "@@ -18,15 +18,13 @@ const compressionTypes = ['gzip', 'br', 'deflate'];\nconst binaryMimeTypes = ['image', 'audio', 'video'];\nconst CHROME_EXTENSION_PROTOCOL = 'chrome-extension:';\n-/** @typedef {{requestId: string, url: string, mimeType: string, transferSize: number, r...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): gather type-checking cleanup (#5019)
1
core
tsc
743,913
23.04.2018 17:11:21
14,400
744d29926ab95b879f949aceb9d205c5e49f4c44
docs: update api.md
[ { "change_type": "MODIFY", "diff": "@@ -602,7 +602,7 @@ Should yargs attempt to detect the os' locale? Defaults to `true`.\nTell yargs to parse environment variables matching the given prefix and apply\nthem to argv as though they were command line arguments.\n-Use the \"__\" separator in the environment va...
JavaScript
MIT License
yargs/yargs
docs: update api.md (#1113)
1
docs
null
724,000
23.04.2018 18:27:31
-3,600
d27f8b65966b9b8183f1b33a67c0f345cec64220
build: 1.0.0-beta.15
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@vue/test-utils\",\n- \"version\": \"1.0.0-beta.14\",\n+ \"version\": \"1.0.0-beta.15\",\n\"description\": \"Utilities for testing Vue components.\",\n\"main\": \"dist/vue-test-utils.js\",\n\"types\": \"types/index.d.ts\",\n", "new_path": "packages/test...
JavaScript
MIT License
vuejs/vue-test-utils
build: 1.0.0-beta.15
1
build
null
724,000
23.04.2018 18:32:06
-3,600
319ab1b97cad849081db32fdb4c13ed3bcd2c83a
chore: bump to 1.0.0-beta.15
[ { "change_type": "MODIFY", "diff": "],\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n- \"version\": \"1.0.0-beta.14\"\n+ \"version\": \"1.0.0-beta.15\"\n}\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY", "diff": "{\n\"name\": \"vue-test-utils\",...
JavaScript
MIT License
vuejs/vue-test-utils
chore: bump to 1.0.0-beta.15
1
chore
null
217,922
23.04.2018 18:47:39
-7,200
3d223dfe0256939c0cf7831d618f5f8a8cdd4318
docs: added wiki page for list-details
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ Below you'll find a summary of all pages you can find on this wiki.\n* [Lists](/wiki/lists), how to create a list, add items to it.\n* [Favourites](/wiki/favourites), describing how favourite list/workshop system works\n* [Books](/wiki/books), how to lin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs: added wiki page for list-details
1
docs
null
217,922
23.04.2018 18:48:43
-7,200
880a3885a56e349d7326f5be9bb9fa871b8a17f5
docs: added contributing wiki page
[ { "change_type": "ADD", "diff": "+# Contributing\n+\n+First of all, come on [Discord] and poke @Miu to tell him that you would like to contribute to the wiki, with the language you want to contribute on.\n+\n+## References\n+\n+ * [Markdown cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs: added contributing wiki page
1
docs
null
217,922
23.04.2018 18:59:07
-7,200
0e33355c4bbc8b1f2d378636ac768a1532fb6670
chore: wiki table of contents fix
[ { "change_type": "MODIFY", "diff": "</mat-list-item>\n<mat-list-item routerLink=\"/wiki\" (click)=\"mobile ? sidenav.close() : null\"\nmatTooltipPosition=\"right\"\n- matTooltip=\"{{'HOME_PAGE.Wiki' | translate}}\"\n+ matTooltip=\"{{'WIKI.Title' | translate}}\"\n[matTooltipDisabled]=\"!settings.compactSideb...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: wiki table of contents fix
1
chore
null
791,676
23.04.2018 18:59:23
-7,200
6465d275db5e306065762fda5735156a016ecf6c
core(critical-request-chains): exclude preloaded requests from crc
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,12 @@ class CriticalRequestChains extends ComputedArtifact {\n*/\nstatic isCritical(request, mainResource) {\nassert.ok(mainResource, 'mainResource not provided');\n+\n+ // Treat any preloaded resource as non-critical\n+ if (request._isLinkPreload) {\n+ retur...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(critical-request-chains): exclude preloaded requests from crc (#5011)
1
core
critical-request-chains
217,922
23.04.2018 19:20:17
-7,200
531d5f90045dced897a3754d0b5f963226d3aae2
feat: folklore book now shown (to know which book to buy)
[ { "change_type": "MODIFY", "diff": "@@ -13,5 +13,5 @@ export const folklores: { [index: number]: number[] } = {\n12702: [14211, 14220, 12836, 12832, 12830, 15631, 14214, 15629, 15630, 15634],\n12703: [15638, 12827, 17580, 16753, 15635, 14218, 12825, 15636],\n17842: [21174, 21175, 20040],\n- 17843: [21178, 2...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: folklore book now shown (to know which book to buy)
1
feat
null
217,922
23.04.2018 19:31:55
-7,200
a1aa75336b0461353a597072c36a360df23f3faf
chore: remove table of contents in mobile wiki view
[ { "change_type": "MODIFY", "diff": "<mat-error *ngIf=\"notFoundInCurrentLang && !notFound\">{{'WIKI.Not_found_in_current_lang' | translate}}</mat-error>\n<h1 class=\"page-not-found\" *ngIf=\"notFound\">{{\"WIKI.Not_found\" | translate}}</h1>\n<div class=\"wiki-container\" #markdown>\n- <div markdown class=\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove table of contents in mobile wiki view
1
chore
null
217,935
23.04.2018 19:35:16
-3,600
57374cf0f189243e8c0c2ff3a0306f944d346f7e
docs: updated video, line breaks, new image.
[ { "change_type": "MODIFY", "diff": "# Layouts Guide\n-### Video\n-![List Creation Gif](https://i.imgur.com/Mio1YJ7.gif)\n-\n+![Layout Creation Gif](https://i.imgur.com/bgWAmCi.gif)\n+___\n### What are Layouts?\nLayouts allow you to customize how the recipe is displayed to you, i.e: Gathering, Other, Crafted...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs: updated video, line breaks, new image.
1
docs
null
807,911
23.04.2018 19:54:40
14,400
2838260b7d0058249b2f0aee61e41d7de6bbe228
feat(filters): Add `--include-filtered-dependents` flag
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,11 @@ exports[`LsCommand with --include-filtered-dependencies should list packages, in\n@test/package-1 v1.0.0\"\n`;\n+exports[`LsCommand with --include-filtered-dependents should list packages, including filtered ones 1`] = `\n+\"@test/package-1 v1.0.0\n+@te...
JavaScript
MIT License
lerna/lerna
feat(filters): Add `--include-filtered-dependents` flag (#1393)
1
feat
filters