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
722,013
22.10.2019 17:19:11
18,000
e56ee318463277e57081768a17b9d5447ee1ae6d
build: use pre-release beta version
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ jobs:\n- git checkout master\n- git reset --hard\n- echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> $HOME/.npmrc 2> /dev/null\n- - yarn lerna version --yes --github-release --canary --preid beta\n+ - yarn lerna version prerelease --yes --gith...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: use pre-release beta version
1
build
null
67,476
22.10.2019 17:44:32
-7,200
02298b26f07a13a3c00cbf9c82454ef9d1c55303
fix(scheduler): correct setTimeout requestor index
[ { "change_type": "MODIFY", "diff": "@@ -320,8 +320,8 @@ export class JSDOMScheduler implements IScheduler {\nthis.flush = [\ncreateMicrotaskFlushRequestor(wnd, microTaskTaskQueue.flush.bind(microTaskTaskQueue)),\ncreateRequestAnimationFrameFlushRequestor(wnd, renderTaskQueue.flush.bind(renderTaskQueue)),\n-...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): correct setTimeout requestor index
1
fix
scheduler
815,593
22.10.2019 17:53:33
-32,400
f808724394f2297e4381d1479014a7490b900f29
chore: comment typo
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ impl PrefilledVerifier {\n}\n}\n- // Check highest prefilled index is less then length of block transactions\n+ // Check highest prefilled index is less than length of block transactions\nif !prefilled_transactions.is_empty() {\nlet index: usize = prefil...
Rust
MIT License
nervosnetwork/ckb
chore: comment typo
1
chore
null
67,476
22.10.2019 18:02:59
-7,200
8d6021dfb8569067fb0160a161a5b633b35b4b79
chore(scheduler): fix lint errors
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,6 @@ export class Clock implements IClock {\npublic constructor(opts?: IClockSettings) {\nconst { now, forceUpdateInterval } = { ...defaultClockSettings, ...opts };\n- let requests = 0;\n- let timestamp = now();\nthis.now = function (highRes: boolean = false)...
TypeScript
MIT License
aurelia/aurelia
chore(scheduler): fix lint errors
1
chore
scheduler
67,476
22.10.2019 18:07:28
-7,200
9b06b5aa719f002750f9aaa9bbf61b9ac78e8403
refactor(lifecycle): remove rafQueue & related stuff
[ { "change_type": "MODIFY", "diff": "@@ -191,13 +191,6 @@ export interface IHydratedViewModel<T extends INode = INode> extends IViewModel<\n}\nexport interface ILifecycle {\n- readonly FPS: number;\n- readonly nextFrame: Promise<number>;\n- minFPS: number;\n- maxFPS: number;\n-\n- readonly isFlushingRAF: boo...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): remove rafQueue & related stuff
1
refactor
lifecycle
67,476
22.10.2019 18:39:09
-7,200
f152a4a53dc012d773f23ae712bf274bb95740d6
feat(scheduler): add support for persistent tasks
[ { "change_type": "MODIFY", "diff": "-import { PLATFORM, DI, bound, IContainer, IResolver, Registration } from '@aurelia/kernel';\n+import { PLATFORM, DI, bound, IContainer, IResolver, Registration, Writable } from '@aurelia/kernel';\nexport interface IClockSettings {\nforceUpdateInterval?: number;\n@@ -124,...
TypeScript
MIT License
aurelia/aurelia
feat(scheduler): add support for persistent tasks
1
feat
scheduler
67,476
22.10.2019 19:03:16
-7,200
0e05c439f2214a801921973d38227452dd817e3f
refactor: remove timeSlicing api calls
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ export class TestExecutionContext {\nexport async function startup() {\nconst ctx = TestContext.createHTMLTestContext();\n- ctx.lifecycle.enableTimeslicing();\nconst host = ctx.dom.createElement('div');\nctx.doc.body.appendChild(host);\n", "new_path"...
TypeScript
MIT License
aurelia/aurelia
refactor: remove timeSlicing api calls
1
refactor
null
67,476
22.10.2019 19:11:36
-7,200
8b07b342a21ef4fae5ee3e3bdbede1b32bd9a150
refactor(queue): move from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "-import { ILifecycle, Priority } from '@aurelia/runtime';\n+import { IScheduler, ITask } from '@aurelia/runtime';\n+import { bound } from '@aurelia/kernel';\nexport interface QueueItem<T> {\nresolve?: ((value: void | PromiseLike<void>) => void);\n@@ -7,7 +8,7 @@ export in...
TypeScript
MIT License
aurelia/aurelia
refactor(queue): move from lifecycle to scheduler
1
refactor
queue
67,476
22.10.2019 19:31:37
-7,200
d6043943761c563eb3caab932815678ef105bb99
fix(scheduler): properly implement persistent tasks
[ { "change_type": "MODIFY", "diff": "@@ -171,6 +171,7 @@ export class TaskQueue {\nprivate readonly scheduler: IScheduler;\nprivate readonly clock: IClock;\n+ private readonly reusables: Task[] = [];\npublic get isEmpty(): boolean {\nreturn this.processingSize === 0 && this.pendingSize === 0 && this.delayedS...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): properly implement persistent tasks
1
fix
scheduler
503,918
22.10.2019 19:32:36
-10,800
ca4dff78431cabf402c86b04746486e4665104ff
fix(Select): display typeahead filtered options set onFilter to null to run the default filter pass 'this.onClick' to inputs to avoid reseting options
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ class Select extends React.Component<SelectProps & InjectedOuiaProps, SelectStat\nisPlain: false,\nisDisabled: false,\nisCreatable: false,\n- \"aria-label\": '',\n+ 'aria-label': '',\nariaLabelledBy: '',\nariaLabelTypeAhead: '',\nariaLabelClear: 'Clear...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): display typeahead filtered options (#3158) - set onFilter to null to run the default filter - pass 'this.onClick' to inputs to avoid reseting options Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Select
67,516
22.10.2019 19:34:38
-7,200
706a67c6c56af9c949e10e10c68c0bb9525b5ae7
chore(tests): integration tests for array-observer
[ { "change_type": "MODIFY", "diff": "</label>\n</div>\n<div id=\"cbl-obj-array-matcher\">\n+ ${choices2.length}\n<label repeat.for=\"choice of choices2\">\n<input type=\"checkbox\" model.one-time=\"choice\" checked.two-way=\"selectedItems2\" matcher.bind=\"matcher\" />\n${choice.id}-${choice.name}\n", "n...
TypeScript
MIT License
aurelia/aurelia
chore(tests): integration tests for array-observer
1
chore
tests
711,597
22.10.2019 20:32:11
-7,200
7939be9902aff7a483146f1f8460073c4fe420c3
chore(dev-server): Update example UI extension plugin
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/dev-server/ui-plugin/extensions/ui-plugin.module.ts", "old_path": "packages/dev-server/ui-plugin/lazy-module/ui-plugin.module.ts" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/dev-server/ui-plugin/extensio...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(dev-server): Update example UI extension plugin
1
chore
dev-server
711,597
22.10.2019 20:44:37
-7,200
f907dac6e51e4a08732fb6ed49d385fe7759ea74
feat(docs): Update docs with new Admin UI extensions API
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ Here is a very simple example to illustrate how a UI extension works:\nBelow is an Angular module with a single component `GreeterComponent` which displays a greeting. A route is defined to load `GreeterComponent` at the route `/greet`.\n```TypeScript\n-...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Update docs with new Admin UI extensions API
1
feat
docs
76,605
22.10.2019 20:54:45
-7,200
3e6e9342e1d3822d69cd822387a50116ff427f61
feat: improve nlu.prepare
[ { "change_type": "MODIFY", "diff": "@@ -113,6 +113,10 @@ class Clonable {\nasync runPipeline(input, pipeline) {\nreturn this.container.runPipeline(pipeline || this.pipeline, input, this);\n}\n+\n+ use(item) {\n+ this.container.use(item);\n+ }\n}\nmodule.exports = Clonable;\n", "new_path": "packages/core...
JavaScript
MIT License
axa-group/nlp.js
feat: improve nlu.prepare
1
feat
null
217,922
22.10.2019 21:14:12
-7,200
554d1ad178a56bfbd1abd0b03eb4a5c76ee07865
chore: small update for inventory loading on web version
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import { SettingsService } from '../../settings/settings.service';\nimport { of } from 'rxjs';\nimport { INVENTORY_FEATURE_KEY } from './inventory.reducer';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\n+import { PlatformService } from '.....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small update for inventory loading on web version
1
chore
null
217,922
22.10.2019 21:16:01
-7,200
f6b030252e4ef140172e83e3f441dcb84de455d8
chore(release): 6.0.9
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"6.0.9\"></a>\n+## [6.0.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.9
1
chore
release
730,428
22.10.2019 21:18:39
0
d2b39a624bfa96dd401cb423ebeee61a6b44c1db
chore(release): 0.2.51 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.51](https://github.com/webex/react-widgets/compare/v0.2.50...v0.2.51) (2019-10-22)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.51 [skip ci]
1
chore
release
217,922
22.10.2019 21:20:26
-7,200
8777a72f181e087fe10e5bb5a7c78acb0ce6fcbc
chore: update for machina wrapper
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.17.2\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.17.2.tgz\",\n- \"integrity\": \"sha512-GDo9XVs6cqUo5V6TLjY2E0r6UkaOzDu4QteQvQiXxRfuAAS6E/37jmgHnDMhcP9Rd/NWtzE/xJftWFS6qM2i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update for machina wrapper
1
chore
null
67,516
22.10.2019 22:02:11
-7,200
4bf3a5763fcf9b42f90cd422609f935193b68df6
chore(tests): integration test for call binding
[ { "change_type": "MODIFY", "diff": "choices1.to-view=\"products1\" selected-items1.bind=\"chosenProducts1\"\nchoices2.to-view=\"products2\" selected-items2.bind=\"chosenProducts2\" matcher.bind=\"productMatcher\"\n></checkbox-list>\n+\n+ <command name=\"do something\" action.call=\"doSomething()\"></command...
TypeScript
MIT License
aurelia/aurelia
chore(tests): integration test for call binding
1
chore
tests
722,013
22.10.2019 22:26:47
18,000
27b680998426b4376c1a593d14a2a7e0f4db0c0f
build: avoid checking out master on next
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ jobs:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"${BOT_EMAIL}\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- - git checkout ma...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: avoid checking out master on next
1
build
null
217,922
22.10.2019 22:31:04
-7,200
eececad491832ec257f8c8ed20968b44691d9bd4
chore: switching inventory to a better implementation
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable, NgZone } from '@angular/core';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { PendingChangesService } from './pending-changes/pending-changes.service';\nimport { AngularFirestore } from '@angular/fire/firestore';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: switching inventory to a better implementation
1
chore
null
531,793
22.10.2019 22:39:09
-3,600
1266458505528e6539d402800fd7b0ec361ed7e7
chore(ui): change alert background on hover
[ { "change_type": "DELETE", "diff": "-.list-group-item.components-grid-alertgrid-alertgroup-alert {\n- border-width: 3px;\n- line-height: 1rem;\n-}\n", "new_path": null, "old_path": "ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.css" }, { "change_type": "MODIFY", "diff": "@@ -17...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): change alert background on hover
1
chore
ui
67,516
22.10.2019 23:01:46
-7,200
bb8281d7a5c31260796f304fa0807b1dd913e1ca
chore(test): failing test on let-binding
[ { "change_type": "MODIFY", "diff": "></checkbox-list>\n<command name=\"do something\" action.call=\"doSomething()\"></command>\n+ <let-demo-boolean></let-demo-boolean>\n</div>\n</template>\n", "new_path": "packages/__tests__/integration/app/app.html", "old_path": "packages/__tests__/integration/app/...
TypeScript
MIT License
aurelia/aurelia
chore(test): failing test on let-binding
1
chore
test
217,922
22.10.2019 23:01:58
-7,200
2e66af0e2434e968e58943f4a2dca86656349d06
fix(gc-supply): fixed broken seal icon
[ { "change_type": "MODIFY", "diff": "<nz-form-item *ngFor=\"let control of form.controls | keys\">\n<nz-form-control>\n<nz-input-group [nzPrefix]=\"jobIcon\">\n- <input [formControlName]=\"control\" [nzTitle]=\"+control | jobName | i18n\" class=\"lvl-input\" min=\"0\" nz-input nz-tooltip\n+ <input [formContr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gc-supply): fixed broken seal icon
1
fix
gc-supply
531,793
22.10.2019 23:48:13
-3,600
953a006125c118bd278632b884ab203950ce6636
feat(ui): add typescript support
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ format-go: .build/deps-build-go.ok\n.PHONY: format-js\nformat-js: .build/deps-build-node.ok\n- cd ui && ./node_modules/.bin/prettier --write 'src/**/*.js'\n+ cd ui && ./node_modules/.bin/prettier --write 'src/**/*.js' 'src/**/*.tsx'\n.PHONY: openapi-cl...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): add typescript support
1
feat
ui
67,476
23.10.2019 01:17:18
-7,200
b79f55f541307c9b33810ece98e05f20f506ba25
fix(metadata): add metadata and decorate function polyfills
[ { "change_type": "MODIFY", "diff": "@@ -845,4 +845,18 @@ describe('defer registration', function() {\n);\n});\n});\n+\n+ it('can inject dependencies based on TS metadata', function () {\n+ class Foo {}\n+\n+ class Bar {\n+ public constructor(\n+ public readonly foo: Foo\n+ ) {}\n+ }\n+\n+ const bar = DI.cre...
TypeScript
MIT License
aurelia/aurelia
fix(metadata): add metadata and decorate function polyfills
1
fix
metadata
67,476
23.10.2019 01:25:29
-7,200
fce9783c15e7d05874683dca70687970afc65acf
chore: fix emitDecoratorMetadata stuff
[ { "change_type": "MODIFY", "diff": "@@ -847,8 +847,11 @@ describe('defer registration', function() {\n});\nit('can inject dependencies based on TS metadata', function () {\n+ const deco: ClassDecorator = function (target) { return target; };\n+\nclass Foo {}\n+ @deco\nclass Bar {\npublic constructor(\npubli...
TypeScript
MIT License
aurelia/aurelia
chore: fix emitDecoratorMetadata stuff
1
chore
null
67,476
23.10.2019 01:40:54
-7,200
b0469cf058ebabfbac863660b162031cd63f53da
chore: temporarily disable emitDecoratorMetadata
[ { "change_type": "MODIFY", "diff": "@@ -846,20 +846,21 @@ describe('defer registration', function() {\n});\n});\n- it('can inject dependencies based on TS metadata', function () {\n- const deco: ClassDecorator = function (target) { return target; };\n+ // TODO: fix test setup for emitDecoratorMetadata\n+ //...
TypeScript
MIT License
aurelia/aurelia
chore: temporarily disable emitDecoratorMetadata
1
chore
null
71,481
23.10.2019 06:21:19
25,200
7ffb4b05b08c0f3bf30cc05e98a3a2e863b0ecec
docs(ecs): fix comments and example around ELB registration
[ { "change_type": "MODIFY", "diff": "@@ -276,30 +276,21 @@ const service = new ecs.FargateService(this, 'Service', { /* ... */ });\nconst lb = new elbv2.ApplicationLoadBalancer(this, 'LB', { vpc, internetFacing: true });\nconst listener = lb.addListener('Listener', { port: 80 });\n-const target = listener.ad...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(ecs): fix comments and example around ELB registration (#4639)
1
docs
ecs
67,476
23.10.2019 06:28:43
-7,200
0094761ad690c6664f1695422a303596f3c64746
refactor(scheduler): improve persistent and reusable task logic
[ { "change_type": "MODIFY", "diff": "@@ -117,17 +117,29 @@ export type QueueTaskOptions = {\n*\n* NOTE: just like `setTimeout`, there is no guarantee that the task will actually run\n* after the specified delay. It is merely a *minimum* delay.\n+ *\n+ * Defaults to `0`\n*/\ndelay?: number;\n/**\n* If `true`,...
TypeScript
MIT License
aurelia/aurelia
refactor(scheduler): improve persistent and reusable task logic
1
refactor
scheduler
67,476
23.10.2019 06:29:24
-7,200
d4b3a582acbab61e6c7925e38e253b1c42fe18ad
chore(runtime): cleanup old priority artifacts
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,6 @@ import {\nTwoWayBindingBehavior\n} from './resources/binding-behaviors/binding-mode';\nimport { DebounceBindingBehavior } from './resources/binding-behaviors/debounce';\n-import { PriorityBindingBehavior } from './resources/binding-behaviors/priority';\n...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): cleanup old priority artifacts
1
chore
runtime
67,476
23.10.2019 06:29:53
-7,200
e0812855800095b0bd35803c8e6962bb0f45e58f
refactor(dirty-checker): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "-import { DI, IIndexable, Key, Reporter } from '@aurelia/kernel';\n+import { DI, IIndexable, Reporter } from '@aurelia/kernel';\nimport { LifecycleFlags } from '../flags';\n-import { ILifecycle, Priority } from '../lifecycle';\nimport { IBindingTargetObserver, IObservable...
TypeScript
MIT License
aurelia/aurelia
refactor(dirty-checker): convert from lifecycle to scheduler
1
refactor
dirty-checker
67,476
23.10.2019 06:30:26
-7,200
99b75e1997fb4d65f82c8f4cfc914c403cb97763
refactor(attribute-ns-accessor): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import {\nIAccessor,\n- ILifecycle,\nLifecycleFlags,\n- Priority,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\n/**\n@@ -10,38 +10,21 @@ import {\n* Wraps [`getAttributeNS`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNS).\n*/\nexport clas...
TypeScript
MIT License
aurelia/aurelia
refactor(attribute-ns-accessor): convert from lifecycle to scheduler
1
refactor
attribute-ns-accessor
67,476
23.10.2019 06:30:43
-7,200
3205a68c9c4b903afbda2db27a2712252febf96d
refactor(checked-observer): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "@@ -2,16 +2,16 @@ import {\nCollectionKind,\nIAccessor,\nICollectionObserver,\n- ILifecycle,\nIndexMap,\nIObserverLocator,\nISubscriber,\nISubscriberCollection,\nLifecycleFlags,\nObserversLookup,\n- Priority,\nSetterObserver,\nsubscriberCollection,\n+ IScheduler,\n+ ITask...
TypeScript
MIT License
aurelia/aurelia
refactor(checked-observer): convert from lifecycle to scheduler
1
refactor
checked-observer
67,476
23.10.2019 06:31:03
-7,200
713509454dd3637fbe7a850c6275147eaf470881
refactor(element-attribute-observer): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import {\nDOM,\nIBindingTargetObserver,\n- ILifecycle,\nIObserverLocator,\nISubscriber,\nISubscriberCollection,\nLifecycleFlags,\n- Priority,\nsubscriberCollection,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\nexport interface IHtmlElement extends HTMLElement {\n...
TypeScript
MIT License
aurelia/aurelia
refactor(element-attribute-observer): convert from lifecycle to scheduler
1
refactor
element-attribute-observer
67,476
23.10.2019 06:31:22
-7,200
f59d6a4c3bb17adda3512c865429d0657ebe87dd
refactor(class-attribute-observer): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import {\nIAccessor,\n- ILifecycle,\nLifecycleFlags,\n- Priority,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\nimport { PLATFORM } from '@aurelia/kernel';\nexport class ClassAttributeAccessor implements IAccessor<unknown> {\n- public readonly lifecycle: ILifecycl...
TypeScript
MIT License
aurelia/aurelia
refactor(class-attribute-observer): convert from lifecycle to scheduler
1
refactor
class-attribute-observer
67,476
23.10.2019 06:31:44
-7,200
d2b32024ef0f319854298532a760972f562970cf
refactor(data-attribute-accessor): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import {\nIAccessor,\n- ILifecycle,\nLifecycleFlags,\n- Priority,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\n/**\n@@ -13,33 +13,20 @@ import {\n* @see ElementPropertyAccessor\n*/\nexport class DataAttributeAccessor implements IAccessor<string | null> {\n- publi...
TypeScript
MIT License
aurelia/aurelia
refactor(data-attribute-accessor): convert from lifecycle to scheduler
1
refactor
data-attribute-accessor
67,476
23.10.2019 06:32:03
-7,200
31138f07db1b6600e39618fe26715fd224f93621
refactor(element-property-accessor): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import { IIndexable } from '@aurelia/kernel';\nimport {\nIAccessor,\n- ILifecycle,\nLifecycleFlags,\n- Priority,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\n/**\n@@ -14,33 +14,20 @@ import {\n* @see DataAttributeAccessor\n*/\nexport class ElementPropertyAccessor...
TypeScript
MIT License
aurelia/aurelia
refactor(element-property-accessor): convert from lifecycle to scheduler
1
refactor
element-property-accessor
67,476
23.10.2019 06:32:26
-7,200
060e8724d7277386600d6bc0db573c6ad278fb31
refactor(select-value-observer): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "@@ -3,16 +3,17 @@ import {\nIAccessor,\nICollectionObserver,\nIDOM,\n- ILifecycle,\nIndexMap,\nIObserverLocator,\nISubscriber,\nISubscriberCollection,\nLifecycleFlags,\n- Priority,\nsubscriberCollection,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\nimport { IEven...
TypeScript
MIT License
aurelia/aurelia
refactor(select-value-observer): convert from lifecycle to scheduler
1
refactor
select-value-observer
67,476
23.10.2019 06:32:44
-7,200
7313429b8a594ba182fc0a2b086774a62495b131
refactor(style-attribute-accessor): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import {\nIAccessor,\n- ILifecycle,\nLifecycleFlags,\n- Priority,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\nimport { PLATFORM, kebabCase } from '@aurelia/kernel';\nexport class StyleAttributeAccessor implements IAccessor<unknown> {\n- public readonly lifecycle...
TypeScript
MIT License
aurelia/aurelia
refactor(style-attribute-accessor): convert from lifecycle to scheduler
1
refactor
style-attribute-accessor
67,476
23.10.2019 06:38:43
-7,200
3fdb6adbda047abb010e445dbe1830c9ebfd5b9c
refactor(value-attribute-observer): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import { IIndexable } from '@aurelia/kernel';\nimport {\nIAccessor,\n- ILifecycle,\nISubscriber,\nISubscriberCollection,\nLifecycleFlags,\n- Priority,\nsubscriberCollection,\n+ IScheduler,\n+ ITask,\n} from '@aurelia/runtime';\nimport { IEventSubscriber } from './event-ma...
TypeScript
MIT License
aurelia/aurelia
refactor(value-attribute-observer): convert from lifecycle to scheduler
1
refactor
value-attribute-observer
67,476
23.10.2019 06:47:33
-7,200
f4ba90bd870a05d9cb312cfe144124e646a71acc
refactor(attribute): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "-import { IServiceLocator, Reporter } from '@aurelia/kernel';\n-import { AccessorOrObserver, BindingMode, connectable, ExpressionKind, hasBind, hasUnbind, IBindingTargetObserver, IConnectableBinding, IForOfStatement, ILifecycle, IObserverLocator, IPartialConnectableBindin...
TypeScript
MIT License
aurelia/aurelia
refactor(attribute): convert from lifecycle to scheduler
1
refactor
attribute
67,476
23.10.2019 06:47:43
-7,200
9c33fbe166553116880f8a912a2c29f91cd8222e
refactor(attr): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "-import { ILifecycle, IScope, LifecycleFlags, PropertyBinding, bindingBehavior } from '@aurelia/runtime';\n+import { IScope, LifecycleFlags, PropertyBinding, bindingBehavior, IScheduler } from '@aurelia/runtime';\nimport { DataAttributeAccessor } from '../../observation/d...
TypeScript
MIT License
aurelia/aurelia
refactor(attr): convert from lifecycle to scheduler
1
refactor
attr
67,476
23.10.2019 06:47:54
-7,200
fa65ee7821a23d9ce7079d33031fdcbea264c461
refactor(blur): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,8 @@ import {\nbindable,\ncustomAttribute,\nIDOM,\n- ILifecycle,\nINode,\n- Priority\n+ IScheduler\n} from '@aurelia/runtime';\nimport { HTMLDOM, NodeType } from '../../dom';\n@@ -25,22 +24,19 @@ const defaultBubbleEventInit: AddEventListenerOptions = {\nconst ...
TypeScript
MIT License
aurelia/aurelia
refactor(blur): convert from lifecycle to scheduler
1
refactor
blur
67,476
23.10.2019 06:48:12
-7,200
5f0a30a9d5bf1031dd9fbc05074e796e6a12c74e
refactor(testing): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,8 @@ import {\nTargetedInstruction,\nCustomElementDefinition,\nToViewBindingInstruction,\n- ITemplateCompiler\n+ ITemplateCompiler,\n+ IScheduler\n} from '@aurelia/runtime';\nconst slice = Array.prototype.slice;\n@@ -625,13 +626,13 @@ export class AuTemplateF...
TypeScript
MIT License
aurelia/aurelia
refactor(testing): convert from lifecycle to scheduler
1
refactor
testing
67,476
23.10.2019 06:48:42
-7,200
6f815e6c3ea6b99af8fa941fc2f1a99f90441b26
chore(scheduler): add missing default props
[ { "change_type": "MODIFY", "diff": "@@ -324,6 +324,8 @@ const defaultQueueTaskOptions: Required<QueueTaskTargetOptions> = {\ndelay: 0,\npreempt: false,\npriority: TaskQueuePriority.render,\n+ reusable: true,\n+ persistent: false,\n};\nexport class BrowserScheduler implements IScheduler {\n", "new_path":...
TypeScript
MIT License
aurelia/aurelia
chore(scheduler): add missing default props
1
chore
scheduler
67,476
23.10.2019 06:50:12
-7,200
36c53af4ec7623ffce6c12934e497516b8051dd4
refactor(browser-navigator): convert from lifecycle to scheduler
[ { "change_type": "MODIFY", "diff": "import { Key, Reporter } from '@aurelia/kernel';\n-import { IDOM, ILifecycle } from '@aurelia/runtime';\n+import { IDOM, ILifecycle, IScheduler } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\nimport { INavigatorState, INavigatorStore, INaviga...
TypeScript
MIT License
aurelia/aurelia
refactor(browser-navigator): convert from lifecycle to scheduler
1
refactor
browser-navigator
67,476
23.10.2019 06:50:25
-7,200
7df6b083f96d215b6a040b21cf30ecf04e59a172
chore(priority): cleanup
[ { "change_type": "DELETE", "diff": "-import {\n- PropertyBinding,\n-} from '../../binding/property-binding';\n-import {\n- Priority,\n-} from '../../lifecycle';\n-import {\n- bindingBehavior,\n-} from '../binding-behavior';\n-\n-@bindingBehavior('priority')\n-export class PriorityBindingBehavior {\n- [id: n...
TypeScript
MIT License
aurelia/aurelia
chore(priority): cleanup
1
chore
priority
67,516
23.10.2019 06:55:53
-7,200
039f4f2ef9e5f342201efa3e4a071ba4c23fa968
fix(runtime): binary expression connect issue This fix corrects the premature short-circuit done in BinaryExpression#connect. This caused incorrect notification, as `connect` happens only once.
[ { "change_type": "MODIFY", "diff": "@@ -634,7 +634,7 @@ describe.only('app', function() {\nassert.equal(app.somethingDone, true);\n});\n- $it.only(`uses a let-demo-boolean to demonstrate let binding`, function({ host, ctx }) {\n+ $it(`uses a let-demo-boolean to demonstrate let binding`, function({ host, ctx...
TypeScript
MIT License
aurelia/aurelia
fix(runtime): binary expression connect issue This fix corrects the premature short-circuit done in BinaryExpression#connect. This caused incorrect notification, as `connect` happens only once.
1
fix
runtime
67,476
23.10.2019 07:15:29
-7,200
f260b6f142c76191584c13ae4098c5d0505fec95
chore(scheduler): exports the classes for now
[ { "change_type": "MODIFY", "diff": "@@ -104,3 +104,8 @@ export const RuntimeHtmlBrowserConfiguration = {\nreturn this.register(DI.createContainer());\n}\n};\n+\n+export {\n+ BrowserDOMInitializer,\n+ BrowserScheduler,\n+};\n", "new_path": "packages/runtime-html-browser/src/index.ts", "old_path": "pa...
TypeScript
MIT License
aurelia/aurelia
chore(scheduler): exports the classes for now
1
chore
scheduler
217,922
23.10.2019 08:24:21
-7,200
b2340acab7ef852012b0876b65876b6ea0bcd852
fix(inventory): fixed an error when trying to load inventory
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\nimport { InventoryActionTypes, InventoryLoaded, UpdateInventory } from './inventory.actions';\nimport { UserInventoryService } from '../../../core/databa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an error when trying to load inventory
1
fix
inventory
217,922
23.10.2019 08:37:30
-7,200
daeec018a8d43c477dbac262656122fc2ed65943
fix(inventory): fixed an error randomly happening when autocompleting while afk
[ { "change_type": "MODIFY", "diff": "@@ -134,10 +134,15 @@ export class MachinaService {\nreturn this.inventory$.pipe(\nfirst(),\nmap(inventory => {\n+ try {\nconst patch = inventory.operateTransaction(packet, lastSpawnedRetainer);\nif (patch) {\nthis._inventoryPatches$.next(patch);\n}\n+ } catch (e) {\n+ co...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an error randomly happening when autocompleting while afk
1
fix
inventory
217,922
23.10.2019 08:38:31
-7,200
a6d80c7744c38586868fb61724f84807eca1751a
fix(universalis): removed universalis console logs
[ { "change_type": "MODIFY", "diff": "@@ -178,7 +178,6 @@ export class UniversalisService {\n})];\n}, [])\n};\n- console.log('Sending Universalis data', data.listings);\nreturn this.http.post('https://us-central1-ffxivteamcraft.cloudfunctions.net/universalis-publisher', data, {\nheaders: new HttpHeaders().app...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(universalis): removed universalis console logs
1
fix
universalis
217,922
23.10.2019 08:45:07
-7,200
1b7769e5f1f0224871b7f7f74da0cf47eec0990b
fix(ux): removed warning banners on overlay
[ { "change_type": "MODIFY", "diff": "</div>\n</ng-template>\n</nz-alert>\n- <ng-container *ngIf=\"platformService.isDesktop() && ipc.machinaToggle\">\n+ <ng-container *ngIf=\"platformService.isDesktop() && ipc.machinaToggle && !overlay\">\n<nz-alert *ngIf=\"emptyInventory$ | async\" [nzDescription]=\"'PACKET...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): removed warning banners on overlay
1
fix
ux
866,394
23.10.2019 09:21:39
14,400
6fea3fee7ed1db47cb5b3dc3a2aa00a58c062f09
fix(buttongroup): adjustment to the buttongroup story
[ { "change_type": "MODIFY", "diff": "@@ -56,9 +56,6 @@ if (BUTTON_GROUP) {\n<div\nstyle={{\npadding: 2 + `rem`,\n- display: 'flex',\n- alignItems: 'center',\n- flexDirection: 'column',\nbackgroundColor: 'black',\n}}>\n<ButtonGroup buttons={buttons} />\n", "new_path": "packages/react/src/components/Button...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): adjustment to the buttongroup story
1
fix
buttongroup
71,371
23.10.2019 09:58:22
-7,200
86b79df297863f2686a3d6b7ca1bcc467a66beb2
chore(s3-deployment): fix test on expires header * chore(s3-deployment): fix test on expires header Also cleaned up a bit while I was in there. Closes * local now
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import fs = require('fs');\nimport path = require(\"path\");\nimport { ISource, SourceConfig } from \"./source\";\n+const now = Date.now();\nconst handlerCodeBundle = path.join(__dirname, \"..\", \"lambda\", \"bundle.zip\");\nconst handlerSourceDirectory...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(s3-deployment): fix test on expires header (#4607) * chore(s3-deployment): fix test on expires header Also cleaned up a bit while I was in there. Closes #4605 * local now
1
chore
s3-deployment
942,581
23.10.2019 11:17:10
21,600
e8ffc999241e390b53e45734caa98c3853b8465b
ci: Update to use chroma/action The Chromatic team recently updated their Github Action based on feedback we provided for forked repos. This change should reduce the complexity in our code.
[ { "change_type": "MODIFY", "diff": "@@ -16,14 +16,7 @@ jobs:\nnode-version: 10.x\n- name: Install Packages\nrun: yarn install\n- - name: ChromaticQA\n- # Chromatic has a separate Github check that handles changes. We need to exit\n- # zero, otherwise this Github workflow will have to be rerun _after_ a visu...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Update to use chroma/action (#273) The Chromatic team recently updated their Github Action based on feedback we provided for forked repos. This change should reduce the complexity in our code.
1
ci
null
151,430
23.10.2019 11:21:04
25,200
d312b07edeeb0e1370aa07f26779b99070bbae5a
refactor: update serverside ga calls
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ function googleAnalytics(pluginConfig = {}) {\nconst { event, properties } = payload\nconst category = properties.category || 'All' // todo finish\nconst label = properties.label || 'NA' // todo finish\n- trackEvent({ category, event, label, properties }...
JavaScript
MIT License
davidwells/analytics
refactor: update serverside ga calls
1
refactor
null
151,430
23.10.2019 11:22:28
25,200
59d5cf21ab4660bb65fcbc8c489806d73e9f5cef
refactor: update ga server code
[ { "change_type": "MODIFY", "diff": "@@ -29,10 +29,16 @@ function googleAnalytics(pluginConfig = {}) {\n// track event\ntrack: ({ payload, config }) => {\nconst { event, properties } = payload\n- const category = properties.category || 'All' // todo finish\n- const label = properties.label || 'NA' // todo fi...
JavaScript
MIT License
davidwells/analytics
refactor: update ga server code
1
refactor
null
815,609
23.10.2019 11:27:59
-28,800
5f51edd38473265c688b9e04954d80d73810e794
chore: do not output stack backtrace if failed to validate the tx
[ { "change_type": "MODIFY", "diff": "@@ -282,7 +282,7 @@ impl<'a, DL: DataLoader> TransactionScriptsVerifier<'a, DL> {\nlet cycle = self.verify_script_group(group, max_cycles).map_err(|e| {\n#[cfg(feature = \"logging\")]\ninfo!(\n- \"Error validating script group {} of transaction {}: {:?}\",\n+ \"Error vali...
Rust
MIT License
nervosnetwork/ckb
chore: do not output stack backtrace if failed to validate the tx
1
chore
null
815,595
23.10.2019 11:36:35
-28,800
da27a71f237e3c35646fca0d3b1323f6df8cae9e
fix(test): Sum satoshi occupied capacity
[ { "change_type": "MODIFY", "diff": "@@ -137,10 +137,22 @@ impl DAOVerifier {\n#[allow(non_snake_case)]\npub fn U_out(&self, i: BlockNumber) -> u64 {\n+ let satoshi_cell_occupied_ratio = self.consensus.satoshi_cell_occupied_ratio;\n+ let satoshi_pubkey_hash = &self.consensus.satoshi_pubkey_hash;\nlet mut sum...
Rust
MIT License
nervosnetwork/ckb
fix(test): Sum satoshi occupied capacity
1
fix
test
699,191
23.10.2019 11:42:50
25,200
70d4c1534b5a026e2e24ba80fd9ec9bda062a762
fix: remove the underline from button states Fixes
[ { "change_type": "MODIFY", "diff": "@@ -55,13 +55,8 @@ const baseEnabled = css([\ntext-decoration: none;\ncursor: pointer;\n- &:hover {\n- text-decoration: underline;\n- }\n-\n&:focus,\n&:active {\n- text-decoration: underline;\nbox-shadow: 0 0 0 4px rgba(0, 117, 195, 0.5);\n}\n`,\n@@ -260,6 +255,12 @@ cons...
TypeScript
MIT License
twilio-labs/paste
fix: remove the underline from button states (#147) Fixes #54
1
fix
null
942,581
23.10.2019 12:37:37
21,600
afdd7054059e742624e237a87b23f07443dfb82f
test: Add axe to Cypress tests
[ { "change_type": "MODIFY", "diff": "@@ -34,4 +34,11 @@ export function load(categorization: string, story: string) {\n*/\nexport function visit() {\ncy.visit('iframe.html');\n+ cy.injectAxe();\n+ cy.configureAxe({\n+ rules: [\n+ {id: 'landmark-one-main', enabled: false}, // stories don't require navigation ...
TypeScript
Apache License 2.0
workday/canvas-kit
test: Add axe to Cypress tests (#274)
1
test
null
711,597
23.10.2019 12:51:13
-7,200
0f7c6153af26257de5de146b128a3d779e1aea45
chore: Publish v0.5.0
[ { "change_type": "MODIFY", "diff": "+## 0.5.0 (2019-10-23)\n+\n+\n+#### Features\n+\n+* **admin-ui-plugin** Allow UI extensions to contain multiple modules ([b23c3e8](https://github.com/vendure-ecommerce/vendure/commit/b23c3e8))\n+* **admin-ui** Display hint if deleting Collection with descendants ([27b7080...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.5.0
1
chore
null
76,605
23.10.2019 13:02:36
-7,200
47abae9844b3af3edc80d8ec3b62241b62695398
feat: NLU now train and process
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includ...
JavaScript
MIT License
axa-group/nlp.js
feat: NLU now train and process
1
feat
null
71,371
23.10.2019 13:14:54
-7,200
f17f809c76e0fc98439a744a50c772d64b419e97
fix(custom-resources): increase and expose timeout for AwsCustomResource * fix(custom-resources): increase and expose timeout for AwsCustomResource Default timeout is now 6 seconds. Closes * change default to 30s
[ { "change_type": "MODIFY", "diff": "@@ -124,6 +124,13 @@ export interface AwsCustomResourceProps {\n* @default extract the permissions from the calls\n*/\nreadonly policyStatements?: iam.PolicyStatement[];\n+\n+ /**\n+ * The timeout for the Lambda function implementing this custom resource.\n+ *\n+ * @defau...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(custom-resources): increase and expose timeout for AwsCustomResource (#4623) * fix(custom-resources): increase and expose timeout for AwsCustomResource Default timeout is now 6 seconds. Closes #3272 * change default to 30s
1
fix
custom-resources
531,793
23.10.2019 13:35:07
-3,600
46635c540cb8bbf9b97c0205cf284a570d1b12a2
fix(ci): fix travis condtions to allow fork PR jobs
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ jobs:\ninclude:\n- stage: Test\nname: Test Go code\n- if: (repo = prymitive/karma AND type != pull_request) OR (repo != prymitive/karma AND type = pull_request)\n+ if: (repo = prymitive/karma AND type != pull_request) OR (fork = true AND type = pull_requ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): fix travis condtions to allow fork PR jobs
1
fix
ci
217,922
23.10.2019 13:47:08
-7,200
6142e3b351af9cfb849287e4c9b06507fdd92e9a
feat(desktop): added verbose mode for better KO debugging
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ function sendToRenderer(win, packet) {\nwin && win.webContents && win.webContents.send('packet', packet);\n}\n-module.exports.start = function(win, config, winpcap) {\n+module.exports.start = function(win, config, verbose) {\nisElevated().then(elevated =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): added verbose mode for better KO debugging
1
feat
desktop
71,663
23.10.2019 13:47:31
25,200
c0c0513b68cc12e6696c57d2305bf84311ad9c59
feat(codepipeline): add ability to override env variables in CodeBuild actions Previously, environment variables were always defined on the CodeBuild project level, which made it difficult to re-use the same project in the pipeline. Now, you can specify environment variables on the CodeBuild action level, which will ov...
[ { "change_type": "MODIFY", "diff": "@@ -617,6 +617,23 @@ export class Project extends ProjectBase {\nreturn new Import(scope, id);\n}\n+ /**\n+ * Convert the environment variables map of string to {@link BuildEnvironmentVariable},\n+ * which is the customer-facing type, to a list of {@link CfnProject.Enviro...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codepipeline): add ability to override env variables in CodeBuild actions (#4502) Previously, environment variables were always defined on the CodeBuild project level, which made it difficult to re-use the same project in the pipeline. Now, you can specify environment variables on the CodeBuild action level, w...
1
feat
codepipeline
713,845
23.10.2019 14:09:44
14,400
81cd7df0a980514818b80fc6eb37daa9c2a5a65a
refactor: upgrade require.requireActual -> jest.requireActual calls
[ { "change_type": "MODIFY", "diff": "-require.requireActual('babel/polyfill');\n+jest.requireActual('babel/polyfill');\n", "new_path": "core/readme/jestEnvironment.js", "old_path": "core/readme/jestEnvironment.js" }, { "change_type": "MODIFY", "diff": "-require.requireActual('babel/polyfi...
TypeScript
MIT License
verdaccio/monorepo
refactor: upgrade require.requireActual -> jest.requireActual calls (#215)
1
refactor
null
866,394
23.10.2019 14:11:19
14,400
d8a65d992e1555be2d760dfe14d0f034dee8c0ae
fix(buttongroup): various fixes to the ButtonGroup layout
[ { "change_type": "MODIFY", "diff": "@@ -30,22 +30,24 @@ const { prefix } = settings;\nconst ButtonGroup = ({ buttons }) => {\nreturn featureFlag(\nBUTTON_GROUP,\n- <div\n+ <ol\nclassName={`${prefix}--buttongroup`}\ndata-autoid={`${stablePrefix}--button-group`}>\n{buttons.map((button, key) => {\nreturn (\n+ ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): various fixes to the ButtonGroup layout
1
fix
buttongroup
865,925
23.10.2019 14:58:28
-7,200
e9726000e80af8e7ea1797850121696d616b021e
chore(client): upgrade *-properties-panel dependencies
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bpmn-js-properties-panel\": {\n- \"version\": \"0.32.1\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-0.32.1.tgz\",\n- \"integrity\": \"sha512-DTPMbGc0lcXeH1klQzI88J+zTyP0toWBVp8k4jELOJVx7FYk/1DMwdECh4muT86jTR...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): upgrade *-properties-panel dependencies
1
chore
client
866,394
23.10.2019 15:02:07
14,400
ca538674fcd7ccb85d80237cc7341bde0fb4f408
fix(buttongroup): various fixes to the Buttons and documentation
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ const { prefix } = settings;\n* @param {object} props props object\n* @param {Array.<{copy: string}>} props.buttons array of buttons\n* @param {string} props.buttons[].copy Button copy\n- * @param {string} props.buttons[].link URL for the button item\n+ ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): various fixes to the Buttons and documentation
1
fix
buttongroup
866,394
23.10.2019 15:15:59
14,400
14ac86d770367ef9d62845c9124f22351f7168c2
fix(buttongroup): fixed ButtonGroup story props
[ { "change_type": "MODIFY", "diff": "@@ -41,12 +41,12 @@ if (BUTTON_GROUP) {\nconst buttons = [\n{\n- link: '',\n+ href: '',\ncopy: text('Primary button copy', 'Primary action button'),\nrenderIcon: primaryIcon || null,\n},\n{\n- link: '',\n+ href: '',\ncopy: text('Secondary button copy', 'Secondary action b...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): fixed ButtonGroup story props
1
fix
buttongroup
815,577
23.10.2019 15:36:32
-28,800
3926a86a64208a63232f98ac3632be4bd2a6a227
chore: upgrade p2p dep BREAKING CHANGE: Encryption Algorithm
[ { "change_type": "MODIFY", "diff": "@@ -13,37 +13,6 @@ name = \"adler32\"\nversion = \"1.0.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-[[package]]\n-name = \"aes-ctr\"\n-version = \"0.3.0\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-dependencies = [\...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade p2p dep BREAKING CHANGE: Encryption Algorithm
1
chore
null
866,390
23.10.2019 15:46:03
14,400
383868ea42339875718a9c05e5c775e0a25ac5e1
refactor: jumplink scss clean up
[ { "change_type": "MODIFY", "diff": "//\n@mixin jumplink {\n- body {\n- @include motion(standard, productive);\n- }\n.#{$prefix}--jumplink {\ncolor: $link-01;\ntext-decoration: none;\n", "new_path": "packages/styles/scss/patterns/simplelongform/_jumplink.scss", "old_path": "packages/styles/scss/patte...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
refactor: jumplink scss clean up
1
refactor
null
866,390
23.10.2019 16:00:55
14,400
bc22b322742a21a152fa2deec20beed73f0a2bc0
fix: wrapped stories with feature flag
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\n+import { SIMPLELONGFORM } from '../../../internal/FeatureFlags';\nimport { withKnobs, text, select, object } from '@storybook/addon-knobs';\nimport '../../../../../styles/scss/patterns/simplelongf...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: wrapped stories with feature flag
1
fix
null
217,922
23.10.2019 16:27:32
-7,200
0149ecfe97f1402feb5fcc934b8639c773c423d8
chore: apply key to loaded inventory if there's none inside local storage
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,11 @@ export class InventoryEffects {\nnewInventory.characterId = user.defaultLodestoneId;\nreturn of(newInventory);\n}\n- return of(this.serializer.deserialize<UserInventory>(JSON.parse(fromLocalStorage), UserInventory));\n+ const fromLS = this.serializer.de...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: apply key to loaded inventory if there's none inside local storage
1
chore
null
815,609
23.10.2019 16:40:24
-28,800
a304e1674abbf1cb92957e59e24d7725d60b6566
chore: permanent difficulty for dummy mode
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,10 @@ impl Pow {\nPow::Eaglesong => Arc::new(EaglesongPowEngine),\n}\n}\n+\n+ pub fn is_dummy(&self) -> bool {\n+ *self == Pow::Dummy\n+ }\n}\npub fn pow_message(pow_hash: &Byte32, nonce: u128) -> [u8; 48] {\n", "new_path": "pow/src/lib.rs", "old_path...
Rust
MIT License
nervosnetwork/ckb
chore: permanent difficulty for dummy mode
1
chore
null
815,609
23.10.2019 16:42:05
-28,800
0909cd8c59c66fe3ee61a74e60ef6242cfebdf9b
chore: display epoch in terminal and log files
[ { "change_type": "MODIFY", "diff": "@@ -344,9 +344,10 @@ impl ChainService {\nif new_best_block {\nlet tip_header = block.header().to_owned();\ninfo!(\n- \"block: {}, hash: {}, total_diff: {:#x}, txs: {}\",\n+ \"block: {}, hash: {}, epoch: {:#}, total_diff: {:#x}, txs: {}\",\ntip_header.number(),\ntip_heade...
Rust
MIT License
nervosnetwork/ckb
chore: display epoch in terminal and log files
1
chore
null
711,597
23.10.2019 16:48:57
-7,200
ddceb64c09403a8b965eac5a8849ca95e69edc4b
feat(core): Export some entity utils from service helpers `patchEntity` and `getEntityOrThrow` make it simpler to write resolvers / services in plugins.
[ { "change_type": "MODIFY", "diff": "export * from './helpers/job-manager/job';\nexport * from './helpers/utils/translate-entity';\n+export * from './helpers/utils/patch-entity';\n+export * from './helpers/utils/get-entity-or-throw';\nexport * from './helpers/list-query-builder/list-query-builder';\nexport *...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export some entity utils from service helpers `patchEntity` and `getEntityOrThrow` make it simpler to write resolvers / services in plugins.
1
feat
core
104,818
23.10.2019 16:49:00
18,000
be3d0e2494daa203f879175a6266d3a7b538c869
fix(imagecard): slight adjustment to card chrome
[ { "change_type": "MODIFY", "diff": "@@ -328,7 +328,7 @@ const ImageHotspots = ({\nbackground,\nsrc,\nheight: heightProp,\n- width,\n+ width: widthProp,\nalt,\nisHotspotDataLoading,\nzoomMax,\n@@ -350,7 +350,8 @@ const ImageHotspots = ({\nhideMinimapProp,\n});\n- const height = heightProp - 80; // Need to ad...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): slight adjustment to card chrome
1
fix
imagecard
815,569
23.10.2019 16:50:02
-28,800
16432307ebcd4e9809b7b7367fa78cad4515c111
chore: typo of epochs
[ { "change_type": "MODIFY", "diff": "@@ -560,7 +560,7 @@ mod tests {\nstruct MockDataLoader {\nheaders: HashMap<Byte32, HeaderView>,\n- epoches: HashMap<Byte32, EpochExt>,\n+ epochs: HashMap<Byte32, EpochExt>,\n}\nimpl DataLoader for MockDataLoader {\n@@ -574,7 +574,7 @@ mod tests {\nself.headers.get(block_h...
Rust
MIT License
nervosnetwork/ckb
chore: typo of epochs
1
chore
null
866,392
23.10.2019 17:11:21
18,000
a667c9ec5ab2f90ab883f4862c1fac5c175c6f77
chore(snapshot): updating
[ { "change_type": "MODIFY", "diff": "@@ -26,44 +26,7 @@ Array [\n>\n<div\nclassName=\"bx--col-sm-2 bx--col-md-3 bx--col-lg-6 bx--col-xlg-4 bx--no-gutter\"\n- >\n- <a\n- className=\"bx--link bx--tile bx--tile--clickable bx--card-link\"\n- data-autoid=\"dds--card-link\"\n- href=\"https://example.com\"\n- onCli...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(snapshot): updating
1
chore
snapshot
306,444
23.10.2019 17:11:54
-7,200
8237b64a3bc48619e8c9e08e4b0fcfb8940e8815
fix(overlays): remove setting inheritsReferenceWidth by default
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class OverlayController {\ninvokerNode: config.invokerNode,\nreferenceNode: null,\nelementToFocusAfterHide: document.body,\n- inheritsReferenceWidth: 'min',\n+ inheritsReferenceWidth: '',\nhasBackdrop: false,\nisBlocking: false,\npreventsScroll: f...
JavaScript
MIT License
ing-bank/lion
fix(overlays): remove setting inheritsReferenceWidth by default
1
fix
overlays
711,597
23.10.2019 17:15:54
-7,200
89c0699622a545036de7c5ccd8661bf3ab530913
feat(admin-ui): Export CanDeactivateDetailGuard Can be used in UI extensions to easily implement a confirmation on navigation away from a detail view.
[ { "change_type": "MODIFY", "diff": "@@ -15,3 +15,4 @@ export { BaseDetailComponent } from './app/common/base-detail.component';\nexport * from './app/core/providers/nav-builder/nav-builder-types';\nexport * from './app/core/providers/custom-field-component/custom-field-component.service';\nexport * from './...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Export CanDeactivateDetailGuard Can be used in UI extensions to easily implement a confirmation on navigation away from a detail view.
1
feat
admin-ui
306,385
23.10.2019 17:38:14
-7,200
7a562a63a3f8c237338f3ed57a55cd4efde4d7e1
feat(tabs): create tabs component
[ { "change_type": "ADD", "diff": "+# Change Log\n+\n+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n", "new_path": "packages/tabs/CHANGELOG.md", "old_path": null }, { "change_type": "AD...
JavaScript
MIT License
ing-bank/lion
feat(tabs): create tabs component Co-authored-by: CubLion <Alex.Ghiu@ing.com> Co-authored-by: erikkroes <Erik.Kroes@ing.com>
1
feat
tabs
866,394
23.10.2019 17:44:05
14,400
6ad30855f9fe06c0a7076bd4e8033d8902cc90aa
feat(analytics): adding initial event for dynamic tabs
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { storiesOf } from '@storybook/react';\n+import { withKnobs, text, number, boolean } from '@storybook/addon-knobs';\n+import { Tab, Tabs } from 'carbon-components-react';\n+import 'carbon-components/src/globals/scss/styles.scss';\n+\n+con...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(analytics): adding initial event for dynamic tabs
1
feat
analytics
71,371
23.10.2019 18:00:26
-7,200
4f765b2657ceae4a18c6cc62fe99393a03221a87
fix(cli): always exit with 0 on cdk diff Add the `--fail` flag to exit with 1 if there's a diff. Closes BREAKING CHANGE: `cdk diff` now exits with 0 even when there's a diff, use `--fail` to exit with 1.
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,7 @@ async function parseCommandLineArguments() {\n.option('context-lines', { type: 'number', desc: 'Number of context lines to include in arbitrary JSON diff rendering', default: 3, requiresArg: true })\n.option('template', { type: 'string', desc: 'The path ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): always exit with 0 on cdk diff (#4650) Add the `--fail` flag to exit with 1 if there's a diff. Closes #2111 BREAKING CHANGE: `cdk diff` now exits with 0 even when there's a diff, use `--fail` to exit with 1.
1
fix
cli
67,476
23.10.2019 18:01:16
-7,200
6392c1590e449df2e8611321023926de54c33b01
chore(test): add dummyScheduler registration for runtime obs tests
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ import {\nTargetedInstructionType,\ntemplateController,\nToViewBindingInstruction,\n+ IScheduler,\n} from '@aurelia/runtime';\n// import {\n// HTMLTargetedInstruction,\n@@ -501,11 +502,15 @@ export function createObserverLocator(containerOrLifecycle?: IC...
TypeScript
MIT License
aurelia/aurelia
chore(test): add dummyScheduler registration for runtime obs tests
1
chore
test
306,413
23.10.2019 18:01:40
-7,200
40394bcb9dfdb081917a762790c397d1d0302106
fix(switch): render function methods not slots
[ { "change_type": "MODIFY", "diff": "@@ -26,11 +26,9 @@ export class LionInputSwitch extends ChoiceInputMixin(LionField) {\nrender() {\nreturn html`\n<div class=\"input-switch__container\">\n- <slot name=\"label\"></slot>\n- <slot name=\"help-text\"></slot>\n- <slot name=\"feedback\"></slot>\n+ ${this.labelT...
JavaScript
MIT License
ing-bank/lion
fix(switch): render function methods not slots
1
fix
switch
217,922
23.10.2019 18:10:47
-7,200
3d708aa58f1609b097c0c69b8428784ff903bb03
fix(discord): fixed item icons in discord hook messages
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import { LinkToolsService } from '../tools/link-tools.service';\nimport { LocalizedDataService } from '../data/localized-data.service';\nimport { CharacterService } from '../api/character.service';\nimport { WebhookSettingType } from '../../model/team/webh...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(discord): fixed item icons in discord hook messages
1
fix
discord
217,922
23.10.2019 18:17:30
-7,200
7467e1ca0eee4ee04cd1a191719845870799c52b
fix(alarms): fixed an issue with alarms acting strange when being enabled/disabled
[ { "change_type": "MODIFY", "diff": "<div nz-col nzMd=\"4\">\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n<nz-switch (click)=\"$event.stopPropagation();\"\n- (ngModelChange)=\"alarmsFacade.updateAlarm(row.alarm)\"\n[(ngModel)]=\"row.alarm.enabled\"\n+ (ngModelChange)=\"ala...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with alarms acting strange when being enabled/disabled
1
fix
alarms
103,440
23.10.2019 18:38:33
-7,200
9b74d21709d430708d3f41723beb388f856c206e
fix: add commonjs step to bob and configure main and module fields properly
[ { "change_type": "MODIFY", "diff": "\"name\": \"react-native-paper\",\n\"version\": \"3.0.0\",\n\"description\": \"Material design for React Native\",\n- \"main\": \"lib/module/index.js\",\n+ \"main\": \"lib/commonjs/index.js\",\n+ \"module\": \"lib/module/index.js\",\n\"types\": \"lib/typescript/src/index....
TypeScript
MIT License
callstack/react-native-paper
fix: add commonjs step to bob and configure main and module fields properly (#1415)
1
fix
null
722,013
23.10.2019 18:53:42
18,000
b2422968b319f5264a8106d80bb32227e07266ae
build: update lerna version maker with convention
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ jobs:\n- git checkout next\n- git reset --hard\n- echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> $HOME/.npmrc 2> /dev/null\n- - yarn lerna version prerelease --yes --github-release --preid beta\n+ - yarn lerna version --yes --github-release ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: update lerna version maker with convention
1
build
null
722,013
23.10.2019 18:57:05
18,000
7e4a1bd5b50841f89af157569b21c2c9238b87fb
chore: bump major version beta
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"3.13.1\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n- \"version\": \"3.25.1-beta.1\",\n+ \"version\": \"4.0.0-beta.0\",\n\"command\": {\n\"publish\": {\n\"conventionalCommits\": true\n", "new_path": "lerna.json", "old_path": "lerna.json" ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: bump major version beta
1
chore
null
217,922
23.10.2019 18:58:02
-7,200
c54fc5320a562ae70dff684fe9181070c3b689cc
fix(auth): changed the way user is persisted in order to fix user destruction bug
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,8 @@ import {\nmergeMap,\nswitchMap,\ntap,\n- withLatestFrom\n+ withLatestFrom,\n+ first\n} from 'rxjs/operators';\nimport { BehaviorSubject, combineLatest, EMPTY, from, of } from 'rxjs';\nimport { UserService } from '../core/database/user.service';\n@@ -40,1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): changed the way user is persisted in order to fix user destruction bug
1
fix
auth
722,013
23.10.2019 18:58:50
18,000
e213f22b94c5cf1a472eacb82f55b3557f958f1b
chore: v4.0.0-beta.1 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [4.0.0-beta.1](https://github.com/vue-styleguidist/vue-styleguidist/compare/v3.25.1-beta.1...v4.0.0-beta.1) (2019-1...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: v4.0.0-beta.1 [skip ci]
1
chore
null
217,922
23.10.2019 18:59:09
-7,200
fa8bce6818217fb9f1654b6236b98ba55f9fb19a
chore(release): 6.0.10
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"6.0.10\"></a>\n+## [6.0.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.10
1
chore
release
722,013
23.10.2019 19:05:22
18,000
c94337cb67148ebb49d8af5ea8424fe4b7773547
chore: bump prerelease package
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"3.13.1\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n- \"version\": \"4.0.0-beta.1\",\n+ \"version\": \"4.0.0-beta.2\",\n\"command\": {\n\"publish\": {\n\"conventionalCommits\": true\n", "new_path": "lerna.json", "old_path": "lerna.json" }...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: bump prerelease package
1
chore
null