woodpecker/server/pipeline
Anbraten 2337f1854a
Add queue details UI for admins (#1632)
# Changes
- Adds an admin view to see the whole work-queue of the server. 
- The admin can also pause / resume the queue. 
- The view is reloading data every 5 seconds automatically.
- The task model from queue got removed in favor of the one from models.
2023-03-20 04:50:56 +01:00
..
approve.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
cancel.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
config.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
create.go Define WOODPECKER_FORGE_TIMEOUT server config (#1558) 2023-02-01 18:53:19 +01:00
decline.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
errors.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
filter.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
helper.go Rename remote to forge (#1357) 2022-11-05 00:35:06 +01:00
items.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
pipelineStatus.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
pipelineStatus_test.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
queue.go Add queue details UI for admins (#1632) 2023-03-20 04:50:56 +01:00
restart.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
start.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
stepStatus.go Split and refactor (#1394) 2022-11-06 12:44:04 +01:00
stepStatus_test.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
topic.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00