author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
679,913
13.07.2018 02:21:33
-3,600
81223dcabc532d41dfe97bb3f9f10b7c50807e23
feat(transducers): add wordWrap() xform
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,7 @@ export * from \"./xform/take\";\nexport * from \"./xform/throttle\";\nexport * from \"./xform/throttle-time\";\nexport * from \"./xform/utf8\";\n+export * from \"./xform/word-wrap\";\nexport * from \"./func/binary-search\";\nexport * from \"./func/comp\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add wordWrap() xform
1
feat
transducers
679,913
13.07.2018 02:24:10
-3,600
976a6d85117848b3bb7c1aa49218d7f4d1edc708
refactor(iges): update formatParams(), optimize iges file size
[ { "change_type": "MODIFY", "diff": "@@ -60,8 +60,8 @@ Defines single open 2D polyline (type 106) S 2\n106 1 0 0 0 0 0 000000000D 1\n106 0 0 3 11 0 0 0D 2\n106,1,9,0.000,0.000,0.000,0.000,100.000,50.000,150.000,100.000, 0000001P 1\n-100.000,0.000,100.000,100.000,0.000,0.000,0.000,100.000, 0000001P 2\n-100.00...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): update formatParams(), optimize iges file size
1
refactor
iges
217,927
13.07.2018 06:59:20
0
9349580d0b1985e529bb9e3e5e4a3e03bd2d7bb9
chore: add change detection strategy for rating
[ { "change_type": "MODIFY", "diff": "-import {Component, Input} from '@angular/core';\n+import {ChangeDetectionStrategy, Component, Input} from '@angular/core';\nimport {AppUser} from '../../../model/list/app-user';\n@Component({\nselector: 'app-rating',\ntemplateUrl: './rating.component.html',\n- styleUrls:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add change detection strategy for rating
1
chore
null
217,922
13.07.2018 08:59:13
-7,200
3ef743565d5b603615a6684692af4f6d2fdc7f4f
fix: fixed public profile page rendering
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,7 @@ export class PublicProfileComponent {\nprivate media: ObservableMedia) {\nthis.ingameCharacter = route.params\n.pipe(\n- mergeMap(params => userService.get(params.id)),\n- mergeMap(user => dataService.getCharacter(user.lodestoneId)),\n+ mergeMap(params =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed public profile page rendering
1
fix
null
679,913
13.07.2018 11:42:05
-3,600
ee48a94c17d9cd3a6fe7de25271d9d22fdb30728
fix(rstream-gestures): touchevent check in safari
[ { "change_type": "MODIFY", "diff": "@@ -103,14 +103,14 @@ export function gestureStream(el: Element, opts?: Partial<GestureStreamOpts>): S\nxform: map((e: MouseEvent | TouchEvent | WheelEvent) => {\nlet evt, type;\nopts.preventDefault && e.preventDefault();\n- if (e instanceof TouchEvent) {\n+ if ((<TouchEv...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-gestures): touchevent check in safari
1
fix
rstream-gestures
807,849
13.07.2018 13:35:21
25,200
05d7ca30acb548706804799f21451d36e071da21
chore: Fix conventional-commits test assertion order
[ { "change_type": "MODIFY", "diff": "@@ -21,10 +21,16 @@ const lernaPublish = require(\"@lerna-test/command-runner\")(require(\"../command\")\ndescribe(\"--conventional-commits\", () => {\ndescribe(\"independent\", () => {\n- const versionBumps = [\"1.0.1\", \"2.1.0\", \"4.0.0\", \"4.1.0\", \"5.0.1\"];\n+ co...
JavaScript
MIT License
lerna/lerna
chore: Fix conventional-commits test assertion order
1
chore
null
217,922
13.07.2018 14:19:01
-7,200
87f1a90dd7508131c34cbd7f86564c53e8defc2d
chore: [WIP] new color for items that have all end ingredients available
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,4 @@ export class ListRow extends DataModel {\n* @type {boolean}\n*/\nusePrice?: boolean = true;\n-\n- // noinspection TsLint\n- priority?: boolean = false;\n}\n", "new_path": "src/app/model/list/list-row.ts", "old_path": "src/app/model/list/list-row....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] new color for items that have all end ingredients available
1
chore
null
807,849
13.07.2018 14:41:16
25,200
60ff432deec8f15681fb2a29d63cfd4668881086
fix(core/package): Serialize hosted git URLs with original protocol/shorthand Fixes
[ { "change_type": "ADD", "diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n", "new_path": "commands/publish/__tests__/__fixtures__/git-hosted-sibling-gitlab/lerna.json", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"name\": \"git-hosted-sibling-gitlab\",\n+ \"description\": \"Reco...
JavaScript
MIT License
lerna/lerna
fix(core/package): Serialize hosted git URLs with original protocol/shorthand Fixes #1499
1
fix
core/package
807,849
13.07.2018 15:57:33
25,200
7b3817cc50dd23cf100c2a3090b044d83c26bfd4
fix(publish): Update lerna.json version after root preversion lifecycle Refs
[ { "change_type": "MODIFY", "diff": "@@ -191,10 +191,6 @@ class PublishCommand extends Command {\nconst tasks = [];\n- if (!this.project.isIndependent() && !this.options.canary) {\n- tasks.push(() => this.updateVersionInLernaJson());\n- }\n-\ntasks.push(() => this.updateUpdatedPackages());\nif (this.gitEnabl...
JavaScript
MIT License
lerna/lerna
fix(publish): Update lerna.json version after root preversion lifecycle Refs #1495
1
fix
publish
807,849
13.07.2018 15:58:58
25,200
2d497edfb2df60184a7aeae55765034f66e8c499
fix(publish): Do not leave unstaged changes with --skip-git
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,7 @@ test(\"publish --skip-git\", async () => {\n]);\nconst unstaged = await listDirty(cwd);\n- // FIXME: lerna.json should not have unstaged changes\n- expect(unstaged).toEqual([\"lerna.json\"]);\n+ expect(unstaged).toEqual([]);\nconst logMessages = loggingO...
JavaScript
MIT License
lerna/lerna
fix(publish): Do not leave unstaged changes with --skip-git
1
fix
publish
730,424
13.07.2018 16:09:51
14,400
23370ec006680a573047648e151e9e261d088d47
chore: remove metrics from widgets for now
[ { "change_type": "MODIFY", "diff": "@@ -70,12 +70,6 @@ export default function createSpark() {\nget: genMockFunction(),\nunassign: genMockFunction(),\nupdate: genMockFunction()\n- },\n-\n- metrics: {\n- sendUnstructured: genMockFunction(),\n- sendSemiStructured: genMockFunction(),\n- submitClientMetrics: ge...
JavaScript
MIT License
webex/react-widgets
chore: remove metrics from widgets for now
1
chore
null
730,424
13.07.2018 16:30:33
14,400
dc8f22861b5679b7d93178c7e15eb060c1bacc13
chore(tooling): update npm token to use env alias
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ jobs:\ndestination: npm-install\n- <<: *save\n+\nunit_tests_and_linting:\n<<: *job_common\nsteps:\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" }, { "change_type": "MODIFY", "diff": "@@ -252,7 +252,7 @@ an...
JavaScript
MIT License
webex/react-widgets
chore(tooling): update npm token to use env alias
1
chore
tooling
807,849
13.07.2018 16:46:00
25,200
272e9f19aa16e183fe2d65150468a4b0a6be8ad1
fix(publish): Pass --repo-version argument through semver.valid() This removes any preceding "v" or "=", as well as any trailing build metadata. Refs
[ { "change_type": "MODIFY", "diff": "@@ -118,3 +118,34 @@ index SHA..SHA 100644\n- \\\\\"version\\\\\": \\\\\"1.0.0\\\\\"\n+ \\\\\"version\\\\\": \\\\\"1.0.1\\\\\"\"\n`;\n+\n+exports[`publish --repo-version strips invalid semver information from option value 1`] = `\n+\"v1.2.0-beta.1\n+\n+HEAD -> master, tag...
JavaScript
MIT License
lerna/lerna
fix(publish): Pass --repo-version argument through semver.valid() This removes any preceding "v" or "=", as well as any trailing build metadata. Refs #1483
1
fix
publish
807,849
13.07.2018 17:19:29
25,200
ff4080416664213b8f2c5313323e5cc4c682d462
chore: Flesh out core/* documentation TODOs
[ { "change_type": "MODIFY", "diff": "# `@lerna/child-process`\n-> description TODO\n+> Lerna's internal child_process wrapper\n## Usage\n-TODO\n-\n+You probably shouldn't.\n", "new_path": "core/child-process/README.md", "old_path": "core/child-process/README.md" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
lerna/lerna
chore: Flesh out core/* documentation TODOs
1
chore
null
808,051
13.07.2018 19:07:57
14,400
9cd41fd2fc6c956b34e879571aa8e7a128686294
docs: Clarify `lerna clean` behaviour when using `--hoist` [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -592,6 +592,8 @@ Remove the `node_modules` directory from all packages.\n`lerna clean` respects the `--ignore`, `--scope`, and `--yes` flags (see [Flags](#flags)).\n+> If you have the `--hoist` option enabled this will not remove modules from the root `node_modules` di...
JavaScript
MIT License
lerna/lerna
docs: Clarify `lerna clean` behaviour when using `--hoist` (#1492) [skip ci]
1
docs
null
724,001
14.07.2018 02:11:01
18,000
65449b32cd13b4a150cd22e2c9e453b23585d363
fix: allow extended components as stubs
[ { "change_type": "MODIFY", "diff": "@@ -10,19 +10,20 @@ import {\n} from './util'\nimport {\ncomponentNeedsCompiling,\n- templateContainsComponent\n+ templateContainsComponent,\n+ isVueComponent\n} from './validators'\nimport { compileTemplate } from './compile-template'\n-function isVueComponent (comp): bo...
JavaScript
MIT License
vuejs/vue-test-utils
fix: allow extended components as stubs (#825)
1
fix
null
217,927
14.07.2018 18:45:59
0
6e2541f75918769261e83dbc08c73d59b8d45430
chore: fix double subscription call in quickList
[ { "change_type": "MODIFY", "diff": "@@ -315,11 +315,15 @@ export class RecipesComponent extends PageComponent implements OnInit {\n}\nquickList(recipe: Recipe, amount: string, collectible: boolean): void {\n- this.subscriptions.push(this.createQuickList(recipe, amount, collectible).subscribe(list => {\n- th...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix double subscription call in quickList
1
chore
null
217,927
14.07.2018 18:51:49
0
a637c553d5efc76cb8fedd3cb81d3631cf4e7c4a
refactor: recipe popup search results into buttons Instead of having a button beside each search result to select the item, this transforms each individual search result into a selectable button.
[ { "change_type": "MODIFY", "diff": "</div>\n<mat-list *ngIf=\"results.length > 0\">\n- <mat-list-item *ngFor=\"let item of results\" class=\"recipes-list-row\">\n+ <mat-list-item class=\"mat-elevation-z5\" *ngFor=\"let item of results\" (click)=\"close(item)\">\n<a mat-list-avatar href=\"{{item.itemId | ite...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: recipe popup search results into buttons Instead of having a button beside each search result to select the item, this transforms each individual search result into a selectable button.
1
refactor
null
724,203
15.07.2018 06:46:08
-7,200
4916fed382788872bb602e30af1873763fc0700d
feat: enabled slots option to take class components
[ { "change_type": "MODIFY", "diff": "import { throwError } from 'shared/util'\nimport { compileToFunctions } from 'vue-template-compiler'\n+import { isVueComponent } from '../shared/validators'\nfunction isValidSlot (slot: any): boolean {\nreturn (\n- Array.isArray(slot) ||\n- (slot !== null && typeof slot =...
JavaScript
MIT License
vuejs/vue-test-utils
feat: enabled slots option to take class components (#826)
1
feat
null
679,913
15.07.2018 16:26:40
-3,600
a8487edc2db6b46702dcc46a1b7dfcc295828993
feat(examples): add crypto chart example
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/crypto-chart.png differ\n", "new_path": "assets/crypto-chart.png", "old_path": "assets/crypto-chart.png" }, { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/crypto-chart/.g...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add crypto chart example
1
feat
examples
679,913
15.07.2018 16:27:53
-3,600
c95a3701826573fff7bde961d78b4143240bc57e
docs(example): add API ref link, update readme
[ { "change_type": "MODIFY", "diff": "[Live demo](http://demo.thi.ng/umbrella/crypto-chart/)\n+![chart](../../assets/crypto-chart.png)\n+\nThis example demonstrates how to use\n[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/master/packages/rstream)\n&\n", "new_path": "examples/crypto-chart/READ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(example): add API ref link, update readme
1
docs
example
679,913
15.07.2018 16:36:54
-3,600
08a7600aac341b38821201ef75cc57878575d3d8
build(hdom-components): update dep
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/api\": \"^4.0.4\",\n\"@thi.ng/checks\": \"^1.5.5\",\n\"@thi.ng/iterators\": \"^4.1.18\",\n- \"@types/webgl2\": \"^0.0.3\"\n+ \"@types/webgl2\": \"^0.0.4\"\n},\n\"keywords\": [\n\"ES6\",\n", "new_path": "packages/hdom-components/package.json", "old_path":...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(hdom-components): update @types/webgl dep
1
build
hdom-components
679,913
15.07.2018 16:38:44
-3,600
24829454594a82b7766df72d56e39772f1f9ff9c
fix(resolve-map): add support for alt ES6 destructure form `{a: b}` also fixes issue w/ minimized builds
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { getIn, mutIn } from \"@thi.ng/paths\";\nconst SEMAPHORE = Symbol(\"SEMAPHORE\");\n-const RE_ARGS = /^(function\\s+\\w+)?\\s*\\(\\{([\\w\\s,]+)\\}/\n+const RE_ARGS = /^(function\\s+\\w+)?\\s*\\(\\{([\\w\\s,:]+)\\}/\nexport type ResolveFn = (path: s...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(resolve-map): add support for alt ES6 destructure form `{a: b}` - also fixes issue w/ minimized builds
1
fix
resolve-map
679,913
15.07.2018 16:53:58
-3,600
6989b8db48caf7384827ca36f180d0eb930cabd7
docs(examples): temp fix live demo link in readme
[ { "change_type": "MODIFY", "diff": "# crypto-chart\n-[Live demo](http://demo.thi.ng/umbrella/crypto-chart/)\n+[Live demo](https://s3.amazonaws.com/demo.thi.ng/umbrella/crypto-chart/index.html)\n![chart](../../assets/crypto-chart.png)\n@@ -16,7 +16,7 @@ constructs) and the entire app largely relies on variou...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): temp fix live demo link in readme
1
docs
examples
679,913
15.07.2018 17:17:03
-3,600
f1e3d0819e8db62f2e0dbdb9e8444f6384df865a
docs(examples): add dataflow graph to readme
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n+<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n+ \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n+<!-- Generated by graphviz version 2.40.1 (20161225.0304)\n+ -->\n+<!-- Title: g Pages: 1 -->\n+<svg wi...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add dataflow graph to readme
1
docs
examples
679,913
15.07.2018 17:21:16
-3,600
9ff8d3522d3c7915885bb52bae651776b605ae13
docs(examples): update list of demos
[ { "change_type": "MODIFY", "diff": "@@ -5,22 +5,24 @@ This directory contains a growing number of standalone example projects, includi\nIf you want to [contribute](../CONTRIBUTING.md) an example, please get in touch via PR, issue tracker, email or twitter!\n| # | Name | Description | Packages of interest | ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update list of demos
1
docs
examples
679,913
15.07.2018 21:30:48
-3,600
7cd78e037e4c4fbc3bc306b07218906d7c94b31c
feat(examples): add theme support for crypto chart, update diagram
[ { "change_type": "MODIFY", "diff": "<!-- Generated by graphviz version 2.40.1 (20161225.0304)\n-->\n<!-- Title: g Pages: 1 -->\n-<svg width=\"456pt\" height=\"183pt\"\n- viewBox=\"0.00 0.00 456.02 183.00\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n-<g id=\"graph0\" ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add theme support for crypto chart, update diagram
1
feat
examples
807,849
16.07.2018 10:13:37
25,200
7082312e20eeaf778b112ffa7abb3aeade1850a1
docs: Point command links to #readme hash [skip ci]
[ { "change_type": "MODIFY", "diff": "* [How It Works](#how-it-works)\n* [Troubleshooting](#troubleshooting)\n* Commands\n- - [publish](./commands/publish)\n- - [bootstrap](./commands/bootstrap)\n- - [list](./commands/list)\n- - [changed](./commands/changed)\n- - [diff](./commands/diff)\n- - [exec](./commands...
JavaScript
MIT License
lerna/lerna
docs: Point command links to #readme hash [skip ci]
1
docs
null
807,849
16.07.2018 10:15:17
25,200
6128989f43a0208a983b6fafb2963323528a74f1
docs: Edit command options, tweaking format and inverting some entries [skip ci]
[ { "change_type": "MODIFY", "diff": "## Usage\n-\n```sh\n$ lerna add <package>[@version] [--dev]\n```\n@@ -16,13 +15,28 @@ When run, this command will:\n1. Add `package` to each applicable package. Applicable are packages that are not `package` and are in scope\n2. Bootstrap packages with changes to their ma...
JavaScript
MIT License
lerna/lerna
docs: Edit command options, tweaking format and inverting some entries [skip ci]
1
docs
null
217,922
16.07.2018 10:50:38
-7,200
b173028d467f88c778d736035c67f5442cf51a81
fix: removed navigation buttons in overlay window
[ { "change_type": "MODIFY", "diff": "{{locale | uppercase}}\n</div>\n<div class=\"spacer draggable\"></div>\n- <mat-icon class=\"desktop-bar-button nav-button theme-text-color\" (click)=\"previousPage()\">arrow_back</mat-icon>\n+ <mat-icon class=\"desktop-bar-button nav-button theme-text-color\" (click)=\"pr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: removed navigation buttons in overlay window
1
fix
null
807,849
16.07.2018 13:14:22
25,200
7899ab8e77da08efeb4f99e4f8ff6ad6378f9c92
feat(cli): Upgrade to Yargs 12 It is no longer necessary to specify `default: undefined` for boolean options, as those keys are no longer automatically assigned to the parsed argv regardless of presence in process.argv.
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,6 @@ exports.builder = yargs => {\ngroup: \"Command Options:\",\ndescribe: \"Don't run lifecycle scripts in bootstrapped packages\",\ntype: \"boolean\",\n- default: undefined,\n},\n\"npm-client\": {\ngroup: \"Command Options:\",\n", "new_path": "commands/...
JavaScript
MIT License
lerna/lerna
feat(cli): Upgrade to Yargs 12 It is no longer necessary to specify `default: undefined` for boolean options, as those keys are no longer automatically assigned to the parsed argv regardless of presence in process.argv.
1
feat
cli
217,922
16.07.2018 13:27:20
-7,200
298eb71ac3647c17d865c97a69e0a713cad7b387
fix: fixed an issue with alarms not deleted properly closes
[ { "change_type": "MODIFY", "diff": "import {Injectable} from '@angular/core';\nimport {EorzeanTimeService} from './eorzean-time.service';\nimport {Alarm} from './alarm';\n-import {Observable, of, Subscription} from 'rxjs';\n+import {Observable, of, Subject} from 'rxjs';\nimport {ListRow} from '../../model/l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with alarms not deleted properly closes #499
1
fix
null
217,922
16.07.2018 13:27:46
-7,200
c113d0f556c5e2ffccd864ba19f9b20e5851f1f5
ci: added translation JSON validation inside travis process
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,10 @@ before_install:\n- export CHROME_BIN=chromium-browser\n- export DISPLAY=:99.0\n- sh -e /etc/init.d/xvfb start\n- - npm i -g firebase-functions\n+ - npm i -g firebase-functions jsonlint-cli\nscript:\n+ - jsonlint-cli ./src/assets/i18n/*.json\n- npm test ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: added translation JSON validation inside travis process
1
ci
null
807,849
16.07.2018 13:59:35
25,200
cf4008a98dc8bdb4df2a2ef79628e56803d151b1
fix(cli): Pass global defaults into option factory instead of yargs.config() This change respects `--no-ci` when passed during CI execution, instead of clobbering it with `yargs.config()`. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -32,30 +32,22 @@ module.exports = lernaCLI;\n*/\nfunction lernaCLI(argv, cwd) {\nconst cli = yargs(argv, cwd);\n- let progress; // --no-progress always disables\n+ const defaults = { ci: isCI };\n- if (isCI || !process.stderr.isTTY) {\n+ if (defaults.ci || !process.std...
JavaScript
MIT License
lerna/lerna
fix(cli): Pass global defaults into option factory instead of yargs.config() This change respects `--no-ci` when passed during CI execution, instead of clobbering it with `yargs.config()`. Fixes #1449
1
fix
cli
807,849
16.07.2018 14:04:40
25,200
2b27a54ae9783dbcbfa058855de08498805ccf9c
feat(command): Remove .defaultOptions() from option resolution stack Yargs 12 no longer necessitates this repetitive workaround.
[ { "change_type": "MODIFY", "diff": "@@ -17,12 +17,6 @@ class ChangedCommand extends Command {\nreturn [\"publish\"];\n}\n- get defaultOptions() {\n- return Object.assign({}, super.defaultOptions, {\n- json: false,\n- });\n- }\n-\ninitialize() {\nthis.updates = collectUpdates(this);\n", "new_path": "comm...
JavaScript
MIT License
lerna/lerna
feat(command): Remove .defaultOptions() from option resolution stack Yargs 12 no longer necessitates this repetitive workaround.
1
feat
command
749,552
16.07.2018 14:07:04
25,200
ab36a0b06a664a25830d5cbebbaac25955a76e56
fix(notifications): default Close type to "button"
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ const COMPONENT_ID = 'notifications.close';\nconst Close = styled.button.attrs({\n'data-garden-id': COMPONENT_ID,\n'data-garden-version': PACKAGE_VERSION,\n+ type: 'button',\nclassName: props =>\nclassNames(CalloutStyles['c-callout__close'], {\n// State\...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(notifications): default Close type to "button" (#57)
1
fix
notifications
217,922
16.07.2018 14:10:49
-7,200
3a71d7326e05a13ac2f8d715393604f175e92bbb
feat: new dashed border for items with all final ingredients available closes
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,4 @@ export class ListRow extends DataModel {\n* @type {boolean}\n*/\nusePrice?: boolean = true;\n-\n- // noinspection TsLint\n- priority?: boolean = false;\n}\n", "new_path": "src/app/model/list/list-row.ts", "old_path": "src/app/model/list/list-row....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new dashed border for items with all final ingredients available closes #491
1
feat
null
217,922
16.07.2018 14:11:14
-7,200
f0ab2d91dee333b46dea86310bc70d7768a3aaed
chore: scss cleanup
[ { "change_type": "MODIFY", "diff": "}\n}\n- .priority-toggle {\n- position: absolute;\n- left: -24px;\n- }\n-\n.even {\nbackground-color: rgba(123, 123, 123, .2);\n&.done-row {\n", "new_path": "src/app/modules/item/item/item.component.scss", "old_path": "src/app/modules/item/item/item.component.scss...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: scss cleanup
1
chore
null
217,922
16.07.2018 14:32:06
-7,200
19e7500c65a323879731c37eb61f6db62ddfcfbd
fix: fixed an issue with small desktop window size hiding some buttons
[ { "change_type": "MODIFY", "diff": "@@ -277,7 +277,7 @@ export class ItemComponent extends ComponentWithSubscriptions implements OnInit,\nfolkloreId: number;\nisMobile = this.media.asObservable().pipe(map(mediaChange =>\n- (mediaChange.mqAlias === 'xs' || mediaChange.mqAlias === 'sm') && !this.platformServi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with small desktop window size hiding some buttons
1
fix
null
217,922
16.07.2018 15:30:32
-7,200
943de7d530ace45f649f10cf0e394ede5bd5e3ff
fix: fixed an issue withr ecipe swap in simulator not updating stats properly
[ { "change_type": "MODIFY", "diff": "@@ -346,8 +346,9 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nthis.recipe$,\nthis.actions$,\nthis.crafterStats$,\n- this.hqIngredients$,\n- (recipe, actions, stats, hqIngredients) => new Simulation(recipe, actions, stats, hqIngredients)\n+ this.hqIng...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue withr ecipe swap in simulator not updating stats properly
1
fix
null
679,913
16.07.2018 17:19:30
-3,600
3c1c29ac483b224ecae4d148eb660ce0c7885e0d
refactor(examples): remove atom usage from rstream-hdom demo, update docs
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 13 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |\n| 14 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph |...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): remove atom usage from rstream-hdom demo, update docs
1
refactor
examples
807,823
16.07.2018 17:31:29
14,400
346d156bd6e9936d0e2a22255eece1f2ca7d07c2
feat(add): Add `--exact` option to `lerna add` Closes
[ { "change_type": "MODIFY", "diff": "## Usage\n```sh\n-$ lerna add <package>[@version] [--dev]\n+$ lerna add <package>[@version] [--dev] [--exact]\n```\nAdd local or remote `package` as dependency to packages in the current Lerna repo.\n@@ -25,6 +25,14 @@ If no `version` specifier is provided, it defaults to...
JavaScript
MIT License
lerna/lerna
feat(add): Add `--exact` option to `lerna add` (#1478) Closes #1470
1
feat
add
217,922
16.07.2018 17:37:16
-7,200
96fa48abe5b1541794988470b05af2678ce5bcfc
chore: [WIP] Flexible notification system
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,8 @@ import {LinkToolsService} from './tools/link-tools.service';\nimport {PlatformService} from './tools/platform.service';\nimport {IpcService} from './electron/ipc.service';\nimport {SharedEntityService} from './database/shared-entity/shared-entity.service...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] Flexible notification system
1
chore
null
679,913
16.07.2018 17:44:11
-3,600
694e6c6450ff834bcc512b6014eb6d27f386a000
feat(examples): improve time labels on crypto-chart
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { diffElement } from \"@thi.ng/hdom/diff\";\nimport { normalizeTree } from \"@thi.ng/hdom/normalize\";\nimport { group } from \"@thi.ng/hiccup-svg/group\";\nimport { line } from \"@thi.ng/hiccup-svg/line\";\n+import { polygon } from \"@thi.ng/hiccup...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): improve time labels on crypto-chart
1
feat
examples
679,913
16.07.2018 18:08:18
-3,600
0508e40adbcb2ec718d5806fa36df9dad81da245
docs(examples): add/update types in rstream-hdom
[ { "change_type": "MODIFY", "diff": "import { diffElement, normalizeTree } from \"@thi.ng/hdom\";\n+import { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { fromRAF } from \"@thi.ng/rstream/from/raf\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\nimport { sidechainPartition } from \"@thi.n...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add/update types in rstream-hdom
1
docs
examples
730,412
16.07.2018 20:01:15
0
f93ab3100dc2957ebe3829cdfd3d346ad6daa275
chore(release): 0.1.320
[ { "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.320\"></a>\n+## [0.1.320](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.320
1
chore
release
217,922
16.07.2018 22:00:44
-7,200
7e5e5776032feab95dfcf89cec5203935a1ba1a9
chore: built the electron ipc communication for notifications system
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ import {PlatformService} from './core/tools/platform.service';\nimport {IpcService} from './core/electron/ipc.service';\nimport {GarlandToolsService} from './core/api/garland-tools.service';\nimport {CommissionService} from './core/database/commission/co...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: built the electron ipc communication for notifications system
1
chore
null
217,922
16.07.2018 22:07:35
-7,200
d725863327d28e340cf8834eba19a13cc8a34721
chore: added date to the notification object
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,10 @@ import {I18nToolsService} from '../tools/i18n-tools.service';\n})\nexport abstract class AbstractNotification {\n+ public readonly date: number;\n+\nprotected constructor(public readonly type: NotificationType) {\n+ this.date = Date.now();\n}\npublic ab...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added date to the notification object
1
chore
null
217,922
16.07.2018 22:45:24
-7,200
d0b6c328b598e32d9bb02389c600717d22721ded
chore: add read flag on notification model
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,8 @@ export abstract class AbstractNotification {\npublic readonly date: number;\n+ public read = false;\n+\nprotected constructor(public readonly type: NotificationType) {\nthis.date = Date.now();\n}\n", "new_path": "src/app/core/notification/abstract-no...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add read flag on notification model
1
chore
null
679,913
16.07.2018 23:04:52
-3,600
9be20180ad09146a4d97c5dd3ce856afabc343c8
fix(rstream): emit first value immediately in fromInterval() previously first value was only emitted after `delay` ms
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import { Stream } from \"../stream\";\nexport function fromInterval(delay: number, count = Number.POSITIVE_INFINITY) {\nreturn new Stream<number>((stream) => {\nlet i = 0;\n+ stream.next(i++);\nlet id = setInterval(() => {\nstream.next(i++);\nif (--count...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): emit first value immediately in fromInterval() - previously first value was only emitted after `delay` ms
1
fix
rstream
679,913
16.07.2018 23:06:35
-3,600
3edbaefc21b7544fedf29bd7c4b842d2ca56a745
feat(examples): add auto-refresh, add data credits
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,11 @@ import { svg } from \"@thi.ng/hiccup-svg/svg\";\nimport { text } from \"@thi.ng/hiccup-svg/text\";\nimport { resolve } from \"@thi.ng/resolve-map\";\nimport { fromEvent } from \"@thi.ng/rstream/from/event\";\n+import { fromInterval } from \"@thi.ng/rstr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add auto-refresh, add data credits
1
feat
examples
679,913
16.07.2018 23:10:42
-3,600
732a0967a1f29f11831ccba4896c72eeab61c216
docs(examples): update readme & dataflow diagram
[ { "change_type": "MODIFY", "diff": "<!-- Generated by graphviz version 2.40.1 (20161225.0304)\n-->\n<!-- Title: g Pages: 1 -->\n-<svg width=\"482pt\" height=\"230pt\"\n- viewBox=\"0.00 0.00 482.02 230.01\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n-<g id=\"graph0\" ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update readme & dataflow diagram
1
docs
examples
217,922
16.07.2018 23:24:19
-7,200
b8b02495eea67a1aa875f3bce33bffc86f9c2a1f
chore: notification service now properly connected with the database and ipc
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ export abstract class AbstractNotification {\npublic read = false;\n+ public alerted = false;\n+\nprotected constructor(public readonly type: NotificationType) {\nthis.date = Date.now();\n}\n", "new_path": "src/app/core/notification/abstract-notifica...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: notification service now properly connected with the database and ipc
1
chore
null
730,412
16.07.2018 23:42:34
0
8a63b1d431086ef7d9e6c34b803f31fdab836c47
chore(release): 0.1.321
[ { "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.321\"></a>\n+## [0.1.321](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.321
1
chore
release
749,547
17.07.2018 10:39:30
-36,000
160fc06fe1d9786755ed1df84475e1fe2a92c095
fix(autocomplete|menus|selection|theming): guard against `getDocument` being undefined.
[ { "change_type": "MODIFY", "diff": "@@ -156,7 +156,7 @@ class AutocompleteContainer extends ControlledComponent {\n* Side-effect of the `aria-activedescendant` accessibility strategy.\n*/\nif (typeof focusedKey !== 'undefined' && focusedKey !== previousFocusedKey) {\n- const doc = getDocument(this.props) ||...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(autocomplete|menus|selection|theming): guard against `getDocument` being undefined. (#56)
1
fix
autocomplete|menus|selection|theming
217,922
17.07.2018 13:49:03
-7,200
f44b539aa82bddc824cfc4c29faac1bdae243703
chore: first implementation for notifications page
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,10 @@ const routes: Routes = [\npath: 'macro-translation',\nloadChildren: 'app/pages/macro-translation/macro-translation.module#MacroTranslationModule'\n},\n+ {\n+ path: 'notifications',\n+ loadChildren: 'app/pages/notifications/notifications.module#Notificat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first implementation for notifications page
1
chore
null
217,922
17.07.2018 14:53:52
-7,200
8e26a341efae53289cae6c9da0c684074828b0e1
chore: you can now assign a list to a team
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,6 @@ import {AngularFirestoreModule} from 'angularfire2/firestore';\nimport {MaintenanceModule} from './pages/maintenance/maintenance.module';\nimport {GivewayPopupModule} from './modules/giveway-popup/giveway-popup.module';\nimport {WorkshopModule} from './p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: you can now assign a list to a team
1
chore
null
791,690
17.07.2018 15:14:29
25,200
9d439622c310a8b8bc38b3e6fbf70d26c7f33f0b
core(response-compression): graceful recovery
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,9 @@ class ResponsesAreCompressed extends ByteEfficiencyAudit {\n/** @type {Array<LH.Audit.ByteEfficiencyItem>} */\nconst items = [];\nuncompressedResponses.forEach(record => {\n+ // Ignore invalid GZIP size values (undefined, NaN, 0, -n, etc)\n+ if (!record....
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(response-compression): graceful recovery (#5578)
1
core
response-compression
807,849
17.07.2018 15:59:19
25,200
855fff61a13423e2ac1bb7cbd7a581562e5d84e6
feat(ls): Log number of packages listed
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,9 @@ class ListCommand extends Command {\nversion: pkg.version,\nprivate: pkg.private,\n}));\n+\n+ // logged after output\n+ this.length = this.resultList.length;\n}\nexecute() {\n@@ -35,6 +38,8 @@ class ListCommand extends Command {\n}\noutput(result);\n+\n+...
JavaScript
MIT License
lerna/lerna
feat(ls): Log number of packages listed
1
feat
ls
791,690
17.07.2018 16:35:18
25,200
589162b69658c028b6481c34a80a2cb928a81aa0
core(i18n): initial utility library
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,7 @@ function getFlags(manualArgv) {\n],\n'Configuration:')\n.describe({\n+ 'locale': 'The locale/language the report should be formatted in',\n'enable-error-reporting':\n'Enables error reporting, overriding any saved preference. --no-enable-error-reporting w...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(i18n): initial utility library (#5644)
1
core
i18n
791,690
17.07.2018 17:08:59
25,200
098d28189ba33f292d4f06824d62116a372aa976
core: warn when extensions affected perf
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ class BootupTime extends Audit {\ndescription: 'Consider reducing the time spent parsing, compiling, and executing JS. ' +\n'You may find delivering smaller JS payloads helps with this. [Learn ' +\n'more](https://developers.google.com/web/tools/lighthous...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: warn when extensions affected perf (#5666)
1
core
null
807,849
17.07.2018 17:33:05
25,200
06b88d4a0fbc4a8fc1923f621725208fc85789bc
feat(project): Move collect-packages into getPackages() method The package configs are now always sorted before searched, yielding a list of packages that is ordered as one would expect from their filepaths. This includes a copypasta of `path-sort` with an important bugfix.
[ { "change_type": "MODIFY", "diff": "const execa = require(\"execa\");\nconst fs = require(\"fs-extra\");\nconst path = require(\"path\");\n-const collectPackages = require(\"@lerna/collect-packages\");\n+const { getPackages } = require(\"@lerna/project\");\n// mocked modules\nconst ChildProcessUtilities = r...
JavaScript
MIT License
lerna/lerna
feat(project): Move collect-packages into getPackages() method The package configs are now always sorted before searched, yielding a list of packages that is ordered as one would expect from their filepaths. This includes a copypasta of `path-sort` with an important bugfix.
1
feat
project
217,922
17.07.2018 17:41:19
-7,200
e73418e9b1808096fb3d82a8ff68950493c6ea00
chore: proper teams invite system with notifications on premium team list progress
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,8 @@ import {SharedEntityService} from './database/shared-entity/shared-entity.servic\nimport {AbstractNotification} from './notification/abstract-notification';\nimport {ListProgressNotification} from '../model/notification/list-progress-notification';\nimpo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: proper teams invite system with notifications on premium team list progress
1
chore
null
217,922
17.07.2018 19:15:09
-7,200
41e260d791b9ee7088ccee72de5795d4813281f3
chore: team member assignment system
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,7 @@ import {ListProgressNotification} from '../model/notification/list-progress-noti\nimport {NotificationService} from './notification/notification.service';\nimport {TeamInviteNotification} from '../model/notification/team-invite-notification';\nimport {Te...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: team member assignment system
1
chore
null
217,922
17.07.2018 20:05:54
-7,200
a53ee690965043eeda7c051459b51da12f55377d
chore: added possibility to mute notifications
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import {map, mergeMap, shareReplay} from 'rxjs/operators';\nimport {I18nToolsService} from '../tools/i18n-tools.service';\nimport {combineLatest, Observable} from 'rxjs';\nimport {AbstractNotification} from './abstract-notification';\n+import {SettingsSe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added possibility to mute notifications
1
chore
null
217,927
17.07.2018 21:45:26
0
5bd7958c7cfa5842d8f90d758be2f9726f96c639
feat: show levels for retainer ventures Adds significantly more details to the venture details popup, including required level, venture name, and amount of items yielded. Introduces new JobCategory and Venture interfaces for the Garland Tools data, as well as functions for retrieving this information from the GT servic...
[ { "change_type": "MODIFY", "diff": "import {Injectable} from '@angular/core';\nimport {GarlandToolsData} from '../../model/list/garland-tools-data';\nimport {Item} from '../../model/garland-tools/item';\n+import {JobCategory} from '../../model/garland-tools/job-category';\n+import {Venture} from '../../mode...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: show levels for retainer ventures Adds significantly more details to the venture details popup, including required level, venture name, and amount of items yielded. Introduces new JobCategory and Venture interfaces for the Garland Tools data, as well as functions for retrieving this information from the GT servi...
1
feat
null
791,676
18.07.2018 00:03:59
-7,200
fd6de769371f293f5f054a129e21644a3e814943
misc: convert strings to NetworkRequest.TYPES
[ { "change_type": "MODIFY", "diff": "const Audit = require('./audit');\nconst Util = require('../report/html/renderer/util');\n+const NetworkRequest = require('../lib/network-request');\nconst {taskGroups} = require('../lib/task-groups');\nclass BootupTime extends Audit {\n@@ -46,7 +47,7 @@ class BootupTime ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: convert strings to NetworkRequest.TYPES (#5674)
1
misc
null
791,676
18.07.2018 01:29:32
-7,200
e94be2cb498ff4b368a8862730e306e08f2651e1
misc(sentry): lower "could not load stylesheet" sampling to 0.01
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ const SAMPLED_ERRORS = [\n{pattern: /(IDLE_PERIOD|FMP_TOO_LATE)/, rate: 0.1},\n{pattern: /^NO_.*/, rate: 0.1},\n// Message based sampling\n- {pattern: /Could not load stylesheet/, rate: 0.1},\n+ {pattern: /Could not load stylesheet/, rate: 0.01},\n{patte...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(sentry): lower "could not load stylesheet" sampling to 0.01 (#5677)
1
misc
sentry
217,927
18.07.2018 02:52:11
0
e4fafe532a147938b2b5af22d856a83756568b7e
fix: list recipe simulator links Adds missing recipeId parameter to simulator links for list items, ensuring that the recipe with the proper job is loaded. This bug was an extension of that applied to the simulator links on the final products.
[ { "change_type": "MODIFY", "diff": "<div class=\"classes\">\n<div *ngIf=\"recipe\">\n<mat-menu #simulatorMenu=\"matMenu\">\n- <button mat-menu-item routerLink=\"/simulator/{{item.id}}\">{{'SIMULATOR.New_rotation' | translate}}\n+ <button mat-menu-item routerLink=\"/simulator/{{item.id}}/{{item.recipeId}}\">...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: list recipe simulator links Adds missing recipeId parameter to simulator links for list items, ensuring that the recipe with the proper job is loaded. This bug was an extension of #401 that applied to the simulator links on the final products.
1
fix
null
815,745
18.07.2018 10:33:49
-10,800
6c676c8ab837636bfcfaf92f748410624b259b17
fix: don't fail while resolving selected item using ng-option
[ { "change_type": "MODIFY", "diff": "@@ -51,24 +51,23 @@ describe('NgSelectComponent', function () {\n}));\n}));\n- it('should set ng-option dom elements', fakeAsync(() => {\n+ it('should create items from ng-option', fakeAsync(() => {\nconst fixture = createTestingModule(\nNgSelectTestCmp,\n- `<ng-select [(...
TypeScript
MIT License
ng-select/ng-select
fix: don't fail while resolving selected item using ng-option #677
1
fix
null
815,745
18.07.2018 11:08:48
-10,800
3edb0df505f8f94faf42a03156a86a8f3cbe1679
fix: emit focus and blur events closes
[ { "change_type": "MODIFY", "diff": "[disabled]=\"disabled\"\n[value]=\"filterValue\"\n(input)=\"filter(filterInput.value)\"\n- (focus)=\"onInputFocus()\"\n- (blur)=\"onInputBlur()\"\n+ (focus)=\"onInputFocus($event)\"\n+ (blur)=\"onInputBlur($event)\"\n(change)=\"$event.stopPropagation()\"\nrole=\"combobox\...
TypeScript
MIT License
ng-select/ng-select
fix: emit focus and blur events closes #690
1
fix
null
815,745
18.07.2018 12:26:55
-10,800
e1ab5aece5911e206241117a49bfebb2dbac4f29
chore(release): 2.3.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.3.4\"></a>\n+## [2.3.4](https://github.com/ng-select/ng-select/compare/v2.3.3...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.4
1
chore
release
679,913
18.07.2018 13:25:11
-3,600
9b07d12a45e512e73139f8f17d846cd6d9549b00
feat(transducers): add juxtR() for multiplexed reductions from same src add tests & docs
[ { "change_type": "ADD", "diff": "+import { Reducer } from \"../api\";\n+import { isReduced, unreduced, reduced } from \"../reduced\";\n+\n+/**\n+ * Composes a new reducer from the ones given, in order to produce\n+ * multiple reductions in parallel from the same input. The returned\n+ * reducer produces a r...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add juxtR() for multiplexed reductions from same src - add tests & docs
1
feat
transducers
807,849
18.07.2018 13:27:07
25,200
88eb039439bccb328e434a6429da786f31bb5a24
refactor(project): Just sort, no fancy path sorting required
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ const globby = require(\"globby\");\nconst pMap = require(\"p-map\");\nconst path = require(\"path\");\nconst ValidationError = require(\"@lerna/validation-error\");\n-const pathSort = require(\"./path-sort\");\nmodule.exports = makeFileFinder;\n@@ -33,7 +...
JavaScript
MIT License
lerna/lerna
refactor(project): Just sort, no fancy path sorting required
1
refactor
project
217,922
18.07.2018 13:53:59
-7,200
bb2b025a6a23d7ef02c88194b5e4f4154dd7112e
chore: added translation completion report file
[ { "change_type": "ADD", "diff": "+# Translation completion report\n+\n+**Global completion** : 78%\n+\n+de | es | fr | ja | pt |\n+ :---: | :---: | :---: | :---: | :---: |\n+93% | 98% | 99% | 28% | 70% |\n+\n+## Categories details :\n+\n+**Category** | de | es | fr | ja | pt\n+ :--- | :---: | :---: | :---: ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added translation completion report file
1
chore
null
807,849
18.07.2018 13:55:37
25,200
e42033fb7d60273b3f2008605841e254984cd7df
test(windows): join paths, not posix regex
[ { "change_type": "MODIFY", "diff": "@@ -341,12 +341,12 @@ describe(\"Project\", () => {\nconst licensePaths = await project.getPackageLicensePaths();\nexpect(licensePaths).toEqual([\n- expect.stringMatching(/packages\\/package-1\\/LICENSE$/),\n- expect.stringMatching(/packages\\/package-2\\/licence$/),\n- e...
JavaScript
MIT License
lerna/lerna
test(windows): join paths, not posix regex
1
test
windows
807,849
18.07.2018 14:33:20
25,200
62843b04e3a5a03012ceabe465519b39a09fbcc1
refactor(project): always normalize globby results
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,8 @@ class Project {\ncase: false,\n// Project license is always a sibling of the root manifest\ndeep: false,\n+ // POSIX results always need to be normalized\n+ transform: fp => path.normalize(fp),\n});\nlicensePath = search.shift();\n", "new_path": "c...
JavaScript
MIT License
lerna/lerna
refactor(project): always normalize globby results
1
refactor
project
807,849
18.07.2018 14:40:30
25,200
5f5e5853443be1e5d11e21bf58dc752b76a283a1
feat: Count packages affected in command summary logging
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,9 @@ class ChangedCommand extends Command {\ninitialize() {\nthis.updates = collectUpdates(this);\n+ this.count = this.updates.length;\n- const proceedWithUpdates = this.updates.length > 0;\n+ const proceedWithUpdates = this.count > 0;\nif (!proceedWithUpdate...
JavaScript
MIT License
lerna/lerna
feat: Count packages affected in command summary logging
1
feat
null
807,849
18.07.2018 14:45:20
25,200
a4210e2bccfc2c4ad8c292e2e1bfaaabb4a5361a
chore: increase unit test timeout by 5s
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-// allow 10s timeout in an attempt to lessen flakiness of unit tests...\n-jasmine.DEFAULT_TIMEOUT_INTERVAL = 10e3;\n+// allow 15s timeout in an attempt to lessen flakiness of unit tests...\n+jasmine.DEFAULT_TIMEOUT_INTERVAL = 15e3;\n", "new_path": "s...
JavaScript
MIT License
lerna/lerna
chore: increase unit test timeout by 5s
1
chore
null
679,913
18.07.2018 15:11:22
-3,600
092154c7498a3af4eb4214e4854b0ea05e6265d7
feat(transducers): allow key arrays for rename(), simplify call sites update multiplexObj() & struct() xforms
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,6 @@ export function multiplexObj<A, B>(xforms: IObjectOf<Transducer<A, any>>, rfn?:\nconst ks = Object.keys(xforms);\nreturn comp(\nmultiplex.apply(null, ks.map((k) => xforms[k])),\n- rename(ks.reduce((acc, k, i) => (acc[k] = i, acc), {}), rfn)\n+ rename(ks, r...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): allow key arrays for rename(), simplify call sites - update multiplexObj() & struct() xforms
1
feat
transducers
679,913
18.07.2018 15:13:02
-3,600
ccc37c67e54eba79eec5bbe6c5a38b150e3604d0
feat(transducer): add asIterable() helper
[ { "change_type": "MODIFY", "diff": "@@ -113,6 +113,7 @@ export * from \"./func/renamer\";\nexport * from \"./func/swizzler\";\nexport * from \"./func/weighted-random\";\n+export * from \"./iter/as-iterable\";\nexport * from \"./iter/choices\";\nexport * from \"./iter/concat\";\nexport * from \"./iter/cycle\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducer): add asIterable() helper
1
feat
transducer
679,913
18.07.2018 15:14:35
-3,600
482943c89e8ec52fb67aa8661236cee5666489f7
docs(transducers): add/update doc strings
[ { "change_type": "MODIFY", "diff": "/**\n* Returns optimized function to select, repeat, reshape and / or\n- * reorder array/object values in the specified index order.\n- * The returned function can be used directly or as mapping\n- * function for the `map` transducer. Fast paths for up to 8\n- * indices a...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers): add/update doc strings
1
docs
transducers
807,849
18.07.2018 15:20:18
25,200
7b153c086d0609a000db613131b6448cfbb50901
build: Reduce concurrency of jest in CI to reduce resource contention
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,9 @@ before_script:\n- git config --global user.email test@example.com\n- git config --global user.name \"Tester McPerson\"\n-script: npm run ci\n+script:\n+ - npm test -- --ci --coverage --maxWorkers=2 --verbose\n+ - npm run integration -- --ci --runInBand\n...
JavaScript
MIT License
lerna/lerna
build: Reduce concurrency of jest in CI to reduce resource contention
1
build
null
807,849
18.07.2018 15:33:08
25,200
e908d236af8c20d26e722121002af50cf07bf160
fix(publish): Avoid fs-extra warning on 32-bit machines
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,8 @@ function createTempLicenses(srcLicensePath, packagesToBeLicensed) {\nconst licenseFileName = path.basename(srcLicensePath);\nconst options = {\n// make an effort to keep package contents stable over time\n- preserveTimestamps: true,\n+ preserveTimestamps...
JavaScript
MIT License
lerna/lerna
fix(publish): Avoid fs-extra warning on 32-bit machines
1
fix
publish
807,849
18.07.2018 15:44:27
25,200
3d88a2b54caba77c3ecf57f39aee0a09c3650873
chore: remove references to jasmine global
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,7 @@ const copyFixture = require(\"@lerna-test/copy-fixture\");\nconst CLI = path.join(__dirname, \"../cli.js\");\nconst bin = cwd => (...args) => execa(CLI, args, { cwd });\n-/* global jasmine */\n-jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;\n+jest.setTimeout(...
JavaScript
MIT License
lerna/lerna
chore: remove references to jasmine global
1
chore
null
791,834
18.07.2018 15:47:43
25,200
8cee1138d75298418bbd413c01f52970084c97ab
core: expose LighthouseRunWarnings on audit context
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ class BootupTime extends Audit {\ndescription: 'Consider reducing the time spent parsing, compiling, and executing JS. ' +\n'You may find delivering smaller JS payloads helps with this. [Learn ' +\n'more](https://developers.google.com/web/tools/lighthous...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: expose LighthouseRunWarnings on audit context (#5684)
1
core
null
807,849
18.07.2018 15:51:15
25,200
57ff865c0839df75dbe1974971d7310f235e1109
chore: Use jest-circus
[ { "change_type": "MODIFY", "diff": "@@ -8,4 +8,5 @@ module.exports = {\nsetupFiles: [\"@lerna-test/silence-logging\", \"@lerna-test/set-npm-userconfig\"],\nsetupTestFrameworkScriptFile: \"<rootDir>/setup-unit-test-timeout.js\",\ntestEnvironment: \"node\",\n+ testRunner: \"jest-circus/runner\",\n};\n", "...
JavaScript
MIT License
lerna/lerna
chore: Use jest-circus
1
chore
null
791,690
18.07.2018 17:14:36
25,200
1f52fe710498f0c6f5944230234979dae049fc67
core(optimized-images): support non-standard mime types
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,8 @@ const WEBP_QUALITY = 0.85;\nconst MINIMUM_IMAGE_SIZE = 4096; // savings of <4 KB will be ignored in the audit anyway\n+const IMAGE_REGEX = /^image\\/((x|ms|x-ms)-)?(png|bmp|jpeg)$/;\n+\n/** @typedef {{isSameOrigin: boolean, isBase64DataUri: boolean, requ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(optimized-images): support non-standard mime types (#5688)
1
core
optimized-images
815,745
18.07.2018 17:30:05
-10,800
cf5a5c4195f1ecf902b847158d6a6328e731ba23
fix: increase arrow click area closes
[ { "change_type": "MODIFY", "diff": "text-align: center;\nuser-select: none;\n.ng-arrow {\n+ pointer-events: none;\ndisplay: inline-block;\nheight: 0;\nwidth: 0;\n", "new_path": "src/ng-select/ng-select.component.scss", "old_path": "src/ng-select/ng-select.component.scss" }, { "change_type": ...
TypeScript
MIT License
ng-select/ng-select
fix: increase arrow click area closes #601
1
fix
null
815,745
18.07.2018 17:39:46
-10,800
cb64f459c213c8a7084f9449d4d986aeb887f49d
chore(release): 2.3.5
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.3.5\"></a>\n+## [2.3.5](https://github.com/ng-select/ng-select/compare/v2.3.4...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.3.5
1
chore
release
791,690
19.07.2018 10:15:27
25,200
6e7db32a250444aa0013a491a8e4249dc2d9704f
misc(i18n): add assertion script
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ script:\n- yarn test-extension\n- yarn test-viewer\n- yarn test-lantern\n+ - yarn i18n:checks\n# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.\n- unset _JAVA_OPTIONS\n# FIXME(paulirish): re-enable after a roll of LH->CDT\n", "new_p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(i18n): add assertion script (#5686)
1
misc
i18n
730,413
19.07.2018 10:31:59
14,400
8ba6b0f587f8429b7095eb1579a44c80ef4ca358
refactor(widget-recents-demo): update branding for widget recents demo
[ { "change_type": "MODIFY", "diff": "@@ -97,7 +97,7 @@ class DemoWidgetRecents extends Component {\n/* eslint-disable max-len */\nreturn (\n<div>\n- <AppBar title=\"Cisco Spark Recents Widget\" />\n+ <AppBar title=\"Webex Teams Recents Widget\" />\n<div className={classNames(componentContainerClassNames)}>\n...
JavaScript
MIT License
webex/react-widgets
refactor(widget-recents-demo): update branding for widget recents demo
1
refactor
widget-recents-demo
679,913
19.07.2018 11:15:54
-3,600
9874aceca6cbbcf005d63755003a458cfb4e0b72
perf(transducers): update movingAverage() xform, add docs
[ { "change_type": "MODIFY", "diff": "-import { Transducer } from \"../api\";\n-import { comp } from \"../func/comp\";\n-import { reduce } from \"../reduce\";\n-import { mean } from \"../rfn/mean\";\n-import { map } from \"./map\";\n-import { partition } from \"./partition\";\n+import { illegalArgs } from \"@...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(transducers): update movingAverage() xform, add docs
1
perf
transducers
730,413
19.07.2018 11:23:11
14,400
c519c8e0815736078ede72be0bacf69c4a01d71d
refactor(widget-space-demo): update branding for widget space demo
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ class DemoWidgetSpace extends Component {\n/* eslint-disable max-len */\nreturn (\n<div>\n- <AppBar title=\"Cisco Spark Space Widget\" />\n+ <AppBar title=\"Webex Teams Space Widget\" />\n<div className={classNames('ciscospark-demo-wrapper', styles.dem...
JavaScript
MIT License
webex/react-widgets
refactor(widget-space-demo): update branding for widget space demo
1
refactor
widget-space-demo
807,849
19.07.2018 12:15:49
25,200
e6ba19f2cf8971794f48676144db3df238d8171d
refactor(collect-updates): Make argument signature explicit BREAKING CHANGE: Instead of an opaque command instance, distinct positional arguments are required.
[ { "change_type": "MODIFY", "diff": "// otherwise, enables everything\nconst updated = new Map();\n-const mockCollectUpdates = jest.fn(({ packageGraph, execOpts: { cwd } }) => {\n+const mockCollectUpdates = jest.fn((filteredPackages, packageGraph, { cwd }) => {\nconst targets = updated.get(cwd);\nconst updat...
JavaScript
MIT License
lerna/lerna
refactor(collect-updates): Make argument signature explicit BREAKING CHANGE: Instead of an opaque command instance, distinct positional arguments are required.
1
refactor
collect-updates
730,413
19.07.2018 12:37:21
14,400
63293f81e535de143900350ee0b6f4e02c49b981
refactor(widget-demo): update branding for widget demo
[ { "change_type": "MODIFY", "diff": "@@ -61,15 +61,15 @@ class DemoWidget extends Component {\nswitch (this.state.mode) {\ncase MODE_ONE_ON_ONE:\nariaLabel = 'To User Email';\n- placeholder = 'Spark User Email (For 1:1)';\n+ placeholder = 'Webex Teams User Email (For 1:1)';\nbreak;\ncase MODE_ONE_ON_ONE_ID:\...
JavaScript
MIT License
webex/react-widgets
refactor(widget-demo): update branding for widget demo
1
refactor
widget-demo
807,849
19.07.2018 14:23:11
25,200
8b4c5de17e6d9d1472ab0556d9932783619163a1
refactor(publish): annotateGitHead() should map over packagesToPublish
[ { "change_type": "MODIFY", "diff": "@@ -257,13 +257,11 @@ class PublishCommand extends Command {\nannotateGitHead() {\nconst gitHead = getCurrentSHA(this.execOpts);\n- return pMap(this.updates, ({ pkg }) => {\n- if (!pkg.private) {\n+ return pMap(this.packagesToPublish, pkg => {\n// provide gitHead property...
JavaScript
MIT License
lerna/lerna
refactor(publish): annotateGitHead() should map over packagesToPublish
1
refactor
publish
679,913
19.07.2018 14:36:17
-3,600
787014938fd689cb716602e97a135d8818973473
feat(examples): update axis ticks, add more symbols, refactor SMAs
[ { "change_type": "MODIFY", "diff": "@@ -51,13 +51,16 @@ export const TIMEFRAMES = {\n// supported symbol pairs\nconst SYMBOL_PAIRS: DropDownOption[] = [\n+ [\"ADAUSD\", \"ADA-USD\"],\n[\"BTCUSD\", \"BTC-USD\"],\n[\"ETHUSD\", \"ETH-USD\"],\n[\"LTCUSD\", \"LTC-USD\"],\n+ [\"XLMUSD\", \"XLM-USD\"],\n+ [\"XMRUS...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update axis ticks, add more symbols, refactor SMAs
1
feat
examples
679,913
19.07.2018 14:47:01
-3,600
1fe612de8cb025ad816c4169d4b0ee2473c085f1
docs(transducers): reapply MD fixes
[ { "change_type": "MODIFY", "diff": "This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n-## TOC\n+<!-- TOC depthFrom:2 depthTo:2 -->\n+- [About](#about)\n- [Installation](#installation)\n+- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- [API...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers): reapply MD fixes
1
docs
transducers
217,922
19.07.2018 15:24:02
-7,200
e9502f3901d705313ee4e50e14fdddbfde334b50
chore: added team icon when a list is attached to a given team.
[ { "change_type": "MODIFY", "diff": "<div class=\"header-container\">\n<div class=\"title-and-desc\">\n<mat-panel-title [ngClass]=\"{'mobile': isMobile()}\">\n- <span [ngClass]=\"{'title':true}\">\n+ <mat-icon *ngIf=\"team$ | async as team\"\n+ [matTooltip]=\"team.name\"\n+ matTooltipPosition=\"above\"\n+ cl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added team icon when a list is attached to a given team.
1
chore
null