controller
controller copied to clipboard
Deis Workflow Controller (API)
I've added a certificate using one user, with `deis certs:add ...`, then as a different user, I want to attach this certificate to an application's custom domain, but when doing...
Right now we generally just test that an AppSetting was created, updated and deleted... We are mostly exercising Django and DRF at that point, making sure some nuances are taken...
Right now when a user starts a deploy in the app log you can see "helgi deployed FOO" before it is deployed - This is rather confusing. Proposal is to...
Create validation functions for the various Kubernetes requirements Such as validation what is used to validate the various length and char requirements. Basically DNS validation. Labels are 63 chars, adhere...
Ability to cancel a deployment (`deis deploy:cancel`), but the question is will it create: - a new release in Deis (allows for doing a "log" but release is still kept...
This is an umbrella ticket and not all of these things need to be done urgently. Just didn't want to create bunch of tiny tickets just yet - When fetching...
When deleting apps / resources in DB we actually do a hard delete but what if we did soft delete? It is easier to trace things through time http://stefan.haflidason.com/safer-soft-deletion-in-django/ http://www.akshayshah.org/post/django-soft-deletion/...
Most of the time Deployments continue when HTTP connection is severed between our CLI and our API. However, if bad config/image etc is pushed then we are not in as...
Instead of JSONField consider doing a parent/child model to handle proc type information. (and other nested information). Autoscales model with Autoscale for web and worker records. This will only work...
According to @lavalamp, Workflow clusters in GKE are triggering [this bug](https://github.com/kubernetes/kubernetes/issues/32908). This issue occurs because Workflow will re-tag an image even if no changes were made. We used to do...