woodpecker/server/api
qwerty287 42a115e19e
Add PR pipeline list (#1641)
Instead of viewing PR pipelines in the branches lists, add a separate
list for them. The API endpoint for PRs supports pagination (thus I
added a lot of pagination-related stuff), the UI doesn't yet though.


![wp](https://user-images.githubusercontent.com/80460567/226099133-bb4935d6-c357-4d73-8465-9157e25c0d82.png)

Closes #1619 

Extends this part of #1640

---------

Co-authored-by: Anbraten <anton@ju60.de>
2023-03-19 10:43:57 +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 Add agent no-schedule flag (#1567) 2023-01-30 20:18:48 +01:00
badge.go fix: return 404 on badge request for inactive repo (#1600) 2023-03-04 11:36:13 +01:00
cron.go Rename remote to forge (#1357) 2022-11-05 00:35:06 +01:00
file.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
global_secret.go Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
helper.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
hook.go Rename forge-id to forge-remote-id (#1418) 2022-11-15 15:01:23 +01:00
login.go Add users UI for admins (#1634) 2023-03-18 21:21:20 +01:00
org.go Add global and organization secrets (#1027) 2022-08-14 13:48:53 +02:00
org_secret.go Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
pipeline.go Return 404 if pipeline not exist and handle 404 errors in WebUI (#1627) 2023-03-17 02:10:51 +01:00
registry.go Return return 404 if registry to delete do not exist (#1278) 2022-10-18 01:48:04 +02:00
repo.go Add PR pipeline list (#1641) 2023-03-19 10:43:57 +01:00
repo_secret.go Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
signature_public_key.go Use asym key to sign webhooks (#916) 2022-06-01 20:06:27 +02:00
stream.go Spelling (#1405) 2022-11-09 08:12:17 +01:00
user.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
users.go Add users UI for admins (#1634) 2023-03-18 21:21:20 +01:00
z.go Drop error only on purpose or else report back or log (#514) 2021-11-23 15:36:52 +01:00