Robert Kaussow
|
7756c60a33
|
Enable golangci linter stylecheck (#3167)
This PR only fixes error string formatting, log message strings are
still mixed upper/lowercase (see
https://github.com/woodpecker-ci/woodpecker/pull/3161#issuecomment-1885140649)
and I'm not aware of a linter to enforce it.
|
2024-01-10 22:56:42 +01:00 |
|
runephilosof-karnovgroup
|
adb2c82790
|
Update go module path for major version 2 (#2905)
https://go.dev/doc/modules/release-workflow#breaking
Fixes https://github.com/woodpecker-ci/woodpecker/issues/2913 fixes
#2654
```
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 (#2706)
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-11-07 08:04:33 +01:00 |
|
qwerty287
|
3bd53b379e
|
Fix gitlab hooks and simplify config extension (#2537)
- closes #2534
- remove `IsConfigured` func from config extension.
If `server.Config.Services.ConfigService != nil` it is always configured
|
2023-10-07 16:41:25 +02:00 |
|
Pablo Ovelleiro Corral
|
09624aa286
|
Pass netrc data to external config service request (#2310)
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-08-21 13:22:33 +02:00 |
|
6543
|
18311d4360
|
Split and refactor (#1394)
Closes #974
|
2022-11-06 12:44:04 +01:00 |
|
qwerty287
|
3372d1a87c
|
Rename remote to forge (#1357)
As of #745
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-11-05 00:35:06 +01:00 |
|
qwerty287
|
f88c70b55e
|
Rename to pipeline in DB and JSONs (#1296)
Closes #1282
Follow-up to #1224, addresses #745
- changes JSON fields
- adds migration to rename columns
- fixes some comments
|
2022-10-22 15:54:43 +02:00 |
|
qwerty287
|
849e05bb8b
|
Rename build to pipeline in code (#1224)
Ref: #745
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: 6543 <6543@obermui.de>
|
2022-10-18 03:24:12 +02:00 |
|
Anbraten
|
cc30db44ac
|
Use asym key to sign webhooks (#916)
* use async key pair for webhooks
* fix tests
* fix linter
* improve code
* add key pair to database
* undo some changes
* more undo
* improve docs
* add api-endpoint
* add signaturne api endpoint
* fix error
* fix linting and test
* fix lint
* add test
* migration 006
* no need for migration
* replace httsign lib
* fix lint
Co-authored-by: 6543 <6543@obermui.de>
|
2022-06-01 20:06:27 +02:00 |
|