Jianbo Sun
89863b30e8
fix ci and refactor code ( #887 )
...
* adjust CI scripts
* fix go ci order
* try fix
* use appfile to update trait
* fix vela status
* use assert.ObjectAreEqual to check diff for map case
* remove application controller own AC and Components
* tune place
* fix lint
* update
* remove error check of vela init test
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com >
2021-01-15 19:04:12 +08:00
天元
8410f03eb0
addressing comments
2021-01-11 10:45:13 +08:00
天元
b92e2a92fc
try test again
2021-01-07 19:28:19 +08:00
天元
718a4b1999
fix ci
2021-01-07 17:52:15 +08:00
天元
de83320306
remove unused code
2021-01-07 13:07:28 +08:00
天元
4cfee561b9
refactor and add scope to application
2021-01-07 13:07:12 +08:00
lj176172
a88d0a5660
lint code
2020-12-30 18:26:31 +08:00
lj176172
950238aa11
export scopes
2020-12-30 18:19:38 +08:00
lj176172
062c906e95
rebase master
2020-12-30 14:08:54 +08:00
Weiping Cai
c0ebe8dc62
support mutli storage resources,define storage interface and implemen… ( #776 )
...
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* move application/Application to storage/driver pkg
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* update storage import format
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-12-28 18:39:58 +08:00
majian
07742b6349
application not found return error. fix #685 and fix unit tests
...
Signed-off-by: majian <majian159@live.com >
2020-12-11 19:54:18 +08:00
Ryan Zhang
92f31a100e
make vela work with ACK and clean up
2020-12-08 17:33:27 -08:00
Hongchao Deng
306b21459e
add export command and argo gitops sample
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-12-02 22:25:57 -08:00
天元
6480873e81
change import headers
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 11:08:54 +08:00
roy wang
6303d311c8
fix lint issues in /pkg/*
...
fix lint issues in /cmd/*
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-26 17:18:54 +09:00
天元
fc805214c7
standardize project structure: change api to apis
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-25 17:28:09 +08:00
天元
3c233d3a9b
fix lint
2020-11-23 15:55:46 +08:00
天元
42c9e68512
fix go sec and remove unnecessary code
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-18 10:34:22 +08:00
天元
cd4615405f
updated oam-k8s-runtime and go through rollout fix bugs
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-13 11:24:49 +08:00
zzxwill
9ca4f64030
Fix vela ls issue
...
By default, all svc deployed without `--staging` will appear
to be `staging` in cmd `vela ls`.
To fix #534
2020-11-09 11:34:07 +08:00
Hongchao Deng
7cfc80cd41
add render-only to ini cmd and ignore route if domain is empty
2020-11-01 23:34:12 -08:00
Hongchao Deng
629ceee307
fix
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-30 00:08:15 -07:00
天元
091b70deba
add route tuturiol
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-10-29 17:36:51 +08:00
Hongchao Deng
eed2e2f219
fix
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 20:51:16 -07:00
Hongchao Deng
1b82e3ae2a
vela config command
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-23 13:49:10 -07:00
天元
3082b7b9dd
fix label not int
2020-10-22 12:22:50 +08:00
Hongchao Deng
20a5457d5f
refactor pkg/application to use Appfile ( #402 )
...
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* fix build
* fix workload
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* rebase
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* e2e
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* update design
* add test coverage for appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* comment
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-21 13:01:46 +08:00
Zheng Xi Zhou
13dea58e35
Refine help and error message ( #345 )
...
* Refine help and error message
refined error message for `vela app run`
and correct help message for `vela comp ls`
To fix #320
* fix make issue
2020-10-20 14:34:19 +08:00
天元
3d2bd9a898
add a design doc for route trait, along with fix and tests
2020-10-16 20:50:08 +08:00
Ryan Zhang
c69c809264
improve CUE format
2020-09-25 21:58:30 -07:00
天元
3af41f6515
add production certificate issuer and fix route trait
2020-09-18 19:06:51 +08:00
天元
1e4a1159b5
clean up
2020-09-11 17:52:14 +08:00
天元
044df63770
change go package to oam-dev/kubevela
2020-09-11 12:29:12 +08:00
天元
1354b4afa4
add golintci and make it happy
2020-09-10 14:57:36 +08:00
天元
2cd27b4196
support scopes in appfile and make health scope as default
2020-08-27 19:32:00 +08:00
天元
210cbcc937
support vela comp ls
2020-08-27 11:21:13 +08:00
天元
eb693ed74a
fix vela app delete
2020-08-26 16:10:04 +08:00
天元
2042de2484
add vela comp ls
2020-08-25 16:13:35 +08:00
天元
40da5a1961
use unix command style and refactor to new design
2020-08-24 19:04:04 +08:00
天元
0b6fd6a981
fix appfile update
2020-08-14 15:21:32 +08:00
天元
2caf373b53
support app:run
2020-08-13 18:05:49 +08:00
天元
9ea02adf2f
implement appfile oriented OAM Application run
2020-08-13 14:13:22 +08:00