woodpecker/server
Lauris BH a58e3b9e06
Handle parsed hooks that should be ignored (#2243)
Currently it would fail with panic:

```
runtime error: invalid memory address or nil pointer dereference
...
/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/forge/gitea/gitea.go:492 (0xdfb32e)
```
2023-08-18 14:25:29 +02:00
..
api Move "skip ci" logic into global pipeline conditions (#2216) 2023-08-17 15:52:43 +02:00
badges Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cache Switch to upstream ttlcache (#2187) 2023-08-10 09:17:12 +02:00
ccmenu Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cron Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
forge Handle parsed hooks that should be ignored (#2243) 2023-08-18 14:25:29 +02:00
grpc Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
logging Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
model Add SSH clone URL env var (#2198) 2023-08-12 17:39:13 +02:00
pipeline Move "skip ci" logic into global pipeline conditions (#2216) 2023-08-17 15:52:43 +02:00
plugins Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
pubsub Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
queue Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
router Move hook and events-stream routes to use /api prefix (#2212) 2023-08-16 02:42:37 +02:00
store Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
web Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
config.go Make sure we dont have hidden options for backend and pipeline compiler (#2123) 2023-08-07 21:13:26 +02:00