woodpecker/server/api
qwerty287 ade8e6d010
Various fixes and improvements (#1643)
- allow repo names to be case-insensitive
- improve backend error handling on DB get errors (record not found ->
404, else -> 500)
- replace magic numbers of http response codes
- unify the look and feel of cancel / save buttons on forms and view
them in one line

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
2023-03-19 13:52:58 +01:00
..
debug Reorganize code into server/{api,grpc,shared} packages (#337) 2021-09-22 20:48:01 +02:00
metrics disable metrics access if no token is set (#1469) 2022-12-09 18:03:43 +01:00
agent.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
badge.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
cron.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
file.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
global_secret.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
helper.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
hook.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
login.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
org.go Add global and organization secrets (#1027) 2022-08-14 13:48:53 +02:00
org_secret.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
pipeline.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
registry.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
repo.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
repo_secret.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
signature_public_key.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
stream.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
user.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
users.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00
z.go Various fixes and improvements (#1643) 2023-03-19 13:52:58 +01:00