Add fine grained support for deploying filtering by commit/branch/tag references.
/deploys/[name]
Add button to manually re-deploy
Show containers launched by this deploy
Show results from last submitted job for this deployment
/deploys/[name]/jobs Jobs filtered by this deploy
/deploys/[name]/jobs/[uuid] Just a mirror to this job page
/deploys Add more buttons for managing deploys
/deploys/new Better new deploy form
/jobs Add buttons to manage jobs: kill currently running job, clearing job entries...
/jobs/[uuid] Mostly works, maybe check for some bugs and do a redesign with the logs full screen like with GitHub Actions
/jobs/[uuid]/logs This is just an endpoint to get all raw logs for a job and setup server sent events
/containers Redesign and add some buttons, for now this is readonly
Deployment Types
Git
Shell
Dockerfile
Docker compose
Git-less
Docker Image
Show container launched by this deploy in the deploy page
Rename deploy type to docker-image
Misc
Sidebar
Add favourites to containers and deploys that show up in the sidebar
Authentication
Add a stop button for docker-image deploys and containers
# phCD
Cose da fare prossimamente
## Pages
- [ ] `/api/webhook`
- [ ] Add fine grained support for deploying filtering by commit/branch/tag references.
- [ ] `/deploys/[name]`
- [x] Add button to manually re-deploy
- [x] Show containers launched by this deploy
- [x] Show results from last submitted job for this deployment
- [ ] `/deploys/[name]/jobs` Jobs filtered by this deploy
- [ ] `/deploys/[name]/jobs/[uuid]` Just a mirror to this job page
- [ ] `/deploys` Add more buttons for managing deploys
- [ ] `/deploys/new` Better new deploy form
- [ ] `/jobs` Add buttons to manage jobs: kill currently running job, clearing job entries...
- [ ] `/jobs/[uuid]` Mostly works, maybe check for some bugs and do a redesign with the logs full screen like with GitHub Actions
- [ ] `/jobs/[uuid]/logs` This is just an endpoint to get all raw logs for a job and setup server sent events
- [ ] `/containers` Redesign and add some buttons, for now this is readonly
## Deployment Types
### Git
- [x] Shell
- [ ] Dockerfile
- [ ] Docker compose
### Git-less
- [x] Docker Image
- [x] Show container launched by this deploy in the deploy page
- [x] Rename deploy type to `docker-image`
## Misc
- [ ] Sidebar
- [ ] Add favourites to containers and deploys that show up in the sidebar
- [ ] Authentication
- [ ] Add a stop button for docker-image deploys and containers
aziis98
changed title from Sprint Pasquale to MVP10 months ago
phCD
Cose da fare prossimamente
Pages
/api/webhook
/deploys/[name]
Add button to manually re-deploy
Show containers launched by this deploy
Show results from last submitted job for this deployment
/deploys/[name]/jobs
Jobs filtered by this deploy/deploys/[name]/jobs/[uuid]
Just a mirror to this job page/deploys
Add more buttons for managing deploys/deploys/new
Better new deploy form/jobs
Add buttons to manage jobs: kill currently running job, clearing job entries.../jobs/[uuid]
Mostly works, maybe check for some bugs and do a redesign with the logs full screen like with GitHub Actions/jobs/[uuid]/logs
This is just an endpoint to get all raw logs for a job and setup server sent events/containers
Redesign and add some buttons, for now this is readonlyDeployment Types
Git
Shell
Dockerfile
Docker compose
Git-less
Docker Image
Show container launched by this deploy in the deploy page
Rename deploy type to
docker-image
Misc
Sidebar
Authentication
Add a stop button for docker-image deploys and containers
Sprint Pasqualeto MVP 10 months ago