1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-29 20:39:54 +02:00

10 Commits

Author SHA1 Message Date
qwerty287
b9f6f3f9fb
Replace goimports with gci ()
`gci` seems to be much more strict.
2024-01-14 18:22:06 +01:00
6543
c64340cf8f
Use UUID instead of step name where possible ()
things I found while looking at  
2024-01-09 05:43:03 +01: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
6543
5a7b689e30
Switch to go vanity urls ()
Co-authored-by: Anbraten <anton@ju60.de>
2023-11-07 08:04:33 +01:00
6543
c75068920c
save GOOS and GOARCH in local engine ()
make refactoring easyer
2023-11-02 07:58:32 +01:00
qwerty287
efbde332a3
Fix CI_WORKSPACE in local backend ()
closes https://github.com/woodpecker-ci/woodpecker/issues/2610
2023-10-23 12:54:10 +02:00
6543
8629a418f8
local backend set home variable windows-equivalent too () 2023-10-01 14:56:49 +02:00
6543
3954d85a5b
Add "plugin" support to local backend ()
and a nit to improve the clone


---
*Sponsored by Kithara Software GmbH*
2023-08-22 22:00:32 +02:00
6543
0c282e86e8
fix regression and add trace in clone for local backend ()
regression of  
close  
2023-08-18 14:26:04 +02:00
6543
10b1cfcd3b
Enhance local backend ()
make local backend able to clone from private

---------
*Sponsored by Kithara Software GmbH*
Co-authored-by: Bruno BELANYI <bruno@belanyi.fr>
2023-08-07 15:39:58 +02:00