woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.1k stars 354 forks source link

Rename build to pipeline in bagde #955

Closed x80486 closed 2 years ago

x80486 commented 2 years ago

Clear and concise description of the problem

This one falls into a very gray area, but I think the build | status badge could be more generic and be presented as pipeline | status, because build is a targeted process within the entire pipeline — if present.

Some pipelines don't have a "build" process, but like I said, it's a grays area, because the word can be used to describe the entire process as well.

Suggested solution

Badge should be pipeline | status.

Alternative

N/A

Additional context

N/A

Validations

anbraten commented 2 years ago

I am a fan of the word pipeline instead of build as well. My plan would be to get rid of the build term completely at some point.

See https://github.com/woodpecker-ci/woodpecker/pull/949#discussion_r888615393 and https://github.com/woodpecker-ci/woodpecker/issues/745

x80486 commented 2 years ago

Damn...I didn't see the other issue :grimacing:

Should we close this one instead? Probably adding something else to the other one?

anbraten commented 2 years ago

We can leave it open. Could you create a pull-request to change the naming. It shoulb be just the following four lines: https://github.com/woodpecker-ci/woodpecker/blob/master/server/badges/badges.go#L20-L24