Skip to content

fix(dq): stale incident status on the Test Case page after reopening a resolved incident#30182

Open
manerow wants to merge 13 commits into
mainfrom
fix/testcase-incident-stale-pointer
Open

fix(dq): stale incident status on the Test Case page after reopening a resolved incident#30182
manerow wants to merge 13 commits into
mainfrom
fix/testcase-incident-stale-pointer

fix(dq): request incidentId in addTestCaseResult so auto-close on suc…

820c697
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / [open-metadata-ui] SonarCloud Code Analysis succeeded Jul 20, 2026 in 5m 42s

Annotations

Check failure on line 156 in src/utils/BlockEditorUtils.ts

See this annotation in the file changed.

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

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

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

Check warning on line 36 in src/utils/Export/ExportUtils.ts

See this annotation in the file changed.

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

Prefer `childNode.remove()` over `parentNode.removeChild(childNode)`.

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

Check warning on line 143 in src/components/MyData/Persona/PersonaSelectableList/PersonaSelectableList.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=AZ9wTvcs0rkCdXZm6NHp&open=AZ9wTvcs0rkCdXZm6NHp&pullRequest=30182

Check warning on line 418 in src/components/Settings/Services/AddIngestion/Steps/ScheduleIntervalV1.tsx

See this annotation in the file changed.

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

'onSelectionChange' is deprecated.

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

Check warning on line 24 in src/utils/DataQuality/FormFieldDocs.ts

See this annotation in the file changed.

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

Simplify this regular expression to reduce its runtime, as it has super-linear performance due to backtracking.

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

Check warning on line 162 in src/utils/AdvancedSearchUtils.tsx

See this annotation in the file changed.

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

Use Array.isArray() instead of isArray() from lodash.

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

Check warning on line 85 in src/components/SearchSettings/GlobalSettingsItem/GlobalSettingsItem.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=AZ9wT5dy0rkCdXZm6NN8&open=AZ9wT5dy0rkCdXZm6NN8&pullRequest=30182

Check warning on line 80 in src/components/DataQuality/IncidentManager/SqlQueryTab/AddSqlQueryFormModal/AddSqlQueryFormModal.component.tsx

See this annotation in the file changed.

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

Promise-returning function provided to variable where a void return was expected.

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

Check failure on line 255 in src/utils/CronExpressionUtils.ts

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=AZ9wUAjV0rkCdXZm6NTV&open=AZ9wUAjV0rkCdXZm6NTV&pullRequest=30182

Check warning on line 243 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=AZ9wTydJ0rkCdXZm6NJW&open=AZ9wTydJ0rkCdXZm6NJW&pullRequest=30182

Check warning on line 847 in src/utils/QueryBuilderElasticsearchFormatUtils.js

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=AZ9wUAap0rkCdXZm6NTJ&open=AZ9wUAap0rkCdXZm6NTJ&pullRequest=30182

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

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=AZ9wUAap0rkCdXZm6NTK&open=AZ9wUAap0rkCdXZm6NTK&pullRequest=30182

Check warning on line 48 in src/rest/announcementsAPI.ts

See this annotation in the file changed.

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

Consider removing 'undefined' type or '?' specifier, one of them is redundant.

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

Check warning on line 1745 in src/utils/CSV/CSVUtilsClassBase.tsx

See this annotation in the file changed.

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

'row[column.key] ?? ''' will use Object's default stringification format ('[object Object]') when stringified.

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

Check failure on line 454 in src/components/LineageTable/LineageTable.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 19 to the 15 allowed.

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

Check warning on line 503 in src/components/KnowledgeCenter/KnowledgePagesHierarchy/KnowledgePagesHierarchy.tsx

See this annotation in the file changed.

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

Consider Set instead of uniq() from lodash; for example, use `[...new Set(values)]`. Check that the behavior is equivalent because the library handles nullish values differently from the native API.

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

Check warning on line 1611 in src/pages/ColumnBulkOperations/ColumnGrid/ColumnGrid.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=AZ9wT7yH0rkCdXZm6NPL&open=AZ9wT7yH0rkCdXZm6NPL&pullRequest=30182

Check warning on line 64 in src/components/common/Form/JSONSchema/JsonSchemaWidgets/FileUploadWidget.tsx

See this annotation in the file changed.

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

Prefer `Blob#text()` over `FileReader#readAsText(blob)`.

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

Check warning on line 197 in src/components/ExploreV1/ExploreSearchCard/ExploreSearchCard.tsx

See this annotation in the file changed.

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

Move this array "sort" operation to a separate statement or replace it with "toSorted".

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

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

See this annotation in the file changed.

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

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

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

Check warning on line 118 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=AZ9wUC8x0rkCdXZm6NU-&open=AZ9wUC8x0rkCdXZm6NU-&pullRequest=30182

Check warning on line 115 in src/components/Settings/Services/AddService/Steps/SelectServiceType.tsx

See this annotation in the file changed.

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

'onSelectionChange' is deprecated.

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

Check warning on line 120 in src/components/WorkflowDefinitions/WorkflowBuilder/forms/CronExpressionBuilder.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=AZ9wTxSS0rkCdXZm6NIm&open=AZ9wTxSS0rkCdXZm6NIm&pullRequest=30182

Check failure on line 146 in src/utils/BlockEditorPureUtils.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=AZ9wUABS0rkCdXZm6NSl&open=AZ9wUABS0rkCdXZm6NSl&pullRequest=30182

Check warning on line 215 in src/utils/CSV/CSVPureUtils.ts

See this annotation in the file changed.

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

This pattern can be replaced with ','.

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