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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
551,636 | 22.11.2021 11:34:33 | 0 | a19da311098b0542cb83e0512d75a7dde007d727 | build: 6.1.2 | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.1.2-SNAPSHOT</version>\n+ <version>6.1.2</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_pat... | Java | Apache License 2.0 | questdb/questdb | build: 6.1.2 | 1 | build | null |
756,013 | 22.11.2021 11:43:04 | 21,600 | 016e5545b00d3cd88aa07652f1a4e1c2ea864405 | ci(test): ensure all Yarn packages are tested | [
{
"change_type": "MODIFY",
"diff": "@@ -345,6 +345,10 @@ jobs:\nif: steps.built.outputs.cache-hit != 'true'\n# END-RESTORE-BOILERPLATE\n+ - name: yarn test (cosmos)\n+ run: cd golang/cosmos && yarn test\n+ env:\n+ ESM_DISABLE_CACHE: true\n- name: yarn test (treasury)\nrun: cd packages/treasury && yarn test\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(test): ensure all Yarn packages are tested | 1 | ci | test |
317,646 | 22.11.2021 11:43:11 | -3,600 | d422325f98206b239e6680d0c3ea75da7085e5ec | feat(pwsh): download executable from module | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,13 @@ Import-Module oh-my-posh\n```\n:::\n+After installation, import Oh My Posh in your `$PROFILE`. Restart your shell and Oh My Posh will start downloading\n+a compatible version of the executable (this is kept in sync on update).\n+\n+```powershell\n+Impor... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(pwsh): download executable from module | 1 | feat | pwsh |
160,177 | 22.11.2021 11:54:30 | -28,800 | 566869945e5571a1a926a0c13e8828ae838a5128 | fix: build eslint validate | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const genMenus = () => {\n// eslint-disable-next-line array-callback-return\nmenus.map((menu) => {\nconst { path } = menu;\n- const { name, group, hidden } = routeMaps[path] ?? {};\n+ const { name, group } = routeMaps[path] ?? {};\nconst [firstNode] = gr... | TypeScript | Apache License 2.0 | didi/logicflow | fix: build eslint validate | 1 | fix | null |
551,636 | 22.11.2021 12:22:06 | 0 | 5f2a31a2e28a04d154ad72f0ed1e2437bd733f73 | build: 6.1.3-SNAPSHOT | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.1.2</version>\n+ <version>6.1.3-SNAPSHOT</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_pat... | Java | Apache License 2.0 | questdb/questdb | build: 6.1.3-SNAPSHOT | 1 | build | null |
679,913 | 22.11.2021 12:22:55 | -3,600 | 461213eec275b5fb893b0ac95c1572a2688cc21f | feat(vectors): add sdError() | [
{
"change_type": "MODIFY",
"diff": "@@ -37,3 +37,20 @@ export const sd = (a: ReadonlyVec, isCentered = false) =>\na.length > 1\n? Math.sqrt(magSq(isCentered ? a : center([], a)) / (a.length - 1))\n: 0;\n+\n+/**\n+ * Computes the standard error of vector components in `a`. If `isCentered` is\n+ * false (defa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add sdError() | 1 | feat | vectors |
777,369 | 22.11.2021 12:24:28 | 25,200 | 939754b203129226913f6597106a42620cfb7dfa | fix: update experiment state filter | [
{
"change_type": "MODIFY",
"diff": "border-bottom: solid var(--theme-sizes-border-width) var(--theme-colors-monochrome-13);\npadding: var(--theme-sizes-layout-small) 0;\n}\n+ .search :global(.ant-input-affix-wrapper) {\n+ border-width: 0;\n+ box-shadow: none;\n+ }\n.search :global(.ant-input-prefix) {\ncolo... | Python | Apache License 2.0 | determined-ai/determined | fix: update experiment state filter [DET-6217] (#3216) | 1 | fix | null |
777,401 | 22.11.2021 12:30:02 | 18,000 | 168f2aa212c604d0b3686d9f2c802512159285c4 | fix: experiment delete should work when trials have restarts
Fix a bug where the experiment delete code referred to steps rather than raw_steps causing it to miss steps and cause constraint failures downstream. Also, properly delete validations and checkpoints now that they are unlinked (cascade no longer deletes them). | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- Fix a bug where deleting experiments with trial restarts always failed, and then failed to be\n+ marked as failed.\n",
"new_path": "docs/release-notes/3212-fix-delete.txt",
"old_path": null
},
{
"change_type": "MODIFY",
... | Python | Apache License 2.0 | determined-ai/determined | fix: experiment delete should work when trials have restarts (#3212)
Fix a bug where the experiment delete code referred to steps rather than raw_steps causing it to miss steps and cause constraint failures downstream. Also, properly delete validations and checkpoints now that they are unlinked (cascade no longer deletes them). | 1 | fix | null |
688,423 | 22.11.2021 12:40:34 | -7,200 | 78312c45170ae975f7c30385f06fa64161cbf29b | feat(notification): add data-testid into the notification | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Added data-testid into the Notification\n",
"new_path": ".changeset/selfish-buttons-cover.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -40,13 +40,23 @@ export interface PrivateProps\nicon?: Rea... | TypeScript | MIT License | toptal/picasso | feat(notification): [FX-2287] add data-testid into the notification (#2268) | 1 | feat | notification |
317,463 | 22.11.2021 12:57:55 | -3,600 | a9e0f4040b8567b6e1f536a875a06b8c3491e7b2 | feat(images): add support for Bitcoin Core v22.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ Supported Network Node Versions:\n- [LND](https://github.com/lightningnetwork/lnd) - v0.13.1, v0.13.0, v0.12.1, v0.11.1, v0.10.3\n- [c-lightning](https://github.com/ElementsProject/lightning) - v0.10.0, v0.9.3, v0.8.2\n- [Eclair](https://github.com/ACINQ... | TypeScript | MIT License | jamaljsr/polar | feat(images): add support for Bitcoin Core v22.0 | 1 | feat | images |
711,646 | 22.11.2021 13:14:57 | -7,200 | 454fdf5c29450b210a1a5cc8b4553aefa2192f16 | fix(core): Fix argsArrayToHash, case where arg not present in this.args | [
{
"change_type": "MODIFY",
"diff": "@@ -402,7 +402,7 @@ export class ConfigurableOperationDef<T extends ConfigArgs = ConfigArgs> {\nprotected argsArrayToHash(args: ConfigArg[]): ConfigArgValues<T> {\nconst output: ConfigArgValues<T> = {} as any;\nfor (const arg of args) {\n- if (arg && arg.value != null) {\... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix argsArrayToHash, case where arg not present in this.args (#1224) | 1 | fix | core |
217,927 | 22.11.2021 13:17:15 | 18,000 | a830fa18a037cc46ab008f21d5cb6eb93dfb8104 | refactor(db): improve display of fish bite times
Updates the whisker box tooltips to use the whisker min/max values
instead of the outlier min/max. Adds the display of outliers. Removes
the color indicator from tooltips. Moves the s(econds) unit from the
axis ticks to the axis label. | [
{
"change_type": "MODIFY",
"diff": "@@ -104,6 +104,8 @@ export class FishingSpotBiteTimesComponent implements OnInit, OnDestroy {\ndatasets: [{\nborderWidth: 1,\nitemRadius: 0,\n+ outlierRadius: 3,\n+ outlierColor: colors.map(color => `rgba(${color}, 0.5)`),\ndata: sortedNames.map((el, index) => {\nfishImag... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | refactor(db): improve display of fish bite times
Updates the whisker box tooltips to use the whisker min/max values
instead of the outlier min/max. Adds the display of outliers. Removes
the color indicator from tooltips. Moves the s(econds) unit from the
axis ticks to the axis label. | 1 | refactor | db |
699,201 | 22.11.2021 13:48:32 | 18,000 | fa76bf156c704b2efb33f0b98c8515e034f99c10 | chore(website): update inline code design | [
{
"change_type": "MODIFY",
"diff": "@@ -31,13 +31,16 @@ export const InlineCode: React.FC = (props) => {\n<Box\nas=\"code\"\nbackgroundColor=\"colorBackground\"\n+ borderWidth=\"borderWidth10\"\n+ borderColor=\"colorBorderWeaker\"\n+ borderStyle=\"solid\"\nborderRadius=\"borderRadius20\"\n- color=\"colorTex... | TypeScript | MIT License | twilio-labs/paste | chore(website): update inline code design | 1 | chore | website |
447,440 | 22.11.2021 13:49:25 | 18,000 | ae0912ca5309aaba8909ed7a43b679d353b83076 | fix: label input some styles | [
{
"change_type": "MODIFY",
"diff": "@@ -7,9 +7,9 @@ import { COLOR_WHITE, COLOR_DARK_1 } from '../../../styles/colors';\nimport { lighten, darken } from '../../../styles/helpers/color';\nconst labelAlignmentMap = {\n- left: 'flex-start',\n+ left: 'left',\ncenter: 'center',\n- right: 'flex-end',\n+ right: 'r... | JavaScript | MIT License | nexxtway/react-rainbow | fix: label input some styles (#2316) | 1 | fix | null |
865,921 | 22.11.2021 14:09:12 | -3,600 | 0eedbe0f6e57ea37e16976bd64fd4464039d295c | fix(shared/ui): generalize <Section> body styling
Ensure that common body paragraph-like elements have
similar look and feel. | [
{
"change_type": "MODIFY",
"diff": "font-size: inherit;\noverflow-y: auto;\n- p {\n- margin: 0;\n+ p, ul, ol {\n+ margin: 0 0 15px 0;\n}\n- p + p {\n- margin-top: 15px;\n+ p:last-child,\n+ ul:last-child,\n+ ol:last-child {\n+ margin-bottom: 0;\n}\n}\n",
"new_path": "client/src/shared/ui/Section.less",
... | JavaScript | MIT License | camunda/camunda-modeler | fix(shared/ui): generalize <Section> body styling
Ensure that common body paragraph-like elements have
similar look and feel. | 1 | fix | shared/ui |
217,922 | 22.11.2021 14:09:45 | -3,600 | ec833194d36a62c12249d78d8ab91690d2474287 | fix(commissions): fixed commission board not populating properly | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ export class CommissionBoardComponent {\nreturn {\n...data,\ncommissions: commissions\n- .filter(commission => (Date.now() - commission.createdAt.toDate().getTime() ?? 0) < 2629800000) // One month in millis\n+ .filter(commission => (Date.now() - commiss... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(commissions): fixed commission board not populating properly | 1 | fix | commissions |
865,921 | 22.11.2021 14:10:18 | -3,600 | d16bb723cd2faed65ae91e5c6eaa7843533858f5 | chore(version-info): use <Section> elements | [
{
"change_type": "MODIFY",
"diff": ":local(.ReleaseInfo) {\n- max-height: calc(100vh - 250px);\n-\noverflow: auto;\nh1, h2, h3, h4 {\n",
"new_path": "client/src/plugins/version-info/ReleaseInfo.less",
"old_path": "client/src/plugins/version-info/ReleaseInfo.less"
},
{
"change_type": "MODIFY"... | JavaScript | MIT License | camunda/camunda-modeler | chore(version-info): use <Section> elements | 1 | chore | version-info |
866,394 | 22.11.2021 14:17:46 | 18,000 | 0d049cc3a9d9778715bd2f7eb1f38df3eddecb3a | chore(support): update fireline roster for sprint 24 | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,shixiedesign,RobertaJHahn,photodow,andysherman2121,annawen1\n+ - jeffchew,ljcarot,shixiedesign... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(support): update fireline roster for sprint 24 (#7724) | 1 | chore | support |
217,922 | 22.11.2021 14:40:49 | -3,600 | 11d36fb692e1f814caa551784106dec182da7682 | fix(retainer-ventures): fixed results not loading properly | [
{
"change_type": "MODIFY",
"diff": "@@ -97,8 +97,8 @@ export class RetainerVenturesComponent extends TeamcraftComponent implements OnI\nreturn {\n...entry,\nitemID: entry.item,\n- price: price && price.PricePerUnit,\n- rate: price.PricePerUnit\n+ price: price?.PricePerUnit || 0,\n+ rate: price?.PricePerUnit... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(retainer-ventures): fixed results not loading properly | 1 | fix | retainer-ventures |
304,868 | 22.11.2021 14:43:18 | 25,200 | b15224a579e4c0aacdef6def3abc81ffada88d0a | chore(codeowners): use glob instead of root dir | [
{
"change_type": "MODIFY",
"diff": "# Automatically request review from a Flux team member for all changes\n-/ @influxdata/flux-team\n+* @influxdata/flux-team\n# Automatically request review from Flux and Docs teams for stdlib source changes\n*.flux @influxdata/flux-team @influxdata/docs-team\n",
"new_p... | Go | MIT License | influxdata/flux | chore(codeowners): use glob instead of root dir (#4291) | 1 | chore | codeowners |
306,900 | 22.11.2021 14:46:50 | -3,600 | ec0139f10165d6d1a5b6b8a62dc8884b81fcbf2d | feat(elements|ino-autocomplete): provide keyboard support to open menu | [
{
"change_type": "MODIFY",
"diff": "@@ -1582,7 +1582,7 @@ declare namespace LocalJSX {\n/**\n* Emits in three ways: 1. Clicking on an option 2. Pressing `Enter` while an option is selected 3. Entering a valid value and blurring the input element Contains one of the texts provided by the `<ino-options>`s.\n*... | TypeScript | MIT License | inovex/elements | feat(elements|ino-autocomplete): provide keyboard support to open menu (#449) | 1 | feat | elements|ino-autocomplete |
756,026 | 22.11.2021 15:35:49 | 28,800 | cab1b1bcaf3284b49f708e31c332332f3978b4d0 | chore: oops. The conditional must be a guard so await is top-level | [
{
"change_type": "MODIFY",
"diff": "@@ -55,9 +55,13 @@ async function start(zcf) {\n// if swapOut failed to make the trade, we'll sell it all\nasync function sellAllIfUnsold() {\n- if (AmountMath.isEqual(inBefore, debtorSeat.getAmountAllocated('In'))) {\n- trace('liquidating all collateral because swapIn di... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: oops. The conditional must be a guard so await is top-level (#4104)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | chore | null |
877,015 | 22.11.2021 15:56:30 | -3,600 | 3c5143436d423ef9b3a1fbf76d683ecef81af880 | docs: add missing devDependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -28,13 +28,13 @@ jobs:\nHUSKY: 0\n- name: Build sources\n- run: yarn affected:build\n+ run: yarn build\n- name: Test\n- run: yarn affected:test\n+ run: yarn test\n- name: Build showcases\n- run: yarn affected:build-storybook\n+ run: yarn build-storybook\n# Cannot be ru... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: add missing devDependencies (#751) | 1 | docs | null |
688,423 | 22.11.2021 15:58:14 | -7,200 | e2417ca8e4bef621ae9640591eb3fe6e08660df4 | fix(Notification): update testId props as optional | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Updated Notification testIds props to be optional\n",
"new_path": ".changeset/odd-guests-explain.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -41,9 +41,9 @@ export interface PrivateProps\n/** E... | TypeScript | MIT License | toptal/picasso | fix(Notification): [FX-2287] update testId props as optional (#2271) | 1 | fix | Notification |
777,401 | 22.11.2021 16:04:22 | 18,000 | c4153dce4d62b5e7b2ef0864f410706ca8d9ddf3 | feat: track historical allocation over users for all tasks
Update persistence code and aggregations over persisted data so that usage aggregates over users are accurate for all task types, not just trials. | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Tasks: Historical usage over users now properly accounts for all task types (commands, notebooks,\n+ etc), not just trials.\n",
"new_path": "docs/release-notes/3199-historical-allocation-over-users.txt",
"old_path": null
},
... | Python | Apache License 2.0 | determined-ai/determined | feat: track historical allocation over users for all tasks (#3199) [DET-6247]
Update persistence code and aggregations over persisted data so that usage aggregates over users are accurate for all task types, not just trials. | 1 | feat | null |
889,620 | 22.11.2021 16:09:23 | -28,800 | ebfc5e13764ee49cfab897f872b3a26e22654b14 | fix: use more specific error code when file is not found during analysis | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ import org.gotson.komga.infrastructure.mediacontainer.ContentDetector\nimport org.gotson.komga.infrastructure.mediacontainer.MediaContainerExtractor\nimport org.springframework.stereotype.Service\nimport java.nio.file.AccessDeniedException\n+import java.... | Kotlin | MIT License | gotson/komga | fix: use more specific error code when file is not found during analysis | 1 | fix | null |
386,581 | 22.11.2021 16:10:22 | -7,200 | 739704496df577f5b4f0f023dcb9c52367ef04d1 | chore: Delete unused file. | [
{
"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: Delete unused file. | 1 | chore | null |
791,704 | 22.11.2021 16:11:16 | 21,600 | 806c4022bd259b934d70c603e4aab2e11d148c91 | misc(build): use rollup to create extension bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,8 @@ const fs = require('fs');\nconst mkdir = fs.promises.mkdir;\nconst archiver = require('archiver');\nconst cpy = require('cpy');\n-const browserify = require('browserify');\n-const path = require('path');\n+const rollup = require('rollup');\n+const rollupPl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): use rollup to create extension bundle (#13408) | 1 | misc | build |
126,276 | 22.11.2021 16:15:41 | 10,800 | 91f87f7ab930d495ffc552dff6e713f559ebf6da | chore(embedded/sql): wip interactive sqltx | [
{
"change_type": "MODIFY",
"diff": "@@ -105,18 +105,16 @@ type SQLTx struct {\ncurrentDB *Database\ncatalog *Catalog // in-mem catalog\n- summary *ExecSummary\n+ explicitClose bool\n- closed bool\n+ updatedRows int\n+ lastInsertedPKs map[string]int64\n- mutex sync.RWMutex\n-}\n+ txHeader *store.TxHeader // ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): wip interactive sqltx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
160,177 | 22.11.2021 16:18:31 | -28,800 | f0ff960a2518cfe0e3f9d2a5abb843b87957def6 | feat: export context menu | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ export * from './turbo-adapter';\nexport * from './insert-node-in-polyline';\nexport * from './components/control';\nexport * from './components/menu';\n+export * from './components/context-menu';\nexport * from './components/dnd-panel';\nexport * from './... | TypeScript | Apache License 2.0 | didi/logicflow | feat: export context menu | 1 | feat | null |
791,376 | 22.11.2021 16:21:04 | -19,080 | 899ffbf8ce42b1597ca3cd59bfd9f042054b8ae2 | feat(spanner): add ToStructLenient method to decode to struct fields with no error return with un-matched row's column with struct's exported fields. | [
{
"change_type": "MODIFY",
"diff": "@@ -2198,6 +2198,7 @@ func TestClient_DecodeCustomFieldType(t *testing.T) {\ndefer iter.Stop()\nvar results []typesTable\n+ var lenientResults []typesTable\nfor {\nrow, err := iter.Next()\nif err == iterator.Done {\n@@ -2212,9 +2213,15 @@ func TestClient_DecodeCustomField... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner): add ToStructLenient method to decode to struct fields with no error return with un-matched row's column with struct's exported fields. (#5153)
Co-authored-by: Rahul Yadav <irahul@google.com> | 1 | feat | spanner |
791,704 | 22.11.2021 16:24:27 | 21,600 | 4059955a2375d01e4fe0f095c82611424738fbe6 | misc(build): use rollup to create viewer report generator | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n-const browserify = require('browserify');\n+const rollup = require('rollup');\nconst rollupPlugins = require('./rollup-plugins.js');\nconst GhPagesApp = require('./gh-pages-app.js');\nconst {LH_ROOT} = require('../root.js');\n-const inlineFs = require(... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): use rollup to create viewer report generator (#13407) | 1 | misc | build |
756,013 | 22.11.2021 16:28:43 | 21,600 | e57c991cc2c550b7a9f2877d088f27ee4b5d647b | ci(meta-test): ensure test-all-packages tests all packages | [
{
"change_type": "MODIFY",
"diff": "@@ -173,9 +173,6 @@ jobs:\nenv:\nNETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}\n- - name: Check for untested packages\n- run: node ./scripts/check-untested-packages.mjs\n-\n##################\n# Fast-running tests run as a group:\ntest-quick:\n@@ -390,6 +387,10 @@... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(meta-test): ensure test-all-packages tests all packages | 1 | ci | meta-test |
756,013 | 22.11.2021 16:29:45 | 21,600 | 45b2c7b626d79ce2f67532dd26226c6d1b73702c | build(deps): update dependencies for Node.js v17 | [
{
"change_type": "MODIFY",
"diff": "\"@jessie.js/eslint-plugin\": \"^0.1.3\",\n\"@types/node\": \"^16.7.10\",\n\"@typescript-eslint/parser\": \"^4.18.0\",\n- \"ava\": \"^3.12.1\",\n+ \"ava\": \"^3.15.0\",\n\"c8\": \"^7.7.2\",\n\"conventional-changelog-conventionalcommits\": \"^4.6.0\",\n\"eslint\": \"^7.23.... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(deps): update dependencies for Node.js v17 | 1 | build | deps |
711,597 | 22.11.2021 16:31:23 | -3,600 | 32d19e3962ab94e438df357caa12c8e5b9f1e282 | fix(core): Correctly deep-merge hydrated entities
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -167,6 +167,27 @@ describe('Entity hydration', () => {\nexpect(hydrateOrder.id).toBe('T_1');\nexpect(hydrateOrder.payments).toEqual([]);\n});\n+\n+ // https://github.com/vendure-ecommerce/vendure/issues/1229\n+ it('deep merges existing properties', async () => {\n+ awa... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly deep-merge hydrated entities
Fixes #1229 | 1 | fix | core |
667,676 | 22.11.2021 16:49:11 | -28,800 | f06e827ae961e49fab8669c3a78b57a5d1adaec5 | feat(core): fix lint warning and fix iOS demo bug | [
{
"change_type": "MODIFY",
"diff": "@@ -56,14 +56,11 @@ class TimerModule : public ModuleBase {\nvoid Cancel(TaskId task_id, const std::shared_ptr<Scope>& scope);\nstruct TaskEntry {\n- TaskEntry(std::shared_ptr<Ctx> context,\n- std::weak_ptr<JavaScriptTask> task) {\n- task_ = std::move(task);\n- context_ =... | C++ | Apache License 2.0 | tencent/hippy | feat(core): fix lint warning and fix iOS demo bug | 1 | feat | core |
386,581 | 22.11.2021 16:50:52 | -7,200 | 7db2640974dd1f77ef42be1b5ba7e4b348da24f6 | feat: Pass components to blocks in server, setup Icon. | [
{
"change_type": "MODIFY",
"diff": "@@ -5747,7 +5747,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"next-auth\", \"virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.0.0-beta.6\"],\n[\"next-with-les... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Pass components to blocks in server, setup Icon. | 1 | feat | null |
826,708 | 22.11.2021 16:57:43 | -3,600 | 3b6a064c58d47f7830d5608be5d9a0b989041409 | fix: git repo id for PHP | [
{
"change_type": "MODIFY",
"diff": "@@ -131,13 +131,13 @@ php() {\n-g php \\\n-o \"$dir\" \\\n--git-user-id ory \\\n- --git-repo-id \"${PROJECT}-client-php\" \\\n+ --git-repo-id \"${GIT_REPO}-php\" \\\n--git-host github.com \\\n-c ./config/client/php.yml.proc.yml\nfile=\"${dir}/composer.json\"\n- jq -r \".n... | C# | Apache License 2.0 | ory/sdk | fix: git repo id for PHP | 1 | fix | null |
217,922 | 22.11.2021 17:13:29 | -3,600 | 6f6d636840577ef0f707aa2f6bd4e05d56abb134 | fix(pricing-mode): removed auto HQ amount for items that cannot be HQ according to game files | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,10 @@ import { getItemSource, ListRow } from '../../list/model/list-row';\nimport { TranslateService } from '@ngx-translate/core';\nimport { NzMessageService } from 'ng-zorro-antd/message';\nimport { Subject } from 'rxjs';\n-import { takeUntil } from 'rxjs/oper... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing-mode): removed auto HQ amount for items that cannot be HQ according to game files | 1 | fix | pricing-mode |
711,597 | 22.11.2021 17:17:31 | -3,600 | 5cd8e1a36bf8b7b84ec8225db460f406c8c9b07a | fix(core): Do not list deleted ProductVariants in Collections
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ import {\nCreateCollectionSelectVariants,\nDeleteCollection,\nDeleteProduct,\n+ DeleteProductVariant,\nDeletionResult,\nFacetValueFragment,\nGetAssetList,\n@@ -45,6 +46,7 @@ import {\nimport {\nCREATE_COLLECTION,\nDELETE_PRODUCT,\n+ DELETE_PRODUCT_VARIAN... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Do not list deleted ProductVariants in Collections
Fixes #1213 | 1 | fix | core |
699,221 | 22.11.2021 17:27:13 | 21,600 | e7c2da3cf377c970c94a378dd7cf3e2955759972 | fix(react17-testing): update testing library
update testing library; restructure tests for perf | [
{
"change_type": "MODIFY",
"diff": "\"@storybook/addons\": \"^6.2.9\",\n\"@storybook/core\": \"^6.2.9\",\n\"@storybook/react\": \"^6.2.9\",\n- \"@testing-library/jest-dom\": \"^5.11.5\",\n- \"@testing-library/react\": \"^11.1.2\",\n- \"@testing-library/react-hooks\": \"^3.4.2\",\n- \"@testing-library/user-e... | TypeScript | MIT License | twilio-labs/paste | fix(react17-testing): update testing library (#2044)
update testing library; restructure tests for perf | 1 | fix | react17-testing |
865,922 | 22.11.2021 17:27:50 | -3,600 | 1071c7bc446bbc6dfd0f7ea365b49013b5cf08e8 | deps: bump bpmn-properties-panel to 0.5.1 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n\"@bpmn-io/bpmn-properties-panel\": {\n- \"version\": \"github:bpmn-io/bpmn-properties-panel#5d8fccf3f8c3854040ce88f5e61014d8545ed322\",\n- \"from\": \"... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump bpmn-properties-panel to 0.5.1 | 1 | deps | null |
865,922 | 22.11.2021 17:28:32 | -3,600 | da97573f7e870e17a3031c0b52c3a0eaaec73f3a | deps: bump zeebe-bpmn-moddle to 0.10.0 | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"2.2.2\",\n\"resolved\": \"https://registry.npmjs.org/tiny-svg/-/tiny-svg-2.2.2.tgz\",\n\"integrity\": \"sha512-u6zCuMkDR/3VAh83X7hDRn/pi0XhwG2ycuNS0cTFtQjGdOG2tSvEb8ds65VeGWc3H6PUjJKeunueXqgkZqtMsg==\"\n+ },\n+ \"zeebe-bpmn-moddle\": {\n+ \"version\": \"0.8... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump zeebe-bpmn-moddle to 0.10.0 | 1 | deps | null |
865,922 | 22.11.2021 17:29:32 | -3,600 | 30a0aeff5b7cb66e42cbd802223def684212213b | deps: bump camunda-bpmn-js to 0.12.1
closes
closes
closes | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"camunda-bpmn-js\": {\n- \"version\": \"0.11.5\",\n- \"resolved\": \"https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-0.11.5.tgz\",\n- \"integrity\": \"sha512-rplTdELqbrtrGan9h49vmFbQfZHpNOyRX/s+pDw87beX54XTTRpQ+/uk6ryFe+82Df3IrXEvD4XF23ZOEGroHw==\",\n... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump camunda-bpmn-js to 0.12.1
closes #2524
closes #2535
closes #2579 | 1 | deps | null |
317,871 | 22.11.2021 17:32:05 | 25,200 | 4a68c444c6ad0cdd27f3033018eb376b01ea77a8 | feat(wifi): added wifi segment for windows and wsl | [
{
"change_type": "ADD",
"diff": "+---\n+id: wifi\n+title: WiFi\n+sidebar_label: WiFi\n+---\n+\n+## What\n+\n+Show details about the connected WiFi network.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"type\": \"wifi\",\n+ \"style\": \"powerline\",\n+ \"background\": \"#8822ee\",\n+ \"foreground\": \"#... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(wifi): added wifi segment for windows and wsl | 1 | feat | wifi |
217,922 | 22.11.2021 17:40:23 | -3,600 | 4fb2426a6906916e402ef69ed6282692fae1654c | feat(web): new button to disable auto open in desktop from the main screen | [
{
"change_type": "MODIFY",
"diff": "<img alt=\"FFXIV Teamcraft\" src=\"./assets/logo.png\">\n<div class=\"desktop-message\">{{'COMMON.Opened_in_desktop' | translate}}</div>\n<div class=\"desktop-message-description\">{{'COMMON.Opened_in_desktop_setting' | translate}}</div>\n+ <div class=\"desktop-message-bu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(web): new button to disable auto open in desktop from the main screen | 1 | feat | web |
217,922 | 22.11.2021 17:49:28 | -3,600 | 7a8727ca1de84f335a79f3c0a3e109ffd2e9e0d0 | feat(navigation-map): added monster name when the step type is hunting | [
{
"change_type": "MODIFY",
"diff": "@@ -356,6 +356,7 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\nx: drop.position.x,\ny: drop.position.y,\nfate: drop.position.fate,\n+ monster: drop.id,\ntype: 'Hunting'\n});\n}\n",
"new_path": "apps/client/src/app/modules/list/list-details-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(navigation-map): added monster name when the step type is hunting | 1 | feat | navigation-map |
217,922 | 22.11.2021 17:52:24 | -3,600 | 6a535519a325c4b529e27293bb4b9f0d1130bea2 | fix(inventory-box): fixed copy tooltip covering item name | [
{
"change_type": "MODIFY",
"diff": "-import { ComponentFactoryResolver, Directive, ElementRef, HostListener, Input, Renderer2, ViewContainerRef } from '@angular/core';\n+import { ComponentFactoryResolver, Directive, ElementRef, HostListener, Input, OnInit, Renderer2, ViewContainerRef } from '@angular/core';... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory-box): fixed copy tooltip covering item name | 1 | fix | inventory-box |
756,039 | 22.11.2021 18:11:33 | 28,800 | 66fd145ed6986db3ba8c927970c0a3bc5ce4bf7f | feat(wallet): Misc feedback changes | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,11 @@ const NavMenu = () => {\n<ListItemLink to=\"/\" primary=\"Dashboard\" icon={<DashboardIcon />} />\n<ListItemLink to=\"/dapps\" primary=\"Dapps\" icon={<Apps />} />\n<ListItemLink to=\"/contacts\" primary=\"Contacts\" icon={<People />} />\n- <ListItemLin... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Misc feedback changes | 1 | feat | wallet |
306,421 | 22.11.2021 18:26:38 | -3,600 | 30122f0e31ef44e29c7d76b48321c534eb862859 | fix(providence): improve perf by memoization | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,10 @@ const { LogService } = require('../program/services/LogService.js');\nconst JsdocCommentParser = require('../program/utils/jsdoc-comment-parser.js');\n/**\n- * @desc extracts name, defaultValue, optional, type, desc from JsdocCommentParser.parse method\n... | JavaScript | MIT License | ing-bank/lion | fix(providence): improve perf by memoization | 1 | fix | providence |
306,421 | 22.11.2021 18:28:23 | -3,600 | 306d57f57dbf75ec5ac722017bca1c694033164e | fix(providence): correctly dedupe match-imports exportSpecifiers | [
{
"change_type": "ADD",
"diff": "+---\n+'providence-analytics': patch\n+---\n+\n+correctly dedupe match-imports exportSpecifiers\n",
"new_path": ".changeset/kind-zoos-bathe.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -237,7 +237,9 @@ async function matchImportsPostpro... | JavaScript | MIT License | ing-bank/lion | fix(providence): correctly dedupe match-imports exportSpecifiers | 1 | fix | providence |
791,704 | 22.11.2021 18:29:10 | 21,600 | 323763d9a7f57b63120e30abe5f5e29beed1604c | report: remove margin when saving html in standalone report | [
{
"change_type": "MODIFY",
"diff": "@@ -154,7 +154,7 @@ export class ReportUIFeatures {\nif (this._topbar) {\nthis._topbar.resetUIState();\n}\n- return `<!doctype html><body>${this._dom.rootEl.outerHTML}`;\n+ return `<!doctype html><body style=\"margin: 0\">${this._dom.rootEl.outerHTML}`;\n}\n/**\n",
"n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: remove margin when saving html in standalone report (#13409) | 1 | report | null |
306,320 | 22.11.2021 18:42:55 | 0 | 187836cf11bc3367164d7a8f2f6c1ae956646982 | chore: add env for Infracost GitHub Action | [
{
"change_type": "MODIFY",
"diff": "@@ -136,7 +136,9 @@ func baseVersion(v string) string {\n}\nfunc ciScript() string {\n- if IsEnvPresent(\"INFRACOST_CI_DIFF\") {\n+ if IsEnvPresent(\"INFRACOST_GITHUB_ACTION\") {\n+ return \"infracost-github-action\"\n+ } else if IsEnvPresent(\"INFRACOST_CI_DIFF\") {\nret... | Go | Apache License 2.0 | infracost/infracost | chore: add env for Infracost GitHub Action (#1144) | 1 | chore | null |
71,274 | 22.11.2021 19:49:38 | -3,600 | 18c9ef713717fcb2f84e687c1e34c887a50264bd | feat(docdb): add option to set the name of the generated Secret
fixes:
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ const cluster = new DatabaseCluster(this, 'Database', {\nmasterUser: {\nusername: 'myuser' // NOTE: 'admin' is reserved by DocumentDB\nexcludeCharacters: '\\\"@/:', // optional, defaults to the set \"\\\"@/\"\n+ secretName: '/myapp/mydocdb/masteruser', /... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(docdb): add option to set the name of the generated Secret (#17574)
fixes: #17572
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | docdb |
756,013 | 22.11.2021 20:15:54 | 21,600 | 02e4f4f4fe6c8c3a32ff4715f912e5344985722f | fix(deployment): adapt to new cosmic-swingset `install` target | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ COPY --from=cosmos-go /usr/src/agoric-sdk/golang/cosmos/build golang/cosmos/buil\nRUN cd golang/cosmos && yarn build:gyp\n# Install the entry points in GOBIN.\n-RUN cd packages/cosmic-swingset && make install install-helper install-agd\n+RUN cd packages/... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): adapt to new cosmic-swingset `install` target | 1 | fix | deployment |
756,013 | 22.11.2021 20:16:47 | 21,600 | 956a934f6654f92227eb93bdc50ad25481769c15 | feat(agoric-cli): allow `--no-sdk` to override `--sdk` | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,12 @@ const main = async (progname, rawArgs, powers) => {\nprogram\n.option('--sdk', 'use the Agoric SDK containing this program')\n- .option('--docker-tag <tag>', 'image tag to use for Docker containers')\n+ .option('--no-sdk', 'do not use the Agoric SDK con... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric-cli): allow `--no-sdk` to override `--sdk` | 1 | feat | agoric-cli |
756,013 | 22.11.2021 20:17:23 | 21,600 | 9e1875421b350132b82a5e8b45703c3a47783e45 | fix(agoric-cli): only use `docker -it` when connected to a terminal | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,13 @@ import {\nimport { makePspawn, getSDKBinaries } from './helpers.js';\n+const terminalOnlyFlags = (...flags) => {\n+ if (process.stdout.isTTY && process.stdin.isTTY) {\n+ return flags;\n+ }\n+ return [];\n+};\n+\nconst PROVISION_COINS = `100000000${STAKI... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli): only use `docker -it` when connected to a terminal | 1 | fix | agoric-cli |
756,013 | 22.11.2021 20:37:14 | 21,600 | c767e7ea55f454e0eea47183ad789c6c23e97fe9 | ci(docker): build daily Docker images | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,9 @@ on:\npush:\ntags:\n- \"@agoric/sdk@*\"\n+ schedule:\n+ # Build daily images.\n+ cron: \"0 0 * * *\"\njobs:\ndocker-sdk:\n@@ -19,6 +22,9 @@ jobs:\n- name: Save commit hash, url of submodules to environment\nrun: |\nnode packages/xsnap/src/build.js --show-en... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(docker): build daily Docker images | 1 | ci | docker |
160,177 | 22.11.2021 20:38:00 | -28,800 | f06ead4e687498550012e654765430d1fa1f48a2 | fix: context menu edge icon position | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ window.onload = function () {\n// // stopMoveGraph: true,\n// metaKeyMultipleSelected: true,\nhideAnchors: false,\n- isSilentMode: true,\n+ // isSilentMode: true,\ngrid: {\ntype: 'dot',\nsize: 20,\n",
"new_path": "packages/extension/examples/bpmn/index... | TypeScript | Apache License 2.0 | didi/logicflow | fix: context menu edge icon position | 1 | fix | null |
217,237 | 22.11.2021 20:44:10 | -10,800 | 0d2792536d7418f38a10d5855b7e299d8c11aac4 | hotfix(examples): add nbsp for labelNew | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ export function ExampleCard({ className, data }) {\n<div className={clsx(\"card__body\", styles.content)}>\n{isNew && (\n<span title=\"Was updated less than 2 weeks ago\" className={styles.labelNew}>\n- NEW:\n+ NEW:{\" \"}\n</span>\n)}\n<span className={... | JavaScript | MIT License | feature-sliced/documentation | hotfix(examples): add nbsp for labelNew | 1 | hotfix | examples |
711,675 | 22.11.2021 21:51:51 | -39,600 | a3066b0b2bff5531dbe57214aa4bd29047bb17ec | fix(core): Fix ProductService.assignProductsToChannel to properly assign assets to channel | [
{
"change_type": "MODIFY",
"diff": "@@ -249,7 +249,7 @@ export class ProductService {\n* Assigns a Product to the specified Channel, and optionally uses a `priceFactor` to set the ProductVariantPrices\n* on the new Channel.\n*\n- * Internally, this method will also call {@link ProductVariantService} `assign... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix ProductService.assignProductsToChannel to properly assign assets to channel (#1235) | 1 | fix | core |
160,176 | 22.11.2021 21:53:55 | -28,800 | 8e76f5f8e79a18189f48339b85904b06d29cfda2 | fix: nodeResize outline bugfix | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ const defaultData = {\npoints: '',\npointsList: [],\nstrokeOpacity: 1,\n+ hideOutline: false,\n...defaultTheme.line,\n};\nclass BaseEdgeModel implements IBaseModel {\n@@ -67,6 +68,7 @@ class BaseEdgeModel implements IBaseModel {\n@observable stroke = def... | TypeScript | Apache License 2.0 | didi/logicflow | fix: nodeResize outline bugfix | 1 | fix | null |
317,646 | 22.11.2021 22:05:15 | -3,600 | ea35416363a38ad9e866133a65731908bdbcb9f4 | fix(palette): create AnsiColors on plain block init | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,7 @@ func (b *Block) initPlain(env environmentInfo, config *Config) {\nb.writer = &AnsiWriter{\nansi: b.ansi,\nterminalBackground: getConsoleBackgroundColor(env, config.TerminalBackground),\n+ ansiColors: MakeColors(env, config),\n}\nb.env = env\n}\n",
"n... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(palette): create AnsiColors on plain block init | 1 | fix | palette |
826,708 | 22.11.2021 22:06:23 | -3,600 | 4aee5716f7cf9c3a9e450106d3dec2a57de6ffd1 | fix: php package name | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ php() {\nfile=\"${dir}/composer.json\"\n- jq -r \".name=\\\"ory/${PHP_PACKAGE_NAME}\\\" | .homepage = \\\"https://github.com/ory/${GIT_REPO}-php\\\" | .authors[0].name = \\\"Ory GmbH\\\" | .authors[0].homepage = \\\"https://www.ory.sh\\\" | .license = ... | C# | Apache License 2.0 | ory/sdk | fix: php package name | 1 | fix | null |
386,595 | 22.11.2021 22:57:19 | -7,200 | 336bb93a981c8a4b4abaa23a0c7c3c64441e999c | chore(blocks): Update blocks build script to only copy build files. | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"yarn swc\",\n\"clean\": \"rm -rf dist\",\n+ \"copyfiles\": \"copyfiles -u 1 \\\"./src/**/*\\\" dist -e \\\"./src/**/*.js\\\" -e \\\"./src/**/*.yaml\\\" -e \\\"./src/**/*.snap\\\"\",\n\"prepare\": \"yarn build\",\n- \"swc\": \"swc src --out-dir... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(blocks): Update blocks build script to only copy build files. | 1 | chore | blocks |
756,013 | 22.11.2021 23:07:21 | 21,600 | 7087181a33557871f509bee103787f667ef56969 | fix(solo): trim overlong message bodies in debug logs | [
{
"change_type": "MODIFY",
"diff": "@@ -106,6 +106,17 @@ Same as SLOGFILE, but for solo instead of chain.\nLifetime: ?\n+## SOLO_MAX_DEBUG_LENGTH\n+\n+Affects: solo\n+\n+Purpose: reduce the size of each individual `console.debug` output\n+\n+Description: defaults to no limit, set to a decimal byte count to ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): trim overlong message bodies in debug logs | 1 | fix | solo |
756,013 | 22.11.2021 23:27:43 | 21,600 | 831d209b6f36c7e567755e052b945390d74625c4 | ci(integration): reduce amount of test output to optimise | [
{
"change_type": "MODIFY",
"diff": "@@ -55,4 +55,8 @@ jobs:\n- name: run agoric-cli integration-test\nworking-directory: ./packages/agoric-cli\n- run: PATH=\"$PATH:$HOME/bin\" AGORIC_INIT_OPTIONS='[\"--dapp-branch=${{steps.get-branch.outputs.result}}\"]' yarn integration-test\n+ run: PATH=\"$PATH:$HOME/bin\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(integration): reduce amount of test output to optimise | 1 | ci | integration |
471,502 | 22.11.2021 23:43:13 | -3,600 | dd6665d5d5e97158a66efffe4c4c213bf4e30d03 | feat(chai-a11y-axe): adding ingoredTags configuration option | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ The BDD UI works with chai's `expect` function.\nBecause the test is asynchronous, you must either await its result or pass a `done` parameter in the plugin's options object.\n-Rules can be ignored by passing `ignoredRules` with a list of ignored rules a... | JavaScript | MIT License | open-wc/open-wc | feat(chai-a11y-axe): adding ingoredTags configuration option | 1 | feat | chai-a11y-axe |
104,825 | 23.11.2021 00:11:04 | 18,000 | c6d665e29554debd122c675d4bfc190e09539d53 | refactor(table model): simplify logic in moveColumns | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,6 @@ export class AITableModel implements PaginationModel {\n*/\nprotected static COUNT = 0;\n- protected static HEADER_COUNT = 0;\n-\ndataChange = new Subject();\nrowsSelectedChange = new Subject<number>();\nrowsExpandedChange = new Subject<number>();\n@@ -1... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(table model): simplify logic in moveColumns | 1 | refactor | table model |
777,396 | 23.11.2021 05:49:44 | 25,200 | b8548bce2210b5a7d76c706f2f8199b1be5b0954 | feat: don't delete image before force_pull_image | [
{
"change_type": "MODIFY",
"diff": "@@ -95,21 +95,12 @@ func (d *dockerActor) pullImage(ctx *actor.Context, msg pullImage) {\n_, _, err = d.ImageInspectWithRaw(context.Background(), ref.String())\nswitch {\n- case err == nil && msg.ForcePull:\n- d.sendAuxLog(ctx, fmt.Sprintf(\"attempting to remove cached im... | Python | Apache License 2.0 | determined-ai/determined | feat: don't delete image before force_pull_image [DET-6145] (#3219) | 1 | feat | null |
494,268 | 23.11.2021 08:53:40 | 28,800 | 0647554179d7b0119ed01d353cd0ea9eb8317752 | docs(debug): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ them is protection against CSRF:\n> [Source](https://owasp.org/www-community/attacks/csrf)\nTo protect against CSRF, several endpoints are protected by Anti-CSRF measures.\n-Typically, endpoints accepting `POST`, `DELTE`, `PUT` actions have Anti-CSRF\n+T... | Go | Apache License 2.0 | ory/kratos | docs(debug): fix typo (#1976) | 1 | docs | debug |
104,853 | 23.11.2021 08:56:02 | 18,000 | 3227868f8c074020d30c6092d2be8510b82c38da | chore(rule-builder): improve story | [
{
"change_type": "MODIFY",
"diff": "import { storiesOf, moduleMetadata } from '@storybook/angular';\n-import { withKnobs } from '@storybook/addon-knobs';\n+import { object, withKnobs } from '@storybook/addon-knobs';\nimport { ContextMenuModule } from 'carbon-components-angular/context-menu';\nimport { RuleB... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(rule-builder): improve story | 1 | chore | rule-builder |
217,922 | 23.11.2021 09:17:35 | -3,600 | ec9cbb725e538d432dfb787a64279da0a31220d9 | chore: possible improvement for platform detection in GA | [
{
"change_type": "MODIFY",
"diff": "<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-104948571-1\"></script>\n<script>\nwindow.dataLayer = window.dataLayer || [];\n- function gtag(){dataLayer.push(arguments);}\n+\n+ function gtag() {\n+ dataLayer.push(arguments);\n+ }\n+\ngtag('js', new Da... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: possible improvement for platform detection in GA | 1 | chore | null |
306,421 | 23.11.2021 09:35:39 | -3,600 | b90ed14234a0e303022d5370e7eba4458bbd84d4 | fix(providence): windows compatibility | [
{
"change_type": "MODIFY",
"diff": "'providence-analytics': patch\n---\n-correctly dedupe match-imports exportSpecifiers\n+- correctly dedupe match-imports exportSpecifiers\n+- windows compatibility\n",
"new_path": ".changeset/kind-zoos-bathe.md",
"old_path": ".changeset/kind-zoos-bathe.md"
},
{... | JavaScript | MIT License | ing-bank/lion | fix(providence): windows compatibility | 1 | fix | providence |
306,421 | 23.11.2021 09:35:56 | -3,600 | f303ed68661fbb1ea3a2983037b3397b8101b734 | fix(rocket-preset-extend-lion-docs): windows compatibility | [
{
"change_type": "ADD",
"diff": "+---\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+windows compatibility\n",
"new_path": ".changeset/polite-hairs-shave.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -12,15 +12,26 @@ import visit from 'unist-util-visit';\n/** @typ... | JavaScript | MIT License | ing-bank/lion | fix(rocket-preset-extend-lion-docs): windows compatibility | 1 | fix | rocket-preset-extend-lion-docs |
217,922 | 23.11.2021 09:37:51 | -3,600 | f9acf9a9e5dd21640678438e6f1a075241d66065 | fix(db): fixed items being part of very large sets not loading at all | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,9 @@ export class ItemComponent extends TeamcraftPageComponent implements OnInit, OnD\nif (item.ItemSeries) {\nreturn this.lazyData.getRow('itemSeries', item.ItemSeries.ID).pipe(\nswitchMap(itemSeries => {\n+ if(itemSeries.items.length > 20){\n+ return of(ite... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed items being part of very large sets not loading at all | 1 | fix | db |
711,597 | 23.11.2021 09:53:11 | -3,600 | 160f457c8be76e77e8e7b25023e3d77a0a80429f | fix(core): Fix edge case FK error when creating new Collections
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -613,7 +613,10 @@ export class CollectionService implements OnModuleInit {\nreturn this.rootCollection;\n}\n- const rootTranslation = await this.connection.getRepository(ctx, CollectionTranslation).save(\n+ // We purposefully do not use the ctx in saving the new root C... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix edge case FK error when creating new Collections
Fixes #1215 | 1 | fix | core |
306,421 | 23.11.2021 10:06:15 | -3,600 | 10b358a7326170faafc0f4b8d630fcc3e012c6d7 | fix(providence): example conf file esm compatible | [
{
"change_type": "MODIFY",
"diff": "- correctly dedupe match-imports exportSpecifiers\n- windows compatibility\n+- example conf file esm compatible\n",
"new_path": ".changeset/kind-zoos-bathe.md",
"old_path": ".changeset/kind-zoos-bathe.md"
},
{
"change_type": "MODIFY",
"diff": "\"script... | JavaScript | MIT License | ing-bank/lion | fix(providence): example conf file esm compatible | 1 | fix | providence |
711,669 | 23.11.2021 10:08:15 | -3,600 | 0d1f687c483317d051f8196d6813851e687787c6 | feat(elasticsearch-plugin): Add custom sort parameter mapping
Closes
* feat(elasticsearch-plugin): Added custom sort parameter mapping
* fix(elasticsearch-plugin): Removed unwanted change of price and name sort | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,12 @@ describe('Elasticsearch plugin', () => {\nreturn 'World';\n},\n},\n+ priority: {\n+ graphQlType: 'Int!',\n+ valueFn: args => {\n+ return ((args.id as number) % 2) + 1; // only 1 or 2\n+ },\n+ },\n},\nsearchConfig: {\nscriptFields: {\n@@ -155,10 +161,2... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Add custom sort parameter mapping (#1230)
Closes #1220
* feat(elasticsearch-plugin): Added custom sort parameter mapping (#1220)
* fix(elasticsearch-plugin): Removed unwanted change of price and name sort
Co-authored-by: Kevin <kevin@fainin.com> | 1 | feat | elasticsearch-plugin |
160,177 | 23.11.2021 10:19:24 | -28,800 | e58eaea67aaf7c8f420aed849a4f77b753a1bc6c | feat: context-menu use className | [
{
"change_type": "MODIFY",
"diff": "@@ -104,9 +104,7 @@ class ContextMenu {\nmenuItem.className = 'lf-context-item';\nconst img = document.createElement('img');\nimg.src = item.icon;\n- img.style.width = '20px';\n- img.style.height = '20px';\n- img.style.cursor = 'pointer';\n+ img.className = 'lf-context-im... | TypeScript | Apache License 2.0 | didi/logicflow | feat: context-menu use className | 1 | feat | null |
317,871 | 23.11.2021 10:31:02 | 25,200 | 9232a039ec48af1e90f07f9bdfde6e2122f0709f | docs: added wifi docs and schema | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,11 @@ sidebar_label: WiFi\n## What\n-Show details about the connected WiFi network.\n+Show details about the currently connected WiFi network.\n+\n+::info\n+Currently only supports Windows and WSL. Pull requests for Darwin and Linux support are welcome :)\n+:::... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: added wifi docs and schema | 1 | docs | null |
317,818 | 23.11.2021 10:36:52 | 18,000 | 7627a65c66ea646353bec9ebed5bd0b56e167d12 | fix: add FullName for explicit path | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ function Get-PoshCommand {\nif ($PSVersionTable.PSEdition -ne \"Core\" -or $IsWindows) {\n$extension = \".exe\"\n}\n- return \"$((Get-Item $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase).Parent)/oh-my-posh$extension\"\n+ return \"$((Get-Item $MyIn... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: add FullName for explicit path | 1 | fix | null |
306,421 | 23.11.2021 10:43:21 | -3,600 | dec437040be2231740b6b9dd922308035487a834 | chore(github-ci): test node14 on linux, node12 on windows | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ jobs:\nruns-on: ${{ matrix.os }}\nstrategy:\nmatrix:\n- node-version: [12.x, 14.x]\n+ node-version: [14.x]\nos: [ubuntu-latest]\nsteps:\n- uses: actions/checkout@v2\n@@ -98,3 +98,37 @@ jobs:\n- name: Test\nrun: npm run test:node\n+\n+ # Note this is a du... | JavaScript | MIT License | ing-bank/lion | chore(github-ci): test node14 on linux, node12 on windows | 1 | chore | github-ci |
730,445 | 23.11.2021 10:58:03 | 28,800 | d412b9834485d841245ee4639a7f95d00940550c | test(plugin-meetings): check sipUrl in meetingInfo response | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,15 @@ skipInNode(describe)('plugin-meetings', () => {\nalice.webex.meetings.config.experimental.enableUnifiedMeetings = false;\n});\n+ xit('Bob fetches meeting Info with SIP URI before joining', async () => {\n+ const {sipUri} = alice.meeting;\n+ const res = ... | JavaScript | MIT License | webex/webex-js-sdk | test(plugin-meetings): check sipUrl in meetingInfo response | 1 | test | plugin-meetings |
306,653 | 23.11.2021 11:04:53 | -19,080 | c5d8ef438fc80bd40b48038d0bff787cf0f93855 | docs(fileuploader): add deprecation to story | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { text, boolean } from '@storybook/addon-knobs';\n-import { FileUploader, FileUploaderList, Link } from '@/index';\n-import { FileUploaderComponent, FileUploaderListComponent } from './_common_/types';\n-import { FileItem } from '.... | TypeScript | MIT License | innovaccer/design-system | docs(fileuploader): add deprecation to story | 1 | docs | fileuploader |
317,646 | 23.11.2021 11:13:32 | -3,600 | c5fb63885f6e6d972f9b4f8cb1b74b3b482af412 | refactor(cache): add correct unit indication | [
{
"change_type": "MODIFY",
"diff": "@@ -52,8 +52,8 @@ type cache interface {\ninit(home string)\nclose()\nget(key string) (string, bool)\n- // ttl in seconds\n- set(key, value string, ttl int64)\n+ // ttl in minutes\n+ set(key, value string, ttl int)\n}\ntype environmentInfo interface {\n",
"new_path": ... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor(cache): add correct unit indication | 1 | refactor | cache |
711,597 | 23.11.2021 11:20:03 | -3,600 | 94fa4db194f72a3d795669898134fa819a04adc7 | fix(core): Fix ONLY_FULL_GROUP_BY error when searching with MySQL
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -524,6 +524,23 @@ describe('Default search plugin', () => {\n]);\n});\n+ // https://github.com/vendure-ecommerce/vendure/issues/1236\n+ it('returns correct facetValues when not grouped by product, with search term', async () => {\n+ const result = await shopClient.quer... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix ONLY_FULL_GROUP_BY error when searching with MySQL
Fixes #1236 | 1 | fix | core |
617,459 | 23.11.2021 11:29:25 | -3,600 | b49b23ee2b17992d7099a7985f4c9f29537b0ae6 | docs(url): master | [
{
"change_type": "MODIFY",
"diff": "[](https://codecov.io/gh/SocialGouv/code-du-travail-numerique)\n[: master (#4036) | 1 | docs | url |
217,922 | 23.11.2021 11:45:13 | -3,600 | 9e28682d46cf61d21959edb1bafed2b8ce0ccb53 | chore: migrate to new ssr cloud run instance to avoid naming conflicts | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ jobs:\ncommand: bash tools/cdn/deploy.sh\n- run:\nname: Updating Cloud Run\n- command: gcloud builds submit --tag gcr.io/ffxivteamcraft/ssr && gcloud beta run deploy ssr --image gcr.io/ffxivteamcraft/ssr --region europe-west1 --allow-unauthenticated\n+ c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: migrate to new ssr cloud run instance to avoid naming conflicts | 1 | chore | null |
942,581 | 23.11.2021 11:47:29 | 25,200 | 277b5c933251dfb9b8e55ea9ae896c544cefc385 | fix(tabs): Fix focusability of the More button
The "More" button in tabs should be focusable so that keyboard users and screen reader users can access it.
[category:Components] | [
{
"change_type": "MODIFY",
"diff": "@@ -497,6 +497,24 @@ describe('Tabs', () => {\ncy.findByRole('button', {name: 'More'}).should('not.exist');\n});\n+ context('when the \"First Tab\" is focused', () => {\n+ beforeEach(() => {\n+ cy.findByRole('tab', {name: 'First Tab'})\n+ .click()\n+ .focus();\n+ });\n+\n... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(tabs): Fix focusability of the More button (#1350)
The "More" button in tabs should be focusable so that keyboard users and screen reader users can access it.
[category:Components] | 1 | fix | tabs |
877,015 | 23.11.2021 11:49:35 | -3,600 | e680785b5a1e920691b1647d6e92517ca58d8fab | chore: refactor lint-staged scripts | [
{
"change_type": "MODIFY",
"diff": "},\n\"lint-staged\": {\n\"./**/package.json\": [\n- \"sort-package-json && nx run-many --target=sort-package-json --all --parallel\"\n+ \"sort-package-json && yarn && nx run-many --target=sort-package-json --all --parallel\"\n],\n\"./packages/**/*.css\": [\n- \"yarn style... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: refactor lint-staged scripts | 1 | chore | null |
777,353 | 23.11.2021 11:58:00 | 21,600 | 3cc7d12756e532c961879ca13995a7415da1b390 | chore: reorder where Model Registry appears in navbar | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,8 @@ const menuConfig = {\ntop: [\n{ icon: 'dashboard', label: 'Dashboard', path: paths.dashboard() },\n{ icon: 'experiment', label: 'Experiments', path: paths.experimentList() },\n- { icon: 'tasks', label: 'Tasks', path: paths.taskList() },\n{ icon: 'model',... | Python | Apache License 2.0 | determined-ai/determined | chore: reorder where Model Registry appears in navbar (#3224) | 1 | chore | null |
276,941 | 23.11.2021 12:15:20 | 10,800 | e17a66199c7511c938d8bcf4b1245a9b18b10a85 | fix(result): fix conditional to show additional items in the activities list | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ const ResultDetails = ({\n({ icon: IconComponent, variant, ...props }, index) => {\nconst isLastItem = index === refinedList.length - 1;\nconst showNumbersOfItemsLeft =\n- isLastItem && limit !== 0 && limit < items.length - 1;\n+ isLastItem && limit !== ... | JavaScript | MIT License | gympass/yoga | fix(result): fix conditional to show additional items in the activities list | 1 | fix | result |
866,420 | 23.11.2021 12:33:03 | 28,800 | 06211da43e90319ea1fef2d81dff4fc70c0a27c2 | test(logo-grid): add e2e tests
### Related Ticket(s)
### Description
Created the e2e tests for the LogoGrid component
### Changelog
**New**
created e2e tests for LogoGrid component for both React and Web Components | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Copyright IBM Corp. 2021\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+/**\n+ * Sets the correct defaultPath for LogoGrid\n+ *\n+ * @type {string}\n+ * @priva... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(logo-grid): add e2e tests (#7737)
### Related Ticket(s)
#7475
### Description
Created the e2e tests for the LogoGrid component
### Changelog
**New**
- created e2e tests for LogoGrid component for both React and Web Components | 1 | test | logo-grid |
699,221 | 23.11.2021 13:25:02 | 21,600 | 6aaf6425f6a08df489797ccd26ff828704482fbc | fix(package.json): tsc echo message should be wrapped in quotes | [
{
"change_type": "MODIFY",
"diff": "\"prettier-clean\": \"prettier --write '{.storybook,packages}/**/*.{ts,tsx}'\",\n\"lint\": \"yarn pre-test && eslint --ext .tsx,.ts ./packages\",\n\"type-check\": \"lerna run tsc\",\n- \"tsc\": \"echo Did you mean to run yarn type-check?\",\n+ \"tsc\": \"echo 'Did you mea... | TypeScript | MIT License | twilio-labs/paste | fix(package.json): tsc echo message should be wrapped in quotes (#2071)
Co-authored-by: Alexandru Bereghici <abereghici@tripadvisor.com> | 1 | fix | package.json |
699,191 | 23.11.2021 13:33:56 | 28,800 | 14326d0a7c1f83a3533ab48c00dffaa79a4399a5 | chore: log build errors to help debug intermittant issue | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,11 @@ function build(packageJson) {\n// Needed to fix ES6 module import paths for CJS builds\nplugins: [PasteCJSResolverPlugin],\n})\n- .catch(() => process.exit(1));\n+ .catch((error) => {\n+ console.error(error);\n+ // eslint-disable-next-line unicorn/no-pr... | TypeScript | MIT License | twilio-labs/paste | chore: log build errors to help debug intermittant issue (#2035) | 1 | chore | null |
791,704 | 23.11.2021 13:38:30 | 21,600 | de99ab2dc22db435ee6c2501742d7cf6acd11603 | misc(build): inline report generator resources for devtools | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,6 @@ md5 \\\nbuild/build-bundle.js \\\nbuild/build-dt-report-resources.js \\\nclients/devtools-entry.js \\\n- clients/devtools-report-assets.js \\\n+ report/**/*.js \\\nlighthouse-core/test/chromium-web-tests/* \\\nthird-party/chromium-webtests/webtests/http/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): inline report generator resources for devtools (#13406) | 1 | misc | build |
573,221 | 23.11.2021 13:45:14 | 28,800 | 4d404d47145a02ed0d79a518d1fc34c0c0b0fc12 | docs: fix handleUncaughtExceptions docs typos
There are a few lines in docs for `handleUncaughtExceptions` option,
both in markdown docs and in jsdoc, which seem irrelevant and
disconnected. This appears to be a mistake that has been copied to
several places. | [
{
"change_type": "MODIFY",
"diff": "@@ -53,9 +53,7 @@ routes and handlers for incoming requests.\n`res.send()`.\n- `options.handleUncaughtExceptions` **[Boolean][26]** When true restify\nwill use a domain to catch and respond to any uncaught\n- exceptions that occur in it's handler stack.\n- [bunyan][27] in... | JavaScript | MIT License | restify/node-restify | docs: fix handleUncaughtExceptions docs typos (#1885)
There are a few lines in docs for `handleUncaughtExceptions` option,
both in markdown docs and in jsdoc, which seem irrelevant and
disconnected. This appears to be a mistake that has been copied to
several places. | 1 | docs | null |
699,221 | 23.11.2021 13:56:18 | 21,600 | 73e91dd12c91ed31daededb36dcb5e8e566e914a | fix: typo in runCmd command description | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ const spawnAsync = require('@expo/spawn-async');\nconst chalk = require('chalk');\n/**\n- * Simple wrapper for spawnSync to handel failures\n+ * Simple wrapper for spawnSync to handle failures\n*\n* @param {string} cmd command\n* @param {Array<T>} args arg... | TypeScript | MIT License | twilio-labs/paste | fix: typo in runCmd command description (#2072)
Co-authored-by: Alexandru Bereghici <abereghici@tripadvisor.com> | 1 | fix | null |
866,420 | 23.11.2021 13:56:39 | 28,800 | c0bb87aa99f78a44eafe5937c4f30968e9674403 | test(locale-modal): add additional e2e tests
### Related Ticket(s)
### Description
Added additional tests for the local modal component.
### Changelog
**New**
new tests for the locale-modal tests | [
{
"change_type": "MODIFY",
"diff": "@@ -20,27 +20,75 @@ describe('LocaleModal | default', () => {\ncy.viewport(1280, 780);\n});\n+ it('should load with four regions', () => {\n+ cy.get('[data-region]').should('have.length', 4);\n+\n+ cy.get('[data-region=\"am\"]').should('be.visible');\n+ cy.get('[data-regi... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(locale-modal): add additional e2e tests (#7694)
### Related Ticket(s)
#7432
### Description
Added additional tests for the local modal component.
### Changelog
**New**
- new tests for the locale-modal tests | 1 | test | locale-modal |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.