-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Convert Tasks Table from card to table mode #60830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eladkal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
644ee8c to
7808bf2
Compare
|
Looks like this broke the e2e tests |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 8bbe0fc v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
* Convert Tasks Table from card to table mode * Fix e2e tests (cherry picked from commit 8bbe0fc)
|
Manual backport #60874 |
* Convert Tasks Table from card to table mode * Fix e2e tests
* Convert Tasks Table from card to table mode * Fix e2e tests
Closes: #59598
Fixes the UI sending too many queries to the backend on the 'tasks' tab by converting the 'Card' list rendering to a normal 'Table', until we have a custom UI endpoint that returns the 'recent task instances' (+pagination) similarly to what we have for
ui/get_dagsBefore
After