feat(ui): unify Owner into a single core-components component #29460
Triggered via pull request
September 9, 2026 14:08
shrabantipaul-collate
synchronize
#32252
Status
Success
Total duration
5m 48s
Artifacts
–
Annotations
11 warnings
|
authorize
Cache reservation failed: cache write denied: token has no writable scopes
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/Classifications/ClassificationDetails/ClassificationDetails.tsx#L512
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/Classifications/ClassificationDetails/ClassificationDetails.tsx#L440
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/Classifications/ClassificationDetails/ClassificationDetails.tsx#L290
React Hook useCallback has missing dependencies: 'isVersionView' and 'navigate'. Either include them or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/Classifications/ClassificationDetails/ClassificationDetails.test.tsx#L34
Use <Tooltip> from @openmetadata/ui-core-components instead of raw title="" attributes for consistent tooltip behavior
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/TaskFeedCard/TaskFeedCardFromTask.component.tsx#L177
The 'handleTaskLinkClick' function makes the dependencies of useMemo Hook (at line 213) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'handleTaskLinkClick' in its own useCallback() Hook
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/TaskFeedCard/TaskFeedCardFromTask.component.tsx#L35
Pages are route-level composition modules. Move the shared implementation/type to a lower layer instead of importing a page from here
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/TaskFeedCard/TaskFeedCardFromTask.component.tsx#L34
Pages are route-level composition modules. Move the shared implementation/type to a lower layer instead of importing a page from here
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCardV2/FeedCardFooter/FeedCardFooterNew.tsx#L23
This runtime import participates in a circular dependency. Extract the shared type/constant/utility or invert the dependency
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCardV2/FeedCardFooter/FeedCardFooterNew.tsx#L22
This runtime import participates in a circular dependency. Extract the shared type/constant/utility or invert the dependency
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCardV2/FeedCardBody/OwnerFeed/ActivityOwnersFeed.tsx#L146
React Hook useCallback has missing dependencies: 'renderOwnerContent' and 'toOwnersWithHref'. Either include them or remove the dependency array
|