-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add support for log groups #3908
Conversation
99216e5
to
1608b3c
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 suggestion
1608b3c
to
f9e12fa
Compare
Update log viewer to support `::group::` and `::endgroup::` commands which create collapsible groups in the log content. When logs of a running step are viewed, groups are rendered in their expanded state by default. When logs of a completed step are viewed, groups are rendered in their collapsed state by default. In either case, if a user manually toggles a group, that state is respected until they switch to another view, regardless of the running state of the step.
f9e12fa
to
16d5c6c
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: briangleeson The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Follow-up to #3768
Related to #2306
Update log viewer to support
::group::
and::endgroup::
commands which create collapsible groups in the log content.When logs of a running step are viewed, groups are rendered in their expanded state by default. When logs of a completed step are viewed, groups are rendered in their collapsed state by default.
In either case, if a user manually toggles a group, that state is respected until they switch to another view, regardless of the running state of the step.
/kind feature
/kind documentation
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes