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
503,922
14.11.2018 20:52:04
-3,600
9cee1ad092e4a7d853bab67a05af67ee2930f0e7
feat(pf4-table): Introduce new package for table implementation
[ { "change_type": "ADD", "diff": "+{\n+ \"presets\": [\n+ \"../.babelrc.js\"\n+ ],\n+ \"env\": {\n+ \"production:esm\": {\n+ \"plugins\": [\n+ [\n+ \"@patternfly/react-styles/babel\",\n+ {\n+ \"srcDir\": \"./src\",\n+ \"outDir\": \"./dist/esm\",\n+ \"useModules\": true\n+ }\n+ ],\n+ \"lodash\"\n+ ]\n+ },\n+ ...
TypeScript
MIT License
patternfly/patternfly-react
feat(pf4-table): Introduce new package @patternfly/react-table for table implementation (#899)
1
feat
pf4-table
67,507
14.11.2018 21:04:17
-3,600
8f2727ece45d3645b91f06cc4dec0fa1188048ca
refactor: rename ISomethingSource to ISomethingDefinition
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import {\n} from '@aurelia/runtime';\nimport { IAttributeSymbol } from './semantic-model';\n-export interface IBindingCommandSource {\n+export interface IBindingCommandDefinition {\nname: string;\n}\n@@ -29,15 +29,15 @@ export interface IBindingCommand {...
TypeScript
MIT License
aurelia/aurelia
refactor: rename ISomethingSource to ISomethingDefinition
1
refactor
null
67,507
14.11.2018 21:20:36
-3,600
bdc0b6f618186637f5de0b96a96b15ec9f19dba1
refactor: derive ISomethingDefinition from a base IResourceDefinition
[ { "change_type": "MODIFY", "diff": "@@ -18,11 +18,10 @@ import {\nTriggerBindingInstruction,\nTwoWayBindingInstruction\n} from '@aurelia/runtime';\n+import { IResourceDefinition } from '../../runtime/src/resource';\nimport { IAttributeSymbol } from './semantic-model';\n-export interface IBindingCommandDefin...
TypeScript
MIT License
aurelia/aurelia
refactor: derive ISomethingDefinition from a base IResourceDefinition
1
refactor
null
67,476
14.11.2018 21:26:18
-3,600
40ce838b15d4fa901b2256c01216521aa05ec04e
chore(encapsulation-source): cleanup render api from previous attempt
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ import { Observer } from '../binding/property-observation';\nimport { Ref } from '../binding/ref';\nimport { subscriberCollection } from '../binding/subscriber-collection';\nimport { BindableDefinitions, buildTemplateDefinition, customAttributeKey, custo...
TypeScript
MIT License
aurelia/aurelia
chore(encapsulation-source): cleanup render api from previous attempt
1
chore
encapsulation-source
67,507
14.11.2018 21:43:18
-3,600
11b016c523f7b5e8b96968d52a992351d8a9f38f
refactor(runtime): move ICustomAttribute+ and ICustomElement+ interfaces
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import {\nFromViewBindingInstruction,\nHydrateTemplateController,\nIExpressionParser,\n+ IResourceDefinition,\nIResourceKind,\nIResourceType,\nITemplateDefinition,\n@@ -18,7 +19,6 @@ import {\nTriggerBindingInstruction,\nTwoWayBindingInstruction\n} from '@...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): move ICustomAttribute+ and ICustomElement+ interfaces
1
refactor
runtime
76,605
14.11.2018 21:52:49
-3,600
2f8882a1ff0a6c0de8e74f959b97c7c6fd790ad5
fix: don't do a full guess by default.
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ class NlpManager {\nthis.addLanguage(this.settings.languages);\n}\nif (this.settings.fullSearchWhenGuessed === undefined) {\n- this.settings.fullSearchWhenGuessed = true;\n+ this.settings.fullSearchWhenGuessed = false;\n}\nif (this.settings.useNlg === un...
JavaScript
MIT License
axa-group/nlp.js
fix: don't do a full guess by default.
1
fix
null
67,507
14.11.2018 22:24:31
-3,600
3c74ca31ec2d417d23fe60560ccc8307a8560198
chore: disable unified-signatures tslint rule
[ { "change_type": "MODIFY", "diff": "@@ -59,9 +59,7 @@ export interface IContainer extends IServiceLocator {\nregister(...params: Record<string, Partial<IRegistry>>[]): void;\nregister(...params: (IRegistry | Record<string, Partial<IRegistry>>)[]): void;\nregister(registry: Record<string, Partial<IRegistry>>...
TypeScript
MIT License
aurelia/aurelia
chore: disable unified-signatures tslint rule
1
chore
null
67,507
14.11.2018 23:10:13
-3,600
385a3d34f63d8ef28603c9c089e73c89215a8c98
refactor(jit): decorate bindingCommand
[ { "change_type": "MODIFY", "diff": "-import { Constructable, IContainer, IRegistry, Registration, Writable } from '@aurelia/kernel';\n+import { Constructable, Decoratable, Decorated, IContainer, IRegistry, Registration, Writable } from '@aurelia/kernel';\nimport {\nBindingType,\nCallBindingInstruction,\n@@ ...
TypeScript
MIT License
aurelia/aurelia
refactor(jit): decorate bindingCommand
1
refactor
jit
67,507
14.11.2018 23:11:43
-3,600
62b5bc44e4c0eae0558afb7b504686a7538f2c21
refactor(runtime): decorate valueConverter
[ { "change_type": "MODIFY", "diff": "-import { Constructable, IContainer, Registration, Writable } from '@aurelia/kernel';\n+import { Constructable, Decoratable, Decorated, IContainer, Registration, Writable } from '@aurelia/kernel';\nimport { IResourceDefinition, IResourceKind, IResourceType } from '../reso...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): decorate valueConverter
1
refactor
runtime
67,507
14.11.2018 23:11:58
-3,600
b5de1a74bc8660c21ca6436d7140ee9add344999
refactor(runtime): decorate customAttribute
[ { "change_type": "MODIFY", "diff": "@@ -15,20 +15,23 @@ type CustomAttributeStaticProperties = Pick<AttributeDefinition, 'bindables'>;\nexport type CustomAttributeConstructor = Constructable & CustomAttributeStaticProperties;\n-export interface ICustomAttributeType extends\n- IResourceType<IAttributeDefinit...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): decorate customAttribute
1
refactor
runtime
67,507
14.11.2018 23:12:14
-3,600
fa021a053791fbb04c2abeea77644daa3d6c3c42
refactor(runtime): decorate customElement
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ type CustomElementDecorator = <T extends Constructable>(target: Decoratable<ICus\n/**\n* Decorator: Indicates that the decorated class is a custom element.\n*/\n+export function customElement(name: string): CustomElementDecorator;\n+export function custo...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): decorate customElement
1
refactor
runtime
67,507
14.11.2018 23:40:58
-3,600
3d78ee78406e56b9e2045c30994200387451c7e8
chore(jit): type valueConverters
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export function cleanup(): void {\n@valueConverter('sort')\nexport class SortValueConverter {\n- public toView(arr: any[], prop?: string, dir: 'asc' | 'desc' = 'asc'): any[] {\n+ public toView(arr: unknown[], prop?: string, dir: 'asc' | 'desc' = 'asc'): ...
TypeScript
MIT License
aurelia/aurelia
chore(jit): type valueConverters
1
chore
jit
67,507
15.11.2018 01:25:39
-3,600
b34bf00737fd26217d5281b963bcb33785a06f0c
refactor(runtime): define properties explicitly in constructor
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IRegistry, PLATFORM, Registration } from '@aurelia/kernel';\n+import { INode } from './dom';\nimport { LifecycleFlags } from './observation';\nimport { ICustomElement, IRenderingEngine } from './templating/lifecycle-render';\nexport interface ISin...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): define properties explicitly in constructor
1
refactor
runtime
67,476
15.11.2018 04:02:56
-3,600
58219ce64c8587d8929bf5d82a846f56a2161adb
docs: add some more test combination examples
[ { "change_type": "MODIFY", "diff": "@@ -72,15 +72,31 @@ This brings us to a **leaf combination set** with total of 2x2x2x2x6=96 **leaf t\n### 3. Test vectors for parent/child templates with behavior combinations\n- - **behavior combination**:\n+ (empty space symbolizes a leaf template)\n- - **order**: the s...
TypeScript
MIT License
aurelia/aurelia
docs: add some more test combination examples
1
docs
null
67,507
15.11.2018 10:29:57
-3,600
7882fb7b6780e06b2b6bb587361a263dd88e60a8
refactor(ast): define properties explicitly in constructor
[ { "change_type": "MODIFY", "diff": "import { IIndexable, IServiceLocator, PLATFORM, Reporter, StrictPrimitive } from '@aurelia/kernel';\n-import { Collection, IScope, LifecycleFlags, ObservedCollection } from '../observation';\n+import { Collection, IOverrideContext, IScope, LifecycleFlags, ObservedCollecti...
TypeScript
MIT License
aurelia/aurelia
refactor(ast): define properties explicitly in constructor
1
refactor
ast
730,429
15.11.2018 11:11:50
18,000
9a8b84398cc6fc589a5b752c6cb79f53702b89a7
chore: add demo build for integration tests
[ { "change_type": "MODIFY", "diff": "@@ -169,7 +169,7 @@ ansiColor('xterm') {\nexport ATLAS_SERVICE_URL='https://atlas-intb.ciscospark.com/admin/api/v1'\nexport WDM_SERVICE_URL='https://wdm-intb.ciscospark.com/wdm/api/v1'\n- NODE_ENV=test npm run build:package widget-space && npm run build:package widget-rec...
JavaScript
MIT License
webex/react-widgets
chore: add demo build for integration tests
1
chore
null
730,429
15.11.2018 11:15:06
18,000
4c5f9419ab1971f299e35271845fb5842ba32dca
test(journeys): add demo test to smoke tests
[ { "change_type": "ADD", "diff": "+// @ts-check\n+/**\n+ * Test helpers for the tap tests that use material-ui as a front end\n+ */\n+\n+import {assert} from 'chai';\n+\n+export const elements = {\n+ accessTokenInput: 'input[aria-label=\"Access Token\"]',\n+ saveTokenButton: 'button[aria-label=\"Save Token\"...
JavaScript
MIT License
webex/react-widgets
test(journeys): add demo test to smoke tests
1
test
journeys
76,605
15.11.2018 11:35:15
-3,600
bdccabae110b0759a5d6fd544944425af21c9b41
fix: slot filling
[ { "change_type": "MODIFY", "diff": "@@ -162,17 +162,32 @@ class SlotManager {\nreturn result;\n}\n+ cleanContextEntities(intent, srcContext) {\n+ const context = srcContext;\n+ if (context.slotFill) {\n+ return;\n+ }\n+ const mandatorySlots = this.getMandatorySlots(intent);\n+ const keys = Object.keys(manda...
JavaScript
MIT License
axa-group/nlp.js
fix: slot filling
1
fix
null
76,605
15.11.2018 12:16:15
-3,600
d016b500f716bea1f1fccd492c8b134a970d6887
fix: slot manager
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,7 @@ class SlotManager {\nif (context.slotFill) {\nresult.intent = context.slotFill.intent;\nresult.answer = context.slotFill.answer;\n- result.srcAnswer = context.slotFill.answer;\n+ result.srcAnswer = context.slotFill.srcAnswer;\n}\nif (!result.intent || ...
JavaScript
MIT License
axa-group/nlp.js
fix: slot manager
1
fix
null
67,507
15.11.2018 12:50:59
-3,600
c77b12c9659d7c6b771592629f6766fd23c2ff92
refactor: fix errors and warnings reported by "lgtm"
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ const b = browserify({\n.plugin(tsify)\n.transform(stringify, { appliesTo: { includeExtensions: ['.html'] } });\n-function bundle() {\n- return b\n+function bundle(input) {\n+ return input\n.bundle()\n.pipe(source('bundle.js'))\n.pipe(gulp.dest('dist'));...
TypeScript
MIT License
aurelia/aurelia
refactor: fix errors and warnings reported by "lgtm"
1
refactor
null
730,413
15.11.2018 14:05:06
18,000
99e8aa687cd156adfdff0bda15fa425ac12f9134
fix(journeys): remove extended debugging option
[ { "change_type": "MODIFY", "diff": "@@ -295,7 +295,6 @@ if (process.env.SAUCE) {\ncommandTimeout: 600,\nmaxDuration: 3600,\nseleniumVersion: '3.4.0',\n- extendedDebugging: true,\nscreenResolution,\nplatform,\nversion\n@@ -307,7 +306,6 @@ if (process.env.SAUCE) {\ncommandTimeout: 600,\nmaxDuration: 3600,\nse...
JavaScript
MIT License
webex/react-widgets
fix(journeys): remove extended debugging option
1
fix
journeys
67,476
15.11.2018 14:27:20
-3,600
59e1cf9d8aed1a1831df2ea3fd2ce42a437e5789
chore(all): enable alwaysStrict typescript option
[ { "change_type": "MODIFY", "diff": "{\n\"compilerOptions\": {\n\"allowJs\": false,\n+ \"alwaysStrict\": true,\n\"composite\": true,\n\"declaration\": true,\n\"declarationMap\": true,\n", "new_path": "packages/tsconfig-build.json", "old_path": "packages/tsconfig-build.json" }, { "change_type"...
TypeScript
MIT License
aurelia/aurelia
chore(all): enable alwaysStrict typescript option
1
chore
all
67,476
15.11.2018 14:29:16
-3,600
de707fc284c2756c4b1f402760205449f76f331e
chore(all): enable noImplicitAny and noImplicitThis
[ { "change_type": "MODIFY", "diff": "\"compilerOptions\": {\n\"allowJs\": false,\n\"alwaysStrict\": true,\n+ \"noImplicitAny\": true,\n+ \"noImplicitThis\": true,\n\"composite\": true,\n\"declaration\": true,\n\"declarationMap\": true,\n", "new_path": "packages/tsconfig-build.json", "old_path": "pack...
TypeScript
MIT License
aurelia/aurelia
chore(all): enable noImplicitAny and noImplicitThis
1
chore
all
67,476
15.11.2018 14:36:37
-3,600
49f87c49451683668bc775c59bd07ba0e47cae2e
chore(kernel): fix typescript errors
[ { "change_type": "MODIFY", "diff": "@@ -95,13 +95,13 @@ export type RegisterSelf<T extends Constructable> = {\nif (!('getOwnMetadata' in Reflect)) {\n// tslint:disable-next-line:no-any\nReflect.getOwnMetadata = function(metadataKey: any, target: Object): any {\n- return target[metadataKey];\n+ return (<IInd...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): fix typescript errors
1
chore
kernel
67,507
15.11.2018 15:34:18
-3,600
56425bf3db1d74fd5e317b3f4e54231f27b19717
refactor(runtime): add function overloads to "define" on "IResourceKind"
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,9 @@ export interface IResourceKind<TSource, TType extends IResourceType<TSource> = I\nreadonly name: string;\nkeyFrom(name: string): string;\nisType<T extends Constructable & Partial<TType>>(Type: T): Type is T & TType;\n+\n+ define<T extends Constructable>(na...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): add function overloads to "define" on "IResourceKind"
1
refactor
runtime
217,922
15.11.2018 15:38:13
-3,600
7c9c44afdf8bbb8e2dd1392e199a6cdd990a579d
fix: fixed an issue with alarms not having proper map id
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export class AlarmsSidebarComponent implements OnInit {\nnzTitle: this.i18n.getName(this.l12n.getPlace(alarm.zoneId)),\nnzContent: MapComponent,\nnzComponentParams: {\n- mapId: alarm.zoneId,\n+ mapId: alarm.mapId,\nmarkers: [alarm.coords]\n},\nnzFooter: ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with alarms not having proper map id
1
fix
null
217,922
15.11.2018 15:45:16
-3,600
a4282d20f4faf1d3c9d3b53d8425402398f49f5c
chore: fixing small mistakes
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,6 @@ export class AlarmsExtractor extends AbstractExtractor<Partial<Alarm>[]> {\n.filter(node => node.uptime !== undefined)\n.map(node => {\nconst folklore = Object.keys(folklores).find(id => folklores[id].indexOf(row.id) > -1);\n- console.log(node);\nconst a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixing small mistakes
1
chore
null
504,004
15.11.2018 16:20:07
18,000
92559e60d5d67b976a611ac9794df29442d09d0f
feat(HintBlock): Add the HintBlock component
[ { "change_type": "MODIFY", "diff": "\"breakjs\": \"^1.0.0\",\n\"classnames\": \"^2.2.5\",\n\"css-element-queries\": \"^1.0.1\",\n- \"patternfly\": \"^3.52.1\",\n+ \"patternfly\": \"^3.58.0\",\n\"patternfly-react\": \"^2.23.3\",\n\"react-virtualized\": \"9.x\"\n},\n", "new_path": "packages/patternfly-3/p...
TypeScript
MIT License
patternfly/patternfly-react
feat(HintBlock): Add the HintBlock component (#922)
1
feat
HintBlock
217,922
15.11.2018 16:34:00
-3,600
768b298df84dc64dac8df099fcfa63ad42896c59
chore: small performance fixes
[ { "change_type": "MODIFY", "diff": "-import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';\n+import { Component, EventEmitter, Output } from '@angular/core';\nimport { List } from '../../list/model/list';\nimport { PricingService } from '../pricing.service';\nimport { Lis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small performance fixes
1
chore
null
217,922
15.11.2018 17:09:56
-3,600
10a57c1eeb1477a1e689d9255eb4b72b60b579ae
chore: more performance improvements
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ import { AppRoutingModule } from './app-routing.module';\nimport { StoreModule } from '@ngrx/store';\nimport { StoreDevtoolsModule } from '@ngrx/store-devtools';\nimport { EffectsModule } from '@ngrx/effects';\n-import { en_US, NgZorroAntdModule, NZ_I18N...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more performance improvements
1
chore
null
67,507
15.11.2018 18:01:52
-3,600
dffb5145767ddbd0a376f0308cea0ba87110f879
refactor: decorators use standalone function and has overload signatures
[ { "change_type": "MODIFY", "diff": "@@ -40,18 +40,17 @@ export function bindingCommand(nameOrDefinition: string | IBindingCommandDefinit\nreturn target => BindingCommandResource.define(nameOrDefinition, target);\n}\n-export const BindingCommandResource: IResourceKind<IBindingCommandDefinition, IBindingComma...
TypeScript
MIT License
aurelia/aurelia
refactor: decorators use standalone function and has overload signatures
1
refactor
null
504,022
15.11.2018 18:20:55
-3,600
ef13fd23a8d12e800ef6760be10317e56773054e
feat(component): introduce the pf4 switch component
[ { "change_type": "ADD", "diff": "+import { HTMLProps, FormEvent, ReactNode } from 'react';\n+import { Omit } from '../../typeUtils';\n+\n+export interface SwitchProps extends Omit<HTMLProps<HTMLInputElement>, 'type' | 'onChange' | 'disabled' | 'label'> {\n+ isDisabled?: boolean;\n+ isChecked?: boolean;\n+ o...
TypeScript
MIT License
patternfly/patternfly-react
feat(component): introduce the pf4 switch component (#761)
1
feat
component
217,922
15.11.2018 19:16:30
-3,600
8786f20674d2c845bc9f4dd135a993d7ba61f03d
chore: implemented more icons in notifications
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ 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, map } fro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: implemented more icons in notifications
1
chore
null
217,922
15.11.2018 20:45:59
-3,600
fe4cf0444f8de3156611c658728536ad24b5feec
chore: more WIP on pricing mode, need to find a way to get better perfs
[ { "change_type": "MODIFY", "diff": "-<nz-list-item class=\"list-item\" [class.ignored]=\"!item.usePrice\" [nzContent]=\"content\">\n- <nz-list-item-meta [nzAvatar]=\"avatar\" [nzTitle]=\"title\">\n- <ng-template #avatar>\n- <app-item-icon [itemId]=\"item.id\" [icon]=\"item.icon\" [width]=\"32\"></app-item-i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more WIP on pricing mode, need to find a way to get better perfs
1
chore
null
730,412
15.11.2018 22:04:22
0
25e4c3ddc06b7c69c2bb6e6670afafdf222840bf
chore(release): 0.1.381
[ { "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.381\"></a>\n+## [0.1.381](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.381
1
chore
release
217,922
15.11.2018 22:25:21
-3,600
d4bc206a98775946ad130bf57669340439f0c786
chore: more WIP on pricing mode, need to find a way to get better perfs (again)
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\n+import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { PricingService } from '../pricing.service';\nimport { Price } from '../mod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more WIP on pricing mode, need to find a way to get better perfs (again)
1
chore
null
791,723
16.11.2018 00:17:07
28,800
7e98bb13623bd02b198c05615105362a8a3c2aee
misc: bump extension version
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"__MSG_appName__\",\n- \"version\": \"3.3.0.4000\",\n+ \"version\": \"3.3.0.4001\",\n\"minimum_chrome_version\": \"66\",\n\"manifest_version\": 2,\n\"description\": \"__MSG_appDescription__\",\n", "new_path": "clients/extension/manifest.json", "old_p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: bump extension version (#6569)
1
misc
null
67,476
16.11.2018 00:37:21
-3,600
a898049677faad28576b9aaaa432499c75f7e41a
feat(aurelia): add startup api shorthand
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,19 @@ const spec = 'template-compiler.kitchen-sink';\n// TemplateCompiler - integration with various different parts\ndescribe(spec, () => {\n+ it('startup with App type', () => {\n+ const component = CustomElementResource.define({ name: 'app', template: `<te...
TypeScript
MIT License
aurelia/aurelia
feat(aurelia): add startup api shorthand
1
feat
aurelia
791,690
16.11.2018 10:31:57
21,600
4457ed26272e2581beb8070f296ec794318b6c22
core: throw fatally on page hang
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ const opn = require('opn');\nconst _RUNTIME_ERROR_CODE = 1;\nconst _PROTOCOL_TIMEOUT_EXIT_CODE = 67;\n+const _PAGE_HUNG_EXIT_CODE = 68;\n/**\n* exported for testing\n@@ -70,6 +71,12 @@ function showProtocolTimeoutError() {\nprocess.exit(_PROTOCOL_TIMEOUT...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: throw fatally on page hang (#6497)
1
core
null
217,922
16.11.2018 11:17:26
-3,600
6a223e7087d57f7a91342527ca29b88166716948
feat: pricing mode v5 is now ready to be tested
[ { "change_type": "MODIFY", "diff": "-<div [class.ignored]=\"!item.usePrice\" nz-row fxLayout=\"row wrap\">\n- <div nz-col nzXs=\"24\" nzMd=\"6\">\n+<div [class.ignored]=\"!item.usePrice\" nz-row fxLayout=\"row wrap\" [class.odd]=\"odd\" class=\"row-container\">\n+ <div nz-col nzXs=\"24\" nzMd=\"6\" fxLayout...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: pricing mode v5 is now ready to be tested
1
feat
null
135,570
16.11.2018 11:19:33
-3,600
2f31524203374cfabaa67fa153102036b9184cad
docs: mention commitizen in prompt guide
[ { "change_type": "MODIFY", "diff": "@@ -34,3 +34,7 @@ Test the prompt by executing\ngit add .\nnpm run commit\n```\n+\n+## An alternative to `@commitlint/prompt`: commitizen\n+Another way to author commit messages that adhere to the commit convention configured in `commitlint.config.js` is to use `commitize...
TypeScript
MIT License
conventional-changelog/commitlint
docs: mention commitizen in prompt guide
1
docs
null
217,922
16.11.2018 11:48:52
-3,600
586d8e6eb0ec328da8ddc84c177bd143a464cb44
feat: calculator button for easy add/remove operations
[ { "change_type": "MODIFY", "diff": "[width]=\"24\"></app-item-icon>\n</div>\n<div class=\"amount-input\">\n+ <button nz-button nzSize=\"small\" nz-popover [nzContent]=\"calculator\" nzTrigger=\"click\">\n+ <i nz-icon type=\"calculator\"></i>\n+ <ng-template #calculator>\n+ <nz-input-number [nzMin]=\"0\" [nz...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: calculator button for easy add/remove operations #576
1
feat
null
135,570
16.11.2018 13:19:13
-3,600
979d87c5d4594b8ad445ce758bd498ca8f8a29dc
docs: update local setup guide with latest version of husky
[ { "change_type": "MODIFY", "diff": "@@ -28,17 +28,20 @@ Install `husky` as devDependency, a handy git hook helper available on npm.\nnpm install --save-dev husky\n```\n-This allows us to add [git hooks](https://github.com/typicode/husky/blob/master/HOOKS.md#hooks) directly into our `package.json` scripts.\n...
TypeScript
MIT License
conventional-changelog/commitlint
docs: update local setup guide with latest version of husky (#489)
1
docs
null
573,188
16.11.2018 13:23:28
-7,200
f38490005887c7b38404e1b673d3fa42901bec1e
chore: Update example to allow downgrading to http1
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,8 @@ var srv = restify.createServer({\nhttp2: {\ncert: fs.readFileSync(path.join(__dirname, './keys/http2-cert.pem')),\nkey: fs.readFileSync(path.join(__dirname, './keys/http2-key.pem')),\n- ca: fs.readFileSync(path.join(__dirname, 'keys/http2-csr.pem'))\n+ ca:...
JavaScript
MIT License
restify/node-restify
chore: Update example to allow downgrading to http1
1
chore
null
217,922
16.11.2018 13:28:50
-3,600
5cb6b27df9639341c1b35d1a290568a4f3de33d4
feat: ability to mark an item as required HQ manually
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ import { TradeSource } from './trade-source';\nimport { Instance } from './instance';\nimport { Vendor } from './vendor';\nimport { Ingredient } from '../../../model/garland-tools/ingredient';\n-import { DeserializeAs } from '@kaiu/serializer';\nimport { D...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ability to mark an item as required HQ manually #576
1
feat
null
76,605
16.11.2018 13:29:19
-3,600
970a793a0cf087fa96ec1590557737be8d35fdd2
fix: slot manager and slotFill context
[ { "change_type": "MODIFY", "diff": "@@ -511,6 +511,7 @@ class NlpManager {\nresult.media = result.media; // to improve\n}\n}\n+ context.slotFill = result.slotFill;\nreturn this.processTransformer(result);\n}\n", "new_path": "lib/nlp/nlp-manager.js", "old_path": "lib/nlp/nlp-manager.js" }, { ...
JavaScript
MIT License
axa-group/nlp.js
fix: slot manager and slotFill context
1
fix
null
791,723
16.11.2018 13:56:44
28,800
9910b9bd5d967514e0f6492ef4892fb7240701ea
core(driver): assert securityIssues before getPageLoadError
[ { "change_type": "MODIFY", "diff": "@@ -300,6 +300,8 @@ class GatherRunner {\nconst networkRecords = NetworkRecorder.recordsFromLogs(devtoolsLog);\nlog.timeEnd(status);\n+ this.assertNoSecurityIssues(driver.getSecurityState());\n+\nlet pageLoadError = GatherRunner.getPageLoadError(passContext.url, networkRe...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): assert securityIssues before getPageLoadError (#6578)
1
core
driver
217,922
16.11.2018 14:10:00
-3,600
afd4f1fd1a9c4873d8faf346353d5238433b37b9
feat: ability to have a note on lists
[ { "change_type": "MODIFY", "diff": "[disabled]=\"(permissionLevel$ | async) < 20\">\n<i nz-icon type=\"reload\"></i>\n</button>\n- <div fxFlex=\"1 1 auto\">\n- TODO list description\n</div>\n+ <div fxLayout=\"row wrap\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flext-start center\">\n+ <div>{{list.note || ('LIST_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ability to have a note on lists #576
1
feat
null
273,683
16.11.2018 14:50:09
-3,600
f2e9d4ac91151ef434d3f7078330bcc80cbdb536
fix(graphql): merge nested object fields
[ { "change_type": "ADD", "diff": "+const inferTypes = require('../lib/graphql/schema/infer-types')\n+const { GraphQLDate } = require('../lib/graphql/schema/types/date')\n+const { fileType } = require('../lib/graphql/schema/types/file')\n+const { imageType } = require('../lib/graphql/schema/types/image')\n+\n...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): merge nested object fields
1
fix
graphql
273,683
16.11.2018 14:54:27
-3,600
975bfea4f4235211a00fc814d194ff40a9e0531a
fix(webpack): load local babel config files
[ { "change_type": "MODIFY", "diff": "@@ -106,9 +106,9 @@ module.exports = (app, { isProd, isServer }) => {\n.use('babel-loader')\n.loader('babel-loader')\n.options({\n- babelrc: false,\n- configFile: false,\n- presets: [require.resolve('./babel-preset')]\n+ presets: [\n+ require.resolve('./babel-preset')\n+ ...
JavaScript
MIT License
gridsome/gridsome
fix(webpack): load local babel config files
1
fix
webpack
791,723
16.11.2018 15:38:27
28,800
7a6458303cbcad2074bc24b035a1f83b80ad5f47
core(gather): define new DNS failure LH Error
[ { "change_type": "MODIFY", "diff": "@@ -150,8 +150,19 @@ class GatherRunner {\nif (!mainRecord) {\nerrorDef = LHError.errors.NO_DOCUMENT_REQUEST;\n} else if (mainRecord.failed) {\n+ const netErr = mainRecord.localizedFailDescription;\n+ // Match all resolution and DNS failures\n+ // https://cs.chromium.org/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(gather): define new DNS failure LH Error (#6579)
1
core
gather
573,215
16.11.2018 15:40:48
28,800
e49cb3b24c3f4d77fa0b3204f3c1a618fb054789
fix(server): fix uncaught exceptions triggering route lookups
[ { "change_type": "MODIFY", "diff": "@@ -1077,7 +1077,7 @@ Server.prototype._onHandlerError = function _onHandlerError(\nvar self = this;\n// Call route by name\n- if (_.isString(err)) {\n+ if (!isUncaught && _.isString(err)) {\nvar routeName = err;\nvar routeHandler = self.router.lookupByName(routeName, req...
JavaScript
MIT License
restify/node-restify
fix(server): fix uncaught exceptions triggering route lookups (#1717)
1
fix
server
791,834
16.11.2018 17:08:37
28,800
7f55977b2a8aa13633c95a1d97b546b0bd74c8be
report: add PWA category badge gauge
[ { "change_type": "MODIFY", "diff": "@@ -46,14 +46,53 @@ class PwaCategoryRenderer extends CategoryRenderer {\nreturn categoryElem;\n}\n+ /**\n+ * @param {LH.ReportResult.Category} category\n+ * @return {DocumentFragment}\n+ */\n+ renderScoreGauge(category) {\n+ // Defer to parent-gauge style if category err...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add PWA category badge gauge (#6526)
1
report
null
273,683
16.11.2018 18:06:55
-3,600
97e5e369b8d21cf9d40ac3a00a8432be1019a3ee
fix(webpack): absolute path to 404 fallback Vue loader did not compile the component in some cases
[ { "change_type": "MODIFY", "diff": "@@ -114,7 +114,7 @@ class App {\n}\ngenerateFiles () {\n- this.routerData = createRoutes(this.store)\n+ this.routerData = createRoutes(this)\nthis.router = new Router({\nbase: '/',\n", "new_path": "gridsome/lib/app/App.js", "old_path": "gridsome/lib/app/App.js" ...
JavaScript
MIT License
gridsome/gridsome
fix(webpack): absolute path to 404 fallback Vue loader did not compile the component in some cases (#43).
1
fix
webpack
67,476
16.11.2018 18:15:53
-3,600
45e170eadd14714b872e56e327b67759b526bed7
chore(kernel): add Class type and remove constructable type args
[ { "change_type": "MODIFY", "diff": "@@ -37,13 +37,13 @@ export interface IFactory<T = any> {\nexport interface IServiceLocator {\nhas(key: any, searchAncestors: boolean): boolean;\n- get<K>(key: Constructable<unknown> | Key<unknown> | IResolver<unknown> | K):\n+ get<K>(key: Constructable | Key<unknown> | IR...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): add Class type and remove constructable type args
1
chore
kernel
730,412
16.11.2018 18:24:11
0
0a1378c1afebb6a76d62f0aee9b085a352169537
chore(release): 0.1.382
[ { "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.382\"></a>\n+## [0.1.382](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.382
1
chore
release
67,476
16.11.2018 18:25:43
-3,600
499a1894664bd6dca3bb5ed3d43a0f9361e563b6
refactor(resources): improve flexibility & strictness of resource types
[ { "change_type": "MODIFY", "diff": "-import { Constructable, Decoratable, Decorated, IContainer, IRegistry, Registration, Writable } from '@aurelia/kernel';\n+import { Class, Constructable, IContainer, IIndexable, IRegistry, Registration, Writable } from '@aurelia/kernel';\nimport {\nBindingType,\nCallBindi...
TypeScript
MIT License
aurelia/aurelia
refactor(resources): improve flexibility & strictness of resource types
1
refactor
resources
67,476
16.11.2018 18:26:05
-3,600
0ba08ae2f58eb85eecd2cd5dc562eb0c9ed28cd6
chore(all): fix no-implicit-this error
[ { "change_type": "DELETE", "diff": "-import { BindingContext as RuntimeContext, IBindingContext, IScope } from '@aurelia/runtime';\n-\n-export const BindingContext = {\n- ...RuntimeContext,\n- createScopeForTest(bindingContext: IBindingContext, parentBindingContext?: IBindingContext): IScope {\n- if (parent...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix no-implicit-this error
1
chore
all
273,683
16.11.2018 18:58:04
-3,600
b6e16c9f0f674132018c8bcec199687b4a142601
fix: re-create routes after a node.path change
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ class PluginAPI {\nclearTimeout(regenerateTimeout)\nregenerateTimeout = setTimeout(() => {\nif (app.isBootstrapped) {\n- app.routerData = createRoutes(app.store)\n+ app.routerData = createRoutes(app)\napp.generator.generate('routes.js')\n}\n}, 20)\n", ...
JavaScript
MIT License
gridsome/gridsome
fix: re-create routes after a node.path change
1
fix
null
67,476
16.11.2018 19:12:42
-3,600
69ed0f31db0d05558b707144b3a9c1314deb8b01
chore(all): remove Decoratable and Decorated types
[ { "change_type": "MODIFY", "diff": "@@ -16,113 +16,6 @@ export type Class<T, C = IIndexable> = C & {\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 u...
TypeScript
MIT License
aurelia/aurelia
chore(all): remove Decoratable and Decorated types
1
chore
all
67,476
16.11.2018 19:13:19
-3,600
d88baf46d5ccc37614f96894613c5810e8f36ea1
chore(resource): rename TSource to TDef
[ { "change_type": "MODIFY", "diff": "@@ -4,32 +4,32 @@ export interface IResourceDefinition {\nname: string;\n}\n-export interface IResourceKind<TSource, TProto, TClass extends Class<TProto, unknown> = Class<TProto>> {\n+export interface IResourceKind<TDef, TProto, TClass extends Class<TProto, unknown> = Cla...
TypeScript
MIT License
aurelia/aurelia
chore(resource): rename TSource to TDef
1
chore
resource
67,476
16.11.2018 19:25:16
-3,600
b250f003e38bed4862060928a1fe264a5cd6c242
chore(runtime): properly make decorator target type partial
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,9 @@ export interface IResourceKind<TDef, TProto, TClass extends Class<TProto, unknow\nkeyFrom(name: string): string;\nisType<T>(Type: T & Partial<IResourceType<TDef, TProto>>): Type is T & TClass & IResourceType<TDef, TProto>;\n- define<T>(name: string, ctor: ...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): properly make decorator target type partial
1
chore
runtime
471,527
16.11.2018 22:39:03
-3,600
4d14a15f2a5076d84bdd335629d27f23cda16c5b
fix(generator-open-wc): update versions; add wallaby.js
[ { "change_type": "MODIFY", "diff": "@@ -36,5 +36,5 @@ We recommend the following plugins:\nGet ESLint feedback directly in your IDE => more details under [Linting](./recommendations/linting)\n* [es6-string-html](https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html)\nHighlights all y...
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): update versions; add wallaby.js
1
fix
generator-open-wc
67,507
16.11.2018 23:11:12
-3,600
0acd52896274b20e81473271c01d92e8948a711f
chore(runtime): remove some unneeded tslint suppressions
[ { "change_type": "MODIFY", "diff": "import { IIndexable, Primitive } from '@aurelia/kernel';\nimport { ILifecycle } from '../lifecycle';\nimport { CollectionKind, ICollectionObserver, IObservedSet, LifecycleFlags } from '../observation';\n-// tslint:disable:no-reserved-keywords\nimport { nativePush, nativeS...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): remove some unneeded tslint suppressions
1
chore
runtime
67,507
16.11.2018 23:13:11
-3,600
9584479d2257e94e97a2dbc4636514c485849450
chore: remove and fix tslint no-empty suppressions
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,7 @@ export const PLATFORM = {\n})(),\nemptyArray: Object.freeze([]),\nemptyObject: Object.freeze({}),\n- /* tslint:disable-next-line:no-empty */\n- noop(): void { },\n+ noop(): void { return; },\nnow(): number {\nreturn performance.now();\n},\n", "new_pa...
TypeScript
MIT License
aurelia/aurelia
chore: remove and fix tslint no-empty suppressions
1
chore
null
791,676
17.11.2018 00:48:50
-3,600
130c5e0126c4c6afc92b3d8cf5d89cf5fdd46895
report(safari): fix dropdown overlap translateZ
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,6 @@ limitations under the License.\n}\n.lh-scores-wrapper {\nmargin-top: -30px;\n- transform: translateZ(1px);\n}\n.lh-scores-wrapper__shadow {\nopacity: 0;\n", "new_path": "lighthouse-core/report/html/templates.html", "old_path": "lighthouse-core/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(safari): fix dropdown overlap translateZ (#6546)
1
report
safari
67,476
17.11.2018 01:30:22
-3,600
b0e799cbedad1a7ca234ca6e6269e350567beacd
chore(router): fix reference
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { inject } from '@aurelia/kernel';\nimport { bindable, RenderPlan, DOM, createElement } from \"@aurelia/runtime\";\nimport { customElement } from '@aurelia/runtime';\nimport * as template from './viewport.html';\n-import { Router } from '../lib/rout...
TypeScript
MIT License
aurelia/aurelia
chore(router): fix reference
1
chore
router
67,476
17.11.2018 01:33:56
-3,600
3715d877c9dbc210cf02f4bcb251bfccea5f6233
test(router): add unit test skeleton
[ { "change_type": "ADD", "diff": "+import { HistoryBrowser } from '../../src/index';\n+import { expect } from 'chai';\n+\n+describe('HistoryBrowser', () => {\n+ it('can be created', () => {\n+ const sut = new HistoryBrowser();\n+ });\n+});\n+\n", "new_path": "packages/router/test/unit/history-browser.spe...
TypeScript
MIT License
aurelia/aurelia
test(router): add unit test skeleton
1
test
router
67,476
17.11.2018 02:23:40
-3,600
117dd7a1d29514711aa3ff3ceaf43be2ed025bf3
docs(router): add readme with specs to test folder
[ { "change_type": "ADD", "diff": "+Specs:\n+\n+[vNext Router notes](https://github.com/aurelia/aurelia/issues/67)\n+[[WIP] Route Configuration API Proposal [RFC]](https://github.com/aurelia/aurelia/issues/164)\n+[[WIP] Router API Proposal [RFC]](https://github.com/aurelia/aurelia/issues/236)\n+[[WIP] Router ...
TypeScript
MIT License
aurelia/aurelia
docs(router): add readme with specs to test folder
1
docs
router
67,476
17.11.2018 02:23:56
-3,600
4d73440c57026d64c16a04feefef13fbc0970dd9
feat(router): add simple decorator implementation
[ { "change_type": "MODIFY", "diff": "export * from './history-browser';\n+export * from './route-config';\nexport * from './router';\nexport * from './viewport';\n", "new_path": "packages/router/src/index.ts", "old_path": "packages/router/src/index.ts" }, { "change_type": "ADD", "diff": "...
TypeScript
MIT License
aurelia/aurelia
feat(router): add simple decorator implementation
1
feat
router
67,476
17.11.2018 02:45:22
-3,600
e1bdf1f0e94b944cc0630c7e5cb1d5f4ed743b50
chore(router): add some unit test placeholders
[ { "change_type": "MODIFY", "diff": "import { route } from '../../src/index';\nimport { expect } from 'chai';\n+import { Reporter } from '@aurelia/kernel';\n// configuration API RFC: https://github.com/aurelia/aurelia/issues/164\ndescribe('@routeConfig', () => {\n@@ -32,4 +33,53 @@ describe('@routeConfig', (...
TypeScript
MIT License
aurelia/aurelia
chore(router): add some unit test placeholders
1
chore
router
217,922
17.11.2018 10:54:33
-3,600
5376561395636a025effd428cbf0b7fc2f08f6c5
feat: marketboard details box now includes history
[ { "change_type": "MODIFY", "diff": "+<div fxLayout=\"column\" fxLayoutGap=\"15px\">\n<nz-table #pricesTable nzSize=\"small\" [nzData]=\"prices$ | async\" [nzLoading]=\"loading\">\n<thead nzSingleSort (nzSortChange)=\"sort($event)\">\n<tr>\n</tr>\n</tbody>\n</nz-table>\n+ <div *ngIf=\"showHistory\">\n+ <h3>{...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: marketboard details box now includes history
1
feat
null
67,507
17.11.2018 12:33:40
-3,600
579c6062a64cf6d3f3e760541f530fc526d3de56
refactor: remove no-reserved-keywords suppressions and fix most of them
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,7 @@ const enum MessageType {\ninterface IMessageInfo {\nmessage: string;\n- // tslint:disable-next-line:no-reserved-keywords\n- type: MessageType;\n+ messageType: MessageType;\n}\nexport const Reporter: typeof RuntimeReporter = {...RuntimeReporter,\n@@ -18,7 +...
TypeScript
MIT License
aurelia/aurelia
refactor: remove no-reserved-keywords suppressions and fix most of them
1
refactor
null
217,922
17.11.2018 12:37:24
-3,600
800fae5d64d8d10e9e98a423a406733ba388e4bd
fix: fixed precraft pricing in pricing mode
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import { PricingService } from '../pricing.service';\nimport { Price } from '../model/price';\nimport { ItemAmount } from '../model/item-amount';\nimport { ListRow } from '../../list/model/list-row';\n-import { ObservableMedia } from '@angular/flex-layout'...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed precraft pricing in pricing mode
1
fix
null
217,922
17.11.2018 14:22:18
-3,600
85d9e18b49c66ae94a96bab8e28a4cf1c14cf5c8
feat: public profile page
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,10 @@ const routes: Routes = [\n{\npath: 'macro-translator',\nloadChildren: './pages/macro-translator/macro-translator.module#MacroTranslatorModule'\n+ },\n+ {\n+ path: 'profile',\n+ loadChildren: './pages/profile/profile.module#ProfileModule'\n}\n];\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: public profile page
1
feat
null
217,922
17.11.2018 17:25:10
-3,600
b7029d6ebbbe19819574e22a2c66cd0d36213479
fix: fixed some issues with pricing mode
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ export class ListsEffects {\n@Effect()\ndeleteEphemeralListsOnComplete$ = this.actions$.pipe(\nofType<UpdateList>(ListsActionTypes.UpdateList),\n- filter(action => action.payload.ephemeral),\n+ filter(action => action.payload.ephemeral && action.payloa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed some issues with pricing mode
1
fix
null
67,476
17.11.2018 22:15:06
-3,600
bc3ff3ca3edf86dd5dbaa8efd8819f2cad16d802
feat(jit): initial implementation of configurable syntax-interpreter
[ { "change_type": "ADD", "diff": "+\n+export class CharSpec {\n+ public chars: string;\n+ public repeat: boolean;\n+\n+ public has: (char: string) => boolean;\n+\n+ constructor(chars: string, repeat: boolean) {\n+ this.chars = chars;\n+ this.repeat = repeat;\n+ switch (chars.length) {\n+ case 0:\n+ this.has ...
TypeScript
MIT License
aurelia/aurelia
feat(jit): initial implementation of configurable syntax-interpreter
1
feat
jit
67,476
18.11.2018 01:39:03
-3,600
9c640be30ca5931468736244dfbd9e016328e32e
refactor(attribute-pattern): return interpretation result and initial decorator setup
[ { "change_type": "MODIFY", "diff": "+import { DI, Constructable, IRegistry, IContainer, Registration, IResolver } from '@aurelia/kernel';\n+/*@internal*/\nexport class CharSpec {\npublic chars: string;\npublic repeat: boolean;\n+ public separator: boolean;\npublic has: (char: string) => boolean;\n- construc...
TypeScript
MIT License
aurelia/aurelia
refactor(attribute-pattern): return interpretation result and initial decorator setup
1
refactor
attribute-pattern
67,476
18.11.2018 01:39:32
-3,600
69030b29a86c2df2cc0ff7fae8ca307feb6d9419
chore(jit): remove only
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { expect } from 'chai';\nimport { SyntaxInterpreter } from '../../src/attribute-pattern';\n-describe.only('@bindingSyntax', () => {\n+describe('@bindingSyntax', () => {\nfor (const [patterns, tests] of <[string[], [string, string][]][]>[\n[\n['targe...
TypeScript
MIT License
aurelia/aurelia
chore(jit): remove only
1
chore
jit
67,507
18.11.2018 03:52:38
-3,600
26f2d419dc00075cd9c1f1dfd2505fea2e072b34
refactor: more any to strict typing conversions
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ export interface IBindingCommand {\nexport interface IBindingCommandDefinition extends IResourceDefinition { }\n-export interface IBindingCommandType extends IResourceType<IBindingCommandDefinition, IBindingCommand, Class<IBindingCommand, IIndexable>> { ...
TypeScript
MIT License
aurelia/aurelia
refactor: more any to strict typing conversions
1
refactor
null
273,683
18.11.2018 15:00:59
-3,600
78b47f99a1c1d8d51c06064969c0d35a958426eb
chore(eslint): use vue-libs recomended config
[ { "change_type": "MODIFY", "diff": "module.exports = {\nextends: [\n- \"plugin:node/recommended\"\n+ 'plugin:node/recommended',\n+ 'plugin:vue-libs/recommended'\n],\nenv: {\n- \"jest\": true\n- },\n- rules: {\n- \"indent\": [\"error\", 2, {\n- \"MemberExpression\": \"off\",\n- \"SwitchCase\": 1\n- }]\n+ jes...
JavaScript
MIT License
gridsome/gridsome
chore(eslint): use vue-libs recomended config
1
chore
eslint
67,476
18.11.2018 15:50:22
-3,600
43b299e4361a3e703ea8e08d7cb64aed3d9c01fa
feat(di): report meaningful error when trying to resolve an interface with no registrations
[ { "change_type": "MODIFY", "diff": "@@ -137,6 +137,9 @@ export const DI = {\ncreateInterface<T = any>(friendlyName?: string): IDefaultableInterfaceSymbol<T> {\nconst Key: any = function(target: Injectable, property: string, index: number): any {\n+ if (target === undefined) {\n+ throw Reporter.error(16, Key...
TypeScript
MIT License
aurelia/aurelia
feat(di): report meaningful error when trying to resolve an interface with no registrations
1
feat
di
67,476
18.11.2018 17:03:16
-3,600
07a8f16b0824aa1f7decbb27333e02eaed2f9d15
refactor(jit): properly implement and separate the jit AST from parsers
[ { "change_type": "ADD", "diff": "+import { PLATFORM } from '@aurelia/kernel';\n+import { DOM } from '@aurelia/runtime';\n+\n+export class AttrSyntax {\n+ public readonly rawName: string;\n+ public readonly rawValue: string;\n+ public readonly target: string;\n+ public readonly command: string | null;\n+\n+ ...
TypeScript
MIT License
aurelia/aurelia
refactor(jit): properly implement @attributePattern and separate the jit AST from parsers
1
refactor
jit
67,476
18.11.2018 18:35:32
-3,600
4c6200012ad5528d29d1834d1292fdbef3eb1cb0
fix(attribute-pattern): make multi patterns work
[ { "change_type": "MODIFY", "diff": "import { all, DI, inject } from '@aurelia/kernel';\nimport { AttrSyntax } from './ast';\n-import { IAttributePattern, ISyntaxInterpreter } from './attribute-pattern';\n+import { IAttributePattern, IAttributePatternHandler, Interpretation, ISyntaxInterpreter } from './attr...
TypeScript
MIT License
aurelia/aurelia
fix(attribute-pattern): make multi patterns work
1
fix
attribute-pattern
471,527
18.11.2018 18:36:35
-3,600
ef97cecdfe4096fee0e879ca900a4e959507d423
feat: sinon is no longer a mandatory package
[ { "change_type": "MODIFY", "diff": "\"@open-wc/testing-karma-bs\": \"^0.0.3\",\n\"@open-wc/testing-wallaby\": \"^0.1.3\",\n\"@webcomponents/webcomponentsjs\": \"^2.0.0\",\n- \"mocha\": \"^5.0.0\",\n- \"sinon\": \"^7.0.0\"\n+ \"mocha\": \"^5.0.0\"\n}\n}\n", "new_path": "packages/chai-dom-equals/package.j...
JavaScript
MIT License
open-wc/open-wc
feat: sinon is no longer a mandatory package
1
feat
null
217,922
18.11.2018 22:00:43
-3,600
9cb7ec18f7be0a14125ef79212ecaa1c0c40879d
feat: delete button for characters in profile editor
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ export enum AuthActionTypes {\nNoLinkedCharacter = '[Auth] No linked character',\nLinkingCharacter = '[Auth] Linking character',\nAddCharacter = '[Auth] Add character',\n+ RemoveCharacter = '[Auth] Remove character',\nSetDefaultCharacter = '[Auth] Set de...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: delete button for characters in profile editor
1
feat
null
217,922
18.11.2018 22:45:24
-3,600
fa98a3e032276a42917401cb0b669d7c8b0edcb0
feat: stats edition in profile editor
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { Action } from '@ngrx/store';\nimport { TeamcraftUser } from '../model/user/teamcraft-user';\nimport { AuthState } from './auth.reducer';\nimport { CharacterResponse } from '@xivapi/angular-client';\n+import { GearSet } from '../pages/simulator/mod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: stats edition in profile editor
1
feat
null
67,476
19.11.2018 00:50:31
-3,600
bcaec5173969e51957916903c35c2598123535f7
refactor(attribute-pattern): use negative pattern matching based on registered symbols, improve side-by-side compat
[ { "change_type": "MODIFY", "diff": "import { all, DI, inject } from '@aurelia/kernel';\nimport { AttrSyntax } from './ast';\nimport { IAttributePattern, IAttributePatternHandler, Interpretation, ISyntaxInterpreter } from './attribute-pattern';\n-import { Char } from './common';\nexport interface IAttributeP...
TypeScript
MIT License
aurelia/aurelia
refactor(attribute-pattern): use negative pattern matching based on registered symbols, improve side-by-side compat
1
refactor
attribute-pattern
67,476
19.11.2018 00:57:32
-3,600
61103e86e4e543a923fe18288d80d0441040b0b6
chore(di): add missing semi
[ { "change_type": "MODIFY", "diff": "@@ -638,7 +638,7 @@ export class Container implements IContainer {\nif (resolver === undefined) {\nif (current.parent === null) {\n- resolver = this.jitRegister(key, current)\n+ resolver = this.jitRegister(key, current);\nreturn resolver.resolve(current, this);\n}\n", ...
TypeScript
MIT License
aurelia/aurelia
chore(di): add missing semi
1
chore
di
67,476
19.11.2018 01:05:46
-3,600
9464c554e8754ebd26d1def7a8ed88ff8bd2b2ed
chore(attribute-pattern): use union type and add comment
[ { "change_type": "MODIFY", "diff": "@@ -454,15 +454,18 @@ export interface IAttributePatternHandler {\nexport const IAttributePattern = DI.createInterface<IAttributePattern>().noDefault();\n-type DecoratableAttributePattern<TProto, TClass> = Class<TProto & Partial<IAttributePattern>, TClass> & Partial<IRegi...
TypeScript
MIT License
aurelia/aurelia
chore(attribute-pattern): use union type and add comment
1
chore
attribute-pattern
67,476
19.11.2018 01:08:18
-3,600
22a15c19a14779a8f696358f8dbe915f9e455ee4
perf(attribute-pattern): declare callback function for eachChar earlier
[ { "change_type": "MODIFY", "diff": "@@ -325,10 +325,11 @@ export class SyntaxInterpreter {\nconst types = new SegmentTypes();\nconst segments = this.parse(def, types);\nconst len = segments.length;\n- for (i = 0; i < len; ++i) {\n- segments[i].eachChar(ch => {\n+ const callback = (ch: ICharSpec): void => {\...
TypeScript
MIT License
aurelia/aurelia
perf(attribute-pattern): declare callback function for eachChar earlier
1
perf
attribute-pattern
67,476
19.11.2018 01:32:12
-3,600
647e0d81081db1feb16f513ce958258e6dca2a87
fix(lifecycle): temporary solution for infinite flush loop on $detach
[ { "change_type": "MODIFY", "diff": "@@ -754,6 +754,14 @@ export class Lifecycle implements ILifecycle {\ncurrent.flush(flags);\ncurrent = next;\n} while (current !== marker);\n+ // doNotUpdateDOM will cause DOM updates to be re-queued which results in an infinite loop\n+ // unless we break here\n+ // Note t...
TypeScript
MIT License
aurelia/aurelia
fix(lifecycle): temporary solution for infinite flush loop on $detach
1
fix
lifecycle
67,476
19.11.2018 02:38:07
-3,600
634db1aef481b26ab8bd158decb25ead422230e3
fix(host-projector): allow children of host element to be removed for router-view-like scenarios
[ { "change_type": "MODIFY", "diff": "@@ -328,7 +328,7 @@ export class ContainerlessProjector implements IElementProjector {\n/*@internal*/\nexport class HostProjector implements IElementProjector {\nprivate readonly isAppHost: boolean;\n- constructor($customElement: ICustomElement, public host: ICustomElemen...
TypeScript
MIT License
aurelia/aurelia
fix(host-projector): allow children of host element to be removed for router-view-like scenarios
1
fix
host-projector
67,476
19.11.2018 03:50:55
-3,600
22a79d0037f5564a1db872d9f00293f33ab099e5
fix(mounting): defer mount/unmount decision to processQueue, cleanup unnecessary guards
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,7 @@ export const enum State {\nisMounted = 0b000000010000,\nisDetaching = 0b000000100000,\nisUnbinding = 0b000001000000,\n- isCached = 0b000010000000,\n- needsMount = 0b000100000000\n+ isCached = 0b000010000000\n}\nexport const enum Hooks {\n", "new_path...
TypeScript
MIT License
aurelia/aurelia
fix(mounting): defer mount/unmount decision to processQueue, cleanup unnecessary guards
1
fix
mounting
71,663
19.11.2018 04:27:13
28,800
0f14de8ba093f6ad78a9bb84990b2444225d528a
feat(aws-codepipeline): switch to webhooks instead of polling by default for the GitHub
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ const source = new code.GitHubSourceAction(stack, 'GitHub', {\nowner: 'awslabs',\nrepo: 'aws-cdk',\noauthToken: new cdk.Secret('DummyToken'),\n+ pollForSourceChanges: true,\n});\nnew cicd.PipelineDeployStackAction(stack, 'DeployStack', {\nstage: pipeline...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-codepipeline): switch to webhooks instead of polling by default for the GitHub (#1074)
1
feat
aws-codepipeline
67,476
19.11.2018 05:47:47
-3,600
45321bcf2c7ad48a3695f1c150ffdbbf2ac37feb
chore(runtime): fix view-related tests and cleanup unused/broken mocks
[ { "change_type": "MODIFY", "diff": "@@ -274,12 +274,6 @@ describe(`View`, () => {\nsut.hold(location, LifecycleFlags.none);\nexpect(sut.location).to.equal(location, 'sut.location');\n- if (sut.$nodes === NodeSequence.empty) {\n- // TODO uncomment this again if the currently commented logic in the view relat...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix view-related tests and cleanup unused/broken mocks
1
chore
runtime
67,507
19.11.2018 07:47:24
-3,600
05f1fd2c474df9f3e8026115bdeea9f7a85fef84
chore: disable no-reserved-keywords linting rule and remove suppressions
[ { "change_type": "MODIFY", "diff": "@@ -623,7 +623,6 @@ export class Container implements IContainer {\n: false;\n}\n- // tslint:disable-next-line:no-reserved-keywords\npublic get(key: any): any {\nvalidateKey(key);\n", "new_path": "packages/kernel/src/di.ts", "old_path": "packages/kernel/src/di.ts"...
TypeScript
MIT License
aurelia/aurelia
chore: disable no-reserved-keywords linting rule and remove suppressions
1
chore
null
504,064
19.11.2018 09:17:55
18,000
2ee5117428bbda76ecda900d0ba5e0eef075d7d7
fix(CardDropdownButton): Allow props to be passed
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ const CardDropdownButton = ({ id, children, title, className, pullRight, ...prop\nconst classes = classNames('card-pf-time-frame-filter', className);\nconst CustomButtonGroup = customGroup => <ButtonGroup {...customGroup} bsClass=\" \" />;\nreturn (\n- <Dr...
TypeScript
MIT License
patternfly/patternfly-react
fix(CardDropdownButton): Allow props to be passed (#932)
1
fix
CardDropdownButton
67,494
19.11.2018 09:39:44
-3,600
d86ad0e5421bef3720e9cb31897bd9d64d727cf4
chore(router): clean up unused code
[ { "change_type": "MODIFY", "diff": "@@ -138,9 +138,6 @@ export class HistoryBrowser {\nlet historyEntry: IHistoryEntry = this.getState('HistoryEntry');\nif (this.activeEntry && this.activeEntry.path === path) { // Only happens with new history entries (including replacing ones)\nnavigationFlags.isNew = true...
TypeScript
MIT License
aurelia/aurelia
chore(router): clean up unused code
1
chore
router
67,494
19.11.2018 09:48:24
-3,600
3010a2a5b804a9a02e31bddca976f6436a37f6ec
chore(router): clean up unused code viewport custom element
[ { "change_type": "MODIFY", "diff": "<label><input type=\"checkbox\" checked.two-way=\"blockEnter\"> Block enter</label>\n<label><input type=\"checkbox\" checked.two-way=\"blockLeave\"> Block leave</label>\n</div>\n-\n- <au-compose ref=\"viewport\" class=\"viewport\" subject.bind=\"sub\"></au-compose>\n</tem...
TypeScript
MIT License
aurelia/aurelia
chore(router): clean up unused code viewport custom element
1
chore
router