Tianxin Dong and GitHub
655c2615e1
Feat: add workflow reconciling backoff time and failed limit times ( #2881 )
...
* Feat: add workflow failed after retries
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* Feat: add workflow reconcile backoff time
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix lint
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* make reviewable
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* resolve some comments
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* add tests
* fix rebase
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix test
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix status
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix requeue time interval
* resolve comments
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* change time to pointer
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix pointer test
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* fix test
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* change time to cm
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
* resolve comments and add e2e test
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com >
2021-12-15 11:33:33 +08:00
wyike and GitHub
89eaf502fa
Test: add e2e-test for multi-cluster rollout ( #2472 )
...
* Test: add e2e-test guarantee multi-cluster rollout
* Fix: install rollout runtime chart
add cluster name in dockerfile
Fix: build image error
enable all test
Fix: add rollout chart
add shebang
fix image repo
2021-10-14 18:27:50 +08:00
qiaozp and GitHub
b4c7ed1773
Chore: deprecate 'vela dashboard' apiserver ( #2341 )
...
* Chore: deprecate
'vela dashboard' apiserver
* Chore: fix import
* Fix: preparation
* Fix: test
2021-09-24 13:00:07 +08:00
yangsoon and GitHub
553b5d19eb
add docs readme ( #1359 )
2021-03-30 16:37:46 +08:00
Hongchao Deng
baff3d77c4
AppDeployment: Add API types, necessary labels, and utilities
2021-03-23 22:33:54 -04:00
Jianbo Sun and GitHub
5b2b27e6a4
init ApplicationRevision CRD Object as revision of Application ( #1214 )
2021-03-17 18:34:10 -07:00
Jianbo Sun and GitHub
dd222ac876
refactor cli/dashboard/apiserver to reference folder ( #1084 )
...
* refactor cli/dashboard/apiserver to reference folder
* address comments
2021-02-23 13:03:38 +08:00
Zheng Xi Zhou and GitHub
ddba62fba0
Generate restful api based on Swagger ( #765 )
...
* Generate restful api based on Swagger
As OpenAPI has to be quickly developped to support front-end developement, so
did the restufl api docs. Based on swagger, generate the docs automatically
* fix conflicts and add application list annotation
2020-12-22 16:35:26 -08:00
天元
4c70136ba1
upgrade oam-k8s-runtime dependency
2020-10-27 15:32:42 +08:00
天元
3812ed2488
fix race and update oam-runtime dependency
2020-10-19 13:19:08 +08:00
Hongchao Deng and GitHub
b08c6b9441
Appfile: Extensible, User-friendly Application Config Format ( #390 )
...
* design doc
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* Support deployment via appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* design update
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* comments
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* update
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* refactor
* add multi services example in design doc
2020-10-18 11:22:17 +08:00
Jianbo Sun and GitHub
1479109324
move chart build to source file, allow chart CRD switching to V1 of cert-manager ( #382 )
...
* add chart_source
* generate chart to fake file
* switching to V1 of cert-manager
make exec time longer
2020-10-13 17:20:59 +08:00
Ryan Zhang
3f468e4752
improve helm install
2020-10-02 19:29:31 -07:00
Zheng Xi Zhou and GitHub
08701568a1
Fix OpenAPIV3Schema Validation Issue ( #300 )
...
* Fix OpenAPIV3Schema Validation Issue
Temporarily corrects spec.validation.openAPIV3Schema issue, and it would be removed
after this issue was fixed https://github.com/oam-dev/kubevela/issues/284 .
* fix vela install issue
* return error during fixing APIV3SchemaValidation issue
2020-09-22 15:51:38 +08:00
天元
2116c9ad0e
use compressed file for release
2020-09-17 14:42:00 +08:00
天元
1b9ee5c882
add route trait as vela apigate
2020-09-16 19:42:01 +08:00
天元
cc669f450f
cross build and upload assert
2020-09-10 21:54:44 +08:00
天元
12ecb89bc4
release
2020-09-10 20:33:37 +08:00
hanxie and GitHub
7accf86367
add dashboard ci ( #256 )
...
* Update 更新配置
* Add dashboard ci
* Fix ci
* Fix ci
2020-09-10 16:57:08 +08:00
Ryan Zhang
2478c1a9ae
add the metrics trait
2020-08-26 21:52:26 -07:00
Zheng Xi Zhou and GitHub
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
hanxie and GitHub
74103b3307
Merge branch 'master' into master
2020-08-21 17:56:12 +08:00
hanxie
da2f8a9a81
Update Capability static page docking with env and workload part of the interface
2020-08-21 17:49:26 +08:00
Zheng Xi Zhou and GitHub
3916d2d83f
Implement API `api/envs/default/apps/ ( #147 )
...
* 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
* temporary comment BeforeSuite in integration/integration_suite_test.go to fix make issue
2020-08-17 11:01:31 +08:00
Ryan Zhang
b8ef48f728
working version of the RESTful server with samples
2020-08-11 20:45:02 -07:00
zzxwill
bdf67d7e11
remove binary and add it to .gitignore
2020-08-10 10:44:43 +08:00
zzxwill
940a7587d9
add tests for rudr ls
2020-08-10 10:17:22 +08:00
天元
8418534a43
rename rudrx/rudr to vela
2020-08-07 13:40:20 +08:00
zzxwill
318f9e59ae
Correct rebase issue and add e2e test
2020-07-30 23:31:01 +08:00
erdun
0b1a0c9346
update .gitignore
2020-07-16 16:53:50 +08:00
天元
4f13b58663
init rudrx
2020-07-07 00:12:13 +08:00