autotasker/TODO.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2024-07-21 19:27:43 +00:00
# Work
2024-04-27 09:59:43 +00:00
2024-07-21 19:27:43 +00:00
## TODO
2024-04-27 09:59:43 +00:00
- [ ] Implement support for webhook and debouncing of webhook
- [ ] Implement basic auth with HTTP basic auth (to trigger and see logs only)
- [ ] add CSS badge and color code on job status
2024-07-21 19:27:43 +00:00
- [ ] Validating config file
2024-07-22 18:25:30 +00:00
- validate schedule CRON syntax
- [ ] Implement basic auth with OAuth2
2024-07-21 19:27:43 +00:00
- [ ] Add `Dockerfile` and docker-compose example
- [ ] Add CI/CD to build docker image
- [ ] Add configuration to limit the logs head and tail
- In a limited mode, we would filter out logs and only keep the head and tail AND Errors or stacktrace
- [ ] Save logs incremently, in regular fashion
- [ ] Add HTML table instead of UL for tasks run history
- [ ] Sort tasks run history by date
- [ ] Pagination of tasks run history
- [ ] JSON support, content-negotiation
- [ ] Websocket return of logs
- [ ] Add openmetrics exporter endpoint to alert when jobs fails
- [ ] Add jobs groups?
- [ ] Add a way to trigger one or multiples tasks from a webhook endpoint, defined in a config file
- [ ] Support connecting to remote server by SSH to execute task
- [ ] Support role authorization RBAC, reader and writer.
- Reader can only read logs and tasks results
- Writter can trigger task run.
2024-04-27 09:59:43 +00:00
2024-07-21 19:27:43 +00:00
## Archive
2024-04-27 09:59:43 +00:00
2024-07-21 19:27:43 +00:00
- [x] setup sqlite
- [x] store of task run logs in sqlite
- [x] Implement basic scheduler
- [x] Add basic CSS
- [x] Load config file from `/etc/`