Skip to content

Merge branch 'main' into ontology-filter-persist

4f905b7
Select commit
Loading
Failed to load commit list.
Merged

Ontology filter persist #27702

Merge branch 'main' into ontology-filter-persist
4f905b7
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / [open-metadata-ui] SonarCloud Code Analysis succeeded Apr 25, 2026 in 5m 30s

Annotations

Check warning on line 149 in src/utils/TagsUtils.tsx

See this annotation in the file changed.

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

Prefer `Array#flat()` over `Array#reduce()` to flatten an array.

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

Check warning on line 67 in src/components/Glossary/GlossaryUpdateConfirmationModal/GlossaryUpdateConfirmationModal.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=AZ2_LpAQPZkjdJhWAhjj&open=AZ2_LpAQPZkjdJhWAhjj&pullRequest=27702

Check warning on line 128 in src/components/common/atoms/navigation/useBreadcrumbs.tsx

See this annotation in the file changed.

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

Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.

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

Check warning on line 141 in src/components/WorkflowDefinitions/WorkflowBuilder/StraightEdge.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=AZ2_Lo1dPZkjdJhWAhif&open=AZ2_Lo1dPZkjdJhWAhif&pullRequest=27702

Check warning on line 335 in src/utils/TasksUtils.ts

See this annotation in the file changed.

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

Use concise character class syntax '\d' instead of '[0-9]'.

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

Check warning on line 2032 in src/constants/mockTourData.constants.ts

See this annotation in the file changed.

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

Don't use a zero fraction in the number.

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

Check warning on line 1351 in src/pages/ColumnBulkOperations/ColumnGrid/ColumnGrid.component.tsx

See this annotation in the file changed.

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

Update this function so that its implementation is not identical to the one on line 1286.

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

Check warning on line 100 in src/pages/DataInsightPage/DataInsightHeader/DataInsightHeader.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=AZ2_Lpc-PZkjdJhWAhnL&open=AZ2_Lpc-PZkjdJhWAhnL&pullRequest=27702

Check warning on line 518 in src/utils/TaskFormSchemaUtils.ts

See this annotation in the file changed.

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

'payload[resolutionConfig.valueField ?? 'newDescription'] ?? payload.suggestedValue ?? ''' will use Object's default stringification format ('[object Object]') when stringified.

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

Check failure on line 135 in src/utils/TagsUtils.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=AZ2_Lp4mPZkjdJhWAhq_&open=AZ2_Lp4mPZkjdJhWAhq_&pullRequest=27702

Check warning on line 59 in src/pages/Configuration/EditUrlConfiguration/EditUrlConfigurationPage.tsx

See this annotation in the file changed.

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

The empty object is useless.

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

Check failure on line 261 in src/utils/WorkflowNodeConfigUtils.ts

See this annotation in the file changed.

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

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

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

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

See this annotation in the file changed.

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

Use the "RegExp.exec()" method instead.

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

Check failure on line 48 in src/services/WorkflowValidationService.ts

See this annotation in the file changed.

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

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

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

Check warning on line 120 in src/components/Glossary/GlossaryTerms/tabs/RelatedTerms.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=AZ2_Lo_CPZkjdJhWAhja&open=AZ2_Lo_CPZkjdJhWAhja&pullRequest=27702

Check warning on line 119 in src/pages/AddQueryPage/AddQueryPage.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=AZ2_Lpl6PZkjdJhWAhoH&open=AZ2_Lpl6PZkjdJhWAhoH&pullRequest=27702

Check failure on line 355 in src/utils/SchedularUtils.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=AZ2_Lp8YPZkjdJhWAhrs&open=AZ2_Lp8YPZkjdJhWAhrs&pullRequest=27702

Check warning on line 255 in src/components/common/NavigationBlocker/NavigationBlocker.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=AZ2_LoYCPZkjdJhWAhfQ&open=AZ2_LoYCPZkjdJhWAhfQ&pullRequest=27702

Check warning on line 225 in src/components/MyData/CustomizableComponents/CustomiseHomeModal/CustomiseHomeModal.tsx

See this annotation in the file changed.

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

Use <input type="button">, <input type="image">, <input type="reset">, <input type="submit">, or <button> instead of the "button" role to ensure accessibility across all devices.

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

Check warning on line 21 in src/constants/Learning.constants.ts

See this annotation in the file changed.

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

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

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

Check warning on line 686 in src/utils/CommonUtils.tsx

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=AZ2_Lp49PZkjdJhWAhrL&open=AZ2_Lp49PZkjdJhWAhrL&pullRequest=27702

Check warning on line 42 in src/components/Entity/EntityLineage/LineageNodeLabelV1.tsx

See this annotation in the file changed.

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

'toggleColumnsList' PropType is defined but prop is never used

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

Check warning on line 1598 in src/components/DataContract/ODCSImportModal/ODCSImportModal.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=AZ2_LpQFPZkjdJhWAhlb&open=AZ2_LpQFPZkjdJhWAhlb&pullRequest=27702

Check warning on line 112 in src/components/DataContract/ContractSecurity/ContractSecurityCard.component.tsx

See this annotation in the file changed.

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

Missing "key" prop for element in iterator

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

Check warning on line 282 in src/pages/AddNotificationPage/AddNotificationPage.tsx

See this annotation in the file changed.

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

arrow function is equivalent to `Boolean`. Use `Boolean` directly.

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