yangsoon
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
c71b5a20b6
fix error links. ( #1329 )
2021-03-28 14:03:21 +08:00
yangsoon
c4512decf1
fix vela show ( #1327 )
2021-03-28 10:37:31 +08:00
wyike
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
95622cafa4
add rollout doc ( #1324 )
...
* add rollout doc
* fix doc
2021-03-27 15:10:51 +08:00
Lei Zhang (Harry)
cbc866ccae
Rewrite the doc ( #1322 )
2021-03-27 15:02:23 +08:00
Jianbo Sun
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
6469d538be
update docs & fix vela cap uninstall. ( #1319 )
2021-03-27 10:59:23 +08:00
Yue Wang
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
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
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
8e8ec58b97
merge e2e in one to save time ( #1318 )
2021-03-26 20:40:19 +08:00
Yue Wang
30baeabadc
fix CI ( #1317 )
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-03-26 19:34:00 +08:00
yangsoon
2c68c0e6d4
fix docs example ( #1316 )
2021-03-26 19:14:07 +08:00
wyike
0e9a3ceb3b
fix unstable appcontext test ( #1312 )
2021-03-26 15:46:01 +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
20a31d4554
add cloud resource story doc ( #1306 )
v1.0.0-rc2
2021-03-26 11:46:00 +08:00
yangsoon
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
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
94b7cbff21
better docs for build trait and use parameters ( #1304 )
2021-03-26 07:04:52 +08:00
Lei Zhang (Harry)
ec7eed3e37
Minor fix for docs ( #1302 )
2021-03-26 04:26:12 +08:00
Lei Zhang (Harry)
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
Jianbo Sun
d042c0c7ec
add extend component definition in KubeVela ( #1297 )
...
* update docs
* refactor docs
2021-03-25 23:26:32 +08:00
Yue Wang
06a099f540
fix isControlledByApp in AC controller ( #1294 )
...
fix component_version e2e
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-03-25 21:19:07 +08:00
Ryan Zhang
efa5078d81
fix appRevision label getting overridden ( #1293 )
...
* fix lable getting overidden
* randomize namespace
2021-03-25 17:28:17 +08:00
Jianbo Sun
b726481e7a
update the docs v1alpha2->v1beta1 ( #1292 )
...
* fix example
* update the docs v1alpha2->v1beta1
* add more dependency for build runner
2021-03-25 16:44:47 +08:00
Ryan Zhang
c5d81c975a
add abandoning state to the rollout ( #1290 )
...
* add abandoning state
* fine tunee2e timing and improve logging
* add back one application UT and fine tune timing in e2e and improve test robustness
2021-03-25 14:04:06 +08:00
yangsoon
33dae5e36e
convert v1alpha2 to v1beta1 ( #1289 )
2021-03-25 10:55:54 +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
Ryan Zhang
a4fda31829
Restore rollout after the change to point to appRevision ( #1271 )
...
* modify appRollout to reference appRevision
* fine tune rollout e2e tests
2021-03-24 14:09:40 -07:00
yangsoon
e8a8981ef5
delay controller sync time ( #1285 )
2021-03-24 21:23:49 +08:00
yangsoon
fc55b65aad
Compatible with Application containing WorkloadDefinition type helm moudle ( #1261 )
...
* add workloaddef ref to helm.
* fix package_suit_test
* show git diff result.
2021-03-24 21:22:29 +08:00
Jianbo Sun
9366c6e0b4
add hpa trait and fix template without params ( #1279 )
2021-03-24 16:18:58 +08:00
Yue Wang
b6218bf67d
re-open e2e-test for helm schematic ( #1277 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-03-24 15:19:50 +08:00
yangsoon
4b9e933ca5
add v1beta1 types ( #1268 )
2021-03-24 13:27:29 +08: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
4c392d263a
fix ci ( #1276 )
2021-03-24 11:28:27 +08:00
Hongchao Deng
7fab96d363
fix mod
2021-03-23 23:12:52 -04: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
c59c760ed5
comment
2021-03-23 22:40:45 -04:00
Hongchao Deng
6e73038f92
fix lint
2021-03-23 22:33:54 -04:00
Hongchao Deng
baff3d77c4
AppDeployment: Add API types, necessary labels, and utilities
2021-03-23 22:33:54 -04:00
guoxudong
94068571c5
fix the website ( #1273 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com >
2021-03-24 10:25:39 +08:00
Lei Zhang (Harry)
a96225a12b
Merge pull request #1270 from resouer/readme
...
Add more details in readme
2021-03-23 15:46:21 -07:00
Lei Zhang
086effa141
Add more details in readme
2021-03-23 15:38:54 -07:00
Jianbo Sun
acf497b1c7
make CUE inner kube package as a standalone package && clean code ( #1263 )
2021-03-23 16:30:49 +08:00
Jianbo Sun
30f30d9c93
update to the website ( #1259 )
...
* add more info into readme
* update readme to add more details
2021-03-23 12:04:00 +08:00
Yue Wang
f554523196
generate OpenAPI schema for Helm schematic compDef ( #1250 )
...
* get JSON schema for Helm schematic ComponentDefinition
Signed-off-by: roy wang <seiwy2010@gmail.com >
* add e2e test
update doc
add unit tests
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-03-23 00:16:17 +08:00
wyike
dbc4593b23
Add e2e test for App Context ( #1240 )
...
* add e2e test for context
add workload check
should not create AC
add test trait render
update e2e-test logic
add switching context write status back to AppRevision logic
add create and pull apprevision test
quick fix for appContext ownerReference problem
add more tests
fix test
* add boilerplate
* rebase master fix issue
* rebase master and fix test
* fix check interval time
2021-03-22 01:36:37 -07:00