woodpecker/pipeline
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
..
backend Fix linter (#1647) 2023-03-18 20:35:27 +01:00
frontend Only grant privileged to plugins (#1646) 2023-03-19 03:07:10 +01:00
multipart Dedup code and migrate away from deprecated funcs (#1141) 2022-08-30 01:14:07 +02:00
rpc Add PR pipeline list (#1641) 2023-03-19 10:43:57 +01:00
samples Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
schema Add option to ignore failures on steps (#1219) 2022-11-15 19:47:27 +01:00
shared Fix multiline secrets replacer (#700) 2022-01-16 22:57:37 +01:00
drone_compatibility.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
error.go Fix invalid service names for Kubernetes (#1234) 2022-10-05 13:39:48 +02:00
error_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
logger.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
option.go Make pipeline runtime log with description (#970) 2022-06-15 18:11:20 +02:00
option_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
pipeline.go Refactor agent: split code in subfunctions (#1441) 2022-11-23 15:35:24 +01:00
stepBuilder.go Add pull request labels as environment variable (#1321) 2023-03-17 03:43:04 +01:00
stepBuilder_test.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
tracer.go Fix wrong drone env vars (#1419) 2022-11-22 23:57:12 +01:00