2022-09-11 13:43:29 +02:00
|
|
|
# Roadmap
|
|
|
|
|
|
|
|
## POC:
|
|
|
|
|
2022-09-12 22:26:32 +02:00
|
|
|
- [x] Add cuddle
|
2022-09-12 22:12:02 +02:00
|
|
|
- [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
|
|
|
|
|
2022-09-18 16:49:34 +02:00
|
|
|
- Pooled runners
|
|
|
|
- CLI with options
|
|
|
|
- Server app
|
|
|
|
- Git hosting providers
|
2022-09-11 13:43:29 +02:00
|
|
|
|
|
|
|
## Version 0.1
|
|
|
|
|
2022-09-18 16:49:34 +02:00
|
|
|
- [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
|
2022-09-18 16:49:34 +02:00
|
|
|
|
|
|
|
### Not in scope
|
2022-09-11 13:43:29 +02:00
|
|
|
|
2022-09-18 17:02:47 +02:00
|
|
|
## Version 0.2
|
2022-09-18 16:49:34 +02:00
|
|
|
|
2022-09-18 21:09:48 +02:00
|
|
|
- [x] Write README
|
2022-09-18 16:49:34 +02:00
|
|
|
- [ ] Make configurable ssh user
|
|
|
|
- [ ] Make configurable gpg keyset
|
|
|
|
- [ ] Make configurable git provider
|
2022-09-18 17:04:25 +02:00
|
|
|
- [ ] Add github
|
|
|
|
- [ ] Create templating function for easily creating new actions
|
2022-09-18 16:49:34 +02:00
|
|
|
- [ ] Add way to see progress of runners
|
2022-09-18 17:04:25 +02:00
|
|
|
- [ ] Implement global .kraken store for easy access to settings
|
|
|
|
- [ ] Move builders to start instead of every building on every action
|
2022-09-18 16:49:34 +02:00
|
|
|
|
2022-09-18 21:10:49 +02:00
|
|
|
## Version 0.3
|
|
|
|
|
|
|
|
- [ ] Create setup version for local actions
|
|
|
|
- [ ] Create setup version for server actions
|
|
|
|
- [ ] Create json schema
|
2022-09-18 21:14:06 +02:00
|
|
|
- [ ] Move roadmap to release / changelog
|
2022-09-18 21:10:49 +02:00
|
|
|
|
2022-09-18 17:02:47 +02:00
|
|
|
## Version 0.x
|
2022-09-18 16:49:34 +02:00
|
|
|
|
|
|
|
- Think about some sort of isolation
|
|
|
|
- Run authenticated on servers
|
|
|
|
- Create queuing system
|
|
|
|
- Setup pool of runners
|