octopush/roadmap.md

33 lines
684 B
Markdown
Raw Normal View History

2022-09-11 13:43:29 +02:00
# Roadmap
## POC:
- [x] Add cuddle
- [x] Create storage mechanism
- [x] Pull repository into storage
- [x] Create test action to run on repository
- [x] Sign commit using gpg
- [x] Push commits to branch
2022-09-11 13:43:29 +02:00
### Not in scope
- [ ] Pooled runners
- [ ] CLI with options
- [ ] Server app
- [ ] Git hosting providers
2022-09-11 13:43:29 +02:00
## Version 0.1
2022-09-13 20:23:24 +02:00
- [ ] Setup a way to choose actions and predicates
2022-09-11 13:43:29 +02:00
- [ ] Allow instantiation of actions, kraken template repo etc.
- [ ] Create pr for gitea provider
2022-09-11 13:43:29 +02:00
- [ ] 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
2022-09-13 20:23:24 +02:00
- [ ] Write README