Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/openmetadata-ui/src/…

e5567e6
Select commit
Loading
Failed to load commit list.
Merged

Chore(deps): Bump dompurify from 3.3.3 to 3.4.0 in /openmetadata-ui/src/main/resources/ui #27412

Merge branch 'main' into dependabot/npm_and_yarn/openmetadata-ui/src/…
e5567e6
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / [open-metadata-ui] SonarCloud Code Analysis succeeded Apr 16, 2026 in 7m 44s

Annotations

Check warning on line 520 in src/hooks/useGridEditController.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `Number.parseInt` over `parseInt`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UslySH_cw5Vczo4ol&open=AZ2UslySH_cw5Vczo4ol&pullRequest=27412

Check warning on line 410 in src/components/Settings/Users/UsersProfile/UserPermissions/UserPermissions.component.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Do not use Array index in keys

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usj9MH_cw5Vczo4c4&open=AZ2Usj9MH_cw5Vczo4c4&pullRequest=27412

Check warning on line 72 in src/pages/LoginPage/SignInPage.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer using an optional chain expression instead, as it's more concise and easier to read.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UslAZH_cw5Vczo4hs&open=AZ2UslAZH_cw5Vczo4hs&pullRequest=27412

Check warning on line 203 in src/utils/StringsUtils.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

`String.raw` should be used to avoid escaping `\`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usle-H_cw5Vczo4kt&open=AZ2Usle-H_cw5Vczo4kt&pullRequest=27412

Check warning on line 120 in src/components/BlockEditor/Extensions/BlockAndDragDrop/BlockAndDragHandle.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `Number.parseInt` over `parseInt`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usi0cH_cw5Vczo4Xn&open=AZ2Usi0cH_cw5Vczo4Xn&pullRequest=27412

Check warning on line 493 in src/components/Glossary/GlossaryHeader/GlossaryHeader.component.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Unexpected negated condition.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UskFOH_cw5Vczo4dW&open=AZ2UskFOH_cw5Vczo4dW&pullRequest=27412

Check failure on line 91 in src/utils/Lineage/LineageUtils.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UslGRH_cw5Vczo4iA&open=AZ2UslGRH_cw5Vczo4iA&pullRequest=27412

Check warning on line 268 in src/components/Database/Profiler/TableProfiler/ProfilerSettingsModal/ProfilerSettingsModal.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer using an optional chain expression instead, as it's more concise and easier to read.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usi33H_cw5Vczo4X0&open=AZ2Usi33H_cw5Vczo4X0&pullRequest=27412

Check warning on line 156 in src/components/common/atoms/asyncTreeSelect/useTreeSelection.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usi-qH_cw5Vczo4YQ&open=AZ2Usi-qH_cw5Vczo4YQ&pullRequest=27412

Check failure on line 894 in src/utils/QueryBuilderElasticsearchFormatUtils.js

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

This function expects 5 arguments, but 6 were provided.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UslWZH_cw5Vczo4j1&open=AZ2UslWZH_cw5Vczo4j1&pullRequest=27412

Check warning on line 147 in src/constants/Services.constant.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Use `export…from` to re-export `SNOWFLAKE`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Uslq4H_cw5Vczo4mW&open=AZ2Uslq4H_cw5Vczo4mW&pullRequest=27412

Check failure on line 151 in src/components/ActivityFeed/FeedEditor/FeedEditor.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `return value` over `return Promise.resolve(value)`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usj27H_cw5Vczo4cY&open=AZ2Usj27H_cw5Vczo4cY&pullRequest=27412

Check warning on line 127 in src/components/Settings/Users/AdminPermissionDebugger/AdminPermissionDebugger.component.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Handle this exception or don't catch it at all.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usj-cH_cw5Vczo4c8&open=AZ2Usj-cH_cw5Vczo4c8&pullRequest=27412

Check warning on line 88 in src/components/common/FocusTrap/FocusTrapWithContainer.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjaDH_cw5Vczo4ap&open=AZ2UsjaDH_cw5Vczo4ap&pullRequest=27412

Check warning on line 894 in src/components/common/Table/TableV2.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Extract this nested ternary operation into an independent statement.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjC2H_cw5Vczo4Y3&open=AZ2UsjC2H_cw5Vczo4Y3&pullRequest=27412

Check warning on line 166 in src/constants/Services.constant.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Use `export…from` to re-export `DATABRICK`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Uslq4H_cw5Vczo4mp&open=AZ2Uslq4H_cw5Vczo4mp&pullRequest=27412

Check warning on line 398 in src/hooks/useGridEditController.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UslySH_cw5Vczo4oh&open=AZ2UslySH_cw5Vczo4oh&pullRequest=27412

Check warning on line 230 in src/constants/Services.constant.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Use `export…from` to re-export `GOOGLE_DRIVE`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Uslq4H_cw5Vczo4np&open=AZ2Uslq4H_cw5Vczo4np&pullRequest=27412

Check warning on line 193 in src/constants/Services.constant.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Use `export…from` to re-export `OPENLINEAGE`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Uslq4H_cw5Vczo4nE&open=AZ2Uslq4H_cw5Vczo4nE&pullRequest=27412

Check warning on line 52 in src/components/Database/TableDataCardBody/TableDataCardBody.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Unexpected negated condition.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2Usi70H_cw5Vczo4YA&open=AZ2Usi70H_cw5Vczo4YA&pullRequest=27412

Check warning on line 117 in src/components/MyData/Widgets/KPIWidget/KPILegend/KPILegend.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `Math.max()` to simplify ternary expressions.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjvlH_cw5Vczo4cA&open=AZ2UsjvlH_cw5Vczo4cA&pullRequest=27412

Check warning on line 396 in src/components/OntologyExplorer/utils/graphStyles.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Unexpected negated condition.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UskixH_cw5Vczo4fs&open=AZ2UskixH_cw5Vczo4fs&pullRequest=27412

Check warning on line 38 in src/components/MyData/Widgets/KPIWidget/KPILegend/KPILegend.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Move this component definition out of the parent component and pass data as props.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjvlH_cw5Vczo4b9&open=AZ2UsjvlH_cw5Vczo4b9&pullRequest=27412

Check warning on line 84 in src/components/common/RichTextEditor/RichTextEditorPreviewNew.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

'webkitBoxOrient' is deprecated.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjGXH_cw5Vczo4ZL&open=AZ2UsjGXH_cw5Vczo4ZL&pullRequest=27412

Check warning on line 102 in src/components/common/NavigationBlocker/NavigationBlocker.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / [open-metadata-ui] SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=open-metadata-ui&issues=AZ2UsjPlH_cw5Vczo4Zr&open=AZ2UsjPlH_cw5Vczo4Zr&pullRequest=27412