treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.31k stars 221 forks source link

[digdag-ui] Proposal: folding task timeline on click #1649

Closed seiyab closed 2 years ago

seiyab commented 3 years ago

What is this PR?

See the following screen shot. Sep-29-2021 22-59-37

Why?

It was difficult to read timelines if workflows are complicated.

Other comments

szyn commented 3 years ago

Thank you for creating this PR. I believe this is a helpful feature because the timeline becomes complicated when there are many tasks.

Adding tests is also very welcome, but could you please make the test implementation become a separate PR from a review perspective? As you said, you also need to fix the CI. I believe it would be better to review that PR first and merge it into the master.

seiyab commented 3 years ago

@szyn Thank you for your comment πŸ‘ πŸ„ I separated PR. #1653

seiyab commented 2 years ago

I rebased branch to resolve conflict

szyn commented 2 years ago

That’s cool πŸ‘

seiyab commented 2 years ago

@szyn CI on master branch fails since 6cde583572a25760697 . Is this PR related? If so, I would help.

szyn commented 2 years ago

@seiyab Thank you for following up. It seems this PR is not related to the failure πŸ‘ The tests for that commits were failed due to flaky tests in the integration testing, not the UI testing. (acceptance.td.PyIT > testRunOnEcs FAILED) After that, the tests started to fail due to the changes in the CLI. Please see also https://github.com/treasure-data/digdag/pull/1679 No worries, but let me ping you if I need your help.