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 | 08.11.2018 02:26:35 | -3,600 | 738d32fce99b696398b68d2e8ad85d8b9a939de1 | refactor(lifecycle): add registerTask api back in + preliminary test | [
{
"change_type": "MODIFY",
"diff": "@@ -275,4 +275,266 @@ describe(spec, () => {\nexpect(host.textContent).to.equal(text2);\n});\n+\n+\n+ it('attached task awaited indirectly', async () => {\n+\n+ const Foo = CustomElementResource.define({\n+ name: 'foo',\n+ template: `<template><div ref=\"div\">bar</div></... | TypeScript | MIT License | aurelia/aurelia | refactor(lifecycle): add registerTask api back in + preliminary test | 1 | refactor | lifecycle |
273,683 | 08.11.2018 09:56:42 | -3,600 | 568207fbc413c1b9bd4ff1a671e063ba540b5001 | feat: support local plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ function normalizePlugins (context, plugins) {\nconst hash = crypto.createHash('md5')\nconst uid = hash.update(`${plugin.use}-${index}`).digest('hex')\n- const entries = resolvePluginEntries(plugin.use)\n+ const entries = resolvePluginEntries(plugin.us... | JavaScript | MIT License | gridsome/gridsome | feat: support local plugins (#22) | 1 | feat | null |
217,922 | 08.11.2018 11:20:48 | -3,600 | 08a8d9cf318a7334bf54c44de845d33b5541c54d | chore: added progress monitor for list persistence in search page | [
{
"change_type": "MODIFY",
"diff": "@@ -246,11 +246,11 @@ export class SearchComponent implements OnInit {\ntap(list => list.$key ? this.listsFacade.updateList(list) : this.listsFacade.addList(list)),\nmergeMap(list => {\n// We want to get the list created before calling it a success, let's be pessimistic !... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added progress monitor for list persistence in search page | 1 | chore | null |
67,522 | 08.11.2018 14:22:35 | -3,600 | ce4ecd134331809b1224e63e7d38fc88606fbdb0 | docs(CONTRIBUTING.md): Minor language tweak | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ If you have questions about how to use Aurelia, please direct these to the Gitte\n## <a name=\"issue\"></a> Found an Issue?\n-If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue. Even better you ... | TypeScript | MIT License | aurelia/aurelia | docs(CONTRIBUTING.md): Minor language tweak | 1 | docs | CONTRIBUTING.md |
67,476 | 08.11.2018 19:10:14 | -3,600 | ec3dae35e13f215036bbea3266b520ec07481975 | docs(interfaces): add explanation and example for decorator helper types | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,91 @@ export type Constructable<T = {}> = {\nnew(...args: unknown[]): T;\n};\n+// tslint:disable:jsdoc-format\n+/**\n+ * A helper interface for declaring strongly typed decorators.\n+ *\n+ * The `Decoratable` and `Decorated` types are intended to be used tog... | TypeScript | MIT License | aurelia/aurelia | docs(interfaces): add explanation and example for decorator helper types | 1 | docs | interfaces |
679,913 | 08.11.2018 19:10:21 | 0 | 33e915b4e8e9ee3b7e05abd8f7c6c0450daeaa96 | feat(strings): add configurable units() HOF & presets
add presets formatters: seconds(), meters(), grams(), bits(), bytes() | [
{
"change_type": "MODIFY",
"diff": "@@ -12,4 +12,5 @@ export * from \"./repeat\";\nexport * from \"./splice\";\nexport * from \"./truncate\";\nexport * from \"./truncate-left\";\n+export * from \"./units\";\nexport * from \"./wrap\";\n",
"new_path": "packages/strings/src/index.ts",
"old_path": "pack... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(strings): add configurable units() HOF & presets
- add presets formatters: seconds(), meters(), grams(), bits(), bytes() | 1 | feat | strings |
67,476 | 08.11.2018 19:31:20 | -3,600 | 3179268c7615688041173160ad65b558a6cb5b83 | docs(interfaces): add extra clarification on TOptional for Decoratable | [
{
"change_type": "MODIFY",
"diff": "@@ -82,6 +82,19 @@ vm4.attach(); // no errors because we're instantiating the\n```\n*/\n// tslint:enable:jsdoc-format\n+/* Note: the intent of TOptional on Decoratable was/is to have those properties declared\n+on the prototype of the incoming class so that you would not ... | TypeScript | MIT License | aurelia/aurelia | docs(interfaces): add extra clarification on TOptional for Decoratable | 1 | docs | interfaces |
217,922 | 08.11.2018 19:32:33 | -3,600 | 0355a876c899e0da17cd037db88f403b082d827d | chore: WIP lists merge feature | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ import { FlexLayoutModule } from '@angular/flex-layout';\nimport { ProgressPopupModule } from '../../modules/progress-popup/progress-popup.module';\nimport { WorkshopModule } from '../../modules/workshop/workshop.module';\nimport { TeamsModule } from '..... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP lists merge feature | 1 | chore | null |
217,922 | 08.11.2018 21:36:55 | -3,600 | c78c4ca5c149b8acfbec77ba8cbccbe788fc2680 | feat: lists merge support | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ import {\nUpdateList,\nUpdateListIndex\n} from './lists.actions';\n-import { catchError, debounceTime, distinctUntilChanged, filter, first, map, switchMap, withLatestFrom } from 'rxjs/operators';\n+import { catchError, debounceTime, distinctUntilChanged,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: lists merge support | 1 | feat | null |
67,476 | 08.11.2018 22:02:44 | -3,600 | 7afc5dd3456e20677cd106ef3eaf31c94eb4e7a2 | feat(di): add transient and singleton decorators | [
{
"change_type": "MODIFY",
"diff": "@@ -76,6 +76,10 @@ export interface IResolverBuilder<T> {\naliasTo(destinationKey: Key<T>): IResolver;\n}\n+export type RegisterSelf<T extends Constructable> = {\n+ register(container: IContainer): IResolver<InstanceType<T>>;\n+};\n+\n// Shims to augment the Reflect objec... | TypeScript | MIT License | aurelia/aurelia | feat(di): add transient and singleton decorators | 1 | feat | di |
67,476 | 08.11.2018 22:47:11 | -3,600 | 459f798884b918025454b93096a375a068e0ee6b | docs(di): move expression examples from decorator to DI object | [
{
"change_type": "MODIFY",
"diff": "@@ -197,13 +197,27 @@ export const DI = {\n};\n},\n+ // tslint:disable:jsdoc-format\n/**\n* Registers the `target` class as a transient dependency; each time the dependency is resolved\n* a new instance will be created.\n*\n* @param target The class / constructor function... | TypeScript | MIT License | aurelia/aurelia | docs(di): move expression examples from decorator to DI object | 1 | docs | di |
67,476 | 09.11.2018 00:44:22 | -3,600 | 340de517dab7acd024334636d93dcd84aa83c8a5 | chore(all): add .npmrc to disable generating lockfiles | [
{
"change_type": "ADD",
"diff": "+package-lock=false\n",
"new_path": "packages/aot/.npmrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+package-lock=false\n",
"new_path": "packages/debug/.npmrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+package-... | TypeScript | MIT License | aurelia/aurelia | chore(all): add .npmrc to disable generating lockfiles | 1 | chore | all |
67,476 | 09.11.2018 00:59:48 | -3,600 | a02fef55256126630d98199caebbff1fa1363787 | docs(decoratable): minor tweak for formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,7 @@ export type Constructable<T = {}> = {\ninterface IBind { bind(): void; }\ninterface IAttach { attach(): void; }\n-function customElement1<T extends Constructable>(\n- target: Decoratable<IBind & IAttach, T>):\n- Decorated<IBind & IAttach, T> {\n+function... | TypeScript | MIT License | aurelia/aurelia | docs(decoratable): minor tweak for formatting | 1 | docs | decoratable |
273,683 | 09.11.2018 01:20:48 | -3,600 | 60623ee82cce564623f46a03895a6df90d54f088 | fix: handle urls in process queue | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst fs = require('fs-extra')\nconst AssetsQueue = require('../lib/app/queue/AssetsQueue')\n-const targetDir = path.join(__dirname, 'assets', 'static')\n+const context = __dirname\n+const targetDir = path.join(context, 'assets', 'static')\nc... | JavaScript | MIT License | gridsome/gridsome | fix: handle urls in process queue | 1 | fix | null |
67,476 | 09.11.2018 03:09:46 | -3,600 | bcb37e517609e76ca7d527e6d102bff099296628 | chore(runtime): fix view integration tests (for the most part) | [
{
"change_type": "MODIFY",
"diff": "-// import { spy } from 'sinon';\n-// import { PLATFORM, Writable } from '../../../kernel/src/index';\n-// import {\n-// noViewTemplate,\n-// ITemplate,\n-// IScope,\n-// BindingContext,\n-// IViewFactory,\n-// IView,\n-// ViewFactory,\n-// LifecycleFlags,\n-// View,\n-//... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix view integration tests (for the most part) | 1 | chore | runtime |
67,476 | 09.11.2018 04:34:24 | -3,600 | a7c6d25811a4605522696b2ef4860f92bf980f14 | test(lifecycle): add basic detached task lifecycle integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -537,4 +537,258 @@ describe(spec, () => {\nexpect(host.textContent).to.equal('');\n});\n+\n+\n+ it('detached task awaited indirectly', async () => {\n+\n+ const Foo = CustomElementResource.define({\n+ name: 'foo',\n+ template: `<template><div ref=\"div\">bar</div></tem... | TypeScript | MIT License | aurelia/aurelia | test(lifecycle): add basic detached task lifecycle integration test | 1 | test | lifecycle |
67,476 | 09.11.2018 05:03:17 | -3,600 | a4e724067cdb296c7772f33be6ee51def602289f | test(jit): add a few more kitchen sink tests | [
{
"change_type": "MODIFY",
"diff": "@@ -2,9 +2,10 @@ import { expect } from 'chai';\nimport { tearDown, setupAndStart, cleanup, defineCustomElement } from './prepare';\nimport { baseSuite } from './template-compiler.base';\nimport { IContainer, Constructable, DI, IRegistry } from '../../../kernel/src/index'... | TypeScript | MIT License | aurelia/aurelia | test(jit): add a few more kitchen sink tests | 1 | test | jit |
815,763 | 09.11.2018 05:28:49 | 10,800 | dfbbcd6ab0fe7fe689be50e672ef8a8905255ce9 | fix: handler mousedown for clear event when used animation library
* fix: handler mousedown for clear event when used animation library
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -280,7 +280,7 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n}\n$event.stopPropagation();\n- if (target.className === 'ng-clear-wrapper') {\n+ if (target.className.includes('ng-clear-wrapper')) {\nthis.handleClearClick();\nreturn;\... | TypeScript | MIT License | ng-select/ng-select | fix: handler mousedown for clear event when used animation library (#931)
* fix: handler mousedown for clear event when used animation library
closes #928 | 1 | fix | null |
217,922 | 09.11.2018 09:06:36 | -3,600 | d73d080f77852dd1de41eb9046f52e623aa58130 | feat: group lists by workshop in lists merge popup | [
{
"change_type": "MODIFY",
"diff": "-<nz-list [nzDataSource]=\"lists$ | async\" [nzRenderItem]=\"listTemplate\">\n+<div *ngIf=\"lists$ | async as lists\">\n+ <h3>{{'LISTS.Your_lists' | translate}}</h3>\n+ <ng-container *ngTemplateOutlet=\"listsDisplay; context: {$implicit: lists}\"></ng-container>\n+</div>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: group lists by workshop in lists merge popup | 1 | feat | null |
217,922 | 09.11.2018 10:04:19 | -3,600 | 15b38a738a86ae4c6ac0ccdf958614c0beef8dfc | fix: fixed an issue with lists ordering and drag and drop | [
{
"change_type": "MODIFY",
"diff": "}\n.lists-container {\n- min-height: 50px;\n+ min-height: 5px;\n}\n",
"new_path": "apps/client/src/app/modules/workshop/workshop-panel/workshop-panel.component.less",
"old_path": "apps/client/src/app/modules/workshop/workshop-panel/workshop-panel.component.less"
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with lists ordering and drag and drop | 1 | fix | null |
724,225 | 09.11.2018 14:10:03 | -3,600 | 8db0c20e34b74a057adf8baff56d3074c2af05db | fix: add functions to scoped slots typing | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ interface MountOptions<V extends Vue> extends ComponentOptions<V> {\nmocks?: object | false\nparentComponent?: Component\nslots?: Slots\n- scopedSlots?: Record<string, string>\n+ scopedSlots?: Record<string, string | Function>\nstubs?: Stubs | false,\n... | JavaScript | MIT License | vuejs/vue-test-utils | fix: add functions to scoped slots typing (#1022) | 1 | fix | null |
273,683 | 09.11.2018 15:44:09 | -3,600 | 832e7dee3b6145f2f9c95e6a052c46a50638690b | fix: clear errors in terminal when resolved | [
{
"change_type": "MODIFY",
"diff": "@@ -37,11 +37,14 @@ module.exports = async (context, args) => {\nconst devMiddleware = require('webpack-dev-middleware')(compiler, {\npathPrefix: webpackConfig.output.pathPrefix,\n- logLevel: 'error',\n- noInfo: true\n+ logLevel: 'silent'\n})\n- devMiddleware.waitUntilVal... | JavaScript | MIT License | gridsome/gridsome | fix: clear errors in terminal when resolved | 1 | fix | null |
743,863 | 09.11.2018 16:43:49 | 28,800 | 5d0dc9249551afa32d699394902e9adc43624c68 | fix: don't load config when processing positionals | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ node_js:\n- \"6\"\n- \"8\"\n- \"10\"\n+ - \"node\"\nos:\n- linux\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "DELETE",
"diff": "-# http://www.appveyor.com/docs/appveyor-yml\n-\n-# Test against these vers... | JavaScript | MIT License | yargs/yargs | fix: don't load config when processing positionals | 1 | fix | null |
743,863 | 09.11.2018 16:49:16 | 28,800 | dd4923d01da45dc5b24b6b707ca2aeec51e3e460 | chore(release): 12.0.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"12.0.4\"></a>\n+## [12.0.4](https://github.com/yargs/yargs/compare/v12.0.3...v12.0.4)... | JavaScript | MIT License | yargs/yargs | chore(release): 12.0.4 | 1 | chore | release |
743,863 | 09.11.2018 16:53:27 | 28,800 | 331cb203ecc95348e2b547d51ecece6f2e7271d2 | chore: remove windows badge | [
{
"change_type": "MODIFY",
"diff": "[![Build Status][travis-image]][travis-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n[![NPM version][npm-image]][npm-url]\n-[![Windows Tests][windows-image]][windows-url]\n[![js-standard-style][standard-image]][standard-url]\n[![Conventional Commits][convent... | JavaScript | MIT License | yargs/yargs | chore: remove windows badge | 1 | chore | null |
217,922 | 09.11.2018 17:51:47 | -3,600 | 2d2e4387bf1462249d5bc241de41b3781dd0abde | chore: WIP list import from ffxivcrafting/ariyala | [
{
"change_type": "ADD",
"diff": "+import { ExternalListLinkParser } from './external-list-link-parser';\n+import { Observable } from 'rxjs/Observable';\n+import { ExternalListData } from './external-list-data';\n+import { HttpClient } from '@angular/common/http';\n+import { map } from 'rxjs/operators';\n+im... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP list import from ffxivcrafting/ariyala | 1 | chore | null |
217,922 | 09.11.2018 19:38:21 | -3,600 | bf6fb8d5e9a6c98f3489695a4a8548e28cf43d70 | chore: disabled list import button for now as it'll be made after MB integration | [
{
"change_type": "DELETE",
"diff": "-import { Component, Inject, OnInit } from '@angular/core';\n-import { FormBuilder, FormControl, FormGroup, ValidatorFn, Validators } from '@angular/forms';\n-import { ItemData } from '../../../model/garland-tools/item-data';\n-import { combineLatest, concat, Observable }... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: disabled list import button for now as it'll be made after MB integration | 1 | chore | null |
273,683 | 09.11.2018 21:25:04 | -3,600 | 829091b1e5bc40f4f3b3f942e9ba196a0f9de290 | fix: dont fail when missing favicon.png | [
{
"change_type": "MODIFY",
"diff": "@@ -44,22 +44,35 @@ module.exports = CodeGenerator\nasync function genIcons ({ config, resolve, queue }) {\nconst { touchicon, favicon } = config.icon\n+ const touchiconPath = resolve(touchicon.src)\n+ const faviconPath = resolve(favicon.src)\n- const touchicons = await q... | JavaScript | MIT License | gridsome/gridsome | fix: dont fail when missing favicon.png | 1 | fix | null |
67,476 | 10.11.2018 02:01:47 | -3,600 | 6fc286c88725c1677aebe656e3032eee170aad75 | fix(binding): add null check to check for existing behaviorKey | [
{
"change_type": "MODIFY",
"diff": "@@ -241,7 +241,7 @@ export class BindingBehavior implements IExpression {\nif (!behavior) {\nthrow Reporter.error(RuntimeError.NoBehaviorFound, this);\n}\n- if (binding[behaviorKey] !== undefined) {\n+ if (binding[behaviorKey] !== undefined && binding[behaviorKey] !== nul... | TypeScript | MIT License | aurelia/aurelia | fix(binding): add null check to check for existing behaviorKey | 1 | fix | binding |
67,476 | 10.11.2018 03:04:44 | -3,600 | 392b980d327eaedf837175203490fe0046f6fc7f | docs(testing): explain the integration testing strategy for the jit | [
{
"change_type": "ADD",
"diff": "+# Testing strategy\n+\n+## Full integration tests\n+\n+Full integration tests are close to e2e tests in that they verify functionality at the highest level API (the `Aurelia` class) using the JIT to compile the templates.\n+\n+These tests are meant to give contributors and ... | TypeScript | MIT License | aurelia/aurelia | docs(testing): explain the integration testing strategy for the jit | 1 | docs | testing |
807,849 | 10.11.2018 11:34:21 | 28,800 | 76fad65c31574839679742ea6a4164607c57b7ff | fix(conventional-commits): Bump minimum dependency ranges for node v11 compat | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@lerna/validation-error\": \"file:../validation-error\",\n- \"conventional-changelog-angular\": \"^5.0.1\",\n- \"conventional-changelog-core\": \"^3.1.0\",\n- \"conventional-recommended-bump\": \"^4.0.1\",\n+ \"conventional-changelog-angular\": ... | JavaScript | MIT License | lerna/lerna | fix(conventional-commits): Bump minimum dependency ranges for node v11 compat | 1 | fix | conventional-commits |
217,922 | 10.11.2018 14:44:16 | -3,600 | 137575ab33406ae6bb4fe62a695239a255c3b4eb | feat: marketboard informations system | [
{
"change_type": "ADD",
"diff": "+<button nz-button [nzTitle]=\"'MARKETBOARD.Title' | translate\" nz-tooltip nzSize=\"small\" nzShape=\"circle\"\n+ (click)=\"openDialog()\" [disabled]=\"anonymous$ | async\">\n+ <i nz-icon type=\"line-chart\"></i>\n+</button>\n",
"new_path": "apps/client/src/app/modules/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: marketboard informations system | 1 | feat | null |
273,683 | 10.11.2018 15:56:19 | -3,600 | fd81e5a240158d2be3ba3b4979d82c26db537d86 | test: graphql image type | [
{
"change_type": "MODIFY",
"diff": "+const path = require('path')\nconst App = require('../lib/app/App')\nconst PluginAPI = require('../lib/app/PluginAPI')\nconst createSchema = require('../lib/graphql/createSchema')\nconst { inferTypes } = require('../lib/graphql/schema/infer-types')\nconst { GraphQLDate }... | JavaScript | MIT License | gridsome/gridsome | test: graphql image type | 1 | test | null |
273,683 | 10.11.2018 17:16:50 | -3,600 | 05f6c9841882ab3ceac2c568e9b1e89ce3130b3a | feat(graphql): file type | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ test('generate src for file', async () => {\nconst result = await queue.add(filePath)\n+ expect(queue.files.queue).toHaveLength(1)\nexpect(result.type).toEqual('file')\nexpect(result.filePath).toEqual(filePath)\nexpect(result.mimeType).toEqual('applicati... | JavaScript | MIT License | gridsome/gridsome | feat(graphql): file type | 1 | feat | graphql |
273,683 | 10.11.2018 17:28:36 | -3,600 | e38b243f5156cceb3a2d867862aee95721e0e23f | feat(graphql): image arguments
Set custom width, quality and blur level. | [
{
"change_type": "MODIFY",
"diff": "@@ -426,7 +426,8 @@ test('process image types in schema', async () => {\ncontent: JSON.stringify({\nimage: '/assets/350x250.png',\nimage2: 'https://www.example.com/images/image.png',\n- image3: './350x250.png'\n+ image3: './350x250.png',\n+ image4: './1000x600.png'\n})\n}... | JavaScript | MIT License | gridsome/gridsome | feat(graphql): image arguments
Set custom width, quality and blur level. | 1 | feat | graphql |
217,922 | 10.11.2018 17:59:13 | -3,600 | 67211887306ba42ef9d7342d4b4a1ad766a4dc28 | feat: marketboard button now available in search page | [
{
"change_type": "MODIFY",
"diff": "<tr *ngFor=\"let row of pricesTable.data\">\n<td>{{row.Quantity}}</td>\n<td><img src=\"./assets/icons/HQ.png\" alt=\"HQ\" *ngIf=\"row.IsHQ === 1\" class=\"hq-icon\"></td>\n- <td>{{row.PriceTotal}}</td>\n- <td>{{row.PricePerUnit}}</td>\n+ <td>{{row.PriceTotal | number}}</t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: marketboard button now available in search page | 1 | feat | null |
273,683 | 10.11.2018 19:16:28 | -3,600 | 738ef234e6a7134658cd28b88733f14dc4a72ecc | fix(image): render fallback as html string | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ exports[`disable lazy loading 1`] = `\"<img class=\\\\\"g-image\\\\\" src=\\\\\"/assets/st\nexports[`generate srcset for image 1`] = `\"data:image/svg+xml,%3csvg fill='none' viewBox='0 0 1000 600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.... | JavaScript | MIT License | gridsome/gridsome | fix(image): render fallback as html string | 1 | fix | image |
217,922 | 10.11.2018 23:39:13 | -3,600 | 23f2281e1703a57525c3ee4874a2310d06e76f14 | fix: fixed an issue with HQ icon on new xivapi market data structure | [
{
"change_type": "MODIFY",
"diff": "<tbody>\n<tr *ngFor=\"let row of pricesTable.data\">\n<td>{{row.Quantity}}</td>\n- <td><img src=\"./assets/icons/HQ.png\" alt=\"HQ\" *ngIf=\"row.IsHQ === 1\" class=\"hq-icon\"></td>\n+ <td><img src=\"./assets/icons/HQ.png\" alt=\"HQ\" *ngIf=\"row.IsHQ\" class=\"hq-icon\">... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with HQ icon on new xivapi market data structure | 1 | fix | null |
273,683 | 11.11.2018 00:00:21 | -3,600 | 03ebc1f5dcfcf3cca092fbb9c5d240ec41dc08f1 | chore: update lock and package.json files | [
{
"change_type": "MODIFY",
"diff": "\"keywords\": [\n\"gridsome\",\n\"gridsome-plugin\",\n+ \"gridsome-source\",\n\"contentful\"\n],\n\"dependencies\": {\n",
"new_path": "packages/source-contentful/package.json",
"old_path": "packages/source-contentful/package.json"
},
{
"change_type": "MODI... | JavaScript | MIT License | gridsome/gridsome | chore: update lock and package.json files | 1 | chore | null |
273,683 | 11.11.2018 02:59:28 | -3,600 | 85171cf410a3e4db19701cb8ff68ba610a3131eb | fix: update routes when source path changes | [
{
"change_type": "MODIFY",
"diff": "const autoBind = require('auto-bind')\nconst { mapValues } = require('lodash')\nconst PluginStore = require('./PluginStore')\n+const createRoutes = require('./createRoutes')\nconst { cache, nodeCache } = require('../utils/cache')\nclass PluginAPI {\n@@ -22,6 +23,7 @@ clas... | JavaScript | MIT License | gridsome/gridsome | fix: update routes when source path changes | 1 | fix | null |
273,683 | 11.11.2018 02:59:41 | -3,600 | 87860ab97c67e7d35a8c80cdbc386475e3b655ad | fix: keep hash when resolving raw html links | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ document.addEventListener('click', event => {\n) return\nconst path = stripPathPrefix($el.pathname)\n- const { location } = router.resolve({ path })\n+ const { location } = router.resolve({ path, hash: $el.hash })\nrouter.push(location)\nevent.preventDef... | JavaScript | MIT License | gridsome/gridsome | fix: keep hash when resolving raw html links | 1 | fix | null |
217,922 | 11.11.2018 10:55:49 | -3,600 | 6ea8c07cce7816f4d96d5ef103c32910d7188ac5 | chore: always sort by unit price ASC instead of relying on the sort order itself | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ export class MarketboardPopupComponent implements OnInit {\nreturn a[sort.key] > b[sort.key] ? 1 : -1;\n} else {\nif (a[sort.key] === b[sort.key]) {\n- return a.PricePerUnit < b.PricePerUnit ? 1 : -1;\n+ return a.PricePerUnit > b.PricePerUnit ? 1 : -1;\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: always sort by unit price ASC instead of relying on the sort order itself | 1 | chore | null |
807,849 | 11.11.2018 11:40:31 | 28,800 | dc1a13b2f41bb20ee886cfb06b73503b074afb36 | chore: Update eslint plugins | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"eslint-config-prettier\": {\n- \"version\": \"3.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz\",\n- \"integrity\": \"sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrB... | JavaScript | MIT License | lerna/lerna | chore: Update eslint plugins | 1 | chore | null |
807,849 | 11.11.2018 11:41:06 | 28,800 | 58603722be55a7499b33cfcca7ccf0faeb0792b6 | lint: Allow legacy url API in legacy implementations | [
{
"change_type": "MODIFY",
"diff": "@@ -81,3 +81,9 @@ overrides:\n- \"@integration/package-2\"\nno-console: off\nstrict: off\n+ - files:\n+ - \"utils/map-to-registry/lib/map-to-registry.js\"\n+ - \"utils/npm-conf/lib/nerf-dart.js\"\n+ rules:\n+ # Allow legacy url API\n+ node/no-deprecated-api: off\n",
"... | JavaScript | MIT License | lerna/lerna | lint: Allow legacy url API in legacy implementations | 1 | lint | null |
807,849 | 11.11.2018 12:01:40 | 28,800 | 8c2843f00e4a95359e3badf5a88927947a45cf2d | test(integration): Workaround weird Node v11 sorting changes
By ensuring all conventional commits in the test receive a non-empty scope,
the wonky sorting that keeps failing the snapshots is avoided. I honestly
have no idea where this bug is _actually_ occurring, but I do know it isn't Lerna. | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ const env = {\n};\ntest(`lerna publish --conventional-commits fixed changelog`, async () => {\n- const { cwd } = await cloneFixture(\"normal\", \"feat: init repo\");\n+ const { cwd } = await cloneFixture(\"normal\", \"feat(*): init repo\");\nconst args =... | JavaScript | MIT License | lerna/lerna | test(integration): Workaround weird Node v11 sorting changes
By ensuring all conventional commits in the test receive a non-empty scope,
the wonky sorting that keeps failing the snapshots is avoided. I honestly
have no idea where this bug is _actually_ occurring, but I do know it isn't Lerna. | 1 | test | integration |
217,922 | 11.11.2018 15:05:54 | -3,600 | a60e7f1dfe4ca48e321c2e9570b0ce2e23429b97 | fix: better support for characters not added yet in xivapi | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,8 @@ import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\nimport { AuthState } from './auth.reducer';\n-import { catchError, debounceTime, filter, map, mergeMap, tap, withLatestFrom } from 'rxjs/operators';\n-im... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: better support for characters not added yet in xivapi | 1 | fix | null |
67,476 | 12.11.2018 02:22:53 | -3,600 | d9219222e649ecb15f8ea655ddc04019a3771012 | feat(lifecycle): initial implementation for general-purpose lifecycle task | [
{
"change_type": "MODIFY",
"diff": "@@ -704,7 +704,7 @@ export class Lifecycle implements ILifecycle {\n/*@internal*/public $nextUnbound: ILifecycleUnbound = marker;\n/*@internal*/public unbound: ILifecycleUnbound['unbound'] = PLATFORM.noop;\n- private task: AggregateLifecycleTask = null;\n+ /*@internal*/pu... | TypeScript | MIT License | aurelia/aurelia | feat(lifecycle): initial implementation for general-purpose lifecycle task | 1 | feat | lifecycle |
67,476 | 12.11.2018 03:17:17 | -3,600 | 69c5e3234c0bcc01935bfa8e1cf42506daa897ba | fix(ast): fix slip-up in arePureLiterals helper function | [
{
"change_type": "MODIFY",
"diff": "@@ -152,7 +152,7 @@ export function isLiteral(expr: IsExpressionOrStatement): expr is IsLiteral {\nreturn (expr.$kind & ExpressionKind.IsLiteral) === ExpressionKind.IsLiteral;\n}\nexport function arePureLiterals(expressions: ReadonlyArray<IsExpressionOrStatement>): expres... | TypeScript | MIT License | aurelia/aurelia | fix(ast): fix slip-up in arePureLiterals helper function | 1 | fix | ast |
67,476 | 12.11.2018 03:34:36 | -3,600 | c262ab2295c75547a9ad14f2536cfcef52eb4aef | fix(target-observer): revert aurelia-cli incompatible async change | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ type BindingTargetAccessor = IBindingTargetAccessor & {\nsetValueCore(value: Primitive | IIndexable, flags: LifecycleFlags): void;\n};\n-async function setValue(this: BindingTargetAccessor, newValue: Primitive | IIndexable, flags: LifecycleFlags): Promis... | TypeScript | MIT License | aurelia/aurelia | fix(target-observer): revert aurelia-cli incompatible async change | 1 | fix | target-observer |
217,922 | 12.11.2018 07:19:22 | -3,600 | 98a3b153f29de432c59bbeb941d1d13ffe4b54e8 | chore: remove deprecated translation key | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ export class ProgressPopupService {\nconstructor(private dialog: NzModalService, private translate: TranslateService) {\n}\n- public showProgress(operation$: Observable<any>, operationsCount: number, labelKey = 'List_popup_p', labelParams = {}): Observab... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: remove deprecated translation key | 1 | chore | null |
679,914 | 12.11.2018 09:09:06 | 0 | 734a1428a2dc548909981f7642fb2d912631b14a | minor(hdom-canvas): fix default key for lineCap | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ const DEFAULTS = {\nalign: \"left\",\nalpha: 1,\nbaseline: \"alphabetic\",\n- cap: \"butt\",\ncomp: \"source-over\",\ndash: [],\ndashOffset: 0,\n@@ -29,6 +28,7 @@ const DEFAULTS = {\nfill: \"#000\",\nfilter: \"none\",\nfont: \"10px sans-serif\",\n+ lineC... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hdom-canvas): fix default key for lineCap | 1 | minor | hdom-canvas |
67,476 | 12.11.2018 11:57:05 | -3,600 | 1220bdbb195f16750ef665ccf1db52dc20f9afad | chore(render-strategy): fix linting errors | [
{
"change_type": "MODIFY",
"diff": "-import { all, Constructable, DI, IContainer, IDisposable, IIndexable, Immutable, ImmutableArray, inject, IResolver, IServiceLocator, Omit, PLATFORM, Registration, Reporter, Writable } from '@aurelia/kernel';\n+import { all, Constructable, Decoratable, Decorated, DI, ICon... | TypeScript | MIT License | aurelia/aurelia | chore(render-strategy): fix linting errors | 1 | chore | render-strategy |
273,683 | 12.11.2018 12:12:49 | -3,600 | 196509191196c295ae7e4649326c5b751bdb5818 | fix(graphql): return correct dates | [
{
"change_type": "MODIFY",
"diff": "const camelCase = require('camelcase')\nconst { mapValues, isEmpty } = require('lodash')\nconst { fieldResolver } = require('./resolvers')\n-const { isDate, dateType } = require('./types/date')\n+const { isDate, dateTypeField } = require('./types/date')\nconst { isFile, f... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): return correct dates | 1 | fix | graphql |
273,683 | 12.11.2018 12:15:48 | -3,600 | 039a5328152cc12cd51c0c9abc926c6594bf4f52 | fix(graphql): get sub fields from object fields | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ function createObjectType (obj, key, nodeType) {\nreturn !isEmpty(fields) ? {\ntype: new GraphQLObjectType({ name, fields }),\n- resolve: obj => obj\n+ resolve: fieldResolver\n} : null\n}\n",
"new_path": "gridsome/lib/graphql/schema/infer-types.js",
... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): get sub fields from object fields | 1 | fix | graphql |
273,683 | 12.11.2018 12:19:36 | -3,600 | 68c7b382ab28a2c528120b3cf7b2904741c1d289 | test(graphql): date and object fields | [
{
"change_type": "MODIFY",
"diff": "@@ -370,6 +370,73 @@ test('infer file fields', () => {\nexpect(types.file2.type).toEqual(fileType.type)\n})\n+test('should get values from object fields', async () => {\n+ const contentType = api.store.addContentType({\n+ typeName: 'TestPost'\n+ })\n+\n+ contentType.addNo... | JavaScript | MIT License | gridsome/gridsome | test(graphql): date and object fields | 1 | test | graphql |
67,476 | 12.11.2018 12:47:52 | -3,600 | 365ddcc3f5427e67c733d9d98336ccfd9d55d33c | perf(lifecycle): properly enforce only-root-removal but unmount everything on stopTask | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ export class Aurelia {\nthis.startTasks.push(startTask);\nthis.stopTasks.push(() => {\n- component.$detach(LifecycleFlags.fromStopTask | LifecycleFlags.allowUnmount);\n+ component.$detach(LifecycleFlags.fromStopTask);\ncomponent.$unbind(LifecycleFlags.fr... | TypeScript | MIT License | aurelia/aurelia | perf(lifecycle): properly enforce only-root-removal but unmount everything on stopTask | 1 | perf | lifecycle |
273,683 | 12.11.2018 13:16:38 | -3,600 | 6be019a2e7d9c04b1d25218aa6f0acc7de311906 | refactor(graphql): reorder node type fields | [
{
"change_type": "MODIFY",
"diff": "const camelCase = require('camelcase')\nconst { dateType } = require('../types/date')\n-const { mapValues, isEmpty, omit } = require('lodash')\n+const { mapValues, isEmpty } = require('lodash')\nconst { nodeInterface } = require('../interfaces')\n-const SPECIAL_FIELDS = [... | JavaScript | MIT License | gridsome/gridsome | refactor(graphql): reorder node type fields | 1 | refactor | graphql |
273,683 | 12.11.2018 14:10:58 | -3,600 | b4b50bdea37d07e67ace8778efee59cd23fcd8b2 | fix(ssr): render body scripts from vue-meta | [
{
"change_type": "MODIFY",
"diff": "@@ -46,10 +46,14 @@ module.exports = function createRenderFn ({\ncontext.renderResourceHints() +\ncontext.renderStyles()\n+ const scripts = '' +\n+ context.renderScripts() +\n+ inject.script.text({ body: true })\n+\nreturn renderHTML({\nhtmlAttrs: `data-html-server-render... | JavaScript | MIT License | gridsome/gridsome | fix(ssr): render body scripts from vue-meta | 1 | fix | ssr |
217,922 | 12.11.2018 15:18:46 | -3,600 | ad4bdb7274a8424b8389a11a8a9f07bcb5a75580 | chore: WIP optimized navigation map | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { MapComponent } from './map/map.component';\nimport { NgZorroAntdModule } from 'ng-zorro-antd';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { XivapiClientModule } from '@xivapi/angular-client';\n+import { NavigationMapComponen... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP optimized navigation map | 1 | chore | null |
791,704 | 12.11.2018 17:27:41 | 28,800 | f1d6bdc6a5711bc083670ff1d32296d6e3ed15da | core: increase protocol timeout to 30s | [
{
"change_type": "MODIFY",
"diff": "@@ -26,11 +26,11 @@ const Connection = require('./connections/connection.js');\n// Controls how long to wait after onLoad before continuing\nconst DEFAULT_PAUSE_AFTER_LOAD = 0;\n// Controls how long to wait between network requests before determining the network is quiet\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: increase protocol timeout to 30s (#6531) | 1 | core | null |
217,927 | 12.11.2018 17:37:53 | 18,000 | 1082b65a835adb2a90c229c85c1ef8e75a5db349 | refactor: discord webhook messages
Refactors the webhooks messages to use styled embeds as opposed to plain
text. Updates the original messages with additional markdown and
grammar changes. Removes the unused description from sendMessage.
Simplifies various other method signatures.
TODO: Miu to find an efficient way to add item icons. | [
{
"change_type": "MODIFY",
"diff": "@@ -2,36 +2,50 @@ import { HttpClient } from '@angular/common/http';\nimport { TranslateService } from '@ngx-translate/core';\nimport { Injectable } from '@angular/core';\nimport { I18nToolsService } from '../tools/i18n-tools.service';\n-import { first, switchMap } from '... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | refactor: discord webhook messages
Refactors the webhooks messages to use styled embeds as opposed to plain
text. Updates the original messages with additional markdown and
grammar changes. Removes the unused description from sendMessage.
Simplifies various other method signatures.
TODO: Miu to find an efficient way to add item icons. | 1 | refactor | null |
71,326 | 12.11.2018 17:57:51 | -32,400 | 2806d3a36126eff45babc9d090ca12ed82dd5fde | docs(aws-ecs): fix a couple of jsdocs from "Fargate" to "EC2" | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import { Ec2TaskDefinition } from './ec2/ec2-task-definition';\n*/\nexport interface LoadBalancedEc2ServiceProps {\n/**\n- * The cluster where your Fargate service will be deployed\n+ * The cluster where your EC2 service will be deployed\n*/\ncluster: IC... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(aws-ecs): fix a couple of jsdocs from "Fargate" to "EC2" (#1143) | 1 | docs | aws-ecs |
217,922 | 12.11.2018 18:10:08 | -3,600 | 00677ab1a211c080bd6a4f47cad1e91e7e22b6de | chore: split PT and BR into two files | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ declare const ga: Function;\n})\nexport class AppComponent implements OnInit {\n- public static LOCALES: string[] = ['en', 'de', 'fr', 'ja', 'pt', 'es'];\n+ public static LOCALES: string[] = ['en', 'de', 'fr', 'ja', 'pt', 'br', 'es'];\nlocale: string;\n@... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: split PT and BR into two files | 1 | chore | null |
67,476 | 12.11.2018 18:41:08 | -3,600 | e448e35f09bc15bb72af4679a41d54899a2febd9 | docs: move testing-strategy to engineering docs | [
{
"change_type": "ADD",
"diff": "+<!---\n+Links pointing to this document:\n+packages\\jit\\test\\generated\\testing-strategy.md\n+-->\n+# Testing strategy\n+\n+## Full integration tests\n+\n+Full integration tests are close to e2e tests in that they verify functionality at the highest level API (the `Aurel... | TypeScript | MIT License | aurelia/aurelia | docs: move testing-strategy to engineering docs | 1 | docs | null |
471,527 | 12.11.2018 20:36:52 | -3,600 | f6b0267fbd4fb9e3723eba70a1ac87cd20c931f9 | chore: set email, user for git; auth for npm | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,9 @@ jobs:\n- \"3f:ea:54:b7:77:13:b6:cf:29:90:2b:19:bb:eb:b5:f1\"\n- run:\nname: Authenticate with registry\n- command: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/repo/.npmrc\n+ command: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> ~/... | JavaScript | MIT License | open-wc/open-wc | chore: set email, user for git; auth for npm | 1 | chore | null |
217,922 | 12.11.2018 22:13:23 | -3,600 | 47fd5d8456bfb93cafcbfe5bffffb9d526d1d485 | feat: optimized navigation map | [
{
"change_type": "MODIFY",
"diff": "@@ -2,5 +2,6 @@ import { ListRow } from '../../modules/list/model/list-row';\nexport interface ZoneBreakdownRow {\nzoneId: number;\n+ mapId: number;\nitems: ListRow[];\n}\n",
"new_path": "apps/client/src/app/model/common/zone-breakdown-row.ts",
"old_path": "apps/c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: optimized navigation map | 1 | feat | null |
67,476 | 13.11.2018 00:01:34 | -3,600 | 4d623a7ac04371b71ce8e7cc883259aac328356a | chore(browserstack): update package-lock.json | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@types/chai\": {\n- \"version\": \"4.1.6\",\n- \"resolved\": \"https://registry.npmjs.org/@types/chai/-/chai-4.1.6.tgz\",\n- \"integrity\": \"sha512-CBk7KTZt3FhPsEkYioG6kuCIpWISw+YI8o+3op4+NXwTpvAPxE1ES8+PY8zfaK2L98b1z5oq03UHa4VYpeUxnw==\",\n+ \"version\": \"4.1.... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): update package-lock.json | 1 | chore | browserstack |
471,527 | 13.11.2018 00:14:29 | -3,600 | 4b8cc41dc85ff7b0c7db8257ec503b10e4699c58 | fix(generator-open-wc): update testing and linting | [
{
"change_type": "MODIFY",
"diff": "\"lint:eslint\": \"eslint --ext .js,.html .\"\n},\n\"devDependencies\": {\n- \"@open-wc/eslint-config\": \"^0.1.1\"\n+ \"@open-wc/eslint-config\": \"^0.2.0\"\n}\n}\n",
"new_path": "packages/generator-open-wc/generators/lint-eslint/templates/_package.json",
"old_pa... | JavaScript | MIT License | open-wc/open-wc | fix(generator-open-wc): update testing and linting | 1 | fix | generator-open-wc |
273,683 | 13.11.2018 00:50:25 | -3,600 | 2cc585057da027f0376ee326a651125da24678d7 | fix(webpack): run chainWebpack after all plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,13 @@ class App {\nthis.plugins.push({ api, entry, instance })\n})\n+ // run config.chainWebpack after all plugins\n+ if (typeof this.config.chainWebpack === 'function') {\n+ this.on('chainWebpack', {\n+ handler: this.config.chainWebpack\n+ })\n+ }\n+\nthis.i... | JavaScript | MIT License | gridsome/gridsome | fix(webpack): run chainWebpack after all plugins | 1 | fix | webpack |
67,476 | 13.11.2018 03:38:27 | -3,600 | eb7353adc0aa673fe4378aa6272f5c70386bbd80 | chore(templating): add encapsulationSource back in | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ export class Aurelia {\n}\ncomponent.$bind(LifecycleFlags.fromStartTask | LifecycleFlags.fromBind);\n- component.$attach(LifecycleFlags.fromStartTask);\n+ component.$attach(LifecycleFlags.fromStartTask, host);\n};\nthis.startTasks.push(startTask);\n",
... | TypeScript | MIT License | aurelia/aurelia | chore(templating): add encapsulationSource back in | 1 | chore | templating |
67,476 | 13.11.2018 04:43:57 | -3,600 | 7c955cc8c53ef5b5dc5b2dac3e1bb28b6b39c284 | chore(tests): fix attach unit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,9 @@ describe('@customElement', () => {\nproject(nodes) {\nprojectCalled = true;\nprojectNodes = nodes;\n+ },\n+ provideEncapsulationSource(parentEncapsulationSource) {\n+ return parentEncapsulationSource;\n}\n};\n",
"new_path": "packages/runtime/test/uni... | TypeScript | MIT License | aurelia/aurelia | chore(tests): fix attach unit tests | 1 | chore | tests |
749,547 | 13.11.2018 09:17:39 | -39,600 | bf80f8b9965fef29c60392dcf45206f4f2f48470 | fix(select): Expanded state is triggered on disabled select click | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,10 @@ class MenuContainer extends ControlledComponent {\n* Controls visibility of menu\n*/\nisOpen: PropTypes.bool,\n+ /**\n+ * Whether the component is disabled\n+ */\n+ disabled: PropTypes.bool,\n/**\n* The currently focused item\n*/\n@@ -242,9 +246,10 @@ c... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(select): Expanded state is triggered on disabled select click (#205) | 1 | fix | select |
504,004 | 13.11.2018 10:07:44 | 18,000 | df5ded39f904cda13248ed64f5eee493c445acea | fix(CatalogTileView): Fix to prevent category size updates after unmount | [
{
"change_type": "MODIFY",
"diff": "@@ -21,13 +21,26 @@ class CatalogTileViewCategory extends React.Component {\n};\n}\n+ componentDidMount() {\n+ this._isMounted = true;\n+\n+ // Watch for resizes and recompute the number shown when it does\n+ this.computeNumShown();\n+ this._resizeSensors.push(new ResizeS... | TypeScript | MIT License | patternfly/patternfly-react | fix(CatalogTileView): Fix to prevent category size updates after unmount (#910) | 1 | fix | CatalogTileView |
217,922 | 13.11.2018 12:27:12 | -3,600 | 76258a70ee78980b148f5137927c921d35ffcecc | feat: more display stuff for notifications system | [
{
"change_type": "MODIFY",
"diff": "<nz-list [nzDataSource]=\"notifications\" [nzRenderItem]=\"notificationTemplate\">\n<ng-template #notificationTemplate let-notification>\n<nz-list-item [nzActions]=\"[actionClose]\">\n+ <nz-list-item-meta [nzTitle]=\"notification.content\"\n+ [nzDescription]=\"notificatio... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: more display stuff for notifications system | 1 | feat | null |
791,834 | 13.11.2018 12:48:16 | 28,800 | b70d1ca7b3f453618b074907a0b67a7b41aa24d3 | report: handle underscored not_applicable scoreDisplayMode | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,15 @@ class Util {\nif (typeof clone.categories !== 'object') throw new Error('No categories provided.');\nclone.reportCategories = Object.values(clone.categories);\n+ // The proto process turns 'not-applicable' into 'not_applicable'. Correct this to support ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: handle underscored not_applicable scoreDisplayMode (#6549) | 1 | report | null |
679,913 | 13.11.2018 13:25:50 | 28,800 | 1d085bff6c1db50ea0fcdf421b6508d5fe6deee7 | refactor(router): update Route, RouteMatch & minor optimizations | [
{
"change_type": "MODIFY",
"diff": "@@ -78,6 +78,11 @@ export interface Route extends IID<PropertyKey> {\n* Optional route title (passed to `RouteMatch`)\n*/\ntitle?: string;\n+\n+ /**\n+ * Allow route objects to be extented w/ custom data\n+ */\n+ [id: string]: any;\n}\n/**\n@@ -86,12 +91,12 @@ export inte... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(router): update Route, RouteMatch & minor optimizations | 1 | refactor | router |
67,476 | 13.11.2018 13:31:36 | -3,600 | a97e033d24cb4c98b353711b64334aa4a0295ea5 | chore(lifecycle-render): remove leftover encapsulationSource param | [
{
"change_type": "MODIFY",
"diff": "@@ -958,7 +958,7 @@ export class Renderer implements IRenderer {\noperation.dispose();\n}\n- public [TargetedInstructionType.hydrateTemplateController](renderable: IRenderable, target: any, instruction: Immutable<IHydrateTemplateController>, encapsulationSource?: IEncapsu... | TypeScript | MIT License | aurelia/aurelia | chore(lifecycle-render): remove leftover encapsulationSource param | 1 | chore | lifecycle-render |
67,507 | 13.11.2018 14:07:11 | -3,600 | d0540b27d1b1001b1ffcc08c9dc59ae1c5ecf4c6 | chore: disable promise-function-async linting rule | [
{
"change_type": "MODIFY",
"diff": "\"no-unused-expression\": true,\n\"no-use-before-declare\": false,\n\"no-with-statement\": true,\n- \"promise-function-async\": true,\n+ \"promise-function-async\": false, // See https://github.com/aurelia/aurelia/issues/273\n\"promise-must-complete\": true,\n\"radix\": t... | TypeScript | MIT License | aurelia/aurelia | chore: disable promise-function-async linting rule | 1 | chore | null |
679,913 | 13.11.2018 14:39:50 | 28,800 | 9334f833ede6345ea9acd6e7578da17c31e21446 | feat(interceptors): update forwardSideFx(), refactor iceps as arrow fns
assign `true` to target side fx if no event body | [
{
"change_type": "MODIFY",
"diff": "@@ -18,19 +18,20 @@ import {\n/**\n* Debug interceptor to log the current event to the console.\n*/\n-export function trace(_, e) {\n- console.log(\"event:\", e);\n-}\n+export const trace: InterceptorFn =\n+ (_, e) => console.log(\"event:\", e);\n/**\n* Higher-order inter... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(interceptors): update forwardSideFx(), refactor iceps as arrow fns
- assign `true` to target side fx if no event body | 1 | feat | interceptors |
67,476 | 13.11.2018 16:34:38 | -3,600 | 45c186e81870381dcff523e5b824494729df310c | refactor(instructions): move instruction classes from jit to runtime | [
{
"change_type": "MODIFY",
"diff": "import { Constructable, IContainer, Registration, Writable } from '@aurelia/kernel';\n-import { BindingType, IExpressionParser, IResourceKind, IResourceType, ITemplateDefinition, TargetedInstruction } from '@aurelia/runtime';\nimport {\n+ BindingType,\nCallBindingInstruct... | TypeScript | MIT License | aurelia/aurelia | refactor(instructions): move instruction classes from jit to runtime | 1 | refactor | instructions |
815,745 | 13.11.2018 18:06:01 | -7,200 | bc6f084b040ac7e6455888e9e8c2ae75b361763d | fix: use classList instead of className
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -2776,7 +2776,9 @@ describe('NgSelectComponent', function () {\ntickAndDetectChanges(fixture);\ntriggerMousedown = () => {\nconst control = fixture.debugElement.query(By.css('.ng-select-container'));\n- control.triggerEventHandler('mousedown', createEvent({ className: ... | TypeScript | MIT License | ng-select/ng-select | fix: use classList instead of className
closes #940 | 1 | fix | null |
71,126 | 13.11.2018 18:53:41 | -32,400 | 0cb1adf5369f34f3d24c8e09e78dd8a6ec7b5e62 | fix(s3-deployment): bundle modules correctly
prefix never install modules which install into system python and
these modules won't include in bundle.zip, so ignore whether or not
modules already installed. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ cd ${staging}\n# install python requirements\n# Must use --prefix to because --target cannot be used on\n# platforms that have a default --prefix set.\n-pip3 install --prefix ${piptemp} -r ${staging}/requirements.txt\n+pip3 install --ignore-installed --p... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(s3-deployment): bundle modules correctly (#1154)
--prefix never install modules which install into system python and
these modules won't include in bundle.zip, so ignore whether or not
modules already installed. | 1 | fix | s3-deployment |
503,950 | 13.11.2018 23:48:05 | -7,200 | 55ec0792963847c9a3d43a4a69404e0873804981 | fix(LoginPage): small fixes. | [
{
"change_type": "MODIFY",
"diff": "@@ -44,11 +44,13 @@ exports[`Component matches snapshot 1`] = `\nclass=\"login-pf-brand\"\ntitle=\"Patternfly\"\n/>\n- <p>\n+ <div\n+ class=\"login-pf-caption\"\n+ >\nThis is placeholder text, only. Use this area to place any information or\nintroductory message about you... | TypeScript | MIT License | patternfly/patternfly-react | fix(LoginPage): small fixes. (#911) | 1 | fix | LoginPage |
71,663 | 14.11.2018 00:12:45 | 28,800 | bdbeb7c07871dcf3066190864b1da098a1be46c8 | feat(aws-codedeploy): add an `addToPipeline` method to Deployment Group. | [
{
"change_type": "MODIFY",
"diff": "@@ -174,7 +174,13 @@ const pipeline = new codepipeline.Pipeline(this, 'MyPipeline', {\nconst deployStage = pipeline.addStage('Deploy');\nnew codedeploy.PipelineDeployAction(this, 'CodeDeploy', {\nstage: deployStage,\n- applicationName: 'YourCodeDeployApplicationName',\n- ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-codedeploy): add an `addToPipeline` method to Deployment Group. (#1166) | 1 | feat | aws-codedeploy |
71,663 | 14.11.2018 00:33:19 | 28,800 | 8e701adfc503d3338ae890c74d4903607c4130cd | feat(aws-codepipeline, aws-cloudformation): support cross-region CloudFormation pipeline action
Allows CloudFormation CodePipeline actions to be executed across regions. | [
{
"change_type": "MODIFY",
"diff": "@@ -154,6 +154,14 @@ export interface CommonActionConstructProps {\nexport interface ActionProps extends CommonActionProps, CommonActionConstructProps {\ncategory: ActionCategory;\nprovider: string;\n+\n+ /**\n+ * The region this Action resides in.\n+ *\n+ * @default the ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-codepipeline, aws-cloudformation): support cross-region CloudFormation pipeline action (#1152)
Allows CloudFormation CodePipeline actions to be executed across regions.
https://aws.amazon.com/about-aws/whats-new/2018/11/aws-codepipeline-now-supports-cross-region-actions | 1 | feat | aws-codepipeline, aws-cloudformation |
67,476 | 14.11.2018 02:10:48 | -3,600 | c4cd23591449c9ba5f69575ef7f68cce9bdef426 | refactor(renderer): decouple instruction-specific processing from the renderer | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import {\nDebounceBindingBehavior,\nElse,\nFromViewBindingBehavior,\n+ HtmlRenderer,\nIf,\nITemplateCompiler,\nOneTimeBindingBehavior,\n@@ -71,6 +72,7 @@ export const BasicConfiguration = {\nregister(container: IContainer): void {\ncontainer.register(\nPar... | TypeScript | MIT License | aurelia/aurelia | refactor(renderer): decouple instruction-specific processing from the renderer | 1 | refactor | renderer |
67,476 | 14.11.2018 04:18:06 | -3,600 | 65bcff19f4b41529cd0f7ac19b6d27c35d667930 | fix(di): call resolve in buildAllResponse | [
{
"change_type": "MODIFY",
"diff": "@@ -738,7 +738,7 @@ function buildAllResponse(resolver: IResolver, handler: IContainer, requestor: I\nconst results = new Array(i);\nwhile (i--) {\n- results[i] = state[i].get(handler, requestor);\n+ results[i] = state[i].resolve(handler, requestor);\n}\nreturn results;\n... | TypeScript | MIT License | aurelia/aurelia | fix(di): call resolve in buildAllResponse | 1 | fix | di |
67,476 | 14.11.2018 04:20:18 | -3,600 | 9aca18ac68fd4a124c277f0f3dfaf3eb0d7dd59a | refactor(instructions): remove renderStrategy in favor of instructionRenderer | [
{
"change_type": "MODIFY",
"diff": "import { ParserRegistration, AttributeSymbol, bindingCommand, IBindingCommand, BasicConfiguration } from \"../../src\";\nimport {\nIExpressionParser, INode, TargetedInstructionType, BindingType, IRenderable,\n- IRenderStrategyInstruction, renderStrategy, IRenderStrategy, ... | TypeScript | MIT License | aurelia/aurelia | refactor(instructions): remove renderStrategy in favor of instructionRenderer | 1 | refactor | instructions |
815,745 | 14.11.2018 10:53:27 | -7,200 | e4c6983da8f5602d15b85088d8f2c4211d7c569e | chore: include scss with package
closes | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"clean\": \"rimraf out-tsc dist/* integration/node_modules/@ng-select\",\n\"prebuild\": \"yarn clean\",\n- \"build\": \"ng-packagr -p ./src/package.json && yarn build:themes\",\n+ \"build\": \"ng-packagr -p ./src/package.json && yarn build:themes && yarn ... | TypeScript | MIT License | ng-select/ng-select | chore: include scss with package
closes #909 | 1 | chore | null |
815,745 | 14.11.2018 11:07:54 | -7,200 | 613b5d9507ebe85e3018f38d624abebecc5a5647 | chore(release): 2.12.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.12.1\"></a>\n+## [2.12.1](https://github.com/ng-select/ng-select/compare/v2.12.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.12.1 | 1 | chore | release |
504,035 | 14.11.2018 11:18:57 | 18,000 | e8d1eb00b9032e9bf86e4d310e4b9127df15eba0 | fix(styled-system): check if global variables are defined before use | [
{
"change_type": "MODIFY",
"diff": "@@ -122,8 +122,8 @@ export const StyledConstants = {\nneg_xxl: -5,\nneg_xxxl: -6,\n// gutter does not fit into the spacing scale theme, add values directly\n- gutter: global_gutter.var,\n- neg_gutter: `-${global_gutter.var}`\n+ gutter: global_gutter && global_gutter.var,\... | TypeScript | MIT License | patternfly/patternfly-react | fix(styled-system): check if global variables are defined before use (#918) | 1 | fix | styled-system |
217,922 | 14.11.2018 11:29:13 | -3,600 | c40bd7d3e302e517c3d89d4367ae676ad4aa1dbe | chore: WIP pricing mode, not ready to be used yet | [
{
"change_type": "MODIFY",
"diff": "-<mat-list-item [class.odd]=\"odd\" class=\"list-item\" [class.ignored]=\"item.usePrice\">\n- <div mat-list-avatar class=\"icon\" *ngIf=\"!isMobile()\">\n- <img mat-list-avatar src=\"{{item.icon | icon}}\" alt=\"{{item.id | itemName | i18n}}\">\n- </div>\n- <p mat-line cl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP pricing mode, not ready to be used yet | 1 | chore | null |
67,476 | 14.11.2018 13:12:37 | -3,600 | 37b2d28a0b79038e6152859e93a8bb622cf2ed6f | chore(renderer): fix tests | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,8 @@ import {\nLifecycle,\nIView,\nInterpolation,\n- State\n+ State,\n+ HtmlRenderer\n} from '../../src/index';\nimport { IContainer, DI } from '../../../kernel/src/index';\nimport { createAureliaRepeaterConfig, createRepeater } from '../unit/util';\n@@ -286,... | TypeScript | MIT License | aurelia/aurelia | chore(renderer): fix tests | 1 | chore | renderer |
67,476 | 14.11.2018 14:55:07 | -3,600 | c15b25f54b45df042d06975dd677ea80b5ea6f9b | perf(instruction-renderer): set instructionType on the instance instead of the prototype | [
{
"change_type": "MODIFY",
"diff": "@@ -729,11 +729,24 @@ type InstructionRendererDecorator<TType extends string> = (target: DecoratableIn\nexport function instructionRenderer<TType extends string>(instructionType: TType): InstructionRendererDecorator<TType> {\nreturn function decorator(target: DecoratableI... | TypeScript | MIT License | aurelia/aurelia | perf(instruction-renderer): set instructionType on the instance instead of the prototype | 1 | perf | instruction-renderer |
67,476 | 14.11.2018 15:14:34 | -3,600 | afb4720c48e5d50cd4082146ea165f24f2be2bdb | perf(renderer): use normal object instead of null object for renderers lookup | [
{
"change_type": "MODIFY",
"diff": "@@ -756,13 +756,10 @@ export class Renderer implements IRenderer {\npublic instructionRenderers: Record<string, IInstructionRenderer>;\nconstructor(instructionRenderers: IInstructionRenderer[]) {\n- this.instructionRenderers = instructionRenderers.reduce(\n- (acc, item) =... | TypeScript | MIT License | aurelia/aurelia | perf(renderer): use normal object instead of null object for renderers lookup | 1 | perf | renderer |
217,922 | 14.11.2018 15:56:18 | -3,600 | 21b725ead990dbd1f6abc013f122f198c2b71fdc | chore: more work on pricing mode | [
{
"change_type": "MODIFY",
"diff": "-<nz-list-item [class.odd]=\"odd\" class=\"list-item\" [class.ignored]=\"item.usePrice\" [nzContent]=\"content\">\n+<nz-list-item class=\"list-item\" [class.ignored]=\"!item.usePrice\" [nzContent]=\"content\">\n<nz-list-item-meta [nzAvatar]=\"avatar\" [nzTitle]=\"title\">... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more work on pricing mode | 1 | chore | null |
67,476 | 14.11.2018 16:23:00 | -3,600 | 6b70b6a525958179954ae9c8dbbf2847da5e1fad | chore(di): define properties explicitly in constructor | [
{
"change_type": "MODIFY",
"diff": "@@ -387,7 +387,14 @@ export const enum ResolverStrategy {\n/*@internal*/\nexport class Resolver implements IResolver, IRegistration {\n- constructor(public key: any, public strategy: ResolverStrategy, public state: any) {}\n+ public key: any;\n+ public strategy: ResolverS... | TypeScript | MIT License | aurelia/aurelia | chore(di): define properties explicitly in constructor | 1 | chore | di |
791,723 | 14.11.2018 16:55:35 | 28,800 | 21088b5983035f50a9b8d42301830f08fefd7fec | clients: skip h2 audit in LR | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ const config = {\nthroughputKbps: 10 * 1024,\ncpuSlowdownMultiplier: 1,\n},\n+ // Skip the h2 audit so it doesn't lie to us. See #6539\n+ skipAudits: ['uses-http2'],\n},\n};\n",
"new_path": "lighthouse-core/config/lr-desktop-config.js",
"old_path... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients: skip h2 audit in LR (#6564) | 1 | clients | null |
217,922 | 14.11.2018 17:55:49 | -3,600 | e6249e69c2d3a0b680534d59e49d018c1c5a9716 | chore: implemented item icons on list management notifications | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export class CharacterService {\nif (res.Info.Character.State === 1) {\nsetTimeout(() => {\nreloader.next(null);\n- }, 120000)\n+ }, 120000);\n}\n}),\nfilter(res => res.Info.Character.State === 2),\n@@ -33,10 +33,10 @@ export class CharacterService {\nch... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: implemented item icons on list management notifications | 1 | chore | null |
67,476 | 14.11.2018 18:22:52 | -3,600 | 4a0d005a57ffbb3de49aff51fd7f97f21c2ae15d | chore(jit): define properties explicitly in constructor | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,17 @@ import { DI } from '@aurelia/kernel';\nimport { Char } from './common';\nexport class AttrSyntax {\n- constructor(\n- public readonly rawName: string,\n- public readonly rawValue: string,\n- public readonly target: string,\n- public readonly command: str... | TypeScript | MIT License | aurelia/aurelia | chore(jit): define properties explicitly in constructor | 1 | chore | jit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.