天元
0d8f656cdb
fix some tests
2021-03-29 23:45:29 +08:00
天元
ffe08904f0
add a todo for fix by the ownerRef change
2021-03-29 23:31:52 +08:00
天元
4729c8af80
use Application as the owner if it exists
2021-03-29 23:10:59 +08:00
Hongchao Deng and GitHub
2d95800618
Merge pull request #1352 from wonderflow/hongchaodeng-revlabel
...
add AppRevision label to cuetemplate
2021-03-29 05:26:52 -07:00
Jian.Li and GitHub
567fc46642
fix unstable test case for crd package ( #1341 )
...
* check crd openapi exist
* space
* fmt
* remove space
* space
* remove space
* space
* test +1
* test +2
* test +3
* rebase master
2021-03-29 20:02:39 +08:00
天元
de798f3c8a
add docs about revision and context
2021-03-29 20:01:58 +08:00
天元
b5cbc75734
add FinalizeAppRevision
2021-03-29 19:50:40 +08:00
天元
8ef3a37c50
:evert "add AppRevision label to cuetemplate"
...
This reverts commit 49f16274c9 .
2021-03-29 19:46:56 +08:00
天元
05c0fb8f9a
fix test
2021-03-29 19:45:29 +08:00
yangsoon and GitHub
14caa9cb70
fix docs: change restful-api url refer to static resource ( #1346 )
...
* change restful-api refer to static resource
* fix vela-cli install cmd in windows
2021-03-29 18:46:12 +08:00
Zheng Xi Zhou and GitHub
f58b68205b
Add cloud service doc in official site ( #1348 )
2021-03-29 18:34:33 +08:00
Jianbo Sun and GitHub
bba5de9a8c
update TOC ( #1347 )
...
* update TOC
* Update docs/sidebars.js
2021-03-29 18:33:00 +08:00
yangsoon and GitHub
f762a1279e
add docs check ( #1340 )
2021-03-29 18:28:05 +08:00
天元
26b9db6322
Merge branch 'revlabel' of git://github.com/hongchaodeng/kubevela into hongchaodeng-revlabel
2021-03-29 17:35:36 +08:00
9e40b77b60
Support cloud resource provisiong and consuming ( #1264 )
...
* Support cloud resource provisioning and consuming (Crossplane)
Provided a way to store secret for cloud resource generated by
Crossplane and to consume the secret
Refer to #1128
* Separate cloud resource producer and consumer in two applications
* add unit test to check whether application can consume cloud resource secret
* update Cloud Resource doc
* Provisioning and consuming cloud resource in different applications v1 (one cloud resource)
* one component consumes two cloud resources
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2021-03-29 17:20:33 +08:00
14635b6f2d
fix docs build ( #1344 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com >
2021-03-29 16:45:40 +08:00
yangsoon and GitHub
ba78ea7f0e
fix link & add upgrade step in installation ( #1345 )
2021-03-29 16:12:15 +08:00
Hongchao Deng
02976bea67
fix common labels
2021-03-29 01:35:40 -04:00
ce5f345fc4
fix ( #1336 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com >
2021-03-29 12:17:56 +08:00
yangsoon and GitHub
284cd8aa72
fix docs ( #1338 )
2021-03-29 11:20:37 +08:00
Hongchao Deng
49f16274c9
add AppRevision label to cuetemplate
2021-03-28 22:21:29 -04:00
LeoLiuYan and GitHub
c4cf704eea
Fix revision hash compute ( #1335 )
...
Signed-off-by: LeoLiuYan <929908264@qq.com >
2021-03-29 10:02:55 +08:00
Hongchao Deng and GitHub
66bcb612ef
add appdeployment control logic ( #1320 )
...
* add appdeployment control logic
* fix check
* fix test
* add test
* comment
2021-03-28 18:18:47 -07:00
yangsoon and GitHub
ea60117ba5
remove useless files ( #1333 )
2021-03-29 08:20:46 +08:00
2dfc653ef0
add gitub action to sync docs to website ( #1331 )
...
* action for auto docs
* test
* fix
* merge action file
* update
* test
* update
* update
* update
* bump github action
* test
* bump action to 0.2.3
* add ignore file
* revert empty line
Co-authored-by: guoxudong <guoxudong.dev@gmail.com >
2021-03-28 18:29:28 +08:00
Jian.Li and GitHub
cfabcee181
Import kube package(cue) by GroupVersion ( #1309 )
...
* package upgrade
* package import
* Classified by groupversion
* fix test cases
* add test cases
* check diff
* lint code
* fix test
* add pacakge reference
* VersionKind
* package upgrade
package import
Classified by groupversion
fix test cases
add test cases
check diff
lint code
fix test
add pacakge reference
VersionKind
fix ci
2021-03-28 18:08:31 +08:00
yangsoon and GitHub
aa548ab3d4
fix action ( #1332 )
2021-03-28 17:18:21 +08:00
yangsoon and GitHub
52c88ec6c5
Update docs for the format of the new website ( #1330 )
...
* update docs
* fix toc
* add zh-CN
2021-03-28 16:37:35 +08:00
yangsoon and GitHub
c71b5a20b6
fix error links. ( #1329 )
2021-03-28 14:03:21 +08:00
yangsoon and GitHub
c4512decf1
fix vela show ( #1327 )
2021-03-28 10:37:31 +08:00
wyike and GitHub
4540270813
Support create resources (workloads/traits) in different namespace with application ( #1197 )
...
[WIP]create tracker if needed and update components
[WIP] add finalizer code and add logic for ac controller
[WIP] refactor handle func to app handler
[WIP] support helm cross namespace
[WIP] rewrite application controller logic
rebase master and solve conflict
WIP add base cross namespace workload and fix some bugs
add more e2e-test and fix some bugs
rebase master and resolve confilict
move resourceTracker to v1beta1
add v1beta1 to test scheme to fix test
modify e2e test, change v1alpha2 application to v1beta1
delete resourceTracker crossplane catagory
add controller logic test
add unittest for finalizer related func
add more unit test
neet order import
walk around check-diff error
add docs
add some comments in AC controller
as review said modify some issues
2021-03-27 15:19:43 +08:00
Ryan Zhang and GitHub
95622cafa4
add rollout doc ( #1324 )
...
* add rollout doc
* fix doc
2021-03-27 15:10:51 +08:00
Lei Zhang (Harry) and GitHub
cbc866ccae
Rewrite the doc ( #1322 )
2021-03-27 15:02:23 +08:00
Jianbo Sun and GitHub
68a0e40db4
propagate AppRevision Into context.AppRevision ( #1323 )
...
* refactor: calculate revision first before render AC and Components
* fix flaky e2e case
* add e2e test
2021-03-26 21:12:44 -07:00
yangsoon and GitHub
6469d538be
update docs & fix vela cap uninstall. ( #1319 )
2021-03-27 10:59:23 +08:00
Yue Wang and GitHub
aa21bfcb60
fix e2e test of kube schematic ( #1321 )
...
* fix kube schematic
Signed-off-by: roywang <seiwy2010@gmail.com >
* fix e2e test
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-03-27 10:15:57 +08:00
Yue Wang and GitHub
baa8d87e71
implemente kube schematic ( #1298 )
...
* implemente kube schematic
generate schema for kube schematic parameters
add e2e test
Signed-off-by: roywang <seiwy2010@gmail.com >
* add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com >
* add doc
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-03-26 23:02:58 +08:00
Jianbo Sun and GitHub
1c89435515
fix app upgrade without rollout and rollout plan will create multiple version resources ( #1315 )
...
* fix app upgrade without rollout and rollout plan will create multiple version resources
* add and enhance tests
* fix test
2021-03-26 22:20:55 +08:00
Jianbo Sun and GitHub
8e8ec58b97
merge e2e in one to save time ( #1318 )
2021-03-26 20:40:19 +08:00
Yue Wang and GitHub
30baeabadc
fix CI ( #1317 )
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-03-26 19:34:00 +08:00
yangsoon and GitHub
2c68c0e6d4
fix docs example ( #1316 )
2021-03-26 19:14:07 +08:00
wyike and GitHub
0e9a3ceb3b
fix unstable appcontext test ( #1312 )
2021-03-26 15:46:01 +08:00
wyike and GitHub
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 and GitHub
20a31d4554
add cloud resource story doc ( #1306 )
v1.0.0-rc2
2021-03-26 11:46:00 +08:00
yangsoon and GitHub
31af7b780f
fix vela components/workloads and vela cap ( #1307 )
...
* fix vela repeat get workloads list.
* fix vela cap
2021-03-26 11:23:27 +08:00
Ryan Zhang and GitHub
0926469541
fix appRollout CRD version ( #1303 )
...
* fix appRollout CRD version
* make rollout e2e more robust
2021-03-26 08:23:10 +08:00
Jianbo Sun and GitHub
94b7cbff21
better docs for build trait and use parameters ( #1304 )
2021-03-26 07:04:52 +08:00
Lei Zhang (Harry) and GitHub
ec7eed3e37
Minor fix for docs ( #1302 )
2021-03-26 04:26:12 +08:00
Lei Zhang (Harry) and GitHub
db8aee17f0
Merge pull request #1300 from resouer/fix
...
Fix GitHub readme issue
2021-03-25 11:34:32 -07:00
Lei Zhang
26f0db3d30
Fix GitHub readme issue
2021-03-25 11:18:22 -07:00