Commit 58ffb57
committed
feat: sprint 91 — Helm Repositories, Deploy from Helm, Upgrade + fix logs Pending
- HelmRepository entity + HelmRepositoryService + V31 migration
- HelmService: install (--create-namespace, ensureRepos), upgrade (--reuse-values)
- Permission PROJECT_HELM_INSTALL/UPGRADE + V32 migration
- HelmRepositoriesView: Add/Remove repos por cluster no sidebar Helm
- DeployFromHelmView: wizard 3 passos como 4º modo em New Application;
back como ícone puro; footer com spacer; atualiza namespace ativo após install
- HelmReleasesView: SelectionAction Upgrade com dialog pré-preenchido
- ObservabilityService: guard Pending em fetchPodLogs evita travamento por timeout
- bump version.base 0.7.1 → 0.7.2; arquiva sprint 81
Programado em par com: Claude IA1 parent 42e20b4 commit 58ffb57
29 files changed
Lines changed: 904 additions & 19 deletions
File tree
- .scratch
- archive/sprint-81/issues
- sprint-91/issues
- docs
- src/main
- java/io/greencap/k8s
- domain
- helm
- user
- kubernetes
- ui
- resources/db/migration
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments