guix-cuirass/TODO

48 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2021-03-22 12:49:07 +01:00
-*- mode: org; coding: utf-8; -*-
#+TITLE: What's left to do?
#+STARTUP: content hidestars
2023-07-15 17:36:28 +02:00
* Agentize everything
- fetch/evaluate
- build
- metrics
* Implement web hooks
- add a POST endpoint so we don't have to pull
- see https://docs.gitlab.com/15.11/ee/user/project/integrations/webhooks.html
* Notify instead of polling
- 'register' notifies 'remote-server' of available builds
- 'remote-server' notifies 'remote-worker' processes of available builds
- 'web' notifies 'register' of build requests
2023-07-15 19:40:57 +02:00
* Make =remote-worker= more dynamic
- replace fixed =--workers= option with something based on current load (?)
2023-07-15 17:36:28 +02:00
* Improve the user interface
** Clarify the new success/failure/queued figures on eval page
** Colorize build logs
With client-side JS; folding of build phases, etc.
* Replace alists with records
Similar to what =define-json-mapping= does.
2023-07-15 19:40:57 +02:00
* Add Guix Build Coordinator backend
2023-07-15 17:36:28 +02:00
* Use Spritely Goblins
- make it possible to hand over capabilities to invidivual agents
* COMMENT Copyright
2021-03-22 12:49:07 +01:00
Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
2023-07-15 17:36:28 +02:00
Copyright © 2023 Ludovic Courtès <ludo@gnu.org>