kubevela/pkg/addon
Daniel Higuero 1a001e5b29
Address GolangCI lint 1.55 errors (#6453)
Signed-off-by: Daniel Higuero <daniel@napptive.com>
2024-02-07 17:27:32 +08:00
..
testdata Chore: remove legacy rollout and scope (#6068) 2023-06-05 10:57:38 +08:00
addon.go Address GolangCI lint 1.55 errors (#6453) 2024-02-07 17:27:32 +08:00
addon_suite_test.go Refactor: addon dependency installation logic (#6045) 2023-06-15 11:20:50 +08:00
addon_test.go feature: add an annotation for the addon (#6256) 2023-08-22 17:30:12 +08:00
cache.go feature: identity addon from helm chart structure (#6288) 2023-08-24 10:29:19 +08:00
cache_test.go Feat: upgrade ginkgo to v2 (#5940) 2023-05-15 16:07:51 +08:00
error.go Fix: The error of cannot fetch addon package breaks the loop to continue looking for addon package in the remaining registries (#5187) 2022-12-14 13:35:12 +08:00
error_test.go Feat: search useful addon version automatically (#4232) 2022-06-29 17:46:56 +08:00
helper.go Refactor: addon dependency installation logic (#6045) 2023-06-15 11:20:50 +08:00
helper_test.go Refactor: addon dependency installation logic (#6045) 2023-06-15 11:20:50 +08:00
init.go Chore: Give the help information of Makefile to make it more clear (#5638) 2023-05-09 18:55:25 +08:00
init_test.go Chore: remove unnecessary go mod (#6093) 2023-06-08 15:32:57 +08:00
memory_reader_test.go Chore: Give the help information of Makefile to make it more clear (#5638) 2023-05-09 18:55:25 +08:00
push.go Address GolangCI lint 1.55 errors (#6453) 2024-02-07 17:27:32 +08:00
push_test.go Feat: upgrade ginkgo to v2 (#5940) 2023-05-15 16:07:51 +08:00
reader_gitee.go cleanup: remove unused code and fix typo (#5986) 2023-05-16 12:37:00 +08:00
reader_gitee_test.go Feat: helm repo as addon registry to support addon's multi-version (#3523) 2022-03-28 21:25:38 +08:00
reader_github.go Feat: support gitee repository in addon registry (#3393) 2022-03-10 10:11:45 +08:00
reader_github_test.go Feat: helm repo as addon registry to support addon's multi-version (#3523) 2022-03-28 21:25:38 +08:00
reader_gitlab.go Fix: list addon commond displays only the first 20 entries when addon registry is gitlab type (#5999) 2023-05-17 15:32:14 +08:00
reader_gitlab_test.go Feat(lang): add addons gitlab support (#3543) 2022-04-07 11:05:14 +08:00
reader_local.go Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
reader_local_test.go Feat: addon enable support local dir for install offline (#3066) 2022-01-11 11:29:10 +08:00
reader_memory.go Feat: helm repo as addon registry to support addon's multi-version (#3523) 2022-03-28 21:25:38 +08:00
reader_oss.go cleanup: remove unused code and fix typo (#5986) 2023-05-16 12:37:00 +08:00
registry.go Feat(lang): add addons gitlab support (#3543) 2022-04-07 11:05:14 +08:00
registry_suite_test.go Feat(#5861): Support addon dependencies version ranges (#6002) 2023-06-07 11:44:54 +08:00
render.go Fix: restrict the rules that automatically add topology strategy to addons to be valid only for the yaml type (#5957) 2023-05-06 21:47:19 +12:00
render_test.go Fix: restrict the rules that automatically add topology strategy to addons to be valid only for the yaml type (#5957) 2023-05-06 21:47:19 +12:00
source.go Fix: addon status list addon info error when there are mulitiple registries (#6073) 2023-06-13 10:34:52 +08:00
source_test.go Fix: sensitive field of addon registry is exposed (#3837) 2022-05-10 10:08:28 +08:00
suite_test.go Chore: remove dm (#6036) 2023-05-25 13:54:35 +08:00
type.go Feat: add new fields for addon metadata (#5845) 2023-04-14 17:16:38 +08:00
utils.go feature: add an annotation for the addon (#6256) 2023-08-22 17:30:12 +08:00
utils_test.go Chore: remove legacy rollout and scope (#6068) 2023-06-05 10:57:38 +08:00
versioned_registry.go Fix: addon dependency package retrieving is not compatible to v-prefixed version (#6316) 2023-09-02 21:00:41 +08:00
versioned_registry_suite_test.go Feat: upgrade ginkgo to v2 (#5940) 2023-05-15 16:07:51 +08:00
versioned_registry_test.go Fix: addon dependency package retrieving is not compatible to v-prefixed version (#6316) 2023-09-02 21:00:41 +08:00