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,772
06.09.2018 15:42:34
14,400
967ac3b04e99f0eb7a3aa39592dc6174ceea2cf3
docs(example): Require Node 8 and apt install chromium
[ { "change_type": "MODIFY", "diff": "Setup:\n```sh\n-# get node 6\n-curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - &&\\\n+# Lighthouse requires Node 8 LTS (8.9) or later.\n+curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - &&\\\nsudo apt-get install -y nodejs npm\n# get chromium ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(example): Require Node 8 and apt install chromium (#5974)
1
docs
example
791,772
06.09.2018 15:43:52
14,400
7308b2ba855a264418478f7504b214de670a2ae1
docs(headless): example script to post report as gist
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,30 @@ xvfb-run --server-args='-screen 0, 1024x768x16' \\\nlighthouse --port=9222 https://github.com\n```\n+## Posting Lighthouse reports to GitHub Gists\n+\n+Be sure to replace `${GITHUB_OWNER}` and `${GITHUB_TOKEN}` with your own credentials. The code below ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(headless): example script to post report as gist (#5975)
1
docs
headless
679,913
06.09.2018 17:23:37
-3,600
61bed88b63ec9a100212a471d9b5380684d35f15
feat(memoize): add defonce()
[ { "change_type": "MODIFY", "diff": "+export type Fn0<T> = () => T;\nexport type Fn1<A, B> = (a: A) => B;\nexport type Fn2<A, B, C> = (a: A, b: B) => C;\nexport type Fn3<A, B, C, D> = (a: A, b: B, c: C) => D;\n", "new_path": "packages/memoize/src/api.ts", "old_path": "packages/memoize/src/api.ts" }...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(memoize): add defonce()
1
feat
memoize
679,913
06.09.2018 17:36:06
-3,600
83fa7ade0a44f0a01df4f3a2b6f14a082bbb6937
feat(examples): add hmr-basics demo (fixes
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/hmr-basics/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# hmr-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/hmr-basics/)\n+\n+Minimal example demonstrating the combined...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hmr-basics demo (fixes #40)
1
feat
examples
791,921
06.09.2018 21:35:38
-7,200
fa20953e6db94a535224e02ff9c11688d7e555e3
core(screenshot-thumbnails): improve caching
[ { "change_type": "MODIFY", "diff": "@@ -114,14 +114,15 @@ class ScreenshotThumbnails extends Audit {\n}\n});\n}\n-\n+ let base64Data;\n+ if (cachedThumbnails.has(frameForTimestamp)) {\n+ base64Data = cachedThumbnails.get(frameForTimestamp);\n+ } else {\nconst imageData = frameForTimestamp.getParsedImage();\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(screenshot-thumbnails): improve caching (#5976)
1
core
screenshot-thumbnails
815,745
07.09.2018 10:13:18
-10,800
32b59298674a4ce1d9afa948c4611ffea305dd3b
chore(release): 2.8.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.8.0\"></a>\n+# [2.8.0](https://github.com/ng-select/ng-select/compare/v2.7.1...v2.8...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.8.0
1
chore
release
730,429
07.09.2018 12:26:06
14,400
6a59951862daf267d4285268b95d58467014ca8d
feat(r-m-conversation): add support for giphy activities
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`redux-module-conversation helpers tests #filterActivities should filter content update activities 1`] = `\n+Array [\n+ Object {\n+ \"id\": \"abc-123\",\n+ \"mock\": true,\n+ \"object\": Object {\n+ \"displayName\": \"...
JavaScript
MIT License
webex/react-widgets
feat(r-m-conversation): add support for giphy activities
1
feat
r-m-conversation
730,429
07.09.2018 12:30:40
14,400
e537c183124350dec64b4d0ba60b1568334c0e64
chore(webpack): add giphy to csp
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ export default (env) => webpackConfigBase({\npublicPath: false\n},\nheaders: {\n- 'Content-Security-Policy': 'script-src \\'self\\' \\'unsafe-inline\\' code.s4d.io; style-src \\'self\\' \\'unsafe-inline\\' code.s4d.io; media-src \\'self\\' code.s4d.io *....
JavaScript
MIT License
webex/react-widgets
chore(webpack): add giphy to csp
1
chore
webpack
679,913
07.09.2018 13:54:13
-3,600
b1ef187dfb2cc16e32391fd4a768f7a878852bfb
build: update lerna, replace webpack deps w/ parcel
[ { "change_type": "MODIFY", "diff": "{\n- \"lerna\": \"2.11.0\",\n+ \"lerna\": \"3.3.0\",\n\"packages\": [\n\"packages/*\"\n],\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY", "diff": "\"packages/*\"\n],\n\"devDependencies\": {\n- \"babel-minify\": \"^0...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update lerna, replace webpack deps w/ parcel
1
build
null
679,913
07.09.2018 14:02:10
-3,600
8161011715371a4ac383a3614c03c785290c980a
build: add build-examples, update make-example script
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+\n+if [ $# == 1 ]; then\n+ examples=\"examples/$1\"\n+else\n+ examples=\"examples/*\"\n+fi\n+\n+for e in $examples; do\n+ if [ -d \"$e\" ] && [ ! -e \"$e/.skip\" ]; then\n+ echo \"------------------------------\"\n+ echo \"building $e...\"\n+ echo \"------------...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add build-examples, update make-example script
1
build
null
679,913
07.09.2018 14:33:23
-3,600
b4c2e1c052f74c01038c4a1a7aeeb20ac30f570a
build: update `yarn examples` command, update readme
[ { "change_type": "MODIFY", "diff": "@@ -98,12 +98,24 @@ yarn build\n### Building example projects\n+The below `yarn examples` command assumes you have the\n+[parcel](https://parceljs.org) bundler &\n+[terser](https://github.com/fabiosantoscode/terser) minifier globally\n+installed, if not then please first ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update `yarn examples` command, update readme
1
build
null
679,913
07.09.2018 15:55:03
-3,600
014bd9801ae19be23b057a43226ac0490061b993
fix: update upload-examples script
[ { "change_type": "MODIFY", "diff": "#!/bin/sh\nif [ $# == 1 ]; then\n- modules=\"examples/$1/\"\n+ modules=\"examples/$1\"\nelse\n- modules=\"examples/*/\"\n+ modules=\"examples/*\"\nfi\nfor m in $modules; do\n+ if [ -d \"$m\" ] && [ ! -e \"$m/.skip\" ]; then\nname=$(echo $m | cut -d '/' -f 2)\n- echo \"pro...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix: update upload-examples script
1
fix
null
791,834
07.09.2018 17:36:01
25,200
6656521ea0f123be6869c5d2b890bee5cc13feaf
core(tsc): add type checking to sentry usage
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,6 @@ function run() {\n}\n})\n.then(_ => {\n- // @ts-ignore TODO(bckenny): Sentry type checking\nSentry.init({\nurl,\nflags: cliFlags,\n", "new_path": "lighthouse-cli/bin.js", "old_path": "lighthouse-cli/bin.js" }, { "change_type": "MODIFY",...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): add type checking to sentry usage (#5993)
1
core
tsc
217,922
07.09.2018 17:55:53
-7,200
d9f38edffecf73f7796bc415b2f933e3a6c4c834
chore: WIP alarms bell service (the part that actually rings the alarm)
[ { "change_type": "ADD", "diff": "+import { Injectable } from '@angular/core';\n+import { EorzeanTimeService } from '../time/eorzean-time.service';\n+import { AlarmsFacade } from './+state/alarms.facade';\n+import { AlarmDisplay } from './alarm-display';\n+import { combineLatest, Observable } from 'rxjs';\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: WIP alarms bell service (the part that actually rings the alarm)
1
chore
null
730,412
07.09.2018 20:12:46
0
6037d3e0909086eeb6902f3b6fb9e54e781acdd1
chore(release): 0.1.351
[ { "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.351\"></a>\n+## [0.1.351](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.351
1
chore
release
217,922
07.09.2018 20:16:04
-7,200
9ef67c4c00d91259bb6d2000af38f793f62c2991
feat: alarms sidebar now complete TODO: alarms page, map popup, alarm bell ring
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ import { NzModalService, NzNotificationService } from 'ng-zorro-antd';\nimport { TranslateService } from '@ngx-translate/core';\nimport { CharacterLinkPopupComponent } from '../core/auth/character-link-popup/character-link-popup.component';\nimport { Xiv...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: alarms sidebar now complete TODO: alarms page, map popup, alarm bell ring
1
feat
null
791,921
07.09.2018 20:26:22
-7,200
3424dbc1423f29591b049bc17aead3a09868ef7a
core: dont show zero ms savings in preconnect, preload audits
[ { "change_type": "MODIFY", "diff": "@@ -172,7 +172,9 @@ class UsesRelPreconnectAudit extends Audit {\nreturn {\nscore: UnusedBytes.scoreForWastedMs(maxWasted),\nrawValue: maxWasted,\n- displayValue: str_(i18n.UIStrings.displayValueMsSavings, {wastedMs: maxWasted}),\n+ displayValue: maxWasted ?\n+ str_(i18n....
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: dont show zero ms savings in preconnect, preload audits (#5983)
1
core
null
791,861
07.09.2018 20:48:07
-7,200
81725acf350b8c93935a196cd0931f246a5528aa
docs(readme): add lighthouse-badges to related projects
[ { "change_type": "MODIFY", "diff": "@@ -280,6 +280,7 @@ Other awesome open source projects that use Lighthouse.\n* **[lighthouse-hue](https://github.com/ebidel/lighthouse-hue)** - set the color of Philips Hue lights based on a Lighthouse score\n* **[lighthouse-magic-light](https://github.com/manekinekko/lig...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(readme): add lighthouse-badges to related projects (#5969)
1
docs
readme
791,921
08.09.2018 02:02:25
-7,200
942cc029972da0914677ffef21756dc4eb4960d3
report(xbrowser): replace Typed OM getComputedStyle() with CSSOM equivalent
[ { "change_type": "MODIFY", "diff": "@@ -130,10 +130,8 @@ class ReportUIFeatures {\n_setupHeaderAnimation() {\nconst scoresWrapper = this._dom.find('.lh-scores-wrapper', this._document);\n- this.headerOverlap = /** @type {number} */\n- // @ts-ignore - TODO: move off CSSOM to support other browsers\n- (scores...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(xbrowser): replace Typed OM getComputedStyle() with CSSOM equivalent (#5984)
1
report
xbrowser
791,812
08.09.2018 05:44:04
-43,200
aa50f7dc8b752790c9bfcf948941872e4a512a9d
report: update score legend to match new threshold
[ { "change_type": "MODIFY", "diff": "@@ -44,9 +44,9 @@ These weights are heuristics, and the Lighthouse team is working on formalizing\nOnce Lighthouse is done gathering the raw performance metrics for your website (metrics reported in miliseconds), it converts them into a score by mapping the raw performanc...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: update score legend to match new threshold (#5985)
1
report
null
807,849
08.09.2018 09:57:11
25,200
ac0baa7b1d5c378f794c960ab13d70242d19ddc8
test(integration): avoid quoting arguments to coddle windows
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ test(\"lerna publish lifecycle scripts stop on non-zero exit\", async () => {\nconst rootManifest = path.join(cwd, \"package.json\");\nconst json = await fs.readJson(rootManifest);\n- json.scripts.preversion = \"echo 'bombs away' && exit 123\";\n+ json.s...
JavaScript
MIT License
lerna/lerna
test(integration): avoid quoting arguments to coddle windows
1
test
integration
679,913
08.09.2018 12:34:56
-3,600
2f0f3d48932c95aec982f24b2548caed1ea4e747
feat(transducers): add window() xform
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,7 @@ export * from \"./xform/throttle\";\nexport * from \"./xform/throttle-time\";\nexport * from \"./xform/trace\";\nexport * from \"./xform/utf8\";\n+export * from \"./xform/window\";\nexport * from \"./xform/word-wrap\";\nexport * from \"./func/binary-sear...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add window() xform
1
feat
transducers
679,913
08.09.2018 13:02:03
-3,600
d8fdc018f69c2337a660148512e59c92992c9426
feat(transducers): update partitionSync() xform & PartitionSyncOpts add `mergeOnly` option to allow partially populated result tuples
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { $iter, iterator } from \"../iterator\";\nexport interface PartitionSyncOpts<T> {\nkey: (x: T) => PropertyKey;\n+ mergeOnly: boolean;\nreset: boolean;\nall: boolean;\n}\n@@ -80,8 +81,9 @@ export function partitionSync<T>(...args: any[]): any {\nlet...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): update partitionSync() xform & PartitionSyncOpts - add `mergeOnly` option to allow partially populated result tuples
1
feat
transducers
679,913
08.09.2018 13:21:40
-3,600
162aa2d50e18ffdbda48dc0fc9d7614abdbb267e
feat(rstream): add merge-only mode for StreamSync, update docs add `mergeOnly` option to StreamSyncOpts
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,17 @@ export interface StreamSyncOpts<A, B> extends IID<string> {\n*/\nxform: Transducer<IObjectOf<A>, B>;\n/**\n- * If true, StreamSync waits for new values from *all*\n- * inputs before a new tuple is produced. If false (default),\n- * synchronization only ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add merge-only mode for StreamSync, update docs - add `mergeOnly` option to StreamSyncOpts
1
feat
rstream
679,913
08.09.2018 14:06:08
-3,600
2916432dc11fa899b19af4cf5a8ada1d24fc9f87
docs(transducers): update partitionSync() docs
[ { "change_type": "MODIFY", "diff": "@@ -16,14 +16,21 @@ export interface PartitionSyncOpts<T> {\n* This transducer is intended for synchronization and provenance\n* tracking of possibly previously merged inputs. It partitions the\n* input into labeled tuple objects with the object keys obtained from\n- * th...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers): update partitionSync() docs
1
docs
transducers
679,913
08.09.2018 14:09:12
-3,600
1f22867fd242265131d892cd1140c13c29dd8c7a
feat(transducers): rename window() => slidingWindow(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -741,6 +741,7 @@ tx.transduce(tx.map((x) => x*10), tx.push(), tx.range(4))\n- [scan](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/scan.ts)\n- [selectKeys](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/sel...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): rename window() => slidingWindow(), update readme
1
feat
transducers
679,913
08.09.2018 14:17:57
-3,600
8856a18fb787e3a6a282e89a3b00d696e5597819
test(rstream): add merge-only sync tests
[ { "change_type": "MODIFY", "diff": "@@ -74,4 +74,61 @@ describe(\"StreamSync\", () => {\nassert(!a1done);\nassert(!a2done);\n});\n+\n+ it(\"mergeOnly\", (done) => {\n+ const src = {\n+ a: rs.stream(),\n+ b: rs.stream(),\n+ c: rs.stream()\n+ };\n+ const res = [];\n+ const sync = rs.sync({ src, mergeOnly: tru...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): add merge-only sync tests
1
test
rstream
679,913
08.09.2018 14:18:57
-3,600
06f61cf451f7ecbd842dc52870ee3a58c6f85fe3
fix: missing comma in make-example script
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ cat << EOF > $MODULE/package.json\n\"author\": \"$AUTHOR <$EMAIL>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"parcel build index.html -d out --no-source-maps --no-cache --detailed-report\"\n+ \"build\": \"parcel build index.html -d o...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix: missing comma in make-example script
1
fix
null
217,922
08.09.2018 15:28:57
-7,200
4c0d173243f0e2f2956cda36f3517f48d0d3bee9
feat: alarms bell service now implemented properly TODO: node type feature, alarms page.
[ { "change_type": "MODIFY", "diff": "@@ -6,13 +6,23 @@ import { combineLatest, Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\nimport { Alarm } from './alarm';\nimport { LocalizedDataService } from '../data/localized-data.service';\n+import { SettingsService } from '../../pages/settings/set...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: alarms bell service now implemented properly TODO: node type feature, alarms page.
1
feat
null
217,922
08.09.2018 23:24:32
-7,200
32600c14d35bbcb46a3f1e2394a808f519de99ad
feat: first implementation of alarms page TODO: - Alarm type support in alarms page - Alarm groups - Alarm notes - alarm settings (sound, volume, hours before, file)
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,10 @@ const routes: Routes = [\n{\npath: 'gathering-location',\nloadChildren: './pages/gathering-location/gathering-location.module#GatheringLocationModule'\n+ },\n+ {\n+ path: 'alarms',\n+ loadChildren: './pages/alarms-page/alarms-page.module#AlarmsPageModul...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: first implementation of alarms page TODO: - Alarm type support in alarms page - Alarm groups - Alarm notes - alarm settings (sound, volume, hours before, file)
1
feat
null
679,913
08.09.2018 23:27:37
-3,600
6051439d86069cb63b6cb7a69ce4f41a630696ed
feat(examples): add gesture-analysis example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/gesture-analysis/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# gesture-analysis\n+\n+[Live demo](http://demo.thi.ng/umbrella/gesture-analysis/)\n+\n+Mouse / t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add gesture-analysis example
1
feat
examples
679,913
08.09.2018 23:43:27
-3,600
9bde777aae0a80ff54ac3e7dbb1da055c3d57455
fix(examples): add missing html file
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta http-equiv=\"Content-Type\" content=\"text/html;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>ge...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): add missing html file
1
fix
examples
679,913
09.09.2018 01:38:20
-3,600
eb284f0129118e5ef180383a3cd4a31915a5d82a
feat(hiccup-canvas): add hiccup-canvas 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/hiccup-canvas/.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(hiccup-canvas): add hiccup-canvas package
1
feat
hiccup-canvas
679,913
09.09.2018 02:24:38
-3,600
890eb97c63de81acec711c0ba33d8b61e6b4d80d
docs(compose): add missing package desc
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/compose\",\n\"version\": \"0.1.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Functional composition helpers\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": {\n", "new_path": "packages/compose/package.jso...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(compose): add missing package desc
1
docs
compose
679,913
09.09.2018 02:25:24
-3,600
146868d1ae8e7235e7113bd9403b140b87d20b03
build: update make-module script generate package name initials, use for readme & tests
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,13 @@ readonly MODULE=\"packages/$1\"\nreadonly AUTHOR=\"Karsten Schmidt\"\nreadonly EMAIL=\"k+npm@thi.ng\"\n-echo \"generating module: $MODULE\"\n+IFS='-' read -r -a parts <<< \"$1\"\n+\n+for i in \"${parts[@]}\"; do\n+ INITIAL=\"$INITIAL${i:0:1}\"\n+done\n+\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update make-module script - generate package name initials, use for readme & tests
1
build
null
217,922
09.09.2018 12:08:09
-7,200
aeb83297a3d2d9d3fb1a6db12323c40090437139
chore: models and services for alarm groups system
[ { "change_type": "ADD", "diff": "+import { FirestoreRelationalStorage } from '../database/storage/firestore/firestore-relational-storage';\n+import { AlarmGroup } from './alarm-group';\n+import { Injectable, NgZone } from '@angular/core';\n+import { AngularFirestore } from 'angularfire2/firestore';\n+import...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: models and services for alarm groups system
1
chore
null
679,913
09.09.2018 18:38:30
-3,600
c47711f9a9bb2fdfc8bdc0b3a38e24ed5d9fa6d1
refactor(hiccup-canvas): add notes
[ { "change_type": "MODIFY", "diff": "import { ReadonlyVec } from \"@thi.ng/vectors/api\";\nimport { TAU } from \"@thi.ng/vectors/math\";\n-export const polyline = (ctx: CanvasRenderingContext2D, pts: ReadonlyVec[], attribs: any = {}) => {\n+// const test =\n+// [\"canvas\", { __diff: false, __normalize: fals...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-canvas): add notes
1
refactor
hiccup-canvas
679,913
09.09.2018 18:47:23
-3,600
5cb4350f1c9586ccbca695a53790c3be94bde7a1
feat(hdom): add optional support for blocking normalize & diff add `__normalize` attrib to stop normalization of subtree add `__diff` attrib to stop diffing of subtree
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,12 @@ export const diffElement = (root: Element, prev: any, curr: any) =>\n_diffElement(root, prev, curr, 0);\nconst _diffElement = (parent: Element, prev: any, curr: any, child: number) => {\n+ if (curr[1].__diff === false) {\n+ releaseDeep(prev);\n+ removeC...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): add optional support for blocking normalize & diff - add `__normalize` attrib to stop normalization of subtree - add `__diff` attrib to stop diffing of subtree
1
feat
hdom
679,913
10.09.2018 01:22:32
-3,600
525d90d55dedfcc155abf39d466d4d7a982982f6
feat(hdom): generalize diffElement() add HDOMOps interface add DEFAULT_OPS implementation update diffElement() & diffAttributes() to delegate to ops refactor diffElement() to be more legible update createDOM(), add support for `__ops` node attrib to use custom ops for subtrees add getChild(), replaceChild(), setContent...
[ { "change_type": "MODIFY", "diff": "@@ -51,4 +51,19 @@ export interface HDOMOpts {\nnormalize?: boolean;\n}\n+/**\n+ * This interface defines the underlying DOM update operations used by\n+ * `diffElement()`. See `DEFAULT_OPS` (diff.ts) for the default\n+ * implementations.\n+ */\n+export interface HDOMOps<...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): generalize diffElement() (#4) - add HDOMOps interface - add DEFAULT_OPS implementation - update diffElement() & diffAttributes() to delegate to ops - refactor diffElement() to be more legible - update createDOM(), add support for `__ops` node attrib to use custom ops for subtrees - add getChild(), replac...
1
feat
hdom
679,913
10.09.2018 03:35:42
-3,600
60f12c5da7a7803e00846da6c316f65952097067
feat(hiccup-canvas): add canvas comp, createTree impl, update deps
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^3.0.1\"\n},\n\"dependencies\": {\n+ \"@thi.ng/hdom\": \"^4.0.4\",\n\"@thi.ng/vectors\": \"^1.0.0\"\n},\n\"keywords\": [\n", "new_path": "packages/hiccup-canvas/package.json", "old_path": "packages/hiccup-canvas/package.json" }, { "change...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-canvas): add canvas comp, createTree impl, update deps
1
feat
hiccup-canvas
730,429
10.09.2018 12:13:52
14,400
335febde6595c599b3c360dcb1a8fde5c9a8b58e
chore(package): update packages to 1.40.0
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@ciscospark/common\": {\n- \"version\": \"1.32.22\",\n- \"resolved\": \"https://registry.npmjs.org/@ciscospark/common/-/common-1.32.22.tgz\",\n- \"integrity\": \"sha1-+w0cpIsJS7QEchJw7rT0leOpQIw=\",\n+ \"version\": \"1.40.0\",\n+ \"resolved\": \"https://registry....
JavaScript
MIT License
webex/react-widgets
chore(package): update @ciscospark packages to 1.40.0
1
chore
package
730,429
10.09.2018 12:14:49
14,400
d8fea19002df1a05375367837e95aba7c5fb1cd9
chore(tooling): update package-lock with jssdk
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ ansiColor('xterm') {\nnvm use v8.11.3\nnpm install\nnpm run upgradespark\n+ npm install\n'''\n}\n}\n@@ -42,8 +43,8 @@ ansiColor('xterm') {\nnvm use v8.11.3\nversion=$(node ./scripts/utils/jssdkversion.js)\necho $version > .version\n- git add package.json...
JavaScript
MIT License
webex/react-widgets
chore(tooling): update package-lock with jssdk
1
chore
tooling
730,429
10.09.2018 13:00:27
14,400
3706a81bec32679f2f68b929527e3ba9aff421fc
chore(scripts): add webex to update matcher
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ ncu.run({\npackageFile: 'package.json',\n// Any command-line option can be specified here.\n// These are set by default:\n- filter: /^@ciscospark.*$/,\n+ filter: /^@(ciscospark|webex).*$/,\nupgrade: true\n}).then(() => {\nconsole.log('@ciscospark depende...
JavaScript
MIT License
webex/react-widgets
chore(scripts): add webex to update matcher
1
chore
scripts
679,913
10.09.2018 14:53:47
-3,600
f41014ebffa8d4051fccbf04080d814fd62a474b
feat(hdom-canvas): rename package, add text support, refactor
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom-canvas/.npmignore", "old_path": "packages/hiccup-canvas/.npmignore" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom-canvas/LICENSE", "old_path": "packages/hiccup-canvas/LICENSE" }, { "c...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): rename package, add text support, refactor
1
feat
hdom-canvas
679,913
10.09.2018 14:55:53
-3,600
689e775e3413bacaf159bd3da8bf4f74376be5f8
feat(examples): add hdom-canvas-clock demo
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/hdom-canvas-clock/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# hdom-canvas-clock\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-canvas-clock/)\n+\n+```bas...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hdom-canvas-clock demo
1
feat
examples
679,913
10.09.2018 15:40:59
-3,600
2fdcf104187d868c28de34912604f17a2be03038
refactor(examples): update clock demo
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,7 @@ const WEEKDAYS = [\"SUN\", \"MON\", \"TUE\", \"WED\", \"THU\", \"FRI\", \"SAT\"];\nconst tick = (i: number, r1: number, r2: number, color: string) => {\nconst theta = i / 12 * TAU - HALF_PI;\nreturn [\n- [\"polyline\", { stroke: color },\n- [toCartesian2...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update clock demo
1
refactor
examples
730,429
10.09.2018 15:43:09
14,400
9dae7a7991257ddf48cf5624182d661596042b8b
chore(package): move serving scripts to "serve" This also defaults `npm start` to serve the widget-demo package.
[ { "change_type": "MODIFY", "diff": "\"static-analysis\": \"npm run eslint\",\n\"lint:eslint\": \"eslint --ignore-path .gitignore $(npm run --silent lint:eslint:ci-reporter)\",\n\"eslint\": \"eslint ./\",\n- \"serve\": \"npm run start\",\n+ \"serve\": \"cross-env NODE_ENV=${NODE_ENV:-development} ./scripts/s...
JavaScript
MIT License
webex/react-widgets
chore(package): move serving scripts to "serve" This also defaults `npm start` to serve the widget-demo package.
1
chore
package
730,429
10.09.2018 15:43:51
14,400
abe1f1905f2497308a4b01136aba8797b6f94381
docs(README): add basic usage guide
[ { "change_type": "MODIFY", "diff": "@@ -12,12 +12,12 @@ The Cisco Spark for React library allows developers to easily incorporate Spark\n- [Background](#background)\n- [Widgets](#widgets)\n+- [Usage](#usage)\n- [Install](#install)\n- [Build from Source](#build-from-source)\n- [Version](#version)\n- [Develop...
JavaScript
MIT License
webex/react-widgets
docs(README): add basic usage guide
1
docs
README
679,913
10.09.2018 19:03:47
-3,600
ada7d34e99eb5e331aed1b58f55204e70dd0b1db
build: add max-age cache header (upload-examples)
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,6 @@ for m in $modules; do\nsrc=\"${src:0:len-3}\"\necho \"uploading $m ($src)...\"\naws s3 cp $m/out/*.js.gz s3://demo.thi.ng/umbrella/$name/$src --profile toxi-s3 --acl public-read --content-type \"application/javascript; charset=utf-8\" --content-encoding ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add max-age cache header (upload-examples)
1
build
null
76,605
10.09.2018 19:52:38
-7,200
896ca29ec351a50d20c02567cb1b551f815a93d6
feat: Add skip results at Trim Named Entities conditions
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,6 @@ class TrimNamedEntity extends NamedEntity {\n});\n}\n-\naddAfterCondition(srcLanguages, srcWords, srcOptions) {\nthis.addPositionCondition('after', srcLanguages, srcWords, srcOptions);\n}\n@@ -107,6 +106,22 @@ class TrimNamedEntity extends NamedEntity {\...
JavaScript
MIT License
axa-group/nlp.js
feat: Add skip results at Trim Named Entities conditions (#29)
1
feat
null
679,913
10.09.2018 19:55:48
-3,600
cc73c7698156a9810d44a3af58f72c68869639fb
refactor(hdom): rename HDOMOps => HDOMImplementation, add docs rename `__ops` attrib => `__impl`
[ { "change_type": "MODIFY", "diff": "@@ -52,18 +52,89 @@ export interface HDOMOpts {\n}\n/**\n- * This interface defines the underlying DOM update operations used by\n- * `diffElement()`. See `DEFAULT_OPS` (diff.ts) for the default\n- * implementations.\n+ * This interface defines the underlying target updat...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): rename HDOMOps => HDOMImplementation, add docs - rename `__ops` attrib => `__impl`
1
refactor
hdom
679,913
10.09.2018 20:02:44
-3,600
dc618983aa0d8a536bc05d0a1935b30f443596af
refactor(hdom-canvas): rename types due to hdom update
[ { "change_type": "MODIFY", "diff": "-import { HDOMOps } from \"@thi.ng/hdom/api\";\n+import { HDOMImplementation } from \"@thi.ng/hdom/api\";\nimport { ReadonlyVec } from \"@thi.ng/vectors/api\";\nimport { TAU } from \"@thi.ng/vectors/math\";\nexport const canvas = (_, attribs, ...shapes: any[]) =>\n[\"canv...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): rename types due to hdom update
1
refactor
hdom-canvas
679,913
10.09.2018 20:03:15
-3,600
54e59a086b2b988fc446c465f71861e737b02177
fix(examples): re-enable HMR logic
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const hand = (r1: number, r2: number, theta: number, fill: string, eps = 0.5) =>\n[[r1, theta - eps], [r2, theta], [r1, theta + eps]].map((p) => toCartesian2(p))];\n};\n-start(() => {\n+const cancel = start(() => {\nconst now = new Date();\nconst t = now...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): re-enable HMR logic
1
fix
examples
730,412
10.09.2018 20:47:36
0
45b8d4212f309c637a80acc2e5041bd2964d5857
chore(release): 0.1.352
[ { "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.352\"></a>\n+## [0.1.352](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.352
1
chore
release
791,921
10.09.2018 21:13:38
-7,200
6eaf51b4ee8df9796d7e1754b005b2aee5d413e9
report: cursor:pointer on Passed Audits, etc
[ { "change_type": "MODIFY", "diff": "display: none !important;\n}\n+.lh-root details > summary {\n+ cursor: pointer;\n+}\n+\n.lh-audit-group a,\n.lh-category-header__description a {\ncolor: #0c50c7;\n}\n-\n.lh-audit__description {\n--inner-audit-left-padding: calc(var(--text-indent) + var(--lh-audit-index-wi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: cursor:pointer on Passed Audits, etc (#5977)
1
report
null
679,913
10.09.2018 21:26:58
-3,600
3dd00725a91b9febc8c48b2d605dedd82fbd451e
feat(vectors): add matrix index & property accessors refactor declareIndices() to take prop names add shared $iter helper fn update Mat23/33/44 & Vec2/3/4, GVec
[ { "change_type": "MODIFY", "diff": "-import { ReadonlyVec, Vec, VecOp2, VecOp2o, ReadonlyVecOp1 } from \"./api\";\n+import {\n+ ReadonlyVec,\n+ ReadonlyVecOp1,\n+ Vec,\n+ VecOp2,\n+ VecOp2o\n+} from \"./api\";\nimport { EPS, eqDelta1 } from \"./math\";\nexport const x: ReadonlyVecOp1<number> = (v: ReadonlyV...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add matrix index & property accessors - refactor declareIndices() to take prop names - add shared $iter helper fn - update Mat23/33/44 & Vec2/3/4, GVec
1
feat
vectors
679,913
10.09.2018 21:27:21
-3,600
07d1ccfcc4779966a0f22da26e9e012705031c10
fix(vectors): Mat23/33/44 toString() impls
[ { "change_type": "MODIFY", "diff": "@@ -294,9 +294,8 @@ export class Mat23 implements\n}\ntoString() {\n- const i = this.i;\n- const b = [...this.buf.slice(i, i + 6)].map((x) => x.toFixed(4));\n- return `${b[i]} ${b[i + 2]} ${b[i + 4]}\\n${b[i + 1]} ${b[i + 3]} ${b[i + 5]}`;\n+ const b = (<number[]>get23(th...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(vectors): Mat23/33/44 toString() impls
1
fix
vectors
679,913
10.09.2018 21:28:08
-3,600
ae261ab510e2283ff9002370c5edd5140234f13c
fix(vectors): GVec.copy() / get()
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ export const opg3 = (fn: (x: number, y: number, z: number) => number, a: Vec, b:\n};\nexport const get = (a: ReadonlyVec, num = a.length, i = 0, s = 1) =>\n- set(new (<any>(a.constructor))(num), a, 0, i, 1, s);\n+ set(new (<any>(a.constructor))(num), a, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(vectors): GVec.copy() / get()
1
fix
vectors
679,913
10.09.2018 21:30:34
-3,600
f4cc0dda2728e59ca90cd0dfe3255aa37d42d1e9
refactor(vectors): Vec3/4 toString() impls
[ { "change_type": "MODIFY", "diff": "@@ -928,7 +928,9 @@ export class Vec3 implements\n}\ntoString() {\n- return `[${this.buf[this.i]}, ${this.buf[this.i + this.s]}, ${this.buf[this.i + 2 * this.s]}]`;\n+ const i = this.i;\n+ const s = this.s;\n+ return `[${this.buf[i]}, ${this.buf[i + s]}, ${this.buf[i + 2 ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): Vec3/4 toString() impls
1
refactor
vectors
217,922
11.09.2018 00:30:40
-7,200
6a513697a27aeccb17265205b2061cbafff345b4
feat: groups implementation done, with clean drag and drop behavior. TODO: - Alarm notes - Node type icon on alarm cards
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export class PersistAlarms implements Action {\nexport class CreateAlarmGroup implements Action {\nreadonly type = AlarmsActionTypes.CreateAlarmGroup;\n- constructor(public readonly name: string) {\n+ constructor(public readonly name: string, public read...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: groups implementation done, with clean drag and drop behavior. TODO: - Alarm notes - Node type icon on alarm cards
1
feat
null
679,913
11.09.2018 00:40:50
-3,600
d3acb707480aa0545ef0e77466145d9eae133a5a
feat(hdom-canvas): add more shapes/prims, update transform handling add `line`, `hline`, `vline`, `arc` & `img` prims update beginShape() to support `translate`, `rotate`, `scale` attribs and return boolean if context needs restoring later update endShape() optimize repeated property lookups add dep
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^3.0.1\"\n},\n\"dependencies\": {\n- \"@thi.ng/hdom\": \"^4.0.4\",\n- \"@thi.ng/vectors\": \"^1.0.0\"\n+ \"@thi.ng/checks\": \"^1.5.8\",\n+ \"@thi.ng/hdom\": \"^4.0.5\",\n+ \"@thi.ng/vectors\": \"^1.1.0\"\n},\n\"keywords\": [\n\"ES6\",\n", "new_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add more shapes/prims, update transform handling - add `line`, `hline`, `vline`, `arc` & `img` prims - update beginShape() to support `translate`, `rotate`, `scale` attribs and return boolean if context needs restoring later - update endShape() - optimize repeated property lookups - add @thi.ng/ch...
1
feat
hdom-canvas
679,913
11.09.2018 00:42:12
-3,600
d93efa86392cd5f0c2b8007bd11c51047ca93123
refactor(examples): minor updates hdom-canvas-clock, enable source map
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { start } from \"@thi.ng/hdom\";\nimport { canvas } from \"@thi.ng/hdom-canvas\";\nimport { range } from \"@thi.ng/transducers/iter/range\";\nimport { mapcat } from \"@thi.ng/transducers/xform/mapcat\";\n+import { map } from \"@thi.ng/transducers/xf...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): minor updates hdom-canvas-clock, enable source map
1
refactor
examples
76,605
11.09.2018 01:10:29
-7,200
cccf290b1222b2595f22723c8b5e6f45c4627a4a
doc: Update README.md with npm badges
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,8 @@ NLP.js\n=======\n[![Build Status](https://travis-ci.com/axa-group/nlp.js.svg?branch=master)](https://travis-ci.com/axa-group/nlp.js)\n+[![NPM version](https://img.shields.io/npm/v/node-nlp.svg?style=flat)](https://www.npmjs.com/package/node-nlp)\n+[![NPM d...
JavaScript
MIT License
axa-group/nlp.js
doc: Update README.md with npm badges
1
doc
null
749,547
11.09.2018 11:29:23
-36,000
29d40aa0490133abe91302a5e0c137b5932effdd
fix(menus): Change handleOutsideMouseDown to handle when clicking on iframes
[ { "change_type": "MODIFY", "diff": "@@ -151,15 +151,15 @@ class MenuContainer extends ControlledComponent {\n}\ncomponentDidMount() {\n- const doc = getDocument ? getDocument(this.props) : document;\n-\n+ this.getDocuments().forEach(doc => {\ndoc.addEventListener('mousedown', this.handleOutsideMouseDown);\n...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(menus): Change handleOutsideMouseDown to handle when clicking on iframes (#145)
1
fix
menus
807,849
11.09.2018 13:03:35
25,200
2a6f0a46f390389bc2c9e5986becd16973648a9e
fix(publish): Tell yarn to stop creating git tags Fixes
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,7 @@ describe(\"npm-publish\", () => {\n\"--new-version\",\npkg.version,\n\"--non-interactive\",\n+ \"--no-git-tag-version\",\n\"test-1.10.100.tgz\",\n],\n{\n", "new_path": "utils/npm-publish/__tests__/npm-publish.test.js", "old_path": "utils/npm-pu...
JavaScript
MIT License
lerna/lerna
fix(publish): Tell yarn to stop creating git tags Fixes #1662
1
fix
publish
76,605
11.09.2018 13:25:48
-7,200
21b150cf6bff7a0aabb20f9b54995a05ff993cec
doc: Update documentation.
[ { "change_type": "MODIFY", "diff": "@@ -23,10 +23,16 @@ NLP.js\n- [Installation](docs/installation.md)\n- [Example of use](docs/example-of-use.md)\n- [Language Support](docs/language-support.md)\n+ - [Classification](docs/language-support.md#classification)\n+ - [Sentiment Analysis](docs/language-support.md...
JavaScript
MIT License
axa-group/nlp.js
doc: Update documentation.
1
doc
null
730,429
11.09.2018 13:28:38
14,400
cacebad2b46090e2460483f779e2c4457e6fb5de
chore(package): update wdio packages
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"css\": {\n- \"version\": \"2.2.3\",\n- \"resolved\": \"https://registry.npmjs.org/css/-/css-2.2.3.tgz\",\n- \"integrity\": \"sha512-0W171WccAjQGGTKLhw4m2nnl0zPHUlTO/I8td4XzJgIB8Hg3ZZx71qT4G4eX8OVsSiaAKiUMy73E3nsbPlg2DQ==\",\n+ \"version\": \"2.2.4\",\...
JavaScript
MIT License
webex/react-widgets
chore(package): update wdio packages
1
chore
package
730,429
11.09.2018 13:29:51
14,400
f72981324d1a0ffbb64997210da846b8f0b39041
fix(wdio): remove incorrect destructuring
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const browser = process.env.BROWSER || 'chrome';\nconst version = process.env.VERSION || 'latest';\nconst platform = process.env.PLATFORM || 'mac 10.12';\nconst tunnelId = uuid.v4();\n-const {suite} = argv || 'integration';\n+const suite = argv.suite || ...
JavaScript
MIT License
webex/react-widgets
fix(wdio): remove incorrect destructuring
1
fix
wdio
807,849
11.09.2018 13:35:25
25,200
a379266609550777c0177e560c4340e3cd116633
chore(helpers): Normalize newlines to coddle windows
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const normalizeNewline = require(\"normalize-newline\");\nconst normalizePath = require(\"normalize-path\");\nconst path = require(\"path\");\n@@ -10,7 +11,7 @@ const TEMP_DIR_REGEXP = /([^\\s\"]*[\\\\/][0-9a-f]{32})([^\\s\"]*)/g;\n// the excluded quotes...
JavaScript
MIT License
lerna/lerna
chore(helpers): Normalize newlines to coddle windows
1
chore
helpers
807,849
11.09.2018 14:10:39
25,200
b8915e75547f0cf36a1ce00bf66a26e9b5f2500c
fix(run-lifecycle): Remove repetitive error logging
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,6 @@ test(\"lerna publish lifecycle scripts stop on non-zero exit\", async () => {\nconst json = await fs.readJson(rootManifest);\njson.scripts.preversion = \"echo boom && exit 123\";\n- // console.log(json);\nawait fs.writeJson(rootManifest, json);\nawait gi...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Remove repetitive error logging
1
fix
run-lifecycle
679,913
11.09.2018 14:26:03
-3,600
ccbf53cfc886ea4fa9951229c5b5ed6391055844
feat(hdom-canvas): implement drawing state inheritance & restoration add mergeState() & restoreState() to apply & undo only edited attribs add CTX_ATTRIBS alias mappings & DEFAULTS rename beginShape() => applyTransform() rename createTree() => drawTree() remove export flags from shape fns add dep
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^3.0.1\"\n},\n\"dependencies\": {\n+ \"@thi.ng/api\": \"^4.1.1\",\n\"@thi.ng/checks\": \"^1.5.8\",\n\"@thi.ng/hdom\": \"^4.0.5\",\n\"@thi.ng/vectors\": \"^1.1.0\"\n", "new_path": "packages/hdom-canvas/package.json", "old_path": "packages/hdom-can...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): implement drawing state inheritance & restoration - add mergeState() & restoreState() to apply & undo only edited attribs - add CTX_ATTRIBS alias mappings & DEFAULTS - rename beginShape() => applyTransform() - rename createTree() => drawTree() - remove export flags from shape fns - add @thi.ng/api d...
1
feat
hdom-canvas
807,849
11.09.2018 14:35:32
25,200
7bd3179cf6ec5ee5291d11c4759f79ced5c07050
chore: flailing around trying avoid 'no visual difference' snapshot garbage on Windows
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,10 @@ const TEMP_DIR_REGEXP = /([^\\s\"]*[\\\\/][0-9a-f]{32})([^\\s\"]*)/g;\n// the excluded quotes are due to other snapshot serializers mutating the raw input\nfunction normalizeTestRoot(str) {\n- return normalizeNewline(str).replace(TEMP_DIR_REGEXP, serial...
JavaScript
MIT License
lerna/lerna
chore: flailing around trying avoid 'no visual difference' snapshot garbage on Windows
1
chore
null
679,913
11.09.2018 14:35:59
-3,600
c69454b04fd6b4c9a3469ede74b77540cd5b23c4
refactor(examples): update attribs & scengraph in hdom-canvas-clock
[ { "change_type": "MODIFY", "diff": "@@ -2,24 +2,22 @@ import { start } from \"@thi.ng/hdom\";\nimport { canvas } from \"@thi.ng/hdom-canvas\";\nimport { range } from \"@thi.ng/transducers/iter/range\";\nimport { mapcat } from \"@thi.ng/transducers/xform/mapcat\";\n-import { map } from \"@thi.ng/transducers/...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update attribs & scengraph in hdom-canvas-clock
1
refactor
examples
807,849
11.09.2018 14:43:08
25,200
ebb7ee4ef8350dbceb2335a9cc58122ec3100b5c
fix(prompt): Upgrade inquirer to ^6.2.0
[ { "change_type": "MODIFY", "diff": "\"test\": \"echo \\\"Run tests from root\\\" && exit 1\"\n},\n\"dependencies\": {\n- \"inquirer\": \"^5.1.0\",\n+ \"inquirer\": \"^6.2.0\",\n\"npmlog\": \"^4.1.2\"\n}\n}\n", "new_path": "core/prompt/package.json", "old_path": "core/prompt/package.json" }, { ...
JavaScript
MIT License
lerna/lerna
fix(prompt): Upgrade inquirer to ^6.2.0
1
fix
prompt
807,849
11.09.2018 14:53:21
25,200
00842d6b1948305d8a71203833a3809634dac5a5
fix(create): Upgrade whatwg-url to ^7.0.0
[ { "change_type": "MODIFY", "diff": "\"slash\": \"^1.0.0\",\n\"validate-npm-package-license\": \"^3.0.3\",\n\"validate-npm-package-name\": \"^3.0.0\",\n- \"whatwg-url\": \"^6.5.0\"\n+ \"whatwg-url\": \"^7.0.0\"\n}\n}\n", "new_path": "commands/create/package.json", "old_path": "commands/create/package...
JavaScript
MIT License
lerna/lerna
fix(create): Upgrade whatwg-url to ^7.0.0
1
fix
create
730,412
11.09.2018 15:00:33
0
34c8af27b62994701611e93f0ab7dadec597e424
chore(release): 0.1.353
[ { "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.353\"></a>\n+## [0.1.353](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.353
1
chore
release
217,922
11.09.2018 15:44:01
-7,200
c7f7fdf184db38e41e17ac7b79cd26928b51454b
ci: change build process used for preview deploy +1 extra file I missed in the previous commit
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,8 @@ jobs:\ncommand: |\nif [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\nnpm run build:prod\n+ else if [ \"${CIRCLE_BRANCH}\" == \"5.0.0\"]; then\n+ npm run build:preview\nelse\nnpm run build:beta\nfi\n", "new_path": ".circleci/config.yml", "old_path"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: change build process used for preview deploy +1 extra file I missed in the previous commit
1
ci
null
807,849
11.09.2018 16:11:21
25,200
ed165362468500ac137ecf318b69c9f047853c6d
test(helpers): Make serialize-tempdir placeholder consistent with normalize-test-root
[ { "change_type": "MODIFY", "diff": "@@ -156,11 +156,11 @@ package-4\nawait lernaChanged(testDir)(\"-alp\");\nexpect(output.logged()).toMatchInlineSnapshot(`\n-<PROJECT_ROOT>/packages/package-1:package-1:1.0.0\n-<PROJECT_ROOT>/packages/package-2:package-2:1.0.0\n-<PROJECT_ROOT>/packages/package-3:package-3:1...
JavaScript
MIT License
lerna/lerna
test(helpers): Make serialize-tempdir placeholder consistent with normalize-test-root
1
test
helpers
807,849
11.09.2018 16:12:37
25,200
5880788cc621c61722a85ba26aed6d1cb9577675
test(helpers): Replace normalize-test-root with augmented placeholder serialization
[ { "change_type": "DELETE", "diff": "-\"use strict\";\n-\n-const normalizeNewline = require(\"normalize-newline\");\n-const normalizePath = require(\"normalize-path\");\n-const path = require(\"path\");\n-\n-module.exports = normalizeTestRoot;\n-\n-// tempy creates subdirectories with hexadecimal names that ...
JavaScript
MIT License
lerna/lerna
test(helpers): Replace normalize-test-root with augmented placeholder serialization
1
test
helpers
807,849
11.09.2018 16:21:29
25,200
367bf4ecf6da454ef3f98274368f11b9bbbaafd2
test(integration): Avoid inexplicable snapshot comparison errors on Windows
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,9 @@ test(\"lerna publish lifecycle scripts stop on non-zero exit\", async () => {\nawait cliRunner(cwd, env)(...args);\n} catch (err) {\nexpect(err.code).toBe(123);\n+\n+ if (process.platform !== \"win32\") {\n+ // windows can go pound sand, i'm done debuggi...
JavaScript
MIT License
lerna/lerna
test(integration): Avoid inexplicable snapshot comparison errors on Windows
1
test
integration
815,745
11.09.2018 16:44:48
-10,800
c8216e80e747493a2613e1f599552c306ba37ad6
fix: correctly map selected items from items array fixes
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ describe('ItemsList', () => {\nexpect(list.filteredItems.length).toBe(2);\n});\n- it('should remove goup from filtered items when hideSelected=true and all child group items are selected', () => {\n+ it('should remove group from filtered items when hideS...
TypeScript
MIT License
ng-select/ng-select
fix: correctly map selected items from items array fixes #781
1
fix
null
815,745
11.09.2018 17:06:42
-10,800
4fc243a3191f31f3099a41c31c1fe7495b360766
fix: don't clear search term when closeOnSelect is false closes
[ { "change_type": "MODIFY", "diff": "@@ -2295,7 +2295,6 @@ describe('NgSelectComponent', function () {\n[typeahead]=\"filter\"\nbindLabel=\"name\"\n[hideSelected]=\"hideSelected\"\n- [closeOnSelect]=\"false\"\n[(ngModel)]=\"selectedCity\">\n</ng-select>`);\n@@ -2312,6 +2311,29 @@ describe('NgSelectComponent'...
TypeScript
MIT License
ng-select/ng-select
fix: don't clear search term when closeOnSelect is false closes #794
1
fix
null
679,913
11.09.2018 17:11:42
-3,600
82cd93890f916ba661dbcb6539341beb48abdb2a
feat(hdom-canvas): add path shape type, embedded fn & iterator handling
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n+import { isArray } from \"@thi.ng/checks/is-array\";\nimport { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\n+import { isFunction } from \"@thi.ng/checks/is-function\";\n+import { isIterable } from \"@thi.ng/checks/i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add path shape type, embedded fn & iterator handling
1
feat
hdom-canvas
815,745
11.09.2018 17:49:50
-10,800
571158ab06d42ca889fdb2cdd119b92919ff2fe7
chore(release): 2.8.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.8.1\"></a>\n+## [2.8.1](https://github.com/ng-select/ng-select/compare/v2.8.0...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.8.1
1
chore
release
730,412
11.09.2018 18:52:38
0
745678ee27d2668d4e0693bb26b14fd8e813a1bf
chore(release): 0.1.354
[ { "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.354\"></a>\n+## [0.1.354](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.354
1
chore
release
679,913
11.09.2018 21:56:20
-3,600
59bb19c23673ff7d656c3cb73db269f802c5c11d
feat(hdom): update normalizeTree, add to HDOMImplementation update normalizeTree() to check for & use branch-local impl if present add existing normalizeTree to DEFAULT_IMPL update HDOMImplementation interface
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,12 @@ export interface HDOMOpts {\n* embedded in the tree.\n*/\nctx?: any;\n+ /**\n+ * If true (default), each elements will receive an auto-generated\n+ * `key` attribute (unless one already exists).\n+ */\n+ // FIXME add/create NormalizeOpts?\n+ // keys?: b...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): update normalizeTree, add to HDOMImplementation - update normalizeTree() to check for & use branch-local impl if present - add existing normalizeTree to DEFAULT_IMPL - update HDOMImplementation interface
1
feat
hdom
76,605
12.09.2018 01:15:24
-7,200
2356478a7869468ce33ddce9c31fbebb13b90f3b
feat: Domains
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ class NlpManager {\nthis.languages = [];\nthis.classifiers = {};\nthis.intentEntities = {};\n+ this.intentDomains = {};\nif (this.settings.languages) {\nthis.addLanguage(this.settings.languages);\n}\n@@ -137,6 +138,41 @@ class NlpManager {\nreturn this.n...
JavaScript
MIT License
axa-group/nlp.js
feat: Domains (#33)
1
feat
null
679,913
12.09.2018 02:52:43
-3,600
1d24a1668a081f2d561d2b9b9fa4a223a422a09b
feat(hdom-canvas): add canvas-specific normalizeTree() impl update canvas component hdom control attribs update createTree() (remove fn & iterator checks, moved to normalizeTree()) minor refactoring
[ { "change_type": "MODIFY", "diff": "@@ -61,79 +61,102 @@ const CTX_ATTRIBS = {\n};\nexport const canvas = (_, attribs, ...shapes: any[]) =>\n- [\"canvas\", attribs,\n- [\"g\", { __normalize: false, __diff: false, __impl: IMPL },\n- ...shapes]];\n+ [\"canvas\", { __diff: false, __release: false, ...attribs }...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add canvas-specific normalizeTree() impl - update canvas component hdom control attribs - update createTree() (remove fn & iterator checks, moved to normalizeTree()) - minor refactoring
1
feat
hdom-canvas
679,913
12.09.2018 03:09:31
-3,600
cfadbe3e6fee4917c374b3bd361b4ebf4f7a81d9
refactor(examples): update clock main group attribs
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,13 @@ const cancel = start(() => {\n//\n// see here for a list of all supported attribs:\n// https://github.com/thi-ng/umbrella/blob/feature/hdom-canvas/packages/hdom-canvas/src/index.ts#L35\n- [\"g\", { translate: [100, 100], stroke: \"black\", fill: \"none\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update clock main group attribs
1
refactor
examples
679,913
12.09.2018 03:14:08
-3,600
2e3fb660c568834453d248003eeb2d434e2650fa
perf(hdom): add opt `__release` attrib to disable releaseDeep()
[ { "change_type": "MODIFY", "diff": "@@ -191,6 +191,9 @@ const diffAttributes = <T>(impl: HDOMImplementation<T>, el: T, prev: any, curr:\nconst releaseDeep = (tag: any) => {\nif (isArray(tag)) {\n+ if (tag[1] && tag[1].__release === false) {\n+ return;\n+ }\nif ((<any>tag).__release) {\n// DEBUG && console.l...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(hdom): add opt `__release` attrib to disable releaseDeep()
1
perf
hdom
311,007
12.09.2018 03:39:00
-32,400
0fe09cec6da9406635e3cca28ceb9e0b5d0196f5
feat(angular): add source-map scheme
[ { "change_type": "MODIFY", "diff": "@@ -2,4 +2,5 @@ export interface CordovaBuildBuilderSchema {\nbrowserTarget: string;\nplatform: string;\ncordovaBasePath?: string;\n+ sourceMap?: boolean;\n}\n", "new_path": "packages/@ionic/ng-toolkit/src/cordova-build/schema.d.ts", "old_path": "packages/@ionic/n...
TypeScript
MIT License
ionic-team/ionic-cli
feat(angular): add source-map scheme (#3545)
1
feat
angular
679,913
12.09.2018 04:11:45
-3,600
1cfad5198d7328d962ae8984441107cd3c7ae8c5
refactor(hdom-canvas): update canvas component, add docs
[ { "change_type": "MODIFY", "diff": "@@ -60,9 +60,40 @@ const CTX_ATTRIBS = {\nweight: \"lineWidth\",\n};\n+/**\n+ * Special HTML5 canvas component which injects branch-local hdom\n+ * implementation for virtual SVG-like shape components/elements, which\n+ * are translated into canvas draw commands.\n+ *\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): update canvas component, add docs
1
refactor
hdom-canvas
679,913
12.09.2018 04:53:39
-3,600
764373a718b2203b1255e09c9b40d30827c3e901
feat(hdom-canvas): add rounded rect option (as path) create path if opt radius arg is given for `["rect"...]`
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ export const drawTree = (canvas: HTMLCanvasElement, tree: any) => {\npath(ctx, attribs, shape[2]);\nbreak;\ncase \"rect\":\n- rect(ctx, attribs, shape[2], shape[3], shape[4]);\n+ rect(ctx, attribs, shape[2], shape[3], shape[4], shape[5]);\nbreak;\ncase...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add rounded rect option (as path) - create path if opt radius arg is given for `["rect"...]`
1
feat
hdom-canvas
749,547
12.09.2018 10:41:16
-36,000
8668f37971c481633a481a675993d7d5d2bd27aa
fix(modals): FocusJailContainer correctly preserves logical tab order
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,10 @@ import {\ncomposeEventHandlers,\nKEY_CODES\n} from '@zendeskgarden/react-selection';\n+import { getDocument, withTheme } from '@zendeskgarden/react-theming';\n+import activeElement from 'dom-helpers/activeElement';\n-export default class FocusJailContai...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(modals): FocusJailContainer correctly preserves logical tab order (#144)
1
fix
modals
217,922
12.09.2018 10:57:51
-7,200
8092602b7166e981f4bd2534a33d9707aaff2526
chore: fix for gathering-location component and CI fixes
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ jobs:\ncommand: |\nif [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\nnpm run build:prod\n- else if [ \"${CIRCLE_BRANCH}\" == \"5.0.0\"]; then\n+ elif [ \"${CIRCLE_BRANCH}\" == \"5.0.0\"]; then\nnpm run build:preview\nelse\nnpm run build:beta\n", "new_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for gathering-location component and CI fixes
1
chore
null
807,849
12.09.2018 13:17:03
25,200
7971bf36b920418f3bda82d6b05059544e1fd51e
fix(version): Allow `--force-publish` to work on tagged releases Fixes Fixes
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,95 @@ index SHA..SHA 100644\n+ \"version\": \"1.0.1\",\n`;\n+exports[`version prerelease with immediate graduation 1`] = `\n+v1.0.1-beta.4\n+\n+HEAD -> master, tag: v1.0.1-beta.4\n+\n+diff --git a/lerna.json b/lerna.json\n+index SHA..SHA 100644\n+--- a/lerna....
JavaScript
MIT License
lerna/lerna
fix(version): Allow `--force-publish` to work on tagged releases Fixes #1667 Fixes #1671
1
fix
version
807,849
12.09.2018 13:19:45
25,200
b97d9a3c7d08e065935dcfa6e9795ab254a85782
fix(publish): Allow `--force-publish` in a canary release Fixes
[ { "change_type": "MODIFY", "diff": "@@ -299,6 +299,47 @@ test(\"publish --canary on tagged release exits early\", async () => {\nexpect(logMessages).toContain(\"No changed packages to publish\");\n});\n+test(\"publish --canary --force-publish on tagged release avoids early exit\", async () => {\n+ const cwd...
JavaScript
MIT License
lerna/lerna
fix(publish): Allow `--force-publish` in a canary release Fixes #1638
1
fix
publish
217,922
12.09.2018 14:43:46
-7,200
03ea454ff1f2d3ad627fa18c4791d816507c81bd
fix: forgot to convert date to eorzean date in timer restauration
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,6 @@ export class EorzeanTimeService {\n// const mockDate = new Date();\n// mockDate.setUTCHours(0);\n// mockDate.setUTCMinutes(0);\n- this._timerObservable.next(new Date());\n+ this._timerObservable.next(this.toEorzeanDate(new Date()));\n}\n}\n", "new_pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: forgot to convert date to eorzean date in timer restauration
1
fix
null
807,849
12.09.2018 15:54:52
25,200
7c862a5aaf53de914f22f0cc5910cbfae4f24c32
chore(ci): prettier has opionions, install latest npm
[ { "change_type": "MODIFY", "diff": "# https://docs.microsoft.com/vsts/pipelines/languages/javascript\npool:\n- vmImage: 'Ubuntu 16.04'\n+ vmImage: \"Ubuntu 16.04\"\nstrategy:\n+ maxParallel: 3\nmatrix:\nnode_10_x:\nnode_version: 10.x\n@@ -19,9 +20,11 @@ steps:\n- task: NodeTool@0\ninputs:\nversion: $(node_v...
JavaScript
MIT License
lerna/lerna
chore(ci): prettier has opionions, install latest npm
1
chore
ci
807,849
12.09.2018 16:06:33
25,200
4e12d85a2d6a81c5e6495f627e19b3a4df23fbfd
chore(ci): Use correct versionSpec key, quoted, setup git config
[ { "change_type": "MODIFY", "diff": "@@ -10,21 +10,29 @@ strategy:\nmaxParallel: 3\nmatrix:\nnode_10_x:\n- node_version: 10.x\n+ node_version: \"10.x\"\nnode_8_x:\n- node_version: 8.x\n+ node_version: \"8.x\"\nnode_6_x:\n- node_version: 6.x\n+ node_version: \"6.x\"\nsteps:\n- task: NodeTool@0\ninputs:\n- ver...
JavaScript
MIT License
lerna/lerna
chore(ci): Use correct versionSpec key, quoted, setup git config
1
chore
ci