Hongchao Deng
2451236791
update install guide
2020-10-29 22:41:31 -07:00
Hongchao Deng
8fdf48eac1
Add appfile tutorial and fix code
...
includes:
- fix up command to save appfile to env dir
- update cue template to include cmd and config
- move design to doc/design
2020-10-29 22:41:07 -07:00
Jianbo Sun
5cc97bc2c0
Merge pull request #475 from wonderflow/newroute
...
merge vela app/svc delete to vela delete
2020-10-30 11:58:45 +08:00
天元
f016ada842
merge vela app/svc delete to vela delete
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-10-30 11:42:27 +08:00
Zhe Jiang
24ef896142
Spelling mistakes ( #471 )
...
* Spelling mistakes
* Update docs/install.md
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2020-10-30 09:56:45 +08:00
Lei Zhang (Harry)
488cc9d545
Merge pull request #469 from resouer/docs
...
Rename owners file and update design doc
2020-10-29 15:48:06 -07:00
Harry Zhang
f0fe340d7d
Update design doc to reflect recent idea
2020-10-29 15:21:35 -07:00
Lei Zhang (Harry)
c87594ad04
Merge pull request #472 from hongchaodeng/doc
...
fix and clean up charts
2020-10-29 15:03:25 -07:00
Hongchao Deng
391a1e5e89
add codecov.yml
...
disable patch status
2020-10-29 14:35:55 -07:00
Hongchao Deng
72d0284454
install.md: update clean CRD section
2020-10-29 14:17:38 -07:00
Hongchao Deng
0ef3d8650b
fix and clean up charts
...
currently the charts has following issues:
- cert-manager has manifests in multiple places. Should be combined into one.
Prefer pure yaml since its helm chart requires `--set installCRDs=true` flag and uninstalling CRD via helm is inconvient.
- The bootstrap of vela-core will setup metrics controller. This requires Prometheus Operator CRD. Move related CRD to vela-core chart.
- move prometheus to vela-system namespace. Remove monitoring namespace.
- remove grafana. It's already a dependency of prometheus chart.
- change default image pull policy to IfNotPresent. Should not be Always.
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-29 13:56:33 -07:00
Jianbo Sun
7150d71716
Merge pull request #450 from wonderflow/newroute
...
add route tuturiol
2020-10-29 17:59:35 +08:00
天元
091b70deba
add route tuturiol
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-10-29 17:36:51 +08:00
Jianbo Sun
8e0641baca
Merge pull request #470 from captainroy-hy/vela-portforward
...
vela port-forward
2020-10-29 15:34:29 +08:00
Hongchao Deng
4426133c43
Fix vela install to include all dependencies ( #467 )
...
* Fix vela install to include all dependencies
rewrite server dependency component install:
- Don't rely on crd name. Continue installing all charts.
- Rewrite signal handler to uninstall dependencies before exiting.
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-29 15:24:02 +08:00
roy wang
32daa8f280
vela port-forward
...
add unit test and e2e test
refresh cli doc of vela port-forward
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-29 16:21:33 +09:00
Harry Zhang
0f85f9763d
Rename owners file
2020-10-28 15:00:07 -07:00
Lei Zhang (Harry)
1c3f7f925e
Merge pull request #452 from resouer/dev
...
Add onwers file and fix typo
2020-10-28 14:58:20 -07:00
Harry Zhang
aae80847a1
Add onwers file and fix typo
2020-10-28 14:30:50 -07:00
Lei Zhang (Harry)
4d30423d55
Add introducation doc ( #459 )
2020-10-28 11:45:43 -07:00
Jianbo Sun
e9b4257107
Merge pull request #456 from captainroy-hy/refresh-cli-docs
...
refresh cli docs
2020-10-28 13:29:49 +08:00
Hongchao Deng
b52fc92e93
change podspec workload to deployment in built-in templates ( #458 )
...
* change podspec workload to deployment in built-in templates
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-28 13:28:27 +08:00
roy wang
1522280e50
refresh cli docs
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-28 14:16:19 +09:00
Hongchao Deng
5f4a55f594
Merge pull request #457 from hongchaodeng/kind
...
e2e: delete kind cluster at the end
2020-10-27 21:10:09 -07:00
Hongchao Deng
42115e7774
e2e: delete kind cluster in setup
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-27 20:55:50 -07:00
Jianbo Sun
137b56cb03
Merge pull request #455 from hongchaodeng/runner
...
setup and use self hosted runner
2020-10-28 10:00:10 +08:00
Jianbo Sun
c25a22a17d
Merge pull request #449 from captainroy-hy/term-service
...
change term "component" to "service" in commands
2020-10-28 09:51:11 +08:00
Hongchao Deng
cf22e96b37
Merge pull request #454 from resouer/roadmap
...
Add roadmap doc and update extending doc
2020-10-27 18:30:40 -07:00
Hongchao Deng
82f5ee0bd3
setup and use self hosted runner
2020-10-27 15:49:43 -07:00
Harry Zhang
e827da2db2
Add roadmap doc and update extending doc
2020-10-27 14:36:18 -07:00
roy wang
69944f9dad
change term "component" to "service" in commands
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-27 19:31:24 +09:00
Jianbo Sun
5dd91add89
Merge pull request #447 from wonderflow/fixdoc
...
fix doc gen path
2020-10-27 17:06:21 +08:00
Jianbo Sun
d2452ad8ef
Merge pull request #446 from wonderflow/oam-runtime
...
upgrade oam-k8s-runtime dependency
2020-10-27 17:06:01 +08:00
Hongchao Deng
b8cb0565a8
Merge pull request #439 from hongchaodeng/template
...
update templates
2020-10-27 02:00:46 -07:00
Hongchao Deng
ac9a2a2b81
fix e2e
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-27 01:38:10 -07:00
天元
4d4ea8f3c4
fix doc gen path
2020-10-27 15:48:44 +08:00
天元
4c70136ba1
upgrade oam-k8s-runtime dependency
2020-10-27 15:32:42 +08:00
Hongchao Deng
f962dc0f11
fix ut
2020-10-26 23:38:11 -07:00
Hongchao Deng
95823cdcdb
fix
2020-10-26 23:19:59 -07:00
Hongchao Deng
182805c9ca
move and remove extra parameter def
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 23:14:48 -07:00
Hongchao Deng
cba72cb6e6
fix e2e
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 21:52:18 -07:00
Hongchao Deng
cff6a74430
capability: use def name as name
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 20:51:16 -07:00
Hongchao Deng
e9186fa8eb
fix plugin test
2020-10-26 20:51:16 -07:00
Hongchao Deng
3d17464c44
fix trait definition
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 20:51:16 -07:00
Hongchao Deng
eed2e2f219
fix
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 20:51:16 -07:00
Hongchao Deng
16d3cbd5a4
add readme
2020-10-26 20:51:16 -07:00
Hongchao Deng
80cf81e4d5
update templates
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-10-26 20:51:16 -07:00
Jianbo Sun
ea836ee2eb
Merge pull request #438 from wonderflow/scale
...
Implement Autoscaler Trait
2020-10-27 10:45:00 +08:00
天元
0990e6fa64
fix autoscaler
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-10-27 10:19:26 +08:00
Lei Zhang (Harry)
2b0759bcff
Minor fix on doc framework ( #442 )
2020-10-26 16:31:38 -07:00