devtron
devtron copied to clipboard
Tool integration platform for Kubernetes
### 🔖 Feature description If I apply Environment specific filter in an application on the configuration page, post switching the application the filter resets itself, the same can't be observed...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
# Description Fixes # ## Checklist: * [ ] The title of the PR states what changed and the related issues number (used for the release note). * [ ]...
### 🔖 Feature description Currently, Environments are locked-in to a specific namespace. I would like to see the option to set namespaces on the application level, so different services are...
### 🔖 Feature description If i have multiple environments configured on cluster, then on the Global Configuration Page looks packed and messy, By default environment should be collapsed in Cluster...
# Description Fixes # ## Checklist: * [ ] The title of the PR states what changed and the related issues number (used for the release note). * [ ]...
### 🔖 Feature description Currently, we have the capability to define labels at the environment level, which are automatically propagated. However, this functionality is not mandatory for environment creation. Unlike...
# Description Fixes # ## Checklist: * [ ] The title of the PR states what changed and the related issues number (used for the release note). * [ ]...
Every branch of the following `if-then-elseif` construction do the same (`_, err = impl.dbConnection.Query(&appStoreWithVersion, query, queryParams...)` https://github.com/devtron-labs/devtron/blob/fb1cbf5f887a2955182fee99785c797ca2bf8804/pkg/appStore/discover/repository/AppStoreApplicationVersionRepository.go#L179-L187 Found with [revive](https://github.com/mgechev/revive/)
Both branches of `if-then-else` are identical https://github.com/devtron-labs/devtron/blob/fb1cbf5f887a2955182fee99785c797ca2bf8804/pkg/auth/user/repository/UserAuthRepository.go#L1130-L1134