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
889,620
29.07.2021 16:27:22
-28,800
01a16b718ae732509ac58135e323cee941b9435e
fix: skip old file hashing tasks if feature is disabled closes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ import org.gotson.komga.domain.persistence.MediaRepository\nimport org.gotson.komga.domain.persistence.ReadListRepository\nimport org.gotson.komga.domain.persistence.ReadProgressRepository\nimport org.gotson.komga.domain.persistence.ThumbnailBookReposito...
Kotlin
MIT License
gotson/komga
fix: skip old file hashing tasks if feature is disabled closes #585
1
fix
null
104,844
29.07.2021 16:30:39
14,400
38d5ede32bbe9c7da7d20ef6939bda0dc5066d34
feat(card): fix test
[ { "change_type": "MODIFY", "diff": "@@ -410,7 +410,6 @@ const Card = (props) => {\n) : (\n<div\nref={titleRef}\n- style={{ '--flex-basis': titleRef.current?.scrollWidth }}\nclassName={classnames(`${iotPrefix}--card--title--text`, {\n[`${iotPrefix}--card--title--text__wrapped`]: hasTitleWrap && !subtitle,\n}...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(card): fix test
1
feat
card
317,647
29.07.2021 16:35:58
18,000
1868e151372c281358ecd89bd12796da00078286
fix(git): cherry-pick/revert tests actually pass now
[ { "change_type": "MODIFY", "diff": "@@ -221,12 +221,12 @@ func TestGetGitHEADContextCherryPickOnTag(t *testing.T) {\n}\nfunc TestGetGitHEADContextRevertOnBranch(t *testing.T) {\n- want := \"\\uf0e2 pickme onto \\ue0a0main\"\n+ want := \"\\uf0e2 012345 onto \\ue0a0main\"\ncontext := &detachedContext{\ncurren...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): cherry-pick/revert tests actually pass now
1
fix
git
276,989
29.07.2021 16:46:20
10,800
9e658725a9fc5de0e81b519175c30e85f90a3ffb
refactor(doc): using Box (getting from FontWeights)
[ { "change_type": "MODIFY", "diff": "-import { media } from '@gympass/yoga-helpers';\n-import { Box } from '@gympass/yoga/src';\nimport React from 'react';\nimport styled, { withTheme } from 'styled-components';\n+import { media } from '@gympass/yoga-helpers';\n+import { Box } from '@gympass/yoga/src';\n-con...
JavaScript
MIT License
gympass/yoga
refactor(doc): using Box (getting from FontWeights)
1
refactor
doc
711,597
29.07.2021 16:53:55
-7,200
812b2cbbd05fa97fba93036868e71970c5d86b8b
feat(core): Implement internal health check for worker Relates to
[ { "change_type": "MODIFY", "diff": "@@ -3,14 +3,17 @@ import { TerminusModule, TypeOrmHealthIndicator } from '@nestjs/terminus';\nimport { ConfigModule } from '../config/config.module';\nimport { ConfigService } from '../config/config.service';\n+import { isInspectableJobQueueStrategy } from '../config/job-...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Implement internal health check for worker Relates to #994
1
feat
core
667,636
29.07.2021 17:03:36
-28,800
c711e7a23f6b36556617dcb4cdf7c1b8d0c103cf
chore(ci): perf ci workflow
[ { "change_type": "MODIFY", "diff": "*.so filter=lfs diff=lfs merge=lfs -text\n*.gz filter=lfs diff=lfs merge=lfs -text\n\\ No newline at end of file\n-*.otf filter=lfs diff=lfs merge=lfs -text\n-*.png filter=lfs diff=lfs merge=lfs -text\n-*.jpg filter=lfs diff=lfs merge=lfs -text\n", "new_path": ".gitat...
C++
Apache License 2.0
tencent/hippy
chore(ci): perf ci workflow
1
chore
ci
141,506
29.07.2021 17:05:56
-36,000
c489025cd5e3b1135f87e6c09ab593803bd27d8c
fix: Tag dismiss button accessibility + uplift * fix: make tag dimiss button accessible change span to button element + add button reset css * remove pointless hover border from Tag component * add focus ring for Tag dismiss button * fix accessibility of Elm Tag dismiss button
[ { "change_type": "MODIFY", "diff": "@@ -349,7 +349,7 @@ viewClear config =\n, Maybe.map mouseleave config.onMouseleave\n]\nin\n- span ([ styles.class .dismissIcon ] ++ events)\n+ Html.button ([ styles.class .dismissButton ] ++ events)\n[ div [ styles.class .iconWrapper ]\n[ Icon.view (Icon.presentation |> I...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Tag dismiss button accessibility + uplift (#1798) * fix: make tag dimiss button accessible change span to button element + add button reset css * remove pointless hover border from Tag component * add focus ring for Tag dismiss button * fix accessibility of Elm Tag dismiss button
1
fix
null
418,562
29.07.2021 17:20:59
-28,800
6f8356f610c49f87ce8fb9e7d1e60fbd0527d97c
feat: add support hostname to http-listening
[ { "change_type": "MODIFY", "diff": "\"stripInternal\": true,\n\"pretty\": true,\n\"declaration\": true,\n- \"sourceMap\": true\n+ \"sourceMap\": true,\n+ \"skipLibCheck\": true\n},\n\"exclude\": [\n\"dist\",\n", "new_path": "packages/midway-schedule/tsconfig.json", "old_path": "packages/midway-sched...
TypeScript
MIT License
midwayjs/midway
feat: add support hostname to http-listening (#1186)
1
feat
null
711,597
29.07.2021 17:21:12
-7,200
0d33601c776bdf2a3b0fe2708f264b4bd0ff725f
docs: Add docs on worker health check Relates to
[ { "change_type": "MODIFY", "diff": "@@ -36,11 +36,16 @@ For a production Vendure server, there are a few security-related points to cons\n## Health/Readiness Checks\n-If you wish to deploy with Kubernetes or some similar system, you can make use of the health check endpoint. This is a regular REST route (no...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add docs on worker health check Relates to #994
1
docs
null
679,913
29.07.2021 17:21:17
-7,200
a66c19aa8d682a7f4b6ae5b3de51a26e806a02dc
fix(args): omit empty groups from usage()
[ { "change_type": "MODIFY", "diff": "-import type { IObjectOf } from \"@thi.ng/api\";\n+import type { IObjectOf, Pair } from \"@thi.ng/api\";\nimport {\nkebab,\nlengthAnsi,\n@@ -72,11 +72,15 @@ export const usage = <T extends IObjectOf<any>>(\n);\n});\nconst sortedIDs = Object.keys(specs).sort();\n- const gr...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(args): omit empty groups from usage()
1
fix
args
104,844
29.07.2021 17:46:17
14,400
cb57cdeadb268d63303dceba9d9a7ef446f5e5ba
chore(card): clean up css
[ { "change_type": "MODIFY", "diff": "@@ -523,7 +523,7 @@ const isEditable = true;\n| layout | enum: <br/>'VERTICAL'<br/>'HORIZONTAL'<br/> | | |\n| title | string | undefined | |\n| subtitle | string | undefined | |\n-| hasTitleWrap | boolean | false | |\n+| hasTitleWrap | boolean | false | Option of whether ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): clean up css
1
chore
card
426,654
29.07.2021 18:04:50
-10,800
9c85a1ddee5944eec8fd5c0130c4df08ee638f9c
refactor: fix using parse5 types
[ { "change_type": "MODIFY", "diff": "/** @typedef {import('parse5').TextNode} TextNode */\nconst parse5 = require('parse5');\n-// the tree adapter is not in the parse5 types\n-//@ts-ignore\n-const adapter = /** @type {TreeAdapter} */ (require('parse5/lib/tree-adapters/default'));\n+const adapter = require('p...
TypeScript
MIT License
modernweb-dev/web
refactor: fix using parse5 types
1
refactor
null
426,654
29.07.2021 18:37:58
-10,800
22a4c391ea4df91a4bdd233eaa82a4272957eba4
refactor: remove more type casts
[ { "change_type": "MODIFY", "diff": "-import { Element, Node, ParentNode, parse, serialize } from 'parse5';\n+import { Document, Node, ParentNode, parse, serialize } from 'parse5';\nimport {\nfindElements,\ngetAttribute,\n@@ -20,11 +20,8 @@ function injectImportMapPolyfill(headAst: ParentNode, originalScript...
TypeScript
MIT License
modernweb-dev/web
refactor: remove more type casts
1
refactor
null
426,654
29.07.2021 18:41:44
-10,800
9f76515347405857e82d4ac5418aa99aa4907243
fix: cleanup type assertions
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ function setTextContent(node, value) {\nattrs: [],\n__location: undefined,\n};\n- /** @type {Element} */ (node).childNodes = [/** @type {TextNode} */ (textNode)];\n+ /** @type {ParentNode} */ (node).childNodes = [/** @type {TextNode} */ (textNode)];\n}...
TypeScript
MIT License
modernweb-dev/web
fix: cleanup type assertions
1
fix
null
426,654
29.07.2021 18:45:18
-10,800
3e58c4c8a70cf731e3ed868dff5048616c65d681
refactor: remove one more type cast
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ const REGEXP_IS_HTML_DOCUMENT = /^\\s*<(!doctype|html|head|body)\\b/i;\n*/\nfunction createElement(tagName, attrs = {}, namespaceURI = DEFAULT_NAMESPACE) {\nconst attrsArray = Object.entries(attrs).map(([name, value]) => ({ name, value }));\n- return /**...
TypeScript
MIT License
modernweb-dev/web
refactor: remove one more type cast
1
refactor
null
711,597
29.07.2021 19:50:43
-7,200
b787acb6b439a0b416aea81de3118be1146a392d
feat(core): Export ProcessContextModule from PluginCommonModule
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { EventBusModule } from '../event-bus/event-bus.module';\nimport { HealthCheckModule } from '../health-check/health-check.module';\nimport { I18nModule } from '../i18n/i18n.module';\nimport { JobQueueModule } from '../job-queue/job-queue.module';\n+...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export ProcessContextModule from PluginCommonModule
1
feat
core
217,922
29.07.2021 20:21:27
-7,200
cb54aedc889eb4c893ed9818d83c4711b2d4c409
fix(inventory-optimizer): no more duplicated container names
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { TranslateService } from '@ngx-translate/core';\nimport { LazyDataService } from '../../../core/data/lazy-data.service';\nimport { ContainerType } from '../../../model/user/inventory/container-type';\nimport { InventoryService } from '../../../modu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory-optimizer): no more duplicated container names
1
fix
inventory-optimizer
217,922
29.07.2021 20:32:29
-7,200
8433f565e7dcbee1087f199dca2e0f3bcbbf7ff4
chore: better notifications display
[ { "change_type": "MODIFY", "diff": "@@ -20,9 +20,12 @@ export class NotificationsFacade {\nnotificationsDisplay$ = this.allNotifications$.pipe(\nmap(notifications => {\nreturn notifications.map(notification => {\n+ const content = notification.getContent(this.translate, this.l12n, this.i18n);\n+ const cropp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better notifications display
1
chore
null
141,585
29.07.2021 20:38:20
-36,000
388b31a739bf18c47811fd93f0f0df81d5e6f628
fix: Exclude spec files from being compiled and published
[ { "change_type": "MODIFY", "diff": "\"src\",\n\"react\",\n\"dist\",\n- \"elm\"\n+ \"elm\",\n+ \"!**/*.spec.*\"\n],\n\"types\": \"dist/**/*.d.ts\",\n\"main\": \"dist/index.js\",\n", "new_path": "packages/design-tokens/package.json", "old_path": "packages/design-tokens/package.json" }, { "chan...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Exclude spec files from being compiled and published (#1799)
1
fix
null
756,029
29.07.2021 20:41:01
25,200
8ab2b03970aa6735ad1f05756048a3dc09a190ce
refactor(swingset)!: Convert plugin API to NESM
[ { "change_type": "MODIFY", "diff": "-/* global HandledPromise */\n+// @ts-check\nimport { makeCapTP } from '@agoric/captp';\nimport { Far } from '@agoric/marshal';\n@@ -10,7 +10,7 @@ export function buildRootDeviceNode(tools) {\nlet registeredReceiver = restart && restart.registeredReceiver;\n- const sender...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(swingset)!: Convert plugin API to NESM Co-authored-by: Michael FIG <mfig@agoric.com>
1
refactor
swingset
67,479
29.07.2021 22:44:21
-36,000
63aace40741fe46b42eee17ef0e623039699db18
refactor(template-compiler): let binding command determine parsing work
[ { "change_type": "MODIFY", "diff": "import { I18nConfiguration, TranslationBinding, TranslationParametersAttributePattern, TranslationParametersBindingCommand, TranslationParametersBindingInstruction, TranslationParametersBindingRenderer, TranslationParametersInstructionType } from '@aurelia/i18n';\nimport ...
TypeScript
MIT License
aurelia/aurelia
refactor(template-compiler): let binding command determine parsing work
1
refactor
template-compiler
126,276
29.07.2021 23:42:55
10,800
dc9d5808b34ffe9af7fcf4b01f60fee4250209a8
chore(pkg/database): wait for sql engine initialization before closing
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,7 @@ type db struct {\nst *store.ImmuStore\nsqlEngine *sql.Engine\n+ sqlInit sync.WaitGroup\ntx1, tx2 *store.Tx\nmutex sync.RWMutex\n@@ -137,7 +138,11 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\nreturn dbi, nil\n}\n+ dbi.sqlIn...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): wait for sql engine initialization before closing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
71,350
30.07.2021 00:18:57
25,200
1f23313e889a00d85e7cbc56a64242d6e7762835
fix(aws-appsync): graphqlapi throws incorrect error message for authorizationConfig fixes: *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -492,10 +492,10 @@ export class GraphqlApi extends GraphqlApiBase {\nprivate validateAuthorizationProps(modes: AuthorizationMode[]) {\nmodes.map((mode) => {\nif (mode.authorizationType === AuthorizationType.OIDC && !mode.openIdConnectConfig) {\n- throw new Error('Missi...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(aws-appsync): graphqlapi throws incorrect error message for authorizationConfig (#15830) fixes: #15039 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
aws-appsync
756,059
30.07.2021 01:26:04
25,200
619bbda5223a2fe5168d7cb9851c5ac4dcc7cbac
fix: require virtual object selves to be declared Far Fixes bug
[ { "change_type": "MODIFY", "diff": "import { assert, details as X, quote as q } from '@agoric/assert';\nimport { Nat } from '@agoric/nat';\n+import { getInterfaceOf } from '@agoric/marshal';\nimport { parseVatSlot } from '../parseVatSlots.js';\n// import { kdebug } from './kdebug.js';\n@@ -755,6 +756,10 @@ ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: require virtual object selves to be declared Far Fixes bug #3562
1
fix
null
76,611
30.07.2021 04:38:02
-7,200
b6bfe873c1564dab4af0f85938de551b514d74f6
chore: correct test descriptions
[ { "change_type": "MODIFY", "diff": "@@ -413,7 +413,7 @@ describe('NLU Manager', () => {\n});\ndescribe('Is equal classification', () => {\n- test('Should return true if the two frist classifications have the same score', () => {\n+ test('Should return true if the two first classifications have the same scor...
JavaScript
MIT License
axa-group/nlp.js
chore: correct test descriptions
1
chore
null
276,989
30.07.2021 08:44:09
10,800
ba4cc5f7357611afd6116d696f00d8862600d2ee
refactor(doc): add grid-gap
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ const LHBox = props => (\n);\nconst LineHeights = ({ theme }) => (\n- <Wrapper>\n+ <Wrapper style={{ gridGap: theme.yoga.spacing.xsmall }}>\n<Content>\n<TextBox> xxsmall </TextBox>\n<LHBox lh=\"xxsmall\">{theme.yoga.lineHeights.xxsmall}</LHBox>\n", "ne...
JavaScript
MIT License
gympass/yoga
refactor(doc): add grid-gap
1
refactor
doc
71,350
30.07.2021 08:44:56
25,200
b842702cbb7aa6632dd2fc4b4981abdd3a773826
fix(ec2): volumename doesn't set name of volume fixes: *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -614,6 +614,8 @@ export class Volume extends VolumeBase {\n});\nresource.applyRemovalPolicy(props.removalPolicy);\n+ if (props.volumeName) Tags.of(resource).add('Name', props.volumeName);\n+\nthis.volumeId = resource.ref;\nthis.availabilityZone = props.availabilityZone...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ec2): volumename doesn't set name of volume (#15832) fixes: #15831 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
ec2
791,370
30.07.2021 08:46:35
21,600
c355eb8ecb0bb1af0ccf55e6262ca8c0d5c7e352
fix(internal/carver): don't tag commits After running some simulations in became apparent that the tool should not tags commits. This is because when merging the sha will change. The tool now outputs a template for the commands to run post merge.
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,6 @@ func main() {\nflag.Usage()\nos.Exit(1)\n}\n- log.Println(\"Successfully carved out module. Changes are ready to be pushed.\")\n}\nfunc (c *carver) Run() error {\n@@ -304,6 +303,7 @@ func (c *carver) CreateGitTags(rootMod *modInfo) error {\nreturn err\n}...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal/carver): don't tag commits (#4518) After running some simulations in became apparent that the tool should not tags commits. This is because when merging the sha will change. The tool now outputs a template for the commands to run post merge.
1
fix
internal/carver
276,989
30.07.2021 08:59:10
10,800
b270f42843f15cf58b3e1494c5bfaf87da1fc6ef
refactor(doc): update Breakpoints table to use td instead th
[ { "change_type": "MODIFY", "diff": "@@ -36,52 +36,52 @@ const Breakpoints = ({ theme }) => (\n</thead>\n<tbody>\n<tr>\n- <th>breakpoints.xxs</th>\n- <th>{theme.yoga.breakpoints.xxs.width}</th>\n- <th>{theme.yoga.breakpoints.xxs.margin}</th>\n- <th>{theme.yoga.breakpoints.xxs.gutter}</th>\n+ <td>breakpoints....
JavaScript
MIT License
gympass/yoga
refactor(doc): update Breakpoints table to use td instead th
1
refactor
doc
276,989
30.07.2021 09:05:31
10,800
86d385677e4ae8e68d94d8481fece67b57ad9096
refactor(doc): update FontSizes table to use td instead of th
[ { "change_type": "MODIFY", "diff": "@@ -4,60 +4,64 @@ import { Box } from '@gympass/yoga';\nimport { Table } from './Breakpoints';\n-const Th = props => <Box as=\"th\" {...props} />;\n+const Td = props => <Box as=\"td\" {...props} />;\nconst FontSizes = ({ theme }) => (\n<Table>\n+ <thead>\n<tr>\n<th> Theme...
JavaScript
MIT License
gympass/yoga
refactor(doc): update FontSizes table to use td instead of th
1
refactor
doc
277,277
30.07.2021 09:15:13
-7,200
ad4e2f7b52ddc8f02c3ad969601947ddf9409d0a
feat: Allow submitting text phrases within markdown
[ { "change_type": "ADD", "diff": "+# Markdown / Submit / Text\n+# Use \"?\" to prefix the desired q.args.key that you want to have submitted after clicking a phrase.\n+# ---\n+\n+from h2o_wave import main, app, Q, ui\n+\n+\n+def get_form_items(clicked: str):\n+ return [\n+ ui.text(content='The quick brown [f...
Python
Apache License 2.0
h2oai/wave
feat: Allow submitting text phrases within markdown (#293)
1
feat
null
276,989
30.07.2021 09:28:56
10,800
fcd614f861e0bdbbf01d387c1b9c11249b412f7e
refactor(doc): update Fonts to use th instead of td on thead
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,9 @@ const Fonts = ({ theme }) => (\n<Table>\n<thead>\n<tr>\n- <td> Theme </td>\n- <td> Family </td>\n- <td> Weight </td>\n+ <th> Theme </th>\n+ <th> Family </th>\n+ <th> Weight </th>\n</tr>\n</thead>\n<tbody>\n", "new_path": "packages/doc/src/components/Th...
JavaScript
MIT License
gympass/yoga
refactor(doc): update Fonts to use th instead of td on thead
1
refactor
doc
276,989
30.07.2021 09:34:35
10,800
ee1aa2695474d4bd7302d8ff9f6d40c3753d1512
chore(changelog): update icons changelog with what we have on master
[ { "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+# [1.2.0](https://github.com/Gympass/yoga/compare/@gympass/yoga-icons@1.1.2...@gympass/yoga-icons@1.2.0) (2021-07-20)...
JavaScript
MIT License
gympass/yoga
chore(changelog): update icons changelog with what we have on master
1
chore
changelog
276,989
30.07.2021 09:35:40
10,800
cf0ff97923f75024c228fc834b6433f61c20c31a
chore(changelog): update labnative changelog with what we have on master
[ { "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+## [1.3.2](https://github.com/Gympass/yoga/compare/@gympass/yoga-labnative@1.3.1...@gympass/yoga-labnative@1.3.2) (20...
JavaScript
MIT License
gympass/yoga
chore(changelog): update labnative changelog with what we have on master
1
chore
changelog
472,067
30.07.2021 09:41:32
-32,400
b17100528232b3d2cc2664e12e6a2b3a8e54a7eb
fix(spindle-ui): set side effect for css
[ { "change_type": "MODIFY", "diff": "\"module\": \"./index.mjs\",\n\"types\": \"./index.d.ts\",\n\"style\": \"./index.css\",\n- \"sideEffects\": false,\n+ \"sideEffects\": [\n+ \"*.css\"\n+ ],\n\"scripts\": {\n\"test\": \"run-p bundlesize lint test:interaction\",\n\"lint\": \"yarn lint:style\",\n", "new_...
TypeScript
MIT License
openameba/spindle
fix(spindle-ui): set side effect for css
1
fix
spindle-ui
276,989
30.07.2021 09:42:32
10,800
21a4a01a3bf96d71c0377ee8cedeb8999022de82
chore(changelog): trying to revert changlog files changes
[ { "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+# [7.6.0](https://github.com/Gympass/yoga/compare/@gympass/yoga@7.5.1...@gympass/yoga@7.6.0) (2021-07-27)\n+\n+### Bu...
JavaScript
MIT License
gympass/yoga
chore(changelog): trying to revert changlog files changes
1
chore
changelog
276,989
30.07.2021 09:46:51
10,800
86b3cd1e5f980a3ccbd83d72b593685314e319ed
refactor(changelog): trying to revert changelog files changes (pt2)
[ { "change_type": "MODIFY", "diff": "@@ -5,83 +5,153 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n# [2.4.0](https://github.com/Gympass/yoga/compare/@gympass/yoga-doc@2.3.1...@gympass/yoga-doc@2.4.0) (2021-07-27)\n+\n### Bug Fixes\n-- **snackbar:** remove native documen...
JavaScript
MIT License
gympass/yoga
refactor(changelog): trying to revert changelog files changes (pt2)
1
refactor
changelog
185,944
30.07.2021 09:47:50
18,000
1e713a7e0c3aef7b9f0d3eb7dba28fced0b32b26
refactor: extract-method Runner.buildChildEnvVars Separate this code out from Runner.execute() to make both functions more narrowly-focused
[ { "change_type": "MODIFY", "diff": "@@ -323,6 +323,29 @@ export class Runner {\n}\n}\n+ private buildChildEnvVars(): { [x: string]: string | undefined } {\n+ const { isEnablingElectronLogging, environmentVariables } = this.appState;\n+\n+ const env = { ...process.env };\n+\n+ if (isEnablingElectronLogging) ...
TypeScript
MIT License
electron/fiddle
refactor: extract-method Runner.buildChildEnvVars (#809) Separate this code out from Runner.execute() to make both functions more narrowly-focused
1
refactor
null
126,276
30.07.2021 09:55:15
10,800
2b278aa8c61e6eb4fb124866a243aff89da371e5
chore(embedded/tbtree): enable snapshot generation while compaction is in progress
[ { "change_type": "MODIFY", "diff": "@@ -1193,10 +1193,6 @@ func (t *TBtree) SnapshotSince(ts uint64) (*Snapshot, error) {\nreturn nil, ErrorToManyActiveSnapshots\n}\n- if t.compacting {\n- return nil, ErrCompactAlreadyInProgress\n- }\n-\nif t.lastSnapRoot == nil || t.lastSnapRoot.ts() < ts ||\n(t.renewSnapR...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): enable snapshot generation while compaction is in progress Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
889,620
30.07.2021 10:08:16
-28,800
48637e26e4f8a17a3501a15bcc6f96ac4473243b
fix(api): ignore search parameter when blank
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,10 @@ interface ReferentialRepository {\nfun findAllAuthorsNamesByName(search: String, filterOnLibraryIds: Collection<String>?): List<String>\nfun findAllAuthorsRoles(filterOnLibraryIds: Collection<String>?): List<String>\n- fun findAllAuthorsByName(search: ...
Kotlin
MIT License
gotson/komga
fix(api): ignore search parameter when blank
1
fix
api
915,178
30.07.2021 10:35:01
-7,200
4083684bc685ec4c1a60f87bae10d67abd4a7287
docs: add long flag --grant-types in 5min tutorial
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ $ docker-compose -f quickstart.yml exec hydra \\\n--endpoint http://127.0.0.1:4445/ \\\n--id my-client \\\n--secret secret \\\n- -g client_credentials\n+ --grant-types client_credentials\n```\nLet's perform the client credentials grant:\n", "new_path...
Go
Apache License 2.0
ory/hydra
docs: add long flag --grant-types in 5min tutorial (#2650)
1
docs
null
126,276
30.07.2021 10:37:17
10,800
a26dd1cc5833e561e89e01f634026af7cbc5c329
test(embedded/watchers): enhance unit testing by checking cancellation error
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,11 @@ func TestWatchersHub(t *testing.T) {\ngo func(cancel chan<- struct{}) {\ntime.Sleep(100 * time.Millisecond)\n- cancel <- struct{}{}\n+ close(cancel)\n}(cancellation)\n- wHub.WaitFor(1, cancellation)\n+ err := wHub.WaitFor(1, cancellation)\n+ require.Er...
Go
Apache License 2.0
codenotary/immudb
test(embedded/watchers): enhance unit testing by checking cancellation error Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/watchers
141,585
30.07.2021 10:37:34
-36,000
6fed727e43040d824a20d0e8363bf5d249dcd907
chore: Update location of test file for tokens
[ { "change_type": "RENAME", "diff": "@@ -2,10 +2,10 @@ import fs from \"fs\"\nimport path from \"path\"\nimport PostCSS, { Declaration } from \"postcss\"\n-import { heartColorNamePattern } from \"../src/patterns\"\n+import { heartColorNamePattern } from \"../patterns\"\nconst readSassFile = (fileName: string...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Update location of test file for tokens (#1801)
1
chore
null
791,255
30.07.2021 10:39:56
25,200
95a27f711a1c7dfdaa16ae5d3c52644769b6fc39
feat(bigquery): support decimalTargetType prioritization * feat(bigquery): support decimalTargetType prioritization Adds support to govern how values from external formats are converted to a corresponding BigQuery type in load jobs and federated table definitions.
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,14 @@ type ExternalDataConfig struct {\n// HivePartitioningOptions allows use of Hive partitioning based on the\n// layout of objects in Google Cloud Storage.\nHivePartitioningOptions *HivePartitioningOptions\n+\n+ // DecimalTargetTypes allows selection of ho...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery): support decimalTargetType prioritization (#4343) * feat(bigquery): support decimalTargetType prioritization Adds support to govern how values from external formats are converted to a corresponding BigQuery type in load jobs and federated table definitions.
1
feat
bigquery
889,620
30.07.2021 10:41:52
-28,800
87c14329848667ff3d223e15e29070eb5f15d2c8
feat(api): add total book count field for series metadata closes
[ { "change_type": "ADD", "diff": "+alter table series_metadata\n+ add column TOTAL_BOOK_COUNT int NULL;\n+alter table series_metadata\n+ add column TOTAL_BOOK_COUNT_LOCK boolean NOT NULL DEFAULT 0;\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210729173532__series_metadata_total_book...
Kotlin
MIT License
gotson/komga
feat(api): add total book count field for series metadata closes #298
1
feat
api
889,620
30.07.2021 10:43:27
-28,800
6090e3f0c5ac9dffa7768fd5f3948c23c6a5f8a9
feat(webui): show and edit total book count for series closes
[ { "change_type": "MODIFY", "diff": "</v-col>\n</v-row>\n+ <v-row v-if=\"single\">\n+ <!-- Total book count -->\n+ <v-col cols=\"6\">\n+ <v-text-field v-model=\"form.totalBookCount\"\n+ :label=\"$t('dialog.edit_series.field_total_book_count')\"\n+ clearable\n+ filled\n+ dense\n+ type=\"number\"\n+ :error-mes...
Kotlin
MIT License
gotson/komga
feat(webui): show and edit total book count for series closes #298
1
feat
webui
126,276
30.07.2021 10:54:22
10,800
b36650ad95da8a118db34d3d559dcb4e34c8bf00
chore(embedded/sql): cancellable wait for catalog
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ func NewEngine(catalogStore, dataStore *store.ImmuStore, prefix []byte) (*Engine\n}\n// TODO (jeroiraz); this operation won't be needed with a transactional in-memory catalog\n-func (e *Engine) EnsureCatalogReady() error {\n+func (e *Engine) EnsureCata...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): cancellable wait for catalog Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
30.07.2021 10:55:22
10,800
cc5bdba72f74659e46fa5adab009b8b02cad3e46
chore(pkg/database): gracefully stop by cancelling sql initialization
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,7 @@ type db struct {\nst *store.ImmuStore\nsqlEngine *sql.Engine\n+ sqlInitCancel chan (struct{})\nsqlInit sync.WaitGroup\ntx1, tx2 *store.Tx\n@@ -138,6 +139,7 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\nreturn dbi, nil\n}\n+...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): gracefully stop by cancelling sql initialization Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
791,255
30.07.2021 11:04:10
25,200
73b6f5e012d0b89d36850cb986fd7e288bf1e3c5
feat(bigquery/storage/managedwriter): add opencensus instrumentation This starts to plumb in oc instrumentation, as we're already using it in bigquery proper and other veneers. Testing instrumentation helped catch another double-close in the recv processor, so this addresses that as well. Towards
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ require (\ngithub.com/golang/protobuf v1.5.2\ngithub.com/google/go-cmp v0.5.6\ngithub.com/googleapis/gax-go/v2 v2.0.5\n+ go.opencensus.io v0.23.0\ngolang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngolang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery/storage/managedwriter): add opencensus instrumentation (#4512) This starts to plumb in oc instrumentation, as we're already using it in bigquery proper and other veneers. Testing instrumentation helped catch another double-close in the recv processor, so this addresses that as well. Towards https...
1
feat
bigquery/storage/managedwriter
104,853
30.07.2021 11:07:19
14,400
1524e5873330d1b2fcce44dee4414ad3d95ac666
feat(table): add multi-line header move column - draft
[ { "change_type": "MODIFY", "diff": "@@ -765,6 +765,203 @@ describe('Table', () => {\nexpect(tableModel['header'][0].length).toEqual(3);\n});\n+ it('should move (multi-line header) column to beginning', () => {\n+ let tableModel = new AITableModel();\n+ tableModel.setHeader([\n+ [\n+ new TableHeaderItem({ da...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): add multi-line header move column - draft
1
feat
table
889,620
30.07.2021 11:15:42
-28,800
64acfeff99a732d3819bb9b012f020369cece325
feat: import total book count from ComicInfo.xml and Mylar series.json closes
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ data class SeriesMetadataPatch(\nval ageRating: Int?,\nval language: String?,\nval genres: Set<String>?,\n+ val totalBookCount: Int?,\nval collections: List<String>\n)\n", "new_path": "komga/src/main/kotlin/org/gotson/komga/domain/model/SeriesMetadat...
Kotlin
MIT License
gotson/komga
feat: import total book count from ComicInfo.xml and Mylar series.json closes #450
1
feat
null
865,921
30.07.2021 11:21:58
-7,200
5bb76c75ea20601331424ac4305df718e3bb7d6d
deps: bump eslint-plugin-camunda-licensed version
[ { "change_type": "MODIFY", "diff": "}\n},\n\"eslint-plugin-camunda-licensed\": {\n- \"version\": \"0.4.3\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-plugin-camunda-licensed/-/eslint-plugin-camunda-licensed-0.4.3.tgz\",\n- \"integrity\": \"sha512-vPhEoosQB67IlxcFrgjXT8kqtNGaciAgAbhx7fzzTmz2ceGTcr...
JavaScript
MIT License
camunda/camunda-modeler
deps: bump eslint-plugin-camunda-licensed version
1
deps
null
71,218
30.07.2021 11:22:14
25,200
b86062ff6215384b5def76e07586e94cc6ecc9c1
feat(kinesisfirehose): add support for backing up source records to S3 Closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "import * as iam from '@aws-cdk/aws-iam';\nimport * as firehose from '@aws-cdk/aws-kinesisfirehose';\n+import * as kms from '@aws-cdk/aws-kms';\nimport * as logs from '@aws-cdk/aws-logs';\n+import * as s3 from '@aws-cdk/aws-s3';\n+import * as cdk from '@aws-cdk/core';\n/**...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(kinesisfirehose): add support for backing up source records to S3 (#15725) Closes #15724 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
kinesisfirehose
266,244
30.07.2021 11:29:33
18,000
df7fc1e3a6df4316920ab221431945cdf9aa7217
build: update auto-approve config for new validation
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ rules:\n- \"CHANGELOG\\\\.md$\"\nmaxFiles: 3\n- author: \"renovate-bot\"\n- title: \"^(fix\\\\(deps\\\\)|chore\\\\(deps\\\\)):\"\n+ title: \"^(fix|chore)\\\\(deps\\\\):\"\nchangedFiles:\n- - \"/package\\\\.json$\"\n+ - \"package\\\\.json$\"\nmaxFiles: 2\n"...
Python
Apache License 2.0
googleapis/synthtool
build: update auto-approve config for new validation (#1169) Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1
build
null
277,277
30.07.2021 11:34:47
-7,200
ff3cd793bdab705b6a9c410f148ae79c2aa0e536
fix: Download files in new tab to prevent FF dropping WS connection.
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ page['example'] = ui.form_card(\nui.link(label='External link, new tab', path='https://h2o.ai', target=''),\nui.link(label='External link, new tab', path='https://h2o.ai', target='_blank'), # same as target=''\nui.link(label='External link, disabled', pa...
Python
Apache License 2.0
h2oai/wave
fix: Download files in new tab to prevent FF dropping WS connection. #899
1
fix
null
756,038
30.07.2021 11:38:30
25,200
603c0cfc8d2b4706dbbaa42d2ae057fa9dea65dc
feat: stateless lien module that upcalls to kernel
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ import (\ngaiaappparams \"github.com/Agoric/agoric-sdk/golang/cosmos/app/params\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\n+ \"github.com/Agoric/agoric-sdk/golang/cosmos/x/lien\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset\"\n\"gi...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: stateless lien module that upcalls to kernel
1
feat
null
667,713
30.07.2021 11:52:46
-28,800
1aca28ef1b245a7e7718a398d2a82393da62b8d3
refactor(android): report exception of getViewController
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ public class ControllerManager implements HippyInstanceLifecycleEventListener {\npublic ControllerManager(HippyEngineContext context, List<HippyAPIProvider> hippyPackages) {\nmContext = context;\n- mControllerRegistry = new ControllerRegistry();\n+ mCont...
C++
Apache License 2.0
tencent/hippy
refactor(android): report exception of getViewController
1
refactor
android
392,551
30.07.2021 12:00:30
-7,200
cf0a2215cd4ec1622d5f30c6320b60b49bc3306f
doc: fix jsdoc typos
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,7 @@ export class Viewer extends EventEmitter implements IViewer {\n* time.\n*\n* @param {ViewerOptions} options - Optional configuration object\n- * specifing Viewer's and the components' initial setup.\n+ * specifying Viewer's and the components' initial ...
TypeScript
MIT License
mapillary/mapillary-js
doc: fix jsdoc typos
1
doc
null
304,863
30.07.2021 12:38:02
25,200
9892a68a18dfc763c41beb55ae7b10b3b73769df
fix(stdlib): register sorted pivot
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ type PivotOpSpec struct {\n}\nfunc init() {\n+ // default pivot\npivotSignature := runtime.MustLookupBuiltinType(\"universe\", \"pivot\")\nruntime.RegisterPackageValue(\"universe\", PivotKind, flux.MustValue(flux.FunctionValue(PivotKind, createPivotOpSpe...
Go
MIT License
influxdata/flux
fix(stdlib): register sorted pivot (#3915)
1
fix
stdlib
791,255
30.07.2021 12:38:25
25,200
e972f28472be7cfe01d98bfb13c542f5b4611ee8
test(bigquery/managedwriter/storage): bump integration test timeout We're now doing enough work that we caught a context deadline in the managedwriter tests. Bump the timeout to 30s. Towards
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ import (\nvar (\ndatasetIDs = uid.NewSpace(\"managedwriter_test_dataset\", &uid.Options{Sep: '_', Time: time.Now()})\ntableIDs = uid.NewSpace(\"table\", &uid.Options{Sep: '_', Time: time.Now()})\n- defaultTestTimeout = 15 * time.Second\n+ defaultTestTime...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigquery/managedwriter/storage): bump integration test timeout (#4527) We're now doing enough work that we caught a context deadline in the managedwriter tests. Bump the timeout to 30s. Towards https://github.com/googleapis/google-cloud-go/issues/4366
1
test
bigquery/managedwriter/storage
276,958
30.07.2021 12:43:27
10,800
e3cde8971969224c89b96ff4e633761be1aa1603
feat(avatar): add web Avatar component
[ { "change_type": "MODIFY", "diff": "Gympass `<Avatar />` description\n-### Default Avatar\n+### Default\n```javascript type=expo\n<>\n@@ -10,7 +10,3 @@ Gympass `<Avatar />` description\n<Avatar.Circle />\n</>\n```\n-\n-### Props\n-\n-<PropsTable component=\"Avatar\" platform=\"native\" />\n", "new_path"...
JavaScript
MIT License
gympass/yoga
feat(avatar): add web Avatar component
1
feat
avatar
277,277
30.07.2021 13:18:31
-7,200
2dde90fc75398cb7e4cdfa3d37495429851afeb8
feat: Spinbox trigger attr
[ { "change_type": "ADD", "diff": "+# Form / Spinbox / Trigger\n+# Enable the `trigger` attribute in order to handle live changes to a spinbox.\n+# #form #spinbox #trigger\n+# ---\n+from typing import Optional\n+from h2o_wave import main, app, Q, ui\n+\n+\n+def get_form_items(value: Optional[float]):\n+ retur...
Python
Apache License 2.0
h2oai/wave
feat: Spinbox trigger attr (#595)
1
feat
null
127,946
30.07.2021 14:02:40
-10,800
60f6183459a8a100306c0a761c060dad6cb7fc54
fix: yarn.lock update
[ { "change_type": "MODIFY", "diff": "resolved \"https://registry.yarnpkg.com/@headlessui/react/-/react-1.2.0.tgz#e48652bfce82ddf73d7f331faeb9db6526ee6874\"\nintegrity sha512-19DkLz8gDgbi+WvkoTzi9vs0NK9TJf94vbYhMzB4LYJo03Kili0gmvXT9CiKZoxXZ7YAvy/b1U1oQKEnjWrqxw==\n+\"@heathmont/moon-assets@^5.0.1\", \"@heathm...
TypeScript
MIT License
coingaming/moon-design
fix: yarn.lock update
1
fix
null
392,551
30.07.2021 14:13:48
-7,200
5664ca8d8eac5394c673b5218d54cd62725cbf41
chore: remove unused script + dev dependency
[ { "change_type": "DELETE", "diff": "-#!/bin/sh\n-\n-yarn run build-docs\n-git checkout -- .\n-git checkout gh-pages\n-cp -Rf ./docs/build/. ./\n-git add assets/\n-git add classes/\n-git add enums/\n-git add interfaces/\n-git add globals.html\n-git add index.html\n-git commit -m \"Update documentation\"\n-gi...
TypeScript
MIT License
mapillary/mapillary-js
chore: remove unused script + dev dependency
1
chore
null
667,713
30.07.2021 14:23:12
-28,800
1be0604bf3b39341cab2b61a025d06d73e4d83ee
refactor(android): rename hippy core log handler interface
[ { "change_type": "DELETE", "diff": "-package com.tencent.mtt.hippy;\n-\n-@SuppressWarnings({\"unused\"})\n-public interface HippyCLogHandler {\n-\n- void onReceiveLogMessage(String msg);\n-}\n", "new_path": null, "old_path": "android/sdk/src/main/java/com/tencent/mtt/hippy/HippyCLogHandler.java" }...
C++
Apache License 2.0
tencent/hippy
refactor(android): rename hippy core log handler interface
1
refactor
android
791,690
30.07.2021 14:31:47
18,000
e58aa09a29c97d93ed039092093f4fb3351c9155
deps: update third-party-web to 0.12.4
[ { "change_type": "MODIFY", "diff": "\"robots-parser\": \"^2.0.1\",\n\"semver\": \"^5.3.0\",\n\"speedline-core\": \"^1.4.3\",\n- \"third-party-web\": \"^0.12.2\",\n+ \"third-party-web\": \"^0.12.4\",\n\"update-notifier\": \"^4.1.0\",\n\"ws\": \"^7.0.0\",\n\"yargs\": \"^16.1.1\",\n", "new_path": "package....
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update third-party-web to 0.12.4 (#12753)
1
deps
null
667,635
30.07.2021 14:58:08
-28,800
1782578cec42816d9cb52bd0de95a3b8ba54ccfa
feat(ios): add performance log enumation options
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ typedef NS_ENUM(NSUInteger, HippyPLTag) {\nHippyPLTTI,\nHippyPLBundleSize,\nHippySecondaryStartup,\n+ HippySecondaryLoadSource,\n+ HippySecondaryExecuteSource,\nHippyCommonLoadSource,\nHippyExecuteSource,\nHippyFeedsTimeCost,\n", "new_path": "ios/sdk...
C++
Apache License 2.0
tencent/hippy
feat(ios): add performance log enumation options
1
feat
ios
889,620
30.07.2021 14:58:48
-28,800
0c9a063cc3d28a6ada2eedec0ffd6e72eee378ba
feat: aggregate book tags at series level closes
[ { "change_type": "ADD", "diff": "+CREATE TABLE BOOK_METADATA_AGGREGATION_TAG\n+(\n+ TAG varchar NOT NULL,\n+ SERIES_ID varchar NOT NULL,\n+ FOREIGN KEY (SERIES_ID) REFERENCES SERIES (ID)\n+);\n+\n+-- aggregate existing data\n+insert into BOOK_METADATA_AGGREGATION_TAG\n+select distinct bt.TAG, b.SERIES_ID\n+...
Kotlin
MIT License
gotson/komga
feat: aggregate book tags at series level closes #513
1
feat
null
889,620
30.07.2021 15:00:08
-28,800
bb1eb36daec6d983300702487163d49211b94543
feat(webui): display and filter series aggregated book tags closes
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ export default new Vuetify({\nsecondary: '#fec000',\naccent: '#ff0335',\n'contrast-1': colors.grey.lighten4,\n+ 'contrast-light-2': colors.grey.darken2,\n},\ndark: {\nbase: colors.shades.black,\n@@ -40,6 +41,7 @@ export default new Vuetify({\nsecondary: ...
Kotlin
MIT License
gotson/komga
feat(webui): display and filter series aggregated book tags closes #513
1
feat
webui
276,951
30.07.2021 15:04:44
10,800
620193c5b7332ca4f33fc76aefe9234fc9ca6df6
test(avatar): add unit tests
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { render } from '@testing-library/react';\n+\n+import { UserFilled } from '@gympass/yoga-icons';\n+import { ThemeProvider } from '../..';\n+import Avatar from './Avatar';\n+\n+describe('<Avatar />', () => {\n+ it('should match snapshot in...
JavaScript
MIT License
gympass/yoga
test(avatar): add unit tests
1
test
avatar
889,620
30.07.2021 15:05:07
-28,800
77ef4bcab7f8b178cdda1953444c03d0ecc97790
refactor: remove h2 cleanup code
[ { "change_type": "DELETE", "diff": "-package org.gotson.komga.infrastructure.datasource\n-\n-import mu.KotlinLogging\n-import org.gotson.komga.infrastructure.configuration.KomgaProperties\n-import org.springframework.context.annotation.Profile\n-import org.springframework.stereotype.Component\n-import java....
Kotlin
MIT License
gotson/komga
refactor: remove h2 cleanup code
1
refactor
null
667,635
30.07.2021 15:24:47
-28,800
e763bf3a79bbf243c72729440c95d55d2943886a
feat(ios): add try catch block for js execution
[ { "change_type": "MODIFY", "diff": "@@ -506,10 +506,7 @@ HIPPY_EXPORT_METHOD(setContextName:(NSString *)contextName) {\nif (!strongSelf || !strongSelf.isValid || nullptr == strongSelf.pScope) {\nreturn;\n}\n-\n-#ifndef HIPPY_DEBUG\n@try {\n-#endif\nHippyBridge *bridge = [strongSelf bridge];\nNSString *modul...
C++
Apache License 2.0
tencent/hippy
feat(ios): add try catch block for js execution
1
feat
ios
276,951
30.07.2021 15:26:56
10,800
f7ed9a13ee00696c9ce0c8074c32266cf7056378
docs(avatar): add image on component
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,7 @@ Gympass `<Avatar />` description\n<div style={{ display: 'flex', justifyContent: 'space-evenly', width: '100%' }}>\n<Avatar />\n- <Avatar />\n- <Avatar />\n+ <Avatar src=\"https://github.com/Gympass.png\" />\n</div>\n```\n@@ -18,7 +17,6 @@ Gympass `<Avatar...
JavaScript
MIT License
gympass/yoga
docs(avatar): add image on component
1
docs
avatar
71,573
30.07.2021 15:57:36
14,400
58fda9104ad884026d578dc0602f7d64dd533f6d
feat(servicecatalog): add CloudFormation Parameter constraint Add ability to configure parameter options for when launching a product. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ enables organizations to create and manage catalogs of products for their end us\n- [Constraints](#constraints)\n- [Tag update constraint](#tag-update-constraint)\n- [Notify on stack events](#notify-on-stack-events)\n+ - [CloudFormation parameters constr...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(servicecatalog): add CloudFormation Parameter constraint (#15770) Add ability to configure parameter options for when launching a product. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* Co-authored-by: Dillon Ponzo <dponzo18@gmai...
1
feat
servicecatalog
889,620
30.07.2021 15:58:00
-28,800
aaa455513770d15cd0fcd12820ebf7a112519be7
test: fix test typo
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ class ComicInfoTest {\nassertThat(notes).isEqualTo(\"Scraped metadata from Comixology [CMXDB727888], [RELDATE:2018-10-30]\")\nassertThat(publisher).isEqualTo(\"DC\")\nassertThat(imprint).isEqualTo(\"Vertigo\")\n- assertThat(pageCount).isNull()\n+ assertT...
Kotlin
MIT License
gotson/komga
test: fix test typo
1
test
null
889,620
30.07.2021 15:59:53
-28,800
1148e46d9043df134549bc6f3911674f1898b3e0
feat(api): summary field for read lists closes
[ { "change_type": "ADD", "diff": "+alter table readlist\n+ add column SUMMARY varchar not NULL default '';\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210730151147__readlist_summary.sql", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import...
Kotlin
MIT License
gotson/komga
feat(api): summary field for read lists closes #558
1
feat
api
889,620
30.07.2021 16:00:41
-28,800
883fed39408b8f55920937075a05d1939e5c008f
feat(webui): add summary for read list browsing and edit dialog closes
[ { "change_type": "MODIFY", "diff": "<v-card-text>\n<v-container fluid>\n+ <!-- Name -->\n<v-row>\n<v-col>\n<v-text-field v-model=\"form.name\"\n:label=\"$t('dialog.edit_readlist.field_name')\"\n:error-messages=\"getErrorsName\"\n+ filled\n+ />\n+ </v-col>\n+ </v-row>\n+\n+ <!-- Summary -->\n+ <v-row>\n+ <v-...
Kotlin
MIT License
gotson/komga
feat(webui): add summary for read list browsing and edit dialog closes #558
1
feat
webui
873,686
30.07.2021 16:10:54
-7,200
8a6c65c88bd7de0d7f52969e18654ba49232c438
fix: revert prevent default
[ { "change_type": "MODIFY", "diff": "@@ -176,13 +176,15 @@ export function WrappedEntryCard(props: WrappedEntryCardProps) {\nMove to bottom\n</DropdownListItem>\n</DropdownList>\n- ) : <React.Fragment />}\n+ ) : (\n+ <React.Fragment />\n+ )}\n</React.Fragment>\n) : undefined\n}\nonClick={(e) => {\n- if (!pro...
TypeScript
MIT License
contentful/field-editors
fix: revert prevent default (#790)
1
fix
null
127,946
30.07.2021 16:14:17
-10,800
7bc73b2a4710e421e23fddc56e98dd8d69f69419
fix: next deps
[ { "change_type": "MODIFY", "diff": "\"@heathmont/moon-core\": \"5.0.0\",\n\"@heathmont/moon-table\": \"^6.0.0\",\n\"@heathmont/moon-themes\": \"^6.0.0\",\n+ \"@heathmont/moon-pagination\": \"5.0.0\",\n\"@heathmont/moon-utils\": \"5.0.0\",\n\"@types/react\": \"17.0.8\",\n+ \"@types/styled-components\": \"5.1...
TypeScript
MIT License
coingaming/moon-design
fix: next deps
1
fix
null
127,946
30.07.2021 16:19:47
-10,800
a19afb87224e881eec7e9928861085c93a622a54
feat: update nuke
[ { "change_type": "MODIFY", "diff": "\"watch:js\": \"yarn build:js --watch\",\n\"watch:types\": \"lerna exec --parallel --no-private -- tsc --watch --noEmit\",\n\"clean\": \"rimraf packages/**/lib next-docs/{lib,dist,.cache}\",\n- \"nuke\": \"yarn clean && lerna clean --yes && rimraf node_modules/\",\n+ \"nu...
TypeScript
MIT License
coingaming/moon-design
feat: update nuke
1
feat
null
392,551
30.07.2021 16:30:08
-7,200
e5ddeb263c379ff2d958140c3f1b53d9ee710f1d
chore: upgrade rxjs
[ { "change_type": "MODIFY", "diff": "\"pbf\": \"^3.2.1\",\n\"polylabel\": \"^1.1.0\",\n\"rbush\": \"^3.0.1\",\n- \"rxjs\": \"^6.5.5\",\n+ \"rxjs\": \"^7.3.0\",\n\"s2-geometry\": \"^1.2.10\",\n\"three\": \"^0.125.2\",\n\"virtual-dom\": \"^2.1.1\"\n", "new_path": "package.json", "old_path": "package.js...
TypeScript
MIT License
mapillary/mapillary-js
chore: upgrade rxjs
1
chore
null
127,946
30.07.2021 16:32:18
-10,800
f7a5c58b036a818c1dc85736f3522ab495fd5d03
fix: build docker with cache
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ aliases:\ndocker_build_docs_branch: &docker_build_docs_branch\nrun:\nname: 'Building docker docs image from branch'\n- command: docker build --no-cache -f .config/docker/docs/Dockerfile -t heathmont/$CIRCLE_PROJECT_REPONAME:$CIRCLE_BRANCH .\n+ command: d...
TypeScript
MIT License
coingaming/moon-design
fix: build docker with cache
1
fix
null
504,034
30.07.2021 16:37:28
14,400
5e4fe501eeb8a7d9d2c57dd0445a672efef018d3
fix(Sidebar): custom className override fix
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ export interface SidebarProps extends React.HTMLProps<HTMLDivElement> {\n}\nexport const Sidebar: React.FunctionComponent<SidebarProps> = ({\n+ className,\nchildren,\norientation,\nisPanelRight = false,\n@@ -24,7 +25,8 @@ export const Sidebar: React.Func...
TypeScript
MIT License
patternfly/patternfly-react
fix(Sidebar): custom className override fix (#6094)
1
fix
Sidebar
699,189
30.07.2021 17:02:37
18,000
0c3f12603cbe9465f22a68aa0f5b6a52b46a2edb
fix(website): waits longer for opengraph card previews
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ const handler: Handler = async (event) => {\n// console.log('Visiting page:', pageToVisit, Date.now());\nawait page.goto(pageToVisit, {\n// wait for the load event as we need JS to render the page\n- waitUntil: 'networkidle2',\n+ waitUntil: 'networkidle0...
TypeScript
MIT License
twilio-labs/paste
fix(website): waits longer for opengraph card previews (#1721)
1
fix
website
889,620
30.07.2021 17:05:05
-28,800
c06f89ffc2c876b1ef3bffd3ed20697c5f822f5a
feat(api): filter read lists books by library, read status, tags, or authors
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ class BookDtoDao(\n): Page<BookDto> {\nval conditions = rlb.READLIST_ID.eq(readListId).and(search.toCondition())\n- return findAll(conditions, userId, pageable, JoinConditions(selectReadListNumber = true), filterOnLibraryIds)\n+ return findAll(conditions...
Kotlin
MIT License
gotson/komga
feat(api): filter read lists books by library, read status, tags, or authors
1
feat
api
889,620
30.07.2021 17:07:03
-28,800
422876ae2fd676459ae84f54d9bd6878828d714d
feat(api): search authors and tags by read list
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ interface ReferentialRepository {\nfun findAllAuthorsByNameAndLibrary(search: String?, role: String?, libraryId: String, filterOnLibraryIds: Collection<String>?, pageable: Pageable): Page<Author>\nfun findAllAuthorsByNameAndCollection(search: String?, ro...
Kotlin
MIT License
gotson/komga
feat(api): search authors and tags by read list
1
feat
api
889,620
30.07.2021 17:08:12
-28,800
b8effd44531de86b6392b24bf7ed0ea2eb25756f
feat(webui): add filter panel in BrowseReadList view closes
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,9 @@ export const persistedModule: Module<any, any> = {\ncollection: {\nfilter: {},\n},\n+ readList: {\n+ filter: {},\n+ },\nlibrary: {\nfilter: {},\nsort: {},\n@@ -34,6 +37,9 @@ export const persistedModule: Module<any, any> = {\ngetCollectionFilter: (state)...
Kotlin
MIT License
gotson/komga
feat(webui): add filter panel in BrowseReadList view closes #580
1
feat
webui
386,595
30.07.2021 17:31:54
-7,200
1ca3966495f96da9a66fa912a70703748c10d197
fix: Add _number operator.
[ { "change_type": "MODIFY", "diff": "- id: _not\ntype: MenuLink\npageId: _not\n+ - id: _number\n+ type: MenuLink\n+ pageId: _number\n- id: _nunjucks\ntype: MenuLink\npageId: _nunjucks\n", "new_path": "packages/docs/menus.yaml", "old_path": "packages/docs/menus.yaml" }, { "change_type": "MODIF...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Add _number operator.
1
fix
null
386,595
30.07.2021 17:45:38
-7,200
3b36a53e42f0996c7ba6d5e2e19436c438a08ffe
fix: Fix _number operator tests.
[ { "change_type": "MODIFY", "diff": "@@ -502,7 +502,7 @@ describe('parse operators', () => {\nconst parser = new NodeParser({ state });\nawait parser.init();\nconst res = parser.parse({ input, location: 'locationId' });\n- expect(res.output).toEqual(12.34);\n+ expect(res.output).toEqual('12.34');\nexpect(res...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix _number operator tests.
1
fix
null
418,683
30.07.2021 17:50:45
-28,800
00ca5e8028141db94d8e2ed0ca2729efdc449e75
feat: add task log
[ { "change_type": "MODIFY", "diff": "\"@midwayjs/decorator\": \"^2.11.5\",\n\"@midwayjs/koa\": \"^2.11.6\",\n\"@midwayjs/mock\": \"^2.11.6\",\n+ \"@midwayjs/logger\": \"^2.11.3\",\n\"@types/bull\": \"^3.15.0\",\n\"@types/cron\": \"^1.7.2\"\n},\n\"dependencies\": {\n\"bull\": \"^3.22.0\",\n- \"cron\": \"^1.8....
TypeScript
MIT License
midwayjs/midway
feat: add task log (#1173) Co-authored-by: jinbing.jb <jinbing.jb@alibaba-inc.com>
1
feat
null
151,430
30.07.2021 18:51:18
25,200
3a5cb9c8f087c7714f1b7de3e49633bddb1c6425
refactor: shrink listener util
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ description: Utility library for adding backwards compatible event listeners\n# Listener Utilities\n-A tiny utility library for working with event listeners in <!-- AUTO-GENERATED-CONTENT:START (pkgSize) -->`649 bytes`<!-- AUTO-GENERATED-CONTENT:END -->.\n...
JavaScript
MIT License
davidwells/analytics
refactor: shrink listener util Signed-off-by: David Wells <>
1
refactor
null
71,303
30.07.2021 19:01:20
-19,080
9eea4b8d454f7bc23930e6254651029b1a348a2c
feat(Route53): add support for RemovalPolicy in CrossAccountZoneDelegationRecord add support for RemovalPolicy in CrossAccountZoneDelegationRecord closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "import * as path from 'path';\nimport * as iam from '@aws-cdk/aws-iam';\n-import { CustomResource, CustomResourceProvider, CustomResourceProviderRuntime, Duration, IResource, Resource, Token } from '@aws-cdk/core';\n+import { CustomResource, CustomResourceProvider, Custom...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(Route53): add support for RemovalPolicy in CrossAccountZoneDelegationRecord (#15782) add support for RemovalPolicy in CrossAccountZoneDelegationRecord closes #15211 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
Route53
494,248
30.07.2021 19:23:54
-36,000
05256232bf85d68e068eece6c883f46a447ba5bd
fix: add new message when refresh parameter is true Closes
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ import (\n\"net/http\"\n\"time\"\n+ \"github.com/ory/kratos/text\"\n+\n\"github.com/ory/nosurf\"\n\"github.com/ory/kratos/identity\"\n@@ -93,6 +95,10 @@ func (h *Handler) NewLoginFlow(w http.ResponseWriter, r *http.Request, flow flow\nreturn nil, err\n}\n+...
Go
Apache License 2.0
ory/kratos
fix: add new message when refresh parameter is true (#1560) Closes #1117 Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
1
fix
null
780,866
30.07.2021 19:53:35
10,800
929590788b065d98b2243445b1dcbe4c1be5d9c3
feat(components/address-form): handle new `btnText` prop
[ { "change_type": "MODIFY", "diff": "type=\"submit\"\n>\n<i class=\"fas fa-check mr-1\"></i>\n- {{ i19save }}\n+ {{ btnText }}\n</button>\n</div>\n</transition>\n", "new_path": "@ecomplus/storefront-components/src/html/AddressForm.html", "old_path": "@ecomplus/storefront-components/src/html/AddressFo...
JavaScript
MIT License
ecomplus/storefront
feat(components/address-form): handle new `btnText` prop
1
feat
components/address-form
780,866
30.07.2021 19:54:34
10,800
c46abfba5f069a0c888639ba4ed0fc48086fae03
feat(components/account-addresses): new `formBtnText` prop passed to nested `AddressForm` component
[ { "change_type": "MODIFY", "diff": "key=\"form\"\nv-if=\"canShowForm\"\n:address.sync=\"localAddress\"\n+ :btn-text=\"formBtnText\"\n/>\n<div\n", "new_path": "@ecomplus/storefront-components/src/html/AccountAddresses.html", "old_path": "@ecomplus/storefront-components/src/html/AccountAddresses.html"...
JavaScript
MIT License
ecomplus/storefront
feat(components/account-addresses): new `formBtnText` prop passed to nested `AddressForm` component
1
feat
components/account-addresses
780,866
30.07.2021 19:55:12
10,800
96d00bbddc55ed15960cc6a09811851aeb383aa9
feat(components/account-form): handle new `hasSubmitBtn` and `btnText` props
[ { "change_type": "MODIFY", "diff": "</label>\n</div>\n</div>\n+ </template>\n<button\n+ v-if=\"hasSubmitBtn\"\nclass=\"btn btn-lg btn-primary\"\ntype=\"submit\"\n>\n<i class=\"fas fa-check mr-1\"></i>\n{{ btnLabel }}\n</button>\n- </template>\n</form>\n", "new_path": "@ecomplus/storefront-components/src...
JavaScript
MIT License
ecomplus/storefront
feat(components/account-form): handle new `hasSubmitBtn` and `btnText` props
1
feat
components/account-form
780,866
30.07.2021 19:56:22
10,800
53ef127bea0aaee612553b553ee376fb3c4d1d68
fix(app/checkout): checkout form should be first at mobile view
[ { "change_type": "MODIFY", "diff": "<template>\n<div id=\"checkout\">\n<div class=\"row\">\n- <div\n- v-if=\"isLpCheckout\"\n- class=\"col-lg-4\"\n- >\n- <div ref=\"product\"></div>\n- </div>\n- <div class=\"col\">\n+ <div class=\"col order-lg-last\">\n<ec-checkout\n:is-guest-checkout=\"isGuestCheckout\"\n:...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): checkout form should be first at mobile view
1
fix
app/checkout
780,866
30.07.2021 19:59:03
10,800
8d58834029eaaada4ff765dbc38778690737f732
fix(app/checkout): fix (and show even on guest) account/address forms submit buttons
[ { "change_type": "MODIFY", "diff": ":customer.sync=\"localCustomer\"\n:is-short=\"true\"\n:is-guest-access=\"true\"\n+ :has-submit-btn=\"!hasBuyerInfo\"\n+ :btn-text=\"i19proceed\"\n/>\n</div>\n</div>\n<account-addresses\nv-if=\"hasBuyerInfo\"\n:customer.sync=\"localCustomer\"\n- :zipCode=\"shippingZipCode\...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): fix (and show even on guest) account/address forms submit buttons
1
fix
app/checkout
471,403
30.07.2021 21:38:23
-7,200
17c0667924028ee148d73bb3ed9cbe8b24b91b51
chore: configure renovate to bump API Adapt renovate configuration to match core repo and bump API to ensure that peer-dependency gets updated.
[ { "change_type": "MODIFY", "diff": "\"groupName\": \"all non-major dependencies\",\n\"updateTypes\": [\"patch\", \"minor\"],\n\"groupSlug\": \"all-minor-patch\"\n+ },\n+ {\n+ \"matchPackageNames\": [\"@opentelemetry/api\"],\n+ \"rangeStrategy\": \"bump\"\n}\n],\n\"assignees\": [\n", "new_path": "renovat...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: configure renovate to bump API (#601) Adapt renovate configuration to match core repo and bump API to ensure that peer-dependency gets updated.
1
chore
null
151,430
30.07.2021 22:36:29
25,200
2544d60cc29b84322e97730cc10f90d86de36856
refactor: use in form util
[ { "change_type": "MODIFY", "diff": "\"microbundle\": \"^0.13.0\",\n\"servor\": \"^4.0.2\",\n\"watchlist\": \"^0.2.3\"\n+ },\n+ \"dependencies\": {\n+ \"@analytics/type-utils\": \"^0.1.0\"\n}\n}\n", "new_path": "packages/analytics-util-forms/package.json", "old_path": "packages/analytics-util-forms/p...
JavaScript
MIT License
davidwells/analytics
refactor: use @analytics/type-utils in form util Signed-off-by: David Wells <>
1
refactor
null