added roadmap

This commit is contained in:
2022-09-11 13:43:29 +02:00
parent c42d3761a4
commit b3302bb3c6
5 changed files with 61 additions and 71 deletions

26
roadmap.md Normal file
View File

@@ -0,0 +1,26 @@
# Roadmap
## POC:
- [ ] Create test action.
- [ ] List git repositories on git.front.kjuulh.io.
- [ ] Run action on each repo in list (hard-coded) using ssh and gpg.
- [ ] Create PR
### Not in scope
- [ ] Pooled runners
- [ ] CLI with options
- [ ] Server app
## Version 0.1
- [ ] Allow instantiation of actions, kraken template repo etc.
- [ ] Create predicate handle
- [ ] Think about some sort of isolation
- [ ] Create CLI to trigger action
- [ ] Setup pool of runners
- [ ] Run authenticated on servers
- [ ] Create queuing system
## Version 1.0