Zheng Xi Zhou
5cc92e5420
Rename file name for trait "cpusclaer" and "scaler" ( #1617 )
...
As the file name (.cue/.yaml) of trait "cpusclaer" and "scaler"
are "cpuhpa" and "manaualscale" respectively, renmae them in
order to avoid confustions
2021-05-07 17:33:37 +08:00
woshicai
18bf1189a3
check yarn docusaurus ( #1604 )
...
Co-authored-by: kubevela-bot <kubevela.bot@aliyun.com >
2021-05-07 14:24:29 +08:00
yangsoon
1f73020c4d
fix ci ( #1610 )
2021-05-07 10:39:30 +08:00
Jianbo Sun
5079659404
fix sync website shell ( #1591 )
2021-04-30 18:23:17 +08:00
wangyuan249
e1dfe40794
Resolve the problem : When updating the kubevela.io website , the version field in config file do not match. ( #1587 )
...
* fix webversion
* fix webversion
Co-authored-by: kubevela-bot <kubevela.bot@aliyun.com >
2021-04-30 16:13:59 +08:00
chival
6a956f9343
calculate e2e-test into coverage ( #1553 )
2021-04-28 15:29:08 +08:00
白联
b76a3f3f42
Check whether parameter.cmd is nill for sidecar trait ( #1575 )
2021-04-28 14:48:25 +08:00
yangsoon
63855abed9
fix cli: vela show support list the parameter of ComponentDefinition which use helm charts ( #1543 )
...
* vela show support helm
* show helm parameter in web
* add test
* support link jump
* add test
2021-04-23 16:50:44 +08:00
Yue Wang
1867436174
fix cue tmpl of worker and ingress ( #1532 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-04-19 16:02:12 +08:00
yangsoon
a3c97ecf31
add action: sync vela api code to the repo(kubevela-core-api) ( #1523 )
...
* add action sync-api
* add tag for repo
2021-04-19 13:40:47 +08:00
yangsoon
90f7d11787
fix image url ( #1525 )
2021-04-19 11:24:45 +08:00
yangsoon
1a267bc6d1
add end-user/sidecar ( #1513 )
2021-04-16 20:42:41 +08:00
yangsoon
c4fa81b703
add kubectl vela show in docs ( #1508 )
2021-04-16 17:27:05 +08:00
yangsoon
3be63bba91
add end-user/labels.md ( #1505 )
2021-04-16 13:58:42 +08:00
yangsoon
b90fffad43
fix action ( #1496 )
2021-04-15 10:06:29 +08:00
yangsoon
1659528015
fix-resources-url ( #1492 )
2021-04-14 23:50:07 +08:00
Jianbo Sun
ce20f55382
add an overview for end user guide ( #1469 )
...
* add an overview for end user guide
end user guide
* add explore section
* finish scale section
* add expose section
* remove trait already contains as built-in feature
* try fix flaky test
2021-04-14 21:38:04 +08:00
yangsoon
6ecb0567f5
change email ( #1477 )
2021-04-13 20:11:41 +08:00
Yue Wang
bc6a60dde2
add volumes definition in worker/webservice ( #1459 )
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-04-11 14:18:48 +08:00
Jianbo Sun
5d40f121ea
add release docs when have tag ( #1444 )
2021-04-09 16:50:59 +08:00
guoxudong
0f23f6eb09
stop zh-CN docs sync ( #1431 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com >
2021-04-08 17:23:45 +08:00
yangsoon
1261e2678f
add podDisruptive to traitdefinition ( #1192 )
...
* add podDisruptive to traitdefinition
* fix docs & example
* fix diff and add docs
* use bool type for podDisruptive
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com >
2021-04-08 13:39:03 +08:00
Jianbo Sun
6b8875012d
use shell instead action to sync website && don't sync index.js and config.js ( #1386 )
...
* use shell instead action to sync website && don't sync index.js and config.js
* update test website build
* use bash instead sh
2021-04-01 10:06:34 +08:00
Jianbo Sun
bbea29c8e5
fix kube-webhook-certgen to patch CRD conversation && remove cert-manager in CI e2e test && remove issuer create from CLI env ( #1267 )
...
* remove cert-manager in CI e2e test and remove issuer create from CLI env
* update job patch image(https://github.com/wonderflow/kube-webhook-certgen )
2021-03-31 21:21:28 +08:00
Hongchao Deng
d5d0cd1878
Add AppRevision option in webservice template and refine website doc ( #1355 )
2021-03-30 07:22:35 +08:00
yangsoon
f762a1279e
add docs check ( #1340 )
2021-03-29 18:28:05 +08:00
wyike
74a82e0397
add header-check.sh ( #1310 )
...
add ci workflow
update scripts
add missed licence header for all files
2021-03-26 15:24:19 +08:00
Jianbo Sun
53ae9aaa40
add webhook convert. ( #1282 )
...
fix diff
update example and test data version
fix convert function
fix e2e for helm
clean up creationTimestamp in a hack way
fix ci
pending package suit test
fix group version
fix ci
fix ut
rename type to kind
fix example
fix conflicts
Co-authored-by: yangsoon <yangsoonlx@gmail.com >
2021-03-24 17:15:20 -07:00
Hongchao Deng
ab7ccb7499
Merge pull request #1272 from hongchaodeng/appd-1
...
AppDeployment: Add definitions and utilities code
2021-03-23 20:52:02 -07:00
Jianbo Sun
320651c80d
add doc for cue development guide ( #1269 )
...
* create toc
* add CUE development-guide
* fix dry-run description
* Update docs/en/cue/development-guide.md
* finish the guide
* fix ci and sidebar
Co-authored-by: yangsoon <yangsoonlx@gmail.com >
2021-03-24 11:08:09 +08:00
Hongchao Deng
baff3d77c4
AppDeployment: Add API types, necessary labels, and utilities
2021-03-23 22:33:54 -04:00
天元
8666b6b6e9
fix generate dashboard source
2021-03-20 16:05:32 +08:00
yangsoon
b788401920
fix e2e_test
2021-03-18 12:12:08 +08:00
天元
339889813b
add quick start for application CRD
...
add quick start for application CRD
Update docs/en/quick-start.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com >
Update docs/en/quick-start.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com >
2021-03-10 10:57:26 +08:00
WYike
994ef23c0c
modify controller,webhook,api,chart ( #1085 )
...
solve failed test
add compatibility test for old crd
add app ns for cli
modify compatibility test
solve compatibility problem
add testing for GetDefinition func with cluster scope CRD
generate code for compatibility-test
move testdata generate to makefile
optimize ci pipeline for compatibility-test
2021-03-04 23:14:18 -08:00
天元
8c8ca60756
align workload/trait definition schema with v0.2.2 spec
2021-03-02 17:35:58 +08:00
Jianbo Sun
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
天元
9444124c3b
remove go-header package dependency
2021-02-20 13:22:52 +08:00
天元
87fca7b22a
add trait with CUE
2021-02-08 16:47:45 +08:00
天元
96a589b098
move template out from extension
2021-02-05 14:45:30 +08:00
Jianbo Sun
b6f10bb1fa
Merge pull request #975 from leejanee/app-status
...
display trait status information with customized style
2021-02-04 20:22:19 +08:00
天元
868e0925d4
move health check and status out of extention
2021-02-04 17:56:20 +08:00
zzxwill
5aea4c4baa
Fix openAPIV3Schema validatation issue
...
Legacy crd charts/vela-core/crds/standard.oam.dev_routes.yaml could not
be applied to old Kubernetes clusters like 1.15.12.
Fix #993
2021-02-03 22:20:39 +08:00
Zheng Xi Zhou
942115a1c3
Set KubeVela as verified publisher of ArtifactHub ( #986 )
...
* Set KubeVeal as verified publisher of ArtifactHub
Set KubeVela team as a verified publisher of Artifacthub,
Add README to the repo and add helm badge in github readme
To impleted #977
* Update hack/artifacthub/artifacthub-repo.yml
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com >
* Update hack/artifacthub/artifacthub-repo.yml
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
* add more owners
* add README to chart
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com >
2021-02-02 15:37:40 +08:00
Jianbo Sun
66fb99954e
fix quick start guide as we don't have route trait installed as default ( #954 )
...
* fix quick start guide as we don't have route trait installed as default
* add a description for ingress trait
2021-01-29 14:56:38 +08:00
Jianbo Sun
fa58501a97
remove 3rd party dependency from default installation ( #946 )
...
* remove 3rd party dependency from default installation
* fix CI
2021-01-27 18:29:42 -08:00
Jianbo Sun
97f45ae859
code refactor ( #935 )
...
* code refactor
* update boilerplate.go.txt
2021-01-26 10:26:41 +08:00
zzxwill
48f3ed94b7
convert configuration files to variables
...
open the exact reference doc link for a capability
add option `--no-website` to support display reference docs on console
2021-01-19 15:16:40 +08:00
zzxwill
3546001bf6
Generate a local site to host all reference docs
...
By Cli `vela reference` to generate reference docs for all workload
types and traits, and host them in a local website.
To fix #880
2021-01-18 12:18:15 +08:00
Ryan Zhang
df32d4b1ba
update rollout CRD spec
2021-01-15 19:19:32 -08:00