Eric Liu
Eric Liu
We want to aggregate into one stream subscribe service states and tail log entries. This will significantly simplify CLI handling of two streams at the same time. In SubscribeRequest include...
Increase test coverage. As codebase and functionality increases we need to ensure we don't create regressions and need to increase confidence in our code changes. - [x] #975 - [x]...
Look into making the defang protos package it's own submodule to be build and imported into defang and defang-mvp repos. Both repos have a dependency on the protos package but...
Current deployments are identified by tenantId and service name (which is also not unique see [issue 341](https://github.com/DefangLabs/defang-mvp/issues/341). We should add another identifier, **_project_**, to distinguish between deployments. We should also...
fixes #228 - Add cd version to project - byoc deploy using project cd version or latest for first deploy
Problem: the URL given to the user at the end of a successful deploy may take a long time to resolve. The main issue involves certs and load balancers. In...
I received this error when deploying sample `sample-django-channels-redis-postgres` : ``` error: could not make instance of 'gcp:compute/subnetwork:Subnetwork': name 'sample-django-channels-redis-postgres-template-shared-subnet-' plus 7 random chars is longer than maximum length 63``` Any...
If a compose file only has managed services (redis, postgres) then the CLI will not exit as there is no detection of managed service statuses.
On GCP mongodb projects, the gcp cd will create a config/secret (_URL) on deployment containing the connection string which the service using mongodb can use to connect. On first deployment...