kubevela/pkg/addon
Somefive 18d93039c9
[Backport release-1.4] Fix: gc failure cause workflow restart not working properly (#5241) (#5243)
* Fix: gc failure cause workflow restart not working properly

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

* Feat: switch ci machine

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

* Fix: enhance test

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
2023-01-03 20:01:29 +08:00
..
testdata [Backport release-1.5] Fix: address failure when rendering addon API schemas (#4445) 2022-07-25 17:02:32 +08:00
addon.go Fix: addon dependency 1.1 legacy support (#4591) 2022-08-10 09:59:42 +08:00
addon_suite_test.go fix enable addon cannot update definition bug (#4686) 2022-09-02 17:47:42 +08:00
addon_test.go [Backport release-1.5] Fix: check definition of addon whether is conflict (#4502) 2022-07-29 16:47:43 +08:00
cache.go Feat: support addon helm repo skip tls verify (#4122) (#4146) 2022-07-19 18:00:28 +08:00
cache_test.go Feat: support addon helm repo skip tls verify (#4122) (#4146) 2022-07-19 18:00:28 +08:00
error.go Feat: Addon support app template written by cuelang. (#4401) 2022-07-22 17:58:19 +08:00
error_test.go Feat: search useful addon version automatically (#4232) 2022-06-29 17:46:56 +08:00
helper.go Chore: refactor addon enable with package (#4468) 2022-07-26 15:23:33 +08:00
helper_test.go [Backport release-1.4] Fix: gc failure cause workflow restart not working properly (#5241) (#5243) 2023-01-03 20:01:29 +08:00
init.go [Backport release-1.5] Feat: show warnings about internal addon rendering logic (#4478) 2022-07-26 23:37:56 +08:00
init_test.go Feat: enhance addon init (#4370) 2022-07-18 10:40:42 +08:00
memory_reader_test.go Feat: helm repo as addon registry to support addon's multi-version (#3523) 2022-03-28 21:25:38 +08:00
push.go Feat: implement addon push command (#4261) 2022-06-28 20:16:45 +08:00
push_test.go Feat: implement addon push command (#4261) 2022-06-28 20:16:45 +08:00
reader_gitee.go Feat: support gitee repository in addon registry (#3393) 2022-03-10 10:11:45 +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 Feat(lang): add addons gitlab support (#3543) 2022-04-07 11:05: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 Fix: fix the bug of vela cli enable addon by localDir on windows os (#3761) 2022-04-26 20:52:19 +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 Refactor: addon cache mechanism and code architecture (#2956) 2021-12-21 09:31:37 +08:00
registry.go Feat(lang): add addons gitlab support (#3543) 2022-04-07 11:05:14 +08:00
render.go fix bugs and add tests (#4832) 2022-10-08 17:28:47 +08:00
render_test.go fix bugs and add tests (#4832) 2022-10-08 17:28:47 +08:00
source.go Feat: Addon support app template written by cuelang. (#4401) 2022-07-22 17:58:19 +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 Feat: support addon helm repo skip tls verify (#4122) (#4146) 2022-07-19 18:00:28 +08:00
type.go Feat: Addon support app template written by cuelang. (#4401) 2022-07-22 17:58:19 +08:00
utils.go fix enable addon cannot update definition bug (#4686) 2022-09-02 17:47:42 +08:00
utils_test.go [Backport release-1.5] Fix: fix addon bond component annotaion (#4574) 2022-08-08 11:58:11 +08:00
versioned_registry.go [Backport release-1.5] Feat: Check def binding to a component (#4539) 2022-08-02 21:37:53 +08:00
versioned_registry_suite_test.go Feat: support addon helm repo skip tls verify (#4122) (#4146) 2022-07-19 18:00:28 +08:00
versioned_registry_test.go Feat: support addon helm repo skip tls verify (#4122) (#4146) 2022-07-19 18:00:28 +08:00