Rafa Castelblanque

Results 27 issues of Rafa Castelblanque

**Summary** Review and adapt existing Kubeapps documentation to comply with new guidelines defined in #5019. **Background and rationale** New guidelines for documentation have been added to Kubeapps in #5019 and...

kind/documentation

**Summary** Explore the technical feasibility of adding support for [Acorn](https://acorn.io/). **Background and rationale** Acorn is self defined as "_an application packaging and deployment framework that simplifies running apps on Kubernetes_"....

component/packages
kind/proposal

### Description: When a user that does not have permissions to delete repos, tries to do so in a non-global repo, the UI error appears for milliseconds and then disappears....

kind/bug
good first issue
component/ui

### Description: Unify E2E tests RBAC between OIDC and serviceaccounts. E.g. currently there are 2 users in OIDC or 3 tokens otherwise. - Benefit: Same RBAC for all test scenarios...

component/ci
kind/enhancement

### Description: Add additional ChartMuseum instance with public access, so that we can get rid of the Gitlab repo and Prometheus repo that CI currently uses to perform some tests....

component/ci
kind/enhancement

### Description: CI tests use profusely the `page.waitForTimeout()` function. This adds uncertainty and sometimes unknown outcomes to the Playwright tests. It would be better to avoid using it. Benefit: Reducing...

component/ci
kind/enhancement

### Description: Run E2E tests for all browsers available in Playwright when doing a release. [Playwright browsers documentation.](https://playwright.dev/docs/browsers) - Benefit: Covering more browsers to find potential UI issues - CI...

component/ci
kind/enhancement

### Description: Currently this is the setup for E2E tests when run in GKE: - Single cluster - Without OIDC - Without ingress Throwing here the idea for improving E2E...

component/ci
kind/enhancement

### Description of the change This PR introduces a selective proxy mode for Kubeapps APIs. With the chart value `kubeappsapis.proxyMode.enabled: true` or arg flag `--proxy-mode=true` the proxy mode will be...

cla-not-required

### Description of the change This PR adds an E2E test in CI to avoid regression on #5566 and hence to avoid that #4564 happens again. ### Benefits Kubeapps is...