Commit Graph

215 Commits

Author SHA1 Message Date
qwerty287
bac4431d08
Fix args docs for admin secrets () 2025-04-26 09:22:15 +03:00
renovate[bot]
c45657721f
fix(deps): update golang-packages ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-04-25 15:55:30 +03:00
renovate[bot]
e7243e3ff5
fix(deps): update golang-packages ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-04-22 10:55:07 +02:00
Joshua Chapman
22d24b8457
fix(cli): add name flag to adming secret add () 2025-04-17 16:37:16 +02:00
Robert Kaussow
73de1021a8
Fix cli format flag fallback () 2025-04-03 07:32:15 +02:00
Robert Kaussow
9a2b13341e
Migrate repo output format to customizable output () 2025-03-05 15:28:54 +02:00
qwerty287
818d66d47a
Replace deprecated linter () 2025-02-14 11:09:07 +02:00
qwerty287
fdfabe6368
Support Git as only VCS ()
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
2024-12-27 22:49:19 +01:00
qwerty287
81b74025d4
Update Go imports paths ()
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-12-22 10:44:34 +01:00
Robert Kaussow
b3c61fa47b
Add client error to sdk and fix purge cli () 2024-12-16 13:05:27 +01:00
Robert Kaussow
fe11db6cd3
Replace discontinued mitchellh/mapstructure by maintained fork () 2024-12-16 07:41:49 +01:00
Robert Kaussow
ff2469ec5b
Fix pipeline purge cli command () 2024-12-15 08:20:08 +02:00
qwerty287
013647340c
Show client flags () 2024-12-09 15:00:21 +02:00
6543
6e18a44880
Set new default approval mode based on repo visibility ()
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-12-05 09:16:25 +01:00
Robert Kaussow
3c31284e7b
Use pagination helper to list pipelines in cli ()
Co-authored-by: 6543 <6543@obermui.de>
2024-12-01 20:39:47 +01:00
qwerty287
0f87ddc057
Sort cli commands alphabetically ()
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-11-30 20:11:57 +02:00
Robert Kaussow
bb1461d5d8
Fix spellcheck in purge log () 2024-11-30 18:00:11 +01:00
Robert Kaussow
57e7572b6f
Unify cli commands and flags ()
- Unify command and flag descriptions
- Unify logs
- Rename `woodpecker-cli [registry|ssecret|...] info` commands to `woodpecker-cli [registry|ssecret|...] show`
2024-11-30 15:23:44 +01:00
Robert Kaussow
5149d3eda4
Add pipeline purge command to cli () 2024-11-30 13:57:59 +01:00
Robert Kaussow
35f54042ce
Move pipeline logs command () 2024-11-30 10:18:17 +01:00
Robert Kaussow
5cbb57bfdc
Fix woodpecker-go repo model to match server () 2024-11-30 02:47:17 +02:00
Robert Kaussow
d4c0178251
Restructure cli commands () 2024-11-28 18:25:49 +01:00
Robert Kaussow
08bd52a1b1
Add pagination options to all supported endpoints in sdk () 2024-11-27 07:53:35 +01:00
Robert Kaussow
7cedda7387
Sanitize strings in table output () 2024-11-26 22:15:26 +01:00
Robert Kaussow
bf1750a291
Add PipelineListsOptions to woodpecker-go () 2024-11-26 11:50:48 +01:00
Patrick Schratz
196e2b6acf
Improve project settings descriptions ()
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2024-11-22 09:28:41 +01:00
renovate[bot]
78cc9eba4d
fix(deps): update golang-packages ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-11-18 19:40:45 +01:00
Anbraten
5e2fa8164b
Extend approval options () 2024-11-18 14:49:12 +01:00
6543
f4d7e9f0ff
Add cli lint option to treat warnings as errors ()
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-11-13 16:28:02 +01:00
qwerty287
29474fc7d9
Split repo trusted setting () 2024-11-01 21:37:31 +01:00
Patrick Schratz
b0f52b9bc9
Correct spelling () 2024-10-29 17:43:54 +01:00
6543
2e29d43b58
Correctly init workflow metadata for cli exec () 2024-10-09 12:17:23 +02:00
6543
fcc57dfc38
Replay pipeline using cli exec by downloading metadata ()
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-09-25 07:20:51 +02:00
6543
1a6c8dfec6
Ensure cli exec has by default not the same prefix () 2024-09-24 22:49:36 +02:00
6543
b59533a06f
cli exec: rename "--pipeline-files" to "--pipeline-changed-files" () 2024-09-24 20:29:19 +02:00
6543
352201dbbd
cli exec: fix flag type and remove uneffective ones () 2024-09-24 19:08:18 +02:00
6543
4683968925
Fix regression of () 2024-09-17 07:46:31 +03:00
6543
e89a2f38fd
Make cli exec metadata on pair with build in server generated metadata ()
remove some old environment and add all missing options to set the whole build-in environment on `cli exec` via flags


---
*Sponsored by Kithara Software GmbH*

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-09-16 22:03:24 +02:00
6543
38ed7f9efd
Remove some ci environment variables ()
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-09-08 08:59:58 +03:00
6543
32d1ec7cec
Remove all default privileged plugins () 2024-09-02 10:41:20 +02:00
6543
3c8204a0e0
Allow alter trusted clone plugins and filter them via tag () 2024-09-01 20:41:10 +02:00
hg
37d1ca8bc1
Read long log lines from file storage correctly () 2024-08-25 22:53:04 +02:00
qwerty287
107564f54c
Show error if secret name is missing () 2024-08-08 00:26:50 +02:00
smainz
c7b64e24ab
Make cli plugin log purge recognize steps by name () 2024-07-21 11:36:01 +02:00
6543
7903d6f357
CLI: remove step-id and add step-number as option to logs () 2024-07-19 09:29:22 +02:00
smainz
49c2029cad
Cli fix pipeline logs ()
Co-authored-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2024-07-18 20:39:18 +02:00
6543
cd5f6f71a2
Migrate to github.com/urfave/cli/v3 () 2024-07-18 01:26:35 +02:00
qwerty287
a076393561
Exclude dummy backend in production () 2024-07-08 16:29:43 +02:00
Anbraten
ceb14cadc5
Fix deploy task env () 2024-07-07 13:43:07 +02:00
Anbraten
e118f8d980
Ignore warnings for cli exec () 2024-07-03 16:22:09 +02:00