Arthur Berezin

Results 28 issues of Arthur Berezin

When deploying an app or a helm chart, set namespace as the currently logged-in user name. - [x] Applications screen > Deploy App Modal - [x] Catalog > Deploy app...

feature
UI / Frontend

![Image](https://user-images.githubusercontent.com/2787296/208242028-f0917dd1-8533-475a-8cf8-ba4132c3240e.png)

bug
API / Backend

Steps to reproduce: 1. Deploy the app in the same namespace it already exists 2. Application status changes to "Deploying" 3. Get the error below in terminal 4. app status...

bug
API / Backend

- [x] When selecting a namespace in the namespace filter list, the table shows releases of other namespaces as well ![image](https://user-images.githubusercontent.com/2787296/197153117-45bba7d5-d59e-41da-a967-f580de022523.png) - [x] When filtering a namespace, the list shows...

bug
UI / Frontend

In the UI, Expired JWT token should try to renew, or log the user out, and redirect to the login page.    ![](https://user-images.githubusercontent.com/2787296/196627597-a855e0c0-715a-472c-a1dc-e389c8f3a195.png)

bug
UI / Frontend

Add to the application run script  ``` set -e parallel --retries 5 --delay 15s ::: ./do_thing.sh ```

- [ ] When the Kubernetes cluster is not reachable, there should be a timeout for all Kubernets operations

feature
API / Backend