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
401,147
18.10.2019 16:59:46
-19,080
1cd249bb5d376b4011c349abf0d76b026614837c
docs(layout): add props description to layout components affects:
[ { "change_type": "MODIFY", "diff": "import { AddIcon, HomeIcon, SearchIcon } from '@medly-components/icons';\nimport { TestUtils } from '@medly-components/utils';\nimport React from 'react';\n-import SideNav from './SideNav';\n+import { SideNav } from './SideNav';\nconst { act, render, fireEvent, cleanup } ...
TypeScript
MIT License
medly/medly-components
docs(layout): add props description to layout components affects: @medly-components/layout
1
docs
layout
711,597
18.10.2019 17:14:31
-7,200
4f2c4dfc3b7ea31ab08ebbded2da67d199bff338
fix(core): Correctly handle 404 and other Nestjs errors The custom ExceptionLoggerFilter was swallowing Nestjs errors, e.g. 404 errors. Now we log them and return the appropriate response. Closes
[ { "change_type": "MODIFY", "diff": "-import { ExecutionContext } from '@nestjs/common';\n+import { ArgumentsHost, ExecutionContext } from '@nestjs/common';\nimport { GqlExecutionContext } from '@nestjs/graphql';\nimport { Request, Response } from 'express';\nimport { GraphQLResolveInfo } from 'graphql';\n@@...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correctly handle 404 and other Nestjs errors The custom ExceptionLoggerFilter was swallowing Nestjs errors, e.g. 404 errors. Now we log them and return the appropriate response. Closes #187
1
fix
core
104,867
18.10.2019 17:33:49
-19,080
147cc534bdee35427151d5093ac4c859e4aa3f83
feat(table): support column alignment
[ { "change_type": "MODIFY", "diff": "@@ -66,30 +66,36 @@ export const tableColumns = [\nid: 'string',\nname: 'String',\nfilter: { placeholderText: 'pick a string' },\n+ align: 'start',\n},\n{\nid: 'date',\nname: 'Date',\nfilter: { placeholderText: 'pick a date' },\n+ align: 'center',\n},\n{\nid: 'select',\nn...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): support column alignment #574
1
feat
table
67,476
18.10.2019 17:54:01
-7,200
6990132d51f730e9c645430ade3be099f0b8e705
refactor(custom-element): allow non-function types to be passed into isType
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ export type PartialCustomElementDefinition = PartialResourceDefinition<{\nexport type CustomElementType<T extends Constructable = Constructable> = ResourceType<T, IViewModel, PartialCustomElementDefinition>;\nexport type CustomElementKind = IResourceKind...
TypeScript
MIT License
aurelia/aurelia
refactor(custom-element): allow non-function types to be passed into isType
1
refactor
custom-element
67,476
18.10.2019 17:55:22
-7,200
797f2a83b770ab24ea8bd437fe4b8f255882d92f
chore(router): fixup types
[ { "change_type": "MODIFY", "diff": "import { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType } from './interfaces';\n+import { GuardFunction, GuardTarget, IComponentAndOrVie...
TypeScript
MIT License
aurelia/aurelia
chore(router): fixup types
1
chore
router
67,476
18.10.2019 17:55:42
-7,200
e776943cd5c3e71f972b276bf1968239041bcfb4
refactor(viewport): remove unnecessary render() override and use deco
[ { "change_type": "MODIFY", "diff": "-import {\n- Key,\n- Writable\n-} from '@aurelia/kernel';\nimport {\nbindable,\n- CustomElement,\nIController,\n- ICustomElementType,\n- IDOM,\nINode,\nIRenderContext,\n- IRenderingEngine,\n- ITemplate,\nLifecycleFlags,\n- RenderContext,\n- CustomElementDefinition\n+ cust...
TypeScript
MIT License
aurelia/aurelia
refactor(viewport): remove unnecessary render() override and use deco
1
refactor
viewport
67,476
18.10.2019 18:02:30
-7,200
24b516d851dfb77c2694193b75b2c96c27f3e714
chore(quick-start): fix types / metadata
[ { "change_type": "MODIFY", "diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { JitHtmlBrowserConfiguration } from '@aurelia/jit-html-browser';\nimport { DI, IContainer, IRegistry } from '@aurelia/kernel';\n-import { Aurelia as $Aurelia, CompositionRoot, ICustomElementType, ILifecycleTask...
TypeScript
MIT License
aurelia/aurelia
chore(quick-start): fix types / metadata
1
chore
quick-start
67,476
18.10.2019 18:02:45
-7,200
9f788c574b6cf48930f0da9b3d4d0b3fb6b86db1
chore(aurelia): fix exports
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ export {\nbindingCommand,\n// BindingCommandResource,\n- IBindingCommand,\n+ BindingCommandInstance,\n// IBindingCommandDefinition,\n// IBindingCommandResource,\n// IBindingCommandType,\n@@ -516,7 +516,7 @@ export {\nbindingBehavior,\nBindingBehavior,\n-...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): fix exports
1
chore
aurelia
67,476
18.10.2019 18:06:43
-7,200
f4f4ccff09e72eae50c3335dc043eb9f04193df9
chore(custom-attribute): add isType() method back in
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ export type PartialCustomAttributeDefinition = PartialResourceDefinition<{\nexport type CustomAttributeType<T extends Constructable = Constructable> = ResourceType<T, IViewModel, PartialCustomAttributeDefinition>;\nexport type CustomAttributeKind = IReso...
TypeScript
MIT License
aurelia/aurelia
chore(custom-attribute): add isType() method back in
1
chore
custom-attribute
67,476
18.10.2019 18:09:07
-7,200
e741e3e7d718a16c0c271cb01059a6bcff6cc367
chore(testing): fix types/refs
[ { "change_type": "MODIFY", "diff": "@@ -701,7 +701,7 @@ export const AuDOMTest = {\n},\ncreateTextDefinition(expression: string, name: string = `${expression}-text`): PartialCustomElementDefinition {\nreturn {\n- build: { required: false },\n+ needsCompile: false,\nname,\ntemplate: AuNode.createText().makeT...
TypeScript
MIT License
aurelia/aurelia
chore(testing): fix types/refs
1
chore
testing
67,476
18.10.2019 18:14:09
-7,200
8773db2cfc299c714c649c883d7036389ea7f1a5
chore(aurelia): bring register signature in sync with container
[ { "change_type": "MODIFY", "diff": "@@ -217,7 +217,7 @@ export class Aurelia<TNode extends INode = INode> {\nRegistration.instance(Aurelia, this).register(container);\n}\n- public register(...params: (IRegistry | Record<string, Partial<IRegistry>>)[]): this {\n+ public register(...params: any[]): this {\nth...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): bring register signature in sync with container
1
chore
aurelia
67,476
18.10.2019 18:17:03
-7,200
cb1ca5f136a68173bd714bdbe33b54486a6c03ac
chore(all): fix BindingCommandResource -> BindingCommand name
[ { "change_type": "MODIFY", "diff": "import { I18nConfiguration, TranslationBinding, TranslationParametersAttributePattern, TranslationParametersBindingCommand, TranslationParametersBindingInstruction, TranslationParametersBindingRenderer, TranslationParametersInstructionType } from '@aurelia/i18n';\n-import...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix BindingCommandResource -> BindingCommand name
1
chore
all
67,476
18.10.2019 18:17:36
-7,200
dbf62ff9566a2e8e30e30d29514d9d66a940016a
chore(all): fix IBindingCommand -> BindingCommandInstance name
[ { "change_type": "MODIFY", "diff": "import { I18nConfiguration, TranslationBinding, TranslationParametersAttributePattern, TranslationParametersBindingCommand, TranslationParametersBindingInstruction, TranslationParametersBindingRenderer, TranslationParametersInstructionType } from '@aurelia/i18n';\n-import...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix IBindingCommand -> BindingCommandInstance name
1
chore
all
401,147
18.10.2019 18:18:07
-19,080
3a7b19154b40e70c10d7497059cdd10fa1931089
fix(core): fix type issue of slect component types affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { HTMLProps, Omit, WithThemeProp } from '@medly-components/utils';\nimport { LabelPositions } from '../Label/types';\nexport interface Option {\n- value: string;\n+ value: any;\nlabel: string;\nselected?: boolean;\n}\n", "new_path": "packages/co...
TypeScript
MIT License
medly/medly-components
fix(core): fix type issue of slect component types affects: @medly-components/core
1
fix
core
67,476
18.10.2019 18:18:55
-7,200
74bf6aced815860b2c6e2647b7e4c24fd01926f8
chore(all): fix IBindingBehavior -> BindingBehaviorInstance name
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import {\ncustomAttribute,\nINode,\nbindingBehavior,\n- IBindingBehavior,\n+ BindingBehaviorInstance,\nLifecycleFlags,\nIScope,\nIBinding,\n@@ -25,7 +25,7 @@ describe('value-converters', function () {\n@bindingBehavior({ name: 'woot1', aliases: ['woot13'] ...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix IBindingBehavior -> BindingBehaviorInstance name
1
chore
all
67,476
18.10.2019 18:29:03
-7,200
e2b3f6e67f356a1d0ad2656522f1d5637e66a458
chore(resources): sync valueConverter and bindingBehavior with common resource interface
[ { "change_type": "MODIFY", "diff": "@@ -192,6 +192,7 @@ export {\nbindingBehavior,\nBindingBehavior,\nBindingBehaviorDefinition,\n+ PartialBindingBehaviorDefinition,\nBindingBehaviorKind,\nBindingBehaviorDecorator,\nBindingBehaviorInstance,\n@@ -267,6 +268,7 @@ export {\nexport {\nValueConverter,\nValueConv...
TypeScript
MIT License
aurelia/aurelia
chore(resources): sync valueConverter and bindingBehavior with common resource interface
1
chore
resources
67,476
18.10.2019 18:43:14
-7,200
b19b397307c196273cec5129ddb6fc77c1686053
chore(resources): small signature fixes
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ import { Bindable, BindableDefinition, PartialBindableDefinition } from '../temp\nexport type PartialCustomAttributeDefinition = PartialResourceDefinition<{\nreadonly defaultBindingMode?: BindingMode;\nreadonly isTemplateController?: boolean;\n- readonly...
TypeScript
MIT License
aurelia/aurelia
chore(resources): small signature fixes
1
chore
resources
67,476
18.10.2019 18:43:58
-7,200
f8068a395fb4bff85410a19ec9e1ac8ac03712f9
chore(tests): various type/ref fixes
[ { "change_type": "MODIFY", "diff": "import { Constructable, PLATFORM } from '@aurelia/kernel';\n-import { Aurelia, CustomElement, CustomElementConstructor, CustomElementHost } from '@aurelia/runtime';\n+import { Aurelia, CustomElement, CustomElementHost } from '@aurelia/runtime';\nimport { Blur, Focus } fro...
TypeScript
MIT License
aurelia/aurelia
chore(tests): various type/ref fixes
1
chore
tests
67,476
18.10.2019 18:44:51
-7,200
637dc8bafeadc51e26db3749a6232438986f95b7
chore(all): fix IBindableDescription -> BindableDefinition name
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import {\nDelegationStrategy,\nForOfStatement,\nHydrateTemplateController,\n- IBindableDescription,\n+ BindableDefinition,\nIDOM,\nIHydrateElementInstruction,\nIHydrateTemplateController,\n@@ -586,7 +586,7 @@ const commandToMode = {\nconst validCommands ...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix IBindableDescription -> BindableDefinition name
1
chore
all
67,476
18.10.2019 18:46:40
-7,200
4ec2901177d901c9776538036bad4e7222325f4f
chore(tracing.spec): use metadata
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ describe.skip('tracing', function () {\n});\nconst component = new App();\nau.app({ host, component });\n- verify(au, host, 'a', App.description);\n+ verify(au, host, 'a', CustomElement.getDefinition(App));\n});\nit('tag$01 text$03 _', function () {\ncon...
TypeScript
MIT License
aurelia/aurelia
chore(tracing.spec): use metadata
1
chore
tracing.spec
67,476
18.10.2019 20:09:23
-7,200
e9d81aeb49cf04fa6e824cb5d248829c28b9421b
test(controller): update tests
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ import {\nInterpolation,\nAccessScopeExpression,\nCustomElement,\n- ICustomElementResource,\nPartialCustomElementDefinition,\nITargetedInstruction,\nBindingStrategy,\n@@ -18,6 +17,8 @@ import {\nHydrateTemplateController,\nToViewBindingInstruction,\nIf,\n+...
TypeScript
MIT License
aurelia/aurelia
test(controller): update tests
1
test
controller
866,393
18.10.2019 22:46:30
-32,400
08ae95f0ad8582eb719936783fe1672a96238c22
fix(inline-notification): add outline on button
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,10 @@ $css--plex: true !default;\ndisplay: none;\noutline: none;\n+\n+ .#{$prefix}--inline-notification__close-button:focus {\n+ @include focus-outline('outline');\n+ }\n}\n:host(#{$prefix}-inline-notification[open]) {\n", "new_path": "src/components/noti...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(inline-notification): add outline on button (#153)
1
fix
inline-notification
67,479
18.10.2019 23:13:31
-39,600
dfda3fe0531ac1737e89f142c2cf955578d3d573
refactor(all): enforce 2nd param for hold
[ { "change_type": "MODIFY", "diff": "@@ -287,15 +287,6 @@ export class TextNodeSequence implements INodeSequence {\n}\n}\n- public prependTo(parent: Node): void {\n- if (this.isLinked && !!this.refNode) {\n- this.addToLinked();\n- } else {\n- this.isMounted = true;\n- parent.insertBefore(this.firstChild, par...
TypeScript
MIT License
aurelia/aurelia
refactor(all): enforce 2nd param for hold
1
refactor
all
67,476
19.10.2019 00:33:08
-7,200
4f2e6221c693bd0cdaf5ff26f33461c6b0cfb6af
chore(children): fix deco signature
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export type PartialChildrenDefinition<TNode extends INode = INode> = {\n*\n* @param config - The overrides\n*/\n-export function children(config?: PartialChildrenDefinition): PropertyDecorator | ClassDecorator;\n+export function children(config?: Partial...
TypeScript
MIT License
aurelia/aurelia
chore(children): fix deco signature
1
chore
children
67,476
19.10.2019 00:33:27
-7,200
b7316ca0a29f051b0f0d69242b44b38e7372fe3b
chore(custom-element): fix kind signature
[ { "change_type": "MODIFY", "diff": "@@ -57,8 +57,10 @@ export type CustomElementKind = IResourceKind<CustomElementType, CustomElementDe\nisType<T>(value: T): value is (T extends Constructable ? CustomElementType<T> : never);\ndefine<T extends Constructable>(name: string, Type: T): CustomElementType<T>;\ndef...
TypeScript
MIT License
aurelia/aurelia
chore(custom-element): fix kind signature
1
chore
custom-element
67,476
19.10.2019 00:33:52
-7,200
f2fc0b9956ae67caa542afdace0c4fe18f09b50a
chore(test): fix test typings etc
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,9 @@ import {\nPartialCustomElementDefinition,\nPrimitiveLiteralExpression,\nTargetedInstructionType as TT,\n- IHydrateLetElementInstruction\n+ IHydrateLetElementInstruction,\n+ ITargetedInstruction,\n+ PartialCustomAttributeDefinition\n} from '@aurelia/runti...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix test typings etc
1
chore
test
67,476
19.10.2019 00:40:34
-7,200
2c23a62b68be378d64aa8ea95a29f081ce69b7a1
chore(metadata): add more helpful error msg
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,11 @@ function ensureObject(target: any): boolean {\nreturn target;\ncase 'object':\nif (target === null) {\n- throw new TypeError();\n+ throw new TypeError(`Attempted to perform get() or define() metadata operation on null value.`);\n}\nreturn target;\ndefaul...
TypeScript
MIT License
aurelia/aurelia
chore(metadata): add more helpful error msg
1
chore
metadata
67,476
19.10.2019 00:59:01
-7,200
69aed3cb37d70acfcf0b135bb1aa2ba0718abb4e
fix(custom-element): use generated type if null
[ { "change_type": "MODIFY", "diff": "@@ -280,14 +280,13 @@ export const CustomElement: CustomElementKind = {\nbehaviorFor<T extends INode = INode>(node: T): IController<T> | undefined {\nreturn (node as CustomElementHost<T>).$controller;\n},\n- define<T extends Constructable>(nameOrDefinition: string | Parti...
TypeScript
MIT License
aurelia/aurelia
fix(custom-element): use generated type if null
1
fix
custom-element
67,476
19.10.2019 01:19:02
-7,200
617f21530018724602696d708e716db6cc2416d9
fix(rendering-engine): property inject compiler
[ { "change_type": "MODIFY", "diff": "@@ -44,12 +44,12 @@ function importAll (r) {\n}\n// Explicitly add to browser test\n-importAll(require.context('./fetch-client/', true, /\\.spec\\.js$/));\n-importAll(require.context('./i18n/', true, /\\.spec\\.js$/));\n-importAll(require.context('./integration/', true, /...
TypeScript
MIT License
aurelia/aurelia
fix(rendering-engine): property inject compiler
1
fix
rendering-engine
67,476
19.10.2019 01:50:24
-7,200
028ad0b20bd9883de02b93f7461d10a0c3b047e0
fix(di): look for resource registration first
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable @typescript-eslint/no-use-before-define */\n/// <reference types=\"reflect-metadata\" />\nimport { Class, Constructable } from './interfaces';\nimport { PLATFORM } from './platform';\n@@ -739,8 +740,6 @@ export class Container implements IContainer {\nc...
TypeScript
MIT License
aurelia/aurelia
fix(di): look for resource registration first
1
fix
di
67,476
19.10.2019 02:37:51
-7,200
471d90a176a35dbb7bdf753c87f8e4652f6498c3
fix(resource): use metadata for resolution
[ { "change_type": "MODIFY", "diff": "@@ -63,8 +63,10 @@ export class RuntimeCompilationResources implements IResourceDescriptions {\nconst factory = resolver.getFactory(this.context);\nif (factory != null) {\n- const description = factory.Type.description;\n- return description === undefined ? null : descrip...
TypeScript
MIT License
aurelia/aurelia
fix(resource): use metadata for resolution
1
fix
resource
67,476
19.10.2019 02:41:49
-7,200
266652d574654b612730dcd234d3248f408e99a6
fix(controller): store host
[ { "change_type": "MODIFY", "diff": "@@ -128,8 +128,6 @@ export class Controller<\npublic readonly hooks: HooksDefinition;\npublic readonly bindingContext?: BindingContext<T, C>;\n- public readonly host?: T;\n-\npublic scopeParts?: string[];\npublic isStrictBinding?: boolean;\n@@ -148,8 +146,8 @@ export clas...
TypeScript
MIT License
aurelia/aurelia
fix(controller): store host
1
fix
controller
67,476
19.10.2019 02:44:20
-7,200
df5298b630892a4a3f19e3d8397d4bff568ed55e
chore(test): fix more tests
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ describe('local dependency inheritance', function () {\nfunction verifyResourceRegistrations(container: IContainer, ...keys: any[]) {\nfor (const key of keys) {\nverifyResourceRegistration(container, key);\n- verifyResourceRegistration(container, CustomE...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix more tests
1
chore
test
67,476
19.10.2019 03:04:43
-7,200
1c8bdb14f1689025985a579fb7fd7e01cff16fff
fix(reporter): use correct message for code 16 and apply format variables to error msg
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,13 @@ interface IMessageInfo {\nlevel: LogLevel;\n}\n+function applyFormat(message: string, ...params: unknown[]): string {\n+ while (message.includes('%s')) {\n+ message = message.replace('%s', String(params.shift()));\n+ }\n+ return message;\n+}\n+\nexport ...
TypeScript
MIT License
aurelia/aurelia
fix(reporter): use correct message for code 16 and apply format variables to error msg
1
fix
reporter
67,476
19.10.2019 03:35:25
-7,200
7b54baa5215b37562cc74abc0958a2dd0599899d
fix(di): pass in the requestor to factory.construct for singletons
[ { "change_type": "MODIFY", "diff": "@@ -478,7 +478,7 @@ export class Resolver implements IResolver, IRegistration {\nif (factory === null) {\nthrow new Error(`Resolver for ${String(this.key)} returned a null factory`);\n}\n- return this.state = factory.construct(handler);\n+ return this.state = factory.cons...
TypeScript
MIT License
aurelia/aurelia
fix(di): pass in the requestor to factory.construct for singletons
1
fix
di
67,476
19.10.2019 03:36:48
-7,200
1f97380a37f2abef050c2fb324ff3195935e019f
fix(custom-attribute): use transient registration
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export class CustomAttributeDefinition<T extends Constructable = Constructable>\npublic register(container: IContainer): void {\nconst { Type, key, aliases } = this;\n- Registration.singleton(key, Type).register(container);\n+ Registration.transient(ke...
TypeScript
MIT License
aurelia/aurelia
fix(custom-attribute): use transient registration
1
fix
custom-attribute
67,476
19.10.2019 03:37:06
-7,200
54048cd9475cca5a91e80518307d0c67cbbdca5c
fix(custom-element): use transient registration
[ { "change_type": "MODIFY", "diff": "@@ -263,7 +263,7 @@ export class CustomElementDefinition<T extends Constructable = Constructable> im\npublic register(container: IContainer): void {\nconst { Type, key, aliases } = this;\n- Registration.singleton(key, Type).register(container);\n+ Registration.transient(k...
TypeScript
MIT License
aurelia/aurelia
fix(custom-element): use transient registration
1
fix
custom-element
67,476
19.10.2019 06:41:23
-7,200
e6ef63ba15115b836ca1a6672f826f2a13b71d6b
fix(controller): assign $controller again
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,6 @@ export class Controller<\n}\nthis.hooks = HooksDefinition.none;\n- this.viewModel = void 0;\nthis.bindingContext = void 0; // stays undefined\nthis.host = void 0; // stays undefined\n@@ -195,7 +194,6 @@ export class Controller<\nflags |= definition.str...
TypeScript
MIT License
aurelia/aurelia
fix(controller): assign $controller again
1
fix
controller
67,476
19.10.2019 08:02:36
-7,200
59124625cb4f2644ef5e56a1b2fba2c0d9177bcd
fix(children): use ctor instead of prototype to store metadata
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export function children(configOrTarget?: PartialChildrenDefinition | {}, prop?:\nconfig.property = $prop as string;\n}\n- Metadata.define(Children.name, ChildrenDefinition.create($prop as string, config), $target, $prop);\n+ Metadata.define(Children.nam...
TypeScript
MIT License
aurelia/aurelia
fix(children): use ctor instead of prototype to store metadata
1
fix
children
67,476
19.10.2019 08:02:52
-7,200
78449254c5e227eab04b34036693c61ca34daa2a
fix(bindable): use ctor instead of prototype to store metadata
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export function bindable(configOrTarget?: PartialBindableDefinition | {}, prop?:\nconfig.property = $prop as string;\n}\n- Metadata.define(Bindable.name, BindableDefinition.create($prop as string, config), $target, $prop);\n+ Metadata.define(Bindable.nam...
TypeScript
MIT License
aurelia/aurelia
fix(bindable): use ctor instead of prototype to store metadata
1
fix
bindable
67,476
19.10.2019 08:03:10
-7,200
3022dfac8eb33eb0de2264bea9b34337914249a6
chore(resources): improve getDefinition consistency
[ { "change_type": "MODIFY", "diff": "@@ -136,15 +136,15 @@ export const CustomAttribute: CustomAttributeKind = {\nreturn typeof value === 'function' && Metadata.hasOwn(CustomAttribute.name, value);\n},\ndefine<T extends Constructable>(nameOrDefinition: string | PartialCustomAttributeDefinition, Type: T): Cus...
TypeScript
MIT License
aurelia/aurelia
chore(resources): improve getDefinition consistency
1
chore
resources
217,922
19.10.2019 10:55:38
-7,200
d627f380e1577c3eb4ab3c57974bccaa9729508b
chore: fix for layout loading
[ { "change_type": "MODIFY", "diff": "@@ -89,4 +89,24 @@ export class LayoutRow {\npublic isOtherRow(): boolean {\nreturn this.filter.name === 'ANYTHING' && this.name === 'Other';\n}\n+\n+ public clone(): LayoutRow {\n+ return new LayoutRow(\n+ this._name,\n+ this._orderBy,\n+ this._order,\n+ this._filter,\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for layout loading
1
chore
null
815,598
19.10.2019 11:42:32
-28,800
2083a36a48eb753a94279195bb16b2b571e6f06f
chore: CHANGELOG for v0.23
[ { "change_type": "MODIFY", "diff": "+# [v0.23.0](https://github.com/nervosnetwork/ckb/compare/v0.22.0...v0.23.0) (2019-10-05)\n+\n+### Features\n+\n+* #1645: Min transaction fee filter (@jjyr)\n+\n+### Bug Fixes\n+\n+* #1696: Set `next_epoch_diff` to one instead of panic when it is zero (@doitian)\n+* #1683...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for v0.23
1
chore
null
815,598
19.10.2019 11:48:03
-28,800
e8fea258863b672d3e8bc9a61f80c6a6712193d8
chore: use ckb-cli v0.23.0
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.22.0\n+ - CKB_CLI_VERSION=v0.23.0\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ trigge...
Rust
MIT License
nervosnetwork/ckb
chore: use ckb-cli v0.23.0
1
chore
null
815,598
19.10.2019 11:50:28
-28,800
52aa02ff397ba68de7a369045ca74753c55d13ab
chore: bump code name
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ fn get_version() -> Version {\n#[cfg(docker)]\nlet commit_describe = commit_describe.map(|s| s.replace(\"-dirty\", \"\"));\nlet commit_date = option_env!(\"COMMIT_DATE\").map(ToString::to_string);\n- let code_name = Some(\"rylai-v10\".to_string());\n+ le...
Rust
MIT License
nervosnetwork/ckb
chore: bump code name
1
chore
null
815,598
19.10.2019 12:25:16
-28,800
5ebcf6f42dbd5cf56aa88679cf1fe3078ed81b2b
chore: merge code name back
[ { "change_type": "MODIFY", "diff": "set -eu\ngit merge --no-ff --no-commit -s ours master\n-git checkout master -- CHANGELOG.md db/src/db.rs resource/specs/testnet.toml .travis.yml azure-pipelines.yml\n+git checkout master -- CHANGELOG.md db/src/db.rs src/main.rs resource/specs/testnet.toml .travis.yml azur...
Rust
MIT License
nervosnetwork/ckb
chore: merge code name back
1
chore
null
217,922
19.10.2019 12:26:03
-7,200
10500222c0def763de205a9f580e025ed7e2a2b9
chore: final adjustments for 6.0
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,8 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\nprotected syncCache: { [index: string]: T } = {};\n+ protected skipClone = false;\n+\nprotected constructor(protected firestore: AngularFirestore, protected serializer: NgS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: final adjustments for 6.0
1
chore
null
815,745
19.10.2019 14:14:07
-10,800
7fada10154fa21fda0dad7113bdf8153eb37965f
refactor: simplify keydownFn
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ map: {\n| [virtualScroll] | `boolean` | false | no | Enable virtual scroll for better performance when rendering a lot of data |\n| [inputAttrs] | `{ [key: string]: string }` | `-` | no | Pass custom attributes to underlying `input` element |\n| [tabIn...
TypeScript
MIT License
ng-select/ng-select
refactor: simplify keydownFn
1
refactor
null
217,922
19.10.2019 14:21:18
-7,200
a10d0cf73bffa0e01575a35dea6de9ad98d9614d
fix(inventory): fixed an issue with premium saddlebag not being tracked properly
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,8 @@ export class UserInventoryService extends FirestoreRelationalStorage<UserInvento\nreturn 'RetainerBag';\ncase ContainerType.SaddleBag0:\ncase ContainerType.SaddleBag1:\n+ case ContainerType.PremiumSaddleBag0:\n+ case ContainerType.PremiumSaddleBag1:\nret...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with premium saddlebag not being tracked properly
1
fix
inventory
217,922
19.10.2019 14:25:47
-7,200
5b76a851caef6dad22688f840d0637832fe0fc85
chore: add display for premium saddlebag
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,9 @@ export class InventoryComponent {\nContainerType.RetainerBag5,\nContainerType.RetainerBag6,\nContainerType.SaddleBag0,\n- ContainerType.SaddleBag1\n+ ContainerType.SaddleBag1,\n+ ContainerType.PremiumSaddleBag0,\n+ ContainerType.PremiumSaddleBag1,\n].ind...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add display for premium saddlebag
1
chore
null
217,922
19.10.2019 14:40:54
-7,200
ea08b3d0a32ff9965e5f86fbe693334ebd86c428
chore: add collectability to reduction result reports
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export class ReductionResultReporter implements DataReporter {\nreturn {\nitemId: patch.itemId,\npurity: this.getPurity(patch.spiritBond),\n+ collectability: patch.spiritBond,\nresultItemId: item.itemId,\nresultItemQuantity: item.quantity,\nresultItemHQ:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add collectability to reduction result reports
1
chore
null
67,516
19.10.2019 14:58:16
-7,200
a8cac1339482083e399e5f722b1499d3ae627dfc
revert(runtime): sort binding
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import {\nLifecycleFlags,\nState,\n} from '../flags';\n-import { ILifecycle, IBinding } from '../lifecycle';\n+import { ILifecycle } from '../lifecycle';\nimport {\nAccessorOrObserver,\nIBindingTargetObserver,\n@@ -29,7 +29,6 @@ import {\nIConnectableBin...
TypeScript
MIT License
aurelia/aurelia
revert(runtime): sort binding
1
revert
runtime
67,516
19.10.2019 15:23:41
-7,200
d8693cc66fc6206ee3d0982725bb51238ee9a19b
fix(jit-html): checked-observer issue The fix involves putting the checked and model/value attributes in correct order for `input[type=checkbox|radio]` to make the model/value observer readily availale for checked-observer.
[ { "change_type": "MODIFY", "diff": "@@ -404,7 +404,12 @@ export class TemplateBinder {\n);\n}\n}\n-\n+ if (node.tagName === 'INPUT') {\n+ const type = (node as HTMLInputElement).type;\n+ if(type === 'checkbox' || type === 'radio') {\n+ this.ensureAttributeOrder(manifest);\n+ }\n+ }\nprocessTemplateControlle...
TypeScript
MIT License
aurelia/aurelia
fix(jit-html): checked-observer issue The fix involves putting the checked and model/value attributes in correct order for `input[type=checkbox|radio]` to make the model/value observer readily availale for checked-observer.
1
fix
jit-html
217,922
19.10.2019 15:25:17
-7,200
1268840da50636e26d4b8f0c1b838c78c6cd77d0
fix(permissions): fixes permissions box crashing when opened
[ { "change_type": "MODIFY", "diff": "</nz-list-item>\n</ng-template>\n</nz-list>\n+ <nz-list>\n<nz-list-item [nzContent]=\"everyoneContent\">\n<nz-list-item-meta [nzTitle]=\"'PERMISSIONS.Everyone' | translate\">\n</nz-list-item-meta>\n<ng-template #everyoneContent>\n- <nz-select (ngModelChange)=\"updateEvery...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(permissions): fixes permissions box crashing when opened
1
fix
permissions
217,922
19.10.2019 15:59:52
-7,200
a8ced2cbd32b41a290e949403f4b7924f8714c31
feat(lists): added amount in inventory inside requirements popup
[ { "change_type": "MODIFY", "diff": "[nzHeader]=\"'Requires' | translate\"\n[nzRenderItem]=\"requirement\">\n<ng-template #requirement let-req>\n- <nz-list-item [class.craftable]=\"req.canBeCrafted\" [class.done]=\"req.amount <= req.done\" class=\"item-row\">\n+ <nz-list-item [class.craftable]=\"req.canBeCra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(lists): added amount in inventory inside requirements popup
1
feat
lists
815,745
19.10.2019 16:05:46
-10,800
809eff8c2db3c8fe1e514adf09b1f309f6e002d1
chore: ci workflow
[ { "change_type": "MODIFY", "diff": "@@ -4,23 +4,23 @@ on: [push]\njobs:\nbuild:\n-\nruns-on: ubuntu-latest\n-\nsteps:\n- uses: actions/checkout@v1\n+\n- name: Setup Node\nuses: actions/setup-node@v1\nwith:\nnode-version: '10.x'\n+\n- name: Install dependencies\nrun: yarn install\n- name: Run lint\n- run: ya...
TypeScript
MIT License
ng-select/ng-select
chore: ci workflow
1
chore
null
217,922
19.10.2019 16:18:01
-7,200
018977b3b5e4fae1e47cebf204039a2771565d30
chore: trying to switch to CPU heavy parsing for machina wrapper, we'll see
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,9 @@ module.exports.start = function(win, config, winpcap) {\nconst options = isDev ?\n{\nmonitorType: 'WinPCap',\n+ parseAlgorithm: 'CPUHeavy'\n} : {\n+ parseAlgorithm: 'CPUHeavy',\nnoData: true,\nmonitorType: 'WinPCap',\nmachinaExePath: machinaExePath,\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: trying to switch to CPU heavy parsing for machina wrapper, we'll see
1
chore
null
67,507
19.10.2019 16:42:35
-7,200
31464c11e1e43d2660095ccbc42ea9bc43e9e80f
chore: move disable linting rules
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ module.exports = {\n'@typescript-eslint/no-empty-interface': 'off',\n'@typescript-eslint/no-inferrable-types': 'off', // Turn no-inferrable-types off in order to make the code consistent in its use of type decorations.\n'@typescript-eslint/no-non-null-as...
TypeScript
MIT License
aurelia/aurelia
chore: move disable linting rules
1
chore
null
815,745
19.10.2019 16:58:03
-10,800
bd4a83f35c854b89c5cccf049e16e564c95f37e1
chore: add release workflow
[ { "change_type": "ADD", "diff": "+name: Release\n+\n+on:\n+ push:\n+ branches:\n+ - master\n+\n+jobs:\n+ release:\n+ name: Release\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Checkout Repo\n+ uses: actions/checkout@master\n+\n+ - name: Setup Node.js 10.x\n+ uses: actions/setup-node@master\n+ with:\n+ ver...
TypeScript
MIT License
ng-select/ng-select
chore: add release workflow
1
chore
null
722,013
19.10.2019 17:32:34
18,000
a56f341921978cb459662bea7cc397e9bfb36cef
feat: readable css class for JsDoc results closes
[ { "change_type": "ADD", "diff": "+import React from 'react'\n+import PropTypes from 'prop-types'\n+import map from 'lodash/map'\n+import capitalize from 'lodash/capitalize'\n+import Markdown from 'rsg-components/Markdown'\n+import Styled from 'rsg-components/Styled'\n+\n+const list = array => array.map(item...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: readable css class for JsDoc results closes #602
1
feat
null
217,922
19.10.2019 17:56:14
-7,200
7d517cd0028882bbf47a627e4f62bc98e4e363bc
fix(rotation-picker): fixed an issue with rotation picker not opening anymore
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div *ngIf=\"rotations$ | async as rotations\">\n+\n+ <nz-list [nzDataSource]=\"rotations\" [nzHeader]=\"header\" [nzRenderItem]=\"rotation\">\n+ <ng-template #header><i nz-icon nzType=\"solution\"></i>&nbsp;{{'SIMULATOR.Rotations' | translate}}</ng-templa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation-picker): fixed an issue with rotation picker not opening anymore
1
fix
rotation-picker
679,913
19.10.2019 18:09:35
-3,600
50bc9fc85b141c11cedf66f4384561259f93fff9
feat(simd): add new dot fns, tests, rename
[ { "change_type": "ADD", "diff": "+// @ts-ignore: decorator\n+@inline\n+export function align(x: usize, base: usize): usize {\n+ base--;\n+ return (x + base) & ~base;\n+}\n+\n+// @ts-ignore: decorator\n+@inline\n+export function isAligned(x: usize, base: usize): boolean {\n+ return (x & (base - 1)) === 0;\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add new dot fns, tests, rename
1
feat
simd
217,922
19.10.2019 18:19:55
-7,200
a3b162bfc9e4898a44cabfd8f7e2df62e5b0b834
fix(import): fixed an issue with list link importer
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,9 @@ export class ListImportPopupComponent {\n}\nupdateLinkSupport(): void {\n+ if (this.importLink === undefined) {\n+ return;\n+ }\nthis.importLinkSupported = this.linkParsers.reduce((supported, parser) => {\nif (parser.canParse(this.importLink)) {\nthis.li...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(import): fixed an issue with list link importer
1
fix
import
151,430
19.10.2019 18:34:25
25,200
fb2b0eaa31e45b42ed968474b62849fc968408b6
refactor: clean up set timeout
[ { "change_type": "MODIFY", "diff": "@@ -47,17 +47,13 @@ export default function initializeMiddleware(instance) {\n/* If userId set, call identify */\nif (an_uid) {\n// timeout to debounce and make sure integration is registered. Todo refactor\n- setTimeout(() => {\n- instance.identify(an_uid, groupedParams....
JavaScript
MIT License
davidwells/analytics
refactor: clean up set timeout
1
refactor
null
151,430
19.10.2019 18:34:38
25,200
f2facc1baf0277cdd1f82400b655b218d9a967f4
refactor: use events object
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ export default function pluginMiddleware(instance, getPlugins, systemEvents) {\nsetTimeout(() => {\nif (pluginsArray.length === allCalls.length) {\nstore.dispatch({\n- type: 'ready',\n+ type: EVENTS.ready,\nplugins: completed,\nfailed: failed\n})\n@@ -90...
JavaScript
MIT License
davidwells/analytics
refactor: use events object
1
refactor
null
151,430
19.10.2019 18:34:57
25,200
e3545ed42b20a5b3b09ec5f767c625fdbac15261
refactor: remove logs
[ { "change_type": "MODIFY", "diff": "*/\nexport default function heartBeat(store, getPlugins, instance) {\nconst timer = setInterval(() => {\n- // console.log('____heartbeat_____')\nconst pluginMethods = getPlugins()\nconst { plugins, context, queue, user } = store.getState()\n- // console.log('CURRENT Q', q...
JavaScript
MIT License
davidwells/analytics
refactor: remove logs
1
refactor
null
217,922
19.10.2019 18:35:30
-7,200
8ca37a73287365f5a836606db1e03c444bba995f
fix(lists): fixed a display bug happening in some lists created with 6.0.0
[ { "change_type": "MODIFY", "diff": "@@ -46,9 +46,15 @@ export class FirestoreListStorage extends FirestoreStorage<List> implements List\nprivate completeListData(list: List): List {\nlist.items = list.items.map(item => {\n+ if (!(item.requires instanceof Array)) {\n+ item.requires = [];\n+ }\nreturn Object....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed a display bug happening in some lists created with 6.0.0
1
fix
lists
151,430
19.10.2019 18:36:26
25,200
9539488a5ccb9bc9d69a629d10e4f0f7622bee80
refactor: use event key for bootstrap event
[ { "change_type": "MODIFY", "diff": "@@ -382,7 +382,7 @@ function analytics(config = {}) {\nif (!name || typeof callback !== 'function') {\nreturn false\n}\n- if (name === 'bootstrap') {\n+ if (name === EVENTS.bootstrap) {\nthrow new Error(`Listeners not allowed for ${name}`)\n}\nconst startRegex = /Start$|S...
JavaScript
MIT License
davidwells/analytics
refactor: use event key for bootstrap event
1
refactor
null
67,479
19.10.2019 19:02:31
-39,600
d797f9ac292338aaa5daee2a91aae6f4f639b603
fix(portal): add 2nd param for hold, add tests, export mountstrategy
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import {\nbindable,\nContinuationTask,\nIController,\n- IControllerHoldParentOptions,\n+ MountStrategy,\nIDOM,\nILifecycleTask,\nIRenderLocation,\n@@ -87,7 +87,7 @@ export class Portal<T extends ParentNode = ParentNode> {\nthis.task = LifecycleTask.done;\n...
TypeScript
MIT License
aurelia/aurelia
fix(portal): add 2nd param for hold, add tests, export mountstrategy
1
fix
portal
217,922
19.10.2019 19:27:07
-7,200
6d6b0db46e888e197249173a53229ddbceb1c034
fix(inventory): fixed FC chest interactions
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { UserInventory } from '../../model/user/inventory/user-inventory';\nimport { AuthFacade } from '../../+state/auth.facade';\nimport { Observable } from 'rxjs';\nimport { TeamcraftUser } from '../../model/user/teamcraft-user';\n-import { debounceTime...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed FC chest interactions
1
fix
inventory
67,476
19.10.2019 20:56:52
-7,200
b66aac8c60362ce26601130afd8c4d51589048a1
fix(bindable): handle definition properly
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ export const Bindable = {\nif (isArray(maybeList)) {\nmaybeList.forEach(addName);\n} else if (maybeList instanceof BindableDefinition) {\n- Object.keys(maybeList).forEach(name => addDescription(name, maybeList));\n+ bindables[maybeList.property] = mayb...
TypeScript
MIT License
aurelia/aurelia
fix(bindable): handle definition properly
1
fix
bindable
67,476
19.10.2019 20:57:23
-7,200
a9e433939d2ba283c382ee8747f5584000621d72
fix(children): handle definition properly
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ export const Children = {\nif (isArray(maybeList)) {\nmaybeList.forEach(addName);\n} else if (maybeList instanceof ChildrenDefinition) {\n- Object.keys(maybeList).forEach(name => addDescription(name, maybeList));\n+ childrenObservers[maybeList.property] ...
TypeScript
MIT License
aurelia/aurelia
fix(children): handle definition properly
1
fix
children
217,922
19.10.2019 20:59:38
-7,200
82b6467a0928739b7ff021ce08cbb5785bbf37f6
fix(inventory): fixed crystals and currencies tracking
[ { "change_type": "MODIFY", "diff": "\"ngx-clipboard\": \"12.1.0\",\n\"ngx-color-picker\": \"^7.5.0\",\n\"ngx-markdown\": \"^1.6.0\",\n- \"node-machina-ffxiv\": \"^2.17.1\",\n+ \"node-machina-ffxiv\": \"^2.17.2\",\n\"papaparse\": \"^4.6.3\",\n\"rxjs\": \"^6.5.3\",\n\"semver\": \"^5.4.1\",\n", "new_path":...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed crystals and currencies tracking
1
fix
inventory
217,922
19.10.2019 21:10:08
-7,200
de546b98f8766f877064d8f48e963c244cfa5ac8
chore: update for package lock
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.17.1\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.17.1.tgz\",\n- \"integrity\": \"sha512-T/ze5YpSLOeJQJGj1ZLxBtTOwGEew8Lpc0y5mJb9FJesqfTFRJwFCfhhnici5HExWlXxlvcfAMgy9F3Uwpre...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update for package lock
1
chore
null
67,476
19.10.2019 21:36:43
-7,200
177604a0b10485e8de3c615163ed28765eaa4440
fix(di): fix annotation name conflict
[ { "change_type": "MODIFY", "diff": "@@ -124,12 +124,12 @@ export class DI {\n}\npublic static getAnnotationParamtypes(Type: Constructable | Injectable): readonly Key[] | undefined {\n- const key = Protocol.annotation.keyFor('paramtypes');\n+ const key = Protocol.annotation.keyFor('di:paramtypes');\nreturn M...
TypeScript
MIT License
aurelia/aurelia
fix(di): fix annotation name conflict
1
fix
di
815,590
19.10.2019 21:46:17
-28,800
9aceb0b5a4149c8978f35cead25e9c3225f6ec5b
feat: system scripts use WitnessArgs
[ { "change_type": "MODIFY", "diff": "@@ -377,7 +377,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.23.0-pre\",\n\"ckb-shared 0.23.0-pre\",\n\"ckb-store 0.23.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.9+expand-nonce (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.4.0-alpha...
Rust
MIT License
nervosnetwork/ckb
feat: system scripts use WitnessArgs
1
feat
null
67,476
19.10.2019 21:50:58
-7,200
2ea3b9566f763b2be9e88645e8729c20b870ec36
test(template-compiler): update tests
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,9 @@ import {\nTargetedInstructionType as TT,\nIHydrateLetElementInstruction,\nITargetedInstruction,\n- PartialCustomAttributeDefinition\n+ PartialCustomAttributeDefinition,\n+ CustomElementDefinition,\n+ HooksDefinition\n} from '@aurelia/runtime';\nimport { ...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): update tests
1
test
template-compiler
67,476
19.10.2019 21:58:43
-7,200
6835117d91143e68467328dd9469d8134759b673
test(resources): add some preliminary metadata verification tests
[ { "change_type": "ADD", "diff": "+import { Aurelia, CustomElement, CustomAttribute, ValueConverter, BindingBehavior, CustomElementType, customElement, customAttribute, alias, CustomAttributeDefinition, BindingMode } from \"@aurelia/runtime\";\n+import { BindingCommand } from \"@aurelia/jit\";\n+import { Tes...
TypeScript
MIT License
aurelia/aurelia
test(resources): add some preliminary metadata verification tests
1
test
resources
67,479
19.10.2019 22:12:32
-39,600
3670c580aa4359d76cf48603bc2b3349bb548b53
chore(tests): remove prependTo tests
[ { "change_type": "MODIFY", "diff": "@@ -494,27 +494,6 @@ describe('FragmentNodeSequence', function () {\n}\n});\n- describe('prependTo', function() {\n- for (const width of widthArr) {\n- for (const depth of depthArr.filter(d => d > 0)) {\n- it(`should append the view to the parent (depth=${depth},width=${w...
TypeScript
MIT License
aurelia/aurelia
chore(tests): remove prependTo tests
1
chore
tests
67,476
19.10.2019 22:15:25
-7,200
eb2d40dc45d6f721f38d1d0ddd3a3d26b82cec4c
test(template-compiler): fix some more tests
[ { "change_type": "MODIFY", "diff": "@@ -441,6 +441,7 @@ const defaultCustomElementDefinitionProperties = {\nhasSlots: false,\nshadowOptions: null,\nstrategy: 1,\n+ surrogates: [],\nhooks: HooksDefinition.none,\n};\n", "new_path": "packages/__tests__/jit-html/template-compiler.spec.ts", "old_path": "...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): fix some more tests
1
test
template-compiler
67,516
19.10.2019 22:38:56
-7,200
c6d2140ac4c2485682ff273dd1189167bc5b95cf
chore(tests): adding failing test for map
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,7 @@ import { App } from './app/app';\nimport { startup, TestExecutionContext } from './app/startup';\nimport { toArray } from '@aurelia/kernel';\n-describe('app', function () {\n-\n+describe.only('app', function() {\nfunction createTestFunction(testFunction: (...
TypeScript
MIT License
aurelia/aurelia
chore(tests): adding failing test for map
1
chore
tests
67,479
19.10.2019 22:50:53
-39,600
693655b557d6fb8bff16b3ff0475f456f74fbb3d
chore(lint): no temp var
[ { "change_type": "MODIFY", "diff": "@@ -65,8 +65,6 @@ const isMountedOrAttachedOrAttaching = isMountedOrAttached | State.isAttaching;\nconst isMountedOrAttachedOrDetaching = isMountedOrAttached | State.isDetaching;\nconst isMountedOrAttachedOrDetachingOrAttaching = isMountedOrAttachedOrDetaching | State.isA...
TypeScript
MIT License
aurelia/aurelia
chore(lint): no temp var
1
chore
lint
67,479
19.10.2019 22:52:07
-39,600
4fb0274f3dc637ff755ae0be206f0a7278188235
fix(mount-strategy): make const enum
[ { "change_type": "MODIFY", "diff": "@@ -128,7 +128,7 @@ export const IController = DI.createInterface<IController>('IController').noDefa\n/**\n* Describing characteristics of a mounting operation a controller will perform\n*/\n-export enum MountStrategy {\n+export const enum MountStrategy {\ninsertBefore = ...
TypeScript
MIT License
aurelia/aurelia
fix(mount-strategy): make const enum
1
fix
mount-strategy
67,476
19.10.2019 22:53:08
-7,200
9e30bcf0dc0b470d151eedcde9b2651b831082fb
chore(custom-attribute): rename description to definition
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\nConstructable,\nIContainer,\n@@ -52,10 +51,10 @@ export type CustomAttributeDecorator = <T extends Constructable>(Type: T) => Cus\n*/\nexport function customAttribute(definition: PartialCustomAttribu...
TypeScript
MIT License
aurelia/aurelia
chore(custom-attribute): rename description to definition
1
chore
custom-attribute
67,476
19.10.2019 22:53:20
-7,200
801ac4b8420c2d2b911fbbd816a8a8fa93e3f8a1
chore(custom-element): rename description to definition
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\nConstructable,\nDI,\n@@ -73,10 +72,10 @@ export type CustomElementDecorator = <T extends Constructable>(Type: T) => Custo\n*/\nexport function customElement(definition: PartialCustomElementDefinition...
TypeScript
MIT License
aurelia/aurelia
chore(custom-element): rename description to definition
1
chore
custom-element
67,476
19.10.2019 22:53:55
-7,200
14bd3c4433426c09c49680421a2d7c7513ae68e6
refactor(value-converter): sync with attribute+element resource api
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\nConstructable,\nIContainer,\n@@ -10,13 +9,14 @@ import {\nProtocol,\nPartialResourceDefinition,\nmergeArrays,\n+ firstDefined,\n} from '@aurelia/kernel';\nimport { registerAliases } from '../definiti...
TypeScript
MIT License
aurelia/aurelia
refactor(value-converter): sync with attribute+element resource api
1
refactor
value-converter
67,476
19.10.2019 22:54:13
-7,200
6b66e3810ee7dbeb94bf90389275837e666114ab
refactor(binding-behavior): sync with attribute+element resource api
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\nConstructable,\nIContainer,\n@@ -10,6 +9,7 @@ import {\nProtocol,\nPartialResourceDefinition,\nmergeArrays,\n+ firstDefined,\n} from '@aurelia/kernel';\nimport { registerAliases } from '../definition...
TypeScript
MIT License
aurelia/aurelia
refactor(binding-behavior): sync with attribute+element resource api
1
refactor
binding-behavior
67,476
19.10.2019 22:54:31
-7,200
518ef9baf10208aae586e798e0990de4da7eab55
refactor(binding-command): sync with attribute+element resource api
[ { "change_type": "MODIFY", "diff": "@@ -28,15 +28,19 @@ export type PartialBindingCommandDefinition = PartialResourceDefinition<{\n}>;\nexport type BindingCommandInstance<T extends {} = {}> = {\n- bindingType: BindingType;\n- compile(binding: PlainAttributeSymbol | BindingSymbol): ITargetedInstruction;\n+ b...
TypeScript
MIT License
aurelia/aurelia
refactor(binding-command): sync with attribute+element resource api
1
refactor
binding-command
67,479
19.10.2019 22:55:53
-39,600
46f62bf61941e06785537cfb15bfd55c7b1fa7bc
refactor(controller): use switch in mount synthetic
[ { "change_type": "MODIFY", "diff": "@@ -942,9 +942,12 @@ export class Controller<\nconst location = this.location!; // non null is implied by the hook\nthis.state |= State.isMounted;\n- if (this.mountStrategy === MountStrategy.append) {\n+ // eslint-disable-next-line sonarjs/no-small-switch\n+ switch (this....
TypeScript
MIT License
aurelia/aurelia
refactor(controller): use switch in mount synthetic
1
refactor
controller
67,476
19.10.2019 22:57:11
-7,200
edd9b4fb181b04d813b81d0b884868b53ce49736
chore(test): fix binding-behaviors spec name
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import {\n} from '@aurelia/runtime';\nimport { assert, setup } from '@aurelia/testing';\n-describe('value-converters', function () {\n+describe('binding-behaviors', function () {\n// custom elements\ndescribe('01. Aliases', function () {\n", "new_pat...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix binding-behaviors spec name
1
chore
test
67,479
19.10.2019 22:59:13
-39,600
a020558059eec9fab0a1896dcfcec5c5df3f323d
chore(lint): remove lint-disabling line
[ { "change_type": "MODIFY", "diff": "@@ -942,7 +942,6 @@ export class Controller<\nconst location = this.location!; // non null is implied by the hook\nthis.state |= State.isMounted;\n- // eslint-disable-next-line sonarjs/no-small-switch\nswitch (this.mountStrategy) {\ncase MountStrategy.append:\nnodes.appen...
TypeScript
MIT License
aurelia/aurelia
chore(lint): remove lint-disabling line
1
chore
lint
67,476
19.10.2019 23:01:37
-7,200
61a47f5a6b99aa187e93a350cf3aa502b999bf7a
chore(resources): fix instance types
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,8 @@ export type PartialBindingCommandDefinition = PartialResourceDefinition<{\n}>;\nexport type BindingCommandInstance<T extends {} = {}> = {\n- bindingType?: BindingType;\n- compile?(binding: PlainAttributeSymbol | BindingSymbol): ITargetedInstruction;\n+ b...
TypeScript
MIT License
aurelia/aurelia
chore(resources): fix instance types
1
chore
resources
67,476
19.10.2019 23:04:37
-7,200
8900699d791413d95f44f367d5d442c783ceb846
fix(binding-command): default to null type
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ export class BindingCommandDefinition<T extends Constructable = Constructable> i\nfirstDefined(BindingCommand.getAnnotation(Type, 'name'), name),\nmergeArrays(BindingCommand.getAnnotation(Type, 'aliases'), def.aliases, Type.aliases),\nBindingCommand.keyF...
TypeScript
MIT License
aurelia/aurelia
fix(binding-command): default to null type
1
fix
binding-command
815,745
19.10.2019 23:20:30
-10,800
92f72c99ed76940f5431074736f71390f182240f
chore: remove npm from release
[ { "change_type": "MODIFY", "diff": "\"@semantic-release/commit-analyzer\",\n\"@semantic-release/changelog\",\n\"@semantic-release/github\",\n- [\n- \"@semantic-release/npm\",\n- {\n- \"pkgRoot\": \"dist/ng-select\"\n- }\n- ],\n\"@semantic-release/release-notes-generator\"\n]\n},\n", "new_path": "package...
TypeScript
MIT License
ng-select/ng-select
chore: remove npm from release
1
chore
null
67,476
19.10.2019 23:26:35
-7,200
211d3d9debc8bbee1551e28b2e1943805facbbe2
refactor(compose): generate anonymous name if no name is provided in the definition
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ export class RenderPlan<T extends INode = Node> {\npublic get definition(): CustomElementDefinition {\nif (this.lazyDefinition === void 0) {\nthis.lazyDefinition = CustomElementDefinition.create({\n- name: 'unnamed',\n+ name: CustomElement.generateName()...
TypeScript
MIT License
aurelia/aurelia
refactor(compose): generate anonymous name if no name is provided in the definition
1
refactor
compose
815,745
19.10.2019 23:55:50
-10,800
3f6d05532c887adc282480251ad4c9db31689e1d
chore: bump pkg version
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ on:\n- master\njobs:\n- build:\n+ release:\nruns-on: ubuntu-latest\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n@@ -17,7 +17,7 @@ jobs:\n- name: Setup Node\nuses: actions/setup-node@v1\nwith:\n- node-version: '10.x'\n+ node-version: '12.x'\n- name: In...
TypeScript
MIT License
ng-select/ng-select
chore: bump pkg version
1
chore
null
67,476
20.10.2019 00:14:56
-7,200
b119d5833226552cf03808468212816fa6531c78
test(template-compiler): fix some more bindable related tests
[ { "change_type": "MODIFY", "diff": "@@ -764,11 +764,11 @@ describe(`TemplateCompiler - combinations`, function () {\n// PartialCustomAttributeDefinition.bindables\n[\n(ctx) => [undefined, undefined, 'value'],\n- (ctx) => [{}, undefined, 'value'],\n- (ctx) => [{ asdf: { attribute: 'bazBaz', property: 'bazBaz...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): fix some more bindable related tests
1
test
template-compiler
151,430
20.10.2019 00:25:52
25,200
e655fb2bd253014967a897614b8aa59257ae3e1a
refactor: add type checker utils
[ { "change_type": "ADD", "diff": "+export default function isFunction(x) {\n+ return typeof x === 'function'\n+}\n", "new_path": "packages/analytics-core/src/utils/isFunction.js", "old_path": null }, { "change_type": "ADD", "diff": "+export default function isObject(x) {\n+ return typeof ...
JavaScript
MIT License
davidwells/analytics
refactor: add type checker utils
1
refactor
null
151,430
20.10.2019 00:26:32
25,200
7608355b95e2bef726cfa1e32eff6108438a44a5
refactor: shrink code with bitwise operator
[ { "change_type": "ADD", "diff": "+\n+export const id = 'userId'\n+\n+export const anonId = 'anonymousId'\n", "new_path": "packages/analytics-core/src/utils/_constants.js", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -2,12 +2,12 @@ import inBrowser from '../inBrowser'\nexpo...
JavaScript
MIT License
davidwells/analytics
refactor: shrink code with bitwise operator
1
refactor
null
679,913
20.10.2019 00:28:43
-3,600
761dd9822c4f78d3581a533385763cdc09154da9
feat(simd): add matrix-vec mult fns, no async init, inline binary as b64
[ { "change_type": "ADD", "diff": "+src/binary.ts\n", "new_path": "packages/simd/.gitignore", "old_path": null }, { "change_type": "MODIFY", "diff": "export * from \"./dot\";\nexport * from \"./madd\";\nexport * from \"./maddn\";\n+export * from \"./mulv\";\n", "new_path": "packages/si...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add matrix-vec mult fns, no async init, inline binary as b64
1
feat
simd