Woodpecker is a community fork of the Drone CI system.
Go to file
Divya Jain e2ab8a46ed
Header and Tabs UI Improvements (#1290)
Some improvements to the Page Header and Tab UI.

Original |  New
:--------:|:-------:

![image](https://user-images.githubusercontent.com/62170586/197360886-046f1016-ca39-4b69-8134-99ba88e3a0c2.png)
|
![image](https://user-images.githubusercontent.com/62170586/197360819-7efd0d82-1412-465d-aefa-039164f97465.png)

![image](https://user-images.githubusercontent.com/62170586/197360872-f2ece5fd-7c0b-4e2c-8629-31524a412af5.png)
|
![image](https://user-images.githubusercontent.com/62170586/197360830-49f09e0d-619e-4fa9-8e38-8d05d9404185.png)

![image](https://user-images.githubusercontent.com/62170586/197281776-e3de6441-9417-4614-8b25-1aaef0b8da61.png)
|
![image](https://user-images.githubusercontent.com/62170586/197281698-40c66d34-76f3-4fd5-97e3-1c422b74844c.png)

![image](https://user-images.githubusercontent.com/62170586/196609248-ff150c6e-2995-4bcc-8573-49ffaf388446.png)
|
![image](https://user-images.githubusercontent.com/62170586/197323734-7c1a1b79-0f41-4bf2-96a3-dd38df9e1415.png)

![image](https://user-images.githubusercontent.com/62170586/196609329-b7a6f37e-e8c2-4004-a98b-73f837122ff8.png)
|
![image](https://user-images.githubusercontent.com/62170586/197323882-10141ffd-7411-4493-8291-b8000adc3cc5.png)


What?
- Create a new Scaffold component, which includes the header and tabs
required for a page.
- Use this component to wrap all the views that have a header.
- Ensures consistency in headers between different pages.
- [x] Add support to use custom html/component in place of title (for
repo page, pipeline page, etc)
- [x] Add support of right icon buttons (for repo page, pipeline page,
etc)
- [x] Refactor tabs handling using compositions (useTabsProvider, useTabsClient)
- [x] Make new header ui resposive
2022-10-28 00:55:07 +02:00
.github Fix screenshot upload for issue template (#1062) 2022-08-01 07:43:21 +02:00
.vscode Replace yarn with pnpm (#1240) 2022-10-08 16:15:07 +02:00
.woodpecker Use native directory and run with Node 18 (#1337) 2022-10-25 14:51:29 +02:00
agent Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
charts Adding initial version of Kubernetes backend (#552) 2022-09-05 06:01:14 +02:00
cli Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
cmd Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
contrib/woodpecker-test-repo/.woodpecker Create test repo on Gitpod start (#1248) 2022-10-09 22:13:04 +02:00
docker Migrate to certmagic (#360) 2022-09-04 03:24:42 +02:00
docs Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
nfpm fix nfpm (#788) 2022-02-24 15:35:11 +01:00
pipeline Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
server Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
shared bump DefaultCloneImage version to v1.6.0 2022-10-13 16:50:32 +02:00
version gofumpt -w -l -extra . (#661) 2022-01-05 21:50:23 +01:00
web Header and Tabs UI Improvements (#1290) 2022-10-28 00:55:07 +02:00
woodpecker-go Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
.changelog.yml Changelog for v0.14.1 (#334) (#340) 2021-09-23 02:21:28 +02:00
.ecrc Use editorconfig-checker (#982) 2022-06-17 12:03:34 +02:00
.editorconfig Use editorconfig-checker (#982) 2022-06-17 12:03:34 +02:00
.gitignore Make exec run be detected as WoodpeckerCI (#1218) 2022-09-27 22:19:39 +02:00
.gitpod.yml Fix Gitpod Gitea OAuth2 client must be confidential (#1343) 2022-10-26 16:54:42 +02:00
.golangci.yml Lint code with gofumpt (#664) 2022-01-06 07:44:14 +01:00
CHANGELOG.md Frontport Changelog v0.15.3 to v0.15.5 (#1256) 2022-10-13 20:21:18 +02:00
CONTRIBUTING.md Add Code Review section to CONTRIBUTING.md (#1274) 2022-10-15 19:09:39 +02:00
docker-compose.example.yml Change paths to use woodpecker instead of drone (#494) 2021-10-28 14:02:43 -05:00
docker-compose.gitpod.yml Create test repo on Gitpod start (#1248) 2022-10-09 22:13:04 +02:00
go.mod Check if repo exists before creating pipeline (#1297) 2022-10-22 01:34:11 +02:00
go.sum Check if repo exists before creating pipeline (#1297) 2022-10-22 01:34:11 +02:00
LICENSE Optimize license files (#355) 2021-09-25 15:15:54 +02:00
Makefile Update dep moby & golang.org/x/text (#1263) 2022-10-14 13:01:06 +02:00
README.md Fix gitpod link (#1228) 2022-10-01 13:54:19 +02:00
SECURITY.md Create SECURITY.md (#396) 2021-10-03 16:15:58 +02:00

Woodpecker


Translation status


Woodpecker

Woodpecker is a community fork of the Drone CI system.

woodpecker

🫶 Support

Please consider to donate and become a backer. 🙏 [Become a backer]

🚀 Usage

.woodpecker.yml

  • Place your pipeline in a file named .woodpecker.yml in your repository
  • Pipeline steps can be named as you like
  • Run any command in the commands section

Read More

Build steps are containers

  • Define any Docker image as context
  • Install the needed tools in custom Docker images, use them as context

Read More

Plugins

Woodpecker has official plugins, but you can also use your own.

Read More

📖 Documentation

https://woodpecker-ci.org/

Contribute

See Contributing Guide

Open in Gitpod

📣 Translate

We use an own Weblate instance at translate.woodpecker-ci.org.

Translation status

👋 Who uses Woodpecker?

Codeberg, the Woodpecker project itself, and many others.

Leave a comment if you're using it as well.

Also consider using the topic WoodpeckerCI in your repository, so others can learn from your config and use the hashtag #WoodpeckerCI when talking about the project on social media!

Here are some places where people mention Woodpecker:

Stars over time

Stargazers over time

License

Woodpecker is Apache 2.0 licensed with the source files in this repository having a header indicating which license they are under and what copyrights apply.

Files under the docs/ folder are licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License.