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 |
|
qwerty287
|
001b5639a6
|
Use assert for test (#3201)
instead of `if`s
|
2024-01-14 19:33:58 +01:00 |
|
qwerty287
|
b9f6f3f9fb
|
Replace goimports with gci (#3202)
`gci` seems to be much more strict.
|
2024-01-14 18:22:06 +01:00 |
|
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 |
|
qwerty287
|
70711ed9db
|
Replace interface{} with any (#2807)
like golang:
2580d0e08d
|
2023-11-12 18:23:48 +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
|
8cdac56d8f
|
Check for correct license header (#2137)
|
2023-08-10 11:06:00 +02:00 |
|
Lauris BH
|
46452fbd84
|
Update Go dependencies and minimal Go version to 1.20 (#1650)
Signed-off-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@obermui.de>
|
2023-03-21 00:48:15 +01:00 |
|
6543
|
08a99152d6
|
Dedup code and migrate away from deprecated funcs (#1141)
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-08-30 01:14:07 +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 |
|