octopush/roadmap.md

47 lines
1.0 KiB
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
- [x] Setup a way to choose actions and predicates
- [x] Allow instantiation of actions, kraken template repo etc.
- [x] Implement docker action
- [x] Create pr for gitea provider
- [x] Providing query results
2022-09-18 17:02:47 +02:00
- [x] Create CLI to trigger action
### Not in scope
2022-09-11 13:43:29 +02:00
2022-09-18 17:02:47 +02:00
## Version 0.2
- [ ] Write README
- [ ] Make configurable ssh user
- [ ] Make configurable gpg keyset
- [ ] Make configurable git provider
- [ ] Create templating function
- [ ] Add way to see progress of runners
- [ ] Implement global .kraken store for easy access
- [ ] Move builders to start instead of every time
2022-09-18 17:02:47 +02:00
## Version 0.x
- Think about some sort of isolation
- Run authenticated on servers
- Create queuing system
- Setup pool of runners