Feat:Add pagination support for execution history and edge deletion#27612
Feat:Add pagination support for execution history and edge deletion#27612anuj-kumary merged 7 commits intomainfrom
Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
1 similar comment
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
🟡 Playwright Results — all passed (15 flaky)✅ 3696 passed · ❌ 0 failed · 🟡 15 flaky · ⏭️ 89 skipped
🟡 15 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ Approved 2 resolved / 2 findingsPagination support for execution history and edge deletion is now implemented. Conditional rendering logic for the pagination bar and dependency array issues have been resolved. ✅ 2 resolved✅ Edge Case: Pagination bar renders needlessly for single-page results
✅ Quality: useEffect missing fetchExecutionHistory in dependency array
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Added pagination support for workflow execution history and edge deletion for collate side.
Screen.Recording.2026-04-22.at.12.23.33.PM.mov
Will introduced test on collate side
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
WorkflowOssRestrictions.spec.tswith a conditional check forPLAYWRIGHT_IS_OSSenvironment variable.This will update automatically on new commits.