天元
3d2bd9a898
add a design doc for route trait, along with fix and tests
2020-10-16 20:50:08 +08:00
Jianbo Sun
3751b98e7a
Merge pull request #389 from wonderflow/initappdeploy
...
bootstrap application deployment for app level rollout/traffic management
2020-10-14 12:49:16 +08:00
Ryan Zhang
529d150737
add an example on how to use flagger and fix some minor bugs ( #381 )
2020-10-14 11:43:57 +08:00
天元
395e2d55f7
bootstrap application deployment for app level rollout/traffic management
2020-10-14 11:41:31 +08:00
天元
590918af32
add description for workload and trait
2020-10-10 10:15:30 +08:00
天元
43223f0759
fix helm chart release name to kubevela
2020-10-08 15:31:05 +08:00
Ryan Zhang
61544a0be6
rename containerized to podspecworkload
2020-10-06 00:25:16 -07:00
Ryan Zhang
3f468e4752
improve helm install
2020-10-02 19:29:31 -07:00
Sun Jianbo
90fd0a5055
Merge pull request #295 from wonderflow/production-issuer
...
add production certificate issuer and fix route trait
2020-09-18 21:45:14 +08:00
天元
3af41f6515
add production certificate issuer and fix route trait
2020-09-18 19:06:51 +08:00
Yue Wang
ee39054537
get cue temp from remote through URI ( #287 )
...
* get cue template of capabilities from remote by URI
Signed-off-by: roy wang <seiwy2010@gmail.com >
* add e2e tests
Signed-off-by: roy wang <seiwy2010@gmail.com >
* fix type conversion
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-09-18 15:59:36 +08:00
天元
1b9ee5c882
add route trait as vela apigate
2020-09-16 19:42:01 +08:00
Ryan Zhang
dfeff25a31
install dependencies
2020-09-15 22:04:52 -07:00
天元
1e4a1159b5
clean up
2020-09-11 17:52:14 +08:00
天元
1354b4afa4
add golintci and make it happy
2020-09-10 14:57:36 +08:00
Ryan Zhang
4f270614d7
first step
2020-09-01 00:38:42 -07:00
Ryan Zhang
7867d3c258
add webhooks
2020-08-28 19:37:23 -07:00
Ryan Zhang
f87b88d8b2
add containerized workload
2020-08-28 11:43:42 -07:00
Ryan Zhang
5f22a8de8a
import trait-injector ( #223 )
...
* import trait-injector
* fix merge error
2020-08-28 16:33:19 +08:00
Sun Jianbo
4e86f0d916
Merge pull request #213 from cloud-native-application/import-controllers
...
bootstrap vela core
2020-08-27 16:01:20 +08:00
天元
c23b61b2b2
update readme and beautiful help
2020-08-27 13:27:45 +08:00
Ryan Zhang
2478c1a9ae
add the metrics trait
2020-08-26 21:52:26 -07:00
天元
210cbcc937
support vela comp ls
2020-08-27 11:21:13 +08:00
Zheng Xi Zhou
4fea3e9cf9
Implement API trait attach/detach, application get, capability center add/sync/list and fix detach issue ( #187 )
...
* implemented trait attach, get application
* implemented API for trait detach and fix trait detach issue
* implemeted API add/sync/list capability center
* implemented API capability add/remove/list
* update test-cases according to new cli style
* merge two ginkgo describe to one as in github environment ginkgo does NOT follow the order of describes
* merge two ginkgo describe to one as in github environment ginkgo does NOT follow the order of describes
2020-08-25 10:14:18 +08:00
天元
40da5a1961
use unix command style and refactor to new design
2020-08-24 19:04:04 +08:00
Zheng Xi Zhou
79d3d3c446
Implement env APIs ( #164 )
...
* Implement API `api/envs/default/apps/
implement API `api/envs/default/apps/ and refactor code
* address comments from @wonderflow and @ryan
* fix code rebase issue
* Implement env APIs
implemented APIs for env and make api-test
and e2e-setup
* fix ci issues
* address comments
2020-08-18 18:15:28 +08:00
天元
9ea02adf2f
implement appfile oriented OAM Application run
2020-08-13 14:13:22 +08:00
天元
1baa6a09d1
support vela cap:remove
2020-08-12 17:08:14 +08:00
天元
df2ad85c9c
do some refactor for code as we change addon to capability
2020-08-12 13:37:20 +08:00
天元
a8aa5c6b20
rename addon to capability
2020-08-12 13:31:32 +08:00
天元
09929c0a66
fix vela:ls install status
2020-08-12 13:31:32 +08:00
天元
2f94c17890
support vela addon:install
2020-08-12 13:31:31 +08:00
天元
ae4ae3fff6
instal yaml for plugin
2020-08-12 13:31:31 +08:00
天元
0174305213
fix addon add and list
2020-08-12 13:31:30 +08:00
天元
9834ee23e2
pretty help
2020-08-07 23:39:45 +08:00
天元
41536fe2cd
add refresh and use local cache instead request cluster every time
2020-08-07 19:56:46 +08:00
Herman Zhu
e6d4b85e39
feat(admin): support ruder admin:init and ruder admin:info ( #75 )
...
* feat(admin): support `ruder admin:init` and `ruder admin:info`
Support `ruder admin:init` and `ruder admin:info`
Fixes #12
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com >
* feat(admin): support `ruder admin:init` and `ruder admin:info`
Support `ruder admin:init` and `ruder admin:info`
Fixes #12
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com >
2020-08-07 13:02:23 +08:00
天元
ae08333efa
use cue template instead of parameter
2020-08-06 11:58:13 +08:00
天元
728ebb33b2
refactor rudr run to rudr <workload>:run
2020-08-01 13:14:06 +08:00
zzxwill
b4065b1174
Move template to definition Extension field
...
As we plan to deprecate template, move template
to workloaddefinition and traitdefinition respectively.
2020-07-29 22:33:40 +08:00
天元
66acb74f3b
fix CI
2020-07-29 16:29:38 +08:00
erdun
4875cd2aab
move init code to cobra
2020-07-20 00:17:39 +08:00
zzxwill
5bced27bd0
Fix run issue
...
Remove hard-coded type sting for image port convertion,
and make several parameter as optical. Fix issue #17
2020-07-16 14:11:13 +08:00
天元
4f13b58663
init rudrx
2020-07-07 00:12:13 +08:00