-
Notifications
You must be signed in to change notification settings - Fork 18
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
removed the installed state #256
Conversation
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
==========================================
+ Coverage 75.00% 75.06% +0.06%
==========================================
Files 11 11
Lines 736 738 +2
Branches 125 126 +1
==========================================
+ Hits 552 554 +2
Misses 158 158
Partials 26 26
Continue to review full report at Codecov.
|
5ce2817
to
16193f9
Compare
(mypy failing due to comparing against cylc-flow master branch) |
16193f9
to
4e3eeb7
Compare
opened: #257 |
* The installed state was the same as "stopped" but with the additional information that the workflow had not yet been run. * Added this information to the workflow status message in cylc-uiserver (as it is offline information). * Improved the workflow status message provided by cylc-flow. * Put the status message into the UI toolbar.
4e3eeb7
to
feaa1d1
Compare
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.
One review will do, gotta make this compatible with cylc-flow now (hopefully I'm not being too hasty!)
PR trio: cylc/cylc-flow#4459, #256, cylc/cylc-ui#805
information that the workflow had not yet been run.
(as it is offline information).
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.