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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
847,143 | 03.02.2022 17:42:27 | -28,800 | 014fcd5bcb338fa233b1874eda977a32cafc53e6 | refactor(sass-palette): generate load file in onInitialized hook | [
{
"change_type": "MODIFY",
"diff": "import { fs, path } from \"@vuepress/utils\";\n-import type { App, Plugin, PluginConfig } from \"@vuepress/core\";\n+import type { Plugin, PluginConfig } from \"@vuepress/core\";\nimport type { SassPaletteOptions } from \"../shared\";\nconst emptyFile = path.resolve(__dir... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(sass-palette): generate load file in onInitialized hook | 1 | refactor | sass-palette |
317,646 | 03.02.2022 17:45:35 | -3,600 | e1a7f4e954178763f5649026b6eec5e7bdb5c2a4 | fix: populate temp cache before assignment
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -599,13 +599,13 @@ func (env *ShellEnvironment) TemplateCache() *TemplateCache {\nif env.tmplCache != nil {\nreturn env.tmplCache\n}\n- env.tmplCache = &TemplateCache{\n+ tmplCache := &TemplateCache{\nRoot: env.Root(),\nShell: env.Shell(),\nCode: env.ErrorCode(),\nWSL:... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: populate temp cache before assignment
resolves #1673 | 1 | fix | null |
866,400 | 03.02.2022 19:11:45 | 18,000 | 77efc3baf58d0f9a5634693c873a92e7ff2033e0 | fix(masthead): return focus to trigger items on close/escape
### Related Ticket(s)
Fixes
### Description
Implements a11y fix where focus is returned to the triggering element when dropdown menus/search form are closed
### Changelog
**Changed**
focus-related accessibility fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -39684,7 +39684,7 @@ exports[`Storyshots Components|Dotcom shell Default (footer language only) 1`] =\nclassName=\"bx--masthead__overlay\"\n/>\n</MastheadTopNav>\n- <MastheadSearch\n+ <ForwardRef\ncustomProfileLogin={null}\ninitialSearchTerm=\"\"\nisSearchActive={false... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(masthead): return focus to trigger items on close/escape (#8186)
### Related Ticket(s)
Fixes #8080 #8081
### Description
Implements a11y fix where focus is returned to the triggering element when dropdown menus/search form are closed
### Changelog
**Changed**
- focus-related accessibility fixes | 1 | fix | masthead |
265,942 | 03.02.2022 19:17:33 | 18,000 | 56f2c5ba5ee476d2ed249f8563890ef8bfa2e012 | chore: update testbench to v0.14.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const PORT = new URL(HOST).port;\nconst CONTAINER_NAME = 'storage-testbench';\nconst DEFAULT_IMAGE_NAME =\n'gcr.io/cloud-devrel-public-resources/storage-testbench';\n-const DEFAULT_IMAGE_TAG = 'v0.12.0';\n+const DEFAULT_IMAGE_TAG = 'v0.14.0';\nconst DOCK... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | chore: update testbench to v0.14.0 (#1778) | 1 | chore | null |
915,035 | 03.02.2022 20:37:24 | -3,600 | 16a5435cf31b7a89b2512bce073fd5d5fd3abb50 | fix: goreleaser post-hook | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,8 @@ project_name: hydra\nafter:\nhooks:\n- - cmd: \"bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)\"\n+ - cmd: |\n+ sh -c \"bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)\"\nenv:\n- \"TAG_VE... | Go | Apache License 2.0 | ory/hydra | fix: goreleaser post-hook | 1 | fix | null |
404,827 | 03.02.2022 20:48:43 | -3,600 | 6bb6ddc84da7a5bb79d85331b439b6f3faccdd20 | build: add `create-preset` script
+ Add a script for generating the scaffolding of a new preset
+ Split reused script variables into `/scripts/consts.js` | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"NODE_ENV=production next build\",\n\"clean\": \"rm -rf node_modules\",\n+ \"create-preset\": \"node scripts/create-preset.js\",\n\"dev\": \"NODE_ENV=development next -p 3001\",\n\"export\": \"next export\",\n\"generate-previews\": \"DEBUG=micr... | JavaScript | MIT License | microlinkhq/cards | build: add `create-preset` script
+ Add a script for generating the scaffolding of a new preset
+ Split reused script variables into `/scripts/consts.js` | 1 | build | null |
317,646 | 03.02.2022 21:15:53 | -3,600 | fddee51f7018f1afe356e01b66288aae86668728 | fix: restore default config | [
{
"change_type": "MODIFY",
"diff": "@@ -3,12 +3,12 @@ package engine\nimport (\n\"bytes\"\njson2 \"encoding/json\"\n- \"errors\"\n\"fmt\"\n\"io\"\n\"oh-my-posh/color\"\n\"oh-my-posh/console\"\n\"oh-my-posh/environment\"\n+ \"oh-my-posh/properties\"\n\"os\"\n\"path/filepath\"\n\"strings\"\n@@ -93,7 +93,7 @@ ... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: restore default config | 1 | fix | null |
756,031 | 03.02.2022 21:20:40 | 0 | 6c9c82b02be26e53b1333911de680b5172375406 | chore(deps): Remove more duplicate packages | [
{
"change_type": "MODIFY",
"diff": "\"patch-package\": \"^6.2.2\"\n},\n\"resolutions\": {\n+ \"**/react-scripts/@babel/core\": \"^7.12.3\",\n\"**/react-scripts/@typescript-eslint/parser\": \"^5.10.2\",\n\"**/react-scripts/@typescript-eslint/eslint-plugin\": \"^5.10.2\",\n\"**/react-scripts/eslint-plugin-jes... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(deps): Remove more duplicate packages | 1 | chore | deps |
317,724 | 03.02.2022 22:29:57 | 18,000 | 4b4028214052013fd59574c49979efb1e149d7e9 | fix: broken title paths
Before:
After: | [
{
"change_type": "MODIFY",
"diff": "],\n\"console_title\": true,\n\"console_title_style\": \"template\",\n- \"console_title_template\": \"{{if .Root}}(Admin){{end}} {{.Path}}\",\n+ \"console_title_template\": \"{{if .Root}}(Admin){{end}} {{.PWD}}\",\n\"version\": 1\n}\n",
"new_path": "themes/pure.omp.js... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: broken title paths
Before: https://z.zz.fo/U5NJm.png
After: https://z.zz.fo/cJLpY.png | 1 | fix | null |
915,035 | 03.02.2022 22:53:26 | -3,600 | 2f25cc02095ee97a62e5ac1e89fdbb4df8f89c65 | fix: after hook | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ project_name: hydra\nafter:\nhooks:\n- cmd: |\n- sh -c \"bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)\"\n+ sh -c \"curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh | bash\"\nenv:\n- \"TAG_VERSIO... | Go | Apache License 2.0 | ory/hydra | fix: after hook | 1 | fix | null |
756,025 | 03.02.2022 23:05:36 | 28,800 | 50e852346d0b4005c613e30d10b469d89a4e5564 | fix: remove pureCopy deleted from endo 1061 | [
{
"change_type": "MODIFY",
"diff": "@@ -22,18 +22,6 @@ Lifetime:\n-->\n-## ALLOW_IMPLICIT_REMOTABLES\n-\n-Affects: marshal\n-\n-Purpose: to control whether the marshal system demands `Far`\n-\n-Description: set to `true` if you need to debug problems with missing `Far`\n-declarations.\n-\n-Lifetime: until a... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: remove pureCopy deleted from endo 1061 (#4458) | 1 | fix | null |
551,648 | 04.02.2022 04:40:30 | -10,800 | 0145b8384ae037083188811457f2a9655d663105 | fix(sql): partitioning without designated timestamp should not be possible | [
{
"change_type": "MODIFY",
"diff": "@@ -510,6 +510,9 @@ public final class SqlParser {\nExpressionNode partitionBy = parseCreateTablePartition(lexer, tok);\nif (partitionBy != null) {\n+ if (model.getTimestamp() == null) {\n+ throw SqlException.$(partitionBy.position, \"partitioning is possible only on tabl... | Java | Apache License 2.0 | questdb/questdb | fix(sql): partitioning without designated timestamp should not be possible (#1844) | 1 | fix | sql |
756,043 | 04.02.2022 07:36:36 | 28,800 | 0b8d0338f881dbbb8f4c97621c3854deb734c0b0 | chore(web-components): disable eslint-plugin-prettier due to integration bug in demo/index.html | [
{
"change_type": "MODIFY",
"diff": "\"@endo\"\n],\n\"rules\": {\n- \"import/no-extraneous-dependencies\": \"off\"\n+ \"import/no-extraneous-dependencies\": \"off\",\n+ \"prettier/prettier\": \"off\"\n}\n},\n\"publishConfig\": {\n",
"new_path": "packages/web-components/package.json",
"old_path": "pac... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(web-components): disable eslint-plugin-prettier due to integration bug in demo/index.html | 1 | chore | web-components |
392,551 | 04.02.2022 09:02:53 | 28,800 | 0fe3427aaedbbcd5e2e911f88931b332553a8fd2 | docs: clarify how custom renderers should use on remove method | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ class ThreeCubeRenderer {\n### `onRemove`\n-ICustomRenderer.[onRemove](/api/interfaces/viewer.icustomrenderer#onremove) is called when the renderer has been removed from the `Viewer` with the Viewer.[removeCustomRenderer](/api/classes/viewer.Viewer#add... | TypeScript | MIT License | mapillary/mapillary-js | docs: clarify how custom renderers should use on remove method | 1 | docs | null |
317,646 | 04.02.2022 09:09:19 | -3,600 | 7dab387a115cd23891b726ed25dc21102c3a46c1 | fix: migrate console title template
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,9 @@ func (cfg *Config) Migrate(env environment.Environment) {\nfor _, segment := range cfg.Tooltips {\nsegment.migrate(env, cfg.Version)\n}\n+ if strings.Contains(cfg.ConsoleTitleTemplate, \".Path\") {\n+ cfg.ConsoleTitleTemplate = strings.ReplaceAll(cfg.Con... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: migrate console title template
relates to #1678 | 1 | fix | null |
571,467 | 04.02.2022 09:23:20 | 0 | 6cfa223eb191e0684ca68e352743c4cf4fedb653 | refactor(extension-link): refactor auto link to simplify and remove bugs | [
{
"change_type": "ADD",
"diff": "+---\n+'@remirror/core-utils': patch\n+'@remirror/extension-link': patch\n+---\n+\n+Simplify how auto link works in the link extension, to simplify maintainance and fix a few issues.\n",
"new_path": ".changeset/twenty-zebras-live.md",
"old_path": null
},
{
"c... | TypeScript | MIT License | remirror/remirror | refactor(extension-link): refactor auto link to simplify and remove bugs (#1496) | 1 | refactor | extension-link |
126,276 | 04.02.2022 09:24:05 | 10,800 | 03edd753c8e661de83f449054dab3d258fd2b887 | chore(embedded/ahtree): fix error message | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ var ErrorCorruptedData = errors.New(\"data log is corrupted\")\nvar ErrorCorruptedDigests = errors.New(\"hash log is corrupted\")\nvar ErrAlreadyClosed = errors.New(\"already closed\")\nvar ErrEmptyTree = errors.New(\"empty tree\")\n-var ErrReadOnly = er... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/ahtree): fix error message
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/ahtree |
126,276 | 04.02.2022 09:25:31 | 10,800 | 78922e47c27115437f8338dda9a791e440a4f644 | chore(embedded/appendable): fix typo in error message | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ import (\nvar ErrorPathIsNotADirectory = errors.New(\"path is not a directory\")\nvar ErrIllegalArguments = errors.New(\"illegal arguments\")\nvar ErrAlreadyClosed = errors.New(\"multi-appendable already closed\")\n-var ErrReadOnly = errors.New(\"cannot ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/appendable): fix typo in error message
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/appendable |
777,415 | 04.02.2022 10:02:37 | 28,800 | 94aeb54c02a888b46d9fd8126ce96d3ecced3da6 | feat: create Change Password modal
Add a modal, opened from the User Settings modal, to allow users to change their password | [
{
"change_type": "ADD",
"diff": "+.base {\n+ :global(.ant-form-item-explain-error) {\n+ display: block;\n+ }\n+}\n",
"new_path": "webui/react/src/hooks/useModal/useModalChangePassword.module.scss",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+import { Form, Input } from 'antd';\... | Python | Apache License 2.0 | determined-ai/determined | feat: create Change Password modal (#3537)
Add a modal, opened from the User Settings modal, to allow users to change their password | 1 | feat | null |
791,323 | 04.02.2022 10:13:53 | 28,800 | 93ccb57ed2c8c56b23b85390bf79a7f0953153bf | test(pubsub): increase TestIntegration_All timeout for Pull flakiness | [
{
"change_type": "MODIFY",
"diff": "@@ -310,14 +310,15 @@ func testPublishAndReceive(t *testing.T, client *Client, maxMsgs int, synchronou\n// Use a timeout to ensure that Pull does not block indefinitely if there are\n// unexpectedly few messages available.\nnow := time.Now()\n- timeoutCtx, cancel := conte... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(pubsub): increase TestIntegration_All timeout for Pull flakiness (#5450) | 1 | test | pubsub |
428,449 | 04.02.2022 10:36:10 | 18,000 | a48d7e2c69e7d9010f65a34859afcbaee7f01d9b | feat(NODE-3867): deprecate cursor count and update v4 docs | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,13 @@ for await (const doc of cursor) {\nPrior to the this release there was inconsistency surrounding how the cursor would error if a setting like limit was applied after cursor execution had begun.\nNow, an error along the lines of: `Cursor is already initi... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | feat(NODE-3867): deprecate cursor count and update v4 docs (#3127) | 1 | feat | NODE-3867 |
841,455 | 04.02.2022 10:46:34 | -10,800 | 81662751666b5d49458ab8dad15f3c73e89ef2f6 | feat(es/lints): Implement `prefer-regex-literals` | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"preferRegexLiterals\": [\"error\", {\n+ \"disallowRedundantWrapping\": true\n+ }]\n+ }\n+ }\n+}\n",
"new_path": "crates/swc/tests/errors/lints/prefer-regex-literals/disallow-redundant-wrapping/.swcrc",
"old_path": null
},
{
... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement `prefer-regex-literals` (#3399) | 1 | feat | es/lints |
889,620 | 04.02.2022 11:06:57 | -28,800 | 288858cf6416f8e7a08c92940feae91c53d53198 | fix(opds): incorrect url encode for next/previous links
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -115,18 +115,15 @@ class OpdsController(\n.fromPath(\"$routeBase$path\")\nprivate fun <T> linkPage(uriBuilder: UriComponentsBuilder, page: Page<T>): List<OpdsLink> {\n- val pageBuilder = uriBuilder.cloneBuilder()\n- .queryParam(\"page\", \"{page}\")\n- .build()\nreturn... | Kotlin | MIT License | gotson/komga | fix(opds): incorrect url encode for next/previous links
closes #792 | 1 | fix | opds |
889,620 | 04.02.2022 11:08:10 | -28,800 | 8bd36b45afc84186afc58472e6cc5bf5fe4fd0f1 | fix(webui): don't reload series card thumbnail on every book update
to avoid flicker during analysis | [
{
"change_type": "MODIFY",
"diff": "@@ -289,7 +289,7 @@ export default Vue.extend({\nmethods: {\nthumbnailBookChanged(event: ThumbnailBookSseDto) {\nif (event.selected && (this.computedItem.type() === ItemTypes.BOOK && event.bookId === this.item.id)\n- || (this.computedItem.type() === ItemTypes.SERIES && ev... | Kotlin | MIT License | gotson/komga | fix(webui): don't reload series card thumbnail on every book update
to avoid flicker during analysis | 1 | fix | webui |
777,369 | 04.02.2022 11:11:44 | 25,200 | f9e469661c3e57e9739e12a0274e0d590a0c9bc3 | chore: apply logic to cancel streaming when page is not active and reactive when it is | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import Link from 'components/Link';\nimport Message, { MessageType } from 'components/Message';\nimport Spinner from 'components/Spinner';\nimport { terminalRunStates } from 'constants/states';\n+import { useStore } from 'contexts/Store';\nimport useStorag... | Python | Apache License 2.0 | determined-ai/determined | chore: apply logic to cancel streaming when page is not active and reactive when it is (#3547) | 1 | chore | null |
777,369 | 04.02.2022 11:12:04 | 25,200 | 1bdb8271923e6c724f85deea870e94cb515f6e16 | style: shift the dropdown to be visible in collapsed nav state | [
{
"change_type": "MODIFY",
"diff": "@@ -147,8 +147,8 @@ const NavigationSideBar: React.FC = () => {\n</Menu.Item>\n</Menu>\n)}\n- offset={settings.navbarCollapsed ? { x: -8, y: 0 } : { x: 16, y: -8 }}\n- placement={settings.navbarCollapsed ? Placement.Right : Placement.BottomLeft}>\n+ offset={settings.navba... | Python | Apache License 2.0 | determined-ai/determined | style: shift the dropdown to be visible in collapsed nav state (#3549) | 1 | style | null |
104,828 | 04.02.2022 11:14:39 | -3,600 | a569d22894536fa68362b60d3623c84d80e7ddd5 | docs(all): fix merge issue in release docs | [
{
"change_type": "MODIFY",
"diff": "@@ -47,8 +47,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n# [2.148.0-next.3](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.148.0-next.2...v2.148.0-next.3) (2022-01-19)\n-* **suite-header:** do not allo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(all): fix merge issue in release docs | 1 | docs | all |
889,620 | 04.02.2022 11:16:04 | -28,800 | add2574859847c47f9b36c04a96f17b15e03d2a2 | fix(webui): better display of readlist context information for small screen
closes | [
{
"change_type": "MODIFY",
"diff": "<!-- Context notification for navigation -->\n<v-alert\n- v-if=\"contextReadList\"\n+ v-if=\"contextReadList && $vuetify.breakpoint.mdAndUp\"\ntype=\"info\"\ntext\ndense\n</toolbar-sticky>\n<v-container fluid class=\"pa-6\">\n+ <!-- Context notification for navigation -->... | Kotlin | MIT License | gotson/komga | fix(webui): better display of readlist context information for small screen
closes #791 | 1 | fix | webui |
711,630 | 04.02.2022 11:26:30 | -3,600 | b6dd5f4543ad5ec12424e912e973fe5ce47c6f96 | fix(core): Fix OrderAddress type AddressCustomFields error
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -185,7 +185,10 @@ export function addGraphQLCustomFields(\n}\n}\n- if (customFieldConfig.Address?.length) {\n+ const publicAddressFields = customFieldConfig.Address?.filter(\n+ config => !config.internal && (publicOnly === true ? config.public !== false : true),\n+ );\... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix OrderAddress type AddressCustomFields error (#1394)
Fixes #1377 | 1 | fix | core |
711,597 | 04.02.2022 11:27:54 | -3,600 | 394fe1af9c41687546a6ba18ea29668aea87a808 | refactor(core): Remove redundant expression | [
{
"change_type": "MODIFY",
"diff": "@@ -188,7 +188,7 @@ export function addGraphQLCustomFields(\nconst publicAddressFields = customFieldConfig.Address?.filter(\nconfig => !config.internal && (publicOnly === true ? config.public !== false : true),\n);\n- if (customFieldConfig.Address?.length && publicAddress... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Remove redundant expression | 1 | refactor | core |
841,479 | 04.02.2022 11:33:19 | -28,800 | 3bb2a6ccca4e78412f80aea4fe6c22d04d345a00 | fix(es/compat): Handle initializer hole in array patterns | [
{
"change_type": "MODIFY",
"diff": "@@ -434,40 +434,36 @@ impl AssignFolder {\nright: def_value,\n..\n}) => {\n- assert!(\n- decl.init.is_some(),\n- \"destructuring pattern binding requires initializer\"\n- );\n-\n- let init = decl.init;\n- let tmp_ident: Ident = (|| {\n- if let Some(ref e) = init {\n- matc... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Handle initializer hole in array patterns (#3442) | 1 | fix | es/compat |
756,013 | 04.02.2022 11:35:44 | 21,600 | a795139652e5bcd47849d92340452fe2e2ea02f4 | chore: prettier reformat | [
{
"change_type": "MODIFY",
"diff": "@@ -478,13 +478,15 @@ export function makeNetworkProtocol(protocolHandler) {\nlocalAddress = localAddr,\n} =\n/** @type {Partial<AttemptDescription>} */\n- (await E(protocolHandler).onConnect(\n+ (\n+ await E(protocolHandler).onConnect(\nport,\ninitialLocalAddr,\nremoteAd... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: prettier reformat | 1 | chore | null |
777,379 | 04.02.2022 11:38:27 | 18,000 | c1e52c37d5d1221e010694560894e925e38ad331 | fix: Handle model name changes | [
{
"change_type": "MODIFY",
"diff": "@@ -62,14 +62,12 @@ const InlineEditor: React.FC<Props> = ({\nconst save = useCallback(async (newValue: string) => {\nif (onSave) {\n- try {\nsetIsSaving(true);\n- await onSave(newValue);\n- } catch (e) {\n+ const err = await onSave(newValue);\n+ if (err !== null) {\nupda... | Python | Apache License 2.0 | determined-ai/determined | fix: Handle model name changes [DET-6648] (#3559) | 1 | fix | null |
889,620 | 04.02.2022 11:46:02 | -28,800 | 656f433b9d1d1d7c9b33e6fc48ebf5a2b92fe00a | fix: filtering may not work with some unicode characters
use collation instead of lowercase comparison
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,6 @@ import org.jooq.Record\nimport org.jooq.ResultQuery\nimport org.jooq.impl.DSL\nimport org.jooq.impl.DSL.inline\n-import org.jooq.impl.DSL.lower\nimport org.jooq.impl.DSL.noCondition\nimport org.springframework.data.domain.Page\nimport org.springframework... | Kotlin | MIT License | gotson/komga | fix: filtering may not work with some unicode characters
use collation instead of lowercase comparison
closes #789 | 1 | fix | null |
135,449 | 04.02.2022 11:47:28 | -28,800 | 6b0ff48a7f2ad33add93c15903dc87b31c5c0ba2 | docs: add publishing info | [
{
"change_type": "MODIFY",
"diff": "@@ -294,6 +294,14 @@ If for some reason this stops in between, you can manually publish missing packa\nnpm publish <package-name> --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one-time password>\n```\n+##### Publishing (new) packages for the first time\n+\n+```sh\n+np... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add publishing info | 1 | docs | null |
135,449 | 04.02.2022 11:49:58 | -28,800 | 37019a63c70ed37453e61a47ff4d9872063eb40a | chore: align engine versions
commitlint already only supports v12 anyways. These packages were just missing the info | [
{
"change_type": "MODIFY",
"diff": "},\n\"engineStrict\": true,\n\"engines\": {\n- \"node\": \">= 10\"\n+ \"node\": \">=v12\"\n},\n\"author\": \"Curly Brackets <water.curly@outlook.com>\",\n\"license\": \"MIT\",\n",
"new_path": "@commitlint/cz-commitlint/package.json",
"old_path": "@commitlint/cz-co... | TypeScript | MIT License | conventional-changelog/commitlint | chore: align engine versions
commitlint already only supports v12 anyways. These packages were just missing the info | 1 | chore | null |
889,620 | 04.02.2022 11:51:33 | -28,800 | 036806016691e748ee99decec7c7f3ea41405125 | fix: a TooManyRowsException may crash the scan | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,9 @@ class BookDao(\ndsl.selectFrom(b)\n.where(b.LIBRARY_ID.eq(libraryId).and(b.URL.eq(url.toString())))\n.and(b.DELETED_DATE.isNull)\n- .fetchOneInto(b)\n+ .orderBy(b.LAST_MODIFIED_DATE.desc())\n+ .fetchInto(b)\n+ .firstOrNull()\n?.toDomain()\nprivate fun fi... | Kotlin | MIT License | gotson/komga | fix: a TooManyRowsException may crash the scan | 1 | fix | null |
791,370 | 04.02.2022 11:54:14 | 25,200 | e712df5ebb45598a1653081d7e11e578bad22ff8 | fix(internal/gapicgen): move breaking change indicator if present
This was discovered processing
If a scope is present to be compliant with conventional commits the bang
must be after the scope. | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,15 @@ func FormatChanges(changes []*ChangeInfo, onlyGapicChanges bool) string {\nif i := strings.Index(titleParts[0], \"(\"); i > 0 {\ntitleParts[0] = titleParts[0][:i]\n}\n- titleParts[0] = fmt.Sprintf(\"%s(%s)\", titleParts[0], c.Package)\n+\n+ var breakCha... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/gapicgen): move breaking change indicator if present (#5452)
This was discovered processing 8e91ed1f2f2cb7fa77240dabcafcd2dedf97bda3.
If a scope is present to be compliant with conventional commits the bang
must be after the scope. | 1 | fix | internal/gapicgen |
76,611 | 04.02.2022 11:59:01 | -3,600 | 6849fa904c615c4f5eb91d44a1fa9ac0e4ce3c2d | fix(bot): update onBeginDialog parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -153,7 +153,7 @@ class Bot extends Clonable {\nbeginDialog(session, context, dialog) {\nif (this.onBeginDialog) {\n- this.onBeginDialog(dialog, context);\n+ this.onBeginDialog(session, context, dialog);\n}\nsession.beginDialog(context, dialog);\n}\n@@ -298,7 +298,7 @@ ... | JavaScript | MIT License | axa-group/nlp.js | fix(bot): update onBeginDialog parameters | 1 | fix | bot |
889,620 | 04.02.2022 11:59:39 | -28,800 | e8fe8bcf8d25ff763b37cb3d82b43e8dd812ddcd | refactor: missing file from | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ data class PageHash(\noverride val createdDate: LocalDateTime = LocalDateTime.now(),\noverride val lastModifiedDate: LocalDateTime = createdDate,\n-) : Auditable() {\n+) : Auditable {\nenum class Action {\nDELETE_AUTO,\nDELETE_MANUAL,\n",
"new_path":... | Kotlin | MIT License | gotson/komga | refactor: missing file from c12701c7f2f4a7c0592e19a06c6dba131a92b5c1 | 1 | refactor | null |
76,611 | 04.02.2022 11:59:45 | -3,600 | d9804d2b299cbefb7a864f85f982f61bc24c0367 | feat: improve test connector to import scenario parts | [
{
"change_type": "MODIFY",
"diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const fs = require('fs');\n+const path = require('path');\n+const fsp = require('fs').promises;\nconst { Connector } = require('@nlpjs/connector');\nconst { isJsonObject, trimInput } = require('./help... | JavaScript | MIT License | axa-group/nlp.js | feat: improve test connector to import scenario parts | 1 | feat | null |
711,597 | 04.02.2022 12:11:38 | -3,600 | 07447adea7149758f4649b8062ba334f4543af4a | docs: Add docs on stand-alone Admin UI deployment | [
{
"change_type": "MODIFY",
"diff": "@@ -130,4 +130,68 @@ REQUEST: GET http://localhost:3020/health\n## Admin UI\n-If you have customized the Admin UI with extensions, it can make sense to [compile your extensions ahead-of-time as part of the deployment process]({{< relref \"/docs/plugins/extending-the-admin... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add docs on stand-alone Admin UI deployment | 1 | docs | null |
711,597 | 04.02.2022 12:32:56 | -3,600 | 9cf2a309e4b96bda6200279ba9a9d93950511438 | chore: Publish v1.4.6 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.4.6 (2022-02-04)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Do not display \"undefined\" in rich text editor ([e80b8c5](https://github.com/vendure-ecommerce/vendure/commit/e80b8c5)), closes [#1374](https://github.com/vendure-ecommerce/vendure/issues/1374)... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.4.6 | 1 | chore | null |
699,232 | 04.02.2022 12:34:55 | 28,800 | ff1817a1f486441a8e6fdc36c39cb65ab2605eca | chore(popover): adjust maxWidth, add story
chore(popover): add changeset
chore(popover): fix ID in story | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/popover': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Popover] adjusted the maxWidth to allow for wider content.\n",
"new_path": ".changeset/sour-bugs-behave.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +... | TypeScript | MIT License | twilio-labs/paste | chore(popover): adjust maxWidth, add story
chore(popover): add changeset
chore(popover): fix ID in story | 1 | chore | popover |
151,430 | 04.02.2022 12:36:38 | 28,800 | bceed1238c2b803f6b6da6d5719e0a7cfac98cbd | refactor: shrink localStorage & sessionStorage libs | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ description: Utility library for managing global values\n# Global Storage Utility\n-A tiny window storage util library in <!-- AUTO-GENERATED-CONTENT:START (pkgSize) -->`235 bytes`<!-- AUTO-GENERATED-CONTENT:END -->.\n+A tiny window storage util library in... | JavaScript | MIT License | davidwells/analytics | refactor: shrink localStorage & sessionStorage libs
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 04.02.2022 12:37:12 | 28,800 | 0b7373b90f00ae011aa87b3115929f5561146c61 | feat: add sessionStorage support to storage utils | [
{
"change_type": "MODIFY",
"diff": "@@ -6,13 +6,14 @@ description: Utility library for persisting data\n# Analytics Storage Utils\n-A tiny storage utility library with fallback mechanism in <!-- AUTO-GENERATED-CONTENT:START (pkgSize) -->`904 bytes`<!-- AUTO-GENERATED-CONTENT:END -->.\n+A tiny storage utilit... | JavaScript | MIT License | davidwells/analytics | feat: add sessionStorage support to storage utils
Signed-off-by: David Wells <> | 1 | feat | null |
151,430 | 04.02.2022 12:37:34 | 28,800 | 65ae29fe40ccc33d1813efd805bdfcd10061007b | refactor: shrink isNoOp util | [
{
"change_type": "MODIFY",
"diff": "@@ -256,7 +256,7 @@ export function isErrorLike(obj) {\nexport function isNoOp(func) {\nif (!isFunction(func)) return false\nconst emptyFunc = /{(\\r|\\n|\\s)*}/gm\n- const noOpStr = noOp.toString()\n+ const noOpStr = noOp + ''\nconst funcString = (func.toString().match(e... | JavaScript | MIT License | davidwells/analytics | refactor: shrink isNoOp util
Signed-off-by: David Wells <> | 1 | refactor | null |
777,354 | 04.02.2022 12:53:10 | 28,800 | 87c7e8e50e9ac54ca07194dbd0426a64993ff013 | chore: WebUI interaction test for Message component | [
{
"change_type": "ADD",
"diff": "+import { render, screen } from '@testing-library/react';\n+import React from 'react';\n+\n+import { MessageType } from './Message';\n+import Message from './Message';\n+\n+const setup = ({ message, title, type }) => {\n+ const handleOnChange = jest.fn();\n+ const view = ren... | Python | Apache License 2.0 | determined-ai/determined | chore: WebUI interaction test for Message component [DET-6425] (#3553) | 1 | chore | null |
866,394 | 04.02.2022 12:58:35 | 18,000 | 937478a57dd21de13e408b62a8f680bb20787708 | chore(release): bump to v1.21.0 | [
{
"change_type": "ADD",
"diff": "+name: dependabot-yarn-mirror\n+\n+on:\n+ push:\n+ branches: [ dependabot/**/* ]\n+ pull_request:\n+ branches: [ dependabot/**/* ]\n+\n+concurrency:\n+ group: dependabot-yarn-mirror-${{ github.ref }}\n+ cancel-in-progress: true\n+\n+jobs:\n+ yarn-mirror:\n+ if: github.reposi... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(release): bump to v1.21.0 (#941) | 1 | chore | release |
777,369 | 04.02.2022 13:02:53 | 25,200 | f5f578cbf95704c9e9f16c9a4bf37977e3de995f | chore: preserve try-for-flake script for react unit tests from e2e | [
{
"change_type": "ADD",
"diff": "+# eg ./bin/try-for-flakes.sh \"npm run test -- --watchAll=false src/components/Timeago.test.tsx\"\n+\n+test_cmd=${1:-\"npm run test -- --watchAll=false\"}\n+\n+c=0\n+\n+while true; do\n+ c=$((c+1))\n+ echo \"run #$c\"\n+ ${test_cmd}\n+done\n+\n+echo \"result: test failure a... | Python | Apache License 2.0 | determined-ai/determined | chore: preserve try-for-flake script for react unit tests from e2e (#3560) | 1 | chore | null |
777,369 | 04.02.2022 13:03:16 | 25,200 | b426f870afb212fa493e44ea38d2eb1ef3978eb5 | fix: resolve badge related stories | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,10 @@ import { RunState, SlotState } from 'types';\nimport css from './Badge.module.scss';\nexport enum BadgeType {\n- Default,\n- Header,\n- Id,\n- State,\n+ Default = 'Default',\n+ Header = 'Header',\n+ Id = 'Id',\n+ State = 'State',\n}\nexport interface Bad... | Python | Apache License 2.0 | determined-ai/determined | fix: resolve badge related stories (#3566) | 1 | fix | null |
730,451 | 04.02.2022 13:20:38 | -19,080 | d64d01f5efb9ee5916424e9dad01c4bd0a8945bf | fix(plugin-meetings): remote extmap from the remotetSdp | [
{
"change_type": "MODIFY",
"diff": "@@ -324,6 +324,11 @@ pc.setRemoteSessionDetails = (\nif (peerConnection.signalingState === SDP.HAVE_LOCAL_OFFER || (peerConnection.signalingState === SDP.STABLE && typeStr === SDP.OFFER)) {\nsdp = setStartBitrateOnRemoteSdp(sdp);\n+ if (peerConnection.enableExtmap) {\n+ s... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): remote extmap from the remotetSdp | 1 | fix | plugin-meetings |
711,597 | 04.02.2022 13:26:49 | -3,600 | dc8f6f2c996188ef0231ac3608a5ec7676d23285 | docs: Add more detail to standalone admin ui docs | [
{
"change_type": "MODIFY",
"diff": "@@ -143,11 +143,19 @@ This example is for Vercel, and assumes:\n* A `BASE_HREF` environment variable to be set to `/`\n* A public (output) directory set to `build/dist`\n* A build command set to `npm run build` or `yarn build`\n-* A `build` script defined in your package.... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add more detail to standalone admin ui docs | 1 | docs | null |
127,946 | 04.02.2022 13:27:55 | -10,800 | 5ece08ae0c0e626b9ec48131964714f4e5afcd71 | fix: set Calendar date | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { rem } from '@heathmont/moon-utils';\nimport { Button } from '@heathmont/moon-components';\nconst Example = () => {\n- const [initialDate, setDate] = React.useState(new Date('February 4, 2022'));\n+ const [initialDate, setDate] = React.useState(new... | TypeScript | MIT License | coingaming/moon-design | fix: set Calendar date (#1612) | 1 | fix | null |
126,276 | 04.02.2022 13:43:46 | 10,800 | fe555ec108f76d203e08088385a6fa16d02d32e7 | chore(embedded/store): declare constants for all the options | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,9 @@ const DefaultCompressionFormat = appendable.DefaultCompressionFormat\nconst DefaultCompressionLevel = appendable.DefaultCompressionLevel\nconst DefaultTxLogCacheSize = 1000\nconst DefaultMaxWaitees = 1000\n+const DefaultVLogMaxOpenedFiles = 10\n+const De... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): declare constants for all the options
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
756,013 | 04.02.2022 14:09:21 | 21,600 | c77c582527a35dde76437bb5ec523699bb0cbc1e | style(pegasus): reformat prettier | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,9 @@ export const getCourierPK = (key, keyToCourierPK) => {\n* @param {ERef<Connection>} connection\n* @returns {(args: CourierArgs) => Courier}\n*/\n-export const makeCourierMaker = connection => ({\n+export const makeCourierMaker =\n+ connection =>\n+ ({\nz... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | style(pegasus): reformat prettier | 1 | style | pegasus |
841,421 | 04.02.2022 14:13:32 | -32,400 | 2af5096e83229df1e5ccfe62659360c0392ef0ba | fix(es/resolver): Fix handling of for statements
swc_ecma_transforms_base:
- `resolver`: Visit the body of a for statement in a nested visitor. | [
{
"change_type": "MODIFY",
"diff": "@@ -711,7 +711,7 @@ impl<'a> VisitMut for Resolver<'a> {\nself.ident_type = IdentType::Ref;\nn.update.visit_mut_with(&mut child);\n- child.visit_mut_stmt_within_same_scope(&mut *n.body);\n+ child.visit_mut_stmt_within_child_scope(&mut *n.body);\n}\nfn visit_mut_function(&... | Rust | Apache License 2.0 | swc-project/swc | fix(es/resolver): Fix handling of for statements (#3446)
swc_ecma_transforms_base:
- `resolver`: Visit the body of a for statement in a nested visitor. | 1 | fix | es/resolver |
777,389 | 04.02.2022 14:15:59 | 28,800 | 508fba08a7c6b1faf53cd2991b67a2ffdfc5eca7 | feat: webui support for moving jobs between resource pools
also adds the WebUI needed for adjusting job positions within
a priority lane but hides it behind a dev flag for now. | [
{
"change_type": "MODIFY",
"diff": "Binary files a/harness/determined/common/api/bindings.py and b/harness/determined/common/api/bindings.py differ\n",
"new_path": "harness/determined/common/api/bindings.py",
"old_path": "harness/determined/common/api/bindings.py"
},
{
"change_type": "MODIFY... | Python | Apache License 2.0 | determined-ai/determined | feat: webui support for moving jobs between resource pools (#3563)
also adds the WebUI needed for adjusting job positions within
a priority lane but hides it behind a dev flag for now. | 1 | feat | null |
71,480 | 04.02.2022 14:37:38 | -7,200 | bb8d6f6bf5941b76ef0590c99fe8e26440e09c18 | fix(aws-appsync): Strip unsupported characters from Lambda DataSource
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": "@@ -111,7 +111,8 @@ export abstract class BaseDataSource extends CoreConstruct {\nif (extended.type !== 'NONE') {\nthis.serviceRole = props.serviceRole || new Role(this, 'ServiceRole', { assumedBy: new ServicePrincipal('appsync') });\n}\n- const name = props.name ?? id;\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-appsync): Strip unsupported characters from Lambda DataSource (#18765)
Closes https://github.com/aws/aws-cdk/issues/16169
----
*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 |
104,844 | 04.02.2022 14:43:42 | 18,000 | 68611c412345ccfe29861fef1dfa17eeb9e32aed | fix(card): fix overflow tooltip for card | [
{
"change_type": "MODIFY",
"diff": "@@ -386,8 +386,8 @@ const Card = (props) => {\n// Ensure the title and subtitle have a tooltip only if their text is truncated\nconst titleRef = useRef();\nconst subTitleRef = useRef();\n- const hasTitleTooltip = useHasTextOverflow(titleRef);\n- const hasSubTitleTooltip =... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): fix overflow tooltip for card | 1 | fix | card |
889,620 | 04.02.2022 14:46:23 | -28,800 | 27d559457108e67540a0ab113cad897c15a56427 | build: remove run configuration | [
{
"change_type": "DELETE",
"diff": "-<component name=\"ProjectRunConfigurationManager\">\n- <configuration default=\"false\" name=\"komga [assemble] continuous\" type=\"GradleRunConfiguration\" factoryName=\"Gradle\">\n- <ExternalSystemSettings>\n- <option name=\"executionName\" />\n- <option name=\"externa... | Kotlin | MIT License | gotson/komga | build: remove run configuration | 1 | build | null |
777,376 | 04.02.2022 14:47:10 | 18,000 | 7be66739d66df91db1aa1044da4a1d096263841e | chore: add tensborboard timeout logging | [
{
"change_type": "MODIFY",
"diff": "@@ -155,6 +155,7 @@ func (c *command) Receive(ctx *actor.Context) error {\nUseProxyState: c.WatchProxyIdleTimeout,\nUseRunnerState: c.WatchRunnerIdleTimeout,\nTimeoutDuration: time.Duration(*c.Config.IdleTimeout),\n+ Debug: c.Config.Debug,\n}\n}\n",
"new_path": "maste... | Python | Apache License 2.0 | determined-ai/determined | chore: add tensborboard timeout logging [DET-6317] (#3550) | 1 | chore | null |
317,807 | 04.02.2022 15:02:56 | -28,800 | 8f72c37e91ad4604c2e1d556a93b5cc97ded9be2 | theme: update markbull
1. Add hyperlink in "path" segment
2. Fix display error in "exit" segment | [
{
"change_type": "MODIFY",
"diff": "\"powerline_symbol\": \"\\ue0b0\",\n\"properties\": {\n\"style\": \"full\",\n- \"template\": \" {{ .Path }} \"\n+ \"template\": \"{{ path .Path .Location }} \"\n},\n\"style\": \"powerline\",\n\"type\": \"path\"\n\"foreground\": \"#fffef9\",\n\"powerline_symbol\": \"\\ue0b... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: update markbull
1. Add hyperlink in "path" segment
2. Fix display error in "exit" segment | 1 | theme | null |
777,411 | 04.02.2022 15:09:26 | 18,000 | 45144fba6141ff961ed17148c9fb86c5de80ae19 | fix: add PyTorch Geometric example to the docs | [
{
"change_type": "MODIFY",
"diff": "@@ -212,6 +212,21 @@ For an introduction to using the training API, please see the documentation on h\n- MNIST\n- :download:`dcgan_tf_keras.tgz </examples/dcgan_tf_keras.tgz>`\n+********\n+ Graphs\n+********\n+\n+.. list-table::\n+ :header-rows: 1\n+\n+ - - Framework\n+ -... | Python | Apache License 2.0 | determined-ai/determined | fix: add PyTorch Geometric example to the docs (#3569) | 1 | fix | null |
699,232 | 04.02.2022 15:15:43 | 28,800 | be459ecc3e2453f00873befc4f03850056b28fd6 | docs(website): add size info for Popover | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ import {\nStateHookPopoverExample,\nbadgeExample,\nbuttonVariantsExample,\n+ setWidthExample,\n} from '../../../component-examples/PopoverExamples';\nexport const pageQuery = graphql`\n@@ -151,6 +152,28 @@ available in the [props description here](#popov... | TypeScript | MIT License | twilio-labs/paste | docs(website): add size info for Popover | 1 | docs | website |
756,013 | 04.02.2022 15:22:26 | 21,600 | 208109f2e4df9e4df5c2371c6a299a42349d5c69 | fix(pegasus): more robust ics20 JSON parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,31 @@ import { Far } from '@endo/marshal';\nimport { assert, details as X } from '@agoric/assert';\n/**\n- * @typedef {Object} ICS20TransferPacket\n+ * @typedef {Object} ICS20TransferPacket Packet shape defined at:\n+ * https://github.com/cosmos/ibc/tree/maste... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(pegasus): more robust ics20 JSON parsing | 1 | fix | pegasus |
756,013 | 04.02.2022 15:25:45 | 21,600 | 9065d6ee205082efd2253e6bd06ee08676535b50 | fix(pegasus): use bigints for nonces | [
{
"change_type": "MODIFY",
"diff": "@@ -38,18 +38,19 @@ const makePegasus = (zcf, board, namesByAddress) => {\n* @property {LegacyMap<Denom, PromiseRecord<Courier>>} remoteDenomToCourierPK\n* @property {IterationObserver<Denom>} remoteDenomPublication\n* @property {Subscription<Denom>} remoteDenomSubscripti... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(pegasus): use bigints for nonces | 1 | fix | pegasus |
889,620 | 04.02.2022 15:25:48 | -28,800 | 368d0d51479e6befe7aafbe91384085407915f64 | refactor: add MediaType enum | [
{
"change_type": "ADD",
"diff": "+package org.gotson.komga.domain.model\n+\n+enum class MediaType(val value: String, val fileExtension: String) {\n+ ZIP(\"application/zip\", \"cbz\"),\n+ RAR_GENERIC(\"application/x-rar-compressed\", \"cbr\"),\n+ RAR_4(\"application/x-rar-compressed; version=4\", \"cbr\"),\n... | Kotlin | MIT License | gotson/komga | refactor: add MediaType enum | 1 | refactor | null |
756,013 | 04.02.2022 15:33:30 | 21,600 | 77ebadb1e44c7e3a686bb345f2dd0a9bb1bf4dc2 | style: reformat with prettier | [
{
"change_type": "MODIFY",
"diff": "/**\n* @typedef {Object} PacketParts\n- * @property {Value} value\n+ * @property {AmountValue} value\n* @property {Denom} remoteDenom\n* @property {DepositAddress} depositAddress\n*/\n",
"new_path": "packages/pegasus/src/types.js",
"old_path": "packages/pegasus/sr... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | style: reformat with prettier | 1 | style | null |
571,491 | 04.02.2022 15:53:14 | -3,600 | 4f59919b9f9058e8cb77ad2fb0d876a452ae2b46 | docs: add tutorial to create custom extension
This was asked a couple of times in Discord. | [
{
"change_type": "MODIFY",
"diff": "@@ -192,12 +192,4 @@ Here are a few useful helpers, but there are many more!\n| `getHTML` | (Built in) | HTML representation (using schema `toDOM`) |\n| `getMarkdown` | `markdown-extension` | Markdown representation (where possible) |\n-## Summing up\n-\n-Congratulations!... | TypeScript | MIT License | remirror/remirror | docs: add tutorial to create custom extension (#1507)
This was asked a couple of times in Discord. | 1 | docs | null |
438,921 | 04.02.2022 16:02:53 | -32,400 | de64c4e2618df844ce5a4b3c25a5ad357683d49d | fix(zoom): Fix unzoom after appending regions
When grids/regions APIs called, do not update legend,
where makes x's scale update.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -246,10 +246,11 @@ export default {\nredrawWithoutRescale() {\nthis.redraw({\nwithY: false,\n- withLegend: true,\n+ withDimension: false,\n+ withLegend: false,\nwithSubchart: false,\nwithEventRect: false,\n- withTransitionForAxis: false\n+ withTransitionForAxis: false,... | TypeScript | MIT License | naver/billboard.js | fix(zoom): Fix unzoom after appending regions
When grids/regions APIs called, do not update legend,
where makes x's scale update.
Fix #2531 | 1 | fix | zoom |
386,584 | 04.02.2022 16:52:46 | -7,200 | dd24ec6502d4887db9faafe0048b1931edb401d8 | chore(actions-core): Deleted JsAction action. | [
{
"change_type": "DELETE",
"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\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(actions-core): Deleted JsAction action. | 1 | chore | actions-core |
304,860 | 04.02.2022 17:02:32 | -3,600 | 861f687c4dfb5243202b7b0cef87e1f76e9afa2f | test(plan): Use cmp.Options when comparing `ValidateError`
Normal go errors can't be compared unless you pass in an appropriate `cmp.Option`
which meant that `ValidateError` could only be used for errors created by the internal
flux error type. By adding in `cmp.Options` from the caller, we can allow other errors to be checked. | [
{
"change_type": "MODIFY",
"diff": "@@ -190,7 +190,7 @@ func PhysicalRuleTestHelper(t *testing.T, tc *RuleTestCase, options ...cmp.Optio\npp, err := physicalPlanner.Plan(ctx, before)\nif err != nil {\nif tc.ValidateError != nil {\n- if got, want := err, tc.ValidateError; !cmp.Equal(want, got) {\n+ if got, w... | Go | MIT License | influxdata/flux | test(plan): Use cmp.Options when comparing `ValidateError` (#4447)
Normal go errors can't be compared unless you pass in an appropriate `cmp.Option`
which meant that `ValidateError` could only be used for errors created by the internal
flux error type. By adding in `cmp.Options` from the caller, we can allow other errors to be checked. | 1 | test | plan |
438,921 | 04.02.2022 17:19:42 | -32,400 | 2ad65fd2fcb78117be557f9b8351f9057d86b1d5 | fix(subchart): Fix axis position on subchart.hide() call
Replace calling .reszize() instead of .flush() when show & hide is called.
Add prevention code on handling subchart's node
Fix
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export default {\nstate.resizing = true;\n- this.flush(false, true);\n+ this.flush(false);\n$$.resizeFunction();\n}\n},\n",
"new_path": "src/Chart/api/chart.ts",
"old_path": "src/Chart/api/chart.ts"
},
{
"change_type": "MODIFY",
"diff... | TypeScript | MIT License | naver/billboard.js | fix(subchart): Fix axis position on subchart.hide() call
- Replace calling .reszize() instead of .flush() when show & hide is called.
- Add prevention code on handling subchart's node
Fix #2536
Close #2534 | 1 | fix | subchart |
126,276 | 04.02.2022 17:20:43 | 10,800 | a36da9a58ec2f09e096d5189bb565816417f1c49 | chore(pkg/server): replication options for systemdb and defaultdb | [
{
"change_type": "MODIFY",
"diff": "@@ -206,7 +206,6 @@ func TestSystemDBAndDefaultDBReplication(t *testing.T) {\n//init follower server\nreplicationOpts := &server.ReplicationOptions{\n- MasterDatabase: \"defaultdb\",\nMasterAddress: \"127.0.0.1\",\nMasterPort: masterPort,\nFollowerUsername: \"immudb\",\n"... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): replication options for systemdb and defaultdb
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/server |
317,646 | 04.02.2022 17:22:40 | -3,600 | aba4093abad9a6a4887c8c4c141a33596bc92a54 | feat: filler between blocks | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,7 @@ Let's take a closer look at what defines a block.\n- type: `prompt` | `rprompt`\n- newline: `boolean`\n- alignment: `left` | `right`\n-- vertical_offset: `int`\n-- horizontal_offset: `int`\n+- filler: `string`\n- segments: `array` of one or more `segment... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: filler between blocks | 1 | feat | null |
841,421 | 04.02.2022 17:54:03 | -32,400 | 5a806c5b817c63b7c4f7730b538831b1cea62711 | fix(es/parser): Fix parsing of decorators
swc_ecma_parser:
- Parse decorators using `parse_subscripts`. | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\",\n+ \"decorators\": true\n+ },\n+ \"transform\": {\n+ \"legacyDecorator\": true,\n+ \"decoratorMetadata\": true\n+ }\n+ },\n+ \"module\": {\n+ \"type\": \"commonjs\"\n+ }\n+}\n\\ No newline at end of file\n",
... | Rust | Apache License 2.0 | swc-project/swc | fix(es/parser): Fix parsing of decorators (#3449)
swc_ecma_parser:
- Parse decorators using `parse_subscripts`. | 1 | fix | es/parser |
126,276 | 04.02.2022 18:04:14 | 10,800 | 46093b43d1b5f21cc99753471ad283bbbe4cc4c1 | chore(pkg/server): increase default max number of active snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,8 @@ func (opts *Options) DefaultStoreOptions() *store.Options {\nWithCompactionThld(0).\nWithSynced(false).\nWithSyncThld(tbtree.DefaultSyncThld).\n- WithDelayDuringCompaction(10 * time.Millisecond)\n+ WithDelayDuringCompaction(10 * time.Millisecond).\n+ W... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): increase default max number of active snapshots
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/server |
126,276 | 04.02.2022 18:30:43 | 10,800 | ab93377758730d38312e9f70791e807cd49117d6 | chore(pkg/server): use previous store default values | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const DefaultFileMode = os.FileMode(0755)\nconst DefaultFileSize = 1 << 26 // 64Mb\nconst DefaultMaxKeyLen = 1024\nconst DefaultCompactionThld = 2\n-const DefaultDelayDuringCompaction = time.Duration(0) * time.Millisecond\n+const DefaultDelayDuringCompac... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): use previous store default values
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/server |
304,860 | 04.02.2022 18:50:34 | -3,600 | b5d9d2da1c7146adbad82940fd5af781a1dbb773 | feat: Add conversion from flux.Bounds to plan/execute.Bounds
Not sure why there are multiple versions of `Bounds` but this removes some duplication which
will also be useful for `iox.from` | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import (\n\"math\"\n\"time\"\n+ \"github.com/influxdata/flux\"\n\"github.com/influxdata/flux/values\"\n)\n@@ -86,3 +87,10 @@ func (b Bounds) Duration() Duration {\nfunc Now() Time {\nreturn values.ConvertTime(time.Now())\n}\n+\n+func FromFluxBounds(bounds ... | Go | MIT License | influxdata/flux | feat: Add conversion from flux.Bounds to plan/execute.Bounds (#4448)
Not sure why there are multiple versions of `Bounds` but this removes some duplication which
will also be useful for `iox.from` | 1 | feat | null |
915,255 | 04.02.2022 18:57:42 | -3,600 | 69c64e79eb7eb5ad415503c8f71a424f8da90f10 | feat: allow overriding HTTP method for upstream calls
This patch adds new configuration `force_method` to the bearer token and cookie session authenticators. It allows overriding the HTTP method for upstream calls. | [
{
"change_type": "MODIFY",
"diff": "\"type\": \"boolean\",\n\"description\": \"When set to true the HTTP Header X-Forwarded-Host will be set to the original HTTP host.\"\n},\n+ \"force_method\": {\n+ \"title\": \"Force HTTP Method\",\n+ \"type\": \"string\",\n+ \"description\": \"When set uses the given HTT... | Go | Apache License 2.0 | ory/oathkeeper | feat: allow overriding HTTP method for upstream calls
This patch adds new configuration `force_method` to the bearer token and cookie session authenticators. It allows overriding the HTTP method for upstream calls. | 1 | feat | null |
756,031 | 04.02.2022 19:01:14 | 10,800 | 3b134fbd64c1561cbb177d53a034e55e86bd9e8e | chore(deployment): Use latest Node 14 in docker images | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ RUN make GIT_COMMIT=\"$GIT_COMMIT\" MOD_READONLY= compile-go\n###############################\n# The js build container\n-FROM node:14.15-buster AS build-js\n+FROM node:14-buster AS build-js\n# When changing/adding entries here, make sure to search the w... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(deployment): Use latest Node 14 in docker images (#4460)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | chore | deployment |
915,266 | 04.02.2022 19:09:38 | -3,600 | 57c38c0d4e75658373daaf3f6a80e22efd4dc3d5 | fix: update cve scanners | [
{
"change_type": "MODIFY",
"diff": "-name: Docker Image Scan\n+name: Docker Image Scanners\non:\npush:\nbranches:\n@@ -10,11 +10,17 @@ on:\n- 'master'\njobs:\n- docker:\n+ scanners:\nruns-on: ubuntu-latest\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n+ - name: Setup Env\n+ id: vars\n+ shell: bash\n... | Go | Apache License 2.0 | ory/oathkeeper | fix: update cve scanners (#905) | 1 | fix | null |
915,325 | 04.02.2022 19:10:02 | -3,600 | db346d5e3cae966f609f6bae38958c5d00970abe | docs: fix "decisions" typo in Introduction | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ port. It matches every sub-path and HTTP Method:\n- `PUT /decisions/my/other/api`\n- `DELETE /decisions/users?foo=?bar`\n-When matching a rule, the `/decision` prefix is stripped from the matching path.\n+When matching a rule, the `/decisions` prefix i... | Go | Apache License 2.0 | ory/oathkeeper | docs: fix "decisions" typo in Introduction (#907) | 1 | docs | null |
317,646 | 04.02.2022 19:12:22 | -3,600 | 40c91279511f6f68faee0360c96c729198d22800 | docs(python): correct default display mode
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -36,8 +36,8 @@ or not - defaults to `true`\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 `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.ven... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(python): correct default display mode
resolves #1690 | 1 | docs | python |
915,255 | 04.02.2022 19:13:43 | 0 | 83d67286421981f881211728e0df2509e08e7944 | autogen: add v0.38.19-beta.1 to version.schema.json | [
{
"change_type": "MODIFY",
"diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/oathkeeper/v0.38.17-beta.1/.schema/config.schema.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v0.38.19-beta.1\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubu... | Go | Apache License 2.0 | ory/oathkeeper | autogen: add v0.38.19-beta.1 to version.schema.json | 1 | autogen | null |
317,646 | 04.02.2022 19:21:02 | -3,600 | 39e7a935eb32631581882d04d5cd500dfdb33d51 | docs(git): add UpstreamGone reference | [
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,7 @@ You can set the following properties to `true` to enable fetching additional inf\n- `.Ahead`: `int` - commits ahead of upstream\n- `.BranchStatus`: `string` - the current branch context (ahead/behind string representation)\n- `.Upstream`: `string` - th... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(git): add UpstreamGone reference | 1 | docs | git |
317,646 | 04.02.2022 19:34:44 | -3,600 | 216541a4f8fbbc5ace6e7382e73a83487b1c74e3 | refactor(image): count runes in string | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,7 @@ import (\n\"oh-my-posh/regex\"\n\"strconv\"\n\"strings\"\n+ \"unicode/utf8\"\n\"github.com/esimov/stackblur-go\"\n\"github.com/fogleman/gg\"\n@@ -266,9 +267,8 @@ func (ir *ImageRenderer) lenWithoutANSI(text string) int {\ntext = strings.ReplaceAll(text, ... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor(image): count runes in string | 1 | refactor | image |
104,828 | 04.02.2022 19:40:10 | -3,600 | 4dac37d41dc3772f877ccbc2fcd6d8d1495f57de | docs(all): fix changelog merge mistake | [
{
"change_type": "MODIFY",
"diff": "@@ -101,6 +101,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n+## [2.147.4](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.147.3...v2.147.4) (2022-01-31)\n+\n+\n+### Bug Fixes\n+\n+* **table:** add hidde... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(all): fix changelog merge mistake | 1 | docs | all |
756,047 | 04.02.2022 21:04:19 | 28,800 | f974f3cb99f9cdf3f964261d54f2e299dfc18af8 | cleanup: remove deprecated Ratio methods
remove `divideBy` and `multipleBy` for ratios.
remove tests
I was delighted by how well things were marked. | [
{
"change_type": "MODIFY",
"diff": "@@ -42,8 +42,6 @@ export {\nexport {\nmakeRatio,\nmakeRatioFromAmounts,\n- multiplyBy,\n- divideBy,\nfloorMultiplyBy,\nfloorDivideBy,\nceilMultiplyBy,\n",
"new_path": "packages/zoe/src/contractSupport/index.js",
"old_path": "packages/zoe/src/contractSupport/index.... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | cleanup: remove deprecated Ratio methods (#4467)
- remove `divideBy` and `multipleBy` for ratios.
- remove tests
I was delighted by how well things were marked.
Co-authored-by: Dean Tribble <tribble@agoric.com> | 1 | cleanup | null |
603,467 | 04.02.2022 23:01:38 | 0 | 0c1a7f09a071e794da752e79dcd04750221149da | test(integration): ensure a Photographer can capture a screenshot upon a failed Wait
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,10 +4,12 @@ import { EventRecorder, expect, PickEvent } from '@integration/testing-tools';\nimport { ActivityRelatedArtifactGenerated, ActivityStarts } from '@serenity-js/core/lib/events';\nimport { CorrelationId, Photo } from '@serenity-js/core/lib/model';\nimport ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(integration): ensure a Photographer can capture a screenshot upon a failed Wait
Closes #351 | 1 | test | integration |
603,467 | 05.02.2022 01:22:40 | 0 | fe2f808f3d682ef0dd9fe21ac292b083bf7740c0 | docs(website): updated the year | [
{
"change_type": "MODIFY",
"diff": "<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-lg-6 mx-auto ftr-bt ftr-oneline \">\n- Made with love in London, UK © 2016 - 2021 <a href=\"https://janmolak.com\" target=\"_blank\">Jan Molak</a>, smartcode ltd.\n+ Made with love in London, UK © ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): updated the year | 1 | docs | website |
317,679 | 05.02.2022 01:46:23 | -19,080 | a3e38b0838db18e3ecd8d7b22f4f6835249c8706 | theme: add peru | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"foreground\": \"#26C6DA\",\n+ \"properties\": {\n+ \"template\": \"{{ if .WSL }}WSL at {... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add peru | 1 | theme | null |
756,025 | 05.02.2022 01:58:41 | 28,800 | ba1b2efb4bc0f2ca8833ad821a72f400ecb12952 | fix: sort preserving order for composite keys | [
{
"change_type": "MODIFY",
"diff": "/// <reference types=\"ses\"/>\nimport { passStyleOf, getTag } from '@endo/marshal';\n-import { compareRank } from '../patterns/rankOrder.js';\n+import { compareRank, recordParts } from '../patterns/rankOrder.js';\nimport { assertKey } from './checkKey.js';\nimport { bagC... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: sort preserving order for composite keys (#4468) | 1 | fix | null |
780,866 | 05.02.2022 03:02:59 | 10,800 | d83db098e43520fbf8cc2eaaf3b69de839eedc64 | fix(deps): update to v1.27.0 | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@ecomplus/client\": \"^2.2.1\",\n- \"@ecomplus/i18n\": \"^1.26.0\",\n+ \"@ecomplus/i18n\": \"^1.27.0\",\n\"@ecomplus/passport-client\": \"^1.1.1\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-components\": \"^1.0.0-beta.114... | JavaScript | MIT License | ecomplus/storefront | fix(deps): update @ecomplus/i18n to v1.27.0 | 1 | fix | deps |
780,866 | 05.02.2022 03:03:35 | 10,800 | e6903cf4282ef4ec49b60ab3f89591b6af7406b4 | chore(components/product): minor naming and style edits for _add to favorite_ btns | [
{
"change_type": "MODIFY",
"diff": "<a\nclass=\"btn product-card__favorite fade\"\n@click=\"toggleFavorite\"\n- :href=\"hasLoggedIn ? null : accountUrl\"\n+ :href=\"isLogged ? null : accountUrl\"\n>\n<i\nclass=\"i-heart mr-1\"\n",
"new_path": "@ecomplus/storefront-components/src/html/ProductCard.html",
... | JavaScript | MIT License | ecomplus/storefront | chore(components/product): minor naming and style edits for _add to favorite_ btns | 1 | chore | components/product |
317,646 | 05.02.2022 09:29:43 | -3,600 | 35aead22fc020d7de8629bea97423b314d4ba2ad | fix(tooltip): set segment to active
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -236,6 +236,7 @@ func (e *Engine) RenderTooltip(tip string) string {\nreturn \"\"\n}\ntooltip.text = tooltip.string()\n+ tooltip.active = true\n// little hack to reuse the current logic\nblock := &Block{\nAlignment: Right,\n",
"new_path": "src/engine/engine.go",
... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(tooltip): set segment to active
resolves #1701 | 1 | fix | tooltip |
317,646 | 05.02.2022 09:41:41 | -3,600 | 06291e168bb51e34236200f695e3934d6d095d6a | fix(migrate): replace .Text with .Meaning
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,10 @@ func (segment *Segment) migrationOne(env environment.Environment) {\n}\ncase EXIT:\ntemplate := segment.Properties.GetString(properties.SegmentTemplate, segment.writer.Template())\n+ if strings.Contains(template, \".Text\") {\n+ template = strings.Rep... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(migrate): replace .Text with .Meaning
resolves #1697 | 1 | fix | migrate |
217,922 | 05.02.2022 13:21:54 | -3,600 | 54955de4075f373eeb0a94f8e45acbcc94de4cbd | fix(workshops): fixed drag and drop ordering not saved properly | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { DataStore } from '../data-store';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { NgZone } from '@angular/core';\nimport { PendingChangesService } from '../../pending-changes/pending-changes.service';\n-import { catchError, d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(workshops): fixed drag and drop ordering not saved properly | 1 | fix | workshops |
217,922 | 05.02.2022 13:38:59 | -3,600 | 24c803b6571cc1f6a5d7430d530b6c15c5b18f30 | fix(lists): fixed completion popup not showing up when marking final panel as done | [
{
"change_type": "MODIFY",
"diff": "@@ -489,7 +489,7 @@ export class ListsEffects {\n}),\nmap(() => new RemoveReadLock()),\ndebounceTime(1000)\n- ));\n+ ), { useEffectsErrorHandler: true });\nupdateItem$ = createEffect(() => this.actions$.pipe(\nofType<UpdateItem>(ListsActionTypes.UpdateItem),\n@@ -533,7 +5... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed completion popup not showing up when marking final panel as done | 1 | fix | lists |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.