Rafa Castelblanque
Rafa Castelblanque
Signed-off-by: Rafa Castelblanque ### Description of the change This PR adds the ability to set a service token to be used by Kubeapps on additional clusters. There was the original...
### Description of the change Trivial PR trying to fix the error appearing with E2E test 04 for Carvel. It seems that #5273 didn't work, so adding now a check...
**Summary** Remove old dead code related mainly to `kubeops` and pre-plugins architecture. Migrate code under `/pkg` that is directly related to `helm` plugin only. **Description** After removing `kubeops` (#5253) there...
**Summary** In some Cobra commands, if no specific config file is provided, a fixed file name is looked up in the home folder. This is something inherited from old code...
**Summary** GoReleaser is a widely used tool for finding out problems prior to releasing Go projects. It could be helpful for Kubeapps. **Background and rationale** It is a tool used...
### Description: Move CI to Github actions - Benefit: Be aligned with most of the Tanzu projects using it Related to #4096 ### Progress - [x] test_go - [x] test_dashboard...
### Description: Currently Kubeapps is capable of dynamically generating a form with chart values metadata so that users can use it to adjust installation values. Sometimes this kind of dynamic...
### Description: Encapsulate logic scattered in CircleCI Yaml file into script files (e.g. cluster creation) in order to ease the future transition to Github. - Benefit: Having all the logic...
**Summary** Define architecture diagram/s of Kubeapps as code, in a file living in the Git repo. **Background and rationale** There is no clear diagram (or set of diagrams) that defines...
**Summary** Rework the frontend code related to global namespaces, specially related to package repositories. For example, when retrieving the summary of repositories, the _"Helm global"_ namespace is used (the one...