Skip to content

Merge branch 'fix-restroreEntityInheritedFields-specs' of https://git…

95f2cc1
Select commit
Loading
Failed to load commit list.
Closed

Fix restore entity inherited fields specs #27432

Merge branch 'fix-restroreEntityInheritedFields-specs' of https://git…
95f2cc1
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / [open-metadata-ui] SonarCloud Code Analysis succeeded Apr 16, 2026 in 7m 17s

Annotations

Check warning on line 90 in src/components/BlockEditor/Extensions/Callout/Callout.ts

See this annotation in the file changed.

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

This assertion is unnecessary since it does not change the type of the expression.

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

Check warning on line 587 in src/components/SearchSettings/EntitySeachSettings/EntitySearchSettings.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=AZ2WTXoxyhIXlgedUhrg&open=AZ2WTXoxyhIXlgedUhrg&pullRequest=27432

Check warning on line 284 in src/components/Database/Profiler/TableProfiler/SingleColumnProfile.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=AZ2WTV1ayhIXlgedUhi3&open=AZ2WTV1ayhIXlgedUhi3&pullRequest=27432

Check warning on line 318 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=AZ2WTYfNyhIXlgedUhwE&open=AZ2WTYfNyhIXlgedUhwE&pullRequest=27432

Check warning on line 229 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 `GRAFANA`.

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

Check warning on line 92 in src/components/DataQuality/ChartWidgets/EntityHealthStatusPieChartWidget/EntityHealthStatusPieChartWidget.component.tsx

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=AZ2WTWmbyhIXlgedUhmi&open=AZ2WTWmbyhIXlgedUhmi&pullRequest=27432

Check warning on line 200 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=AZ2WTYfNyhIXlgedUhvw&open=AZ2WTYfNyhIXlgedUhvw&pullRequest=27432

Check warning on line 137 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 `SQLITE`.

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

Check warning on line 151 in src/components/Auth/AppAuthenticators/OidcAuthenticator.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=AZ2WTXdmyhIXlgedUhp9&open=AZ2WTXdmyhIXlgedUhp9&pullRequest=27432

Check warning on line 119 in src/constants/Schedular.constants.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=AZ2WTYoFyhIXlgedUhxF&open=AZ2WTYoFyhIXlgedUhxF&pullRequest=27432

Check warning on line 178 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 `SAP_ERP`.

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

Check warning on line 237 in src/components/common/DomainLabel/DomainLabel.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=AZ2WTWRlyhIXlgedUhlT&open=AZ2WTWRlyhIXlgedUhlT&pullRequest=27432

Check warning on line 129 in src/components/common/atoms/table/useDataTable.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=AZ2WTV76yhIXlgedUhjP&open=AZ2WTV76yhIXlgedUhjP&pullRequest=27432

Check warning on line 95 in src/utils/DataInsightUtils.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=AZ2WTYdHyhIXlgedUhvf&open=AZ2WTYdHyhIXlgedUhvf&pullRequest=27432

Check warning on line 173 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=AZ2WTVy8yhIXlgedUhiw&open=AZ2WTVy8yhIXlgedUhiw&pullRequest=27432

Check failure on line 1777 in src/pages/ColumnBulkOperations/ColumnGrid/ColumnGrid.component.tsx

See this annotation in the file changed.

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

Refactor this code to not nest functions more than 4 levels deep.

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

Check warning on line 278 in src/components/MyData/Widgets/DomainsWidget/DomainsWidget.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=AZ2WTWtTyhIXlgedUhm9&open=AZ2WTWtTyhIXlgedUhm9&pullRequest=27432

Check failure on line 68 in src/components/BlockEditor/Extensions/File/FileNode.ts

See this annotation in the file changed.

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

Prefer `.dataset` over `getAttribute(…)`.

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

Check failure on line 577 in src/components/Auth/AuthProviders/AuthProvider.tsx

See this annotation in the file changed.

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

Prefer `throw error` over `return Promise.reject(error)`.

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

Check warning on line 182 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 `AIRBYTE`.

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

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

See this annotation in the file changed.

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

Prefer `String#replaceAll()` over `String#replace()`.

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

Check failure on line 269 in src/components/MyData/Widgets/KPIWidget/KPIWidget.component.tsx

See this annotation in the file changed.

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

Provide a compare function to avoid sorting elements alphabetically.

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

Check warning on line 62 in src/components/Settings/Applications/ApplicationsProvider/ApplicationsProvider.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=AZ2WTW3LyhIXlgedUhnj&open=AZ2WTW3LyhIXlgedUhnj&pullRequest=27432

Check warning on line 153 in src/pages/DataInsightPage/DataInsightProvider.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=AZ2WTXvNyhIXlgedUhr3&open=AZ2WTXvNyhIXlgedUhr3&pullRequest=27432

Check warning on line 149 in src/components/Visualisations/Chart/CardinalityDistributionChart.component.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=AZ2WTXrqyhIXlgedUhrt&open=AZ2WTXrqyhIXlgedUhrt&pullRequest=27432