go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.39k stars 5.43k forks source link

Support CI/CD visualization configuration #26037

Open Avey777 opened 1 year ago

Avey777 commented 1 year ago

Feature Description

The writing of yaml is cumbersome and prone to errors, and it would be great if gitea could be configured in a UI capable manner.

The following are relevant tools that can be referenced:

https://github.com/milanm/DevOps-Roadmap

Screenshots

No response

silverwind commented 1 year ago

I don't think it's feasible given our resources. The YAML schema for actions is far too massive. Maybe if GitHub implements a reusable JS library for it.

uvulpos commented 11 months ago

@silverwind agree, but what we could do is we could just make a dummy visualization of the given yaml. Apparently it does help some people to have such an overview.

Screenshot 2023-10-09 at 21 59 02
yp05327 commented 7 months ago

I agree: maybe we can implement it if GitHub implements a reusable JS library for it. You can use other tools or IDE extensions to avoid the format errors.