app/registry/create.go (4 lines): - line 471: //TODO: refactor to new values - line 473: //TODO: don't recreate admin secrets for existing admin - line 501: //TODO: add something to mrActions - line 620: //TODO: remove password from dict app/registry/view.go (4 lines): - line 165: //TODO: refactor to values struct - line 288: viewParams["admins"] = values.Administrators //TODO: remove this - line 309: //TODO: refactor to values struct - line 442: //TODO: remove this hotfix app/registry/edit.go (4 lines): - line 163: //TODO: refactor to values struct - line 168: //TODO: refactor to values struct - line 247: //TODO: maybe load admin password - line 346: //TODO: move this to middleware service/codebase/controller.go (2 lines): - line 26: // //TODO: move manager from service to main if there is any other controllers in app - line 84: // //TODO: remove in future release app/registry/trembita_client.go (2 lines): - line 107: //TODO: change path to single secret vault:secret//trembita-registries - line 108: //TODO: check if keys rewrited or keep app/cluster/admins.go (2 lines): - line 69: //TODO: add separate folder for admins - line 74: //TODO: user registry.CreateVaultSecrets controller/merge_request/controller.go (1 line): - line 410: // TODO: move this logic to registry upgrade app, to remove MR duplication frontend/src/utils/common.ts (1 line): - line 26: //TODO: need to be link to specific repo service/gerrit/interface.go (1 line): - line 19: GoGerritClient() *goGerrit.Client //TODO: remove app/cluster/app.go (1 line): - line 58: appCache *cache.Cache //TODO: change to interface app/registry/change.go (1 line): - line 163: // TODO: split function app/cluster/view.go (1 line): - line 163: //TODO: refactor frontend/src/components/RegistryWizard/steps/RegistryCidr.vue (1 line): - line 29: //TODO: move to props app/registry/app.go (1 line): - line 56: Cache *cache.Cache //TODO: replace with interface config/config.go (1 line): - line 86: Cache *cache.Cache //TODO: make interface controller/codebase/controller.go (1 line): - line 377: //TODO: remove cached files frontend/src/components/RegistryWizard/RegistryWizard.vue (1 line): - line 34: pageRoot: this.$parent as any, //TODO: remove this