uffizzi
uffizzi copied to clipboard
Build self-serve developer platforms in minutes, not months with out-of-the-box Kubernetes multi-tenancy, virtual clusters, cloud-based dev environments, customizable templating, and more.
Wrong class initialization in uffizzi_app/core/app/controllers/concerns/uffizzi_core/dependency_injection_concern.rb ``` module_class(:github).new ``` Should be without `new` because it's a module.
Needs changes to be able to add dependency injection from the platform and use Github module in the platform.
**Tell us about your request** Currently, open-source Uffizzi users must run `rake uffizzi_core:create_user` to create the first user after installing Uffizzi using Helm. I believe Helm can do this for...
We use `NotAuthorizedError` in `UffizziCore::DockerHubClient` but this error does not exists in project
We need to setup a few tools for the docker extension: 1. Linter (make lint) 2. Prettier and tsconfig 3. Remove all relative paths like this: 'import { UseIframeListenerState }...
Additional backend part for task UffizziCloud/uffizzi_cli#79
docker-compose docs: https://docs.docker.com/compose/compose-file/#expose kubernetes docs: https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#exposing-pods-to-the-cluster
Add support for `depends_on` short and long syntax as described in the documentation. https://docs.docker.com/compose/compose-file/#depends_on Kubernetes docs: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
Docker-compose doc: https://docs.docker.com/compose/compose-file/deploy/#replicas Kubernetes doc: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
https://docs.docker.com/compose/compose-file/#links