kubevela/pkg/utils
Zheng Xi Zhou b4894cc284
Fix: use Terraform provider name as application in CLI (#3742)
* Fix: use Terraform provider name as application in CLI

In CLI, use Terraform provider name as application name when
create a Provider. Also display there providers in VelaUX.
1). manually created a Terraform Provider object, like https://github.com/oam-dev/terraform-controller/blob/master/getting-started.md#aws
2). by enabling a Terraform provider addon in version older than v1.3.0
3). by create a Terraform provider via `vela provider add`
4). by VelaUX

Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>

* fix

Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>

* add UTs

Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-04-26 12:53:14 +08:00
..
apply Feat: vela status --tree (#3609) 2022-04-12 17:58:45 +08:00
common Feat: support basic auth private helm repo (#3595) 2022-04-12 14:33:44 +08:00
config Fix: use Terraform provider name as application in CLI (#3742) 2022-04-26 12:53:14 +08:00
env Fix: fix notfication properties for schema (#3006) 2021-12-27 20:00:26 +08:00
errors Fix: rework parallel execution for ApplyComponents and ResourceKeeper Dispatch (#3407) 2022-03-10 16:43:22 +08:00
helm Feat: support basic auth private helm repo (#3595) 2022-04-12 14:33:44 +08:00
parallel Fix: rework parallel execution for ApplyComponents and ResourceKeeper Dispatch (#3407) 2022-03-10 16:43:22 +08:00
system Fix: bind env to system namespace (#3706) 2022-04-19 20:55:59 +08:00
terraform Fix: add more fields for Terraform types definitions in api schema (#2836) 2021-12-01 10:03:08 +08:00
util Fix: Let versioned controller uses a separate election locker in one cluster. (#3298) 2022-02-21 19:54:49 +08:00
json.go Feat: support standalone style multi-cluster (#3223) 2022-03-07 10:21:00 +08:00
jwt.go Feat: multi-cluster authentication (#3713) 2022-04-24 14:48:26 +08:00
k8s.go Feat: multi-cluster authentication (#3713) 2022-04-24 14:48:26 +08:00
k8s_test.go Refactor: align velaux env and CLI env, they both use K8s namespace as (#2975) 2021-12-25 10:36:54 +08:00
parse.go Feat(lang): add addons gitlab support (#3543) 2022-04-07 11:05:14 +08:00
parse_test.go Feat: add revision command (#3506) 2022-03-28 14:47:47 +08:00
random.go Feat(workflow): Add op.#Task action (#2220) 2021-09-02 13:40:10 +08:00
round_trippers.go Feat: reconcile app with scoped permissions (#3434) 2022-03-15 11:55:50 +08:00
sanitize.go Fix: security alert (#2945) 2021-12-16 21:03:54 +08:00
sanitize_test.go Fix: security alert (#2945) 2021-12-16 21:03:54 +08:00
strings.go Feat: vela status --tree (#3609) 2022-04-12 17:58:45 +08:00
strings_test.go Feat: add RBAC support (#3493) 2022-03-28 16:03:11 +08:00
suit_test.go Feat: rework cluster to align velaux and cli (#3299) 2022-02-22 15:48:22 +08:00
url.go Feat: support install and uninstall vela core (#3181) 2022-02-09 11:48:38 +08:00
url_test.go Fix: cluster url (#2675) 2021-11-12 11:43:46 +08:00
util_test.go Feat(workflow): Add op.#Task action (#2220) 2021-09-02 13:40:10 +08:00