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
67,475
22.01.2019 12:48:40
-36,000
c9a8f8dcdd564adbe77be3a1720d8fb984b77252
refactor(fetch-client): tslint fixes
[ { "change_type": "MODIFY", "diff": "-import { RequestInit, Interceptor, RetryConfiguration } from './interfaces';\n+import { Interceptor, RequestInit, RetryConfiguration } from './interfaces';\nimport { RetryInterceptor } from './retry-interceptor';\n/**\n@@ -8,7 +8,7 @@ export class HttpClientConfiguration...
TypeScript
MIT License
aurelia/aurelia
refactor(fetch-client): tslint fixes
1
refactor
fetch-client
67,476
22.01.2019 12:53:59
-3,600
d4b96f7901cc9078c64c4c1771501dad6c985ca3
chore(kernel): slightly loosen up resource.define
[ { "change_type": "MODIFY", "diff": "import { IContainer, IRegistry, IResolver } from './di';\nimport { Class, Constructable, Immutable } from './interfaces';\n-export interface IResourceDefinition {\n+export interface IResourceDefinition extends Object {\nname: string;\n}\n@@ -10,9 +10,9 @@ export interface...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): slightly loosen up resource.define
1
chore
kernel
447,440
22.01.2019 13:14:00
21,600
f3f8ece1f634b3f18170cf3a0ec68e900450b2ed
styles: add effects to button
[ { "change_type": "MODIFY", "diff": "user-select: none; }\n.rainbow-button-icon:hover, .rainbow-button-icon:focus, .rainbow-button-icon:active {\ncolor: #009acf; }\n+ .rainbow-button-icon:active {\n+ transform: scale(0.9);\n+ transition: all 0.2s ease; }\n.rainbow-button-icon:focus {\noutline: 0;\nbox-shadow...
JavaScript
MIT License
nexxtway/react-rainbow
styles: add effects to button (#559)
1
styles
null
447,440
22.01.2019 13:29:30
21,600
7b286cc83a70e80c0a4118aa88b9614ae71bf491
styles: add effects to avatarMenu component
[ { "change_type": "MODIFY", "diff": ".rainbow-avatar-menu_button:focus, .rainbow-avatar-menu_button:active {\noutline: 0;\nbox-shadow: 0 0 0 4px #e3e5ed; }\n+ .rainbow-avatar-menu_button:active {\n+ transform: scale(0.97);\n+ transition: all 0.2s ease; }\n.rainbow-avatar-menu_button:hover {\nbox-shadow: 0 0 ...
JavaScript
MIT License
nexxtway/react-rainbow
styles: add effects to avatarMenu component (#562)
1
styles
null
67,476
22.01.2019 15:13:58
-3,600
76e5328c176eaf80928b856756b527aa13a72900
chore(runtime): comment out low brittle lis tests for now
[ { "change_type": "MODIFY", "diff": "-import { expect } from 'chai';\n-import { IndexMap } from '../../../src/index';\n-import { longestIncreasingSubsequence } from '../../../src/resources/custom-attributes/repeat';\n-import { assertArrayEqual } from '../../observation/array-observer.spec';\n+// TODO: unit t...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): comment out low brittle lis tests for now
1
chore
runtime
815,601
22.01.2019 15:13:59
-28,800
f106ee86d073282c07d864fc248c59585988f328
fix: amend trace api doc [ci skip]
[ { "change_type": "MODIFY", "diff": "@@ -335,7 +335,7 @@ curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"send_transaction\",\"params\": [{\"ve\n# trace_transaction\n-Creates new transaction.\n+Registers a transaction trace, returning the transaction hash.\n## Parameters\n@@ -362,7 +362,7 @@ curl -d '...
Rust
MIT License
nervosnetwork/ckb
fix: amend trace api doc [ci skip] (#218)
1
fix
null
67,476
22.01.2019 15:14:26
-3,600
545726af1f3014f7d5c9cee1dc5ced924d053021
chore(runtime): fix broken tests
[ { "change_type": "MODIFY", "diff": "@@ -2764,7 +2764,7 @@ describe('helper functions', () => {\nexpect(hasBind(new ArrayBindingPattern([]) )).to.equal(false);\nexpect(hasBind(new ObjectBindingPattern([], []))).to.equal(false);\nexpect(hasBind(new BindingIdentifier('') )).to.equal(false);\n- expect(hasBind(n...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix broken tests
1
chore
runtime
807,849
22.01.2019 15:16:50
28,800
d0ff473de815fd1a61fe394044b5f4744f0ffaf2
test(cli): Add direct unit coverage
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const ValidationError = require(\"@lerna/validation-error\");\n+const loggingOutput = require(\"@lerna-test/logging-output\");\n+const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n+const coreCLI = require(\"..\");\n+\n+function prepa...
JavaScript
MIT License
lerna/lerna
test(cli): Add direct unit coverage
1
test
cli
807,849
22.01.2019 15:17:30
28,800
a2362b8dc84a9d492de536a6022307d399c9be5d
fix(cli): Ensure exit code is always numeric
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,27 @@ describe(\"core-cli\", () => {\n);\n});\n+ it(\"coerces string exit codes to 1\", async () => {\n+ const cli = prepare(cwd);\n+ const spy = jest.spyOn(cli, \"exit\");\n+\n+ cli.command(\"errname\", \"a string code\", {}, async () => {\n+ const err = n...
JavaScript
MIT License
lerna/lerna
fix(cli): Ensure exit code is always numeric
1
fix
cli
67,476
22.01.2019 15:45:56
-3,600
12b6f21657d049deab163e57d049c1ae686ec7fd
refactor(ast): temporarily loosen up binding behavior idempotency
[ { "change_type": "MODIFY", "diff": "@@ -180,17 +180,22 @@ export class BindingBehavior implements IBindingBehaviorExpression {\nif (!behavior) {\nthrow Reporter.error(RuntimeError.NoBehaviorFound, this);\n}\n- if (binding[behaviorKey] !== undefined && binding[behaviorKey] !== null) {\n- throw Reporter.error...
TypeScript
MIT License
aurelia/aurelia
refactor(ast): temporarily loosen up binding behavior idempotency
1
refactor
ast
807,849
22.01.2019 15:48:57
28,800
9e9ce0859f03636ed5f36a5e619a60de5b4c938b
fix(npm-publish): Ensure process exits non-zero when `libnpm/publish` fails
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const path = require(\"path\");\n+\n+const cliRunner = require(\"@lerna-test/cli-runner\");\n+const cloneFixture = require(\"@lerna-test/clone-fixture\")(\n+ path.resolve(__dirname, \"../commands/publish/__tests__\")\n+);\n+\n+test(\"lerna publish sets ...
JavaScript
MIT License
lerna/lerna
fix(npm-publish): Ensure process exits non-zero when `libnpm/publish` fails
1
fix
npm-publish
807,849
22.01.2019 15:59:48
28,800
b16451a2ed8b8535af6b3cb47289e3c4f6a1563f
chore(release): v3.10.7
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.10.7](https://github.com/lerna/lerna/compare/v3.10.6...v3.10.7) (2019-01-22)\n+\n+\n+### Bug Fixes\n+\n+* **cli...
JavaScript
MIT License
lerna/lerna
chore(release): v3.10.7
1
chore
release
67,476
22.01.2019 16:14:01
-3,600
b715cc0c31c4f6bf4e700f23827eee7299e395bb
fix(ast): fix forOf bind slip-up
[ { "change_type": "MODIFY", "diff": "@@ -1131,7 +1131,7 @@ export class ForOfStatement implements IForOfStatement {\npublic unbind(flags: LifecycleFlags, scope: IScope, binding: IConnectableBinding): void {\nif (hasUnbind(this.iterable)) {\n- this.iterable.bind(flags, scope, binding);\n+ this.iterable.unbind...
TypeScript
MIT License
aurelia/aurelia
fix(ast): fix forOf bind slip-up
1
fix
ast
67,476
22.01.2019 16:14:43
-3,600
e11d89ea2fe160c7ca91f46ae72f5db198db0784
refactor(keyed): make lifecycles work properly in repeater keyed mode
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\n}\nthis.local = this.forOf.declaration.evaluate(flags, this.$scope, null) as string;\n- if (flags & LifecycleFlags.keyedMode) {\n+ if (this.keyed || (flags & LifecycleFlags...
TypeScript
MIT License
aurelia/aurelia
refactor(keyed): make lifecycles work properly in repeater keyed mode
1
refactor
keyed
67,476
22.01.2019 16:15:01
-3,600
e7873e61e031c6f4b3dab0e71873dc5e19353311
chore(repeat): add keyed mode tests
[ { "change_type": "MODIFY", "diff": "@@ -95,9 +95,13 @@ describe(spec, () => {\ntemplate: `<template><template as-element=\"au-compose\" subject.bind=\"sub\"></template></template>`\n},\n{\n- t: '3',\n+ t: '13',\ntemplate: `<template><au-compose repeat.for=\"i of 1\" subject.bind=\"sub\"></au-compose></templ...
TypeScript
MIT License
aurelia/aurelia
chore(repeat): add keyed mode tests
1
chore
repeat
447,441
22.01.2019 16:54:02
18,000
d1fed65e8e1d1cfe1953437e34975df5143f898e
feat: implement hoverable rows
[ { "change_type": "MODIFY", "diff": "/* stylelint-disable no-descending-specificity */\n.rainbow-table_body-row {\nbox-shadow: 0 1px 0 0 #e3e5ed; }\n+ .rainbow-table_body-row:hover {\n+ background-color: #f4f6f9; }\n.rainbow-table_cell-container:focus {\noutline: none; }\n", "new_path": "src/components/T...
JavaScript
MIT License
nexxtway/react-rainbow
feat: implement hoverable rows (#563)
1
feat
null
730,412
22.01.2019 17:47:47
0
90615dca8796bf7f0bc9476f7e6e52aa0ba72aed
chore(release): 0.1.412
[ { "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.412\"></a>\n+## [0.1.412](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.412
1
chore
release
815,601
22.01.2019 18:05:37
-28,800
0c8e273c629a1bded1853d656d8713f4f95f2720
feat: block template cache
[ { "change_type": "MODIFY", "diff": "@@ -27,15 +27,16 @@ type BlockTemplateParams = (Option<Cycle>, Option<u64>, Option<Version>);\ntype BlockTemplateResult = Result<BlockTemplate, SharedError>;\nconst BLOCK_ASSEMBLER_SUBSCRIBER: &str = \"block_assembler\";\nconst BLOCK_TEMPLATE_TIMEOUT: u64 = 3000;\n+const ...
Rust
MIT License
nervosnetwork/ckb
feat: block template cache
1
feat
null
273,683
22.01.2019 20:59:05
-3,600
f7f94aef41c88ac08388d7284d06803f2944fb6e
fix(app): add format-detection meta tag
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,16 @@ const head = {\nmeta: [\n{ charset: 'utf-8' },\n{ name: 'generator', content: `Gridsome v${config.version}` },\n- { name: 'viewport', content: 'width=device-width, initial-scale=1, viewport-fit=cover' }\n+ { name: 'viewport', content: 'width=device-widt...
JavaScript
MIT License
gridsome/gridsome
fix(app): add format-detection meta tag (#145)
1
fix
app
679,913
22.01.2019 21:20:38
0
cae83948a626c8c393dee5dc7137e6aca10b15db
feat(math): add minError() search
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ export * from \"./angle\";\nexport * from \"./eqdelta\";\nexport * from \"./fit\";\nexport * from \"./interval\";\n+export * from \"./min-error\";\nexport * from \"./mix\";\nexport * from \"./prec\";\nexport * from \"./solve\";\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add minError() search
1
feat
math
217,922
22.01.2019 21:43:51
-3,600
7c65d3aa453ee0075a4da078168e2f2186f86d19
chore(build): reduced build size by removing items.json from the bundle
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { I18nName } from '../../model/common/i18n-name';\n-import * as items from './sources/items.json';\n+import * as items from '../../../assets/data/items.json';\nimport * as places from './sources/places.json';\nimport * a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(build): reduced build size by removing items.json from the bundle
1
chore
build
217,922
22.01.2019 22:36:12
-3,600
dc943145058d3bcbf2adef57bf64ba44bebd1072
fix(teams): fixed an issue stopping team lists from loading
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { ListRow } from '../model/list-row';\nexport enum ListsActionTypes {\nLoadMyLists = '[Lists] Load My Lists',\n+ LoadTeamLists = '[Lists] Load Team Lists',\nLoadListsWithWriteAccess = '[Lists] Load Lists With Write Access',\n@@ -17,6 +18,7 @@ export...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): fixed an issue stopping team lists from loading
1
fix
teams
67,494
22.01.2019 23:10:00
-3,600
26833b154c9861efa761a4fdc5f73da0392261f3
feat(router): add queued browser history
[ { "change_type": "MODIFY", "diff": "+import { QueuedBrowserHistory } from './queued-browser-history';\nexport interface IHistoryEntry {\npath: string;\nfullStatePath: string;\n@@ -34,7 +35,8 @@ export class HistoryBrowser {\npublic historyOffset: number;\npublic replacedEntry: IHistoryEntry;\n- public histo...
TypeScript
MIT License
aurelia/aurelia
feat(router): add queued browser history
1
feat
router
531,793
22.01.2019 23:26:31
-32,400
8a375e82c78522c967484e89bc15d1de814d06e0
chore(demo): pin alertmanager to 0.15.3 on demo site >= 0.16 doesn't yet work due to
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 make -C /go/src/github.com/prymitive/karma VERSION=\"${VERSION:\nFROM alpine:latest\nRUN apk add --update supervisor python && rm -rf /tmp/* /var/cache/apk/*\nCOPY demo/supervisord.conf /etc/supervisord.conf\n-COPY --from=prom/alertmana...
TypeScript
Apache License 2.0
prymitive/karma
chore(demo): pin alertmanager to 0.15.3 on demo site >= 0.16 doesn't yet work due to #115
1
chore
demo
471,527
22.01.2019 23:31:46
-3,600
d245cc0d7351beb73b957bb0e3112f8f366ad8ce
fix(generator-open-wc): scaffold:vanilla should create .gitignore
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,9 @@ module.exports = class GeneratorVanillaBare extends Generator {\nthis.config.getAll(),\n);\n+ // write & rename .gitignore\n+ this.fs.copy(this.templatePath('_gitignore'), this.destinationPath('.gitignore'));\n+\n// write & rename element src\nthis.fs.co...
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): scaffold:vanilla should create .gitignore
1
fix
generator-open-wc
217,922
22.01.2019 23:55:04
-3,600
944878d48449a32e16e1bbc2b652a6880b817a3f
feat(list-details): added a way to tag an item as not required HQ at all
[ { "change_type": "MODIFY", "diff": "(click)=\"item.requiredAsHQ = true; saveItem()\">\n{{'Mark_HQ' | translate}}\n</li>\n- <li nz-menu-item *ngIf=\"item.requiredAsHQ && (permissionLevel$ | async) >= 30\"\n+ <li nz-menu-item\n+ *ngIf=\"((requiredForFinalCraft$ | async) >= 0 || item.requiredAsHQ) && (permissi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-details): added a way to tag an item as not required HQ at all
1
feat
list-details
67,494
23.01.2019 00:45:02
-3,600
03cfc6633454a06134d3065932dfdf0f4f87039a
refactor(router): simplify tick in queued browser history
[ { "change_type": "MODIFY", "diff": "import { PLATFORM } from '@aurelia/kernel';\n-import { wait } from './../test/e2e/doc-example/src/utils';\nexport interface QueuedBrowserHistory extends History {\nactivate(callback: Function): void;\n@@ -9,7 +8,7 @@ export interface QueuedBrowserHistory extends History {...
TypeScript
MIT License
aurelia/aurelia
refactor(router): simplify tick in queued browser history
1
refactor
router
679,913
23.01.2019 03:11:27
0
4ff5005a6358f7cef5ad27658b6865286535285a
feat(geom-closest-point): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-closest-point/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, Jan...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-closest-point): extract from geom as new package
1
feat
geom-closest-point
679,913
23.01.2019 03:12:41
0
285dde49c9e3f8d76212b5be4c4fbd16d62a0c05
feat(geom-isec): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-isec/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-isec): extract from geom as new package
1
feat
geom-isec
679,913
23.01.2019 03:13:11
0
79abd0ba9420ea419595d8c887a84348b5d05bd2
feat(geom-resample): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-resample/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-resample): extract from geom as new package
1
feat
geom-resample
679,913
23.01.2019 03:14:37
0
6cc8c7387cd79f2915c15cdaff0872b0b4519b0b
feat(geom-arc): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-arc/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-arc): extract from geom as new package (#69)
1
feat
geom-arc
679,913
23.01.2019 03:25:45
0
15d6712136a990623573f037e6376e0ed57f5a98
feat(geom-clip-convex): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-clip-convex/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, Janua...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-clip-convex): extract from geom as new package
1
feat
geom-clip-convex
679,913
23.01.2019 03:26:35
0
58e0a05d715bff9f0fd127958bd5c620461e1ed3
feat(vectors): add VecPair type alias, add copyVectors()
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,8 @@ export interface MultiVecOp<VOP> {\ndefault(op: VOP): VOP;\n}\n+export type VecPair = [Vec, Vec];\n+\nexport type VecOpV = (out: Vec, a: ReadonlyVec) => Vec;\nexport type VecOpN = (out: Vec, n: number) => Vec;\nexport type VecOpVV = (out: Vec, a: Readonl...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add VecPair type alias, add copyVectors()
1
feat
vectors
471,527
23.01.2019 08:03:29
-3,600
56176bdb46c995f2dca7e3c9f93ea740ebb03409
fix(semantic-dom-diff): better browser support via es modules for deps
[ { "change_type": "MODIFY", "diff": "\"test:es5:watch\": \"karma start karma.es5.config.js --auto-watch=true --single-run=false\"\n},\n\"dependencies\": {\n+ \"@bundled-es-modules/diffable-html\": \"^4.0.0-rc.2\",\n\"@bundled-es-modules/parse5\": \"^5.1.0\",\n- \"@types/parse5\": \"^5.0.0\",\n- \"diffable-ht...
JavaScript
MIT License
open-wc/open-wc
fix(semantic-dom-diff): better browser support via es modules for deps (#146)
1
fix
semantic-dom-diff
76,605
23.01.2019 09:40:55
-3,600
8210f84d48cf982c9232b937ea831038f2ec1519
build: update dependencies to last versions
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"2.3.0\",\n+ \"version\": \"2.3.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n},\n\"@mrmlnc/readdir-enhanced\": {\n\"version\": \"2.2.1\",\n- \"resolved\": \"https://axags.jfrog.io/axags/api/npm/virtua...
JavaScript
MIT License
axa-group/nlp.js
build: update dependencies to last versions
1
build
null
217,922
23.01.2019 10:00:21
-3,600
4a7c09265dea69b4652f79e7733b8edf1c08e34c
fix(profile): added glamour masterbooks to the profile editor for masterbooks
[ { "change_type": "MODIFY", "diff": "@@ -13,19 +13,19 @@ export class MasterbooksPopupComponent implements OnInit {\nprivate static BOOKS: { [index: number]: number[] } = {\n//CRP\n- 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309],\n+ 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309, 7786],\n//BSM\n- 9: [8...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): added glamour masterbooks to the profile editor for masterbooks
1
fix
profile
217,922
23.01.2019 10:24:06
-3,600
d5b27d0e547c8a7e1e43ba8a70bbe38211384fdc
fix(layout): fixed a bug with ASC and DESC being inverted for layout ordering
[ { "change_type": "MODIFY", "diff": "<nz-option nzValue=\"INGAME_LOG\" nzLabel=\"INGAME_LOG\"></nz-option>\n</nz-select>\n<nz-select [(ngModel)]=\"row.order\" (ngModelChange)=\"rowChange.emit(row)\" [nzDisabled]=\"readonly\">\n- <nz-option [nzValue]=\"0\" nzLabel=\"DESC\"></nz-option>\n- <nz-option [nzValue]...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed a bug with ASC and DESC being inverted for layout ordering
1
fix
layout
815,601
23.01.2019 11:05:09
-28,800
36902c33b299cb5ac0e1f03749e0eb726c8803ad
fix: cli arg matches
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ ex -sc '%s/\"data_dir\": \"default\"/\"data_dir\": \"node2\"/|x' nodes/node2.json\nThen start the new node using the new config file\n```shell\n-target/release/ckb -c nodes/node2.json run\n+target/release/ckb run -c nodes/node2.json\n```\nThe option `c...
Rust
MIT License
nervosnetwork/ckb
fix: cli arg matches
1
fix
null
217,922
23.01.2019 11:10:01
-3,600
549e24618743f4e50e208457d94a4038297899af
feat(pricing): added a warning for when an item is cheaper at NPC than the current price value
[ { "change_type": "MODIFY", "diff": "nzTitle=\"{{'PRICING.From_vendor' | translate}}\">\ngroup\n</i>\n+ <i *ngIf=\"vendorPrice?.nq < price?.nq\" nz-icon type=\"warning\" theme=\"twotone\" nz-tooltip\n+ [twoToneColor]=\"'#eb4141'\"\n+ nzTitle=\"{{'PRICING.Cheaper_at_vendor' | translate}}\">\n+ </i>\n<app-mark...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(pricing): added a warning for when an item is cheaper at NPC than the current price value
1
feat
pricing
217,922
23.01.2019 11:11:19
-3,600
e00b9502e6504355a646f75f4c25ac3bbabbae26
chore: translation error ;)
[ { "change_type": "MODIFY", "diff": "\"Autofill_panel_prices_warning\": \"This is a slow process and should take around {{time}} seconds to complete, are you sure?\",\n\"Copy_earnings_as_text\": \"Copy content as text\",\n\"Content_copied\": \"Content copied in your clipboard\",\n- \"Cheaper_at_vendor\": \"C...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: translation error ;)
1
chore
null
217,922
23.01.2019 11:55:04
-3,600
8b2c16dbd2693f92ad83b93b15a388859b13f635
feat(list-panel): added color change for odd rows to make them easier to read
[ { "change_type": "MODIFY", "diff": "<nz-collapse-panel [nzHeader]=\"panelHeader\" #listContentPanel (nzActiveChange)=\"openStateChange()\">\n<div fxLayout=\"column\" fxLayoutGap=\"10px\" *ngIf=\"listContentPanel.nzActive\">\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\"\n- *n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-panel): added color change for odd rows to make them easier to read
1
feat
list-panel
217,922
23.01.2019 11:57:19
-3,600
262dddffb5544eab5266af6cc2f83c8db4814297
fix(pricing): fixed a bug where filling prices with MB would just load infinitely
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,9 @@ export class PricingComponent implements AfterViewInit {\nconst price = this.pricingService.getPrice(row);\nreturn !price.fromVendor;\n});\n+ if (rowsToFill.length === 0) {\n+ return;\n+ }\nconst operations = interval(250).pipe(\ntakeUntil(stopInterval$)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed a bug where filling prices with MB would just load infinitely
1
fix
pricing
217,922
23.01.2019 11:58:53
-3,600
6382f4a1d36382068880f682ef2563d3482bd605
fix: fixed an issue with tooltip sometimes crashing for no reason
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ export class XivapiItemTooltipComponent implements OnInit {\n}\n// Handle stats\nthis.stats = Object.keys(this.item)\n- .filter(key => /^BaseParam\\d+$/.test(key) && this.item[key])\n+ .filter(key => /^BaseParam\\d+$/.test(key) && this.item[key] && key !...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with tooltip sometimes crashing for no reason
1
fix
null
217,922
23.01.2019 12:11:18
-3,600
aa8e03aeab6aaab1d2f1e27a3d10f22890e48e21
feat(log-tracker): added "*" character next to page names if they are needed for achievement
[ { "change_type": "MODIFY", "diff": "(nzSelectedIndexChange)=\"selectedPage = tab[$event].id\">\n<nz-tab *ngFor=\"let page of tab;\" [nzTitle]=\"titleTemplate\">\n<ng-template #titleTemplate>\n- {{ getPageName(page) }}\n+ {{ getPageName(page) }} <span *ngIf=\"isRequiredForAchievement(page)\" nz-tooltip\n+ [n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): added "*" character next to page names if they are needed for achievement
1
feat
log-tracker
217,922
23.01.2019 12:21:09
-3,600
68692c910b4430f28e7b38bb94c6cc568c200e85
feat(pricing): added an icon for when price shown is from crafting
[ { "change_type": "MODIFY", "diff": "nzTitle=\"{{'PRICING.From_vendor' | translate}}\">\ngroup\n</i>\n- <i *ngIf=\"vendorPrice?.nq < price?.nq\" nz-icon type=\"warning\" theme=\"twotone\" nz-tooltip\n+ <i class=\"material-icons\" nz-tooltip\n+ *ngIf=\"priceFromCrafting\"\n+ nzTitle=\"{{'PRICING.From_crafting...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(pricing): added an icon for when price shown is from crafting
1
feat
pricing
217,922
23.01.2019 12:37:07
-3,600
f25665df4a5bc670db48a5b18b4f5ddcb2c6a22f
chore: added catch error for anonymous users persistence sometimes failing
[ { "change_type": "MODIFY", "diff": "@@ -216,7 +216,9 @@ export class AuthEffects {\ndebounceTime(100),\nwithLatestFrom(this.store),\nswitchMap(([, state]) => {\n- return this.userService.set(state.auth.uid, { ...state.auth.user });\n+ return this.userService.set(state.auth.uid, { ...state.auth.user }).pipe(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added catch error for anonymous users persistence sometimes failing
1
chore
null
469,392
23.01.2019 12:43:58
21,600
11d4da29ffcfd32a7c3eec2f3b92fdc794690fb9
fix: updated README I updated the readme with org logo and sponsorship logo as well as added link to sponsor.
[ { "change_type": "MODIFY", "diff": "@@ -6,3 +6,4 @@ target\natlassian-ide-plugin.xml\nnode_modules/\nGemfile.lock\n+.DS_Store\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "-![](https://www.etclabs.org/dist/resources/images/v2/logo-top.png)\...
JavaScript
Apache License 2.0
open-rpc/spec
fix: updated README I updated the readme with org logo and sponsorship logo as well as added link to sponsor.
1
fix
null
67,476
23.01.2019 13:00:24
-3,600
cb42e656c1f9b71bbb6cc2e6a4f4eff6d723a75f
chore(test): refactor template compiler repeater tests
[ { "change_type": "MODIFY", "diff": "-import { IContainer, PLATFORM } from '@aurelia/kernel';\n-import { Aurelia, CustomElementResource, ILifecycle } from '@aurelia/runtime';\n+import { Aurelia, CustomElementResource } from '@aurelia/runtime';\nimport { expect } from 'chai';\n-import { baseSuite } from './te...
TypeScript
MIT License
aurelia/aurelia
chore(test): refactor template compiler repeater tests
1
chore
test
217,922
23.01.2019 13:16:56
-3,600
9a7db4dc8ef61edaafa01f9d0e254b6e00fb71b7
feat(layout): new layout filter available: FROM_BEAST_TRIBE
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,42 @@ export class LayoutRowFilter {\nreturn row.vendors !== undefined && row.vendors.length > 0;\n}, 'CAN_BE_BOUGHT');\n+ static FROM_BEAST_TRIBE = new LayoutRowFilter(row => {\n+ if (row.tradeSources === undefined || row.vendors === undefined) {\n+ return f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): new layout filter available: FROM_BEAST_TRIBE
1
feat
layout
730,429
23.01.2019 13:38:34
18,000
2f938e3cd6a18d340c49c4cf7c92bda180c77319
fix(widget-demo): correct spaceActivities prop
[ { "change_type": "MODIFY", "diff": "@@ -286,7 +286,7 @@ class DemoWidget extends Component {\n</script>`;\n// Space widget example code\n- const activityTypesField = `activities: ${JSON.stringify(activities)}`;\n+ const activityTypesField = `spaceActivities: ${JSON.stringify(activities)}`;\nconst destinatio...
JavaScript
MIT License
webex/react-widgets
fix(widget-demo): correct spaceActivities prop
1
fix
widget-demo
71,123
23.01.2019 13:51:47
28,800
9f8bfa5e598590c9b59a6b711457252a36bc1037
feat(apigateway): support function alias in LambdaIntegration Accept IFunction in LambdaIntegration instead of Function so that a lambda function Alias may be referenced as an API Gateway integration.
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export interface LambdaRestApiProps {\n* This handler will be used as a the default integration for all methods in\n* this API, unless specified otherwise in `addMethod`.\n*/\n- handler: lambda.Function;\n+ handler: lambda.IFunction;\n/**\n* If true, rou...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(apigateway): support function alias in LambdaIntegration Accept IFunction in LambdaIntegration instead of Function so that a lambda function Alias may be referenced as an API Gateway integration.
1
feat
apigateway
217,922
23.01.2019 14:29:31
-3,600
60eb8f074f69807141cdada16e9b4865fe27021f
chore: removed a debug entry I added in log tracker recently
[ { "change_type": "MODIFY", "diff": "(nzSelectedIndexChange)=\"selectedPage = tab[$event].id\">\n<nz-tab *ngFor=\"let page of tab;\" [nzTitle]=\"titleTemplate\">\n<ng-template #titleTemplate>\n- {{ getPageName(page) }} - {{page.id}} <span *ngIf=\"isRequiredForAchievement(page)\" nz-tooltip\n+ {{ getPageName(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed a debug entry I added in log tracker recently
1
chore
null
217,922
23.01.2019 14:52:01
-3,600
0b1e98a9786b9fbd13a8be2ca3b1b6d2bd026aa5
chore: fix for aot
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ export class LogTrackerComponent {\nprivate pageNameCache: { [index: number]: string } = {};\n- private userCompletion: { [index: number]: boolean } = {};\n+ public userCompletion: { [index: number]: boolean } = {};\npublic selectedPage = 0;\n", "new...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for aot
1
chore
null
730,429
23.01.2019 15:16:35
18,000
3be5cd3cd3298938e8ab12afa2d1ac0cbee60a29
feat(recents): add extendedLoad property
[ { "change_type": "MODIFY", "diff": "@@ -66,11 +66,13 @@ const injectedPropTypes = {\nexport const ownPropTypes = {\nenableSpaceListFilter: PropTypes.bool,\n+ extendedLoad: PropTypes.bool,\nmuteNotifications: PropTypes.bool,\nspaceTypeFilter: PropTypes.string\n};\nconst defaultProps = {\n+ extendedLoad: true...
JavaScript
MIT License
webex/react-widgets
feat(recents): add extendedLoad property
1
feat
recents
730,429
23.01.2019 15:17:09
18,000
6aece07bb898c7e414cf6455605d1b39b41b1176
feat(widget-demo): add extendedLoad config to recents
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,7 @@ class DemoWidget extends Component {\ndestinationId,\ninitialActivity: isMeetOnly ? 'meet' : cookies.get('initialActivity') || 'message',\nenableSpaceListFilter: true,\n+ extendedLoad: !!cookies.get('extendedLoad'),\nmode,\nrecentsRunning: false,\nrecent...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add extendedLoad config to recents
1
feat
widget-demo
815,746
23.01.2019 15:35:32
-7,200
75bd93002803b50fa41be59108c8549cfad1dc2d
feat: initial children grouping implementation Closes
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"2.9.2\",\n\"webpack\": \"4.16.5\",\n\"webpack-cli\": \"^3.1.0\",\n- \"webpack-dev-server\": \"3.1.5\",\n+ \"webpack-dev-server\": \"^3.1.14\",\n\"zone.js\": \"^0.8.26\"\n}\n}\n", "new_path": "package.json", "old_path": "package.json" }, { ...
TypeScript
MIT License
ng-select/ng-select
feat: initial children grouping implementation (#1022) Closes #186
1
feat
null
730,429
23.01.2019 15:50:21
18,000
150e4051d3fa33ea8a5c56f4f328eef195a852c7
feat(recents): add spaceLoadCount property
[ { "change_type": "MODIFY", "diff": "@@ -68,12 +68,14 @@ export const ownPropTypes = {\nenableSpaceListFilter: PropTypes.bool,\nextendedLoad: PropTypes.bool,\nmuteNotifications: PropTypes.bool,\n+ spaceLoadCount: PropTypes.number,\nspaceTypeFilter: PropTypes.string\n};\nconst defaultProps = {\nextendedLoad: ...
JavaScript
MIT License
webex/react-widgets
feat(recents): add spaceLoadCount property
1
feat
recents
730,429
23.01.2019 15:50:56
18,000
5bffd7ce43a8e0e52c7eb0dc914de40e708afa1a
feat(widget-demo): add support for recents spaceLoadCount prop
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import {Cookies, withCookies} from 'react-cookie';\nimport {instanceOf} from 'prop-types';\nimport {autobind} from 'core-decorators';\n-import {Button, Checkbox, Radio, RadioGroup, Topbar} from '@collab-ui/react';\n+import {Button, Checkbox, Input, Radio, ...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add support for recents spaceLoadCount prop
1
feat
widget-demo
71,663
23.01.2019 15:54:51
28,800
2af2426eb9de4d8fc0ab99b326ff857f776ce138
feat(cdk): treat the "fake" CFN intrinsics (Fn::GetArtifactAtt, Fn::GetParam) specially when stringifying JSON. Fn::GetArtifactAtt and Fn::GetParam are not really intrinsics, they're functions that can be used only in CodePipeline CFN Actions, in the `parameterOverride` property. More information: Fixes
[ { "change_type": "MODIFY", "diff": "\"CfnChangeSetRole6F05F6FC\",\n\"Arn\"\n]\n- }\n+ },\n+ \"ParameterOverrides\": \"{\\\"BucketName\\\":{\\\"Fn::GetArtifactAtt\\\":[\\\"SourceArtifact\\\",\\\"BucketName\\\"]},\\\"ObjectKey\\\":{\\\"Fn::GetArtifactAtt\\\":[\\\"SourceArtifact\\\",\\\"ObjectKey\\\"]},\\\"Url...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cdk): treat the "fake" CFN intrinsics (Fn::GetArtifactAtt, Fn::GetParam) specially when stringifying JSON. (#1605) Fn::GetArtifactAtt and Fn::GetParam are not really intrinsics, they're functions that can be used only in CodePipeline CFN Actions, in the `parameterOverride` property. More information: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html Fixes #1588
1
feat
cdk
679,913
23.01.2019 17:13:02
0
2440ffdd42fa83d2a9dfb5c4419658578bb069ab
feat(vectors): add corner2, clockwise2, signedAreaC2, isInArray fns
[ { "change_type": "ADD", "diff": "+import { EPS, sign } from \"@thi.ng/math\";\n+import { ReadonlyVec } from \"./api\";\n+import { signedArea2 } from \"./signed-area\";\n+\n+/**\n+ * Syntax sugar for `sign(signedArea2(a, b, c))`.\n+ *\n+ * @param a\n+ * @param b\n+ * @param c\n+ * @param eps\n+ */\n+export c...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add corner2, clockwise2, signedAreaC2, isInArray fns
1
feat
vectors
679,913
23.01.2019 17:16:43
0
2054574abc0f2d99aaaeb498813a93759e0c0506
fix(geom-arc): add bounds return type, add missing re-export, update pkg
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/geom-arc\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"2D circular / elliptic arc operations\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"umd:main\": \"./lib/index.umd.js\",\n},\n\"keywords\": [...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-arc): add bounds return type, add missing re-export, update pkg
1
fix
geom-arc
679,913
23.01.2019 17:18:50
0
798de06b949a9f559dd0ad898566ec509349028c
feat(geom-closest-point): add more fns, update pkg
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/geom-closest-point\",\n\"version\": \"0.0.1\",\n- \"description\": \"Closest point to line helpers\",\n+ \"description\": \"Closest point helpers\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"umd:main\": \"./lib/index.umd.js\",\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-closest-point): add more fns, update pkg
1
feat
geom-closest-point
679,913
23.01.2019 17:20:18
0
324a516252da85592c5fdc48976a7cfe416c2331
feat(geom-subdiv-curve): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-subdiv-curve/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, Janu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-subdiv-curve): extract from geom as new package
1
feat
geom-subdiv-curve
679,913
23.01.2019 17:21:15
0
cb2429c4034bdc91490251a57f0688dc00be5d5b
feat(geom-tessellate): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-tessellate/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, Januar...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-tessellate): extract from geom as new package
1
feat
geom-tessellate
71,101
23.01.2019 17:24:22
28,800
036cfdfcf8cf3a22bf2733a8c7f73adb4dcbde60
feat(lambda): Support AWS Lambda Layers Add support for the AWS Lambda Layers feature, enabling users to define reusable and shareable packages of runtime code that can be shared across multiple lambda functions.
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,13 @@ When deploying a stack that contains this code, the directory will be zip\narchived and then uploaded to an S3 bucket, then the exact location of the S3\nobjects will be passed when the stack is deployed.\n+### Layers\n+\n+The `lambda.LayerVersion` clas...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(lambda): Support AWS Lambda Layers (#1411) Add support for the AWS Lambda Layers feature, enabling users to define reusable and shareable packages of runtime code that can be shared across multiple lambda functions.
1
feat
lambda
71,321
23.01.2019 18:16:55
18,000
f997fd2a49141e2647dbba962851b4de99bb04ec
chore(cdk): add Dockerfile for toolkit container Fixes
[ { "change_type": "ADD", "diff": "+.dockerignore\n+Dockerfile\n", "new_path": ".dockerignore", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -198,6 +198,29 @@ If you also wish to package to all languages, make sure you have all the [toolch\n$ ./pack.sh\n```\n+### Full Docker ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(cdk): add Dockerfile for toolkit container (#1569) Fixes #1302.
1
chore
cdk
217,922
23.01.2019 18:27:41
-3,600
4d4c885d274e9332258c6f16aad2b2386d6a2cd8
chore(release): 5.0.14
[ { "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=\"5.0.14\"></a>\n+## [5.0.14](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.14
1
chore
release
447,440
23.01.2019 19:31:31
21,600
17d8942854563265b5d0347b09f9cb156e5f81cd
fix: change avatar icon
[ { "change_type": "ADD", "diff": "+<svg width=\"17px\" height=\"16px\" viewBox=\"0 0 17 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+ <g id=\"pages\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n+ <g id=\"user\" transfor...
JavaScript
MIT License
nexxtway/react-rainbow
fix: change avatar icon (#566)
1
fix
null
471,470
23.01.2019 19:59:56
-3,600
23c0b9b2923f710cec8442ad7208e9e0c3fb7914
docs: add our philosophy
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,10 @@ yo open-wc\n- [Publishing](/publishing/)\n- [Automating](/automating/)\n+## Our Philosophy\n+\n+You can read all about our motivation and our philosophy [here](/about/).\n+\n## FAQ\n- [FAQ](/faq/)\n", "new_path": "docs/guide/README.md", "old_pat...
JavaScript
MIT License
open-wc/open-wc
docs: add our philosophy
1
docs
null
217,922
23.01.2019 21:14:21
-3,600
9bee1e55932a9a2e85ad15d325a728d0b179c600
fix(layout): fixed an issue with tomes filter
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { ListRow } from '../../modules/list/model/list-row';\nimport { TranslateService } from '@ngx-translate/core';\nimport { LocalizedDataService } from '../data/localized-data.service';\nimport { craftingLog } from '../data/sources/crafting-log';\n+imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed an issue with tomes filter
1
fix
layout
217,922
23.01.2019 21:14:52
-3,600
3ee4fb7011c928a8391f6039a9cefc634f6853a4
fix: fixed an issue with desktop app not loading item names properly
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export class LocalizedDataService {\nprivate items: any = {};\nconstructor(private http: HttpClient) {\n- this.http.get('/assets/data/items.json').subscribe(i => this.items = i);\n+ this.http.get('./assets/data/items.json').subscribe(i => this.items = i)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with desktop app not loading item names properly
1
fix
null
217,922
23.01.2019 21:17:24
-3,600
d73e53da248a082562e615691f65e2ac9f75add2
feat(layout): new `IS_DUNGEON_DROP` filter
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,8 @@ export class LayoutRowFilter {\nstatic IS_MONSTER_DROP = new LayoutRowFilter(row => row.drops !== undefined && row.drops.length > 0, 'IS_MONSTER_DROP');\n+ static IS_DUNGEON_DROP = new LayoutRowFilter(row => row.instances !== undefined && row.instances.l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): new `IS_DUNGEON_DROP` filter
1
feat
layout
217,922
23.01.2019 21:20:58
-3,600
82bbfe4a82911b36993f2f1af03535b72c030e47
fix: fixed an issue with some masterbook icons not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ export class ItemIconComponent {\n}\ngetIcon(): string {\n- if (this.icon && this.icon.toString() === this.icon) {\n+ if (this.icon && this.icon.toString() === this.icon && this.icon.indexOf('custom/') === -1) {\nreturn this.icon;\n}\nreturn `https://www...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with some masterbook icons not showing properly
1
fix
null
217,922
23.01.2019 21:22:38
-3,600
647c12054a4213c775295a8473bd916b59b9cee4
chore(release): 5.0.15
[ { "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=\"5.0.15\"></a>\n+## [5.0.15](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.15
1
chore
release
679,913
23.01.2019 22:29:12
0
4e53293d04ffef7dac73b975b8cfa8e2c5427fbf
feat(geom-api): extract from geom as new package
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-api/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-api): extract from geom as new package
1
feat
geom-api
679,913
23.01.2019 22:31:05
0
e36e2213826b485c21ba5fc20127c400808d817c
refactor(geom-arc): update to use geom-api types
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/checks\": \"^2.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/geom-resample\": \"^0.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n", "new_path": "packages/geom-arc/package.json", "old_path": "pac...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-arc): update to use geom-api types
1
refactor
geom-arc
679,913
23.01.2019 22:31:48
0
47fb5e7bcbfc3a0c15e3eaaec69b2f8c4182ec58
minor(geom-clip-convex): update imports
[ { "change_type": "MODIFY", "diff": "-import { sign, EPS } from \"@thi.ng/math\";\n-import { ReadonlyVec, signedArea2 } from \"@thi.ng/vectors\";\nimport { intersectLineLine } from \"@thi.ng/geom-isec\";\n+import { EPS, sign } from \"@thi.ng/math\";\n+import { ReadonlyVec, signedArea2 } from \"@thi.ng/vector...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(geom-clip-convex): update imports
1
minor
geom-clip-convex
679,913
23.01.2019 22:34:41
0
27c4bf07aa648b9bdf3158c90d94c7d877589118
refactor(geom-isec): update return types, use geom-api
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^3.2.2\"\n},\n\"dependencies\": {\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/geom-closest-point\": \"^0.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n", "new_path": "packages/geom-isec/package.json", "old_path": "pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-isec): update return types, use geom-api
1
refactor
geom-isec
679,913
23.01.2019 22:37:33
0
8d878b991bce1f206465210dbab5e52aee1af296
refactor(geom-resample): update to use geom-api types, add douglas-peucker migrate douglas-peucker impl from geom main pkg
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/checks\": \"^2.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/geom-closest-point\": \"^0.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n", "new_path": "packages/geom-resample/package.json", "old_p...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-resample): update to use geom-api types, add douglas-peucker - migrate douglas-peucker impl from geom main pkg
1
refactor
geom-resample
679,913
23.01.2019 22:39:25
0
5b6741540a0f454f48018afca9f7e56d88a3f622
refactor(geom-splines): update to use geom-api types
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/checks\": \"^2.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/geom-arc\": \"^0.0.1\",\n\"@thi.ng/geom-resample\": \"^0.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n", "new_path": "packages/geom-splines/package.json", "old_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-splines): update to use geom-api types
1
refactor
geom-splines
679,913
23.01.2019 22:40:08
0
0964a956f3d77bd408507f9b9b201c7c410858c9
refactor(geom-subdiv-curve): update to use geom-api types
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^5.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^3.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n},\n", "new_path": "packages/geom-subdiv-curve/package.json", "old_path": "packages/geom-subdiv-curve...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-subdiv-curve): update to use geom-api types
1
refactor
geom-subdiv-curve
679,913
23.01.2019 22:40:45
0
f7ad4d3b466c775d0064d79c77b98dc57c3c25ad
refactor(geom-tessellate): update to use geom-api types
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/checks\": \"^2.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/geom-poly-utils\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^3.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n", "new_path": "packages/geom-tessellate/package.json", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-tessellate): update to use geom-api types
1
refactor
geom-tessellate
679,913
23.01.2019 22:41:51
0
03352e1197e1aeadc1639125be05cf18231e3744
refactor(examples): update geom-tessel demo
[ { "change_type": "MODIFY", "diff": "import { partial } from \"@thi.ng/compose/partial\";\n+import { IShape, Tessellator } from \"@thi.ng/geom-api\";\n+import { edgeSplit, quadFan, triFan } from \"@thi.ng/geom-tessellate\";\n+import { canvas } from \"@thi.ng/hdom-canvas\";\n+import { deg, fit01, fit11 } from...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update geom-tessel demo
1
refactor
examples
67,494
24.01.2019 02:49:39
-3,600
78f44ee080474f7656709a926a23a99120d64741
refactor(router): add queued browser history and appropriate awaits
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ export class HistoryBrowser {\nthis.history.activate(this.pathChanged);\nreturn Promise.resolve().then(() => {\n- this.setPath(this.getPath(), true);\n+ this.setPath(this.getPath(), true).catch(error => { throw error; });\n});\n}\n@@ -94,17 +94,17 @@ exp...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add queued browser history and appropriate awaits
1
refactor
router
471,527
24.01.2019 03:16:10
-3,600
c49a541bc6702d5f9e8f5d2ff9b40ce4b2be42ab
docs: add rationals for what we recommend
[ { "change_type": "ADD", "diff": "+# Rationales\n+\n+Our recommendations must fulfill certain criteria before we publish them.\n+\n+1. Language or platform features/APIs must be released without a flag in the stable version of a least one browser\n+1. Libraries must offer an es module version\n+\n+**Note**: ...
JavaScript
MIT License
open-wc/open-wc
docs: add rationals for what we recommend
1
docs
null
67,494
24.01.2019 03:19:10
-3,600
393ba77908f7a12c9ab8cece569824cf9c846b47
test(router): add some queued browser history tests
[ { "change_type": "MODIFY", "diff": "export * from './history-browser';\nexport * from './link-handler';\nexport * from './nav';\n+export * from './queued-browser-history';\nexport * from './route-recognizer';\nexport * from './router';\nexport * from './scope';\n", "new_path": "packages/router/src/index...
TypeScript
MIT License
aurelia/aurelia
test(router): add some queued browser history tests
1
test
router
67,476
24.01.2019 04:57:47
-3,600
45da905b5562f6e0754c509121c6afb67efcfe7d
chore(jit): refactor jit test suite into normal loop
[ { "change_type": "MODIFY", "diff": "-import { IContainer } from '@aurelia/kernel';\nimport {\nAurelia,\n- bindable,\nCustomElementResource,\nILifecycle,\nLifecycleFlags\n} from '@aurelia/runtime';\nimport { expect } from 'chai';\n-import { baseSuite } from './template-compiler.base';\n+import { eachCartesia...
TypeScript
MIT License
aurelia/aurelia
chore(jit): refactor jit test suite into normal loop
1
chore
jit
67,476
24.01.2019 06:50:12
-3,600
0fa9e51fa6285256f56a0756bc80b2b9d48175dd
chore(test): remove test-suite (finally)
[ { "change_type": "DELETE", "diff": "-import { Aurelia, ILifecycle } from '@aurelia/runtime';\n-import { TestSuite } from '../../../../scripts/test-suite';\n-import { TestContext } from '../util';\n-import { TestConfiguration } from './resources';\n-\n-export const baseSuite = new TestSuite(null);\n-\n-baseS...
TypeScript
MIT License
aurelia/aurelia
chore(test): remove test-suite (finally)
1
chore
test
67,476
24.01.2019 06:59:58
-3,600
44b85cf8b054effd795632b22b6f7d6b79fd73d1
docs: add clarifying comments
[ { "change_type": "MODIFY", "diff": "@@ -194,6 +194,8 @@ export class BindingBehavior implements IBindingBehaviorExpression {\nbinding[behaviorKey].unbind(flags, scope, binding);\nbinding[behaviorKey] = null;\n} else {\n+ // TODO: this is a temporary hack to make testing repeater keyed mode easier,\n+ // we ...
TypeScript
MIT License
aurelia/aurelia
docs: add clarifying comments
1
docs
null
217,922
24.01.2019 07:47:58
-3,600
2b1d0d8b9413b58767c956c9049440bdf31d2da5
fix(layout): fixed an issue with large lists not being shown properly in some cases closes
[ { "change_type": "MODIFY", "diff": "@@ -421,7 +421,7 @@ export class List extends DataWithPermissions {\n}\npublic isLarge(): boolean {\n- return this.items.length >= 100;\n+ return this.items.length >= 150;\n}\n/**\n", "new_path": "apps/client/src/app/modules/list/model/list.ts", "old_path": "apps/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed an issue with large lists not being shown properly in some cases closes #733
1
fix
layout
217,922
24.01.2019 07:48:26
-3,600
d31c9778c971dc58a8596d38dc1e15e6053396cf
chore(release): 5.0.16
[ { "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=\"5.0.16\"></a>\n+## [5.0.16](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.16
1
chore
release
67,507
24.01.2019 13:57:32
-3,600
860394e570ef26f9c9e84b7528dcc1e602b0fe75
refactor(kernel): drop Subscription in favor of IDisposable
[ { "change_type": "MODIFY", "diff": "import { IContainer, IResolver, Registration } from './di';\n-import { Constructable } from './interfaces';\n+import { Constructable, IDisposable } from './interfaces';\nimport { Reporter } from './reporter';\n/**\n@@ -39,15 +39,8 @@ function invokeHandler(handler: Handle...
TypeScript
MIT License
aurelia/aurelia
refactor(kernel): drop Subscription in favor of IDisposable
1
refactor
kernel
815,745
24.01.2019 14:04:18
-7,200
90feb5f44af150d2526e3d715cc8e7f84139deb1
fix(ng-option): don't filter out empty array fixes
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ describe('NgSelectComponent', function () {\n}));\n});\n- describe('Model bindings', () => {\n+ describe('Model bindings and data changes', () => {\nlet select: NgSelectComponent;\nit('should update ngModel on value change', fakeAsync(() => {\n@@ -578,6 ...
TypeScript
MIT License
ng-select/ng-select
fix(ng-option): don't filter out empty array fixes #1019
1
fix
ng-option
573,190
24.01.2019 14:16:53
28,800
1dc34b48de361960d7fa37d8bbc82b9d4a612981
fix(dev): remove nsp since the project merged with npm
[ { "change_type": "MODIFY", "diff": "#\nESLINT := ./node_modules/.bin/eslint\nDOCUMENTATION := ./node_modules/.bin/documentation\n-NSP := ./node_modules/.bin/nsp\nNODEUNIT := ./node_modules/.bin/nodeunit\nMOCHA := ./node_modules/.bin/mocha\nNODECOVER := ./node_modules/.bin/cover\n@@ -63,10 +62,6 @@ test: $(N...
JavaScript
MIT License
restify/node-restify
fix(dev): remove nsp since the project merged with npm
1
fix
dev
573,190
24.01.2019 14:24:31
28,800
3740a6b7bf6e3bd589d9c1bc0c3d690978270564
fix(dev): pin to exact versions of linting tools and fix lint errors
[ { "change_type": "MODIFY", "diff": "\"cover\": \"^0.2.9\",\n\"coveralls\": \"^2.13.3\",\n\"documentation\": \"^5.3.3\",\n- \"eslint\": \"^4.19.1\",\n+ \"eslint\": \"4.19.1\",\n\"eslint-config-prettier\": \"2.9.0\",\n- \"eslint-plugin-jsdoc\": \"^3.7.1\",\n- \"eslint-plugin-prettier\": \"^2.6.0\",\n+ \"eslin...
JavaScript
MIT License
restify/node-restify
fix(dev): pin to exact versions of linting tools and fix lint errors
1
fix
dev
730,429
24.01.2019 14:30:31
18,000
5a65a5865cacda4cfe4f7abc6b1930430bd2b3e6
test(tap): migrate tap tests to use widget-demo page
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ export const elements = {\naccessTokenInput: 'input[aria-label=\"Access Token\"]',\nsaveTokenButton: 'button[aria-label=\"Save Token\"]',\nclearTokenButton: 'button[aria-label=\"Clear Token\"]',\n- toSpaceRadioButton: 'input[aria-label=\"To Space\"]',\n+ t...
JavaScript
MIT License
webex/react-widgets
test(tap): migrate tap tests to use widget-demo page
1
test
tap
679,913
24.01.2019 15:03:10
0
5c98ed70be4995facb216e1681ea14fe4dcf4b94
refactor(geom-api): split into separate files, add ISpatialAccel
[ { "change_type": "ADD", "diff": "+import { Pair } from \"@thi.ng/api\";\n+\n+export interface ISpatialAccel<K, V> {\n+ add(p: K, v: V, eps?: number): boolean;\n+ addAll(pairs: Iterable<Pair<K, V>>, eps?: number): boolean;\n+ addKeys(keys: Iterable<K>, eps?: number): boolean;\n+ remove(p: K): boolean;\n+\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-api): split into separate files, add ISpatialAccel
1
refactor
geom-api
67,507
24.01.2019 15:19:47
-3,600
d6bf68ac67e532a116e6abe581fa0346f1170981
feat(kernel): make EventAggregatorCallback generic
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export interface Subscription extends IDisposable {}\n* @param data The optional data published on the channel.\n* @param event The event that triggered the callback. Only available on channel based messaging.\n*/\n-export type EventAggregatorCallback = ...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): make EventAggregatorCallback generic
1
feat
kernel
730,412
24.01.2019 15:23:08
0
ace17c1146a9e8fad7550cfeb2d95ffcf6fe0fb5
chore(release): 0.1.413
[ { "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.413\"></a>\n+## [0.1.413](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.413
1
chore
release
791,834
24.01.2019 16:00:05
18,000
d4ae679fc8907d3c5bc140318257c3e2fe1bf081
core: introduce Lighthouse plugins
[ { "change_type": "ADD", "diff": "+/**\n+ * @license Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: introduce Lighthouse plugins (#6959)
1
core
null