Skip to content

Watch view implementation to track running 'odo watch' commands #1612

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

Merged
merged 7 commits into from
Jul 6, 2020

Conversation

dgolovin
Copy link
Collaborator

@dgolovin dgolovin commented Jun 26, 2020

Watch commands can be executed for different components at the same time
and that is done in terminal veiw. Over time terminal is getting
polluted with different commands and it is getting not easy to navigate
and search for watch sessions to see the log or stop them.

Related to #1425.
Fix #1617.

Signed-off-by: Denis Golovin [email protected]

@dgolovin dgolovin force-pushed the i1425-watch-view branch 3 times, most recently from 951a41c to e33bb3f Compare June 30, 2020 03:29
dgolovin added 5 commits July 6, 2020 12:31
Watch commands can be executed for different components at the same time
and that is done in terminal veiw. Over time terminal is getting
polluted with different commands and it is getting not easy to nawigate
and search for watch sessions to see the log or stop them.

This fix shows all components under watch in a view so devs can:
1. See the logs
2. Stop active watch commands

Related to redhat-developer#1425.

Signed-off-by: Denis Golovin <[email protected]>
Signed-off-by: Denis Golovin <[email protected]>
@dgolovin dgolovin force-pushed the i1425-watch-view branch from e1dd5d2 to bca7112 Compare July 6, 2020 19:56
@dgolovin dgolovin changed the title [WIP] Watch view implementation to track running 'odo watch' commands Watch view implementation to track running 'odo watch' commands Jul 6, 2020
@dgolovin dgolovin merged commit b40dee3 into redhat-developer:master Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Watch Sessions View to provide control over running 'odo watch' commands
1 participant