Skip to content

Handling workflow commands in Gitea Actions (::group::name, ::endgroup::, etc...) #27898

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

Open
1 of 9 tasks
bencurio opened this issue Nov 3, 2023 · 5 comments
Open
1 of 9 tasks
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@bencurio
Copy link
Contributor

bencurio commented Nov 3, 2023

Feature Description

Similar to the GitHub Actions console, I recommend supporting ::group::NAME and ::endgroup:: to make blocks collapsible in the web console.

Rleated docs:
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines

Other useful wofklow commands:

Screenshots

image

@bencurio bencurio added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Nov 3, 2023
@techknowlogick techknowlogick added the topic/gitea-actions related to the actions of Gitea label Nov 3, 2023
@silverwind
Copy link
Member

This is pretty high on my list of wanted things. I wonder if there are any existing JS libs we could leverage for this.

@wxiaoguang
Copy link
Contributor

I have prepared the "group" support from the first version of RepoActionView.vue, see beginLogGroup

@panekj
Copy link

panekj commented Sep 24, 2024

::add-mask:: should be handled internally via act, so that should work already since we have it implemented

Could the commands be turned into checkbox list so that we can track which are implemented?

@bencurio
Copy link
Contributor Author

bencurio commented Sep 24, 2024

::add-mask:: should be handled internally via act, so that should work already since we have it implemented

Could the commands be turned into checkbox list so that we can track which are implemented?

Sure, I've converted it to a checkbox list. However, I currently don't have information on the implementations, so I'll need some time to review the previous releases and check what has been implemented.

@wxiaoguang
Copy link
Contributor

wxiaoguang commented Dec 4, 2024

-> Refactor RepoActionView.vue, add ::group:: support #32713

Now we will have the group support in 1.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

5 participants