Somefive
2cea51e5e9
Feat: add pprof ( #2192 )
2021-08-30 17:19:46 +08:00
Somefive
072e6b0aa7
fix def init bug ( #2056 )
2021-08-10 12:48:32 +08:00
Tianxin Dong
a874aa3f71
Chore(docs): fix typos in design docs ( #2053 )
2021-08-09 19:59:38 +08:00
Somefive
6168537f56
add vela-def design documents ( #2041 )
2021-08-06 17:55:06 +08:00
Hongchao Deng
566cd8cbc8
design: add scenarios of ML Platform Building
2021-08-05 10:28:28 +08:00
Jianbo Sun
e71d71c6b7
use corev1.ObjectReference insteadof crossplane-runtime TypedReference ( #1974 )
...
* refactor crossplane-runtime TypedReference to ObjectReference and make condtion locally
* fix test
2021-07-28 13:59:13 +08:00
Hongchao Deng
ead859b717
design: update workflow implementation details ( #1917 )
2021-07-14 18:08:56 +08:00
Jian.Li
e972535e49
upgrade workflow design ( #1900 )
...
* upgrade workflow design
* Revert "upgrade workflow design"
This reverts commit 95937c94dd .
* revert & upgrade Diagram
2021-07-13 16:55:17 +08:00
Hongchao Deng
9e1189c4df
Add back workflow design diagram and update doc ( #1894 )
...
* update workflow design
* add back diagram
* separate folder
* rebase
2021-07-08 16:42:01 +08:00
Jianbo Sun
e72f5b8d2a
fix error links ( #1893 )
2021-07-08 16:07:21 +08:00
Hongchao Deng
071476a04f
workflow design update: CUE based workflow task
2021-07-05 14:44:16 +08:00
天元
facd56fd4f
improve workflow docs and update workflow API
2021-07-02 18:06:37 +08:00
Jianbo Sun
75bbd63f9e
delete vela restful API ( #1864 )
2021-07-01 10:16:01 +08:00
yangsoon
e217e9e0df
add autoGenWorkloadDefinition option ( #1804 )
...
add autoGenWorkloadDefinition option to choose whether to create workloaddef via webhook
2021-06-18 23:40:12 +08:00
Hongchao Deng
5b332c24d8
add initializer design ( #1794 )
...
* add environment design
* update
* update
* update
* add environment impl plan
* rename env -> initializer
* add finalizer logic
* update
2021-06-18 19:11:07 +08:00
Hongchao Deng
75d35ecdf8
Merge pull request #1750 from hongchaodeng/workflow
...
add workflow package
2021-06-02 09:52:07 -07:00
Hongchao Deng
b93460cbb4
add workflow package
2021-06-02 07:34:54 -07:00
chival
f4feb1af9c
Add oss registry support ( #1715 )
...
* Add oss registry support
* fix test
* refactor and clean up URL parse logic
* add:design docs
* change default registry to oss
2021-06-02 18:32:54 +08:00
Hongchao Deng
9a10e967ee
update APIs and docs for workflow design
2021-05-28 20:44:50 -04:00
Hongchao Deng
87ff9c9f84
design: Application-Level Policies and Customized Control-Logic Workflow ( #1642 )
...
* design: Application-Level Policies and Customized Control-Logic Workflow
* update
* use condition
2021-05-15 11:35:43 +08:00
yangsoon
90f7d11787
fix image url ( #1525 )
2021-04-19 11:24:45 +08:00
Gallardot
0c8e22ef4d
fix tiny typo ( #1480 )
...
Signed-off-by: Gallardot <tttick@163.com >
2021-04-14 10:56:33 +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
Ryan Zhang
95622cafa4
add rollout doc ( #1324 )
...
* add rollout doc
* fix doc
2021-03-27 15:10:51 +08:00
Hongchao Deng
baff3d77c4
AppDeployment: Add API types, necessary labels, and utilities
2021-03-23 22:33:54 -04:00
zhuhuijun
a856499c3f
docs(rollout) add rollout state transition graph
...
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com >
2021-03-22 09:41:08 +08:00
Jianbo Sun
b4b3a8ab69
parent override child when annotation/labels conflicts && one revision will apply once only in force mode && AC.status CRD updated ( #1109 )
...
* when annotation/labels passthrough from parent to child conflicts, the parent will override the child.
e.g. 1) AC will override its component/workload; 2) workload will override child-resource; 3) AC will override its trait
* apply once only force will block workload apply when revision not changed even ac generation updated
2021-03-02 10:13:54 +08:00
Ryan Zhang
d3511415c2
add webhooks to the rollout plan and use AC as App snapshot ( #1031 )
...
* add webhooks
* app controller change
* add component revision and appconfig revision and test
* solidify the component revision logic and fix component revisoin bugs
* fix command cli e2e failure
* fix the bug caused by rawExtention
* fix UT test
* retry on component not found
* lint
* revert component revision create order
2021-02-19 12:11:26 -08:00
roy wang
47ab481eee
implement ApplyOnceOnlyForce
...
add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-02-06 12:58:32 +09:00
Vaibhav Kaushik
026d5f6446
Minor fix for APIServe-Catalog Doc
2021-02-04 02:26:54 +05:30
Vaibhav Kaushik
26aa3eceae
Fix link in APIServer-Catalog Examples
2021-02-04 02:13:25 +05:30
Holger Protzek
f737379738
Added ingressClass to route trait ( #947 )
...
* Added ingressClass to route trait
* typo
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
* run make reviewable
* fixed ingress test
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2021-02-02 09:52:20 +08:00
Ryan Zhang
ad496b132a
further develop appDeployment controller
2021-01-28 17:59:31 -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
Ryan Zhang
462be588af
address comments and fix CI
2021-01-26 20:47:56 -08:00
Ryan Zhang
a257f6e60c
application controller ignore annotation
2021-01-26 00:03:53 -08:00
Hongchao Deng
77642f069a
Merge pull request #926 from hongchaodeng/design-update
...
* update APIServer + Catalog design
- add application creation workflow
- make application adaptable to multiple env and clusters
- add module into catalog package format and adapt to helm/terraform
2021-01-24 19:32:23 -08:00
Hongchao Deng
2720028e2a
comment
2021-01-24 19:11:36 -08:00
Hongchao Deng
62ec540fcf
update
2021-01-22 13:35:54 -08:00
Hongchao Deng
b173224212
update APIServer + Catalog design
...
- add application creation workflow
- make application adaptable to multiple env and clusters
- add module into catalog package format and adapt to helm/terraform
2021-01-22 00:24:30 -08:00
roywang
59a6ef5140
implement util/apply with three-way diff
...
add/fix unit tests
fix e2e tests
update doc & add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-01-21 18:05:29 +09:00
Ryan Zhang
023d24d392
draft
2021-01-19 15:50:38 -08:00
Hongchao Deng
a10dccf5bd
Vela APIServer and Catalog Design ( #881 )
...
* APIServer + Catalog Architecture Design
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* update
2021-01-15 11:22:59 -08:00
Zheng Xi Zhou
83ce5ec724
Add ConflictsWith and more sections for Rollout ( #869 )
...
Added `ConflictsWith` and `How Rollout Works` section to Rollout Reference Docs.
To fix #777
2021-01-14 17:22:55 +08:00
Jianbo Sun
1ec07b0198
Merge pull request #722 from wonderflow/doc
...
add some detail for route design
2020-12-07 11:29:13 +08:00
zzxwill
901b1ef83e
Fix broken link
...
Fixed broken link for `Capability Oriented` in appfile-design.md
2020-12-05 23:50:09 +08:00
天元
799bcf9cef
add some detail for route design
2020-12-04 17:27:41 +08:00
Jianbo Sun
7d3397ac31
Merge pull request #673 from zzxwill/docs-reference
...
Auto-generate reference docs
2020-12-03 18:11:49 +08:00
Jianbo Sun
a4e68dd604
add doc for users to migrate from oam-runtime to kubevela ( #697 )
...
* add doc for users to migrate from oam-runtime to kubevela
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* add disable webhook
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* address comments
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
* Update design/vela-core/migrate-from-oam-runtime.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com >
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com >
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-12-03 15:29:56 +08:00