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
126,276
02.12.2021 17:03:38
10,800
3845364cdd1464fa2ba9c671d344768e17c1d0de
chore(embedded/multierr): minor code simplification
[ { "change_type": "MODIFY", "diff": "@@ -790,9 +790,5 @@ func (t *AHtree) Close() error {\nerr = t.cLog.Close()\nmerrors.Append(err)\n- if merrors.HasErrors() {\n- return merrors\n- }\n-\n- return nil\n+ return merrors.Reduce()\n}\n", "new_path": "embedded/ahtree/ahtree.go", "old_path": "embedded/aht...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/multierr): minor code simplification Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/multierr
126,276
02.12.2021 17:08:14
10,800
e08f274efa7c0ca15519752cfebd4f82247c61bc
chore(embedded/store): handle watchersHub closing error
[ { "change_type": "MODIFY", "diff": "@@ -1789,9 +1789,10 @@ func (s *ImmuStore) Close() error {\nclose(s.blBuffer)\n}\n- s.wHub.Close()\n+ err := s.wHub.Close()\n+ merr.Append(err)\n- err := s.indexer.Close()\n+ err = s.indexer.Close()\nmerr.Append(err)\nerr = s.txLog.Close()\n", "new_path": "embedded/st...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): handle watchersHub closing error Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
802,854
02.12.2021 17:09:14
10,800
3d12619bd410df42adae46a6ba8a88cf5f705c75
chore: add engines configs
[ { "change_type": "MODIFY", "diff": "\"workspaces\": [\n\"packages/*\"\n],\n+ \"engines\": {\n+ \"npm\": \"please-use-yarn\",\n+ \"yarn\": \">= 1.20\",\n+ \"node\": \">= 14.0.0\"\n+ },\n\"scripts\": {\n\"bootstrap\": \"lerna bootstrap --use-workspaces\",\n\"build:storybook\": \"yarn build:fontello && lerna r...
TypeScript
Apache License 2.0
juntossomosmais/venice
chore: add engines configs
1
chore
null
791,704
02.12.2021 17:14:37
28,800
a6bcbf268db1053c24430a2f39d2e8afc9d4719f
tests: fix devtools build command
[ { "change_type": "MODIFY", "diff": "@@ -16,9 +16,10 @@ roll_devtools() {\ncd -\n}\n-# Setup inspector-sources.\ncd \"$DEVTOOLS_PATH\"\ngit --no-pager log -1\nroll_devtools\n-autoninja -C out/Default build_release_devtools # Build devtools resources.\n+# Build devtools. The creates `out/Default/gen/front_end...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: fix devtools build command (#13457)
1
tests
null
217,922
02.12.2021 17:18:13
-3,600
124fb66686735a332eb07e4815bfdbadf00cd862
feat(core): remove belt from 6.0 game
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\" fxLayoutAlign=\"space-evenly flex-start\" fxLayout.lt-md=\"column\" fxLayoutAlign.lt-md=\"flex-start center\">\n<div fxFlexOrder=\"1\" fxLayout=\"row\" fxLayoutAlign=\"center center\">\n<div fxLayout=\"column\">\n- <app-gearset-display-slot *ngFor=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(core): remove belt from 6.0 game
1
feat
core
877,026
02.12.2021 17:36:58
-3,600
429577aeee80e8e8a94d605deae074bacc32eda6
fix(@vtmn/css): button has a min-height instead of a height
[ { "change_type": "MODIFY", "diff": "justify-content: center;\nalign-items: center;\nposition: relative;\n- height: rem(48px);\n+ min-height: rem(48px);\nmin-width: max-content;\npadding: rem(14px) rem(24px);\nfont-family: var(--vtmn-typo_font-family);\n.vtmn-btn_size--small {\nfont-size: rem(14px);\npadding...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): button has a min-height instead of a height
1
fix
@vtmn/css
386,588
02.12.2021 17:40:12
-7,200
e7421bd237d77d0cc9c95ab0cffaf38ba96b2035
feat: Create _env operator and build operators.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Create _env operator and build operators.
1
feat
null
386,588
02.12.2021 17:41:21
-7,200
d2f5f45766a59320a7234dad31f291443da38b9b
feat(operators): Update parse for build operators.
[ { "change_type": "MODIFY", "diff": "import { serializer, type } from '@lowdefy/helpers';\nclass NodeParser {\n- constructor({ payload, secrets, user, operators }) {\n+ constructor({ env, payload, secrets, user, operators }) {\n+ this.env = env;\nthis.operators = operators;\nthis.payload = payload;\nthis.sec...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(operators): Update parse for build operators.
1
feat
operators
386,588
02.12.2021 17:41:40
-7,200
139dae657c4ccbd462b59744eaf5f5951f1741b3
feat: Simplify _function with new operatorPrefix
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { serializer, type } from '@lowdefy/helpers';\n-\n-function removeUnderscore(_, value) {\n- if (type.isObject(value) && Object.keys(value).length === 1) {\n- const key = Object.keys(value)[0];\n- if (key.startsWith('__')) {\n- c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Simplify _function with new operatorPrefix
1
feat
null
386,588
02.12.2021 17:42:05
-7,200
f8e22143868b3de69147648f40c17c6d26191b22
feat: Evaluate build operators in refs.
[ { "change_type": "MODIFY", "diff": "@@ -5194,6 +5194,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/helpers\", \"workspace:packages/utils/helpers\"],\n[\"@lowdefy/node-utils\", \"workspace:packages/utils/node-utils\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/utils/nunjucks\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Evaluate build operators in refs.
1
feat
null
217,922
02.12.2021 17:47:49
-3,600
068e61e81faceb66ddf08130ab2fd8af993731ca
chore: more sim fixes
[ { "change_type": "MODIFY", "diff": "\"@angular/platform-browser-dynamic\": \"^12.2.10\",\n\"@angular/platform-server\": \"^12.2.12\",\n\"@angular/router\": \"^12.2.10\",\n- \"@ffxiv-teamcraft/simulator\": \"^3.0.0-rc.2\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.0-rc.3\",\n\"@ffxiv-teamcraft/simulator-cn\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more sim fixes
1
chore
null
877,026
02.12.2021 18:04:06
-3,600
b8d676b48258a9b27f813a797035952ea572f595
fix(@vtmn/css): token background color
[ { "change_type": "MODIFY", "diff": "-<div class=\"block\" style=\"width: 50%\">\n+<style>\n+ .block {\n+ display: flex;\n+ width: 100%;\n+ }\n+\n+ .block .vtmn-card {\n+ max-width: 400px;\n+ }\n+</style>\n+\n+<div class=\"block\">\n<div class=\"vtmn-card vtmn-card_variant--full-image\">\n<div class=\"vtmn-c...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): token background color
1
fix
@vtmn/css
802,854
02.12.2021 18:05:11
10,800
1e587a83504caa9a1ed6803a2c179e8834e360cd
chore(deps): downgrade autoprefixer to 9.0.0 to avoid errors with postcss
[ { "change_type": "MODIFY", "diff": "\"@types/react\": \"^16.9.0\",\n\"@types/react-dom\": \"^16.9.0\",\n\"@types/uniqid\": \"^5.3.0\",\n- \"autoprefixer\": \"^9.8.8\",\n+ \"autoprefixer\": \"^9.0.0\",\n\"eslint-plugin-react\": \"^7.22.0\",\n\"react\": \"^16.13.1\",\n\"react-dom\": \"^16.13.1\",\n", "new...
TypeScript
Apache License 2.0
juntossomosmais/venice
chore(deps): downgrade autoprefixer to 9.0.0 to avoid errors with postcss
1
chore
deps
306,638
02.12.2021 19:19:16
-19,080
85767a6e31bcb29545229b96d44b62fc25889d8f
chore: updates chromatic actions to use node 14.x
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,11 @@ jobs:\n# Job steps\nsteps:\n- uses: actions/checkout@v1\n+\n+ - uses: actions/setup-node@v1\n+ with:\n+ node-version: '14.x'\n+\n- name: Install dependencies\nrun: npm install\n", "new_path": ".github/workflows/chromatic.yml", "old_path": ".gith...
TypeScript
MIT License
innovaccer/design-system
chore: updates chromatic actions to use node 14.x
1
chore
null
392,551
02.12.2021 19:23:09
28,800
1f695da1a4c7f4ba1c7d74d56757a46bcbb19571
feat: expose data provider as a viewer property
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ import { CustomCameraControls } from \"./CustomCameraControls\";\nimport { ViewerLoadEvent } from \"./events/ViewerLoadEvent\";\nimport { cameraControlsToState } from \"./Modes\";\nimport { ViewerReferenceEvent } from \"./events/ViewerReferenceEvent\";\n...
TypeScript
MIT License
mapillary/mapillary-js
feat: expose data provider as a viewer property
1
feat
null
251,188
02.12.2021 20:21:06
-10,800
0e74413597e79de6e05b6ec11a347e3f6e740cd2
chore: try to enable test
[ { "change_type": "MODIFY", "diff": "@@ -2698,7 +2698,7 @@ public class AuthorizeRestWebServiceHttpTest extends BaseTest {\n* If a client has only openid scope and pairwise id, person should not have to authorize.\n*/\n@Parameters({\"userId\", \"userSecret\", \"redirectUris\", \"redirectUri\", \"sectorIdenti...
Java
MIT License
gluufederation/oxauth
chore: try to enable test
1
chore
null
711,597
02.12.2021 20:37:42
-3,600
b0d99b12b3c7b281f358e55e16a673e17bf3af59
chore: Fix path in payments e2e test script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"watch\": \"tsc -p ./tsconfig.build.json --watch\",\n\"build\": \"rimraf package && tsc -p ./tsconfig.build.json\",\n- \"e2e\": \"jest --config ../../e2e-common/jest-config.js --runInBand --package=payment-plugin\",\n+ \"e2e\": \"jest --config ../../e2e-c...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix path in payments e2e test script
1
chore
null
306,653
02.12.2021 21:06:49
-19,080
3cd54421dc34b621de713efd5bc095f957c064ea
feat(message): deprecated the default appearance of message
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,9 @@ export interface MessageProps extends BaseProps {\n}\nexport const Message = (props: MessageProps) => {\n- const { appearance, actions, title, className } = props;\n+ const { actions, title, className } = props;\n+ let { appearance } = props;\n+ appearan...
TypeScript
MIT License
innovaccer/design-system
feat(message): deprecated the default appearance of message
1
feat
message
688,434
02.12.2021 22:23:42
-25,200
516d173ebec9922c8a6e4408d08ab4205e989cc6
feat(DatePicker): added ability to pass custom parsers for DatePicker's Input
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso-lab': major\n+---\n+\n+feat(DatePicker): reworked `parseInputValue` property. Now it allows passing custom parser for `DatePicker`'s input value to process custom input value, like, human-readable dates\n", "new_path": ".changeset/mean-plants-bath...
TypeScript
MIT License
toptal/picasso
feat(DatePicker): added ability to pass custom parsers for DatePicker's Input (#2298)
1
feat
DatePicker
386,588
02.12.2021 22:31:26
-7,200
83d5b79cec2dc7cdc62c5b51a96dd3d50b1b26c4
feat: Add operator-js dependency to build
[ { "change_type": "MODIFY", "diff": "\"@lowdefy/node-utils\": \"4.0.0-alpha.5\",\n\"@lowdefy/nunjucks\": \"4.0.0-alpha.5\",\n\"@lowdefy/operators\": \"4.0.0-alpha.5\",\n+ \"@lowdefy/operators-js\": \"4.0.0-alpha.5\",\n\"ajv\": \"8.8.2\",\n\"js-yaml\": \"4.1.0\",\n\"json5\": \"2.2.0\",\n", "new_path": "pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add operator-js dependency to build
1
feat
null
317,646
02.12.2021 22:42:38
-3,600
6b02ae47f7d2740c9dc78fa3830990d9559b072e
feat: sign releases with cosign
[ { "change_type": "MODIFY", "diff": "@@ -24,5 +24,5 @@ jobs:\nwith:\ndistribution: goreleaser\nversion: latest\n- args: build --rm-dist --snapshot\n+ args: build --rm-dist --snapshot --skip-post-hooks\nworkdir: src\n", "new_path": ".github/workflows/build_code.yml", "old_path": ".github/workflows/bui...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: sign releases with cosign
1
feat
null
777,399
02.12.2021 22:55:43
28,800
4e79a7aca0a87bf52e7bc398aacb54689d18ee94
chore: update release note for MIG support
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,9 @@ Version 0.17.4\n- WebUI: Add the :ref:`model registry <organizing-models>` as a new top-level navigation option,\nallowing for viewing, editing, and deleting existing models created using the CLI.\n-- Add experimental support for `Multi-Instance GPU\n- <...
Python
Apache License 2.0
determined-ai/determined
chore: update release note for MIG support (#3260)
1
chore
null
447,446
02.12.2021 23:21:07
18,000
1d176547ed5aed3e0c9a85dc70dbdd7e033d5e59
test: improve test case on ColorInput component
[ { "change_type": "MODIFY", "diff": "@@ -115,12 +115,14 @@ describe('<ColorInput />', () => {\nit('should update the color sample on change', () => {\nconst value = { hex: '#ccc', alpha: 1, isValid: true };\nconst component = mount(<ColorInput value={value} />);\n+ const div = component.find('ColorSample').f...
JavaScript
MIT License
nexxtway/react-rainbow
test: improve test case on ColorInput component (#2323)
1
test
null
667,636
03.12.2021 00:01:47
-28,800
8e33233e998552fd23ff43b334918dcbc3f78b8d
feat(react): support event capture phase
[ { "change_type": "MODIFY", "diff": "@@ -66,8 +66,12 @@ const styles = StyleSheet.create({\nfunction Style1({ index }) {\nreturn (\n<View style={styles.container}\n+ onClickCapture={() => {\n+ console.log('onClickCapture style1');\n+ }}\nonClick={() => {\nconsole.log('click style1');\n+ return false;\n}}\n>\...
C++
Apache License 2.0
tencent/hippy
feat(react): support event capture phase
1
feat
react
603,467
03.12.2021 01:01:55
0
a73a635f93183d67229acde78e74526564008869
feat(web): support for switching browsing context re
[ { "change_type": "MODIFY", "diff": "import 'mocha';\n-import { actorCalled, Note, TakeNote } from '@serenity-js/core';\n-import { by, Navigate, Page, Target, Text } from '@serenity-js/web';\n+import { actorCalled, Duration, LogicError, Note, TakeNote } from '@serenity-js/core';\n+import { by, Click, Navigat...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): support for switching browsing context re #805
1
feat
web
306,635
03.12.2021 01:28:28
-19,080
8c61ef05259737c1ea8a64f5e1dbab280151faf7
feat(Sidesheet): add transition in sidesheet component
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import { Heading, Card, Table, Text } from '@/index';\n+import utilitiesSchema from '../Schema';\n+\n+export const animation = () => {\n+ const data = [\n+ {\n+ className: 'fade-in',\n+ properties: 'animation: fadeIn 120ms cubic-bezier(0.2,...
TypeScript
MIT License
innovaccer/design-system
feat(Sidesheet): add transition in sidesheet component
1
feat
Sidesheet
386,588
03.12.2021 08:52:09
-7,200
bc39f77ba9b94ebecdda164a6260caf69cf89c34
fix: Remove _user from build operators and rogue console.log
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,6 @@ class NodeParser {\nconst [op, methodName] = `_${key.substring(operatorPrefix.length)}`.split('.');\nif (type.isUndefined(operators[op])) return value;\n- console.log(op);\ntry {\nconst res = operators[op]({\nargs,\n", "new_path": "packages/operators...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Remove _user from build operators and rogue console.log
1
fix
null
141,585
03.12.2021 08:52:48
-39,600
d65c5893352f851179a1c276b4e73534f1442796
fix: Roll forward for ci chore: Update design-token clean script fix: Roll forward for ci
[ { "change_type": "MODIFY", "diff": "\"build:ts\": \"tsc --project tsconfig.dist.json\",\n\"build:less\": \"json-to-flat-sass './tokens/*.json' 'less' --extension 'less' --caseType 'kebab' && prettier less/* --write\",\n\"build:sass\": \"json-to-flat-sass './tokens/*.json' 'sass' --extension 'scss' --caseTyp...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Roll forward for ci (#2339) chore: Update design-token clean script fix: Roll forward for ci
1
fix
null
889,620
03.12.2021 09:12:42
-28,800
0e1c6388a457c6d29812525a028c7642846e17ae
docs: clarify CORS usage for frontend dev
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ Komga is composed of 2 projects:\n### Spring profiles\nKomga uses Spring Profiles extensively:\n-- `dev`: add more logging, disable periodic scanning, in-memory database\n+- `dev`: add more logging, disable periodic scanning, in-memory database, and enab...
Kotlin
MIT License
gotson/komga
docs: clarify CORS usage for frontend dev
1
docs
null
889,620
03.12.2021 09:17:47
-28,800
496695f1e7aa71f797e7c8f973d0641696d6b486
build: fix transitive dependency issue for JGit
[ { "change_type": "MODIFY", "diff": "import org.apache.tools.ant.taskdefs.condition.Os\nimport org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n-// TODO: remove once https://github.com/n0mer/gradle-git-properties/issues/195 and https://github.com/ajoberstar/grgit/issues/339 are addressed (2021-11-30)\n-build...
Kotlin
MIT License
gotson/komga
build: fix transitive dependency issue for JGit
1
build
null
104,853
03.12.2021 10:00:13
18,000
6cc54bb115fe72a1d988ea7a4b562188b7859d0f
fix(rule-builder): build
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';\nexport class RuleBuilderGroupLogicComponent {\n@Input() anyAll = [\n{ content: 'ALL', id: 'all', selected: true },\n- { content: 'ANY', id: 'any' },\n+ { content: 'ANY', id: 'any', ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(rule-builder): build
1
fix
rule-builder
791,282
03.12.2021 10:00:38
28,800
589c83f554af662e4aca69ef4c1ea8e9833b085e
chore(internal/gapicgen): update microgen to v0.23.5 In REST clients, singular, primitive required fields will be added to query params regardless of if they are default empty value or not. This is the fix for which will come in the next regen.
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \\\ngo install golang.org/x/lint/golint@latest && \\\ngo install golang.org/x/tools/cmd/goimports@latest && \\\ngo install honnef.co/go/tools/cmd/staticcheck@latest && \\\n- go install git...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal/gapicgen): update microgen to v0.23.5 (#5181) In REST clients, singular, primitive required fields will be added to query params regardless of if they are default empty value or not. This is the fix for #5174 which will come in the next regen.
1
chore
internal/gapicgen
126,276
03.12.2021 10:05:27
10,800
3ba3e01b1e0a274b61d5c3592ec7223cb8ffe80b
chore(embedded/store): tx header version validations and increased max number of entries
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,8 @@ var ErrNoMoreEntries = tbtree.ErrNoMoreEntries\nvar ErrIllegalState = tbtree.ErrIllegalState\nvar ErrOffsetOutOfRange = tbtree.ErrOffsetOutOfRange\nvar ErrUnexpectedError = errors.New(\"unexpected error\")\n+var ErrUnsupportedTxVersion = errors.New(\"uns...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): tx header version validations and increased max number of entries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
865,917
03.12.2021 10:18:06
-3,600
b0156acbb83d68a0b3ea72f4ef69969581838d8b
feat(app/menu): separate new file menus by group
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,13 @@ const {\nconst {\nassign,\nfind,\n+ flatten,\n+ groupBy,\nisFunction,\n+ keys,\nmap,\n- merge\n+ merge,\n+ reduce\n} = require('min-dash');\nconst browserOpen = require('../util/browser-open');\n@@ -141,14 +145,33 @@ class MenuBuilder {\n}];\n}\n- const...
JavaScript
MIT License
camunda/camunda-modeler
feat(app/menu): separate new file menus by group
1
feat
app/menu
865,917
03.12.2021 10:20:09
-3,600
fafaa9a481a209bd0b93ca926a2327ec79e593da
feat(overlay): add more dimen options
[ { "change_type": "MODIFY", "diff": "@@ -98,34 +98,59 @@ describe('<Overlay>', function() {\n});\n- describe('props#maxHeight', function() {\n-\n- function expectStyle(wrapper, expectedStyle) {\n- expect(wrapper.find('.test[style]').prop('style')).to.include(expectedStyle);\n+ [\n+ 'maxHeight',\n+ 'maxWidth'...
JavaScript
MIT License
camunda/camunda-modeler
feat(overlay): add more dimen options
1
feat
overlay
126,276
03.12.2021 10:20:57
10,800
a9ec95417775cc73ce1739feeb0414b2ffc7ed90
fix(embedded/store): release lock when tx has a conflict
[ { "change_type": "MODIFY", "diff": "@@ -876,10 +876,6 @@ func (s *ImmuStore) commit(otx *OngoingTx, expectedHeader *TxHeader, waitForInde\nreturn nil, err\n}\n- if !otx.IsWriteOnly() && otx.snap.Ts() <= s.committedTxID {\n- return nil, ErrTxReadConflict\n- }\n-\nvar ts int64\nvar blTxID uint64\nvar version ...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): release lock when tx has a conflict Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
428,439
03.12.2021 10:23:46
18,000
91ae3e6e1c1d4ba91d47717084eb1b3702b7f9df
refactor(NODE-3717): reorganize tests part 2
[ { "change_type": "MODIFY", "diff": "@@ -12,10 +12,10 @@ if [ -z ${SERVERLESS_ATLAS_USER+omitted} ]; then echo \"SERVERLESS_ATLAS_USER is\nif [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo \"SERVERLESS_ATLAS_PASSWORD is unset\" && exit 1; fi\nnpx mocha --file test/tools/runner/index.js \\\n- test/fun...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
refactor(NODE-3717): reorganize tests part 2 (#3064)
1
refactor
NODE-3717
877,026
03.12.2021 10:24:22
-3,600
88f22150a29b1d5147f50a1d56a01f280f292f9e
fix(@vtmn/css): add aside styles for the card in the showcase
[ { "change_type": "MODIFY", "diff": "-<div class=\"block\" style=\"width: 30%\">\n+<style>\n+ .block {\n+ display: flex;\n+ width: 100%;\n+ }\n+\n+ .block .vtmn-card {\n+ max-width: 400px;\n+ }\n+</style>\n+\n+<div class=\"block\">\n<div class=\"vtmn-card\">\n<div class=\"vtmn-card_image\">\n<img\n</div>\n</...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): add aside styles for the card in the showcase
1
fix
@vtmn/css
104,853
03.12.2021 10:41:50
18,000
fa0d56a319a13f49c9cd21dc60aa66e5840e0c40
chore(rule-builder): improve docs
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,15 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';\n`,\n})\nexport class RuleBuilderGroupLogicComponent {\n+ /**\n+ * An array of options for the dropdown\n+ *\n+ * Each option is an object containing:\n+ *\n+ * `content` - the disp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(rule-builder): improve docs
1
chore
rule-builder
126,276
03.12.2021 10:44:53
10,800
8da808dc447d456b1885d2cd7dadfc3399587017
chore(embedded/store): filter out entries when filter evals to true
[ { "change_type": "MODIFY", "diff": "@@ -531,7 +531,7 @@ func (s *ImmuStore) GetWith(key []byte, filters ...FilterFn) (valRef ValueRef, e\nif filter == nil {\nreturn nil, ErrIllegalArguments\n}\n- if !filter(valRef) {\n+ if filter(valRef) {\nreturn nil, ErrKeyNotFound\n}\n}\n", "new_path": "embedded/stor...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): filter out entries when filter evals to true Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
865,921
03.12.2021 10:45:16
-3,600
ad138a3a218c2428e731a41afc9ec68aa7b1dea4
feat: consistently create new diagrams with latest version This ensures we do not hard code diagram versions in our initial diagrams, but rather inject the information during import. In the future we may expand this behavior, i.e. to set the last known version the user used.
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,11 @@ import dmnDiagram from './tabs/dmn/diagram.dmn';\nimport form from './tabs/form/initial.form';\nimport cloudForm from './tabs/form/initial-cloud.form';\n+import {\n+ ENGINES,\n+ ENGINE_PROFILES\n+} from '../util/Engines';\n+\nimport replaceIds from '@bp...
JavaScript
MIT License
camunda/camunda-modeler
feat: consistently create new diagrams with latest version This ensures we do not hard code diagram versions in our initial diagrams, but rather inject the information during import. In the future we may expand this behavior, i.e. to set the last known version the user used.
1
feat
null
428,354
03.12.2021 10:45:35
18,000
0d80847dfabd14f4e2909b3a98e019b38bdc4ce1
docs: Clarify that deprecation is a "feat" type commit
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ feat(NODE-xxxx)!: created new version api, removed support for old version\nThis helps the team automate [HISTORY.md](HISTORY.md) generation.\nThese are the commit types we make use of:\n-- **feat:** A new feature\n+- **feat:** A new feature or deprecati...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
docs: Clarify that deprecation is a "feat" type commit (#3052)
1
docs
null
306,653
03.12.2021 10:55:38
-19,080
98cac857d6cbb7b0d6fa1c9b6e8b39c1bf26dcff
feat(fullscreenmodal): add transition to fullscreenmodal component
[ { "change_type": "MODIFY", "diff": "@keyframes fullscreenModal-open {\nfrom {\nopacity: 0;\n- background: transparent;\n- transform: scaleX(120%) scaleY(120%) translateX(-10%) translateY(-10%);\n+ transform: translateY(20px);\n}\nto {\nopacity: 100;\n+ transform: translateY(0px);\n}\n}\n@keyframes fullscree...
TypeScript
MIT License
innovaccer/design-system
feat(fullscreenmodal): add transition to fullscreenmodal component
1
feat
fullscreenmodal
865,921
03.12.2021 11:00:28
-3,600
0ded8d14486bc5a171dc665ec108c9e8e2d11b03
chore: rename `diagram` -> `file`
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ function PlatformHint(props) {\nreturn (\n<div className={ className }>\n- This diagram can be deployed and executed on { executionPlatform }.\n+ This file can be deployed and executed on { executionPlatform }.\nThe properties panel provides the relate...
JavaScript
MIT License
camunda/camunda-modeler
chore: rename `diagram` -> `file`
1
chore
null
865,917
03.12.2021 11:00:48
-3,600
8c76284929d1b3e57d4f181629b8a6d41324f0a3
docs(overlay): add missing properties
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,11 @@ const DEFAULT_OFFSET = {\n/**\n* @typedef {object} OverlayProps\n* @prop {Node} anchor\n- * @prop {{ bottom?: number, left?: number, right?: number }} [offset={}]\n+ * @prop {{ top?: number, bottom?: number, left?: number, right?: number }} [offset={}]\...
JavaScript
MIT License
camunda/camunda-modeler
docs(overlay): add missing properties
1
docs
overlay
126,276
03.12.2021 11:14:29
10,800
46feaa89d648499facf44321ad1811486250177e
chore(embedded/store): early tx conflict checking
[ { "change_type": "MODIFY", "diff": "@@ -865,12 +865,18 @@ func (s *ImmuStore) commit(otx *OngoingTx, expectedHeader *TxHeader, waitForInde\ns.mutex.Unlock()\nreturn nil, ErrAlreadyClosed\n}\n- s.mutex.Unlock()\nif otx == nil {\nreturn nil, ErrIllegalArguments\n}\n+ if !otx.IsWriteOnly() && otx.snap.Ts() <= ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): early tx conflict checking Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
873,686
03.12.2021 11:15:55
-3,600
21ef606e941feff1e8db1189c9cb48f9a82728a0
fix: markdown upload asset domain url to ctfasset.net []
[ { "change_type": "ADD", "diff": "+describe('Markdown Editor / Insert Assets', () => {\n+ const selectors = {\n+ getInput: () => {\n+ return cy.get('[data-test-id=\"markdown-textarea\"] textarea');\n+ },\n+ getInsertMediaDropdown: () => {\n+ return cy.findByTestId('markdownEditor.insertMediaDropdownTrigger')...
TypeScript
MIT License
contentful/field-editors
fix: markdown upload asset domain url to ctfasset.net [] (#946)
1
fix
null
127,946
03.12.2021 11:43:54
-3,600
e09b648199ad6af4b1ae99c0f31a59cc6e7b410a
fix: tests accordion
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`Accordion collapses 1`] = `\n+<div\n+ className=\"layout__AccordionWrapper-hiry1l-0 damoSF\"\n+>\n+ <div\n+ className=\"layout__AccordionHeader-hiry1l-3 kZHexw\"\n+ disabled={false}\n+ >\n+ <h3\n+ className=\"Heading-s...
TypeScript
MIT License
coingaming/moon-design
fix: tests accordion (#1501)
1
fix
null
126,276
03.12.2021 11:46:06
10,800
fc47674dc57a692988e35caf740de73223bed724
chore(embedded/store): reorder tx validations
[ { "change_type": "MODIFY", "diff": "@@ -860,28 +860,28 @@ func (s *ImmuStore) NewTx() (*OngoingTx, error) {\n}\nfunc (s *ImmuStore) commit(otx *OngoingTx, expectedHeader *TxHeader, waitForIndexing bool) (*TxHeader, error) {\n+ if otx == nil {\n+ return nil, ErrIllegalArguments\n+ }\n+\n+ err := s.validateEn...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): reorder tx validations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
306,320
03.12.2021 11:52:35
0
30d90003fc3d4818b50146ec3e3fa9aefa96a58e
fix: fix diff showing all resources when `-target` is used with Terraform
[ { "change_type": "MODIFY", "diff": "@@ -137,6 +137,10 @@ func TestBreakdownTerraformWrapper(t *testing.T) {\nGoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{\"breakdown\", \"--path\", \"./testdata/plan_with_terraform_wrapper.json\"}, nil)\n}\n+func TestBreakdownWithTarget(t *test...
Go
Apache License 2.0
infracost/infracost
fix: fix diff showing all resources when `-target` is used with Terraform (#1169)
1
fix
null
688,413
03.12.2021 12:07:04
-7,200
ba2ddd610e44ac0b6776436858ec3976343f5d65
feat: Add cancel callback for notifications
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+- Pass `onClose` to the notifications opened by `use-notification` hooks.\n", "new_path": ".changeset/witty-beds-do.md", "old_path": null }, { "change_type": "MODIFY", "diff": "-import React from 'react'\n+import...
TypeScript
MIT License
toptal/picasso
feat: [FX-2284] Add cancel callback for notifications (#2305)
1
feat
null
104,828
03.12.2021 12:14:01
-3,600
c73c9065af937fe8097b0d6105158c82a06cf7af
doc(listbuilder): update prop doc
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ import { ListBuilder } from 'carbon-addons-iot-react';\n| Name | Type | Default | Description |\n| :------------------------- | :-------------------------- | :------------- | :------------------------------------------------------------------------------...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
doc(listbuilder): update prop doc
1
doc
listbuilder
127,946
03.12.2021 12:15:33
-3,600
3e772645a85e6f413840bf7273d5747a161f62b1
feat: avatar tests
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`Avatar renders Fallback if neither Image nor Letters 1`] = `\n+<div\n+ className=\"flex justify-around items-center w-full\"\n+>\n+ <div\n+ className=\"Avatar__Container-sc-1silcs5-0 gibuyw\"\n+ >\n+ <div\n+ className...
TypeScript
MIT License
coingaming/moon-design
feat: avatar tests (#1502)
1
feat
null
317,646
03.12.2021 12:17:26
-3,600
7b5572e73c5be195a09dfddec8c2c10e2509c81e
fix: create properties when nil resolves
[ { "change_type": "MODIFY", "diff": "@@ -266,6 +266,9 @@ func (segment *Segment) mapSegmentWithWriter(env environmentInfo) error {\nWiFi: &wifi{},\nWinReg: &winreg{},\n}\n+ if segment.Properties == nil {\n+ segment.Properties = make(properties)\n+ }\nif writer, ok := functions[segment.Type]; ok {\nwriter.ini...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: create properties when nil resolves #1366
1
fix
null
127,946
03.12.2021 13:40:33
-3,600
91360028b0fde18fee0208cc1d25cb1327af7034
feat: buttons tests
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`Button renders \"Full width\" variant 1`] = `\n+<button\n+ className=\"sc-hHKmLs dOotWv\"\n+ size=\"small\"\n+ variant=\"primary\"\n+>\n+ <div\n+ className=\"Button__InnerContainer-sc-1xtdszg-0 gwKSbc\"\n+ >\n+ Action...
TypeScript
MIT License
coingaming/moon-design
feat: buttons tests (#1503)
1
feat
null
865,917
03.12.2021 14:00:33
-3,600
a48b593e8e8579679d4e67a28013ff5876cfd146
feat(tab-actions): add `tab-actions` slot
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,8 @@ import {\naddDragger\n} from '../util/dragger';\n+import { TabActions } from '../tab-actions';\n+\nimport TabCloseIcon from '../../../resources/icons/TabClose.svg';\nconst noop = () => {};\n@@ -136,6 +138,8 @@ export default class TabLinks extends PureCo...
JavaScript
MIT License
camunda/camunda-modeler
feat(tab-actions): add `tab-actions` slot
1
feat
tab-actions
865,917
03.12.2021 14:04:58
-3,600
06232e72c27abbd7190046342ae528c2e2aa1e67
chore(tabs-provider): add group to providers
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,9 @@ import {\nassign,\ndebounce,\nforEach,\n+ groupBy,\nisString,\n+ map,\nreduce\n} from 'min-dash';\n@@ -1968,24 +1970,40 @@ export class App extends PureComponent {\n);\n}\n- _getNewFileDropdownItems() {\n- const items = [];\n+ _getNewFileItems() {\n+ let...
JavaScript
MIT License
camunda/camunda-modeler
chore(tabs-provider): add group to providers
1
chore
tabs-provider
865,917
03.12.2021 14:05:12
-3,600
b6d0f82cb423d496ea85ba67abd2f80c766c2a1a
feat(create-new-action): add basic action
[ { "change_type": "ADD", "diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n+ <path d=\"M9,13 L9,9 L9,9 L13,9 C13.5522847,9 14,8.55228475 14,8 C14,7.44771525 13.5522847,7 13,7 L9,7 L9,7 L9,3 C9,2.44771525 8.55228475,2 8,2 C7.44771525,2 7,2.44771525 7,3 L7,7 L7,7 L3,7 C2.44771525,7 2,...
JavaScript
MIT License
camunda/camunda-modeler
feat(create-new-action): add basic action
1
feat
create-new-action
386,584
03.12.2021 15:13:03
-7,200
425823de7f64e2e6a688ac9487d13b42bb101eb2
fix(build): Updated write icon imports template.
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@lowdefy/ajv\": \"4.0.0-alpha.5\",\n- \"@lowdefy/blocks-antd\": \"4.0.0-alpha.5\",\n\"@lowdefy/helpers\": \"4.0.0-alpha.5\",\n\"@lowdefy/node-utils\": \"4.0.0-alpha.5\",\n\"@lowdefy/nunjucks\": \"4.0.0-alpha.5\",\n", "new_path": "packages/bu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Updated write icon imports template.
1
fix
build
71,748
03.12.2021 15:13:43
0
c838d44d48b57920923abf6d9db3354df5e80515
chore: fix start-job-run.test
[ { "change_type": "MODIFY", "diff": "@@ -224,7 +224,7 @@ describe('Invoke EMR Containers Start Job Run with ', () => {\n's3:GetBucket*',\n's3:List*',\n's3:DeleteObject*',\n- 's3:PutObject*',\n+ 's3:PutObject',\n's3:Abort*',\n],\nEffect: 'Allow',\n@@ -346,7 +346,7 @@ describe('Invoke EMR Containers Start Job ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix start-job-run.test
1
chore
null
815,585
03.12.2021 15:23:54
-28,800
b11f2c6e959b64367c68bcc2141df0dbfcd7782a
feat: Disable codecov/patch status reports
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,6 @@ on:\n# Submit your review with a comment body containing \"#benchmark\"\npull_request_review:\ntypes: [ submitted ]\n- push:\n- branches:\n- - benchmark_dashboard\nschedule:\n- cron: '0 0 * * *'\n# Manurally trigger\n@@ -17,30 +14,26 @@ jobs:\nbenchmark:\n...
Rust
MIT License
nervosnetwork/ckb
feat: Disable codecov/patch status reports
1
feat
null
104,853
03.12.2021 15:26:08
18,000
7e7932164d4210e4912658def9430a0cd6c289ba
feat(rule-builder): add translations
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, Input, Output } from '@angular/core';\n+import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\n+import { I18n } from 'carbon-components-angular';\n@Component({\nselector: 'ai-rule-builder-group-logic',\n@@ -14,1...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(rule-builder): add translations
1
feat
rule-builder
447,446
03.12.2021 15:39:22
18,000
7ac3ef9277a5f8d0f92b66e90ae8dc8c7185db00
fix: change inline code style on MarkdownOutput
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import {\nFONT_SIZE_TEXT_LARGE,\n} from './fontSizes';\nimport { BORDER_RADIUS_3 } from '../../../styles/borderRadius';\n+import { getContrastText } from '../../../styles/helpers/color';\nconst fontSizesMap = {\n1: FONT_SIZE_HEADING_X_LARGE,\n@@ -46,8 +4...
JavaScript
MIT License
nexxtway/react-rainbow
fix: change inline code style on MarkdownOutput (#2322) Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> Co-authored-by: Tahimi <tahimileon@gmail.com>
1
fix
null
472,070
03.12.2021 16:28:33
-32,400
3b7200fe63ef474131a2cfa398cb41c58651e0c9
chore(spindle-ui): increase size budget for Amebapick.js
[ { "change_type": "MODIFY", "diff": "{\n\"files\": [\n{\n- \"path\": \"./dist/Icon/@(OnedariFill|Peta).js\",\n+ \"path\": \"./dist/Icon/@(OnedariFill|Peta|Amebapick).js\",\n\"maxSize\": \"2.1 kB\"\n},\n{\n- \"path\": \"./dist/Icon/!(index|OnedariFill|Peta).js\",\n+ \"path\": \"./dist/Icon/!(index|OnedariFill...
TypeScript
MIT License
openameba/spindle
chore(spindle-ui): increase size budget for Amebapick.js
1
chore
spindle-ui
865,917
03.12.2021 16:45:14
-3,600
314a0df866ef55e4b76e1638489249fef203dc1d
chore(tabs): adjust title tags (unsaved)
[ { "change_type": "MODIFY", "diff": "@@ -175,7 +175,7 @@ function Tab(props) {\n<div\nref={ tabRef }\ndata-tab-id={ tab.id }\n- title={ tab.title }\n+ title={ getTitleTag(tab, dirty) }\nclassName={ classNames('tab', {\n'tab--active': active,\n'tab--dirty': dirty,\n@@ -243,6 +243,18 @@ function TabClose(props...
JavaScript
MIT License
camunda/camunda-modeler
chore(tabs): adjust title tags (unsaved)
1
chore
tabs
71,748
03.12.2021 16:50:11
0
4cede4c7a21b303cd0d08c68e48e21f50e5fa629
chore: update construct import
[ { "change_type": "MODIFY", "diff": "@@ -10,14 +10,11 @@ import * as sns from '@aws-cdk/aws-sns';\nimport * as subscription from '@aws-cdk/aws-sns-subscriptions';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport * as cdk from '@aws-cdk/core';\n+import { Construct } from 'constructs';\nimport { Service } fro...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: update construct import
1
chore
null
447,446
03.12.2021 16:52:06
18,000
194d80af00ed6ebf2b44395700f5f4015212d9b3
fix: fix PhoneInput dropdown styles without Application
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ export const StyledSearchContainer = attachThemeAttrs(styled.div)`\nborder-bottom: 1px solid ${props => props.palette.border.divider};\npadding: 0 1rem;\nmargin-top: 5px;\n+ box-sizing: border-box;\n`;\nexport const StyledCountryCodeItem = attachThemeAtt...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix PhoneInput dropdown styles without Application (#2325)
1
fix
null
277,286
03.12.2021 16:59:21
-3,600
ec669eeb0754b531de885a602e01b7fae58eaa3a
test: fix broken table tests
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ describe('Table.tsx', () => {\n],\n}\nconst { getByTestId } = render(<XTable model={tableProps} />)\n- expect(getByTestId(name).style.height).toBe('189px')\n+ expect(getByTestId(name).style.height).toBe('194px')\n})\n@@ -83,7 +83,7 @@ describe('Table.tsx...
Python
Apache License 2.0
h2oai/wave
test: fix broken table tests
1
test
null
504,062
03.12.2021 17:00:00
-3,600
b4cab38a2492564bf91e3711ce322951bcc6a051
fix(Slider): fixed examples with custom steps and input
[ { "change_type": "MODIFY", "diff": "@@ -221,15 +221,18 @@ export const Slider: React.FunctionComponent<SliderProps> = ({\n/* If custom steps are discrete, snap to closest step value */\nif (!areCustomStepsContinuous && customSteps) {\n+ let percentage = newPercentage;\n+ if (customSteps[customSteps.length -...
TypeScript
MIT License
patternfly/patternfly-react
fix(Slider): fixed examples with custom steps and input (#6662)
1
fix
Slider
889,620
03.12.2021 17:00:45
-28,800
a3c48601f82ccf8b67a721c516ec8d9f3fcccc61
refactor: remove extra slash
[ { "change_type": "MODIFY", "diff": "@@ -230,7 +230,7 @@ class SeriesController(\n@Operation(description = \"Return recently added or updated series.\")\n@PageableWithoutSortAsQueryParam\n- @GetMapping(\"v1/series//latest\")\n+ @GetMapping(\"v1/series/latest\")\nfun getLatestSeries(\n@AuthenticationPrincipal...
Kotlin
MIT License
gotson/komga
refactor: remove extra slash
1
refactor
null
889,620
03.12.2021 17:03:10
-28,800
734403a3663f8b0a5858b85cd389255c5086b6a7
feat(opds): acquisition feeds are paginated closes
[ { "change_type": "MODIFY", "diff": "@@ -59,10 +59,6 @@ data class KomgaUser(\nreturn sharedAllLibraries || sharedLibrariesIds.any { it == book.libraryId }\n}\n- fun canAccessSeries(series: Series): Boolean {\n- return sharedAllLibraries || sharedLibrariesIds.any { it == series.libraryId }\n- }\n-\nfun canAc...
Kotlin
MIT License
gotson/komga
feat(opds): acquisition feeds are paginated closes #572
1
feat
opds
306,422
03.12.2021 17:19:34
0
eafa7d03d7fcdb924510ba1a5a8c5faf4fa22316
fix(tabs): prevent selection of disabled tabs.
[ { "change_type": "ADD", "diff": "+---\n+'@lion/tabs': patch\n+---\n+\n+Select first not-disabled tab if the first one is disabled.\n", "new_path": ".changeset/clever-tables-bow.md", "old_path": null }, { "change_type": "ADD", "diff": "+---\n+'@lion/tabs': minor\n+---\n+\n+Ensures that di...
JavaScript
MIT License
ing-bank/lion
fix(tabs): prevent selection of disabled tabs.
1
fix
tabs
877,026
03.12.2021 17:32:24
-3,600
12cb919934e5b9540b58849c44a903a49341d3b7
refactor(@vtmn/css): button, revert the change on the min-height, breaks the button itself
[ { "change_type": "MODIFY", "diff": "justify-content: center;\nalign-items: center;\nposition: relative;\n- min-height: rem(48px);\n- min-width: max-content;\n+ height: rem(48px);\n+ width: max-content;\npadding: rem(14px) rem(24px);\nfont-family: var(--vtmn-typo_font-family);\nfont-weight: var(--vtmn-typo_f...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css): button, revert the change on the min-height, breaks the button itself
1
refactor
@vtmn/css
667,636
03.12.2021 18:21:28
-28,800
06b5ade803bb1741bbad55352f9d3511ef87e547
feat(hippy-react): add system event instance
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ const HippyDynamicImportPlugin = require('@hippy/hippy-dynamic-import-plugin');\nconst pkg = require('../package.json');\nmodule.exports = {\nmode: 'development',\n- devtool: 'eval-cheap-module-source-map',\n+ devtool: 'eval-source-map',\nwatch: true,\nwat...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): add system event instance
1
feat
hippy-react
688,510
03.12.2021 18:30:35
-21,600
22f4db4f043cd953ecaf486a4f49592029cc52d5
chore(Button): add forwardRef to Augmentation example
[ { "change_type": "MODIFY", "diff": "-import React from 'react'\n+import React, { forwardRef } from 'react'\nimport { Button, Link, LinkProps } from '@toptal/picasso'\nimport { Settings16 } from '@toptal/picasso/Icon'\n-const ActionLink = (props: LinkProps): React.ReactNode => (\n- <Link {...props} variant='...
TypeScript
MIT License
toptal/picasso
chore(Button): add forwardRef to Augmentation example (#2306)
1
chore
Button
551,634
03.12.2021 19:00:45
0
b5dcd9da2dc963e4e87b93be833a5c24c6f6223e
fix(sql): tweak hash function to speed up FastMap
[ { "change_type": "MODIFY", "diff": "@@ -705,25 +705,6 @@ public class MemoryPARWImpl implements MemoryARW {\nreturn view.of(offset + STRING_LENGTH_BYTES, len);\n}\n- public long hash(long offset, long size) {\n- if (roOffsetLo < offset && offset < roOffsetHi - size) {\n- long n = size - (size % 8);\n- long ...
Java
Apache License 2.0
questdb/questdb
fix(sql): tweak hash function to speed up FastMap (#1647)
1
fix
sql
428,439
03.12.2021 19:01:58
18,000
bcc57d6e7267e3766f79aeb40d3f265cc4faadb6
test(NODE-3801): fix explain tests to work with latest server
[ { "change_type": "MODIFY", "diff": "@@ -645,10 +645,9 @@ describe('Explain', function () {\n.aggregate([{ $project: { a: 1 } }, { $group: { _id: '$a' } }], { explain: true })\n.toArray((err, docs) => {\nexpect(err).to.not.exist;\n- const result = docs[0];\n- expect(result).to.have.property('stages');\n- exp...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3801): fix explain tests to work with latest server (#3065)
1
test
NODE-3801
217,922
03.12.2021 19:50:38
-3,600
948e3fa0d6b13896de1841cbe0b715b9c5e32873
fix(spearfishing): removed gig data
[ { "change_type": "MODIFY", "diff": "<app-fishing-bait [baits]=\"node.baits\" flex=\"row\"></app-fishing-bait>\n</ng-container>\n<nz-tag *ngIf=\"node.tug !== undefined\">{{'DB.FISH.TUG.' + ['Medium', 'Big', 'Light'][node.tug] | translate}}</nz-tag>\n- <div *ngIf=\"node.gig\">\n- <img [nzTooltipTitle]=\"('GAT...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(spearfishing): removed gig data
1
fix
spearfishing
317,646
03.12.2021 20:19:57
-3,600
a24786b97da1e9d5819045c499656ec7eccc9dbf
feat(language): expose version info
[ { "change_type": "MODIFY", "diff": "package main\ntype angular struct {\n- language *language\n+ language\n}\nfunc (a *angular) string() string {\n@@ -9,7 +9,7 @@ func (a *angular) string() string {\n}\nfunc (a *angular) init(props properties, env environmentInfo) {\n- a.language = &language{\n+ a.language ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(language): expose version info
1
feat
language
317,771
03.12.2021 20:25:33
10,800
f3f2985543d13754f087f8004060804afcdf7df4
theme(spaceship): move prompt below user
[ { "change_type": "MODIFY", "diff": "{\n\"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n- \"final_space\": false,\n+ \"final_space\": true,\n\"osc99\": false,\n\"console_title\": false,\n\"blocks\": [\n\"prefix\": \"<#ffffff>on</> \",\n\"template\": \"{{...
Go
MIT License
jandedobbeleer/oh-my-posh
theme(spaceship): move prompt below user
1
theme
spaceship
317,646
03.12.2021 20:36:30
-3,600
3a4e21c36d76b4bea8dbb365d3c3bd005a7f3f8f
docs(language): template properties
[ { "change_type": "MODIFY", "diff": "@@ -29,3 +29,17 @@ Display the currently active Angular CLI version.\n- display_mode: `string` - determines when the segment is displayed\n- `always`: the segment is always displayed\n- `files`: the segment is only displayed when `angular.json` file is present (default)\n...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(language): template properties
1
docs
language
217,922
03.12.2021 20:36:34
-3,600
63f23c658d8fe0f0bcf36164ba19a6c402739765
chore: last fixes for mappy
[ { "change_type": "MODIFY", "diff": "@@ -848,52 +848,104 @@ export const territories = {\n\"949\": 636,\n\"950\": 670,\n\"951\": 670,\n- \"952\": 0,\n+ \"952\": 701,\n\"953\": 403,\n\"954\": 403,\n\"955\": 655,\n- \"956\": 0,\n- \"957\": 0,\n- \"958\": 0,\n- \"959\": 0,\n- \"960\": 0,\n- \"961\": 0,\n- \"962...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: last fixes for mappy
1
chore
null
71,371
03.12.2021 21:40:55
-3,600
b606a2321769d5e8f15072a62848aaba35bb1d35
feat(rds): parameter group for replica instances Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. 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": "@@ -359,6 +359,13 @@ export interface DatabaseInstanceNewProps {\n*/\nreadonly port?: number;\n+ /**\n+ * The DB parameter group to associate with the instance.\n+ *\n+ * @default - no parameter group\n+ */\n+ readonly parameterGroup?: IParameterGroup;\n+\n/**\n* The opti...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(rds): parameter group for replica instances (#17822) Move `parameterGroup` from `DatabaseInstanceSourceProps` to `DatabaseInstanceNewProps` since the parameter group of a replica instance can be customized. Closes #17580 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
rds
317,646
03.12.2021 21:48:17
-3,600
f00f5f9cf7da43a5c5f3c7ebd757b4293ac11f13
fix(windows): force the use of .exe resolves
[ { "change_type": "MODIFY", "diff": "@@ -270,6 +270,9 @@ func (env *environment) getRuntimeGOOS() string {\n}\nfunc (env *environment) runCommand(command string, args ...string) (string, error) {\n+ if env.getRuntimeGOOS() == windowsPlatform && !strings.HasSuffix(command, \".exe\") {\n+ command += \".exe\"\n...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(windows): force the use of .exe resolves #1369
1
fix
windows
217,922
03.12.2021 22:37:49
-3,600
930283c2802ac11fd834f391bda22b26ec3be4eb
fix(levequests): fixed level input not going up to lvl 90
[ { "change_type": "MODIFY", "diff": "nz-col>\n<nz-input-group class=\"levels\" nzCompact>\n<div class=\"levels range\">{{'LEVEQUESTS.Level_range' | translate}}</div>\n- <nz-input-number (ngModelChange)=\"setLevel(levelMin$, $event)\" [ngModel]=\"levelMin$.value\" [nzMax]=\"80\"\n+ <nz-input-number (ngModelCh...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed level input not going up to lvl 90
1
fix
levequests
603,467
04.12.2021 00:46:27
0
c056439746a8f57c3edd937b8862f2babb70e94e
feat(web): interaction to set a Cookie re
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,9 @@ import { expect } from '@integration/testing-tools';\nimport { Ensure, equals, isFalse, isTrue } from '@serenity-js/assertions';\nimport { actorCalled, Answerable, Duration, q, Question, Timestamp } from '@serenity-js/core';\nimport { LocalServer, ManageAL...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): interaction to set a Cookie re #805
1
feat
web
306,641
04.12.2021 01:53:55
-19,080
94e8bc2dfce9d71d6f6df27b15f603350d9c4dac
feat: add vscode settings for lint on save
[ { "change_type": "MODIFY", "diff": "{\n\"root\": true,\n\"parser\": \"@typescript-eslint/parser\",\n- \"plugins\": [\"@typescript-eslint\", \"jsx-a11y\"],\n+ \"plugins\": [\"@typescript-eslint\", \"jsx-a11y\", \"prettier\"],\n\"extends\": [\n\"eslint:recommended\",\n\"plugin:@typescript-eslint/recommended\"...
TypeScript
MIT License
innovaccer/design-system
feat: add vscode settings for lint on save
1
feat
null
217,922
04.12.2021 09:34:24
-3,600
82c251e5d7640ee09bd3332fdfabb40a068db6c0
fix(gearsets): fixed gearset display and editor not working
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,9 @@ export class StaticData {\n[17, 10, 7, 5], // V\n[17, 0, 0, 0], // VI\n[17, 10, 7, 5], // VII\n- [17, 0, 0, 0] // VIII\n+ [17, 0, 0, 0], // VIII\n+ [17, 10, 7, 5], // IX\n+ [17, 0, 0, 0] // X\n],\nnq: [\n// Sockets\n@@ -22,7 +24,9 @@ export class StaticD...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed gearset display and editor not working
1
fix
gearsets
317,646
04.12.2021 10:22:38
-3,600
39a27b29adeb95176ef973b167f57b4733b3407f
refactor(session): deprecate ssh_icon
[ { "change_type": "MODIFY", "diff": "@@ -19,15 +19,13 @@ Show the current user and host name.\n\"leading_diamond\": \"\\uE0B6\",\n\"trailing_diamond\": \"\\uE0B0\",\n\"properties\": {\n- \"template\": \"{{ .UserName }}\"\n+ \"template\": \"{{ if .SSHSession }}\\uF817 {{ end }}{{ .UserName }}\"\n}\n}\n```\n##...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(session): deprecate ssh_icon
1
refactor
session
317,646
04.12.2021 10:26:30
-3,600
e866c6bf7633ec9c0059c5c1c2407a651ea95f82
feat(python): add virtual env name to template properties
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,7 @@ properties below. Defaults to `{{ .Full }}`\n## Template Properties\n+- `.Venv`: `string` - the virtual environment name (if present)\n- `.Full`: `string` - the full version\n- `.Major`: `string` - is the major version\n- `.Minor`: `string` - is the mino...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(python): add virtual env name to template properties
1
feat
python
317,646
04.12.2021 10:32:50
-3,600
f495a7093ac9ef15d2d904d86c9f17e1c075904a
feat(language): add error text to template properties
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,12 @@ properties below. Defaults to `{{ .Full }}`\n## Template Properties\n- `.Full`: `string` - the full version\n-- `.Major`: `string` - is the major version\n-- `.Minor`: `string` - is the minor version\n-- `.Patch`: `string` - is the patch version\n-- `....
Go
MIT License
jandedobbeleer/oh-my-posh
feat(language): add error text to template properties
1
feat
language
217,922
04.12.2021 10:40:10
-3,600
1bf63e33d46f3f512db48433475cbf2b5cb38935
fix(alarms): possible fix for alarms not ringing
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,6 @@ export class SoundNotificationService {\n}\naudio.loop = false;\naudio.volume = notificationSettings.volume;\n- audio.click();\naudio.play()\n.then()\n.catch((err) => {\n", "new_path": "apps/client/src/app/core/sound-notification/sound-notification.s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): possible fix for alarms not ringing
1
fix
alarms
217,922
04.12.2021 11:01:00
-3,600
0a9f3f871d4aa5e0355efa7082fc8a191ed88de1
fix(levequests): fixed up arrow on global exp calculator not working
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div>Lvl</div>\n- <nz-input-number [(ngModel)]=\"startingLevel\" [nzMax]=\"79\" [nzMin]=\"1\"\n+ <nz-input-number [(ngModel)]=\"startingLevel\" [nzMax]=\"maxLevel - 1\" [nzMin]=\"1\"\n[nzPrecision]=\"0\"></nz-input-number>\n<div>{{'DB.Exp' | translate}}</d...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed up arrow on global exp calculator not working
1
fix
levequests
217,922
04.12.2021 11:19:12
-3,600
12ca5d424f5681bd7886b63ef3ca730afdfaa75e
fix(levequests): fixed page sometimes not loading properly
[ { "change_type": "MODIFY", "diff": "<nz-select (ngModelChange)=\"setJob($event)\" [ngModel]=\"job$.value\" [nzAllowClear]=\"true\"\n[nzPlaceHolder]=\"'SIMULATOR.CONFIGURATION.Select_job' | translate\"\nclass=\"job\" nzShowSearch>\n- <nz-option *ngFor=\"let job of jobList\" [nzLabel]=\"job.id | i18nRow:'jobA...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed page sometimes not loading properly
1
fix
levequests
126,276
04.12.2021 11:43:16
10,800
f747be1a57dc0ddfaffde5b982667b0f24ad06ae
test(embedded/sql): unit testing timestamp and descriptive errors
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,10 @@ func TestTimestampType(t *testing.T) {\ntsAfter := time.Now().UTC()\n- r, err := engine.Query(\"SELECT ts FROM timestamp_table ORDER BY id DESC LIMIT 1\", nil, nil)\n+ _, err := engine.InferParameters(\"SELECT ts FROM timestamp_table WHERE ts < 1 + NO...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing timestamp and descriptive errors Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
317,646
04.12.2021 13:06:05
-3,600
796ec4125dfe6202cbcfd9a4043be0ab602aee3f
feat(node): templating support resolves
[ { "change_type": "MODIFY", "diff": "@@ -26,18 +26,11 @@ Display the currently active node version.\n## Properties\n- home_enabled: `boolean` - display the segment in the HOME folder or not - defaults to `false`\n-- display_version: `boolean` - display the node version - defaults to `true`\n-- display_error:...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(node): templating support resolves #1253
1
feat
node
269,489
04.12.2021 14:07:55
10,800
f9687b482ad00c9176244e9d76f600c765d6ec90
feat: rename yml to yaml in init command
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ func newInitCmd() *initCmd {\ncmd := &cobra.Command{\nUse: \"init\",\nAliases: []string{\"i\"},\n- Short: \"Generates a .goreleaser.yml file\",\n+ Short: \"Generates a .goreleaser.yaml file\",\nSilenceUsage: true,\nSilenceErrors: true,\nArgs: cobra.NoArg...
Go
MIT License
goreleaser/goreleaser
feat: rename yml to yaml in init command (#2719)
1
feat
null
217,231
04.12.2021 15:35:13
-10,800
b2b1980fd55f032616a2d2a58fccefdbdccff025
fix: meta url and locale info from DocusaurusContext. wrong path for not default locales.
[ { "change_type": "MODIFY", "diff": "import sha1 from \"sha1\";\nimport React from \"react\";\nimport OriginalDocItem from \"@theme-original/DocItem\";\n+import useDocusaurusContext from \"@docusaurus/useDocusaurusContext\";\nimport { OpenGraphPreview } from \"@site/src/shared/lib/open-graph-preview\";\nfunc...
JavaScript
MIT License
feature-sliced/documentation
fix: meta url and locale info from DocusaurusContext. wrong path for not default locales.
1
fix
null
217,231
04.12.2021 16:19:42
-10,800
34be04e012dacfefc5cff4fb1a1838a4f092754c
fix(typo): redundant undefined
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ function createLayoutLayers(doc, layout, previewFont, textWidthLimit) {\nconst layers = layout.map((item) => {\nif (!doc[item.name]) {\nconsole.error(`Wrong template config? Doc property ${item.name} not found.`);\n- return undefined;\n+ return;\n}\nconst ...
JavaScript
MIT License
feature-sliced/documentation
fix(typo): redundant undefined Co-authored-by: Ilya Azin <martis.azin@gmail.com>
1
fix
typo
217,922
04.12.2021 16:44:43
-3,600
8964c540798e0fdf5bccd9aee0c7063f065ccf61
fix(allagan-reports): disabled spearfishing reports for now
[ { "change_type": "MODIFY", "diff": "@@ -123,6 +123,7 @@ export class AllaganReportDetailsComponent extends ReportsManagementComponent {\n);\nsources = uniq(Object.keys(AllaganReportSource))\n+ .filter(key => key !== AllaganReportSource.SPEARFISHING) // Disabling spearfishing reports for now\n.map(key => ({ ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): disabled spearfishing reports for now
1
fix
allagan-reports