Zheng Xi Zhou
3800a700b0
Add parameters comments for crossplane definitions ( #1515 )
...
* Add parameters commetns for crossplane definitions
Added parameter comments for ComponentDefinition alibaba-oss
alibaba-rds and TraitDefinition service-binding
* add the result of vela show
v1.0.3
2021-04-16 22:24:50 +08:00
Jianbo Sun
75f081f248
Add More End User Docs ( #1511 )
...
* update docs
* update docs
* refine cloud resource docs
* update install guidegst
2021-04-16 21:46:44 +08:00
yangsoon
fb6d505e6e
fix kubectl vela -h ( #1512 )
2021-04-16 20:43:26 +08:00
yangsoon
1a267bc6d1
add end-user/sidecar ( #1513 )
2021-04-16 20:42:41 +08:00
Zheng Xi Zhou
8643558f6b
Add cloud service docs for end-users ( #1510 )
...
* Add cloud service docs for end-users
Split cloud service into two section, one for platform engineers,
and the other for end-users
* correct titles
* adjust componentdefinition and traitdefinition order
* address comments
2021-04-16 18:13:54 +08:00
yangsoon
d063cd3b78
rm printcolumn AGE in crd ( #1509 )
2021-04-16 17:35:08 +08:00
yangsoon
c4fa81b703
add kubectl vela show in docs ( #1508 )
2021-04-16 17:27:05 +08:00
wyike
ebc8476a31
garbage collection mechanism for AppRevision ( #1501 )
...
* WIP refactor gc func
WIP write gc code
WIP update chart,cmd args
add cleanupRevison func into garbageCollection
add more test
finish unit-test
refactor use func implements
Complete e2e test
WIP rewrite some logic
add func test and rewirte context pointing to func
fix cilint
refactor some function
fix typo
fix ci error
change gc logic
after change gc number, fix all test
add check appRevision collection
WIP finish most code
* add rollout batch to fix rollout e2e-tet
* fix component name in rollout
* ignore gc error, just log the error
2021-04-16 16:46:41 +08:00
Zheng Xi Zhou
0333b9e891
Refactor template_test.go to make it readable ( #1507 )
...
Some tests are not named which make it difficult to
read test cases and add more
2021-04-16 15:39:05 +08:00
yangsoon
3be63bba91
add end-user/labels.md ( #1505 )
2021-04-16 13:58:42 +08:00
woshicai
f9f2c3b119
update: try to add workloadDefinitionRef to application status ( #1471 )
...
* add workloadDef in application status' services
* Update pkg/controller/core.oam.dev/v1alpha2/application/apply.go
* fix: go fmt
Co-authored-by: charles <charles.cai@sap.com >
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2021-04-16 13:21:52 +08:00
xiqiu618
34684650c3
fix appContext update failed error ( #1500 )
...
* fix appContext update failed error
* Update pkg/controller/core.oam.dev/v1alpha2/applicationcontext/applicationcontext_controller.go
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
* gofmt comments
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2021-04-16 13:05:09 +08:00
Ryan Zhang
e76992df87
randomize port to listen to separate tests ( #1497 )
...
* randomize the port
* make all tests sequential
2021-04-16 10:16:20 +08:00
yangsoon
3a68ec77fd
fix CI: add action to release kubectl-vela binary file ( #1503 )
...
* add kubectl-vela release
* add docs
2021-04-15 22:54:31 +08:00
yangsoon
199e747865
Introduce vela as a kubectl plugin ( #1485 )
...
* add kubectl plugin
* add vela show
* add test
2021-04-15 18:25:46 +08:00
Jianbo Sun
c6b65cbd5b
fix flaky test ( #1498 )
...
* fix flaky test
* fix flaky check apprevision created more than one
* remove unused annottaion
2021-04-15 18:25:17 +08:00
xiqiu618
9fa237721e
add app name as label for AppRevision ( #1488 )
2021-04-15 15:41:53 +08:00
yangsoon
b90fffad43
fix action ( #1496 )
2021-04-15 10:06:29 +08:00
Lei Zhang (Harry)
1ad6dcc1a7
Modify doc title of keda trait ( #1494 )
2021-04-15 08:54:27 +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
Zheng Xi Zhou
384c5ab6a9
Remove trait-injector from controller options ( #1490 )
...
As trait injector isn't used, so removed it.
2021-04-14 18:54:02 +08:00
wyike
a7bfb2fb6f
refactor appRevison extract func to utils ( #1481 )
...
* refactor appRevison extract func to utils
* add some corener case check
* add more checks
2021-04-14 15:48:23 +08:00
C.YAO
8703950da6
Fix helm install error when disable webhook patch ( #1483 )
2021-04-14 12:51:16 +08:00
Ryan Zhang
f7cfe6fbae
improve cloneset integration test suite ( #1482 )
2021-04-14 12:29:28 +08:00
Shiwen Cheng
e8ed4d78cf
Keep docker binary command due to the issue #416 ( #1478 )
2021-04-14 11:26:35 +08:00
Gallardot
0c8e22ef4d
fix tiny typo ( #1480 )
...
Signed-off-by: Gallardot <tttick@163.com >
2021-04-14 10:56:33 +08:00
Lei Zhang (Harry)
e9004d7478
Fix introduction ( #1479 )
2021-04-14 10:55:31 +08:00
Serhat Şevki Dinçer
282efa2893
Create codeql-analysis.yml ( #1470 )
...
* Create codeql-analysis.yml
* rm schedule from codeql
* codeql: master & release branches only on push
* codeql: use release-* pattern
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2021-04-14 10:54:08 +08:00
yangsoon
580157df6a
refactor vela cli ( #1475 )
2021-04-13 20:13:07 +08:00
yangsoon
6ecb0567f5
change email ( #1477 )
2021-04-13 20:11:41 +08:00
Yue Wang
dcf79a9b57
fix falky unit test ( #1474 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-04-13 20:01:47 +08:00
Yue Wang
b411d79ed0
add webhook validation on CUE template outputs name ( #1460 )
...
add hooks for process.Context to do validation
add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-04-13 19:18:15 +08:00
Lei Zhang (Harry)
d8eb7d687c
Add user docs ( #1472 )
2021-04-13 15:20:39 +08:00
Yue Wang
63b348f4d8
implement cli vela system live-diff ( #1419 )
...
move dry-run and live-diff into an independent pkg
WIP add sample and doc
WIP unit test for live-diff
add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-04-13 12:29:25 +08:00
Ryan Zhang
2e43a6dc78
make sure we don't create more pods ( #1452 )
2021-04-12 15:48:20 -07:00
Jianbo Sun
26163aacdc
fix flaky test ( #1467 )
2021-04-12 16:51:06 +08:00
yangsoon
5164efeb4a
add context.appRevisionNum ( #1466 )
2021-04-12 15:36:19 +08:00
wyike
2254777523
ignore error not found when deleting resourceTracker ( #1462 )
...
* ingore error not found when delete resourceTracker
* ignore error not found
2021-04-12 10:57:16 +08:00
LeoLiuYan
389722a94e
Remove duplicated logic ( #1465 )
...
Signed-off-by: LeoLiuYan <929908264@qq.com >
2021-04-12 10:24:34 +08:00
Shiwen Cheng
4b86689d63
Update copyright year ( #1464 )
...
* Update copyright year to 2021 for The KubeVela Authors
* Update copyright year to 2021 for other project authors
2021-04-11 21:00:14 +08:00
Shiwen Cheng
2b07ec49d4
[Improvement-1457] Use kind cmd code to load docker image instead of local kind binary ( #1458 )
...
* [Improvement-1457] Use kind cmd code to load docker image instead of local kind binary
* [Improvement-1457] Update copyright year and kind repo declaration
2021-04-11 20:59:21 +08:00
Yue Wang
7edfbde2f5
skip applying helm-release if app spec not change ( #1461 )
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-04-11 15:47:00 +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
Lei Zhang (Harry)
1407fc5125
Update readme for 1.0 ( #1453 )
2021-04-11 14:11:03 +08:00
Yue Wang
2d6f2083db
refactor pkg/appfile ( #1447 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-04-11 14:10:16 +08:00
yangsoon
c619b7b290
fix bug which Component/TraitDefinition won't work when contains "_|_" in value ( #1450 )
2021-04-09 21:46:04 +08:00
wyike
bc6000f794
fix flaky appcontext e2e-test ( #1449 )
2021-04-09 21:42:17 +08:00
yangsoon
2e92a66fa5
fix data race ( #1446 )
2021-04-09 20:15:02 +08:00
Shiwen Cheng
e5a9be8de9
Improve makefile and dockerfile ( #1445 )
...
* Improve makefile and dockerfile
* Add entrypoint.sh to support entrypoint and debugging
* Add docker base image discussion issue #1448 in dockerfile
2021-04-09 20:12:57 +08:00