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
104,963
28.11.2019 13:19:12
-3,600
493f10318d6359525590e662be52c63e51e7b81d
test: add tests for cv-toast-notification
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`CvToastNotification should render correctly 1`] = `\n+<div data-notification=\"\" role=\"alert\" class=\"cv-notifiation bx--toast-notification bx--toast-notification--error\">\n+ <errorfilled20-stub class=\"bx--toast-...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
test: add tests for cv-toast-notification (#718)
1
test
null
67,476
28.11.2019 13:46:02
-3,600
c73133b2651ae0ff8f0e6dbc7f1c1b194806e7c3
fix(ast): fix slip-up in envRec
[ { "change_type": "MODIFY", "diff": "@@ -411,12 +411,12 @@ export class $ESScript implements I$Node {\n// 5. For each name in lexNames, do\nfor (const name of lexNames) {\n// 5. a. If envRec.HasVarDeclaration(name) is true, throw a SyntaxError exception.\n- if (envRec.HasVarDeclaration(ctx, name)) {\n+ if (e...
TypeScript
MIT License
aurelia/aurelia
fix(ast): fix slip-up in envRec
1
fix
ast
869,310
28.11.2019 13:48:09
-3,600
ede360b95505b4fe8430bcb0972bf88b94d75fd0
build(package): remove request and update Cloudscraper
[ { "change_type": "MODIFY", "diff": "\"version\": \"6.10.2\",\n\"resolved\": \"https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz\",\n\"integrity\": \"sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==\",\n+ \"dev\": true,\n\"requires\": {\n\"fast-deep-equal\": \"^2....
JavaScript
MIT License
coinranking/exchanges
build(package): remove request and update Cloudscraper
1
build
package
722,012
28.11.2019 14:04:58
0
00b7658da38abc38f687ec42452524d5ed3987ff
fix: destroy Vue component in Preview when replacing it or unmounting
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ class Preview extends Component {\n}\nunmountPreview() {\n+ this.destroyVueInstance();\nif (this.mountNode) {\nlet el = this.mountNode.children[0]\nif (!el) {\n@@ -64,6 +65,15 @@ class Preview extends Component {\n}\n}\n+ destroyVueInstance() {\n+ if (th...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: destroy Vue component in Preview when replacing it or unmounting
1
fix
null
67,476
28.11.2019 14:11:18
-3,600
f473313880a9440df65fdbe224a94e5de722095a
fix(ast): pass the correct execution context into script evaluation
[ { "change_type": "MODIFY", "diff": "@@ -595,7 +595,7 @@ export class $ESScript implements I$Node {\nconst scriptBody = scriptRecord;\n// 11. Let result be GlobalDeclarationInstantiation(scriptBody, globalEnv).\n- let result = scriptBody.InstantiateGlobalDeclaration(ctx, globalEnv) as $Any;\n+ let result = s...
TypeScript
MIT License
aurelia/aurelia
fix(ast): pass the correct execution context into script evaluation
1
fix
ast
71,161
28.11.2019 14:25:07
-7,200
590705586eb545c2c55cea1c0733b6d5f0876765
feat(ec2): access gateways created by NatProvider Add the ability for `NatProvider`s to configure subnets created manually outside the `Vpc` construct. Closes
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,22 @@ import { Port } from './port';\nimport { SecurityGroup } from './security-group';\nimport { PrivateSubnet, PublicSubnet, RouterType, Vpc } from './vpc';\n+/**\n+ * Pair represents a gateway created by NAT Provider\n+ */\n+export interface GatewayConfig {\...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): access gateways created by NatProvider (#4948) Add the ability for `NatProvider`s to configure subnets created manually outside the `Vpc` construct. Closes #4858
1
feat
ec2
531,793
28.11.2019 14:47:27
0
8e6505c73f4205061853b7617d233a738731421a
fix(ui): fix history menu layout
[ { "change_type": "MODIFY", "diff": "@@ -105,7 +105,7 @@ const HistoryMenuContent = ({\n))\n)}\n<div className=\"dropdown-divider\" />\n- <div className=\"container text-center\">\n+ <div className=\"px-3 d-flex justify-content-center flex-wrap\">\n<ActionButton\ncolor=\"success\"\nicon={faSave}\n", "new...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix history menu layout
1
fix
ui
869,310
28.11.2019 14:48:08
-3,600
ecc9eefe5dce1c90c3364cd09680501d6ecf0ca1
fix(request): request lib is compulsory for cloudscraper
[ { "change_type": "MODIFY", "diff": "\"version\": \"6.10.2\",\n\"resolved\": \"https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz\",\n\"integrity\": \"sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==\",\n- \"dev\": true,\n\"requires\": {\n\"fast-deep-equal\": \"^2....
JavaScript
MIT License
coinranking/exchanges
fix(request): request lib is compulsory for cloudscraper
1
fix
request
865,917
28.11.2019 14:53:56
-3,600
2337fe73da059594ea1d3b8d9a749a5a812f2d6f
feat(camunda-api): ability to start instance on engine
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,33 @@ export default class CamundaAPI {\nthrow new DeploymentError(response, body);\n}\n+ async startInstance(processDefinition, options) {\n+\n+ const {\n+ businessKey,\n+ variables\n+ } = options;\n+\n+ const response = await this.fetch(`/process-definition...
JavaScript
MIT License
camunda/camunda-modeler
feat(camunda-api): ability to start instance on engine
1
feat
camunda-api
67,476
28.11.2019 14:58:18
-3,600
76cca8c6cf6baa6932b9d172b5344c90d1a1ed26
chore(aot): try native es modules
[ { "change_type": "MODIFY", "diff": "\"cwd\": \"${workspaceFolder}\",\n\"program\": \"${workspaceFolder}\\\\packages\\\\__tests__\\\\dist\\\\esnext\\\\__tests__\\\\setup-test262.js\",\n\"runtimeArgs\": [\n- \"-r\",\n- \"esm\"\n+ \"--es-module-specifier-resolution=node\"\n],\n\"skipFiles\": [\n\"<node_interna...
TypeScript
MIT License
aurelia/aurelia
chore(aot): try native es modules
1
chore
aot
865,925
28.11.2019 15:20:08
-3,600
35168a58512f44f4bb39c6630a7981aca4d95e6a
feat(client): update checks plugin
[ { "change_type": "MODIFY", "diff": "import CamundaPlugin from './camunda-plugin';\nimport PrivacyPreferences from './privacy-preferences';\n+import UpdateChecks from './update-checks';\nexport default [\nCamundaPlugin,\n- PrivacyPreferences\n+ PrivacyPreferences,\n+ UpdateChecks\n];\n", "new_path": "cli...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): update checks plugin
1
feat
client
531,793
28.11.2019 15:20:39
0
7025cbc683cb52d18edc1015adced4945d8d4045
chore(demo): add links in annotations
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,8 @@ class AlwaysOnAlert(AlertGenerator):\ndef _gen(size, cluster):\nreturn [newAlert(\nself._labels(instance=\"server{}\".format(i), cluster=cluster,\n- severity=\"info\", job=\"node_exporter\", region=\"US\"),\n+ severity=\"info\", job=\"node_exporter\", ...
TypeScript
Apache License 2.0
prymitive/karma
chore(demo): add links in annotations
1
chore
demo
865,925
28.11.2019 15:29:26
-3,600
0324e30ceae839139f6e88fa52f43be3ce80f27a
feat(client): pass _getGlobal method to plugins
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,7 @@ export default class PluginsRoot extends PureComponent {\nsubscribe={ subscribe }\nlog={ this.log }\ndisplayNotification={ this.displayNotification }\n+ _getGlobal={ app.getGlobal }\n/>\n</PluginParent>\n);\n", "new_path": "client/src/app/plugins/Plu...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): pass _getGlobal method to plugins
1
feat
client
401,147
28.11.2019 15:43:04
-19,080
f7e90feb7c5fb250c3704c1cf64be0ef509b7e0a
test(core): fix snapshot test after making radiogroup and checkbox group fullWidth by default affects:
[ { "change_type": "MODIFY", "diff": "@@ -3520,16 +3520,16 @@ exports[`MultiSelect component with checkbox true should close options when clic\n}\n.c22 {\n- margin: 8px 8px 8px 0px;\n- display: inline-grid;\n+ margin: 8px 0px;\n+ display: grid;\ngrid-template-areas: 'label' 'field' 'description';\n}\n.c22 .c2...
TypeScript
MIT License
medly/medly-components
test(core): fix snapshot test after making radiogroup and checkbox group fullWidth by default affects: @medly-components/core
1
test
core
306,444
28.11.2019 15:55:51
-3,600
d1a410346decd1d654d31818bab1724aad134df9
chore(dialog): allow for not having an invokerNode
[ { "change_type": "MODIFY", "diff": "@@ -21,12 +21,17 @@ export class LionDialog extends OverlayMixin(LitElement) {\nthis.__toggle = () => {\nthis.opened = !this.opened;\n};\n+\n+ if (this._overlayCtrl.invokerNode) {\nthis._overlayCtrl.invokerNode.addEventListener('click', this.__toggle);\n}\n+ }\n_teardownO...
JavaScript
MIT License
ing-bank/lion
chore(dialog): allow for not having an invokerNode
1
chore
dialog
67,476
28.11.2019 16:17:48
-3,600
d8185ce45c44e76fe5fb765533f1432413758176
fix(aot): add stack to throw completions
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,8 @@ export class $Boolean<T extends boolean = boolean> {\npublic get hasValue(): true { return true; }\npublic get isList(): false { return false; }\n+ public readonly nodeStack: I$Node[] = [];\n+\npublic constructor(\npublic readonly realm: Realm,\nvalue: T...
TypeScript
MIT License
aurelia/aurelia
fix(aot): add stack to throw completions
1
fix
aot
306,444
28.11.2019 16:23:31
-3,600
ab5cb627afe5ce5c9739346afe1404cc16326576
fix(overlays): close overlay upon disconnectedCallback
[ { "change_type": "MODIFY", "diff": "@@ -140,6 +140,7 @@ export const OverlayMixin = dedupeMixin(\nif (super.disconnectedCallback) {\nsuper.disconnectedCallback();\n}\n+ this.opened = false;\nthis._overlayCtrl.contentNode.removeEventListener(this.closeEventName, this.__close);\nthis._teardownOpenCloseListene...
JavaScript
MIT License
ing-bank/lion
fix(overlays): close overlay upon disconnectedCallback
1
fix
overlays
902,122
28.11.2019 16:37:17
0
ebc3f042bb8f2de41d20a6e6d925791afd8c4c5e
chore(release): v5.18.7
[ { "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+## [5.18.7](https://github.com/kikobeats/browserless/compare/v5.18.6...v5.18.7) (2019-11-28)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.18.7
1
chore
release
531,793
28.11.2019 16:50:47
0
9813949b5f68292d2cb3f17220b092c92553ac9a
fix(demo): move links from labels to annotations
[ { "change_type": "MODIFY", "diff": "@@ -140,10 +140,10 @@ class AlwaysOnAlert(AlertGenerator):\ndef _gen(size, cluster):\nreturn [newAlert(\nself._labels(instance=\"server{}\".format(i), cluster=cluster,\n- severity=\"info\", job=\"node_exporter\", region=\"US\",\n- repo=\"http://github.com/prymitive/karma\...
TypeScript
Apache License 2.0
prymitive/karma
fix(demo): move links from labels to annotations
1
fix
demo
276,989
28.11.2019 17:02:24
10,800
a023d4651514c669a220aac7f633f05575f1ab8d
feat(yoga/docs): add new route to Yoga documentation: Guidelines
[ { "change_type": "DELETE", "diff": "----\n-title: 'Getting started'\n-metaTitle: 'Getting started'\n-metaDescription: 'This is the Getting started'\n----\n-\n-# Yoga\n-\n-A scientific system of practices made to help each one of us achieve our highest potential and experience.\n-\n-## Getting Started\n-\n-G...
JavaScript
MIT License
gympass/yoga
feat(yoga/docs): add new route to Yoga documentation: Guidelines
1
feat
yoga/docs
276,989
28.11.2019 17:04:01
10,800
76a2734962953ae987374a9fc09fb946b8dd4efd
chore(slack): add last commit message, from lerna, to slack notification
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@testing-library/react\": \"^9.1.4\",\n- \"@testing-library/react-native\": \"^4.1.0\"\n+ \"@testing-library/react-native\": \"^4.1.0\",\n+ \"git-last-commit\": \"^1.0.0\"\n},\n\"peerDependencies\": {\n\"styled-components\": \"^4.4.0\"\n", ...
JavaScript
MIT License
gympass/yoga
chore(slack): add last commit message, from lerna, to slack notification
1
chore
slack
902,122
28.11.2019 17:26:55
-3,600
e04536449f161686535f159d41f860a7e54fa3c4
fix: just add adblocker logs once
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,9 @@ const engine = PuppeteerBlocker.deserialize(\nnew Uint8Array(fs.readFileSync(path.resolve(__dirname, './engine.bin')))\n)\n+engine.on('request-blocked', ({ url }) => debug('adblock:block', url))\n+engine.on('request-redirected', ({ url }) => debug('adblo...
JavaScript
MIT License
microlinkhq/browserless
fix: just add adblocker logs once
1
fix
null
141,524
28.11.2019 17:34:04
-39,600
a4ac956b2df7c61db9c80a0dd3ad55f2be69a68e
fix: ensure that the Elm TitleBlock component reflects recent changes to the JS version
[ { "change_type": "MODIFY", "diff": "@@ -201,18 +201,19 @@ view title (Config config) =\ntitleblockClassList =\nstyles.classList\n- [ ( .titleBlock, True )\n- , ( .reverseColorLapis, config.reverseColor == Just Lapis )\n+ [ ( .reverseColorLapis, config.reverseColor == Just Lapis )\n, ( .reverseColorOcean, co...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: ensure that the Elm TitleBlock component reflects recent changes to the JS version (#143)
1
fix
null
141,506
28.11.2019 17:58:09
-39,600
e0cd64bb7255eef7259e50548e358e4e535086aa
feat: revert Use Zen colours for NavigationBar This reverts commit
[ { "change_type": "MODIFY", "diff": "}\n}\n-.kaizen .active {\n+.active {\n+ background-color: add-alpha($ca-palette-ink, 80%);\n+\n+ .kaizen & {\nbackground-color: add-shade($ca-palette-wisteria, 25%);\n}\n+}\n", "new_path": "packages/component-library/components/NavigationBar/NavigationBar.module.scss"...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: revert Use Zen colours for NavigationBar (#144) This reverts commit 699e423fb6455567e4b48ba5ad8eb44bef8a0e88.
1
feat
null
217,922
28.11.2019 18:01:37
-3,600
dfc0693602b9c3b7c5360da0c5651eebe10b51f0
fix(custom-items): fixed an issue with custom items not importing properly
[ { "change_type": "MODIFY", "diff": "@@ -4,19 +4,7 @@ import { BehaviorSubject, combineLatest, EMPTY, Observable, of, Subject, Subscri\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { CustomItem } from '../../../modules/custom-items/model/custom-item';\nimport { CustomItemsFacade } from ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(custom-items): fixed an issue with custom items not importing properly Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
fix
custom-items
531,793
28.11.2019 18:51:11
0
f1c130fa7cca1e5c977309cf509c0429852040ad
fix(ui): border overrides causes color flap on load
[ { "change_type": "MODIFY", "diff": "@@ -238,7 +238,7 @@ const History = observer(\n<button\nref={ref}\nonClick={this.collapse.toggle}\n- className=\"input-group-text border-left-0 border-right-0 border-top-0 border-light rounded-0 bg-transparent text-white cursor-pointer components-navbar-history px-2\"\n+ ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): border overrides causes color flap on load
1
fix
ui
67,476
28.11.2019 20:11:27
-3,600
d428eb0a98b7bc67db3486f70aa918f9b8ccb683
chore(aot): move back to esm
[ { "change_type": "MODIFY", "diff": "\"cwd\": \"${workspaceFolder}\",\n\"program\": \"${workspaceFolder}\\\\packages\\\\__tests__\\\\dist\\\\esnext\\\\__tests__\\\\setup-test262.js\",\n\"runtimeArgs\": [\n- \"--es-module-specifier-resolution=node\"\n+ \"-r\",\n+ \"esm\"\n],\n\"skipFiles\": [\n\"<node_interna...
TypeScript
MIT License
aurelia/aurelia
chore(aot): move back to esm
1
chore
aot
67,516
28.11.2019 20:46:58
-3,600
e56613b18a74c6f903b733d6eac09bc7c9f96856
refactor(validation): fixed property name parsing
[ { "change_type": "MODIFY", "diff": "import { IContainer, PLATFORM, Registration } from '@aurelia/kernel';\nimport { IValidator, StandardValidator } from './validator';\n-import { ValidationRules } from './implementation/rule';\n+import { ValidationRules } from './rule';\nimport {\nValidateBindingBehavior,\n...
TypeScript
MIT License
aurelia/aurelia
refactor(validation): fixed property name parsing
1
refactor
validation
679,913
28.11.2019 22:02:57
0
c72eee41f85c60609d9c916649e7d0d271cc12e1
docs: regenerate (w/ new example meta)
[ { "change_type": "MODIFY", "diff": "\"process\": false\n},\n\"thi.ng\": {\n- \"readme\": true,\n+ \"readme\": [\n+ \"cache\",\n+ \"hiccup\",\n+ \"resolve-map\",\n+ \"transducers\"\n+ ],\n\"screenshot\": \"examples/commit-table-ssr.png\"\n}\n}\n", "new_path": "examples/commit-table-ssr/package.json", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: regenerate (w/ new example meta)
1
docs
null
104,877
28.11.2019 22:03:05
-28,800
09feac369373eec80e516ace47f546e54882ae65
feat(Breadcrumb): update overview Breadcrumb
[ { "change_type": "MODIFY", "diff": "-export default from 'carbon-components-react/lib/components/Breadcrumb/Breadcrumb-story';\n+import React from 'react';\n+import { storiesOf } from '@storybook/react';\n+import { action } from '@storybook/addon-actions';\n+import { BreadcrumbItem as CarbonBreadcrumbItem }...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(Breadcrumb): update overview Breadcrumb #719
1
feat
Breadcrumb
679,913
28.11.2019 22:03:48
0
eb69d72abbda546b3c72044fe7bf4a08d82b1f2c
build: update generate-readme script
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ try {\nconst RE_HEADING = /^(#{2,4})\\s(.+)/;\nconst RE_SLUG = /[^a-z0-9]/gi;\nconst PATTERN_TOC = \"<!-- TOC -->\";\n+ const PATTERN_NO_TOC = \"<!-- NOTOC -->\";\nconst shortName = (name) => name.split(\"/\")[1];\n@@ -42,6 +43,23 @@ try {\nconst list = ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update generate-readme script
1
build
null
679,913
28.11.2019 22:04:23
0
27f64600653a1954ba2d574d3a6066eea762a9a1
test(lsys): update to write results to /export dir
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,13 @@ const examples: Example[] = [\nconst impl = lsys.TURTLE_IMPL_2D;\n+try {\n+ fs.mkdirSync(\"export\");\n+} catch (_) {}\n+\nexamples.forEach(({ rules, delta, iter }, i) =>\nfs.writeFileSync(\n- `lsys-ex${i}.svg`,\n+ `export/lsys-ex${i}.svg`,\ng.asSvg(\ng...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(lsys): update to write results to /export dir
1
test
lsys
67,476
28.11.2019 22:17:55
-3,600
856f0fe935f323c925f4aec2ea723dccfb1f6ee7
refactor(aot): cleanup functions a bit
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ import {\nFunctionDeclaration,\nFunctionExpression,\nModifierFlags,\n- NodeFlags,\nParameterDeclaration,\nSyntaxKind,\n} from 'typescript';\n@@ -230,6 +229,9 @@ export class $FunctionExpression implements I$Node {\npublic readonly TypeDeclarations: readonl...
TypeScript
MIT License
aurelia/aurelia
refactor(aot): cleanup functions a bit
1
refactor
aot
67,476
28.11.2019 23:11:58
-3,600
69724ea7d560f812be656fc12af6c7f958f2f6f4
feat(aot): implement InstantiateFunctionObject for Generator, AsyncGenerator and Async
[ { "change_type": "MODIFY", "diff": "@@ -540,6 +540,7 @@ export class $ESScript implements I$Node {\n// 17. b. Let fo be the result of performing InstantiateFunctionObject for f with argument env.\nconst fo = f.InstantiateFunctionObject(ctx, env);\n+ if (fo.isAbrupt) { return fo.enrichWith(ctx, this); }\n// ...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement InstantiateFunctionObject for Generator, AsyncGenerator and Async
1
feat
aot
217,922
29.11.2019 00:12:08
-3,600
160980a00f4d45c65f9776c0a63b64ec66882890
fix(desktop): fixed updateInventorySlot packet
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.28.12\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.28.12.tgz\",\n- \"integrity\": \"sha512-MsAbhfFpGpNpKGuTr6oatLwqvVNjRY/yIDAV7MXTvn8YZnHUItpBGgYV2ee6jnpPQoOy+DpJg7Soqd8Oe2...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed updateInventorySlot packet Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
fix
desktop
217,922
29.11.2019 00:13:25
-3,600
f2f880a73b38b7ad65ac9b81b6d2401f4a54e57f
chore: better JWT management for apollo client
[ { "change_type": "ADD", "diff": "+import { Injectable } from '@angular/core';\n+import { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\n+import { AuthFacade } from './+state/auth.facade';\n+import { filter, switchMap } from 'rxjs/operators';\n+\n+@Injectable()\n+export class Apoll...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better JWT management for apollo client Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
217,922
29.11.2019 00:22:41
-3,600
a91ee3aa26f7e0e63bfe5938fd2da2b5467a8e1a
fix(inventory): fixed an issue with inventory item names being wrong
[ { "change_type": "MODIFY", "diff": "@@ -8,13 +8,15 @@ import { TranslateService } from '@ngx-translate/core';\n})\nexport class I18nPipe implements PipeTransform {\n- private cache: { lang: string, value: string };\n+ private cache: { input: any, lang: string, value: string };\nconstructor(private i18n: I18...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with inventory item names being wrong Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
fix
inventory
67,476
29.11.2019 00:39:11
-3,600
78f7deae1f511a0d3de81caea21d9d52e1130824
feat(aot): implement RS:Evaluation for Generator, AsyncGenerator and Async
[ { "change_type": "MODIFY", "diff": "@@ -243,7 +243,15 @@ import {\n$RegularExpressionLiteral,\n$StringLiteral,\n} from './literals';\n-import { $StringSet } from '../globals/string';\n+import {\n+ $StringSet,\n+} from '../globals/string';\n+import {\n+ $Empty,\n+} from '../types/empty';\n+import {\n+ $Error...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement RS:Evaluation for Generator, AsyncGenerator and Async
1
feat
aot
217,922
29.11.2019 00:44:21
-3,600
fbbdc239a1fc2f3f0d1b0ec884a439b1bdd1f171
chore: small fix for apollo interceptor
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ export class ApolloInterceptor implements HttpInterceptor {\n}\nintercept(req: HttpRequest<any>, next: HttpHandler) {\n+ if (req.url.indexOf('/graphql') > -1) {\nreturn this.authFacade.idToken$\n.pipe(\nfilter(token => token.claims['https://hasura.io/jwt...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for apollo interceptor Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
217,922
29.11.2019 00:47:44
-3,600
73a9c0dac2e76c7daa7ee04a23fa5cad47b50505
chore(release): 6.2.11
[ { "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.2.11\"></a>\n+## [6.2.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.2.11
1
chore
release
67,476
29.11.2019 01:09:42
-3,600
d6be430d1c5f4da20d8198798eb92e7adf2edf4c
refactor(aot): normalize function allocation string to enum
[ { "change_type": "MODIFY", "diff": "@@ -1394,10 +1394,12 @@ export const modifiersToModifierFlags = (function () {\n})();\nexport const enum FunctionKind {\n- normal = 0b00,\n- generator = 0b01,\n- async = 0b10,\n- asyncGenerator = 0b11,\n+ normal = 0b0000,\n+ nonConstructor = 0b0001,\n+ classConstructor = ...
TypeScript
MIT License
aurelia/aurelia
refactor(aot): normalize function allocation string to enum
1
refactor
aot
679,913
29.11.2019 01:36:51
0
686b25dbf7e20a9ed776e6adefc8980b29684d0c
docs(examples): update pk meta, add images, update rstream readme
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/examples/pointfree-svg.png differ\n", "new_path": "assets/examples/pointfree-svg.png", "old_path": "assets/examples/pointfree-svg.png" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/shader-ast/s...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update pk meta, add images, update rstream readme
1
docs
examples
104,877
29.11.2019 01:57:42
-28,800
899b2870c21553f5d8876ac651fbb53e22581bcf
fix(Breadcrumb): overviewItem children not defined
[ { "change_type": "MODIFY", "diff": "@@ -59,17 +59,16 @@ const defaultProps = {\n*\n* @param {number} t, threshold must be a valid number\n*/\n-const setThreshold = t => {\n- if (t < MINIMUM_OVERFLOW_THRESHOLD) {\n- return MINIMUM_OVERFLOW_THRESHOLD;\n- }\n- return t;\n-};\n+const setThreshold = (t < MINIMUM...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(Breadcrumb): overviewItem children not defined
1
fix
Breadcrumb
67,476
29.11.2019 04:45:38
-3,600
6da6cc297595e145240638fb462ba8cf34dade2d
chore(aot): add %GeneratorFunction%, %Generator%, %GeneratorPrototype% intrinsics boilerplate
[ { "change_type": "MODIFY", "diff": "@@ -85,6 +85,14 @@ import {\nIDisposable,\nWritable,\n} from '@aurelia/kernel';\n+import {\n+ $GeneratorFunctionPrototype,\n+ $GeneratorPrototype,\n+ $GeneratorFunctionConstructor,\n+ $GeneratorPrototype_next,\n+ $GeneratorPrototype_return,\n+ $GeneratorPrototype_throw,\n...
TypeScript
MIT License
aurelia/aurelia
chore(aot): add %GeneratorFunction%, %Generator%, %GeneratorPrototype% intrinsics boilerplate
1
chore
aot
401,147
29.11.2019 09:33:44
-19,080
ee47003db88e03f8fb82bc9c6591cd0a2da67bf8
docs(core): add fullWidth knob in DateRangePicker component affects:
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export const Basic = () => {\nvalue={date}\nonChange={setDate}\nplacement={select('Placement', placement, 'bottom')}\n+ fullWidth={boolean('Full Width', false)}\nminWidth={number('Min Width', 300)}\ndisabled={boolean('Disabled', false)}\nlabel={text('Lab...
TypeScript
MIT License
medly/medly-components
docs(core): add fullWidth knob in DateRangePicker component affects: @medly-components/core
1
docs
core
276,989
29.11.2019 10:18:06
10,800
c7306b86b5c5ee1dfac5d1763930097967a50ae0
ci(lerna): add ignoreChange to the lerna.json root
[ { "change_type": "MODIFY", "diff": "\"version\": \"independent\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n+ \"ignoreChanges\": [\"**/*.test.jsx\", \"**/*.md\"],\n\"command\": {\n\"publish\": {\n- \"conventionalCommits\": true,\n- \"ignoreChanges\": [\"**/*.test.jsx\", \"**/*.md\"]\n+ \"conventi...
JavaScript
MIT License
gympass/yoga
ci(lerna): add ignoreChange to the lerna.json root
1
ci
lerna
438,921
29.11.2019 10:27:21
-32,400
cf27867a0b643744fb53c605090b2d000a52c5f4
docs(types): Add missing .load() params defs Add missing params definitions for .load() Ref #767#issuecomment-547338496
[ { "change_type": "MODIFY", "diff": "@@ -319,20 +319,23 @@ export interface Chart {\n*/\nload(args: {\nurl?: string;\n- json?: {};\n+ json?: [{ [key: string]: string }];\nrows?: PrimitiveArray[];\ncolumns?: PrimitiveArray[];\ndata?: DataArray;\n- xs?: { [key: string]: string };\nnames?: { [key: string]: stri...
TypeScript
MIT License
naver/billboard.js
docs(types): Add missing .load() params defs Add missing params definitions for .load() Ref #767#issuecomment-547338496
1
docs
types
902,122
29.11.2019 11:00:50
0
8135214d97b4de82fe0466ff87ce387c517e592a
chore(release): v5.18.8
[ { "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+## [5.18.8](https://github.com/kikobeats/browserless/compare/v5.18.7...v5.18.8) (2019-11-29)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.18.8
1
chore
release
815,577
29.11.2019 11:03:24
-28,800
44ed6223d744b74c098b928cd8dcf4f42fd523ef
chore: upgrade p2p to 0.2.7
[ { "change_type": "MODIFY", "diff": "@@ -657,7 +657,7 @@ dependencies = [\nname = \"ckb-network\"\nversion = \"0.25.3-pre\"\ndependencies = [\n- \"bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bytes 0.4.12 (...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade p2p to 0.2.7
1
chore
null
217,922
29.11.2019 11:14:49
-3,600
b65f716435f5d1dc43576b8ae76d0c1bcc4d5c06
chore: small performance improvements
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { inventoryQuery } from './inventory.selectors';\nimport { LoadInventory, ResetInventory, UpdateInventory } from './inventory.actions';\nimport { ContainerType } from '../../../model/user/inventory/container-type';\nimport { UserInventory } from '.....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small performance improvements Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
603,467
29.11.2019 11:37:03
0
980bd1179a9318a69130df6a457b93a4f61a0257
docs(website): Corrected the all-caps CHANGELOG to changelog to make it more user friendly
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ const\ncleanCSS = require('metalsmith-clean-css'),\nfileMetadata = require('metalsmith-filemetadata'),\nuglify = require('metalsmith-uglify'),\n+ rename = require('metalsmith-rename'),\nsass = require('metalsmith-sass'),\ndebug = require('./plugins/debug...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): Corrected the all-caps CHANGELOG to changelog to make it more user friendly
1
docs
website
603,467
29.11.2019 11:43:07
0
35b347e84ce350a09a68b9b94df9802d1a5cd7db
build(deps): updated Commitizen
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"@commitlint/execute-rule\": {\n+ \"version\": \"8.2.0\",\n+ \"resolved\": \"https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.2.0.tgz\",\n+ \"integrity\": \"sha512-9MBRthHaulbWTa8ReG2Oii2qc117NuvzhZdnkuKuYLhker7sUXGFcVhLanuWUKGyfyI2o9zVr/N...
TypeScript
Apache License 2.0
serenity-js/serenity-js
build(deps): updated Commitizen
1
build
deps
902,122
29.11.2019 11:50:25
-3,600
fc9879956cf1dc843a85642faac4ff30e633345d
build: accomodate browserless properly
[ { "change_type": "MODIFY", "diff": "@@ -4,5 +4,6 @@ const stats = require('../../stats')\nrequire('./main')(async url => {\nconst metrics = await stats(url)\n+ console.log(metrics)\nreturn metrics\n})\n", "new_path": "packages/examples/src/stats.js", "old_path": "packages/examples/src/stats.js" },...
JavaScript
MIT License
microlinkhq/browserless
build: accomodate browserless properly
1
build
null
217,922
29.11.2019 12:53:26
-3,600
65d3ab149409f2a252c4766a63a102d90f4a2996
chore: small console error fix
[ { "change_type": "MODIFY", "diff": "@@ -297,7 +297,7 @@ export class AppComponent implements OnInit {\nif (this.platformService.isDesktop() || isPlatformServer(this.platform)) {\nreturn of(false);\n}\n- if (url.endsWith('/')) {\n+ if (url && url.endsWith('/')) {\nurl = url.substring(0, url.length - 1);\n}\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small console error fix Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
chore
null
276,989
29.11.2019 13:49:34
10,800
81ff58c51549ffff3512ddbf26142115f0af6140
style(yoga/doc): add grotesk font
[ { "change_type": "MODIFY", "diff": "@@ -55,10 +55,14 @@ const plugins = [\n},\n},\n{\n- resolve: `gatsby-plugin-google-fonts`,\n+ resolve: `gatsby-plugin-web-font-loader`,\noptions: {\n- fonts: [`open sans\\:300,500,700`, `muli\\:100,300,400,500,700,900`],\n- display: 'swap',\n+ typekit: {\n+ id: 'bzu7qrx',...
JavaScript
MIT License
gympass/yoga
style(yoga/doc): add grotesk font
1
style
yoga/doc
276,933
29.11.2019 14:22:04
10,800
c00c260b18795bc210aedf7059ed40201ab3107c
feat(doc/home): adding home route
[ { "change_type": "MODIFY", "diff": "-import { Logo } from '../src/components/Home';\n-\n-<Logo />\n", "new_path": "packages/doc/content/index.mdx", "old_path": "packages/doc/content/index.mdx" }, { "change_type": "MODIFY", "diff": "import React, { useState } from 'react';\n-import { arra...
JavaScript
MIT License
gympass/yoga
feat(doc/home): adding home route
1
feat
doc/home
334,576
29.11.2019 14:29:37
21,600
9ecde07adc80291993d59a363ce7330996bde1f4
fix(custom-webpack): support exporting function in config written in TS
[ { "change_type": "MODIFY", "diff": "@@ -313,6 +313,24 @@ module.exports = (config, options) => {\n};\n```\n+Alternatively, using TypeScript:\n+\n+```ts\n+import { CustomWebpackBrowserSchema } from '@angular-builders/custom-webpack';\n+import * as webpack from 'webpack';\n+import * as pkg from './package.jso...
TypeScript
MIT License
just-jeb/angular-builders
fix(custom-webpack): support exporting function in config written in TS (#627)
1
fix
custom-webpack
71,143
29.11.2019 14:30:57
-3,600
ecbe0b6ab2e652454d561879f699821bfb18b81a
fix(cli): fix the behaviour for the `--generate-only` flag
[ { "change_type": "MODIFY", "diff": "@@ -238,11 +238,10 @@ async function initCommandLine() {\ncase 'init':\nconst language = configuration.settings.get(['language']);\n- const generateOnly = configuration.settings.get(['generate-only']);\nif (args.list) {\nreturn await printAvailableTemplates(language);\n} ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): fix the behaviour for the `--generate-only` flag (#5253)
1
fix
cli
276,933
29.11.2019 14:37:02
10,800
34f62aaa48d93818514d4894e3bbfd96bbd638dc
improvement(doc/home): creating home component
[ { "change_type": "MODIFY", "diff": "+<Home />\n", "new_path": "packages/doc/content/index.mdx", "old_path": "packages/doc/content/index.mdx" }, { "change_type": "MODIFY", "diff": "@@ -34,8 +34,8 @@ const customComponents = {\nTab: ({ ...props }) => <Tab {...props} />,\nPropsTable,\nExpoS...
JavaScript
MIT License
gympass/yoga
improvement(doc/home): creating home component
1
improvement
doc/home
438,921
29.11.2019 16:14:10
-32,400
fbb89464ff78a427c9b9f5449d628bd269784e0e
docs(plugin): Remove data.labels.overlap Remove data.labels.overlap from API doc & demo [skip ci] Ref
[ { "change_type": "MODIFY", "diff": "@@ -2518,12 +2518,7 @@ d3.select(\".chart_area\")\n[\"data4\", 30, 35, 20, 38, 19, 28, 5.6, 8, 5.5, 22],\n[\"data5\", 13, 10, 10, 20, 8, 5, 20, 13, 18.5, 9.8]\n],\n- labels:{\n- overlap: {\n- extent: 8,\n- area : 3\n- }\n- }\n+ labels: true\n},\n_plugins: [{\ntextoverlap:...
TypeScript
MIT License
naver/billboard.js
docs(plugin): Remove data.labels.overlap Remove data.labels.overlap from API doc & demo [skip ci] Ref #1048
1
docs
plugin
306,423
29.11.2019 17:05:38
-3,600
4b1acbdafa242ce840de3e2b8f37446f7a019edc
chore: fix typo in docs; no autocomplete show overlay in story
[ { "change_type": "MODIFY", "diff": "@@ -28,10 +28,10 @@ import '@lion/dialog/lion-dialog.js';\n```js\nhtml`\n- <lion-dialog>\n- <div slot=\"content\" class=\"tooltip\" .config=${{\n+ <lion-dialog.config=${{\nviewportConfig: { placement: 'bottom-right' },\n}}>\n+ <div slot=\"content\">\nThis is a dialog\n<bu...
JavaScript
MIT License
ing-bank/lion
chore: fix typo in docs; no autocomplete show overlay in story
1
chore
null
67,476
29.11.2019 17:12:29
-3,600
1d65c76c6c969f43de11582fcdd6fe5581db503d
feat(aot): implement generator
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ import {\n} from './types/reference';\nimport {\n$AnyNonEmpty,\n+ $Any,\n} from './types/_shared';\nimport {\n$Function,\n@@ -65,8 +66,11 @@ import {\n$TaggedTemplateExpression,\n} from './ast/expressions';\nimport {\n- $ESModule, $$ESModuleOrScript,\n+ ...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement generator
1
feat
aot
306,423
29.11.2019 17:26:41
-3,600
2853444de77e071e0ebb22b73992731f1244eee6
chore: lint and align versions
[ { "change_type": "MODIFY", "diff": "\"@lion/overlays\": \"^0.6.4\"\n},\n\"devDependencies\": {\n- \"@lion/button\": \"^0.3.32\",\n- \"@lion/icon\": \"^0.2.8\",\n+ \"@lion/button\": \"^0.3.43\",\n+ \"@lion/icon\": \"^0.2.9\",\n\"@open-wc/demoing-storybook\": \"^0.2.0\",\n- \"@open-wc/testing\": \"^2.3.9\"\n+...
JavaScript
MIT License
ing-bank/lion
chore: lint and align versions
1
chore
null
531,793
29.11.2019 17:47:34
0
4cc15f10d1facf1f2e2f45a1750aa2b96afbac1f
chore(backend): use new settings for UI theme configuration
[ { "change_type": "MODIFY", "diff": "@@ -842,7 +842,7 @@ ui:\nrefresh: duration\nhideFiltersWhenIdle: bool\ncolorTitlebar: bool\n- darkTheme: bool\n+ theme: string\nminimalGroupWidth: integer\nalertsPerGroup: integer\ncollapseGroups: string\n@@ -854,8 +854,14 @@ ui:\nuser inactivity\n- `colorTitlebar` - if e...
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): use new settings for UI theme configuration
1
chore
backend
815,598
29.11.2019 18:02:08
-28,800
43acc44d9b3653d5337a992db62117f31fa2632c
docs: add RPC warning in config file
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,10 @@ discovery_local_address = false # {{\nbootnode_mode = false\n[rpc]\n+# By default RPC only binds to localhost, thus it only allows accessing from the same machine.\n+#\n+# Allowing arbitrary machines to access the JSON-RPC port is dangerous and strongly...
Rust
MIT License
nervosnetwork/ckb
docs: add RPC warning in config file
1
docs
null
306,423
29.11.2019 18:24:22
-3,600
c899cf26d278d8512f521ba37522f7472805c9ed
fix(overlays): hideOnEsc should also work while being on the invoker
[ { "change_type": "MODIFY", "diff": "@@ -262,6 +262,7 @@ export class LionInputDatepicker extends OverlayMixin(LionInputDate) {\n_defineOverlayConfig() {\nreturn {\n...withModalDialogConfig(),\n+ hidesOnOutsideClick: true,\n};\n}\n", "new_path": "packages/input-datepicker/src/LionInputDatepicker.js", ...
JavaScript
MIT License
ing-bank/lion
fix(overlays): hideOnEsc should also work while being on the invoker
1
fix
overlays
679,913
29.11.2019 21:40:27
0
02e152d7ba86c5abc4f0c9fc6904ffee14d9640b
docs(examples): add pkg meta & screenshots
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/examples/geom-knn.jpg differ\n", "new_path": "assets/examples/geom-knn.jpg", "old_path": "assets/examples/geom-knn.jpg" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/examples/grid-iterators.png...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add pkg meta & screenshots
1
docs
examples
531,793
29.11.2019 21:43:24
0
b02cfa8ddf9d00661c60692902f0f966916dec7b
fix(docs): link to releases
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,11 @@ Alert dashboard for\n---\n+Release notes can be found on\n+[GitHub Release Page](https://github.com/prymitive/karma/releases).\n+\n+---\n+\nAlertmanager `0.16.x` is **NOT** supported by karma due to changes\nin the API, see [this issue](https://github.com...
TypeScript
Apache License 2.0
prymitive/karma
fix(docs): link to releases
1
fix
docs
815,598
29.11.2019 22:02:39
-28,800
6329a2e5237f8d7e3caf1f0810621394114135df
chore: reset aggron testnet
[ { "change_type": "MODIFY", "diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0xaac7df2cd822df88ebf9929feabb01f7bf56b866c16ccd4e66a8176b74e45cc5\"\n-cellbase = \"0x3c3905809bf67071dc0c9e0c55b37ea281b0cba76685b0ebcd44506b962f20b1\"\n+genesis = \"0x184ac4658ed0c04a1265512...
Rust
MIT License
nervosnetwork/ckb
chore: reset aggron testnet
1
chore
null
531,793
29.11.2019 22:04:58
0
10ec1a84fc2a96559317b6260abae3ca74734c48
fix(ui): left side of a select needs radius
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ exports[`<AlertGroupCollapseConfiguration /> matches snapshot with default value\n<div class=\\\\\"form-group mb-0\\\\\">\n<div class=\\\\\" css-2b097c-container\\\\\">\n<div class=\\\\\"react-select__control css-r5n82u-control\\\\\">\n- <div class=\\\\\"r...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): left side of a select needs radius
1
fix
ui
531,793
29.11.2019 22:50:04
0
43b1734fa02adc277ea2d903680216177768d808
feat(ui): lazy load more modules
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,6 @@ import Media from \"react-media\";\nimport { AlertStore, DecodeLocationSearch } from \"Stores/AlertStore\";\nimport { Settings } from \"Stores/Settings\";\nimport { SilenceFormStore } from \"Stores/SilenceFormStore\";\n-import { Fetcher } from \"Components...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): lazy load more modules
1
feat
ui
531,793
29.11.2019 22:54:20
0
4e01a3471772f0187dfc8ab0b7ea8d1b1ffb7055
fix(ui): update outdated UIDefaults fields
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ interface UIDefaults {\nRefresh: number;\nHideFiltersWhenIdle: boolean;\nColorTitlebar: boolean;\n- DarkTheme: boolean;\n+ Theme: \"light\" | \"dark\" | \"auto\";\nMinimalGroupWidth: number;\nAlertsPerGroup: number;\nCollapseGroups: \"expanded\" | \"coll...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): update outdated UIDefaults fields
1
fix
ui
531,793
29.11.2019 23:23:00
0
cf71aa45794b261d89176832acb8fc02ef9d4b28
fix(ui): revert filter background on click outside
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ import debounce from \"lodash/debounce\";\nimport Autosuggest from \"react-autosuggest\";\nimport Highlight from \"react-highlighter\";\n+import onClickOutside from \"react-onclickoutside\";\n+\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawes...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): revert filter background on click outside
1
fix
ui
815,605
30.11.2019 07:21:33
0
f3ba925934709c767ea1ae4e875b9ed5423c28c1
feat: Upgrade ckb-vm to 0.18.1
[ { "change_type": "MODIFY", "diff": "@@ -855,7 +855,7 @@ dependencies = [\n\"ckb-store 0.25.3-pre\",\n\"ckb-test-chain-utils 0.25.3-pre\",\n\"ckb-types 0.25.3-pre\",\n- \"ckb-vm 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-vm 0.18.1 (registry+https://github.com/rust-lang/crates....
Rust
MIT License
nervosnetwork/ckb
feat: Upgrade ckb-vm to 0.18.1
1
feat
null
447,440
30.11.2019 08:34:43
21,600
3db217d30551201ba676fa50f5b46e0403cc1769
styles: avatar
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,6 @@ const StyledContent = styled.span`\n}\n&[title] {\n- cursor: default;\ntext-decoration: none;\n}\n@@ -39,7 +38,6 @@ const StyledContent = styled.span`\nborder: 0;\nborder-bottom: 1px dotted;\ntext-decoration: none;\n- cursor: help;\n`};\n`;\n", "new_...
JavaScript
MIT License
nexxtway/react-rainbow
styles: avatar (#1175)
1
styles
null
217,922
30.11.2019 11:06:01
-3,600
d3f0028fb33234353b6560427cd82f23d60c5b3a
fix(rotations): fixed an issue with rotation picker when opening from list
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export class RotationPickerDrawerComponent {\nreturn {\nfolder: folder,\nrotations: folder.rotationIds.map(id => rotations.find(r => r.$key === id))\n- .filter(r => r !== undefined && r.getName().toLowerCase().indexOf(query.toLowerCase()) > -1)\n+ .filte...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotations): fixed an issue with rotation picker when opening from list Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
fix
rotations
815,595
30.11.2019 11:07:19
-28,800
44705cc61086bb7629201c5b4f12efe2a072549e
feat: Define status-codes to indicate the result of operations
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ mod block_status;\nmod net_time_checker;\nmod orphan_block_pool;\nmod relayer;\n+mod status;\nmod synchronizer;\nmod types;\n@@ -15,6 +16,7 @@ mod tests;\npub use crate::net_time_checker::NetTimeProtocol;\npub use crate::relayer::Relayer;\n+pub use crate::...
Rust
MIT License
nervosnetwork/ckb
feat: Define status-codes to indicate the result of operations
1
feat
null
815,582
30.11.2019 11:10:35
-32,400
07e32c595923aa5830f6f5cbf89f79a109cc6a49
feat: Update error message and prompt of ckb init subcommand
[ { "change_type": "MODIFY", "diff": "@@ -52,10 +52,10 @@ pub fn init(args: InitArgs) -> Result<(), ExitCode> {\nlet exported = Resource::exported_in(&args.root_dir);\nif !args.force && exported {\n- eprintln!(\"Config files already exists, use --force to overwrite.\");\n+ eprintln!(\"Config files already exi...
Rust
MIT License
nervosnetwork/ckb
feat: Update error message and prompt of ckb init subcommand
1
feat
null
217,922
30.11.2019 11:23:19
-3,600
25dbce992ec29ee557cec4e8b6db387028d89c7e
fix(profile): fixed an issue with stats filling not reloading stats after fill operation
[ { "change_type": "MODIFY", "diff": "import { Component } from '@angular/core';\nimport { AuthFacade } from '../../../+state/auth.facade';\n-import { combineLatest } from 'rxjs';\n-import { filter, first, map, shareReplay } from 'rxjs/operators';\n+import { BehaviorSubject, combineLatest } from 'rxjs';\n+imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): fixed an issue with stats filling not reloading stats after fill operation Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
fix
profile
217,922
30.11.2019 11:33:29
-3,600
ebd0e47269abafb2d964193a5b0b028540a90927
feat(desktop): added an option inside settings page to enable autofill by default
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ export class LoadListDetails implements Action {\nexport class SelectList implements Action {\nreadonly type = ListsActionTypes.SelectList;\n- constructor(public readonly key: string) {\n+ constructor(public readonly key: string, public readonly autocomp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): added an option inside settings page to enable autofill by default Signed-off-by: Supamiu <contact@flavien-normand.fr>
1
feat
desktop
217,922
30.11.2019 11:37:36
-3,600
7141dc4dd8a56f790cdd7d10e1e11fab7cd2ac66
chore(release): 6.2.12
[ { "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.2.12\"></a>\n+## [6.2.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.2.12
1
chore
release
531,793
30.11.2019 11:39:46
0
36063f51d6a2eddf14ccc1e412185914c8ae53bb
fix(ui): make warnings on the Help page more readable
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ const QueryHelp = ({ title, operators, warning, children }) => (\n))}\n</div>\n{warning ? (\n- <div className=\"my-1 alert alert-light\">\n+ <div className=\"my-1 alert alert-secondary\">\n<FontAwesomeIcon icon={faInfoCircle} className=\"mr-1\" />\n{warn...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): make warnings on the Help page more readable
1
fix
ui
531,793
30.11.2019 12:36:46
0
cf78ce39ba0b7b7277178abce4efd4e1fd0601b5
fix(ui): fix position of the theme spinner
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,11 @@ const Placeholder = () => {\ntop: 0,\nleft: 0,\nwidth: \"100vw\",\n- height: \"100vh\"\n+ height: \"100vh\",\n+ display: \"flex\",\n+ alignItems: \"center\",\n+ justifyContent: \"center\",\n+ flexDirection: \"column\"\n}}\n>\n<FontAwesomeIcon\n@@ -26,12...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix position of the theme spinner
1
fix
ui
679,913
30.11.2019 13:10:32
0
207a4f8547205088ad1c776ca6fa3b840478cc98
refactor(paths): update fn order, update docs
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,14 @@ import { updateInT } from \"./update-in\";\n* @param state\n* @param path\n*/\n+export const deleteIn = (state: any, path: Path) => deleteInT(state, <any>path);\n+\n+/**\n+ * Type checked version of {@link deleteIn}.\n+ *\n+ * @param state\n+ * @param p...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(paths): update fn order, update docs
1
refactor
paths
679,913
30.11.2019 13:13:49
0
2e1577d627f045af8ade6f5e1ea54ece7734e55f
docs(paths): update readme & pkg desc
[ { "change_type": "MODIFY", "diff": "@@ -15,12 +15,17 @@ This project is part of the\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- [API](#api)\n+ - [Accessors](#accessors)\n+ - [Type checked versions](#type-checked-versions)\n+ - [Structural sharing](#structural-sharing)\n+ - [Muta...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(paths): update readme & pkg desc
1
docs
paths
679,913
30.11.2019 13:14:22
0
aef325643218f4d69f8a8e143a6b58221da13e7e
chore(examples): fix todolist pkg name, update readmes
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"hdom-todolist\",\n+ \"name\": \"todo-list\",\n\"version\": \"0.0.1\",\n\"repository\": \"https://github.com/thi-ng/umbrella\",\n\"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n", "new_path": "examples/todo-list/package.json", "old_path": "example...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(examples): fix todolist pkg name, update readmes
1
chore
examples
679,913
30.11.2019 13:56:36
0
dc3db17a883bb82e539fa88e9851ee898c612f2d
docs(scenegraph): update readme, update example pkgs, add images
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/examples/scenegraph-image.png differ\n", "new_path": "assets/examples/scenegraph-image.png", "old_path": "assets/examples/scenegraph-image.png" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/exa...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(scenegraph): update readme, update example pkgs, add images
1
docs
scenegraph
679,913
30.11.2019 13:59:41
0
315442a3cfefa8e5dc3ef134165bf79224f0d502
docs: remove branch meta, update readmes
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,18 @@ Animated sine plasma effect visualized using contour lines\n[Live demo](https://demo.thi.ng/umbrella/rotating-voronoi/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/rotating-voronoi)\n+### scenegraph <!-- NOTOC -->\n+\n+![screens...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: remove branch meta, update readmes
1
docs
null
679,913
30.11.2019 14:15:08
0
6da0531e052d3f7b8eb29dcce32f6d15cbb5c880
docs: update branch links, fix broken image links
[ { "change_type": "MODIFY", "diff": "\"transducers-hdom\",\n\"vectors\"\n],\n- \"screenshot\": \"examples/rotating-voronoi.png\"\n+ \"screenshot\": \"examples/rotating-voronoi.jpg\"\n}\n}\n", "new_path": "examples/rotating-voronoi/package.json", "old_path": "examples/rotating-voronoi/package.json" ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update branch links, fix broken image links
1
docs
null
531,793
30.11.2019 14:21:45
0
c4a385982312b41510d94f9abdc7d6b8812193e5
fix(docs): update docs to mention dark mode Add some style fixes
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,6 @@ Alert dashboard for\n---\n-Release notes can be found on\n-[GitHub Release Page](https://github.com/prymitive/karma/releases).\n-\n----\n-\nAlertmanager `0.16.x` is **NOT** supported by karma due to changes\nin the API, see [this issue](https://github.com...
TypeScript
Apache License 2.0
prymitive/karma
fix(docs): update docs to mention dark mode Add some style fixes
1
fix
docs
531,793
30.11.2019 14:22:06
0
a17be5bc38db48a099db01c6848e907c52de9ca1
fix(ui): rename auto value label
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ exports[`<ThemeConfiguration /> matches snapshot with default values 1`] = `\n<div class=\\\\\"react-select__control css-r5n82u-control\\\\\">\n<div class=\\\\\"react-select__value-container react-select__value-container--has-value css-ct477o\\\\\">\n<div ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): rename auto value label
1
fix
ui
679,913
30.11.2019 15:35:11
0
a142655b8a9565f3644d50272f165c1e329c2404
refactor(paths): use `Path` from remove local def BREAKING CHANGE: re-use `Path` from remove local def
[ { "change_type": "MODIFY", "diff": "@@ -6,12 +6,9 @@ import {\nKeys4,\nKeys5,\nKeys6,\n- Keys7,\n- NumOrString\n+ Keys7\n} from \"@thi.ng/api\";\n-export type Path = NumOrString | NumOrString[];\n-\nexport type Path1<T, A extends Keys<T>> = [A];\nexport type Path2<T, A extends Keys<T>, B extends Keys1<T, A>...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(paths): use `Path` from @thi.ng/api, remove local def BREAKING CHANGE: re-use `Path` from @thi.ng/api, remove local def
1
refactor
paths
679,913
30.11.2019 15:37:07
0
5476fc94abeac96ebd7e78360019d60669c71690
refactor(atom): re-use `Path` from
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ import {\nINotify,\nIRelease,\nIWatch,\n+ Path,\nPredicate\n} from \"@thi.ng/api\";\n-import { Path } from \"@thi.ng/paths\";\nexport type SwapFn<T> = (curr: T, ...args: any[]) => T;\n", "new_path": "packages/atom/src/api.ts", "old_path": "packages...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): re-use `Path` from @thi.ng/api
1
refactor
atom
679,913
30.11.2019 15:37:28
0
9f6669315bab0ad40ad6bdcb578e6f3d91a7ee96
refactor(interceptors): re-use `Path` from
[ { "change_type": "MODIFY", "diff": "-import { Fn, FnO } from \"@thi.ng/api\";\n-import {\n- getIn,\n- Path,\n- setter,\n- updater\n-} from \"@thi.ng/paths\";\n+import { Fn, FnO, Path } from \"@thi.ng/api\";\n+import { getIn, setter, updater } from \"@thi.ng/paths\";\nimport {\nEvent,\nFX_CANCEL,\n", "ne...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): re-use `Path` from @thi.ng/api
1
refactor
interceptors
679,913
30.11.2019 15:54:34
0
7e7ef8fe9f2428c4d77a45d623f6322ffd043322
refactor(rstream): re-use `Path` from
[ { "change_type": "MODIFY", "diff": "-import { Predicate2 } from \"@thi.ng/api\";\n+import { Path, Predicate2 } from \"@thi.ng/api\";\nimport { ReadonlyAtom, ViewTransform } from \"@thi.ng/atom\";\nimport { View } from \"@thi.ng/atom\";\n-import { Path } from \"@thi.ng/paths\";\nimport { CommonOpts } from \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream): re-use `Path` from @thi.ng/api
1
refactor
rstream
679,913
30.11.2019 15:54:50
0
e621ec780c598defe4b9297ba44f1d92cf82e2bf
refactor(rstream-graph): re-use `Path` from
[ { "change_type": "MODIFY", "diff": "-import { Fn, IObjectOf } from \"@thi.ng/api\";\n-import { Path } from \"@thi.ng/paths\";\n+import { Fn, IObjectOf, Path } from \"@thi.ng/api\";\nimport { ResolveFn } from \"@thi.ng/resolve-map\";\nimport { ISubscribable } from \"@thi.ng/rstream\";\nimport { Transducer } ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-graph): re-use `Path` from @thi.ng/api
1
refactor
rstream-graph
679,913
30.11.2019 15:55:28
0
143817e284de701d0b696adb2d64c18f8441888b
refactor(examples): re-use `Path` from
[ { "change_type": "MODIFY", "diff": "-import { Fn, IObjectOf } from \"@thi.ng/api\";\n+import { Fn, IObjectOf, Path } from \"@thi.ng/api\";\nimport { ReadonlyAtom } from \"@thi.ng/atom\";\nimport { isString } from \"@thi.ng/checks\";\nimport { appLink } from \"@thi.ng/hdom-components\";\nimport { EV_SET_VALU...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): re-use `Path` from @thi.ng/api
1
refactor
examples
679,913
30.11.2019 16:53:26
0
4ecdbf92e53e24099cc3a136c18ab51563ddd06f
docs(rstream): update readme BREAKING CHANGE: document new stream/sub config opts in readme
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ This project is part of the\n- [About](#about)\n- [Conceptual differences to RxJS](#conceptual-differences-to-rxjs)\n- [Status](#status)\n+ - [Breaking changes in 3.0.0](#breaking-changes-in-3-0-0)\n- [Support packages](#support-packages)\n- [Related pac...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream): update readme BREAKING CHANGE: document new stream/sub config opts in readme
1
docs
rstream
679,913
30.11.2019 16:54:01
0
37226712731dc37561c0b8fa0923c92d2e618228
build: add doc:readme task to main pkg.json
[ { "change_type": "MODIFY", "diff": "\"cover\": \"lerna run cover\",\n\"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'docs: update dep graph' && git push\",\n\"doc\": \"lerna run doc\",\n+ \"doc:readme\": \"lerna run doc:readme\",\n\"examples\": \"scripts/build-examples\",\n\"pu...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add doc:readme task to main pkg.json
1
build
null
471,597
30.11.2019 16:59:45
-3,600
8b2bda3d96496ac3bf844c34e0170d70dc05bf85
docs: added Sublime Text 3
[ { "change_type": "MODIFY", "diff": "@@ -47,17 +47,27 @@ An alternative to VSCode is [Atom](https://atom.io/), an IDE created by Github.\n### Recommended plugins\n-- [atom-typescript](https://atom.io/packages/atom-typescript) - Typescript support\n+- [atom-typescript](https://atom.io/packages/atom-typescript...
JavaScript
MIT License
open-wc/open-wc
docs: added Sublime Text 3
1
docs
null