Commit graph

179 commits

Author SHA1 Message Date
Anbraten ae14150c09
Fix secret loading (#3620) 2024-04-29 21:33:45 +02:00
Kasper Juul Hermansen 479fec806a
docs: fix contributions link (#3363)
make sure the contributions link actually points at a file

Signed-off-by: kjuulh <contact@kjuulh.io>
2024-02-10 07:51:13 +01:00
Lukas 94b882fb95
Add spellcheck config (#3018)
Part of #738 

```
pnpx cspell lint --gitignore '{**,.*}/{*,.*}'
```

---------

Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2024-01-27 21:15:10 +01:00
pre-commit-ci[bot] f5d9c92824
[pre-commit.ci] pre-commit autoupdate (#3101) 2024-01-01 20:14:12 +01:00
qwerty287 5cb0ae053a
Fix go report badge (#3031)
mixed up the URLs…
2023-12-27 10:05:13 +01:00
qwerty287 6e298d726d
Update go report card badge (#3029) 2023-12-27 08:57:17 +01:00
6543 fad31722c1
readme: update go reference badge (#3024) 2023-12-26 21:52:44 +01:00
6543 2e7610379e
Update slogan & logo (#2962)
- Update woodpecker slogan to repo too
  we are not just a simple fork anymore 🎉
- use https://github.com/woodpecker-ci/design/blob/main/logo/non-square.svg
2023-12-19 14:12:18 +01:00
qwerty287 60a3922e02
Update README badges (#2956)
- use repo id
- remove tickgit (the service is broken)
- use dynamic pre-commit.ci badge
2023-12-16 09:45:02 +01:00
Patrick Schratz 856b2ef8c7
pre-commit fixes (#2669)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anbraten <anton@ju60.de>
2023-10-31 09:14:09 +01:00
Anbraten 03870c5583
Cleanup docs (#2478)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2023-10-17 10:31:08 +02:00
qwerty287 5eda28b120
Update README badge link (#2596)
previous link was useless as it just points to the badge itself
2023-10-16 23:16:41 +02:00
Anbraten e0ed1b3e49
Change master to main (#2044) 2023-07-31 05:47:23 +02:00
Alexander Matyushentsev 9a08ff3f3d
docs: change broken twitter url (#1729)
Looks like the Twitter URL has changed and `https://twitter.com/hashtag/WoodpeckerCI?f=live` no longer works

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2023-04-30 21:54:38 +02:00
qwerty287 00898cb6be
Fix gitpod link (#1228) 2022-10-01 13:54:19 +02:00
Anbraten 62d82765fd
Improve plugins index (#1200)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2022-09-25 19:04:47 +02:00
qwerty287 415903f7e8
Fix readme grammar and increase golangci-lint timeout (#1173) 2022-09-07 17:36:48 +01:00
6543 cf9305d3d3
Add Translation Platform to Docs (#1168)
close #1164
2022-09-04 09:37:27 +02:00
6543 6a2b7586e5
Add OpenSSF BP Badge (#1147)
close #765
2022-09-01 02:58:43 +02:00
qwerty287 98636a5493
Fix gitpod docs link (#1076) 2022-08-04 12:56:31 +02:00
Anbraten 5557674835
Add gitpod setup (#1020)
Adding [Gitpod](https://github.com/gitpod-io/gitpod) allows us and others to easily start a complete Woodpecker setup and development cloud IDE. It starts a Woodpecker server, agent and a preconfigured Gitea instance. You can login at Gitea with `woodpecker` and `password`.
2022-07-31 17:07:18 +02:00
6543 d49e2fdf17
[docs] show twitter link with content 2022-03-14 15:09:00 +01:00
6543 7b2b884a0e
Add Codecov.io Upload (#660)
use https://github.com/woodpecker-ci/plugin-codecov to track code coverage on codecov.io
2022-02-01 19:34:56 +01:00
6543 e2f31c3039
Add TODOs badge to README (#731)
<a href="https://www.tickgit.com/browse?repo=github.com/woodpecker-ci/woodpecker" title="TODOs">
  <img src="https://badgen.net/https/api.tickgit.com/badgen/github.com/woodpecker-ci/woodpecker">
</a>
2022-01-31 14:40:44 +01:00
davidak eb51f19f3d
Add WoodpeckerCI tag to README (#663)
This way people can mention the project and find other project who use it.
2022-01-05 23:32:04 +01:00
6543 d11b2bb8e5
Mention Matrix Space & Rooms in Readme & Docs (#646)
* Mention Matrix Space & Rooms in Readme & Docs

* custom labels

Co-authored-by: John Olheiser <john.olheiser@gmail.com>

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2021-12-30 11:53:52 -06:00
6543 d3eabbdebc
Update README (#560)
* Add "Stars over time to README
* Move info from README into docs & link to it
* New CI location
* New screenshot

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2021-12-03 15:36:22 +01:00
Anbraten 4cc8594b63
Update links to woodpecker-ci.org (#445) 2021-10-14 18:13:57 +02:00
6543 d4ab506507
Add Support section to README (#310)
* Add Support section to README

* Add funding config for GitHub

Co-authored-by: Anbraten <anton@ju60.de>
2021-09-17 18:34:11 +02:00
6543 a07f120d12
Community Guide (#296)
Add a Community-Guide

template was taken from [gitea](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md)

Signed-off-by: 6543 <6543@obermui.de>
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: Malachi Soord <inverse.chi@gmail.com>
2021-09-11 23:45:18 +02:00
6543 d59fdb4602
[CI] Fix docs deploy & links (#301)
* set git commiter

* update links to docu

* fix image link
2021-09-11 18:48:52 +02:00
Malachi Soord 41f2bc026d
Tidy up readme (#253) 2021-07-20 23:20:35 +02:00
6543 bfc4aa8059
Enforce code format (#228)
* format .drone.yml & go code

* improve .editorconfig

* extend Makefile

* enforce go code format

* fix space

* update deps

* clean up
2021-06-22 12:34:35 +02:00
Laszlo Fogas c7ebd68232 Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
6543 0198d815eb
Add Discord Chat to Readme
as title, server admin must enable the widget setting on the server.
2021-05-03 13:17:28 +02:00
Laszlo Fogas 8cbde94d3c
Less ideas about the goals today 2021-03-08 08:41:58 +01:00
Laszlo Fogas d3524d6541 Fixing tests 2021-02-19 09:57:34 +01:00
Alex Eftimie 709f01177a
Update README.md 2021-02-16 13:56:54 +01:00
Laszlo Fogas e155bb18af Simplified Github README 2019-11-15 11:36:29 +01:00
Laszlo Fogas a63a74053e Administration articles moved 2019-11-13 20:04:14 +01:00
Laszlo Fogas 67a41ff92f
The public build missing the deploy keys.. 2019-09-19 10:03:22 +02:00
Laszlo Fogas 630c383181 Project is renamed to Woodpecker 2019-08-27 13:07:19 +02:00
Laszlo Fogas 86f36dd744
Woodpecker 2019-07-25 13:13:13 +02:00
Laszlo Fogas c6326bdd19 Readme 2019-07-08 15:13:18 +02:00
Laszlo Fogas 21b32cc3aa Usage 2019-06-04 09:44:41 +02:00
Laszlo Fogas bbca6ea5b1 Some info on the project 2019-06-04 09:37:15 +02:00
元炜 a930403031
Fix typo 2017-09-29 09:49:56 +08:00
Tristram Oaten acef6b9ce9 Syntax highlight example drone.yml
If you can, you might as well, no?
2017-06-07 09:55:28 +01:00
Brad Rydzewski 3b5c2c8ae6 Update README.md [ci skip] 2017-05-11 14:18:08 +02:00
Brad Rydzewski ab464303a0 Update README.md [ci skip] 2017-05-11 14:12:45 +02:00