Jianbo Sun
|
70f0500825
|
Feat: support context.clusterVersion for definition graceful upgrade (#4890)
* Feat: support context.clusterVersion for definition graceful upgrade
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
* Fix: add test for context.clusterVersion
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
* Fix: use control plane context cluster
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|
2022-10-20 20:31:29 +08:00 |
|
Jianbo Sun
|
c0e1a1a323
|
Feat: support parameter in health check of definition (#4872)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|
2022-10-18 17:16:23 +08:00 |
|
Tianxin Dong
|
51c803cc12
|
Chore: upgrade workflow vendor version (#4876)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-10-17 19:28:04 +08:00 |
|
Tianxin Dong
|
913c740a87
|
Chore: use use fix and optimize definitions (#4851)
* Chore: use use fix and optimize definitions
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Fix: use fields instead of structs
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-10-13 17:08:33 +08:00 |
|
Tianxin Dong
|
cd9ac72531
|
Chore: update cue version to attr and notification (#4734)
* Chore: update cue version to attr and notification
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Fix: docgen test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
Co-authored-by: Somefive <yd219913@alibaba-inc.com>
|
2022-09-16 16:28:35 +08:00 |
|
Tianxin Dong
|
239c5474dd
|
Chore: refactor workflow from workflow engine (#4631)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-09-02 12:55:03 +08:00 |
|
qiaozp
|
924d55381e
|
Feat: component replication (#4449)
|
2022-08-17 14:04:57 +08:00 |
|
Tianxin Dong
|
c3ca308489
|
Chore: update cue version to 0.4.3 (#4425)
* Chore: update cue version to 0.4.3
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* resolve some comments
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix lint
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* add more tests
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* rebase and add more tests
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* resolve comments
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-08-08 17:57:48 +08:00 |
|
Somefive
|
aaf3f14fee
|
Fix: empty health policy do not check object existence (#4496)
* Fix: empty health policy do not check object existence
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: fix health check error
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-08-02 10:56:37 +08:00 |
|
Somefive
|
0cb85d897a
|
Fix: health check use original ns if no override and original exists (#4349)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-07-11 16:46:14 +08:00 |
|
Afzal Ansari
|
373abf4fe7
|
Fix: refactors lint issues in missing err in json return value (#3828)
* refactors error return value of encoding addon
Signed-off-by: afzal442 <afzal442@gmail.com>
* refactor error return value of encoding kubeapi
Signed-off-by: afzal442 <afzal442@gmail.com>
* refactors error return value of encoding worker
Signed-off-by: afzal442 <afzal442@gmail.com>
* refactors error return value of encoding handle
Signed-off-by: afzal442 <afzal442@gmail.com>
* Modifies the json returned err
Signed-off-by: afzal442 <afzal442@gmail.com>
Skips the err
Signed-off-by: afzal442 <afzal442@gmail.com>
adds suggestion for error()
Signed-off-by: afzal442 <afzal442@gmail.com>
* Adds error return value
Signed-off-by: afzal442 <afzal442@gmail.com>
minor changes
Signed-off-by: afzal442 <afzal442@gmail.com>
* updates extendedfile method and adjusts the error
Signed-off-by: afzal442 <afzal442@gmail.com>
* fixes lint error
Signed-off-by: afzal442 <afzal442@gmail.com>
|
2022-06-03 15:36:55 +08:00 |
|
Tianxin Dong
|
f447e6c642
|
Fix: delete context when patch outputs in trait (#3854)
* Fix: delete context when patch outputs in trait
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* use patchOutputs instead of outputs in patch
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix typo
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-05-12 18:38:57 +08:00 |
|
Jianbo Sun
|
e5fd150cd5
|
Fix: add client validation and severside dry run for vela dry-run (#3485)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|
2022-03-22 16:39:36 +08:00 |
|
Somefive
|
598de21f67
|
Feat: add support for json-patch and json-merge-patch (#3406)
* Feat: add support for json-patch and json-merge-patch
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add e2e test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: refactor json-patch field
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-03-11 14:57:50 +08:00 |
|
Somefive
|
6e73c52116
|
Feat: enhance container related traits (#3359)
* Feat: enhance env trait
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: enhance container image trait
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add command trait
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-03-08 15:40:04 +08:00 |
|
Somefive
|
de81c24f42
|
Feat: support standalone style multi-cluster (#3223)
* Feat: ref component
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: support topology and override
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add support for external policy and workflow
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add admission control
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: disable cross namespace ref object
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Chore: refactor
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: support labelSelector in ref-objects
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add pre approve for deploy step
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Chore: refactor
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: support comp/trait type in override policy even not used by prototype
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: support regex match for patch component name
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: labelSelector not work for cluster
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: ref workflow contains external policy
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: revision test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: parallel apply components
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add test for oam provider
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: service ref-comp & indirect trait ns
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: align namespace setting for chart
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add strict unmarshal and reformat
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: merge with cluster rework
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: patch trait-def
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: apply components + load dynamic component
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test for loadPoliciesInOrder
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: add test for open merge
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: reformat & add test for step generator
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test for parse override policy related defs
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test for multicluster provider (expandTopology and overrideConfiguration)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add admission test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: revert trait status pass in component status
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add test for dependency in workflowstep & standalone multicluster test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add check for ref and steps in WorkflowStep & enhance ref-objects scheme check
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-03-07 10:21:00 +08:00 |
|
Tianxin Dong
|
d6cf2cdd2f
|
Fix: add process context in workflow (#3318)
* Fix: add process context in workflow
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* add context data in process context
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* delete usesless func
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix ut
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* use multi cluster ctx in process ctx
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* remove debug log
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-02-28 10:30:55 +08:00 |
|
Chwetion
|
df3061f4c1
|
allow import package in custom status cue template (#2585)
Co-authored-by: chwetion <chwetion@foxmail.com>
|
2021-11-03 12:14:51 +08:00 |
|
Somefive
|
e8d051a532
|
Support MultiCluster EnvBinding with cluster-gateway (#2247)
* Feat: init multicluster
* Feat: add secret namespace auto-detect
* Style: format
* Style: split gc codes
* Feat: add cluster cli
* Fix: rebase workflow on master
* Feat: add component selector for env binding
* Fix: selector & patch conflict
* Feat: add local cluster support & fix unit test
* Fix: fix omitempty bug
* Feat(health-scope): support multi-cluster's healthcheck
* Fix: resourcetracker gc bug & rename
* Feat: add multicluster to op.Read
Co-authored-by: yangsoon <songyang.song@alibaba-inc.com>
|
2021-09-14 20:35:10 +08:00 |
|
Jianbo Sun
|
0781937100
|
Fix: align all CUE template keyword to use parameter (#2181)
|
2021-08-30 11:43:20 +08:00 |
|
yangsoon
|
b6a6982a57
|
add test (#1761)
|
2021-06-04 19:05:59 +08:00 |
|
Jian.Li
|
4f47bec238
|
refactor cue related packages in vela (#1734)
* refactor-cue
* import group
* readme
* fmt
|
2021-06-02 15:37:06 +08:00 |
|