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
791,723
13.04.2018 10:04:29
25,200
48120d0bfc7072e37949403026e3df8c322efe26
tests: exclude audit helpText from 'yarn diff:sample-json' assertion
[ { "change_type": "MODIFY", "diff": "@@ -24,5 +24,8 @@ writeFileSync(filename, cleanAndFormatLHR(data), 'utf8');\nfunction cleanAndFormatLHR(lhrString) {\nconst lhr = JSON.parse(lhrString);\ndelete lhr.timing;\n+ for (const auditResult of Object.values(lhr.audits)) {\n+ auditResult.helpText = '**Excluded fro...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: exclude audit helpText from 'yarn diff:sample-json' assertion (#4964)
1
tests
null
791,690
13.04.2018 10:15:57
25,200
6d6af51decfc5663c3d497e03c865c478064ca0c
core(config): clean flags for config settings
[ { "change_type": "MODIFY", "diff": "@@ -246,8 +246,27 @@ function expandArtifacts(artifacts) {\nreturn artifacts;\n}\n+/**\n+ * Creates a settings object from potential flags object by dropping all the properties\n+ * that don't exist on Config.Settings.\n+ *\n+ * @param {LH.Flags=} flags\n+ * @return {Part...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): clean flags for config settings (#4960)
1
core
config
815,746
13.04.2018 10:51:20
-10,800
a158d7baadde64cf4ee7e82c402719cac02f5c17
fix: add ng-option-marked class for custom tags
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</div>\n- <div class=\"ng-option\" [class.marked]=\"!itemsList.markedItem\" (mouseover)=\"itemsList.unmarkItem()\" role=\"option\" (click)=\"selectTag()\" *ngIf=\"showAddTag()\">\n+ <div class=\"ng-option\" [class.ng-option-marked]=\"!itemsList.markedItem\...
TypeScript
MIT License
ng-select/ng-select
fix: add ng-option-marked class for custom tags
1
fix
null
791,877
13.04.2018 14:43:35
18,000
9ea3c17188a6a39a708102ddbefe7367371cbd24
report(bootup-time): fix learn more link
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ class BootupTime extends Audit {\nscoreDisplayMode: Audit.SCORING_MODES.NUMERIC,\nhelpText: 'Consider reducing the time spent parsing, compiling, and executing JS. ' +\n'You may find delivering smaller JS payloads helps with this. [Learn ' +\n- 'more](ht...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(bootup-time): fix learn more link (#4962)
1
report
bootup-time
791,690
13.04.2018 16:46:42
25,200
67947e8a0b47f4bc30a9384bf5411bffa6d52d01
core(screenshots): align filmstrip to observed metrics
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst Audit = require('./audit');\n-const TTFI = require('./first-interactive');\n-const TTCI = require('./consistently-interactive');\n+const LHError = require('../lib/errors');\nconst jpeg = require('jpeg-js');\nconst NUMBER_OF_THUMBNAILS = 10;\n@@ -23,7 ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(screenshots): align filmstrip to observed metrics (#4965)
1
core
screenshots
679,913
13.04.2018 16:57:33
-3,600
bfabe8025682f5a392d3951f07d5ae5683638a8a
feat(associative): add renameKeysMap
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n+import { empty } from \"./utils\";\n+\n+export function renameKeysMap<T>(src: Map<any, T>, km: IObjectOf<T>): Map<any, T> {\n+ const dest = empty(src, Map);\n+ for (let p of src) {\n+ const k = p[0];\n+ const kk = km[k];\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): add renameKeysMap
1
feat
associative
679,913
13.04.2018 17:01:03
-3,600
d798cee39ac0f18becb617b99da26777625b714a
refactor(dgraph): regression update due to changes
[ { "change_type": "MODIFY", "diff": "import { ICopy } from \"@thi.ng/api/api\";\nimport { equiv } from \"@thi.ng/api/equiv\";\nimport { illegalArgs } from \"@thi.ng/api/error\";\n-import { ArrayMap } from \"@thi.ng/associative/array-map\";\n-import { ArraySet } from \"@thi.ng/associative/array-set\";\n+impor...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dgraph): regression update due to @thi.ng/associative changes
1
refactor
dgraph
679,913
13.04.2018 17:05:24
-3,600
07628f67f2a0df3aa44c059402db28b49ef96d9e
build: fix package clean tasks
[ { "change_type": "MODIFY", "diff": "\"license\": \"Apache-2.0\",\n\"scripts\": {\n\"build\": \"yarn run clean && tsc --declaration\",\n- \"clean\": \"rm -rf *.js *.d.ts build doc\",\n+ \"clean\": \"rm -rf *.js *.d.ts .nyc_output build coverage doc\",\n\"cover\": \"yarn test && nyc report --reporter=lcov\",\...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: fix package clean tasks
1
build
null
217,922
13.04.2018 18:41:12
-7,200
1921fa6fcf1226759e1189abcbb1d7c2a8c066f1
feat: added a link to profile page on missing book warning icon closes
[ { "change_type": "MODIFY", "diff": "(click)=\"openRequirementsPopup()\">\n<mat-icon color=\"accent\">assignment</mat-icon>\n</button>\n- <mat-icon *ngIf=\"!hasBook\" matTooltip=\"{{'LIST_DETAILS.No_book' | translate}}\" matTooltipPosition=\"above\"\n+ <button mat-icon-button *ngIf=\"!hasBook\" routerLink=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added a link to profile page on missing book warning icon closes #312
1
feat
null
217,922
13.04.2018 19:09:38
-7,200
530fe948c518fa0668c083a4003abdff35f3f637
feat: you can now order "Items" panel based on level or localized name in your layout closes
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import {ListLayout} from './list-layout';\nimport {LayoutOrderService} from './layout-order.service';\nimport {Observable} from 'rxjs/Observable';\nimport {UserService} from '../database/user.service';\n+import {ListRow} from '../../model/list/list-row';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now order "Items" panel based on level or localized name in your layout closes #296
1
feat
null
791,834
13.04.2018 19:30:08
25,200
9d1064105903db6b0b1ca711bc5f3f2c86b8b87c
tests(smoke): add smoke test code coverage
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ script:\n- yarn type-check\n- yarn closure\n- yarn diff:sample-json\n- - yarn smoke\n+ - yarn smoke:silentcoverage\n- yarn test-extension\n# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.\n- unset _JAVA_OPTIONS\n@@ -49,5 +49,6 @@ before...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): add smoke test code coverage (#4967)
1
tests
smoke
724,000
13.04.2018 19:45:51
-3,600
5a67f4dc0efd9eb55e72f46b05b81056c3bf59b1
chore: add release script to server-test-utils
[ { "change_type": "ADD", "diff": "+set -e\n+\n+if [[ -z $1 ]]; then\n+ echo \"Enter new version: \"\n+ read VERSION\n+else\n+ VERSION=$1\n+fi\n+\n+read -p \"Releasing $VERSION - are you sure? (y/n) \" -n 1 -r\n+echo\n+if [[ $REPLY =~ ^[Yy]$ ]]; then\n+ echo \"Releasing $VERSION ...\"\n+\n+ npm run test\n+\n+...
JavaScript
MIT License
vuejs/vue-test-utils
chore: add release script to server-test-utils
1
chore
null
724,000
13.04.2018 19:46:22
-3,600
95c2c84503a0ee00c82bfc8873b7f766f2c0288e
chore: update test-utils release script
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then\ngit add -A\ngit add -f \\\ndist/*.js\n- git commit -m \"build: $VERSION\"\n- npm version $VERSION --message \"release: $VERSION\"\n+ git commit -m \"build: test-utils $VERSION\"\n+ npm version $VERSION --message \"release...
JavaScript
MIT License
vuejs/vue-test-utils
chore: update test-utils release script
1
chore
null
217,922
13.04.2018 19:47:34
-7,200
f6176550d51b51bf3eba7832016228c642557a6b
feat: display filters (hide when used/completed) are now saved to your account closes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import {DataModel} from '../../core/database/storage/data-model';\nimport {ListLayout} from '../../core/layout/list-layout';\nimport {DeserializeAs} from '@kaiu/serializer';\nimport {Alarm} from '../../core/time/alarm';\n+import {ListDetailsFilters} from '...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: display filters (hide when used/completed) are now saved to your account closes #289
1
feat
null
724,000
13.04.2018 20:09:56
-3,600
6fee278d1f8d900996a1cfd3a11a33d4051e57ea
chore: remove release notes from script
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@vue/server-test-utils\",\n- \"version\": \"1.0.0-beta.12\",\n+ \"version\": \"1.0.0-beta.14\",\n\"description\": \"Utilities for testing Vue components.\",\n\"main\": \"dist/vue-server-test-utils.js\",\n\"types\": \"types/index.d.ts\",\n", "new_path": ...
JavaScript
MIT License
vuejs/vue-test-utils
chore: remove release notes from script
1
chore
null
679,913
13.04.2018 22:41:27
-3,600
86883e3c734c5bc1154b0230c6d732c588cce677
feat(interceptors): add ensureStateRange() & ensureParamRange() iceps rename existing ensureXXX() interceptors: - ensureLessThan => ensureStateLessThan - ensureGreaterThan => ensureStateGreaterThan
[ { "change_type": "MODIFY", "diff": "@@ -69,33 +69,77 @@ export function ensurePred(pred: InterceptorPredicate, err?: InterceptorFn): Int\n/**\n* Specialization of `ensurePred()` to ensure a state value is less than\n* given max at the time when the event is being processed. The optional\n- * `path` fnis use...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add ensureStateRange() & ensureParamRange() iceps - rename existing ensureXXX() interceptors: - ensureLessThan => ensureStateLessThan - ensureGreaterThan => ensureStateGreaterThan
1
feat
interceptors
679,913
13.04.2018 22:43:17
-3,600
584223cae2be841abac6a543bc90b7e6f6fed039
refactor(examples): rename interceptors in interceptor-basics,
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { EffectDef, EventDef, IDispatch } from \"@thi.ng/interceptors/api\";\nimport { EV_SET_VALUE, EV_UPDATE_VALUE, FX_DISPATCH_NOW } from \"@thi.ng/interceptors/api\";\nimport { EventBus } from \"@thi.ng/i...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): rename interceptors in interceptor-basics,
1
refactor
examples
679,913
13.04.2018 22:44:19
-3,600
1b21710a7d778b51d56a1381288e399f6d7d2f5b
feat(examples): add svg-waveform example
[ { "change_type": "ADD", "diff": "+# svg-waveform\n+## About\n+\n+TODO\n+\n+## Building\n+### Development\n+\n+```\n+git clone https://github.com/[your-gh-username]/rs-icep\n+yarn install\n+yarn start\n+```\n+\n+Installs all dependencies, runs `webpack-dev-server` and opens the app in your browser.\n+\n+### ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add svg-waveform example
1
feat
examples
679,913
14.04.2018 00:53:48
-3,600
9e98ce12e2c520d901faae92659341b8635a1be1
refactor(examples): update svg-waveform demo
[ { "change_type": "MODIFY", "diff": "# svg-waveform\n## About\n-TODO\n+Interactive, additive waveform synthesis (no audio) and SVG waveform\n+visualization.\n+\n+[Live demo](http://demo.thi.ng/umbrella/svg-waveform/)\n## Building\n+\n+This example is based on the\n+[create-hdom-app](https://github.com/thi-ng...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update svg-waveform demo
1
refactor
examples
679,913
14.04.2018 00:54:21
-3,600
c6b3025cfdd012ac5561857f81950142f3a5a2d4
build: import depgraph script
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env node\n+const fs = require(\"fs\");\n+const execSync = require('child_process').execSync;\n+const dg = require(\"@thi.ng/dgraph\");\n+const tx = require(\"@thi.ng/transducers\");\n+\n+const baseDir = \"./packages/\";\n+const col = \"#555555\";\n+const ecol = \...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: import depgraph script
1
build
null
679,913
14.04.2018 01:01:24
-3,600
7b5104879498146d32b8eaaa3b53a049c9da1fe5
build(examples): add html & webpack config
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>svg-waveform</title>\n+ <link href=\"https://unp...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): add html & webpack config
1
build
examples
679,913
14.04.2018 15:13:26
-3,600
de1ac7bb9aef4476be5ded20017fc788b319fef4
feat(rstream-gestures): 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-gestures/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http:/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-gestures): initial import @thi.ng/rstream-gestures
1
feat
rstream-gestures
679,913
14.04.2018 15:14:01
-3,600
3f8dbc9e024c8fbb1fe8daf717dada6c2f8ad62d
refactor(examples): update rs-dataflow demo
[ { "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
refactor(examples): update rs-dataflow demo
1
refactor
examples
217,922
14.04.2018 17:54:43
-7,200
03cf2e440b2200abdd41aa76e9ce6909b6d83857
revert: add proper tag settings in some main pages This reverts commit
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ import {Title} from '@angular/platform-browser';\nimport {TranslateService} from '@ngx-translate/core';\nimport {LocalizedDataService} from '../../../core/data/localized-data.service';\nimport {ObservableMedia} from '@angular/flex-layout';\n-import {SeoS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
revert: add proper tag settings in some main pages This reverts commit dfb709106ed92cad903f759bd03bfe9f6114c260.
1
revert
null
217,922
14.04.2018 17:55:13
-7,200
ff3ddca87b7d01a1bdd24eea871bf377019db1c9
revert: better seo configuration This reverts commit
[ { "change_type": "MODIFY", "diff": "\"rewrites\": [\n{\n\"source\": \"**\",\n- \"function\": \"app\"\n+ \"destination\": \"/index.html\"\n}\n],\n\"headers\": [{\n", "new_path": "firebase.json", "old_path": "firebase.json" }, { "change_type": "MODIFY", "diff": "@@ -3,100 +3,26 @@ require(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
revert: better seo configuration This reverts commit d288a847fc26ae8677a83db1a87911bb5d5e5af2.
1
revert
null
679,913
14.04.2018 18:04:49
-3,600
183af61402619e7ab14311d517cbda2c57a53fa8
feat(interceptors): update processQueue(), expose full ctx to handlers update InterceptorFn / InterceptorPredicate to pass ctx as opt last arg
[ { "change_type": "MODIFY", "diff": "import { ReadonlyAtom } from \"@thi.ng/atom/api\";\n-export type InterceptorFn = (state: any, e: Event, bus?: IDispatch) => InterceptorContext | void;\n-export type InterceptorPredicate = (state: any, e: Event, bus?: IDispatch) => boolean;\n+export type InterceptorFn = (s...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): update processQueue(), expose full ctx to handlers - update InterceptorFn / InterceptorPredicate to pass ctx as opt last arg
1
feat
interceptors
679,913
14.04.2018 19:06:38
-3,600
ba0c876d0a226135799a25b23a11b7c89cc8bdfa
refactor(interceptors): also pass ctx to sidefx handlers
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { ReadonlyAtom } from \"@thi.ng/atom/api\";\nexport type InterceptorFn = (state: any, e: Event, bus?: IDispatch, ctx?: InterceptorContext) => InterceptorContext | void;\nexport type InterceptorPredicate = (state: any, e: Event, bus?: IDispatch, ctx?...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): also pass ctx to sidefx handlers
1
refactor
interceptors
679,913
15.04.2018 00:37:09
-3,600
a102eb7c947e8f73b0dc63a452d7624775f9b2c9
feat(interceptors): add default FX_UNDO/REDO side fx
[ { "change_type": "MODIFY", "diff": "@@ -27,17 +27,17 @@ export const FX_STATE = \"--state\";\n/**\n* Currently unused\n*/\n-export const FX_REDO_RESTORE = \"--redo-restore\";\n+export const FX_REDO = \"--redo\";\n/**\n* Currently unused\n*/\n-export const FX_UNDO_STORE = \"--undo-store\";\n+export const FX_...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add default FX_UNDO/REDO side fx
1
feat
interceptors
724,000
15.04.2018 05:30:31
-3,600
27bcee702e71e5214fb26bc326dab664cef01d66
docs: add optional options to trigger page
[ { "change_type": "MODIFY", "diff": "-# `trigger(eventName)`\n+# `trigger(eventType [, options ])`\nTriggers an event on every `Wrapper` in the `WrapperArray` DOM node.\n**Note every `Wrapper` must contain a Vue instance.**\n- **Arguments:**\n- - `{string} eventName`\n+ - `{string} eventType` **required**\n+...
JavaScript
MIT License
vuejs/vue-test-utils
docs: add optional options to trigger page
1
docs
null
217,922
15.04.2018 12:35:43
-7,200
a2a0018c553f2697c0b3f1f018b42c75fc57baeb
chore(permissions): Lists without right access considered as not found
[ { "change_type": "MODIFY", "diff": "@@ -207,7 +207,9 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\n}\nngOnChanges(changes: SimpleChanges): void {\n+ if (this.user !== undefined) {\nthis.permissions = this.list.getPermissions(this.user.$key);\n+ }\nif (this.showTier) {\nthis.gener...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(permissions): Lists without right access considered as not found #277
1
chore
permissions
217,922
15.04.2018 13:17:48
-7,200
9b01248412293104cbb0758448dde88cf1cb90e3
chore(permissions): fixed an issue with deleted user reference inside permissions
[ { "change_type": "MODIFY", "diff": "@@ -93,9 +93,10 @@ export class ListPanelComponent extends ComponentWithSubscriptions implements On\n}\npublic openPermissions(list: List): void {\n- this.dialog.open(PermissionsPopupComponent, {data: list}).afterClosed().filter(res => res !== '')\n+ this.dialog.open(Perm...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(permissions): fixed an issue with deleted user reference inside permissions #277
1
chore
permissions
679,913
15.04.2018 13:19:55
-3,600
3c92f7e60e8782658beebf6ba7059fe3505c91a3
feat(interceptors): add undo/redo handlers/fx & snapshot() interceptor
[ { "change_type": "MODIFY", "diff": "@@ -25,19 +25,32 @@ export const FX_FETCH = \"--fetch\";\nexport const FX_STATE = \"--state\";\n/**\n- * Currently unused\n+ * Event ID to trigger redo action.\n+ * See `EventBus.addBuiltIns()` for further details.\n+ * Also see `snapshot()` interceptor docs.\n*/\n-export...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add undo/redo handlers/fx & snapshot() interceptor
1
feat
interceptors
217,922
15.04.2018 13:26:06
-7,200
294d5690381aea9ae69b35f6fdae3e3b3a9d1ad1
chore(permissions): shared lists now appear in recipes addition menus
[ { "change_type": "MODIFY", "diff": "<span>{{list.name}}</span>\n</button>\n</div>\n+ <span mat-menu-item (click)=\"$event.stopPropagation();\">\n+ <mat-icon>folder_shared</mat-icon>\n+ {{\"LISTS.Shared_lists\" | translate}}</span>\n+ <button mat-menu-item *ngFor=\"let list of sharedLists | async\"\n+ class=...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(permissions): shared lists now appear in recipes addition menus #277
1
chore
permissions
217,922
15.04.2018 14:17:33
-7,200
f2e637df7ff0d879042f6103d9794e892b9e1e32
chore(permissions): added workshops implementation
[ { "change_type": "MODIFY", "diff": "@@ -28,4 +28,6 @@ export class AppUser extends DataModel {\nlistDetailsFilters: ListDetailsFilters = ListDetailsFilters.DEFAULT;\n// List ids user has write access to\nsharedLists: string[] = [];\n+ // Workshop ids user has write access to\n+ sharedWorkshops: string[] = [...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(permissions): added workshops implementation #277
1
chore
permissions
217,922
15.04.2018 16:05:21
-7,200
0f1da89058e2882e116f6d42f75ac02d0f9416f3
feat(permissions): FC-only workshops are now a thing closes
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ export class DataService {\n* @param {number} id\n* @returns {Observable<any>}\n*/\n- public getFreeCompany(id: number): Observable<any> {\n+ public getFreeCompany(id: string): Observable<any> {\nreturn this.http.get<any>(`https://xivsync.com/freecompa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(permissions): FC-only workshops are now a thing closes #251 #277
1
feat
permissions
679,913
15.04.2018 16:17:55
-3,600
cf42260cf64aa62b9e2903e4bb6fedb09eee6436
feat(atom): update History.record(), add IHistory interface check changed() from record() if called without arg add IHistory for alt implementations
[ { "change_type": "MODIFY", "diff": "@@ -49,3 +49,14 @@ export interface CursorOpts<T> {\nvalidate?: api.Predicate<T>;\nid?: string;\n}\n+\n+export interface IHistory<T> extends IAtom<T> {\n+ canUndo(): boolean;\n+ canRedo(): boolean;\n+\n+ undo(): T;\n+ redo(): T;\n+ clear(): void;\n+\n+ record(): void;\n+}...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): update History.record(), add IHistory interface - check changed() from record() if called without arg - add IHistory for alt implementations
1
feat
atom
679,913
15.04.2018 16:20:46
-3,600
a1d9ae68db4e01f73959c6d541ad81657072d9fb
refactor(interceptors): refactor undo handling update EV_UNDO/REDO handlers & docs remove FX_UNDO/REDO
[ { "change_type": "MODIFY", "diff": "@@ -38,20 +38,6 @@ export const EV_REDO = \"--redo\";\n*/\nexport const EV_UNDO = \"--undo\";\n-/**\n- * Side effect ID to execute redo action.\n- * See `EventBus.addBuiltIns()` for further details.\n- * Also see `snapshot()` interceptor docs.\n- */\n-export const FX_REDO...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): refactor undo handling - update EV_UNDO/REDO handlers & docs - remove FX_UNDO/REDO
1
refactor
interceptors
679,913
15.04.2018 16:32:27
-3,600
a597e728ae1d59f4050559c4126a1f8bd9e4d491
feat(examples): add undo/redo feature to svg-waveform, update components
[ { "change_type": "MODIFY", "diff": "<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>svg-waveform</title>\n<link href=\"https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css\" rel=\"stylesheet\">\n+ <style>\n+ * {\n+ user-select: none;\n+ }\n+\n+ *::selection {\n+ background: none;\n+ }\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add undo/redo feature to svg-waveform, update components
1
feat
examples
679,913
15.04.2018 16:36:17
-3,600
9ae2e0357fc0aff0f9cd6b269f72c354e397ae98
build(examples): update project structure for router-basics/svg-waveform
[ { "change_type": "RENAME", "diff": "", "new_path": "examples/router-basics/assets/manomine-1.jpg", "old_path": "examples/router-basics/public/assets/manomine-1.jpg" }, { "change_type": "RENAME", "diff": "", "new_path": "examples/router-basics/assets/manomine-2.jpg", "old_path": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update project structure for router-basics/svg-waveform
1
build
examples
217,922
15.04.2018 18:09:04
-7,200
4eb4b3c75b6ddbc5c73ee854ebb2274589bcd6e9
feat: craft icons now have a link to simulator
[ { "change_type": "MODIFY", "diff": "<div class=\"classes\">\n<div *ngIf=\"recipe\">\n+ <a *ngIf=\"getCraft(item.recipeId) as craft\" href=\"{{craft | simulatorLink | i18n}}\" target=\"_blank\">\n<img [ngClass]=\"{'crafted-by':true, 'compact': settings.compactLists}\"\n- *ngIf=\"getCraft(item.recipeId) as cr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: craft icons now have a link to simulator
1
feat
null
217,922
15.04.2018 19:27:18
-7,200
b8dccc977075a22cbb0c4350e907640ba46490b3
feat: you can now create alarms from the gathering location finder closes
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,10 @@ export class BellNodesService {\n}\ngetNode(id: number): any {\n- return this.nodes.find(node => node.id === id);\n+ const node = this.nodes.find(n => n.id === id);\n+ node.itemId = id;\n+ node.zoneid = this.localizedDataService.getAreaIdByENName(node.z...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now create alarms from the gathering location finder closes #286
1
feat
null
217,922
15.04.2018 19:45:30
-7,200
1de6208cb26fc0f1f39798667a8b381de3dff9f2
feat: it's now possible to enable tracking on crystals closes
[ { "change_type": "MODIFY", "diff": "<mat-expansion-panel class=\"panel\">\n<mat-expansion-panel-header>\n<mat-panel-title>{{'Crystals'| translate}}</mat-panel-title>\n+ <mat-checkbox [(ngModel)]=\"settings.crystalsTracking\" (click)=\"$event.stopPropagation()\" class=\"crystals-toggle\">\n+ {{'LIST.Enable_c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: it's now possible to enable tracking on crystals closes #254
1
feat
null
217,922
15.04.2018 20:07:19
-7,200
f06116b8bd7127a2e734077fc92a6834ee902000
chore: preparing thinigs for
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,15 @@ export class SettingsService {\nthis.setSetting('alarm:hours-before', hours.toString());\n}\n+ public get preferredStartingPint(): number {\n+ // Default value is Rhalgr's reach, 2403\n+ return +this.getSetting('preferred-starting-point', '2403');\n+ }\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: preparing thinigs for #313
1
chore
null
217,922
15.04.2018 20:07:39
-7,200
dcdc145562011bbfe7c59a1b481f183bde00e0f9
chore: 3.5.0 translations
[ { "change_type": "MODIFY", "diff": "<div mat-dialog-actions>\n<button mat-raised-button [mat-dialog-close]=\"result?.user\" color=\"primary\"\n[disabled]=\"notFound || result === undefined\">\n- {{'PERMISSIONS.Add_confirm' | translate}}\n+ {{'PERMISSIONS.Confirm' | translate}}\n</button>\n<button mat-button...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: 3.5.0 translations
1
chore
null
679,913
15.04.2018 20:44:59
-3,600
619b4b37fd3be56aea4a02930dfdae9c3afd82ca
feat(rstream-graph): 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-graph/.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-graph): initial import @thi.ng/rstream-graph
1
feat
rstream-graph
679,913
15.04.2018 20:51:32
-3,600
a00639929dc448783dd9deb4d0dcd08ee1f45c94
refactor(examples): simplify rstream-dataflow example
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/atom\": \"latest\",\n\"@thi.ng/hdom\": \"latest\",\n\"@thi.ng/paths\": \"latest\",\n- \"@thi.ng/resolve-map\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n\"@thi.ng/rstream-gestures\": \"latest\",\n+ \"@thi.ng/rstream-graph\": \"latest\",\n\"@thi.ng/transduce...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): simplify rstream-dataflow example
1
refactor
examples
679,913
15.04.2018 21:49:23
-3,600
2164ddfdc49ad854e2aeae35546b2f96e42b27c2
feat(rstream): add Subscription.transform()
[ { "change_type": "MODIFY", "diff": "import { illegalArity, illegalState } from \"@thi.ng/api/error\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { implementsFunction } from \"@thi.ng/checks/implements-function\";\n+import { isString } from \"@thi.ng/checks/is-string\";\nimport { Red...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add Subscription.transform()
1
feat
rstream
679,913
15.04.2018 22:27:56
-3,600
e6c75b4acc64730c3ad2c8a9bf39e429e725d438
refactor(rstream-log): update package structure & readme example BREAKING CHANGE: update package structure rename src/transform => src/xform move src/format.ts => src/xform/format.ts
[ { "change_type": "MODIFY", "diff": "@@ -30,13 +30,11 @@ const logger = new log.Logger(\"main\", log.Level.DEBUG);\n// add console output w/ string formatter (a transducer)\nlogger.subscribe(log.writeConsole(), log.formatString());\n-// add file output w/ JSON output & post-filtering (only WARN or ERROR leve...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): update package structure & readme example BREAKING CHANGE: update package structure - rename src/transform => src/xform - move src/format.ts => src/xform/format.ts
1
refactor
rstream-log
679,913
15.04.2018 22:36:49
-3,600
df32a59ea4508e85b00206fd4e3834dd6109d79b
docs(rstream-gestures): update package
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/rstream-gestures\",\n\"version\": \"0.1.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Unified mouse, mouse wheel & single-touch event stream abstraction\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"http...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream-gestures): update package
1
docs
rstream-gestures
217,922
15.04.2018 22:56:47
-7,200
30cefc0f3e589ffd2e5a76334089618377945317
chore: fixed missing translations and issue with gathering location alarms
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ export class GatheringLocationComponent implements OnInit {\nalarms.push({\nspawn: spawn,\nduration: node.uptime / 60,\n- itemId: node.itemId,\n+ itemId: nodeInput.itemId,\nicon: node.icon,\nslot: node.slot,\nareaId: node.areaid,\n", "new_path": "src...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed missing translations and issue with gathering location alarms
1
chore
null
679,913
16.04.2018 01:37:36
-3,600
9a83d4ef5a5f3cbc7a330937265ed1e6b3e0ef77
fix(interceptors): update undo handling to support history cursors
[ { "change_type": "MODIFY", "diff": "@@ -582,16 +582,18 @@ export class EventBus extends StatelessEventBus implements\n({ [FX_STATE]: setIn(state, path, val) }),\n[api.EV_UPDATE_VALUE]: (state, [_, [path, fn, ...args]]) =>\n({ [FX_STATE]: updateIn(state, path, fn, ...args) }),\n- [api.EV_UNDO]: (_, [__, id =...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(interceptors): update undo handling to support history cursors
1
fix
interceptors
679,913
16.04.2018 02:13:33
-3,600
56d919c0c13f96a7c57a69bf55bf78d9ba2cd177
fix(rstream-graph): create null sub for ID renaming this ensures auto-teardown when unsubscribing nodes
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ const nodeFromSpec = (state: IAtom<any>, spec: NodeSpec) => (resolve) => {\nif (i.xform) {\ns = s.subscribe(i.xform, i.id);\n} else if (i.id) {\n- s = s.subscribe({}, i.id);\n+ s = s.subscribe(null, i.id);\n}\nsrc.push(s);\n}\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-graph): create null sub for ID renaming - this ensures auto-teardown when unsubscribing nodes
1
fix
rstream-graph
815,746
16.04.2018 10:02:53
-10,800
6ca1ffb95f37cf4757fb089cd30c6ea9b9d70cdf
chore(release): 1.0.1-rc.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.1-rc.0\"></a>\n+## [1.0.1-rc.0](https://github.com/ng-select/ng-select/compare/v0...
TypeScript
MIT License
ng-select/ng-select
chore(release): 1.0.1-rc.0
1
chore
release
217,922
16.04.2018 10:09:07
-7,200
fd4d63cb1b0cf0ec3ecf3ba4717972e9a802bcb2
chore(requirements-popup): changed amount for a ceiled value
[ { "change_type": "MODIFY", "diff": "<img mat-list-avatar [src]=\"getRequirementDetails(requirement)?.icon | icon\"\nalt=\"{{getRequirementDetails(requirement)?.id | itemName | i18n}}\">\n<div mat-line>{{getRequirementDetails(requirement)?.id | itemName | i18n}}</div>\n- <p mat-line>x{{requirement.amount * (...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(requirements-popup): changed amount for a ceiled value
1
chore
requirements-popup
217,922
16.04.2018 10:19:40
-7,200
bfc857c8ccfd884e6d5f2a4f5336df0d652d3ce0
fix: fixed a bug with list regeneration sometimes settings the wrong amount done closes
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ export class ListManagerService {\n}\nlistRow.done = row.item.done;\nlistRow.used = row.item.used || 0;\n- if (row.array === 'recipes') {\n+ if (row.item.craftedBy !== undefined && row.item.craftedBy.length > 0) {\nif (listRow.done > listRow.amount) {\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a bug with list regeneration sometimes settings the wrong amount done closes #318
1
fix
null
807,849
16.04.2018 11:06:19
25,200
6907e90bafb03c419dfa2bdcb975998c2d583f36
fix(git-utils): Pass `--follow-tags` to `git push` This works now because we create annotated tags.
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,6 @@ describe(\"PublishCommand\", () => {\nexpect(GitUtilities.pushWithTags).lastCalledWith(\n\"origin\",\n- gitTagsAdded(),\nexpect.objectContaining({\ncwd: testDir,\n})\n@@ -221,7 +220,6 @@ describe(\"PublishCommand\", () => {\nexpect(GitUtilities.pushWit...
JavaScript
MIT License
lerna/lerna
fix(git-utils): Pass `--follow-tags` to `git push` This works now because we create annotated tags.
1
fix
git-utils
217,922
16.04.2018 11:16:41
-7,200
62bd87b6d50be1e10e904de3bfc946fcc045dda2
chore: UX updates
[ { "change_type": "MODIFY", "diff": "<h2 mat-dialog-title> {{'PERMISSIONS.Add_new' | translate}}</h2>\n-<div mat-dialog-content>\n- <mat-input-container>\n+<div mat-dialog-content class=\"container\">\n+ <mat-input-container class=\"search-field\">\n<input type=\"email\" matInput #inputField [(ngModel)]=\"in...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: UX updates
1
chore
null
807,938
16.04.2018 12:15:47
18,000
0b88ffbbcfe95543d71f6c72e7053087cdc7d19a
fix(git-utils): Pass --no-verify to `git push` Also, this condenses the two `git push` calls into one call. Closes
[ { "change_type": "MODIFY", "diff": "@@ -106,9 +106,7 @@ function pushWithTags(remote, tags, opts) {\nlog.silly(\"pushWithTags\", [remote, tags]);\nreturn Promise.resolve(exports.getCurrentBranch(opts)).then(branch =>\n- ChildProcessUtilities.exec(\"git\", [\"push\", remote, branch], opts).then(() =>\n- Chil...
JavaScript
MIT License
lerna/lerna
fix(git-utils): Pass --no-verify to `git push` (#1376) Also, this condenses the two `git push` calls into one call. Closes #1366
1
fix
git-utils
791,690
16.04.2018 12:34:09
25,200
93ce1dc0ee3f259db0d9af53eaa55057d724b373
core(metrics): add first CPU idle lantern metric
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ class PredictivePerf extends Audit {\nconst fcp = await artifacts.requestLanternFirstContentfulPaint({trace, devtoolsLog});\nconst fmp = await artifacts.requestLanternFirstMeaningfulPaint({trace, devtoolsLog});\nconst ttci = await artifacts.requestLanter...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(metrics): add first CPU idle lantern metric (#4966)
1
core
metrics
679,913
16.04.2018 13:02:17
-3,600
4c1bd85c9bd5e72483480aa653e70ee538175c3a
feat(paths): add mutator() & mutIn()
[ { "change_type": "MODIFY", "diff": "@@ -229,3 +229,61 @@ export function deleteIn(state: any, path: Path) {\nreturn updateIn(state, ks, (x) => { x = { ...x }; delete x[k]; return x; });\n}\n}\n+\n+/**\n+ * Higher-order function, similar to `setter()`. Returns function which\n+ * when called mutates given ob...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(paths): add mutator() & mutIn()
1
feat
paths
730,429
16.04.2018 14:37:16
14,400
7f2f0d23e34abe6e24333de6dc3b866a06bda9f5
feat(widget-recents): remove incoming call screen
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ import {events as metricEvents} from '@ciscospark/react-redux-spark-metrics';\nimport LoadingScreen from '@ciscospark/react-component-loading-screen';\nimport Spinner from '@ciscospark/react-component-spinner';\nimport ErrorDisplay from '@ciscospark/reac...
JavaScript
MIT License
webex/react-widgets
feat(widget-recents): remove incoming call screen
1
feat
widget-recents
807,849
16.04.2018 14:43:20
25,200
abecfcc50bbeca575abe8213975d1b8d9b136eb3
feat(command): Move GitUtilities.isInitialized into class method BREAKING CHANGE: GitUtilities.isInitialized no longer exists. You shouldn't be using GitUtilities.
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ class InitCommand extends Command {\ninitialize() {\nthis.exact = this.options.exact;\n- if (!GitUtilities.isInitialized(this.execOpts)) {\n+ if (!this.gitInitialized()) {\nthis.logger.info(\"\", \"Initializing Git repository\");\nGitUtilities.init(this....
JavaScript
MIT License
lerna/lerna
feat(command): Move GitUtilities.isInitialized into class method BREAKING CHANGE: GitUtilities.isInitialized no longer exists. You shouldn't be using GitUtilities.
1
feat
command
807,849
16.04.2018 14:44:39
25,200
6e401e1a56d86bacb27406ff8e5d0e583c8e85cf
feat(init): Inline GitUtilities.init() BREAKING CHANGE: GitUtilities.init() no longer exists. You shouldn't be using GitUtilities.
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ const pMap = require(\"p-map\");\nconst writeJsonFile = require(\"write-json-file\");\nconst Command = require(\"@lerna/command\");\n-const GitUtilities = require(\"@lerna/git-utils\");\n+const childProcess = require(\"@lerna/child-process\");\nmodule.expo...
JavaScript
MIT License
lerna/lerna
feat(init): Inline GitUtilities.init() BREAKING CHANGE: GitUtilities.init() no longer exists. You shouldn't be using GitUtilities.
1
feat
init
730,429
16.04.2018 14:47:34
14,400
7107b9a2b06ba4ad6400af27ba51a7aa2674365d
test(journeys): change incoming call screen to join button
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ export const elements = {\nunreadIndicator: '.space-unread-indicator',\nlastActivity: '.space-last-activity',\ncallButton: 'button[aria-label=\"Call Space\"]',\n+ joinCallButton: 'button[aria-label=\"Join Call\"]',\nanswerButton: 'button[aria-label=\"Answe...
JavaScript
MIT License
webex/react-widgets
test(journeys): change incoming call screen to join button
1
test
journeys
807,849
16.04.2018 14:49:54
25,200
925080e01a82f609dc0e1bfb2026c7acbe998f0b
feat(import): Inline GitUtilities.getWorkspaceRoot() BREAKING CHANGE: GitUtilities.getWorkspaceRoot no longer exists. You shouldn't be using GitUtilities.
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ class ImportCommand extends Command {\nconst targetDir = path.join(this.getTargetBase(), externalRepoBase);\n// Compute a target directory relative to the Git root\n- const gitRepoRoot = GitUtilities.getWorkspaceRoot(this.execOpts);\n+ const gitRepoRoot ...
JavaScript
MIT License
lerna/lerna
feat(import): Inline GitUtilities.getWorkspaceRoot() BREAKING CHANGE: GitUtilities.getWorkspaceRoot no longer exists. You shouldn't be using GitUtilities.
1
feat
import
679,913
16.04.2018 15:10:37
-3,600
6992e82bb0126f08f1faa4bfbabe6f15b3f3b00e
feat(resolve-map): resolve each ref only once, re-use resolved results this also fixes function value resolution, e.g. {a: () => ()=> 1, b: "->a" } only unwraps `a` once now
[ { "change_type": "MODIFY", "diff": "-import { Path, getIn, toPath } from \"@thi.ng/paths\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { isString } from \"@thi.ng...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(resolve-map): resolve each ref only once, re-use resolved results - this also fixes function value resolution, e.g. {a: () => ()=> 1, b: "->a" } only unwraps `a` once now
1
feat
resolve-map
217,922
16.04.2018 15:21:34
-7,200
569c40e18ff97bcfdbf22fb532a31eb8babd4fdf
chore: removed participation permission on workshops and added some decription for UX
[ { "change_type": "MODIFY", "diff": "*ngIf=\"!isMobile() && isEveryone && !isAuthor\">{{'PERMISSIONS.Everyone' | translate}}</span>\n<span class=\"row-name\" *ngIf=\"!isMobile() && !isEveryone && isAuthor\">{{'PERMISSIONS.You' | translate}}</span>\n<span class=\"checkboxes\">\n- <mat-checkbox [(ngModel)]=\"p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed participation permission on workshops and added some decription for UX
1
chore
null
807,849
16.04.2018 15:22:33
25,200
ecbc1d3dcfc43b01c4979c9ff1c2156a5d05827a
feat(git-utils): Devolve getCurrentSHA() to consumers BREAKING CHANGE: Don't use GitUtilities.
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ const pMapSeries = require(\"p-map-series\");\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\n-const GitUtilities = require(\"@lerna/git-utils\");\nconst PromptUtilities = require(\"@lerna/pr...
JavaScript
MIT License
lerna/lerna
feat(git-utils): Devolve getCurrentSHA() to consumers BREAKING CHANGE: Don't use GitUtilities.
1
feat
git-utils
217,922
16.04.2018 15:25:55
-7,200
f930cbe7fed07fde52691095a343ab3c2638ad33
chore: fixed a small mistake on data binding for permissions-row
[ { "change_type": "MODIFY", "diff": "[fcCrest]=\"fc.crest\"\n[permissions]=\"registry.freeCompany\"\n(permissionsChange)=\"handleFcPermissionsChange($event)\"\n- (delete)=\"unbindFreeCompany()\">\n+ (delete)=\"unbindFreeCompany()\"\n+ [isWorkshop]=\"isWorkshop()\">\n</app-permissions-row>\n</span>\n[avatar]=...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed a small mistake on data binding for permissions-row
1
chore
null
807,849
16.04.2018 15:35:15
25,200
95d179d46c6443c8be5e2ef2350b8a8fdc5905d8
feat(git-utils): Devolve getShortSHA() to consumers BREAKING CHANGE: Don't use GitUtilities!
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n+const getShortSHA = require(\"../lib/get-short-sha\");\n+\n+test(\"getShortSHA\", async () => {\n+ const cwd = await initFixture(\"root-manifest-only\");\n+\n+ expect(getShortSHA({ ...
JavaScript
MIT License
lerna/lerna
feat(git-utils): Devolve getShortSHA() to consumers BREAKING CHANGE: Don't use GitUtilities!
1
feat
git-utils
807,849
16.04.2018 15:41:23
25,200
47dc0e25c00547b34d8c084085575162c91d3059
feat(diff): Move diff-only git utilities BREAKING CHANGE: Don't use GitUtilities.
[ { "change_type": "MODIFY", "diff": "const ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\n-const GitUtilities = require(\"@lerna/git-utils\");\nconst ValidationError = require(\"@lerna/validation-error\");\nconst getLastCommit = require(\"./lib/get-l...
JavaScript
MIT License
lerna/lerna
feat(diff): Move diff-only git utilities BREAKING CHANGE: Don't use GitUtilities.
1
feat
diff
730,414
16.04.2018 15:42:53
14,400
8299d302ff96fa57ff8c8dcb7949f5b0c36854a8
style(widget-space): correct lint exceptions
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,15 @@ const getCurrentUser = (state, ownProps) => ownProps.currentUser;\nconst getFeatures = (state) => state.features;\nconst getOwnProps = (state, ownProps) => ownProps;\n+function getToUser(conversation, currentUser) {\n+ // Return a CASE-INSENSITIVE filte...
JavaScript
MIT License
webex/react-widgets
style(widget-space): correct lint exceptions
1
style
widget-space
730,429
16.04.2018 15:45:33
14,400
c631441fadd349d2340e2126caf740cd563c7af7
chore(Jenkinsfile): git checkout reordering Tags were being cleared and never refetched. Causing the release process not to be able to find previous version. This way matches the order the js-sdk works.
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,10 @@ ansiColor('xterm') {\nsshagent(['d8533977-c4c5-4e2b-938d-ae7fcbe27aac']) {\n// return the exit code because we don't care about failures\nsh script: 'git remote add upstream git@github.com:ciscospark/react-ciscospark.git', returnStatus: true\n-\n- sh 'g...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): git checkout reordering Tags were being cleared and never refetched. Causing the release process not to be able to find previous version. This way matches the order the js-sdk works.
1
chore
Jenkinsfile
791,690
16.04.2018 16:52:21
25,200
e2fc6dddf74bc68fee3d743aca6caa263710c761
core(metrics): add lantern speed index
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ class PredictivePerf extends Audit {\nconst fmp = await artifacts.requestLanternFirstMeaningfulPaint({trace, devtoolsLog});\nconst ttci = await artifacts.requestLanternConsistentlyInteractive({trace, devtoolsLog});\nconst ttfcpui = await artifacts.reques...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(metrics): add lantern speed index (#4695)
1
core
metrics
815,746
16.04.2018 17:21:12
-10,800
829fea57989e813e232429c3d5bd44a17ca62ad6
fix: support object value in ng-option fixes
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ import { Observable } from 'rxjs/Observable';\n<button type=\"button\" class=\"btn btn-secondary btn-sm\" (click)=\"toggleDisabled()\">Toggle disabled</button>\n<hr/>\n---html,true\n- <ng-select [searchable]=\"false\" [(ngModel)]=\"selectedCarId\">\n+ <n...
TypeScript
MIT License
ng-select/ng-select
fix: support object value in ng-option (#459) fixes #414
1
fix
null
815,746
16.04.2018 17:56:01
-10,800
5de7e30b50f6ccea9f7c93413f33d522857c2c01
fix: do not use HostBinding for focus state
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { AppComponent } from './app.component';\nimport { SelectWithTemplatesComponent } from './examples/custom-templates.component';\nimport { SelectBindingsComponent } from './examples/bindings.component';\nimport { SelectSearchComponent } from './exa...
TypeScript
MIT License
ng-select/ng-select
fix: do not use HostBinding for focus state (#461)
1
fix
null
679,913
16.04.2018 17:56:51
-3,600
8bcc2870d2182f19a6a3233e3516093f1eabab79
feat(rstream): add StreamMerge/Sync.removeID() & removeAllIDs() update remove() & removeAll() to return boolean
[ { "change_type": "MODIFY", "diff": "@@ -59,13 +59,34 @@ export class StreamMerge<A, B> extends Subscription<A, B> {\nif (sub) {\nthis.sources.delete(src);\nsub.unsubscribe();\n+ return true;\n}\n+ return false;\n+ }\n+\n+ removeID(id: string) {\n+ for (let s of this.sources) {\n+ if (s[0].id === id) {\n+ re...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add StreamMerge/Sync.removeID() & removeAllIDs() - update remove() & removeAll() to return boolean
1
feat
rstream
815,746
16.04.2018 17:57:59
-10,800
f5101d0540508a17a7abf3677944860897b2ea68
chore(release): 1.0.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.2\"></a>\n+## [1.0.2](https://github.com/ng-select/ng-select/compare/v1.0.1...v1....
TypeScript
MIT License
ng-select/ng-select
chore(release): 1.0.2
1
chore
release
679,913
16.04.2018 18:00:24
-3,600
5ddb19c6f0e0935308b4ce8f25e4e45f5e788f3a
feat(rstream-graph): add addNode()/removeNode()
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,17 @@ const nodeFromSpec = (state: IAtom<any>, spec: NodeSpec) => (resolve) => {\nreturn node;\n};\n+export const addNode = (graph: IObjectOf<ISubscribable<any>>, state: IAtom<any>, id: string, spec: NodeSpec) =>\n+ graph[id] = nodeFromSpec(state, spec)((node...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-graph): add addNode()/removeNode()
1
feat
rstream-graph
217,922
16.04.2018 19:10:46
-7,200
645dad7765e52cbab70aaaaea19504258c1db197
chore: better handling of deleted shared lists/workshops
[ { "change_type": "MODIFY", "diff": "@@ -100,6 +100,9 @@ export class ListService {\n* @returns {Observable<List[]>}\n*/\npublic fetchWorkshop(workshop: Workshop): Observable<List[]> {\n+ if (workshop.listIds.length === 0) {\n+ return Observable.of([]);\n+ }\nreturn Observable.combineLatest(workshop.listIds....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better handling of deleted shared lists/workshops
1
chore
null
217,922
16.04.2018 20:47:18
-7,200
bf1f4179f71721b690d45928d817870b9e54cf85
chore: small fixes for 3.5.0 added fallback for shared lists and workshops, fixed a translation and added more details to the Not Found error
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\n.map((snap: Action<DocumentSnapshot>) => {\nconst valueWithKey: T = <T>{$key: snap.payload.id, ...snap.payload.data()};\nif (!snap.payload.exists) {\n- throw new Error('Not...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fixes for 3.5.0 added fallback for shared lists and workshops, fixed a translation and added more details to the Not Found error
1
chore
null
217,922
16.04.2018 21:37:14
-7,200
c10e72a34c97af1656821f06ffde41df10f040a7
chore: fixed japanese json file mistake
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,6 @@ export class ListPanelComponent extends ComponentWithSubscriptions implements On\nngOnInit(): void {\nthis.author = this.userService.getCharacter(this.list.authorId)\n.catch(err => {\n- console.error(err);\nreturn Observable.of(null);\n});\n", "new...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed japanese json file mistake
1
chore
null
217,922
16.04.2018 21:42:37
-7,200
642e7c77778c7ed54452d000e4d6d00fb2779f44
chore: UX fix for permissions tooltip and missing translations
[ { "change_type": "MODIFY", "diff": "</button>\n<span *ngIf=\"list.authorId === userUid\"\n[matTooltipDisabled]=\"!anonymous\"\n- [matTooltip]=\"'PERMISSIONS.No_anonymous' | translate\">\n+ [matTooltip]=\"'PERMISSIONS.No_anonymous' | translate\"\n+ matTooltipPosition=\"above\">\n<button mat-icon-button\n(cli...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: UX fix for permissions tooltip and missing translations
1
chore
null
217,922
16.04.2018 22:44:14
-7,200
720b6c09305598465a038d2e1a3695c1cdf58cbb
chore: small refactoring on workshops fetch
[ { "change_type": "MODIFY", "diff": "@@ -269,11 +269,11 @@ export class ListsComponent extends ComponentWithSubscriptions implements OnInit\n})))\n.map(lists => lists.filter(l => l !== null));\n});\n- this.workshops = this.auth.authState.mergeMap(user => {\n+ this.workshops = this.userService.getUserData().m...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small refactoring on workshops fetch
1
chore
null
730,412
17.04.2018 00:36:49
0
152bbb12902197117103b23adcb739024836cf58
chore(release): 0.1.275
[ { "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.275\"></a>\n+## [0.1.275](https://github.com/ciscospark/react-ciscospark/compare/...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.275
1
chore
release
815,745
17.04.2018 08:40:27
-10,800
852643fc93c6557c7b5bb896e5e080d82a4429fc
fix(hideSelected): allow to open dropdown when tagging enabled fixes
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';\n---html,true\n<ng-select [items]=\"companies\"\n[addTag]=\"addTag\"\n+ [hideSelected]=\"true\"\nmultiple=\"true\"\nbindLabel=\"name\"\n[(ngModel)]=\"selectedCompanyCustom\">\n", "ne...
TypeScript
MIT License
ng-select/ng-select
fix(hideSelected): allow to open dropdown when tagging enabled (#464) fixes #457
1
fix
hideSelected
807,849
17.04.2018 12:33:13
25,200
cb9c19d9ec0390cbc45c22208bde6ab5468ac8c5
feat(collect-updates): Copy remaining git utilities into module BREAKING CHANGE: GitUtilities is going away soon.
[ { "change_type": "MODIFY", "diff": "\"version\": \"file:utils/collect-updates\",\n\"requires\": {\n\"@lerna/child-process\": \"file:core/child-process\",\n- \"@lerna/git-utils\": \"file:core/git-utils\",\n\"minimatch\": \"3.0.4\",\n- \"semver\": \"5.5.0\"\n+ \"npmlog\": \"4.1.2\",\n+ \"semver\": \"5.5.0\",\...
JavaScript
MIT License
lerna/lerna
feat(collect-updates): Copy remaining git utilities into module BREAKING CHANGE: GitUtilities is going away soon.
1
feat
collect-updates
807,849
17.04.2018 12:44:57
25,200
00242afa1efa43a98dc84815ac8f554ffa58d472
chore(helpers): Extract helper
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const execa = require(\"execa\");\n+const serializeGitSHA = require(\"@lerna-test/serialize-git-sha\");\n+\n+module.exports = showCommit;\n+\n+function showCommit(cwd, ...args) {\n+ return execa\n+ .stdout(\"git\", [\"show\", \"--unified=0\", \"--ignore...
JavaScript
MIT License
lerna/lerna
chore(helpers): Extract @lerna-test/show-commit helper
1
chore
helpers
679,905
17.04.2018 14:39:11
-7,200
de89f00d2405875ec41cdf0af26f31ce03e802fc
fix(transducers): Provide argument types for compR() and deepTransform()
[ { "change_type": "MODIFY", "diff": "import { Reducer } from \"../api\";\n-export function compR(rfn: Reducer<any, any>, fn: (acc, x) => any) {\n+export function compR(rfn: Reducer<any, any>, fn: (acc: any, x: any) => any) {\nreturn <Reducer<any, any>>[rfn[0], rfn[1], fn];\n}\n", "new_path": "packages/tr...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): Provide argument types for compR() and deepTransform()
1
fix
transducers
679,913
17.04.2018 16:10:15
-3,600
d7ff997b9bddaf8826ee6888ccf3a285c0851bdc
fix(interceptors): filter out undefined sidefx vals only when assigning array of multiple vals to a single side fx
[ { "change_type": "MODIFY", "diff": "@@ -464,7 +464,7 @@ export class StatelessEventBus implements\n} else if (k === FX_DISPATCH_NOW) {\nif (isArray(v[0])) {\nfor (let e of v) {\n- this.dispatchNow(e);\n+ e && this.dispatchNow(e);\n}\n} else {\nthis.dispatchNow(v);\n@@ -472,7 +472,9 @@ export class Stateless...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(interceptors): filter out undefined sidefx vals - only when assigning array of multiple vals to a single side fx
1
fix
interceptors
730,414
17.04.2018 16:25:28
14,400
e4a270e9d736d469a9dd4f3d6e47e16da426b24a
refactor(widget-space): filter on ID rather than email
[ { "change_type": "MODIFY", "diff": "@@ -10,13 +10,17 @@ const getCurrentUser = (state, ownProps) => ownProps.currentUser;\nconst getFeatures = (state) => state.features;\nconst getOwnProps = (state, ownProps) => ownProps;\n+/**\n+ * Get the other user in the 1:1 conversation.\n+ * @param {convesation} conve...
JavaScript
MIT License
webex/react-widgets
refactor(widget-space): filter on ID rather than email
1
refactor
widget-space
730,412
17.04.2018 16:33:00
0
f403b9ac7adecd6b6746aaeb3c073b559db07e88
chore(release): 0.1.276
[ { "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.276\"></a>\n+## [0.1.276](https://github.com/ciscospark/react-ciscospark/compare/...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.276
1
chore
release
679,913
17.04.2018 16:38:05
-3,600
1a6ac54d6eb877eb3de3ed121d34c2d9f7747456
feat(interceptors): add event handler instrumentation
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,7 @@ export class StatelessEventBus implements\naddHandler(id: string, spec: api.EventDef) {\nconst iceps = isArray(spec) ?\n- (<any>spec).map((i) => isFunction(i) ? { pre: i } : i) :\n+ (<any>spec).map(asInterceptor) :\nisFunction(spec) ? [{ pre: spec }] :...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add event handler instrumentation
1
feat
interceptors
679,913
17.04.2018 16:41:18
-3,600
2e32c3b999b84335de1c4faf1f80693ec4f6fc88
feat(examples): add instrumentation to router-basics demo
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { Atom } from \"@thi.ng/atom/atom\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { EventBus } from \"@thi.ng/interceptors/event-bus\";\n-import { valueSetter } from \"@thi.ng/intercep...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add instrumentation to router-basics demo
1
feat
examples
217,922
17.04.2018 16:59:59
-7,200
a0236be62d0963e10b3af6f5bfaf5d91c7907f2d
fix: permissions fixes with workshops
[ { "change_type": "MODIFY", "diff": "@@ -79,6 +79,7 @@ export class UserService extends FirebaseStorage<AppUser> {\n*/\npublic getUserData(): Observable<AppUser> {\nreturn this.reloader\n+ .filter(() => !this.loggingIn)\n.switchMap(() => {\nreturn this.af.authState.first()\n.mergeMap(user => {\n@@ -107,9 +10...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: permissions fixes with workshops
1
fix
null
217,922
17.04.2018 17:04:50
-7,200
c79eb0118ab2350340f989ed70f374b771c181ab
chore: fix for stupid typo made in last commit
[ { "change_type": "MODIFY", "diff": "[templateButton]=\"userData?.patron || userData?.admin\"\n></app-list-panel>\n</div>\n- <div class=\"shared-lists\" *ngIf=\"let list of sharedLists | async as sharedListsData\">\n+ <div class=\"shared-lists\" *ngIf=\"sharedLists | async as sharedListsData\">\n<h2>{{\"LIST...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for stupid typo made in last commit
1
chore
null
807,849
17.04.2018 17:08:58
25,200
e89fc955d0b2a22d8b8a208d0968d9861753a15c
test: Add manual write-pkg spy
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+// eslint-disable-next-line import/no-extraneous-dependencies, node/no-extraneous-require\n+const writePkg = require.requireActual(\"write-pkg\");\n+const registry = new Map();\n+\n+// by default, act like a spy that populates registry\n+const mockWrite...
JavaScript
MIT License
lerna/lerna
test: Add manual write-pkg spy
1
test
null
815,746
17.04.2018 18:37:13
-10,800
8d8f2a59db1f48dca547b7f524846aea760adbeb
fix: close dropdown on outside click fixes fixes Previously ng-select dropdown close was handled by clicking on invisible overlay, but it causes some issues. This approach uses global document mousedown event listener to determine when to close dropdown.
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^2.5.1\",\n\"webpack\": \"3.8.1\",\n\"webpack-dev-server\": \"2.9.1\",\n- \"zone.js\": \"^0.8.16\"\n+ \"zone.js\": \"^0.8.26\"\n}\n}\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", "diff": "@@ ...
TypeScript
MIT License
ng-select/ng-select
fix: close dropdown on outside click (#465) fixes #453 fixes #313 Previously ng-select dropdown close was handled by clicking on invisible overlay, but it causes some issues. This approach uses global document mousedown event listener to determine when to close dropdown.
1
fix
null
815,746
17.04.2018 18:38:48
-10,800
7e3a12d32f509bbe84a001a28f6f0e08f2ec281f
fix: do not try to set loading state automatically
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';\n-import { distinctUntilChanged, debounceTime, switchMap } from 'rxjs/operators'\n+import { Component, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';\...
TypeScript
MIT License
ng-select/ng-select
fix: do not try to set loading state automatically (#466) #399
1
fix
null
815,746
17.04.2018 18:39:10
-10,800
c08f02eb64e4335c23920113aaa0899af9e2c9f3
chore(release): 1.0.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.0.3\"></a>\n+## [1.0.3](https://github.com/ng-select/ng-select/compare/v1.0.2...v1....
TypeScript
MIT License
ng-select/ng-select
chore(release): 1.0.3
1
chore
release