woodpecker/server
6543 bc2e2c7a1b
let generic datastore error include func name (#2041)
error logs like:
```
{"level":"warn","error":"sql: no rows in result set","time":"2023-07-25T21:29:56Z"}
```

have to less context to be helpfull.
this will cange it as the message now looks like:

```
{"level":"warn","error":"GetPipelineLast: sql: no rows in result set", "time":"2023-07-27T02:54:25+02:00"}
```
2023-07-27 21:22:24 +02:00
..
api Use id to access orgs (#1873) 2023-07-21 19:45:32 +02:00
badges Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cache Use id to access orgs (#1873) 2023-07-21 19:45:32 +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 Use id to access orgs (#1873) 2023-07-21 19:45:32 +02:00
grpc Fix agent auth (#1952) 2023-07-08 18:09:34 +02:00
logging Fix log view (#1874) 2023-07-01 18:55:00 +02:00
model Use id to access orgs (#1873) 2023-07-21 19:45:32 +02:00
pipeline Fix repo gate protection (#1969) 2023-07-11 17:34:50 +02:00
plugins Use id to access orgs (#1873) 2023-07-21 19:45:32 +02:00
pubsub Update Go dependencies and minimal Go version to 1.20 (#1650) 2023-03-21 00:48:15 +01:00
queue Add own workflow model (#1784) 2023-06-27 18:01:18 +02:00
router Use id to access orgs (#1873) 2023-07-21 19:45:32 +02:00
store let generic datastore error include func name (#2041) 2023-07-27 21:22:24 +02:00
web support custom .JS and .CSS files for custom banner messages (white-labeling) (#1781) 2023-07-10 12:46:35 +02:00
config.go support custom .JS and .CSS files for custom banner messages (white-labeling) (#1781) 2023-07-10 12:46:35 +02:00