1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-07 04:21:09 +00:00
Commit graph

22 commits

Author SHA1 Message Date
qwerty287
107564f54c
Show error if secret name is missing () 2024-08-08 00:26:50 +02:00
6543
cd5f6f71a2
Migrate to github.com/urfave/cli/v3 () 2024-07-18 01:26:35 +02:00
Robert Kaussow
89e100cfd1
Add godot linter to harmonitze toplevel comments () 2024-05-13 22:58:21 +02:00
qwerty287
9df572ef31
Add release event trigger ()
Supersedes  

Bitbucket does not support release webhooks.

---------

Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
2024-01-30 17:39:00 +01:00
qwerty287
12c40eb957
Enable gocritic and don't ignore globally ()
Use `nolint` directives instead.

From 
2024-01-10 15:34:44 +01:00
qwerty287
a796885ad4
Fix flags added multiple times ()
Closes https://github.com/woodpecker-ci/woodpecker/issues/2912

Global flags should not be added to the commands/subscommands, only
globally.
2023-12-08 10:36:53 +02:00
runephilosof-karnovgroup
adb2c82790
Update go module path for major version 2 ()
https://go.dev/doc/modules/release-workflow#breaking

Fixes https://github.com/woodpecker-ci/woodpecker/issues/2913 fixes

```
runephilosof@fedora:~/code/platform-woodpecker/woodpecker-repo-configurator (master)$ go get go.woodpecker-ci.org/woodpecker@v2.0.0
go: go.woodpecker-ci.org/woodpecker@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("go.woodpecker-ci.org/woodpecker/v2")
```

---------

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-12-08 08:15:08 +01:00
qwerty287
451b71dcd4
Revert to singular CLI args ()
revert parts of https://github.com/woodpecker-ci/woodpecker/pull/2213
2023-11-14 17:03:41 +01:00
6543
5a7b689e30
Switch to go vanity urls ()
Co-authored-by: Anbraten <anton@ju60.de>
2023-11-07 08:04:33 +01:00
Anbraten
f44aa8a6fd
Remove plugin-only option from secrets () 2023-10-24 20:38:47 +02:00
qwerty287
8cdac56d8f
Check for correct license header () 2023-08-10 11:06:00 +02:00
Anbraten
e5d5ec8b47
Use id to access orgs ()
closes  

fixes: setting secrets for own user namespace

- create org in database
- use orgID for org related APIs

Co-authored-by: 6543 <6543@obermui.de>
2023-07-21 19:45:32 +02:00
Anbraten
ff01a9ff1d
Access repos by their ids ()
closes  
closes 

# TODO
- [x] add new routes with `:repoID`
- [x] load repo in middleware using `:repoID` if present
- [x] update UI routes `:owner/:name` to `:repoID`
- [x] load repos using id in UI
- [x] add lookup endpoint `:owner/:name` to `:repoID`
- [x] redirect `:owner/:name` to `:repoID` in UI
- [x] use badge with `:repoID` route in UI
- [x] update `woodpecker-go`
- [x] check cli
- [x] add migrations / deprecation notes
- [x] check if  got solved directly
- [x] Test
  - [x] create repo
  - [x] repo pages
  - [x] ui redirects
  - [x] forge status links
2023-06-13 01:07:52 +02:00
qwerty287
e568c42e84
Support plugin-only secrets ()
Closes 
2022-10-27 04:21:07 +02:00
Avinil Bedarkar
11f37f4649
Converting all inputs which are coming as secret to lowercase ()
Closes 

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2022-10-16 14:58:13 +02:00
6543
383f273392
Add cron feature ()
https://woodpecker-ci.org/docs/usage/cron

Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2022-09-01 00:36:32 +02:00
Lauris BH
366a1e18f3
Add cli support for global and organization secrets ()
* Add cli support for global and organization secrets

* Fix usage of deprecated functions
2022-08-15 20:10:13 +02:00
6543
fe31fb1e06
Drop error only on purpose or else report back or log ()
- Remove Deadcode
- Simplify Code
- Drop error only on purpose
2021-11-23 15:36:52 +01:00
6543
798c2bc8b2
Upgrade urfave/cli to v2 ()
* migrate urfave/ci v1 -> v2
* refactor cli (format flag)
* log error if agent can not listen on port 3000

close 
2021-10-27 21:03:14 +02:00
John Olheiser
4276a04f0c
Move entirely to zerolog ()
Completely switch to zerolog

(Remove usage of logrus and std logger)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2021-10-12 09:25:13 +02:00
Anbraten
2f267e2a79
Rename drone-go () 2021-10-03 00:27:43 +02:00
Anbraten
188b9e6eb5
Refactor cli ()
- move cli files from `cli/drone` to `cli/`
- move cli main to `cmd/cli/main.go` to match agent and server
- use version from `version/version.go` to match agent and server
2021-09-21 16:36:41 +02:00