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,476
31.12.2018 18:05:29
-3,600
3bf9acf07c0edb0d8e8aff64fa26221ca2ff279e
fix(router): pass parentContext (null) to the rendering engine
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ export class Viewport {\nif (this.nextComponent.enter) {\nthis.nextComponent.enter(this.nextInstruction, this.instruction);\n}\n- this.nextComponent.$hydrate(dom, projectorLocator, renderingEngine, host);\n+ this.nextComponent.$hydrate(dom, projectorLo...
TypeScript
MIT License
aurelia/aurelia
fix(router): pass parentContext (null) to the rendering engine
1
fix
router
67,476
31.12.2018 18:14:30
-3,600
6581dfbdd6135114ce0036d18a3007ccb5dd2b50
fix(create-element): pass null to parentContext
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ export class RenderPlan<T extends INode = Node> {\n}\npublic getElementTemplate(engine: IRenderingEngine, Type?: ICustomElementType<T>): ITemplate<T> {\n- return engine.getElementTemplate(this.dom, this.definition, Type);\n+ return engine.getElementTempl...
TypeScript
MIT License
aurelia/aurelia
fix(create-element): pass null to parentContext
1
fix
create-element
67,476
31.12.2018 18:25:48
-3,600
ae9c402ef69146c57df7fde39a70410e112da5f5
chore(kernel): fix di test
[ { "change_type": "MODIFY", "diff": "@@ -1051,9 +1051,17 @@ describe(`The Container class`, () => {\n});\ndescribe(`createChild()`, () => {\n- it(`creates a child with same config and sut as parent`, () => {\n+ it(`creates a child with same config and sut as parent, and copies over the resourceLookup`, () =>...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): fix di test
1
chore
kernel
67,476
31.12.2018 18:33:02
-3,600
1b3c7454ce48d5932ba0063dd35d3deeb225cba8
chore(runtime): fix test build error
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,8 @@ describe('@customElement', () => {\n{} as any,\n{ getElementProjector() { return null; }} as any,\nrenderingEngine,\n- host\n+ host,\n+ null\n);\n// Assert\n", "new_path": "packages/runtime/test/templating/custom-element.$hydrate.spec.ts", "old_p...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix test build error
1
chore
runtime
807,835
31.12.2018 19:21:13
-7,200
db5631e589fe75fff988a0c596e861b87117ee3f
feat(command): log whether CI environment has been detected Fixes
[ { "change_type": "MODIFY", "diff": "@@ -251,6 +251,10 @@ class Command {\nlog.info(\"versioning\", \"independent\");\n}\n+ if (!this.composed && this.options.ci) {\n+ log.info(\"ci\", \"enabled\");\n+ }\n+\nlet chain = Promise.resolve();\nchain = chain.then(() => this.project.getPackages());\n", "new_pa...
JavaScript
MIT License
lerna/lerna
feat(command): log whether CI environment has been detected (#1841) Fixes #1825
1
feat
command
67,476
01.01.2019 04:54:32
-3,600
39eaecf7393911de76464af0aec18db3d4dd637a
test(if/else): reimplement runtime unit tests to be node compatible and more though
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,8 @@ import {\nimport {\nRegistration,\nRuntimeCompilationResources,\n- Tracer\n+ Tracer,\n+ Writable\n} from '@aurelia/kernel';\nimport {\nAurelia,\n@@ -15,7 +16,20 @@ import {\nILifecycle,\nINodeSequence,\nISignaler,\n- LifecycleFlags\n+ LifecycleFlags,\n+ IR...
TypeScript
MIT License
aurelia/aurelia
test(if/else): reimplement runtime unit tests to be node compatible and more though
1
test
if/else
67,476
01.01.2019 04:55:00
-3,600
9f11a93b4547fef491bb081b218b70e1830a745b
fix(lifecycle): temporary solution for a mounting race condition
[ { "change_type": "MODIFY", "diff": "@@ -1172,6 +1172,24 @@ export class Lifecycle implements ILifecycle {\nthis.unmountTail = requestor;\n++this.unmountCount;\n}\n+ // this is a temporary solution until a cleaner method surfaces.\n+ // if an item being queued for unmounting is already in the mount queue,\n+...
TypeScript
MIT License
aurelia/aurelia
fix(lifecycle): temporary solution for a mounting race condition
1
fix
lifecycle
217,922
01.01.2019 12:39:59
-3,600
1e3bfd35bfd8923f116373c4358b18418a6dc62e
fix: only show warning icon if all of the available books are missing
[ { "change_type": "MODIFY", "diff": "</ul>\n</nz-dropdown>\n<ng-container *ngIf=\"missingBooks$ | async as missingBooks\">\n- <button nz-button nzGhost nzSize=\"small\" nzShape=\"circle\" nzType=\"danger\" *ngIf=\"missingBooks.length > 0\"\n+ <button nz-button nzGhost nzSize=\"small\" nzShape=\"circle\" nzTy...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: only show warning icon if all of the available books are missing
1
fix
null
217,922
01.01.2019 13:00:03
-3,600
b8334cfd8ee47fd3d5c090e2315f82904f7f170f
fix: craft and gathering buttons always last for better display
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"item-obtention\" nz-col nzXs=\"24\" nzSm=\"6\" nzMd=\"4\">\n<div fxLayout=\"row wrap\" fxLayoutGap=\"2px\" fxFlex=\"0 1 auto\">\n- <div *ngFor=\"let craft of item.craftedBy; trackBy: trackByCraft\"\n- [fxLayout]=\"item.craftedBy.length > 1?'column':'r...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: craft and gathering buttons always last for better display
1
fix
null
217,922
01.01.2019 13:20:20
-3,600
bc8cfaad7906203b13de5848244edb02ad7053c6
feat(alarms): you can now delete alarms inside the drawer and the overlay
[ { "change_type": "MODIFY", "diff": "<i nz-icon type=\"environment-o\"></i>\n</button>\n</div>\n+ <div class=\"delete-icon\" (click)=\"deleteAlarm(row.alarm)\">\n+ <i nz-icon type=\"close\"></i>\n+ </div>\n</div>\n<nz-divider *ngIf=\"!last\"></nz-divider>\n</div>\n", "new_path": "apps/client/src/app/modu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): you can now delete alarms inside the drawer and the overlay
1
feat
alarms
217,922
01.01.2019 14:04:07
-3,600
4027c4c282e60072b34d3565ad80ca05506c5d8f
chore: second fix for masterbooks change made earlier
[ { "change_type": "MODIFY", "diff": "</nz-dropdown>\n<ng-container *ngIf=\"missingBooks$ | async as missingBooks\">\n<button nz-button nzGhost nzSize=\"small\" nzShape=\"circle\" nzType=\"danger\"\n- *ngIf=\"missingBooks.length === item.masterbooks.length\"\n+ *ngIf=\"missingBooks?.length > 0 && missingBooks...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: second fix for masterbooks change made earlier
1
chore
null
217,922
01.01.2019 14:08:39
-3,600
7fe04dfbb9ad69fea7caf2f52635b8fbe2f23ec6
fix: large lists details panels are now collapsed by default
[ { "change_type": "MODIFY", "diff": "@@ -394,6 +394,10 @@ export class List extends DataWithPermissions {\nreturn added;\n}\n+ public isLarge(): boolean {\n+ return this.items.length > 100;\n+ }\n+\n/**\n* Gets the total amount needed for a given item based on requirements of the crafts in the list.\n* @para...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: large lists details panels are now collapsed by default
1
fix
null
217,922
01.01.2019 14:40:34
-3,600
189864cad1148bdddceca6cbce9d38408911ef84
fix: implemented a possible fix for merge popup, needs more testing
[ { "change_type": "MODIFY", "diff": "</nz-tag>\n<nz-tag *ngIf=\"list.isOutDated()\" [nzColor]=\"'magenta'\" nz-tooltip\n[nzTitle]=\"'LIST_TAGS.Outdated' | translate\"></nz-tag>\n- <nz-tag *ngFor=\"let tag of list.tags\">{{('LIST_TAGS.' + tag) | translate}}</nz-tag>\n+ <nz-tag *ngFor=\"let tag of list.tags\">...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: implemented a possible fix for merge popup, needs more testing
1
fix
null
531,793
01.01.2019 16:00:07
0
87b93288b98b2e01b1b8da25b3c17593bd8f6729
feat(ci): check for git diff after go get in CI This will fail if go.sum is incomplete and running go get causes new lines to be added
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,15 @@ jobs:\n- DESC=\"Lint documentation\"\nscript: make lint-docs\n+ - state: Lint\n+ <<: *DEFAULTS_GO\n+ env:\n+ - DESC=\"Verify go.sum\"\n+ script:\n+ - make mock-assets\n+ - GO111MODULE=on go get -d -v\n+ - git diff --exit-code\n+\n- stage: Build Docker i...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): check for git diff after go get in CI This will fail if go.sum is incomplete and running go get causes new lines to be added
1
feat
ci
217,922
01.01.2019 17:53:43
-3,600
c569ee7c533f377a5fa2d39ca3e2d33441a6c4b7
fix(merge): fixed a bad import causing merge popup to
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,7 @@ import { ProgressPopupService } from '../../../modules/progress-popup/progress-p\nimport { NzMessageService, NzModalRef } from 'ng-zorro-antd';\nimport { debounceTime, filter, first, map, skip, switchMap, tap } from 'rxjs/operators';\nimport { TranslateSer...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(merge): fixed a bad import causing merge popup to
1
fix
merge
679,913
01.01.2019 18:06:39
0
b10c8d67e9ad66850814252af3918212dc1af0fc
refactor(geom): prep/update intersectShape() w/ new dispatch fn
[ { "change_type": "MODIFY", "diff": "@@ -210,6 +210,7 @@ export type Tessellator = (points: Vec[]) => Vec[][];\nexport type VecPair = [Vec, Vec];\nconst dispatch = (x: IShape) => x.type;\n+const dispatch2 = (a: IShape, b: IShape) => a.type + \"-\" + b.type;\nexport const arcLength: MultiFn1<IShape, number> =...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): prep/update intersectShape() w/ new dispatch fn
1
refactor
geom
679,913
01.01.2019 18:19:44
0
d47798edee3b628d7e27ed0098766aa11f15abaa
refactor(examples): update gesture analysis demo
[ { "change_type": "MODIFY", "diff": "+import { resample, vertices } from \"@thi.ng/geom2/api\";\n+import { polyline as _polyline } from \"@thi.ng/geom2/polyline\";\nimport { circle } from \"@thi.ng/hiccup-svg/circle\";\nimport { group } from \"@thi.ng/hiccup-svg/group\";\nimport { polyline } from \"@thi.ng/h...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update gesture analysis demo
1
refactor
examples
679,913
01.01.2019 18:22:36
0
488698a617b5c255a20c2eb3f5312cb31b087030
feat(defmulti): add addAll(), add/update doc strings
[ { "change_type": "MODIFY", "diff": "@@ -25,11 +25,58 @@ export type Implementation7<A, B, C, D, E, F, G, T> = (a: A, b: B, c: C, d: D, e\nexport type Implementation8<A, B, C, D, E, F, G, H, T> = (a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, ...xs: any[]) => T;\nexport interface MultiFnBase<I> {\n- add(id...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add addAll(), add/update doc strings
1
feat
defmulti
217,922
01.01.2019 18:56:48
-3,600
a861241bb87fab440cd5092aaff7abf92ca705bc
fix: fixed an issue with ephemeral lists deletion
[ { "change_type": "MODIFY", "diff": "@@ -194,9 +194,10 @@ export class ListsEffects {\n@Effect()\ndeleteListFromDatabase$ = this.actions$.pipe(\n- ofType(ListsActionTypes.DeleteList),\n- map(action => action as DeleteList),\n- mergeMap(action => this.listService.remove(action.key)),\n+ ofType<DeleteList>(Lis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with ephemeral lists deletion
1
fix
null
217,922
01.01.2019 19:03:41
-3,600
41a75404272686227f19e08df0619f45eb7560ab
feat(merge): added a checkbox to delete lists after merging them
[ { "change_type": "MODIFY", "diff": "<ng-container *ngTemplateOutlet=\"listsDisplay; context: {$implicit: workshopDisplay.lists}\"></ng-container>\n</div>\n+<div fxLayout=\"row\" fxLayoutGap=\"10px\">\n<button [disabled]=\"selectedLists.length < 2 || merging\" nz-button (click)=\"merge()\">{{'Confirm' | tran...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(merge): added a checkbox to delete lists after merging them
1
feat
merge
531,793
01.01.2019 21:33:24
0
09d1196df0e8e7f12b99e630d4727d15aa0785fa
fix(ui): user alertmanager label as argument for filter
[ { "change_type": "MODIFY", "diff": "@@ -75,6 +75,34 @@ describe(\"<SilencePreview />\", () => {\nexpect(fetch).toHaveBeenCalled();\n});\n+ it(\"fetch uses correct filters with single Alertmanager instance\", async () => {\n+ fetch.mockResponse(JSON.stringify(MockAPIResponse()));\n+ silenceFormStore.data.ale...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): user alertmanager label as argument for @alertmanager filter
1
fix
ui
531,793
01.01.2019 21:54:17
0
62db6859eafb53f5bc99c54fde01f8de4b968a0f
fix(ui): use new style alertmanager input values
[ { "change_type": "MODIFY", "diff": "@@ -7,16 +7,13 @@ import { observer } from \"mobx-react\";\nimport ReactSelect from \"react-select\";\nimport { AlertStore } from \"Stores/AlertStore\";\n-import { SilenceFormStore } from \"Stores/SilenceFormStore\";\n+import {\n+ SilenceFormStore,\n+ AlertmanagerClusters...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): use new style alertmanager input values
1
fix
ui
531,793
01.01.2019 22:17:23
0
8c80f744873e85d58808889388b812c9ad38d69a
fix(ui): prevent duplicated Alertmanager input options Select value is an array, turn it into a string before checking if it's already selected
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ const AlertManagerInput = observer(\noptions={AlertmanagerClustersToOption(\nalertStore.data.upstreams.clusters\n)}\n+ getOptionValue={JSON.stringify}\nplaceholder={\nsilenceFormStore.data.wasValidated ? (\n<ValidationError />\n", "new_path": "ui/src...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): prevent duplicated Alertmanager input options Select value is an array, turn it into a string before checking if it's already selected
1
fix
ui
531,793
01.01.2019 22:22:15
0
abd14bb079700911f49dd5a755180f4c4e3171a4
fix(test): use correct alertmanager option format in tests
[ { "change_type": "MODIFY", "diff": "@@ -167,9 +167,7 @@ describe(\"<SilenceForm />\", () => {\nmatcher.name = \"job\";\nmatcher.values = [{ label: \"node_exporter\", value: \"node_exporter\" }];\nsilenceFormStore.data.matchers = [matcher];\n- silenceFormStore.data.alertmanagers = [\n- { label: \"am1\", valu...
TypeScript
Apache License 2.0
prymitive/karma
fix(test): use correct alertmanager option format in tests
1
fix
test
67,476
01.01.2019 22:29:40
-3,600
496ced88524e82b6ab6e94744d5945e02092f721
ci: fix commit-dist script ref
[ { "change_type": "MODIFY", "diff": "@@ -283,7 +283,7 @@ commands:\n- run:\nname: \"Replace package.json refs and add them\"\ncommand: |\n- npm run replace-package-refs:rollup\n+ npm run change-package-refs:rollup\ngit add .\n- run:\nname: \"Commit dist folders and package.jsons\"\n", "new_path": ".circl...
TypeScript
MIT License
aurelia/aurelia
ci: fix commit-dist script ref
1
ci
null
217,922
01.01.2019 22:32:19
-3,600
3ab16d82fe4a42b777fe2b7d8226ada1011dcb24
fix: fixed an issue with amount increase in precrafts bumping amounts in ingredients
[ { "change_type": "MODIFY", "diff": "@@ -198,7 +198,7 @@ export class List extends DataWithPermissions {\nconst previousUsed = item.used;\n// Update used amount\nitem.used += amount;\n- if (item.used > previousUsed && item.used >= Math.max(item.done + amount, item.amount)) {\n+ if (item.used > previousUsed &...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with amount increase in precrafts bumping amounts in ingredients
1
fix
null
679,913
02.01.2019 03:06:35
0
161199f40e29d846064b69fe8f04b790021d186e
feat(geom): add/rename type ids, add sphere, isec fns
[ { "change_type": "MODIFY", "diff": "@@ -29,19 +29,25 @@ import { subdivKernel3 } from \"./internal/subdiv-curve\";\nimport { warpPoints } from \"./internal/warp\";\nexport const enum Type {\n+ AABB = \"aabb\",\nARC2 = \"arc\",\n- CIRCLE2 = \"circle\",\n+ CIRCLE = \"circle\",\nCUBIC2 = \"cubic\",\n- ELLIPSE2...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add/rename type ids, add sphere, isec fns
1
feat
geom
67,494
02.01.2019 03:08:25
-3,600
45b58e635f8d682cbae5648f6eddc423df311803
refactor(router): move late viewport element catch up into viewport
[ { "change_type": "MODIFY", "diff": "@@ -211,19 +211,20 @@ export class Scope {\nviewport = this.viewports[name] = new Viewport(this.router, name, element, this, scope, options);\n}\nif (element) {\n- // First added viewport with element is always scope viewport (except for root scope)\n- if (viewport.scope ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): move late viewport element catch up into viewport
1
refactor
router
67,476
02.01.2019 04:13:47
-3,600
b106cdf243dc779dd812a152eba6e64cb6d6803a
perf(repeat): reuse existing binding context if a mutated item is the same
[ { "change_type": "MODIFY", "diff": "@@ -150,7 +150,7 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\n} else {\nforOf.iterate(items, (arr, i, item: (string | number | boolean | ObservedCollection | IIndexable)) => {\nconst view = views[i];\n- if (indexMap[i] === i && !!vi...
TypeScript
MIT License
aurelia/aurelia
perf(repeat): reuse existing binding context if a mutated item is the same
1
perf
repeat
67,476
02.01.2019 09:38:45
-3,600
e8cdf4ad5ebdc62caae96375076cd6c82c6c4730
test(repeat): add some preliminary integration tests with au-dom
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import {\nimport {\nparseExpression\n} from '../../jit/src/index';\n+import { TargetedInstruction } from '../dist';\nimport {\naddBindable,\nAurelia,\n@@ -52,7 +53,6 @@ import {\nTemplateDefinition,\nToViewBindingInstruction\n} from '../src/index';\n-imp...
TypeScript
MIT License
aurelia/aurelia
test(repeat): add some preliminary integration tests with au-dom
1
test
repeat
217,922
02.01.2019 09:50:23
-3,600
123a970ee462049245d8f0b9ab5db81b7525aaa5
feat(desktop): added support for linux desktop build
[ { "change_type": "MODIFY", "diff": "\"translations:clean\": \"node tools/translations-cleaner.js\",\n\"electron:start\": \"electron ./desktop/main.js\",\n\"electron:start:no-decorators\": \"electron ./desktop/main.js --native-titlebar\",\n- \"electron:setup:build\": \"del-cli release/* && npm run build:elec...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): added support for linux desktop build
1
feat
desktop
67,476
02.01.2019 12:12:37
-3,600
2b8c27e832b7eb883db04a24635809d95bf79739
chore(runtime-pixi): add initial package structure for pixijs
[ { "change_type": "MODIFY", "diff": "\"packages/router\",\n\"packages/runtime\",\n\"packages/runtime-html\",\n+ \"packages/runtime-pixi\",\n\"packages/testing\",\n\"packages/validation\"\n],\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY", "diff": "\"in...
TypeScript
MIT License
aurelia/aurelia
chore(runtime-pixi): add initial package structure for pixijs
1
chore
runtime-pixi
67,476
02.01.2019 13:05:59
-3,600
0a676f19e7059de7e898d5dcc825201078feb973
chore(jit-pixi): add initial package structure for pixijs
[ { "change_type": "MODIFY", "diff": "\"packages/debug\",\n\"packages/jit\",\n\"packages/jit-html\",\n+ \"packages/jit-pixi\",\n\"packages/kernel\",\n\"packages/plugin-parcel\",\n\"packages/plugin-requirejs\",\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY",...
TypeScript
MIT License
aurelia/aurelia
chore(jit-pixi): add initial package structure for pixijs
1
chore
jit-pixi
67,476
02.01.2019 13:14:02
-3,600
0f5d272cdb30fc09bac7ec543532097277dbba6a
chore(pixi): add basic example app setup
[ { "change_type": "ADD", "diff": "+dist\n+.cache\n", "new_path": "examples/jit-pixi-webpack-ts/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+package-lock=false\n", "new_path": "examples/jit-pixi-webpack-ts/.npmrc", "old_path": null }, { "change_type": ...
TypeScript
MIT License
aurelia/aurelia
chore(pixi): add basic example app setup
1
chore
pixi
273,683
02.01.2019 13:44:32
-3,600
4024ace18fc5094b015beaf8ced6e9f952bbd383
fix(router): add leading slash to routes
[ { "change_type": "MODIFY", "diff": "@@ -170,10 +170,21 @@ test('add type with ref', () => {\n})\n})\n-test('add type with dynamic route', () => {\n- const api = createPlugin()\n+test('add nodes with custom paths', () => {\n+ const contentType = createPlugin().store.addContentType({\n+ typeName: 'TestPost'\n...
JavaScript
MIT License
gridsome/gridsome
fix(router): add leading slash to routes
1
fix
router
217,922
02.01.2019 13:45:29
-3,600
bd7420a14cad02bd9fb496fa5bcba0311890b1f4
fix(levequests): fixed an issue with crafts amount inside some leves
[ { "change_type": "MODIFY", "diff": "@@ -193,7 +193,7 @@ export class LevequestsComponent implements OnInit {\n...leves.map(leve => {\nconst recipe = leve.recipes.find(r => r.jobId === leve.jobId);\nreturn this.listManager.addToList(leve.itemId, list, recipe.recipeId,\n- this.craftAmount(leve));\n+ leve.item...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed an issue with crafts amount inside some leves
1
fix
levequests
217,922
02.01.2019 13:47:58
-3,600
fe6530e05853195a2470320228d9825d867c323c
fix(community-lists): hide the paginator if there's no results
[ { "change_type": "MODIFY", "diff": "<app-list-panel *ngFor=\"let list of lists; trackBy: trackByList\" [list]=\"list\"\n[publicDisplay]=\"true\"></app-list-panel>\n<nz-pagination [nzPageIndex]=\"page$ | async\" (nzPageIndexChange)=\"page$.next($event)\" [nzTotal]=\"totalLength\"\n+ *ngIf=\"totalLength > 0\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-lists): hide the paginator if there's no results
1
fix
community-lists
217,922
02.01.2019 13:50:36
-3,600
998d401b5eaa7a3061a5deea5be27eaaa15e98ec
fix(list): fixed a bug with team assignation and community lists
[ { "change_type": "MODIFY", "diff": "*ngIf=\"!publicDisplay\">\n{{'PERMISSIONS.Title' | translate}}\n</li>\n+ <ng-container *ngIf=\"!publicDisplay\">\n<li nz-submenu *ngIf=\"teams$ | async as teams\">\n<span title>{{'TEAMS.Assign_list' | translate}}</span>\n<ul>\n<li *ngFor=\"let team of teams\" nz-menu-item...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed a bug with team assignation and community lists
1
fix
list
679,913
02.01.2019 14:28:55
0
cd175866a071a370704275d89c39c20d1d4927de
fix(transducers): add reduced() handling for cat()
[ { "change_type": "MODIFY", "diff": "import { Reducer, Transducer } from \"../api\";\nimport { compR } from \"../func/compr\";\n-import { isReduced } from \"../reduced\";\n+import { isReduced, unreduced, ensureReduced } from \"../reduced\";\n/**\n- * Transducer to concatenate iterable values.\n+ * Transducer...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): add reduced() handling for cat()
1
fix
transducers
679,913
02.01.2019 14:38:11
0
1d29153c81bb55e58eefed5eb86d18c6e84dd18b
feat(defmulti): add opt fallback arg for defmultiN(), update docs
[ { "change_type": "MODIFY", "diff": "@@ -110,9 +110,9 @@ foo.rels();\nReturns a multi-dispatch function which delegates to one of the provided\nimplementations, based on the arity (number of args) when the function\nis called. Internally uses `defmulti`, so new arities can be dynamically\n-added (or removed)...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add opt fallback arg for defmultiN(), update docs
1
feat
defmulti
679,913
02.01.2019 14:51:05
0
731ede0243e16e925a82f6ee241d92485ab0b5b1
build: update deps (defmulti / transducers)
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.2.4\",\n\"@thi.ng/compose\": \"^0.3.0\",\n- \"@thi.ng/defmulti\": \"^0.6.0\",\n+ \"@thi.ng/defmulti\": \"^0.7.0\",\n\"@thi.ng/errors\": \"^0.1.12\",\n\"@thi.ng/strings\": \"^0.7.1\",\n- \"@thi.ng/transducers\": \"^2.3.1\",\n+ \"@...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update deps (defmulti / transducers)
1
build
null
807,849
02.01.2019 15:12:57
28,800
169c94340f9d3933b3bee6718b95b5dbd4dacc5a
fix(bootstrap): Bail out of hoisted recursive lifecycles Fixes
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,11 @@ describe(\"BootstrapCommand\", () => {\ncreateSymlink.mockResolvedValue();\ndescribe(\"lifecycle scripts\", () => {\n+ afterEach(() => {\n+ delete process.env.LERNA_EXEC_PATH;\n+ delete process.env.LERNA_ROOT_PATH;\n+ });\n+\nit(\"should run preinstall,...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Bail out of hoisted recursive lifecycles Fixes #1125
1
fix
bootstrap
807,849
02.01.2019 15:23:53
28,800
4cd375df3f32f73e0189bcae3aaaf83a2dca2e92
refactor(npm-publish): Do not pipeline target Package instance
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ const registry = new Map();\nconst mockNpmPublish = jest.fn((pkg, tag) => {\nregistry.set(pkg.name, tag);\n- return Promise.resolve(pkg);\n+ return Promise.resolve();\n});\n// a convenient format for assertions\n", "new_path": "commands/__mocks__/@lern...
JavaScript
MIT License
lerna/lerna
refactor(npm-publish): Do not pipeline target Package instance
1
refactor
npm-publish
807,849
02.01.2019 15:28:18
28,800
de8ed8898f7605ed4b56f20cf28191ba9e605209
refactor(run-lifecycle): Do not pipeline target Package instance
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ const mockCreateRunner = jest.fn(() => (pkg, stage) => {\nreturn mockRunLifecycle(pkg, stage);\n}\n- return Promise.resolve(pkg);\n+ return Promise.resolve();\n});\nfunction getOrderedCalls() {\n", "new_path": "commands/__mocks__/@lerna/run-lifecycle.j...
JavaScript
MIT License
lerna/lerna
refactor(run-lifecycle): Do not pipeline target Package instance
1
refactor
run-lifecycle
807,849
02.01.2019 15:38:24
28,800
0ef71fb7373f188f218d4f1d80a11e587ed79718
refactor(run-lifecycle): Improve logging
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ function runLifecycle(pkg, stage, _opts) {\nconst config = {};\nif (!pkg.scripts || !pkg.scripts[stage]) {\n- opts.log.silly(\"run-lifecycle\", \"No script for %j in %j, continuing\", stage, pkg.name);\n+ opts.log.silly(\"lifecycle\", \"No script for %j ...
JavaScript
MIT License
lerna/lerna
refactor(run-lifecycle): Improve logging
1
refactor
run-lifecycle
573,227
02.01.2019 15:42:51
28,800
06c220d2d9629e3510aed493a8877629bbc0c4ae
feat(plugins): do not include user-input in UnsupportedMediaTypeError message (VError fails), move it to info
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ function bodyReader(options) {\nvar hash;\nvar md5;\n- var unsupportedCompression;\n+ var unsupportedContentEncoding;\nif ((md5 = req.headers['content-md5'])) {\nhash = crypto.createHash('md5');\n@@ -104,9 +104,17 @@ function bodyReader(options) {\nfunct...
JavaScript
MIT License
restify/node-restify
feat(plugins): do not include user-input in UnsupportedMediaTypeError message (VError fails), move it to info (#1733)
1
feat
plugins
807,849
02.01.2019 15:44:29
28,800
ae29097b167c5f80b5ca7f4fd0800b2e882a3476
fix(run-lifecycle): Short-circuit ignore options
[ { "change_type": "MODIFY", "diff": "@@ -73,14 +73,14 @@ describe(\"runLifecycle()\", () => {\nversion: \"1.0.0-dashed\",\nlocation: \"dashed-location\",\nscripts: {\n- prepublish: \"test\",\n+ \"dashed-options\": \"test\",\n},\n};\nconst dir = pkg.location;\n- const stage = \"prepublish\";\n+ const stage = ...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Short-circuit ignore options
1
fix
run-lifecycle
807,849
02.01.2019 15:45:19
28,800
b7255daedf184b67f94ad7d26172ce745976a3ca
refactor(run-lifecycle): Reasonable default for opts.unsafe-perm
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ describe(\"runLifecycle()\", () => {\n[\"node-options\", true],\n[\"script-shell\", true],\n[\"scripts-prepend-node-path\", true],\n- [\"unsafe-perm\", true],\n+ [\"unsafe-perm\", false],\n]);\nawait runLifecycle(pkg, stage, opts);\n@@ -99,7 +99,7 @@ des...
JavaScript
MIT License
lerna/lerna
refactor(run-lifecycle): Reasonable default for opts.unsafe-perm
1
refactor
run-lifecycle
217,922
02.01.2019 15:49:08
-3,600
f8ae9c722382a3a24139729318dd33f7c05b980a
feat(theme): added red and purple themes
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,11 @@ export class Theme {\npublic static readonly BLUE = new Theme('BLUE', 'blue', false);\n- public static ALL_THEMES = [Theme.DEFAULT, Theme.GREEN, Theme.BLUE];\n+ public static readonly RED = new Theme('RED', 'red', false);\n+\n+ public static readonly PURP...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(theme): added red and purple themes
1
feat
theme
807,849
02.01.2019 15:50:52
28,800
089392d242b6326f4865f81a8083ea858ed4091b
fix(version): Avoid recursive root lifecycle execution Fixes
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,12 @@ const initFixture = require(\"@lerna-test/init-fixture\")(path.resolve(__dirname,\nconst lernaVersion = require(\"@lerna-test/command-runner\")(require(\"../command\"));\ndescribe(\"lifecycle scripts\", () => {\n+ const npmLifecycleEvent = process.env.n...
JavaScript
MIT License
lerna/lerna
fix(version): Avoid recursive root lifecycle execution Fixes #1844
1
fix
version
807,849
02.01.2019 15:53:18
28,800
e1331344dcd849bd8550a7115115dfe7c4d28afc
fix(publish): Avoid recursive root lifecycle execution
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,12 @@ const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\nconst lernaPublish = require(\"@lerna-test/command-runner\")(require(\"../command\"));\ndescribe(\"lifecycle scripts\", () => {\n+ const npmLifecycleEvent = process.env.npm_lifecycle...
JavaScript
MIT License
lerna/lerna
fix(publish): Avoid recursive root lifecycle execution
1
fix
publish
807,849
02.01.2019 15:56:00
28,800
c5676bb69f1d52006084e544016a97c7d58706a3
fix(publish): Run root prepublish lifecycle if it exists
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ describe(\"lifecycle scripts\", () => {\n[\"package-1\", \"postversion\"],\n[\"lifecycle\", \"postversion\"],\n// publish-specific\n+ [\"lifecycle\", \"prepublish\"],\n[\"lifecycle\", \"prepare\"],\n[\"lifecycle\", \"prepublishOnly\"],\n[\"lifecycle\", \...
JavaScript
MIT License
lerna/lerna
fix(publish): Run root prepublish lifecycle if it exists
1
fix
publish
273,683
02.01.2019 16:07:24
-3,600
4215a1c672dd7a34665b1799373b9f1d6590907b
test(build): render svg image tag
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n+<svg\n+ xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n+ xmlns:cc=\"http://creativecommons.org/ns#\"\n+ xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n+ xmlns:svg=\"http://www.w3.org/2000/svg\"\n+ xm...
JavaScript
MIT License
gridsome/gridsome
test(build): render svg image tag
1
test
build
573,186
02.01.2019 17:20:26
28,800
7a1378b0353e9b3f1b630e4cab489c8c578000f5
fix: emit after event with proper error param for node versions >= 11.4.0
[ { "change_type": "MODIFY", "diff": "@@ -1258,8 +1258,14 @@ Server.prototype._finishReqResCycle = function _finishReqResCycle(\n// after event has signature of function(req, res, route, err) {...}\nself.emit('after', req, res, route, err || res.err);\n} else {\n- // preserve error for actual finish\n- res.er...
JavaScript
MIT License
restify/node-restify
fix: emit after event with proper error param for node versions >= 11.4.0 (#1732)
1
fix
null
503,918
02.01.2019 17:26:30
-7,200
47c4de08a07544393c089b4dbc31545f3c2a8196
fix(Form): fix type definitions
[ { "change_type": "MODIFY", "diff": "-import { SFC, HTMLProps, ReactNode } from 'react';\n+import { SFC, HTMLProps } from 'react';\n-export interface ActionGroupProps extends React.Component<HTMLDivElement> {\n- children?: ReactNode;\n- className?: string;\n-}\n+export interface ActionGroupProps extends HTML...
TypeScript
MIT License
patternfly/patternfly-react
fix(Form): fix type definitions (#1112) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Form
807,849
02.01.2019 17:38:01
28,800
b44f2f9a802aadfcc7700ac643826235f8c8858b
fix(publish): Give up trying to validate third-party registries Fixes Fixes And likely a billion others.
[ { "change_type": "MODIFY", "diff": "@@ -344,6 +344,16 @@ Set {\nexpect(logMessages).toContain(\"Yarn's registry proxy is broken, replacing with public npm registry\");\nexpect(logMessages).toContain(\"If you don't have an npm token, you should exit and run `npm login`\");\n});\n+\n+ it(\"skips validation on...
JavaScript
MIT License
lerna/lerna
fix(publish): Give up trying to validate third-party registries Fixes #1685 Fixes #1687 And likely a billion others.
1
fix
publish
217,922
02.01.2019 17:39:30
-3,600
9fbb298df2dd7ea3d87a45d6e9d0a179bc385b5c
feat(import): added callback queryparam
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ import { FormsModule } from '@angular/forms';\nimport { ProgressPopupModule } from '../../modules/progress-popup/progress-popup.module';\nimport { ListPickerModule } from '../../modules/list-picker/list-picker.module';\nimport { MaintenanceGuard } from '...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(import): added callback queryparam
1
feat
import
807,849
02.01.2019 17:40:36
28,800
4300a0704c6fd2722ec4b0ee54371f0d4ef8a823
chore(release): publish v3.8.3
[ { "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.8.3](https://github.com/lerna/lerna/compare/v3.8.2...v3.8.3) (2019-01-03)\n+\n+\n+### Bug Fixes\n+\n+* **publis...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.8.3
1
chore
release
807,849
02.01.2019 17:49:24
28,800
31982a153d1cf50e094400d64b7bcff3eccf1fa6
fix(publish): Pass username to access.lsPackages()
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ Set {\nexpect(verifyNpmPackageAccess).toHaveBeenCalled();\nexpect(verifyNpmPackageAccess).toHaveBeenLastCalledWith(\nexpect.any(Array),\n+ \"lerna-test\",\nexpect.figgyPudding({ registry: \"https://registry.npmjs.org/\" })\n);\n});\n", "new_path": ...
JavaScript
MIT License
lerna/lerna
fix(publish): Pass username to access.lsPackages()
1
fix
publish
807,849
02.01.2019 17:50:44
28,800
c7fa58029f7e0f057ed89b29caae36bc28e48f73
chore(release): publish v3.8.4
[ { "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.8.4](https://github.com/lerna/lerna/compare/v3.8.3...v3.8.4) (2019-01-03)\n+\n+\n+### Bug Fixes\n+\n+* **publis...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.8.4
1
chore
release
217,922
02.01.2019 17:57:49
-3,600
74c152a6d13d5750326615b6af4be1c0a5af3378
chore: removed alarm aetheryte name id in sidebar
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n<div class=\"timer\">{{row.remainingTime | timer}}</div>\n<div *ngIf=\"overlayMode\"\n- class=\"map\">{{(row.alarm.aetheryte?.nameid || row.alarm.mapId) | placeName | i18n}}</div>\n+ class=\"map\">{{(row.alarm.mapId) | plac...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed alarm aetheryte name id in sidebar
1
chore
null
217,922
02.01.2019 17:59:24
-3,600
c2977f5d16505d6b8c9ad16dccb7596e3f97fd43
fix(alarms): fixed a display error with alarm aetherytes
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n<div class=\"timer\">{{row.remainingTime | timer}}</div>\n<div *ngIf=\"overlayMode\"\n- class=\"map\">{{(row.alarm.mapId) | placeName | i18n}}</div>\n+ class=\"map\">{{(row.alarm.mapId | closestAetheryte: row.alarm.coords |...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed a display error with alarm aetherytes
1
fix
alarms
815,573
02.01.2019 18:21:26
-28,800
4bf955504ce20de3d68e6c55c46809e423864220
fix: shared data clone
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ use std::thread::{self, JoinHandle};\npub struct ChainService<CI> {\nshared: Shared<CI>,\nnotify: NotifyController,\n+ block_verifier: BlockVerifier<Shared<CI>>,\n}\n#[derive(Clone)]\n@@ -59,7 +60,12 @@ pub struct BlockInsertionResult {\nimpl<CI: ChainIn...
Rust
MIT License
nervosnetwork/ckb
fix: shared data clone
1
fix
null
217,922
02.01.2019 18:36:00
-3,600
23b40b77eb19a910c43beb5c6b72a574d9cf34b5
chore: added new patreon supporters to the loading screen
[ { "change_type": "MODIFY", "diff": "'Nunosi Ior',\n'Arik Dazkar',\n'latenightwreck',\n- 'Modestie'\n+ 'Modestie',\n+ 'S\\'irle Alythia',\n+ 'Alban Ashcroft',\n+ 'Nachtiyrn Thosinsyn'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').inne...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added new patreon supporters to the loading screen
1
chore
null
217,922
02.01.2019 21:01:08
-3,600
c700b7c167a3b43f3a965eec541315968536cc49
fix(rotations): fixed an UX issue with rotation folders drag and drop
[ { "change_type": "MODIFY", "diff": "}\n.rotations-container {\n- min-height: 5px;\n+ min-height: 75px;\n}\n", "new_path": "apps/client/src/app/pages/simulator/components/rotation-folder-panel/rotation-folder-panel.component.less", "old_path": "apps/client/src/app/pages/simulator/components/rotation-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotations): fixed an UX issue with rotation folders drag and drop
1
fix
rotations
730,412
02.01.2019 21:26:06
0
537cc25558fb97c9247baab8cf2f8c0159c2a315
chore(release): 0.1.399
[ { "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.399\"></a>\n+## [0.1.399](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.399
1
chore
release
679,913
03.01.2019 00:13:45
0
e03390b1ae3fcebb8ff42cf10abf3bbe44400f24
feat(fsm): import fsm package
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/fsm/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(fsm): import fsm package
1
feat
fsm
679,913
03.01.2019 00:14:24
0
9875cda8deba157ced86693b573b6fd7055aad64
feat(examples): add markdown parser example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/markdown/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta http-equiv=\"Content-Type\" content=\"text/html...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add markdown parser example
1
feat
examples
67,494
03.01.2019 02:48:20
-3,600
a38973f3f6fb144c148d25d7a4f2713df6a2b508
test(router): add debug for detached bug
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export class ViewportCustomElement {\n}\nthis.viewport = this.router.addViewport(this.name, this.element, options);\n}\n- public unbound(): void {\n+ public detached(): void {\nthis.router.removeViewport(this.viewport);\n}\n}\n", "new_path": "package...
TypeScript
MIT License
aurelia/aurelia
test(router): add debug for detached bug
1
test
router
679,913
03.01.2019 03:29:24
0
b04e07470a24450ce2b4c97f527edf77a2897344
feat(examples): update MD parser, add parse rules & custom tag support
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ syntax features, but already supports so far:\n- inline links\n- images\n- flat unordered lists\n-- inline formats (**bold**, _emphasis_, `code`) in paragraphs & lists\n+- inline formats (**bold**, _emphasis_, `code`, ~~strikethrough~~) in paragraphs & l...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update MD parser, add parse rules & custom tag support
1
feat
examples
67,494
03.01.2019 04:33:19
-3,600
86ef8a769b6cb2d36c7d4a96c6f6871b618a8027
feat(router): add lifecycle hooks & update import references
[ { "change_type": "MODIFY", "diff": "-import { bindable, CustomElementResource, INode } from '@aurelia/runtime';\n+import { bindable, CustomElementResource, INode, LifecycleFlags } from '@aurelia/runtime';\nimport { Router } from '../router';\nimport { IViewportOptions, Viewport } from '../viewport';\n@@ -23...
TypeScript
MIT License
aurelia/aurelia
feat(router): add lifecycle hooks & update import references
1
feat
router
67,476
03.01.2019 05:47:36
-3,600
366301f11b43818b8601bef244a6eed84f7fe7ef
fix(binding): force updateSourceExpression when bindingMode is fromView
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,11 @@ export class Binding implements IPartialConnectableBinding {\nconst locator = this.locator;\nflags |= this.persistentFlags;\n+ if (this.mode === BindingMode.fromView) {\n+ flags &= ~LifecycleFlags.updateTargetInstance;\n+ flags |= LifecycleFlags.updateS...
TypeScript
MIT License
aurelia/aurelia
fix(binding): force updateSourceExpression when bindingMode is fromView
1
fix
binding
67,476
03.01.2019 05:48:16
-3,600
233dd69dffca5bed7ff5f2ab2e635283b8047038
fix(template-binder): handle ref attribute on custom elements
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,7 @@ export class TemplateBinder {\n// the template compiler will translate it to the correct instruction\n(manifest as CustomElementSymbol).bindings.push(new BindingSymbol(command, bindable, expr, attrSyntax.rawValue, attrSyntax.target));\nmanifest.isTarge...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): handle ref attribute on custom elements
1
fix
template-binder
67,476
03.01.2019 05:48:49
-3,600
9a53ba84f72e0d3b57fab1bc5950a8a27929601f
feat(runtime-pixi): simple initial implementation for renderer and sprite
[ { "change_type": "MODIFY", "diff": "-import { DI, IContainer } from '@aurelia/kernel';\n+import { DI, IContainer, IRegistry } from '@aurelia/kernel';\nimport { HTMLRuntimeConfiguration } from '@aurelia/runtime-html';\n+import { PixiApp } from './resources/custom-elements/pixi-app';\n+import { PixiSprite } f...
TypeScript
MIT License
aurelia/aurelia
feat(runtime-pixi): simple initial implementation for renderer and sprite
1
feat
runtime-pixi
67,476
03.01.2019 05:52:30
-3,600
fb9f709bbd0e60a4bae4fea68553c484fae212a3
chore(pixi): add a basic example
[ { "change_type": "MODIFY", "diff": "<head>\n<meta charset=\"utf-8\">\n- <title>Aurelia</title>\n+ <title>Aurelia Pixi</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n</head>\n", "new_path": "examples/jit-pixi-webpack-ts/index.ejs", "old_path": "examples/jit-pixi-we...
TypeScript
MIT License
aurelia/aurelia
chore(pixi): add a basic example
1
chore
pixi
67,476
03.01.2019 06:11:34
-3,600
6b78bbf1363da72ee3c1e8fba28e721194b2decc
fix(pixi): leave the resource task out for now
[ { "change_type": "MODIFY", "diff": "-import { customElement, ICustomElement } from '@aurelia/runtime';\n+import { customElement, ICustomElement, PromiseTask } from '@aurelia/runtime';\nimport template from './app.html';\n-import { LoadResourceTask } from '@aurelia/runtime-pixi';\n+import { loader } from 'pi...
TypeScript
MIT License
aurelia/aurelia
fix(pixi): leave the resource task out for now
1
fix
pixi
791,723
03.01.2019 08:26:37
28,800
d3b95b2d69ae75d80901a43fe74e2369d3b0e66f
misc(snyk): only keep vuln data for detectable libs
[ { "change_type": "MODIFY", "diff": "const {readFileSync, writeFileSync} = require('fs');\nconst prettyJSONStringify = require('pretty-json-stringify');\n+const libDetectorSource = readFileSync(require.resolve('js-library-detector/library/libraries.js'),\n+ 'utf8'\n+);\nconst filename = process.argv[2];\nif ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(snyk): only keep vuln data for detectable libs (#6919)
1
misc
snyk
217,922
03.01.2019 09:50:41
-3,600
eeec18c74e9690729b093224261f6b4a6b1d6ab7
fix(layouts): layout selection now persists on page reload
[ { "change_type": "MODIFY", "diff": "@@ -161,9 +161,14 @@ export class LayoutsFacade {\nselect(layout: ListLayout): void {\nthis.store.dispatch(new SelectLayout(layout.$key));\n+ localStorage.setItem('layout:selected', layout.$key);\n}\nloadAll() {\nthis.store.dispatch(new LoadLayouts());\n+ const selectedKe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layouts): layout selection now persists on page reload
1
fix
layouts
217,922
03.01.2019 10:52:28
-3,600
df905dda9bdec6b3a3707d1b8f33ebdd3691440d
fix(desktop): fixed icon on linux builds, also changed format to deb
[ { "change_type": "MODIFY", "diff": "\"mac\": {\n\"category\": \"public.app-category.games\"\n},\n+ \"linux\": {\n+ \"icon\": \"./tools/build/icon.ico\",\n+ \"target\": \"deb\",\n+ \"maintainer\": \"Miu Asakura\",\n+ \"category\": \"Game\"\n+ },\n\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n\"publisher...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed icon on linux builds, also changed format to deb
1
fix
desktop
217,922
03.01.2019 10:53:03
-3,600
86e73974312bb711a0fea062dc42527f6df09604
chore(i18n): removed useless translations
[ { "change_type": "MODIFY", "diff": "\"List_popup_title\": \"Regenerating the list, please wait\",\n\"Please_wait\": \"This should be fast, please wait a bit\",\n\"Not_own_list_outdated\": \"This list is outdated, please ask the owner to regenerate it\",\n- \"Own_list_outdated_before_button\": \"This list is...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(i18n): removed useless translations
1
chore
i18n
217,922
03.01.2019 10:59:35
-3,600
6a1eeecdd700c67978da3bed2c349b71c8399f74
fix: fixed a typo for scrips
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class LayoutService extends FirestoreRelationalStorage<ListLayout> {\n1, false, true, true),\nnew LayoutRow('Reducible', 'NAME', LayoutRowOrder.DESC, LayoutRowFilter.IS_REDUCTION.name,\n2, false, false, true),\n- new LayoutRow('Tomes/Tokens/Script...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a typo for scrips
1
fix
null
679,913
03.01.2019 13:12:28
0
36cadc9650197df848039c63e81e28e4dbd954d8
feat(examples): update tags, add hrule, blockquote, update CSS / readme
[ { "change_type": "MODIFY", "diff": "-# minimal markdown parser\n+# Minimal Markdown parser\nThis project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n@@ -13,20 +13,28 @@ the (still unreleased)\n[@thi.ng/fsm](https://github.com/thi-ng/umbrella/tree/feature/fsm/packages/f...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update tags, add hrule, blockquote, update CSS / readme
1
feat
examples
273,683
03.01.2019 14:24:39
-3,600
bc44a6408c4735163aece9515fcd82732600c0a2
fix(config): customizing host and port
[ { "change_type": "MODIFY", "diff": "@@ -52,8 +52,8 @@ module.exports = (context, options = {}, pkg = {}) => {\nconst assetsDir = localConfig.assetsDir || 'assets'\nconfig.pkg = options.pkg || resolvePkg(context)\n- config.host = args.host || 'localhost'\n- config.port = parseInt(args.port, 10) || 8080\n+ co...
JavaScript
MIT License
gridsome/gridsome
fix(config): customizing host and port
1
fix
config
273,683
03.01.2019 14:28:36
-3,600
7936aa772704e0b376f95a9b66e5f5763a104710
fix(config): use host and port from project config
[ { "change_type": "MODIFY", "diff": "@@ -52,8 +52,8 @@ module.exports = (context, options = {}, pkg = {}) => {\nconst assetsDir = localConfig.assetsDir || 'assets'\nconfig.pkg = options.pkg || resolvePkg(context)\n- config.host = args.host || options.host || 'localhost'\n- config.port = parseInt(args.port ||...
JavaScript
MIT License
gridsome/gridsome
fix(config): use host and port from project config
1
fix
config
471,562
03.01.2019 14:43:45
10,800
393f3ed864a5e98901262cd0ba60987dcaaaa22b
fix(testing-helpers): add await to fixture example in docs
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ const tag = defineCE(class extends MyMixin(HTMLElement) {\nthis.foo = true;\n}\n});\n-const el = fixture(`<${tag}></${tag}>`);\n+const el = await fixture(`<${tag}></${tag}>`);\nexpect(el.foo).to.be.true;\n```\n@@ -66,7 +66,7 @@ const tagName = defineCE(c...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): add await to fixture example in docs
1
fix
testing-helpers
679,913
03.01.2019 16:00:26
0
55671fc7e76a0051f5bc1e2b55fad64c2fa95aa9
feat(fsm): add repeat(), success(), refactor all matchers
[ { "change_type": "MODIFY", "diff": "-import { Match, RES_FAIL, RES_PARTIAL, Matcher, ResultBody } from \"./api\";\n+import {\n+ Match,\n+ Matcher,\n+ RES_FAIL,\n+ RES_PARTIAL,\n+ ResultBody\n+} from \"./api\";\n+import { success } from \"./success\";\nexport const alts = <T, C, R>(\nopts: Matcher<T, C, R>[]...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(fsm): add repeat(), success(), refactor all matchers
1
feat
fsm
679,913
03.01.2019 16:09:56
0
f9cece70e2d077a910fa71b330fe430a9471f732
refactor(examples): update MD title parser
[ { "change_type": "MODIFY", "diff": "import {\nalts,\nfsm,\n+ repeat,\nResultBody,\nseq,\nstr,\n@@ -86,8 +87,8 @@ const resultBody =\n(_, body: string) => fn(body.trim());\nconst title =\n- (level: number) =>\n- (ctx: FSMCtx): ResultBody<any> => (ctx.hd = level, [TITLE]);\n+ (ctx: FSMCtx, body: string[]): Re...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update MD title parser
1
refactor
examples
815,591
03.01.2019 16:38:35
-28,800
c496e4f24ece0029c2ebb35bb22f3904bd47fce4
docs: add how to contribute title to README
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,8 @@ The wiki also lists some [known issues](https://github.com/nervosnetwork/ckb/wik\nThe `master` branch is regularly built and tested, however, it is not guaranteed to be completely stable; The `develop` branch is the work branch to merge new features, and...
Rust
MIT License
nervosnetwork/ckb
docs: add how to contribute title to README
1
docs
null
730,429
03.01.2019 17:02:22
18,000
0e7035c8527a9978c8700e9aef0c234a0eb42162
test(journeys): move one on one event test out of group tests
[ { "change_type": "MODIFY", "diff": "@@ -117,29 +117,6 @@ describe('Smoke Tests - Recents Widget', () => {\nassert.isNotEmpty(event.created, 'does not contain created');\n});\n- it('messages:created - one on one space', () => {\n- clearEventLog(browserLocal);\n- const lorraineText = 'Don\\'t be such a square...
JavaScript
MIT License
webex/react-widgets
test(journeys): move one on one event test out of group tests
1
test
journeys
791,760
03.01.2019 17:18:56
28,800
d7a344c8bb7a4806d6d73df1d07d56a2bc5124a6
report: support narrow screens
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,8 @@ class ReportUIFeatures {\n/** @type {HTMLElement} */\nthis.headerBackground; // eslint-disable-line no-unused-expressions\n/** @type {HTMLElement} */\n+ this.headerContent; // eslint-disable-line no-unused-expressions\n+ /** @type {HTMLElement} */\nthis....
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: support narrow screens (#6857)
1
report
null
503,950
03.01.2019 17:26:10
-7,200
59ca4e920ba7d6fd06420a02784f0c6bd959083f
fix(DualList): Adding hidden HTML select inputs to reflect the selector items.
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';\nimport cloneDeep from 'lodash/cloneDeep';\nimport DualListArrows from './components/DualListArrows';\nimport DualListSelector from './components/DualListSelector';\n+import DualListHiddenSelect from './components/DualLi...
TypeScript
MIT License
patternfly/patternfly-react
fix(DualList): Adding hidden HTML select inputs to reflect the selector items. (#1095)
1
fix
DualList
679,913
03.01.2019 17:44:13
0
4a9bb3d6392cea9b121b306f3e156a67a16b3db1
feat(fsm): add support for lookahead-1, add docs
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,21 @@ import {\n} from \"./api\";\nimport { success } from \"./success\";\n+/**\n+ * Returns a composed matcher which applies inputs to all given child\n+ * matchers (`opts`) until either all have failed or one of them returns\n+ * a full match. If successful, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(fsm): add support for lookahead-1, add docs
1
feat
fsm
679,913
03.01.2019 17:45:06
0
995a104b9a3972f9502d33a7f87358939ad2b62f
refactor(examples): update title & blockquote parsers/style
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import readme from \"../README.md\";\n// custom tag factories (passed to parser)\n// uses Tachyons CSS classes for styling\nconst CUSTOM_TAGS: Partial<TagFactories> = {\n- blockquote: (...xs) => [\"blockquote.i.f4.gray\", ...xs],\n+ blockquote: (...xs) =...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update title & blockquote parsers/style
1
refactor
examples
531,793
03.01.2019 18:41:51
0
fd7ece53640c7d630fca9f85202fb1a3fa07c964
fix(ui): use new import path for react-json-pretty theme react-json-pretty 2.0 requires a different import path for themes
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import PropTypes from \"prop-types\";\nimport { observer } from \"mobx-react\";\nimport JSONPretty from \"react-json-pretty\";\n-import \"react-json-pretty/src/JSONPretty.monikai.css\";\n+import \"react-json-pretty/themes/monikai.css\";\nimport { SilenceFo...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): use new import path for react-json-pretty theme react-json-pretty 2.0 requires a different import path for themes
1
fix
ui
531,793
03.01.2019 18:44:25
0
bab4c20a27ba9e8f0eb5604b7085642d7e39d20a
chore(tests): update snapshots for react-json-pretty 2.0
[ { "change_type": "MODIFY", "diff": "exports[`<PayloadPreview /> matches snapshot 1`] = `\n\"\n-<pre class=\\\\\"json-pretty\\\\\">\n+<div>\n+ <pre class=\\\\\"__json-pretty__\\\\\">\n{\n&quot;\n- <span class=\\\\\"json-key\\\\\">\n+ <span class=\\\\\"__json-key__\\\\\">\nmatchers\n</span>\n&quot;: [],\n&quo...
TypeScript
Apache License 2.0
prymitive/karma
chore(tests): update snapshots for react-json-pretty 2.0
1
chore
tests
217,922
03.01.2019 20:39:30
-3,600
da3c583f84c31c2b0f1ad8b67dd6dcf72fc9c68f
feat: added a checkbox to hide or show completed items easily closes
[ { "change_type": "MODIFY", "diff": "<app-pricing (close)=\"pricingMode = false\"></app-pricing>\n</div>\n<ng-template #listDisplayTemplate>\n- <div class=\"toolbar\" fxLayout=\"row wrap\" fxLayoutGap=\"5px\" fxLayoutAlign=\"center center\">\n+ <div class=\"toolbar\" fxLayout=\"row wrap\" fxLayout.lt-md=\"co...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added a checkbox to hide or show completed items easily closes #675
1
feat
null
815,601
03.01.2019 20:58:45
-28,800
6a4137f0ea6d72d49ce253a546f2d0ce9cdec14c
fix: docker deps sqlite
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ RUN groupadd -g 1000 ckb && useradd -m -u 1000 -g ckb -s /bin/sh ckb\nWORKDIR ${DATADIR}\n#apt\n-RUN apt update && apt install -y --no-install-recommends openssl1.0 libssl1.0\n+RUN apt update && apt install -y --no-install-recommends openssl1.0 libssl1.0...
Rust
MIT License
nervosnetwork/ckb
fix: docker deps sqlite
1
fix
null
217,922
03.01.2019 21:03:08
-3,600
036bf8a04d91f68dd6ce7502a9f06fe437c513d1
feat(levequests): applied better display for start => end of leves
[ { "change_type": "MODIFY", "diff": "-import { Vector2 } from '../../core/tools/vector2';\nimport { I18nName } from '../common/i18n-name';\nexport interface Levequest {\n@@ -16,8 +15,7 @@ export interface Levequest {\nitemQuantity: number;\nname: I18nName;\nrepeats: number;\n- startCoordinates: Vector2;\n- s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(levequests): applied better display for start => end of leves
1
feat
levequests
217,922
03.01.2019 21:04:15
-3,600
698e8ccdd4aaee2e3bd5afdf121182bec559233b
feat: list inventory display layout option
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ export class LayoutsFacade {\n}\nreturn {\ncrystalsPanel: !layout.considerCrystalsAsItems,\n+ showInventory: layout.showInventory,\nrows: layout.rows\n.sort((a, b) => {\n// ANYTHING has to be last filter applied, as it rejects nothing.\n", "new_path"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: list inventory display layout option
1
feat
null
273,683
03.01.2019 21:44:16
-3,600
631748ad89fa700634a2f0a979ccd265f0a24626
test: add test for transpileDependencies
[ { "change_type": "MODIFY", "diff": "+import './test-es6-1'\n+import './test-es6-2'\n+\nexport default function (Vue, options, { head }) {\nhead.meta.push({\nname: 'og:title',\n", "new_path": "gridsome/__tests__/__fixtures__/project-basic/plugin/gridsome.client.js", "old_path": "gridsome/__tests__/__...
JavaScript
MIT License
gridsome/gridsome
test: add test for transpileDependencies
1
test
null