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
151,430
20.10.2019 00:29:58
25,200
f2651a61f6a09bde6774a5d8caa4e8a1894280a4
refactor: use type checks and shrink code
[ { "change_type": "MODIFY", "diff": "import { USER_ID, USER_TRAITS, ANON_ID } from '../constants'\n+import isFunction from '../utils/isFunction'\nimport EVENTS from '../events'\nexport default function identifyMiddleware(instance) {\n- const { storage } = instance\n+ const { setItem, removeItem, getItem } = ...
JavaScript
MIT License
davidwells/analytics
refactor: use type checks and shrink code
1
refactor
null
151,430
20.10.2019 00:30:20
25,200
594d7a90d7ae0a4999681112fc1bf00034660104
chore: trim minified dist
[ { "change_type": "MODIFY", "diff": "+\nconst fs = require('fs')\nconst path = require('path')\n@@ -17,7 +18,13 @@ const strings = [\n'Actions may not have an undefined \"type\" property. Have you misspelled a constant?',\n'Cannot call a class as a function',\n'Expected the enhancer to be a function.',\n- 'E...
JavaScript
MIT License
davidwells/analytics
chore: trim minified dist
1
chore
null
679,913
20.10.2019 00:31:31
-3,600
20445837f5af1891703e1c51fe8db56e69f11c86
feat(leb128): no more async init, remove READY promise, update tests BREAKING CHANGE: switch to synchronous initialization
[ { "change_type": "MODIFY", "diff": "@@ -15,22 +15,13 @@ interface LEB128 {\nlet wasm: LEB128;\nlet U8: Uint8Array;\n-/**\n- * Promise indicating that the WASM module has been initialized and is\n- * ready to use. A `false` result means WASM isn't available at all.\n- */\n-export let READY: Promise<boolean>;...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(leb128): no more async init, remove READY promise, update tests BREAKING CHANGE: switch to synchronous initialization
1
feat
leb128
151,430
20.10.2019 00:31:53
25,200
2caec24a7114caf502dd7e5c49f65b29d04f0b36
refactor: change NAMESPACE to name for plugins Backwards compatible supports NAMESPACE
[ { "change_type": "MODIFY", "diff": "@@ -190,7 +190,7 @@ export const coreEvents = [\n/*!\n* Keys on a plugin that are not considered events\n*/\n-export const nonEvents = ['NAMESPACE', 'EVENTS', 'config', 'loaded']\n+export const nonEvents = ['name', 'EVENTS', 'config', 'loaded']\nconst pluginEvents = {\nre...
JavaScript
MIT License
davidwells/analytics
refactor: change NAMESPACE to name for plugins Backwards compatible supports NAMESPACE
1
refactor
null
67,516
20.10.2019 00:41:36
-7,200
55c9fdfd0baa1e17f24ab8839b09ee3c4e052650
fix(runtime): missing notify on new value of key Added the missing notification on value change of an existing key.
[ { "change_type": "MODIFY", "diff": "/* eslint-disable mocha/no-skipped-tests, mocha/no-exclusive-tests, @typescript-eslint/strict-boolean-expressions, @typescript-eslint/strict-boolean-expressions */\n+import { toArray } from '@aurelia/kernel';\nimport { CustomElement, DirtyCheckProperty, DirtyCheckSettings...
TypeScript
MIT License
aurelia/aurelia
fix(runtime): missing notify on new value of key Added the missing notification on value change of an existing key.
1
fix
runtime
679,913
20.10.2019 01:25:22
-3,600
8b7287ec3e52ca683c6ece6ecff3e493245369f3
refactor(simd): extract SIMD API, update readme
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n- [About](#about)\n+- [Available functions](#available-functions)\n+- [Status](#status)\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(simd): extract SIMD API, update readme
1
refactor
simd
815,740
20.10.2019 01:53:28
-19,080
ce215aeb3b17a39f2dff4b306f7f2d2f7abfabc9
feat: Append appendTo NgSelectConfig
[ { "change_type": "MODIFY", "diff": "@@ -100,6 +100,7 @@ typically in your root component, and customize the values of its properties in\n```js\nconstructor(private config: NgSelectConfig) {\nthis.config.notFoundText = 'Custom not found';\n+ this.config.appendTo = 'body';\n}\n```\n### SystemJS\n", "new_p...
TypeScript
MIT License
ng-select/ng-select
feat: Append appendTo NgSelectConfig (#1385)
1
feat
null
679,913
20.10.2019 01:55:19
-3,600
474e4e511f4e57d35381c7ca853af45ca1633bb2
docs: add link to SIMD pkg to main readme
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,7 @@ contribute, please first read [this document](./CONTRIBUTING.md).\n(These packages are only available on their respective feature branches)\n- [@thi.ng/scenegraph](https://github.com/thi-ng/umbrella/tree/feature/scenegraph/packages/scenegraph) - 2D/3D sc...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add link to SIMD pkg to main readme
1
docs
null
67,476
20.10.2019 02:05:01
-7,200
52c60fc84e26931dd6868605381eb2ce38ad91da
test(template-compiler): minor test setup improvements
[ { "change_type": "MODIFY", "diff": "@@ -507,11 +507,11 @@ function createTemplateController(ctx: HTMLTestContext, attr: string, target: st\ninstructions: []\n} as unknown as PartialCustomElementDefinition;\nconst output: PartialCustomElementDefinition = {\n+ ...defaultCustomElementDefinitionProperties,\ntem...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): minor test setup improvements
1
test
template-compiler
67,476
20.10.2019 02:05:43
-7,200
5cdf5f36b0d315a33a7f72ac36033cf162f10993
fix(bindable): correctly traverse bindable lookup
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ export const Bindable = {\n}\nfunction addDescription(name: string, def: PartialBindableDefinition): void {\n- bindables[name] = BindableDefinition.create(name, def);\n+ bindables[name] = def instanceof BindableDefinition ? def : BindableDefinition.creat...
TypeScript
MIT License
aurelia/aurelia
fix(bindable): correctly traverse bindable lookup
1
fix
bindable
67,476
20.10.2019 02:21:03
-7,200
908121047b84b202a13a8f0aa96d4e184935a2f4
test(template-compiler): fix more tests
[ { "change_type": "MODIFY", "diff": "@@ -397,7 +397,7 @@ describe('template-compiler.spec.ts\\n [TemplateCompiler]', function () {\n}\nfunction compileWith(markup: string | Element, extraResources: any[] = []) {\n- extraResources.forEach(e => e.register(container));\n+ extraResources.forEach(e => container.r...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): fix more tests
1
test
template-compiler
67,476
20.10.2019 02:22:52
-7,200
ef905ff251830f795493e0533837f9d94322497f
refactor(di): sync annotation prefix
[ { "change_type": "MODIFY", "diff": "@@ -44,8 +44,8 @@ describe('CustomAttribute', function () {\nassert.deepStrictEqual(\n$class['au:annotation'],\n[\n- 'au:annotation:dependencies',\n- 'au:annotation:factory',\n+ 'au:annotation:di:dependencies',\n+ 'au:annotation:di:factory',\n],\n`$class['au:annotation']`...
TypeScript
MIT License
aurelia/aurelia
refactor(di): sync annotation prefix
1
refactor
di
67,476
20.10.2019 02:28:45
-7,200
32d9f08aefeae8aefcd5909af22a3a8aa99011bc
chore(test): fixup resource prefixes
[ { "change_type": "MODIFY", "diff": "// }\n// public binding(this: IViewModel & this): void {\n-// this.child = this.$context.get<IViewModel>('au:custom-element:foo');\n+// this.child = this.$context.get<IViewModel>('au:resource:custom-element:foo');\n// this.child.$hydrate(LF.none, this.$context, this.node)...
TypeScript
MIT License
aurelia/aurelia
chore(test): fixup resource prefixes
1
chore
test
67,476
20.10.2019 02:35:31
-7,200
9fc4e2eb028f36ffd29b8501227052337dbb1a3a
chore(test): fix bb/vc unit test
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,9 @@ describe(`@bindingBehavior('foo')`, function () {\nclass FooBindingBehavior { }\nit(`should define the binding behavior`, function () {\n- assert.strictEqual(FooBindingBehavior['kind'], BindingBehavior, `FooBindingBehavior['kind']`);\n- assert.strictEqua...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix bb/vc unit test
1
chore
test
67,476
20.10.2019 02:54:16
-7,200
566d713a04a0cd58112b04f19653d2802d4c0ad2
refactor(view): make the view decorator work with metadata
[ { "change_type": "MODIFY", "diff": "-import { Constructable, ConstructableClass, DI, IContainer, IResolver, PLATFORM, Registration, Reporter } from '@aurelia/kernel';\n+import { Constructable, ConstructableClass, DI, IContainer, IResolver, PLATFORM, Registration, Reporter, Metadata, Protocol } from '@aureli...
TypeScript
MIT License
aurelia/aurelia
refactor(view): make the view decorator work with metadata
1
refactor
view
67,476
20.10.2019 02:57:56
-7,200
31b3c949b4e91855ecb67d1771ab63a18d526270
fix(au-dom): add template compiler dep
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,8 @@ import {\nRuntimeConfiguration,\nTargetedInstruction,\nCustomElementDefinition,\n- ToViewBindingInstruction\n+ ToViewBindingInstruction,\n+ ITemplateCompiler\n} from '@aurelia/runtime';\nconst slice = Array.prototype.slice;\n@@ -681,7 +682,8 @@ export co...
TypeScript
MIT License
aurelia/aurelia
fix(au-dom): add template compiler dep
1
fix
au-dom
67,476
20.10.2019 03:10:41
-7,200
acb3508740c7cc4396955b78dbd1420522131725
fix(router): fix viewport spacing issue
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import { IViewportOptions, Viewport } from '../viewport';\nViewport: <b>\\${name}</b> \\${scope ? \"[new scope]\" : \"\"} : <b>\\${viewport.content && viewport.content.toComponentName()}</b>\n</div>\n</template>\n- `\n+ `.replace(/\\s+/g, '')\n})\nexport...
TypeScript
MIT License
aurelia/aurelia
fix(router): fix viewport spacing issue
1
fix
router
67,476
20.10.2019 03:31:25
-7,200
8db676b25dfc2fe2f73e4811387ee876bb66a173
fix(view): more decorator/metadata fixes
[ { "change_type": "MODIFY", "diff": "-import { view, ViewLocator, ViewValueConverter, CustomElement } from '@aurelia/runtime';\n+import { view, ViewLocator, ViewValueConverter, CustomElement, Views, CustomElementDefinition } from '@aurelia/runtime';\nimport { assert } from '@aurelia/testing';\ndescribe('the ...
TypeScript
MIT License
aurelia/aurelia
fix(view): more decorator/metadata fixes
1
fix
view
67,476
20.10.2019 04:47:01
-7,200
4956c683cd99afecc615679ba54cd003357628ac
fix(view): handle inheritance correctly / fix tests
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ describe('the view decorator', function() {\nclass MyModel {}\nconst [associated] = Views.get(MyModel);\n- assert.equal(associated, template);\n+ assert.equal(associated.name, template.name);\n});\nit('can associate multiple views with a class', function...
TypeScript
MIT License
aurelia/aurelia
fix(view): handle inheritance correctly / fix tests
1
fix
view
217,922
20.10.2019 09:18:57
-7,200
0e155b2ad2eb971536b073a1a9b5bb9cd1d2e967
chore: goodbye SSR
[ { "change_type": "MODIFY", "diff": "@@ -137,24 +137,6 @@ jobs:\nname: Deploying web\ncommand: ./node_modules/.bin/firebase deploy -P beta --only hosting --token \"$FIREBASE_TOKEN\"\n- deploy-ssr-prod:\n- <<: *defaults\n- steps:\n- - attach_workspace:\n- at: ~/\n- - run:\n- name: Deploying SSR fucntions\n- c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: goodbye SSR
1
chore
null
217,922
20.10.2019 09:50:11
-7,200
490efa468cdc42b5696331aa6c1e95d1bf247ac5
chore: forgot to remove ssr from the functions index
[ { "change_type": "MODIFY", "diff": "@@ -96,14 +96,6 @@ exports.userIdValidator = functions.runWith(runtimeOpts).https.onRequest((reques\n});\n});\n-exports.app = functions.runWith(runtimeOpts).https.onRequest((request, response) => {\n- try {\n- require(`${process.cwd()}/dist/client-webpack/server`).app(req...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: forgot to remove ssr from the functions index
1
chore
null
217,922
20.10.2019 10:28:16
-7,200
0f79258c3f0b351f9c3564c330a9f2a7ae55c27e
chore: beta env needs beta build
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ jobs:\nif [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\nnpm run build:prod\nelse\n- npm run build:prod\n+ npm run build:beta\nfi\n- save_cache:\nkey: dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}\n", "new_path": ".circleci/conf...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: beta env needs beta build
1
chore
null
217,922
20.10.2019 10:45:10
-7,200
d8ed7c8e61ae9d32310ce4adc49110efb44d3e98
chore: don't update compact if it's the same result
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,9 @@ exports.createListCompacts = functions.runWith(runtimeOpts).firestore.document('\n});\nexports.updateListCompacts = functions.runWith(runtimeOpts).firestore.document('/lists/{uid}').onUpdate((snap, context) => {\n+ if (JSON.stringify(snap.before.data().f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: don't update compact if it's the same result
1
chore
null
217,922
20.10.2019 11:08:37
-7,200
ac47566d755f52448bfa4995e7e8377db2a7af09
fix(quota): atomic update will only be used for shared lists now
[ { "change_type": "MODIFY", "diff": "@@ -19,9 +19,8 @@ import {\nUnloadListDetails,\nUpdateItem,\nUpdateList,\n- UpdateListIndex,\nUpdateListAtomic,\n- ToggleAutocompletion\n+ UpdateListIndex\n} from './lists.actions';\nimport {\ncatchError,\n@@ -51,10 +50,8 @@ import { NzModalService } from 'ng-zorro-antd';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(quota): atomic update will only be used for shared lists now
1
fix
quota
217,922
20.10.2019 13:33:11
-7,200
6c892d7dc702fd15e8e72051c80e071945bf26ad
chore: more logging for inventory tracking
[ { "change_type": "MODIFY", "diff": "@@ -146,4 +146,8 @@ export class IpcService {\nconsole.info(packet.type, packet);\n}\n}\n+\n+ public log(...args: any[]):void{\n+ this.send('log', args);\n+ }\n}\n", "new_path": "apps/client/src/app/core/electron/ipc.service.ts", "old_path": "apps/client/src/app/c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more logging for inventory tracking
1
chore
null
679,913
20.10.2019 13:50:52
-3,600
4023a8f02b9759bb0d3b11036de578e37b82493e
feat(simd): add new fns, switch to f32x4 namespaced ops, update readme
[ { "change_type": "MODIFY", "diff": "@@ -32,13 +32,23 @@ See\n[/assembly](https://github.com/thi-ng/umbrella/tree/feature/simd/packages/simd/assembly)\nfor sources:\n-- `dot2_f32_aos()`\n-- `dot4_f32_aos()`\n-- `dot4_f32_soa()`\n-- `madd4_f32()`\n-- `maddn4_f32()`\n-- `mul_m23v2_aos()`\n-- `mul_m44v4_aos()`\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add new fns, switch to f32x4 namespaced ops, update readme
1
feat
simd
722,013
20.10.2019 14:56:31
18,000
b5c4edf4462ad0c87386d1c624e2ea10e3d899ee
docs: clarify documentation of imported examples
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,8 @@ export default {\n</script>\n<docs>\n+### or import it from the docs block\n+\nExample can be their own file. Use the following syntax.\n````markdown\n", "new_path": "examples/basic/src/components/Radio/Radio.vue", "old_path": "examples/basic/src...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: clarify documentation of imported examples
1
docs
null
67,479
20.10.2019 15:07:34
-39,600
7abc6ae2f09b3279e8be7769d13906daae2602f1
fix(template-binder): camel name in multi bindings
[ { "change_type": "MODIFY", "diff": "@@ -601,7 +601,7 @@ export class TemplateBinder {\n}\nconst attrSyntax = this.attrParser.parse(attrName, attrValue);\n- const attrTarget = attrSyntax.target;\n+ const attrTarget = camelCase(attrSyntax.target);\nconst command = this.resources.getBindingCommand(attrSyntax, ...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): camel name in multi bindings
1
fix
template-binder
67,479
20.10.2019 15:07:57
-39,600
00f55fc5af788292118fe7ed163cccd577aad190
chore(tests): add tests for long name with hyphen in multi bindings
[ { "change_type": "MODIFY", "diff": "@@ -324,6 +324,96 @@ describe('template-compiler.primary-bindable.spec.ts', function() {\nthrow new Error('Should not have run');\n}\n},\n+ {\n+ title: 'works with long name, in single binding syntax',\n+ template: '<div square=\"5\"></div>',\n+ attrResources: () => {\n+ ...
TypeScript
MIT License
aurelia/aurelia
chore(tests): add tests for long name with hyphen in multi bindings
1
chore
tests
679,913
20.10.2019 15:58:39
-3,600
f998f883a10e1a663da7213fed49948c005fcdf1
fix(simd): add missing wasm exports
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,8 @@ export * from \"./madd\";\nexport * from \"./maddn\";\nexport * from \"./max\";\nexport * from \"./min\";\n+export * from \"./msub\";\n+export * from \"./msubn\";\nexport * from \"./mul\";\nexport * from \"./muln\";\nexport * from \"./mulv\";\n", "ne...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(simd): add missing wasm exports
1
fix
simd
722,013
20.10.2019 17:26:13
18,000
aeb15df5a2a661f9d037c6cdc988a5e3cf560d69
docs: create functional tag example
[ { "change_type": "ADD", "diff": "+# Vue Styleguidist with a functional flag on functional components\n+\n+How to start locally:\n+\n+- Should you just want the tag, just take ReactComponent and the FunctionalTag\n+- If you want the special skin for Section header use the SectionHeading components\n+\n+```\n...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: create functional tag example
1
docs
null
67,516
20.10.2019 18:08:38
-7,200
f28115ba6744df9662ae0d33b355ea3425d0295a
chore(tests): further tests on checkboxes
[ { "change_type": "MODIFY", "diff": "<template>\n-\n<div frequent-mutations>\n<button id=\"staticTextChanger\" click.delegate=\"changeTexts()\">Change texts</button>\n<read-only-text id=\"text0\" value=\"text0\"></read-only-text>\n<!-- <specs-viewer things.bind=\"things\"></specs-viewer> -->\n<user-preferenc...
TypeScript
MIT License
aurelia/aurelia
chore(tests): further tests on checkboxes
1
chore
tests
679,913
20.10.2019 18:29:58
-3,600
e387622d3ad44bc0df029c5ba641244dc12c6353
feat(defmulti): allow .add() to overwrite existing impl, add logger update .add() to log warning msg when overwriting existing impl add LOGGER, setLogger() update tests / readme
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,8 @@ varargs solution.\nThe function returned by `defmulti` can be called like any other\nfunction, but also exposes the following operations:\n-- `.add(id, fn)` - adds new implementation for given dispatch value\n+- `.add(id, fn)` - adds/overrides implementa...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): allow .add() to overwrite existing impl, add logger - update .add() to log warning msg when overwriting existing impl - add LOGGER, setLogger() - update tests / readme
1
feat
defmulti
67,516
20.10.2019 18:31:24
-7,200
3f3b531281fa546c7478af7e951d82cd63c11c1f
chore(tests): adding failing tests checked matcher
[ { "change_type": "MODIFY", "diff": "choices1.to-view=\"contacts1\" chosen1.two-way=\"chosenContact1\"\nchoices2.to-view=\"contacts2\" chosen2.two-way=\"chosenContact2\"\nchoices3.to-view=\"contacts3\" chosen3.two-way=\"chosenContact3\"\n- choices4.to-view=\"contacts4\" chosen4.two-way=\"chosenContact4\" mat...
TypeScript
MIT License
aurelia/aurelia
chore(tests): adding failing tests checked matcher
1
chore
tests
67,516
20.10.2019 18:41:17
-7,200
374ce9be4f362352fd56f455d667603fc1fde264
fix(tests): failing test for checked matcher
[ { "change_type": "MODIFY", "diff": "@@ -448,13 +448,17 @@ export class TemplateBinder {\nlet checkedIndex: number | undefined = void 0;\nlet found = 0;\nfor (let i = 0; i < attributes.length && found < 3; i++) {\n- const target = attributes[i].syntax.target;\n- if (target === 'model' || target === 'value') ...
TypeScript
MIT License
aurelia/aurelia
fix(tests): failing test for checked matcher
1
fix
tests
269,497
20.10.2019 19:18:29
-19,080
7151b99bed16e0877f147deed8e67ecba0dbeee2
docs: add instructions for installing using shell script Fixes
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,12 @@ $ scoop install goreleaser\nDownload the `.deb` or `.rpm` from the [releases page][releases] and\ninstall with `dpkg -i` and `rpm -i` respectively.\n+**Shell script**:\n+\n+```\n+$ curl -sfL https://install.goreleaser.com/github.com/goreleaser/gorelease...
Go
MIT License
goreleaser/goreleaser
docs: add instructions for installing using shell script Fixes #1197
1
docs
null
217,922
20.10.2019 19:59:20
-7,200
a895508be1f06f42b92ee99384b4787bfe7b5f08
fix(inventory): fixed an issue with retainer tracking for right click interactions
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ export class UserInventory extends DataWithPermissions {\nconst previousQuantity = item ? item.quantity : 0;\nif (packet.quantity === 0 && packet.catalogId === 0) {\ndelete this.items[containerKey][packet.slot];\n+ if (item !== undefined) {\nreturn {\nit...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with retainer tracking for right click interactions
1
fix
inventory
76,605
20.10.2019 20:46:23
-7,200
6d8c8f509620ff38afa8382cbf3a617cba5b54a2
fix: some stemmers have a duplicated stem method
[ { "change_type": "MODIFY", "diff": "@@ -225,13 +225,6 @@ class ArmenianStemmer extends BaseStemmer {\nthis.cursor = this.limit_backward;\nreturn true;\n}\n- stem(...args) {\n- switch (args.length) {\n- case 0:\n- return this.stem(...args);\n- }\n- return super.stem(...args);\n- }\n}\nArmenianStemmer.a_0 = [...
JavaScript
MIT License
axa-group/nlp.js
fix: some stemmers have a duplicated stem method
1
fix
null
76,605
20.10.2019 21:00:00
-7,200
e38385870e336ed5f403e782ab1e6d29353f7260
build: version 3.10.1
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.10.0\",\n+ \"version\": \"3.10.1\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "di...
JavaScript
MIT License
axa-group/nlp.js
build: version 3.10.1
1
build
null
67,516
20.10.2019 21:21:23
-7,200
9897bc159f9abedaa6558207eb6cf953fc5b29ae
chore(test): further tests on checkbox
[ { "change_type": "MODIFY", "diff": "choices3.to-view=\"contacts3\" chosen3.two-way=\"chosenContact3\"\nchoices4.to-view=\"contacts4\" chosen4.two-way=\"chosenContact4\" matcher.bind=\"matcher\"\nchoices5.to-view=\"contacts5\" chosen5.two-way=\"chosenContact5\"\n+ choices6.to-view=\"contacts6\" chosen6.two-w...
TypeScript
MIT License
aurelia/aurelia
chore(test): further tests on checkbox
1
chore
test
151,430
20.10.2019 21:47:43
25,200
659ce97bf0c7194b4b073e1864f4e4d4e25fa9f1
chore: add test watch script
[ { "change_type": "MODIFY", "diff": "\"clean\": \"rimraf packages/*/dist\",\n\"reset\": \"npm run clean && lerna clean --yes\",\n\"test\": \"lerna run test\",\n+ \"test:watch\": \"lerna run test:watch --parallel --stream\",\n\"watch\": \"lerna run watch --parallel --stream\",\n\"watch:core\": \"lerna run wat...
JavaScript
MIT License
davidwells/analytics
chore: add test watch script
1
chore
null
151,430
20.10.2019 21:48:09
25,200
4a58d55382c25c8562a7dd38b5257328b474a301
refactor: clear global context on analytics.reset
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,10 @@ export default function user(state = {}, action) {\n}\n})\ncase EVENTS.reset:\n+ // Side effect remove global fallback values\n+ ['userId', 'anonymousId', 'traits'].forEach((key) => {\n+ globalContext[tempKey(key)] = null\n+ })\nreturn Object.assign({},...
JavaScript
MIT License
davidwells/analytics
refactor: clear global context on analytics.reset
1
refactor
null
151,430
20.10.2019 21:50:19
25,200
1187372c0b3dc3b60f6646e6129751f1e669cd6c
test: change NAMESPACE to name
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ test('Lifecycle should execute in correct order', async (t) => {\napp: 'appname',\nversion: 100,\nplugins: [{\n- NAMESPACE: 'plugin-one',\n+ name: 'plugin-one',\nbootstrap: ({ abort, config, instance }) => {\nexecutionOrder.push('From method: bootstrap')...
JavaScript
MIT License
davidwells/analytics
test: change NAMESPACE to name
1
test
null
151,430
20.10.2019 21:51:15
25,200
143c5f271742074378ad70fb81439837f8552338
docs: update NAMESPACE to name
[ { "change_type": "MODIFY", "diff": "@@ -236,7 +236,7 @@ function formatCode(code, type = 'babel') {\nreturn prettier.format(code, { semi: false, singleQuote: true, parser: type })\n}\n-const removeList = ['NAMESPACE', 'config', 'loaded', 'initialize']\n+const removeList = ['NAMESPACE', 'name', 'config', 'lo...
JavaScript
MIT License
davidwells/analytics
docs: update NAMESPACE to name
1
docs
null
815,590
20.10.2019 21:52:20
-28,800
ba7d1d7321ed4127a9023daac9a6f24c120dfcc4
feat: add multisig system script cell
[ { "change_type": "MODIFY", "diff": "@@ -377,7 +377,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.24.0-pre\",\n\"ckb-shared 0.24.0-pre\",\n\"ckb-store 0.24.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.10+witness-args (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.4.0-alph...
Rust
MIT License
nervosnetwork/ckb
feat: add multisig system script cell
1
feat
null
151,430
20.10.2019 21:56:52
25,200
f6217a77a355848bcaa7dfd026236cbd0d5b3adc
refactor: shrink output
[ { "change_type": "MODIFY", "diff": "import { storage } from 'analytics-utils'\nimport { ANON_ID, USER_ID, USER_TRAITS } from '../constants'\n+import * as _CONSTANTS from '../utils/_constants'\nimport timeStamp from '../utils/timestamp'\nimport globalContext from '../utils/global'\nimport isObject from '../u...
JavaScript
MIT License
davidwells/analytics
refactor: shrink output
1
refactor
null
151,430
20.10.2019 22:05:56
25,200
b4a3289c68af472ea32bfb85d1ec59b8ea5db8ef
refactor: make null value default instead of undefined
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,11 @@ export default function user(state = {}, action) {\n})\ncase EVENTS.reset:\n// Side effect remove global fallback values\n- [_CONSTANTS.id, _CONSTANTS.anonId, 'traits'].forEach((key) => {\n+ /* eslint-disable array-callback-return */\n+ [_CONSTANTS.id, ...
JavaScript
MIT License
davidwells/analytics
refactor: make null value default instead of undefined
1
refactor
null
151,430
20.10.2019 22:06:23
25,200
612bffb48ccdd5e74b2b414ac6b697bfda094556
docs: add old NAMESPACE plugin for backwards compat check
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,12 @@ const analytics = Analytics({\nconsole.log('hi')\n}\n},\n+ {\n+ NAMESPACE: 'hello',\n+ track: () => {\n+ console.log('hi')\n+ }\n+ },\nexampleProviderPlugin({\nsettingOne: 'xyz'\n}),\n", "new_path": "examples/demo/src/utils/analytics/example-2.js", ...
JavaScript
MIT License
davidwells/analytics
docs: add old NAMESPACE plugin for backwards compat check
1
docs
null
67,516
20.10.2019 22:11:18
-7,200
d201f093311b82c2c3a69fbd1ad7537b3dbfe298
fix(tests): tri-state boolean radio buttons
[ { "change_type": "MODIFY", "diff": "choices7.to-view=\"contacts7\" chosen7.two-way=\"chosenContact7\"\n>\n</radio-button-list>\n+ <tri-state-boolean value.two-way=\"likesCake\" no-value-display.bind=\"noDisplayValue\" true-display.bind=\"trueValue\" false-display.bind=\"falseValue\"></tri-state-boolean>\n</...
TypeScript
MIT License
aurelia/aurelia
fix(tests): tri-state boolean radio buttons
1
fix
tests
471,495
20.10.2019 22:19:30
14,400
0db1e73ad4a3de00eab73dad4a5853f42ebedc46
feat(semantic-dom-diff): strip attributes that contains only whitespace
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,7 @@ export function getDiffableHTML(html, options = {}) {\n}\nfunction shouldStripAttribute({ name, value }) {\n- return stripEmptyAttributes.includes(name) && value === '';\n+ return stripEmptyAttributes.includes(name) && value.trim() === '';\n}\n/**\n", ...
JavaScript
MIT License
open-wc/open-wc
feat(semantic-dom-diff): strip attributes that contains only whitespace
1
feat
semantic-dom-diff
679,913
20.10.2019 22:24:03
-3,600
0e0dfde150856ea62c0b316a3a6391dccd3646a8
feat(simd): add clampn4_f32, sum4_f32
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ This project is part of the\n## About\n[WebAssembly SIMD](https://github.com/WebAssembly/simd) vector\n-operations for batch processing, written in\n+operations for array/batch processing, written in\n[AssemblyScript](https://docs.assemblyscript.org/).\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add clampn4_f32, sum4_f32
1
feat
simd
151,430
20.10.2019 22:28:09
25,200
01f2c73e824cd46865f24192259af8e4ed0bcc5c
chore: disable types until sorted
[ { "change_type": "MODIFY", "diff": "\"test\": \"ava -v\",\n\"test:watch\": \"ava -v --watch\",\n\"clean\": \"rimraf lib dist && mkdirp lib dist\",\n- \"prebuild\": \"npm run clean && npm run types\",\n+ \"prebuild\": \"npm run clean\",\n\"types\": \"../../node_modules/.bin/jsdoc -t ../../node_modules/tsd-js...
JavaScript
MIT License
davidwells/analytics
chore: disable types until #12 sorted https://github.com/DavidWells/analytics/issues/12
1
chore
null
366,946
20.10.2019 22:36:58
-32,400
aa3881775163ed29aa128789a2026fb99a67a688
fix: Change Checkbox interface to conform to the DOM interface
[ { "change_type": "MODIFY", "diff": "@@ -7,14 +7,9 @@ import { InjectedProps, withTheme } from '../../hocs/withTheme'\nimport { Icon } from '../Icon'\nimport { hoverable } from '../../hocs/hoverable'\n-export type Props = {\n- checked: boolean\n- name: string\n+export type Props = React.InputHTMLAttributes<H...
TypeScript
MIT License
kufu/smarthr-ui
fix: Change Checkbox interface to conform to the DOM interface
1
fix
null
151,430
20.10.2019 22:40:12
25,200
4a4ee4c39e0e25ab07afb188659b4eac2d33549c
docs: update react demo and add preflight flag
[ { "change_type": "ADD", "diff": "+SKIP_PREFLIGHT_CHECK=true\n", "new_path": "examples/react/.env", "old_path": null }, { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@analytics/segment\": \"^0.2.3\",\n\"@reach/router\": \"^1.2.1\",\n- \"analytics\": \"^0.1.20\",\n+ \"analytic...
JavaScript
MIT License
davidwells/analytics
docs: update react demo and add preflight flag
1
docs
null
67,476
20.10.2019 22:43:09
-7,200
b85bb6e0ad6a5e07d77525c508fd941aa79e839a
feat(kernel): add getPrototypeChain and pascalCase functions
[ { "change_type": "MODIFY", "diff": "import { PLATFORM } from './platform';\n+import { Constructable } from './interfaces';\nconst isNumericLookup: Record<string, boolean> = {};\n@@ -189,6 +190,32 @@ export const camelCase = (function () {\n};\n})();\n+/**\n+ * Efficiently convert a string to PascalCase.\n+ ...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add getPrototypeChain and pascalCase functions
1
feat
kernel
67,476
20.10.2019 22:43:45
-7,200
a31831756dfaa1437dccb66ce6abf75fd2579d80
feat(kernel): add resource definition helpers
[ { "change_type": "MODIFY", "diff": "@@ -171,3 +171,80 @@ export const Protocol = {\nresource,\n};\n+// eslint-disable-next-line @typescript-eslint/unbound-method\n+const hasOwn = Object.prototype.hasOwnProperty;\n+\n+/**\n+ * The order in which the values are checked:\n+ * 1. Annotations (usually set by dec...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add resource definition helpers
1
feat
kernel
67,476
20.10.2019 22:43:59
-7,200
37a08598bdc8083b307f8b1d0fd0afa2585905fa
chore(kernel): export new functions
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,9 @@ export {\nResourceDefinition,\nResourceType,\nRuntimeCompilationResources,\n+ fromAnnotationOrDefinitionOrTypeOrDefault,\n+ fromAnnotationOrTypeOrDefault,\n+ fromDefinitionOrDefault,\n} from './resource';\nexport {\nEventAggregator,\n@@ -101,6 +104,7 @@ ...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): export new functions
1
chore
kernel
67,476
20.10.2019 22:44:23
-7,200
e08e5a134b8eefe64f9493dd3ecc8e70fc5bd0f6
fix(children): inherit from prototype
[ { "change_type": "MODIFY", "diff": "/* eslint-disable @typescript-eslint/no-use-before-define */\n-import { Constructable, Protocol, Metadata, firstDefined } from '@aurelia/kernel';\n+import { Constructable, Protocol, Metadata, firstDefined, getPrototypeChain } from '@aurelia/kernel';\nimport { INode } from...
TypeScript
MIT License
aurelia/aurelia
fix(children): inherit from prototype
1
fix
children
67,476
20.10.2019 22:44:35
-7,200
b3f6c44f67a424890fd6cc978b0d094920a5b12d
fix(bindable): inherit from prototype
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {\nMetadata,\nProtocol,\nfirstDefined,\n+ getPrototypeChain,\n} from '@aurelia/kernel';\nimport {\nBindingMode,\n@@ -115,11 +116,21 @@ export const Bindable = {\n},\ngetAll(Type: Constructable): readonly BindableDefinition[] {\nconst propStart = Bin...
TypeScript
MIT License
aurelia/aurelia
fix(bindable): inherit from prototype
1
fix
bindable
67,476
20.10.2019 22:46:22
-7,200
ab1577b750b47f914a2654ff50d4975519c1202c
refactor(custom-element): properly differentiate between clone/propagate/override
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,10 @@ import {\nResourceDefinition,\nfirstDefined,\nmergeArrays,\n+ fromDefinitionOrDefault,\n+ pascalCase,\n+ fromAnnotationOrTypeOrDefault,\n+ fromAnnotationOrDefinitionOrTypeOrDefault,\n} from '@aurelia/kernel';\nimport {\nregisterAliases,\n@@ -50,7 +54,7 ...
TypeScript
MIT License
aurelia/aurelia
refactor(custom-element): properly differentiate between clone/propagate/override
1
refactor
custom-element
67,476
20.10.2019 22:46:51
-7,200
040b4911e858e7284fd01bb375c323153180388b
chore(template-compiler): fix CustomElement api call
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ class CustomElementCompilationUnit {\npublic toDefinition(): CustomElementDefinition {\nconst def = this.partialDefinition;\n- return CustomElementDefinition.from({\n+ return CustomElementDefinition.create({\n...def,\ninstructions: mergeArrays(def.instru...
TypeScript
MIT License
aurelia/aurelia
chore(template-compiler): fix CustomElement api call
1
chore
template-compiler
67,476
20.10.2019 22:47:21
-7,200
67f1791a62488314903f056dc0a87ad571488d57
refactor(view): get the closest definition instead of the view
[ { "change_type": "MODIFY", "diff": "@@ -231,7 +231,7 @@ export class ViewLocator implements IViewLocator {\n);\nBoundComponent = CustomElement.define<ComposableObjectComponentType<T>>(\n- this.getView(availableViews, resolvedViewName),\n+ CustomElement.getDefinition(UnboundComponent),\nclass extends Unbound...
TypeScript
MIT License
aurelia/aurelia
refactor(view): get the closest definition instead of the view
1
refactor
view
67,476
20.10.2019 22:53:27
-7,200
13e803b28322450e05f3c92c105bc551243ab700
chore(test): fix controller test type
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ describe.skip('controller', function () {\ninstructions: ITargetedInstruction[][],\nhooks: Readonly<HooksDefinition>,\n) {\n- return CustomElementDefinition.from({\n+ return CustomElementDefinition.create({\nname,\ntemplate,\nneedsCompile: false,\n@@ -...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix controller test type
1
chore
test
366,946
20.10.2019 23:07:16
-32,400
03adb5dfab4eda163c62d61347041ed73c003c0d
fix: Checkbox test
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ describe('Checkbox', () => {\nconst spy = jest.fn()\nconst component = mount(<Checkbox name={name} checked={checked} onChange={spy} />)\ncomponent.find('input').simulate('change')\n- expect(spy).toHaveBeenCalledWith(name, !checked)\n+ const event = spy.m...
TypeScript
MIT License
kufu/smarthr-ui
fix: Checkbox test
1
fix
null
67,476
20.10.2019 23:38:40
-7,200
ca4477f94c68fd2584c83dcfbc4a84f8e3ddd65e
chore(custom-element): tighten define api
[ { "change_type": "MODIFY", "diff": "@@ -279,7 +279,7 @@ describe('templating-compiler.ref.spec.ts', function() {\n.from({ length: 10 })\n.map((_, idx, arr) => {\nconst dotNotationExpressions = Array(arr.length).fill(`div${idx}`); // div1.div1.div1.div1\n- const CustomElementTestClass = CustomElement.define(...
TypeScript
MIT License
aurelia/aurelia
chore(custom-element): tighten define api
1
chore
custom-element
67,476
21.10.2019 00:29:46
-7,200
3a9e1c17f8e5752406e42113dd66f8be10fb13ae
test(compiler): handle generated element names
[ { "change_type": "MODIFY", "diff": "@@ -428,10 +428,18 @@ describe('template-compiler.spec.ts\\n [TemplateCompiler]', function () {\n});\n});\n+function stringOrUnnamed(str: string | undefined): string {\n+ if (str === void 0) {\n+ return 'unnamed';\n+ }\n+ return str;\n+}\n+\nconst defaultCustomElementDefi...
TypeScript
MIT License
aurelia/aurelia
test(compiler): handle generated element names
1
test
compiler
151,430
21.10.2019 00:32:13
25,200
9055c46c77552bdce90f51bb7c38a0c94f2a6632
docs: add enriching tutorial
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,7 @@ module.exports = {\nTutorials: [\n'tutorial/getting-started',\n'tutorial/handling-campaign-url-parameters',\n+ 'tutorial/enriching-data',\n],\nResources: [\n'resources/faq',\n", "new_path": "site/main/gatsby-config.js", "old_path": "site/main/gat...
JavaScript
MIT License
davidwells/analytics
docs: add enriching tutorial
1
docs
null
815,605
21.10.2019 00:56:55
0
30ad68b9d44bc30aceb510c72e56ef8e7624b29b
fix: Overflow panic in load_cell_data_as_code syscall
[ { "change_type": "MODIFY", "diff": "@@ -89,8 +89,11 @@ impl<'a, DL: DataLoader + 'a> LoadCellData<'a, DL> {\n}\nlet cell = cell.unwrap();\n+ let content_end = content_offset\n+ .checked_add(content_size)\n+ .ok_or(VMError::OutOfBound)?;\nif content_offset >= cell.data_bytes\n- || (content_offset + content_s...
Rust
MIT License
nervosnetwork/ckb
fix: Overflow panic in load_cell_data_as_code syscall
1
fix
null
217,922
21.10.2019 00:58:45
-7,200
29528abd1b9afe5514a1303aafe5a9e3132580d9
fix(firestore): fixed an issue exponentially breaking database usage
[ { "change_type": "MODIFY", "diff": "@@ -5,10 +5,10 @@ import { NgSerializerService } from '@kaiu/ng-serializer';\nimport { PendingChangesService } from '../../pending-changes/pending-changes.service';\nimport { METADATA_FOREIGN_KEY_REGISTRY } from '../../relational/foreign-key';\nimport { Class } from '@kai...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(firestore): fixed an issue exponentially breaking database usage
1
fix
firestore
67,476
21.10.2019 01:33:00
-7,200
26598898e9557ee142ede8a73cde87bb2844afbc
fix(di): properly jitRegister resource definitions
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export interface IServiceLocator {\n}\nexport interface IRegistry {\n- register(container: IContainer, ...params: unknown[]): void;\n+ register(container: IContainer, ...params: unknown[]): void | IResolver;\n}\nexport interface IContainer extends IServi...
TypeScript
MIT License
aurelia/aurelia
fix(di): properly jitRegister resource definitions
1
fix
di
67,476
21.10.2019 01:37:56
-7,200
982265c1e52389fe4a3fa49f524da3e86f90cb11
chore(di): fix type slip-up
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export interface IServiceLocator {\n}\nexport interface IRegistry {\n- register(container: IContainer, ...params: unknown[]): void | IResolver;\n+ register(container: IContainer, ...params: unknown[]): void | IResolver | IContainer;\n}\nexport interface ...
TypeScript
MIT License
aurelia/aurelia
chore(di): fix type slip-up
1
chore
di
67,476
21.10.2019 02:49:49
-7,200
7208b6c108b1926ac151c081fa086ed1897c578c
fix(controller): use the compiled definition to get the projector
[ { "change_type": "MODIFY", "diff": "@@ -292,12 +292,20 @@ export class RenderingEngine implements IRenderingEngine {\nconst renderContext = new RenderContext(dom, parentContext, definition.dependencies, componentType);\nif (definition.needsCompile) {\n- definition = this.compiler.compile(\n+ const compiledD...
TypeScript
MIT License
aurelia/aurelia
fix(controller): use the compiled definition to get the projector
1
fix
controller
67,476
21.10.2019 03:34:33
-7,200
7042ca808eb450633d27b2c6910561301e48d619
fix(rendering-engine): always return a CompiledTemplate even if there is no template
[ { "change_type": "MODIFY", "diff": "@@ -523,21 +523,31 @@ export interface NodeSequenceFactory {\ncreateNodeSequence(): INodeSequence;\n}\n+function returnEmptyNodeSequence() {\n+ return NodeSequence.empty;\n+}\n+\nexport class NodeSequenceFactory implements NodeSequenceFactory {\nprivate readonly dom: IDOM...
TypeScript
MIT License
aurelia/aurelia
fix(rendering-engine): always return a CompiledTemplate even if there is no template
1
fix
rendering-engine
722,013
21.10.2019 07:03:30
18,000
c6f8725b5d8afa430d786627690393f89c51d541
feat: use the functional tag in docgen cli
[ { "change_type": "MODIFY", "diff": "@@ -12,11 +12,12 @@ import slots from './templates/slots'\nimport props from './templates/props'\nimport component from './templates/component'\nimport defaultExample from './templates/defaultExample'\n+import functionalTag from './templates/functionalTag'\nimport { Docge...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: use the functional tag in docgen cli
1
feat
null
722,013
21.10.2019 07:33:07
18,000
68a020494b9f2c6f227e1305056d91c4f4d92d6b
fix(docgen): allow for multiple times the same tag
[ { "change_type": "MODIFY", "diff": "@@ -6,4 +6,24 @@ describe('transformTagsIntoObject', () => {\nignore: [{ title: 'ignore', description: true }]\n})\n})\n+\n+ it('should return multiple authors', () => {\n+ expect(\n+ transformTagsIntoObject([\n+ { title: 'author', content: 'Bobby' },\n+ { title: 'author'...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): allow for multiple times the same tag
1
fix
docgen
722,013
21.10.2019 08:06:50
18,000
2144415ac862c3c2a69757c824624b75a1e4506a
docs: add docgen CLI documentation to the doc site
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ test/cypress/videos/\n# output of docs build\n/docs/dist/\n/docs/Examples.md\n+/docs/docs/docgen-cli.md\n# examples build artefacts\n/examples/*/dist/build\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add docgen CLI documentation to the doc site
1
docs
null
306,444
21.10.2019 08:18:03
-7,200
7995dfced561f3b0f6e6e3bceb97245449815771
chore(button): re-add and test 'type=reset' feature with native form
[ { "change_type": "MODIFY", "diff": "@@ -188,9 +188,10 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\ne.stopPropagation();\n}\n- if (this.type === 'submit' && e.target === this) {\n+ if ((this.type === 'submit' || this.type === 'reset') && e.target === this) {\nif (this....
JavaScript
MIT License
ing-bank/lion
chore(button): re-add and test 'type=reset' feature with native form
1
chore
button
815,745
21.10.2019 08:25:50
-10,800
e148b6e5673f154d1a939878c20a19359950747b
chore: release ng-option-highlight
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@ng-select/ng-option-highlight\",\n- \"version\": \"0.0.3\",\n+ \"version\": \"0.0.4\",\n\"author\": \"@ng-select/ng-select\",\n\"license\": \"MIT\",\n\"repository\": \"ng-select/ng-select\",\n", "new_path": "src/ng-option-highlight/package.json", "...
TypeScript
MIT License
ng-select/ng-select
chore: release ng-option-highlight
1
chore
null
730,435
21.10.2019 09:41:31
-19,080
50c66710d522fd9b1772a22a8162ce28846be2db
feat(r-c-adaptive-card): adaptive card component
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@ciscospark/react-component-adaptive-card\",\n+ \"description\": \"Cisco Spark React AdaptiveCard\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"Adam Wee...
JavaScript
MIT License
webex/react-widgets
feat(r-c-adaptive-card): adaptive card component
1
feat
r-c-adaptive-card
103,512
21.10.2019 09:44:13
-7,200
9f26bb4c99ab8c4c4ccd9a13351877775c1e5286
fix: use custom color first in bottom navigation
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export default class BottomNavigationExample extends React.Component<\nstate = {\nindex: 0,\nroutes: [\n- { key: 'album', title: 'Album', icon: 'image-album', color: '#272727' },\n+ { key: 'album', title: 'Album', icon: 'image-album' },\n{\nkey: 'library...
TypeScript
MIT License
callstack/react-native-paper
fix: use custom color first in bottom navigation (#1398)
1
fix
null
67,476
21.10.2019 09:51:04
-7,200
49042ad5f24af9ed2954aa95594fd62da6e0d856
refactor(dom): remove AuMarker and TextNodeSequence
[ { "change_type": "MODIFY", "diff": "@@ -338,7 +338,6 @@ export class FragmentNodeSequence implements INodeSequence {\npublic isMounted: boolean;\npublic isLinked: boolean;\n- public dom: IDOM;\npublic firstChild: Node;\npublic lastChild: Node;\npublic childNodes: Node[];\n@@ -347,10 +346,12 @@ export class ...
TypeScript
MIT License
aurelia/aurelia
refactor(dom): remove AuMarker and TextNodeSequence
1
refactor
dom
730,435
21.10.2019 09:51:23
-19,080
d8d06745d214df582f586b5a6dad2eafa372d5e4
feat(r-c-utils): add adaptive card utilities
[ { "change_type": "ADD", "diff": "+import {WIDGET_ADAPTIVE_CARD, WIDGET_ADAPTIVE_CARD_OFF, WIDGET_ADAPTIVE_CARD_ON} from './constants';\n+// eslint-disable-next-line import/prefer-default-export\n+export function getAdaptiveCardFeatureState(features) {\n+ let adaptiveCardFeatureState = WIDGET_ADAPTIVE_CARD_O...
JavaScript
MIT License
webex/react-widgets
feat(r-c-utils): add adaptive card utilities
1
feat
r-c-utils
67,476
21.10.2019 09:51:28
-7,200
ed2f38922e9cfe9975e8d2075eef36d556b43769
refactor(template-binder): simplify replace logic
[ { "change_type": "MODIFY", "diff": "@@ -279,8 +279,8 @@ export class TemplateBinder {\n/* partName */ partName,\n);\n- if (manifestRoot !== null && manifestRoot.isContainerless) {\n- node.parentNode!.replaceChild(manifestRoot.marker, node);\n+ if (manifestRoot === manifest && manifest.isContainerless) {\n+ ...
TypeScript
MIT License
aurelia/aurelia
refactor(template-binder): simplify replace logic
1
refactor
template-binder
67,476
21.10.2019 09:53:27
-7,200
0ed9464e5a240e9c8b619bcec0ce38f8c0d253e1
test(replaceable): fix tests, comment out non working ones
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ describe('replaceable', function () {\nau.start();\n- assert.strictEqual(host.textContent, 'def', `host.textContent`);\n+ assert.strictEqual(host.textContent, 'abc', `host.textContent`);\n});\n@@ -128,7 +128,8 @@ describe('replaceable', function () {\n})...
TypeScript
MIT License
aurelia/aurelia
test(replaceable): fix tests, comment out non working ones
1
test
replaceable
67,476
21.10.2019 10:17:20
-7,200
e47aa24b8a6a91d6bf47b3ad4fbae7224b21070f
chore(test): make sure all pass
[ { "change_type": "MODIFY", "diff": "@@ -10,25 +10,26 @@ describe('replaceable', function () {\ndescribe('Difficult cases', function() {\ndescribe('+ replacement yielded replaceable', function() {\nconst testCases: [string, HTMLElement | HTMLElement[], HTMLElement | HTMLElement[], ITestItem[], string, ICusto...
TypeScript
MIT License
aurelia/aurelia
chore(test): make sure all pass
1
chore
test
730,435
21.10.2019 10:17:49
-19,080
5cc3980b10486897f9789846600abab8d951e156
feat(r-c-activity-iteam): add support for adaptive card posts and shares
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ exports[`ActivityItem post component is self renders properly 1`] = `\nname=\"Test User\"\nonActivityDelete={[MockFunction]}\nrenderedComponent={null}\n+ sparkInstance={Object {}}\ntimestamp=\"2016-09-20T19:52:57.186Z\"\nverb=\"post\"\n/>\n@@ -41,6 +42,7...
JavaScript
MIT License
webex/react-widgets
feat(r-c-activity-iteam): add support for adaptive card posts and shares
1
feat
r-c-activity-iteam
865,921
21.10.2019 10:29:33
-7,200
2f223cb698bcd71c143b20b41e6069b932593c96
chore(client): upgrade to Closes
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.3.5\",\n+ \"version\": \"3.4.1\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6d...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): upgrade to bpmn-js@5.1.1 Closes https://github.com/camunda/camunda-modeler/issues/1328
1
chore
client
730,435
21.10.2019 10:36:06
-19,080
b1bdce14a930db4e26d5a783174f78ca588bd766
feat(widget-message): load adaptive card features
[ { "change_type": "MODIFY", "diff": "exports[`widget-message redux reducer should handle RESET_WIDGET_STATE 1`] = `\nImmutable.Map {\n- \"deletingActivityId\": null,\n- \"isListeningToActivity\": false,\n- \"isListeningToBufferState\": false,\n+ \"hasNewMessage\": false,\n+ \"showScrollToBottomButton\": fals...
JavaScript
MIT License
webex/react-widgets
feat(widget-message): load adaptive card features
1
feat
widget-message
67,476
21.10.2019 10:37:14
-7,200
982a279797d1a1af502b4fa18cf8b7fe5a5c316c
chore(test): comment out the correct test
[ { "change_type": "MODIFY", "diff": "@@ -10,112 +10,111 @@ describe('replaceable', function () {\ndescribe('Difficult cases', function() {\ndescribe('+ replacement yielded replaceable', function() {\nconst testCases: [string, HTMLElement | HTMLElement[], HTMLElement | HTMLElement[], ITestItem[], string, ICus...
TypeScript
MIT License
aurelia/aurelia
chore(test): comment out the correct test
1
chore
test
67,476
21.10.2019 10:37:47
-7,200
ed002750c32e21280ee8bcbdc607a17f9038ed33
chore(all): fix some deepscan issues
[ { "change_type": "MODIFY", "diff": "@@ -3,25 +3,12 @@ import {\nIContainer,\nIDefaultableInterfaceSymbol,\ninject,\n- PLATFORM,\nRegistration,\nsingleton,\ntransient,\n- Metadata\n} from '@aurelia/kernel';\nimport { _, assert, createSpy, ISpy } from '@aurelia/testing';\n-function assertIsMutableArray(arr: a...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix some deepscan issues
1
chore
all
807,849
21.10.2019 10:57:47
25,200
327101237f2a6c0e721c3e22d53e32e15caedb64
chore(eslint): Restore ignore-path argument
[ { "change_type": "MODIFY", "diff": "\"ci:windows\": \"jest --ci --maxWorkers=2 && npm run integration -- --ci\",\n\"fix\": \"npm run lint -- --fix\",\n\"integration\": \"jest --config jest.integration.js --maxWorkers=2\",\n- \"lint\": \"eslint . -c .eslintrc.yaml --no-eslintrc --cache --cache-location ./nod...
JavaScript
MIT License
lerna/lerna
chore(eslint): Restore ignore-path argument
1
chore
eslint
304,866
21.10.2019 11:00:20
25,200
b408fe2b58e515408a307140dea5b574b201a9e5
ci: download and install flatbuffers in Dockerfile_build
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ RUN apt-get update && \\\napt-get install --no-install-recommends -y \\\nruby \\\nca-certificates curl file \\\n- build-essential \\\n+ build-essential cmake \\\nautoconf automake autotools-dev libtool xutils-dev && \\\nrm -rf /var/lib/apt/lists/*\n@@ -22,...
Go
MIT License
influxdata/flux
ci: download and install flatbuffers in Dockerfile_build
1
ci
null
531,793
21.10.2019 11:40:34
-3,600
acb6eab2ac34b51ba13a206d9b7ab200bbb79b15
fix(api): sort upstreams in the API response
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\n\"fmt\"\n\"net/http\"\n\"net/url\"\n+ \"sort\"\n\"sync\"\n\"time\"\n@@ -82,6 +83,9 @@ func GetAlertmanagers() []*Alertmanager {\nfor _, am := range upstreams {\nams = append(ams, am)\n}\n+ sort.Slice(ams[:], func(i, j int) bool {\n+ return ams[i]...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): sort upstreams in the API response
1
fix
api
866,415
21.10.2019 11:50:01
14,400
ac54e318beb5e87ba2dcdb8e99ba9fb5b683d8d5
feat(locale): displays list of countries/regions in dropdown
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.0.0-alpha.1.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.0.0-alpha.1.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.0.0-alpha.1.tg...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): displays list of countries/regions in dropdown
1
feat
locale
104,827
21.10.2019 11:56:34
18,000
abaef47bd225ec756681b28d8eee8ecd77805546
fix(pagetitlebar): update spacing, add extraContent prop
[ { "change_type": "MODIFY", "diff": "import PropTypes from 'prop-types';\nimport React, { Fragment } from 'react';\nimport classNames from 'classnames';\n-import { Information24, Edit24 } from '@carbon/icons-react';\n+import { Information20, Edit20 } from '@carbon/icons-react';\nimport { Breadcrumb, Breadcru...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(pagetitlebar): update spacing, add extraContent prop
1
fix
pagetitlebar
866,415
21.10.2019 12:01:06
14,400
27998eb099e343a3df272340f1d3362025ec7e85
feat(locale): footer hooked up to reload translation
[ { "change_type": "MODIFY", "diff": "import React, { useState, useEffect } from 'react';\nimport PropTypes from 'prop-types';\n-import { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\n+import {\n+ settings as ddsSettings,\n+ ipcinfoCookie,\n+} from '@carbon/ibmdotcom-utilities';\nimport { set...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): footer hooked up to reload translation
1
feat
locale
104,827
21.10.2019 12:03:46
18,000
0f6c61d7a116be639c459456c062f277d2d03b68
fix(table): alignment of pagination select
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,6 @@ const StyledPagination = sizeMe({ noPlaceholder: true })(styled(\n}\n.bx--select .bx--select-input ~ .bx--select__arrow {\nalign-self: center;\n- top: 0px;\n}\n}\n`);\n", "new_path": "src/components/Table/Table.jsx", "old_path": "src/components/T...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): alignment of pagination select
1
fix
table
304,866
21.10.2019 12:49:02
25,200
81a0b89c0ff536faa4a978dd6c1e3957d0b28a6b
ci: include required libtinfo dependency and upgrade open ssl Also made CircleCI config point at quay.io instead of nathanielc's Docker hub.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ version: 2\njobs:\ntest:\ndocker:\n- - image: nathanielc/flux-build:latest\n+ - image: quay.io/influxdb/flux-build:latest\nenvironment:\nGOCACHE: /tmp/go-cache\nGOFLAGS: -p=8\n@@ -60,7 +60,7 @@ jobs:\nwhen: always\ntest-race:\ndocker:\n- - image: nathaniel...
Go
MIT License
influxdata/flux
ci: include required libtinfo dependency and upgrade open ssl Also made CircleCI config point at quay.io instead of nathanielc's Docker hub.
1
ci
null
807,849
21.10.2019 13:19:50
25,200
840392f26b0fa6398c862e3202379030da37ca78
refactor(test): Assert on loadJsonFile.registry.keys(), not snapshot
[ { "change_type": "MODIFY", "diff": "@@ -71,12 +71,10 @@ describe(\"lifecycle scripts\", () => {\n[\"lifecycle\", \"postpublish\"],\n]);\n- expect(loadJsonFile.registry).toMatchInlineSnapshot(`\n-Map {\n- \"/packages/package-1\" => 4,\n- \"/packages/package-2\" => 4,\n-}\n-`);\n+ expect(Array.from(loadJsonFi...
JavaScript
MIT License
lerna/lerna
refactor(test): Assert on loadJsonFile.registry.keys(), not snapshot
1
refactor
test
807,849
21.10.2019 13:22:06
25,200
5b1b40b60ebd442d766236fad19bb6073ccb045b
fix(version): Update lockfile version, if present Fixes Closes Refs
[ { "change_type": "ADD", "diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n", "new_path": "__fixtures__/lockfile-leaf/lerna.json", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"name\": \"leaf-lockfile\",\n+ \"version\": \"0.0.0-lerna\",\n+ \"private\": true\n+}\n", "new_path":...
JavaScript
MIT License
lerna/lerna
fix(version): Update lockfile version, if present Fixes #1998 Closes #2160 Refs #1415
1
fix
version