iyear
|
d694dff4de
|
Refactor: option pattern (#5720)
* Refactor: option pattern
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: nil check and add tests
Signed-off-by: iyear <ljyngup@gmail.com>
---------
Signed-off-by: iyear <ljyngup@gmail.com>
|
2023-03-24 12:06:34 +08:00 |
qiaozp
|
6b4da4fa45
|
Feat: add sub-module to Golang SDK (#5655)
* wait to deal with go.mod
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* seperate def and module modifier
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* fix module import
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* refine code
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* remove the pointer reference in loop
generalize the language-specific argument parsing
amend tests
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* remove focused test
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* fix test
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
* update command usage
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
---------
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
|
2023-03-24 11:28:56 +08:00 |
S Code Man
|
fe279cf20d
|
Fix: fix vela-minimal helm chart unrecognised options (#5721)
* fix(vela-minimal): fix unrecognised options
Signed-off-by: florent.madiot.e <florent.madiot.e@thalesdigital.io>
* Fix(vela-minimal): make reviewable
Signed-off-by: florent.madiot.e <florent.madiot.e@thalesdigital.io>
---------
Signed-off-by: florent.madiot.e <florent.madiot.e@thalesdigital.io>
|
2023-03-24 11:28:35 +08:00 |
Somefive
|
80da131171
|
Feat: upgrade helm values (#5722)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-23 18:40:06 +08:00 |
dependabot[bot]
|
332c7e42a7
|
Chore: (deps): Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.6.1 (#5715)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.5.1...v5.6.1)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-22 13:03:14 +08:00 |
dependabot[bot]
|
7f1def40ad
|
Chore: (deps): Bump github.com/xlab/treeprint from 1.1.0 to 1.2.0 (#5667)
Bumps [github.com/xlab/treeprint](https://github.com/xlab/treeprint) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/xlab/treeprint/releases)
- [Commits](https://github.com/xlab/treeprint/compare/v1.1.0...v1.2.0)
---
updated-dependencies:
- dependency-name: github.com/xlab/treeprint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-22 13:02:38 +08:00 |
iyear
|
6976b2ba0c
|
Feat: CUE generator with type conversion (#5585)
* Feat: CUE generator with type conversion
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: golangci-lint error
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: add licenses
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: go mod tidy
Signed-off-by: iyear <ljyngup@gmail.com>
* Tests: add util unit tests
Signed-off-by: iyear <ljyngup@gmail.com>
* Tests: add registry unit tests
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: add util_test.go header license
Signed-off-by: iyear <ljyngup@gmail.com>
* Tests: add tag unit tests
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: small bugs
Signed-off-by: iyear <ljyngup@gmail.com>
* Tests: add testdata
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: add licenses to testdata go files
Signed-off-by: iyear <ljyngup@gmail.com>
* Chore: modify according to FogDong
Signed-off-by: iyear <ljyngup@gmail.com>
* Chore: remove ident '_' addition
Signed-off-by: iyear <ljyngup@gmail.com>
* Chore: add tests and refactor files
Signed-off-by: iyear <ljyngup@gmail.com>
* Chore: remove useless escape test and ident placeholder
Signed-off-by: iyear <ljyngup@gmail.com>
* Chore: add more escape tests
Signed-off-by: iyear <ljyngup@gmail.com>
* Fix: index out of range and add edge case tests
Signed-off-by: iyear <ljyngup@gmail.com>
* Feat: support escaping separators ';' ':' ','
Signed-off-by: iyear <ljyngup@gmail.com>
---------
Signed-off-by: iyear <ljyngup@gmail.com>
|
2023-03-21 15:24:29 +08:00 |
xingming01
|
4d714ed2c2
|
Fix: Optimize the webhook log format (#5652)
Co-authored-by: caoxingming <caoxingming@jd.com>
|
2023-03-21 11:38:57 +08:00 |
dependabot[bot]
|
2f6ea93272
|
Chore: (deps): Bump golang.org/x/oauth2 from 0.3.0 to 0.6.0 (#5693)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-21 11:33:16 +08:00 |
dependabot[bot]
|
586f0f26c1
|
Chore: (deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (#5706)
|
2023-03-21 03:29:46 +00:00 |
dependabot[bot]
|
7b47fdc046
|
Chore: (deps): Bump actions/checkout from 3.3.0 to 3.4.0 (#5708)
|
2023-03-21 02:41:55 +00:00 |
Tianxin Dong
|
971f6ffe4c
|
Fix: use logs to show errs intead of return in adopt all (#5705)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-03-21 10:41:05 +08:00 |
Somefive
|
377753d1b1
|
Fix: system crd validation hook should not always use the default vela system (#5709)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-21 10:16:40 +08:00 |
dependabot[bot]
|
e961f8da88
|
Chore: (deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#5694)
|
2023-03-20 02:21:38 +00:00 |
dependabot[bot]
|
3acfecc9e4
|
Chore: (deps): Bump golang.org/x/text from 0.7.0 to 0.8.0 (#5692)
|
2023-03-20 02:20:49 +00:00 |
Somefive
|
50458bc455
|
Feat: memory optimization via enhance informer cache (#5683)
|
2023-03-20 10:19:21 +08:00 |
Tianxin Dong
|
b28b165048
|
Chore: update workflow version to fix depends on skip (#5698)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-03-17 17:14:33 +08:00 |
Tianxin Dong
|
59fc019243
|
Feat: add adopt all command (#5690)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-03-17 14:46:06 +08:00 |
dependabot[bot]
|
fa8899088c
|
Chore: (deps): Bump github.com/alibabacloud-go/tea from 1.1.19 to 1.1.20 (#5681)
Bumps [github.com/alibabacloud-go/tea](https://github.com/alibabacloud-go/tea) from 1.1.19 to 1.1.20.
- [Release notes](https://github.com/alibabacloud-go/tea/releases)
- [Commits](https://github.com/alibabacloud-go/tea/compare/v1.1.19...v1.1.20)
---
updated-dependencies:
- dependency-name: github.com/alibabacloud-go/tea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-17 13:38:52 +08:00 |
Somefive
|
b4ef7e915f
|
Feat: add load testing app template (#5526)
* Feat: add load testing apptemplate
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: update region template
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: use configmap instead of secret and add cleanup script
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* enhance readme
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-16 18:57:04 +08:00 |
Somefive
|
0bff849689
|
Feat: change the cluster-gateway connect mode to direct and deprecate envbinding CRD (#5631)
* Feat: upgrade helm chart values
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix authentication issue
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-16 17:17:45 +08:00 |
dependabot[bot]
|
942e88cd29
|
Chore: (deps): Bump github.com/prometheus/client_golang (#5668)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-16 10:16:30 +08:00 |
dependabot[bot]
|
23383841db
|
Chore: (deps): Bump actions/cache from 3.2.6 to 3.3.1 (#5663)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](69d9d449ac...88522ab9f3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-16 10:14:16 +08:00 |
StevenLeiZhang
|
801c630c61
|
Fix: sample yaml of Trait storage does not work (#5679)
Signed-off-by: StevenLeiZhang <zhangleiic@163.com>
|
2023-03-16 10:00:30 +08:00 |
StevenLeiZhang
|
91bcedbf24
|
Fix: parameter type is conflict with Component webserice and Trait re… (#5579)
|
2023-03-15 20:36:00 +08:00 |
qiaozp
|
3ce7517b6b
|
Feat: set right default value for oneOf schema if set (#5677)
|
2023-03-15 14:08:53 +08:00 |
dependabot[bot]
|
87f2a43bee
|
Chore: (deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#5666)
|
2023-03-15 03:06:15 +00:00 |
msun1996
|
ad23240e4e
|
Fix: The resource topology fails to display the pods under the cronjob (#5640) (#5642)
Signed-off-by: hanzhaoyang <hanzhaoyang@jd.com>
Co-authored-by: hanzhaoyang <hanzhaoyang@jd.com>
|
2023-03-14 18:41:56 +08:00 |
Somefive
|
0ae82d8034
|
Fix: mc flaky e2e test (#5661)
* Fix: mc flaky e2e test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add time for workflow rollback
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: load-test flaky
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-13 16:53:00 +08:00 |
qiaozp
|
e8b92a5d02
|
fix CVE-2023-27483 (#5657)
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
|
2023-03-13 16:15:54 +08:00 |
dependabot[bot]
|
c08cffbc4c
|
Chore: (deps): Bump zeebe-io/backport-action from 1.1.0 to 1.2.0 (#5622)
|
2023-03-13 08:01:13 +00:00 |
dependabot[bot]
|
4f24f13fd7
|
Chore: (deps): Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.16.2 (#5649)
|
2023-03-13 07:21:25 +00:00 |
dependabot[bot]
|
1159eef264
|
Chore: (deps): Bump github.com/emicklei/go-restful/v3 (#5650)
|
2023-03-13 07:21:07 +00:00 |
Somefive
|
d41c3ec0e7
|
Fix: cve-2022-4203 (#5658)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-13 15:07:48 +08:00 |
suwliang3
|
54311b9d06
|
Fix: add addon registry (#5646)
* Fix: add addon registry
Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>
* Fix: modify edit errors
Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>
---------
Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>
|
2023-03-13 14:12:32 +08:00 |
barnettZQG
|
50622ababc
|
Chore: move the API server to the VelaUX repository (#5636)
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
|
2023-03-13 13:53:35 +08:00 |
wyike
|
a36eb4f2e2
|
Fix: loading definitions if lack in the revision when calculate dispatch stage of trait. (#5644)
* small fix for dispatch stage
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
revert useless commit
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
small fix
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
* add test case
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
---------
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
|
2023-03-13 11:22:44 +08:00 |
Somefive
|
4edb21782f
|
Feat: add feature gate to allow disbale cluster watch at the start of vela-core (#5632)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-13 11:17:15 +08:00 |
qiaozp
|
6704e9794a
|
Fix: push tags anyway in new release while syncing api and sdk (#5641)
|
2023-03-09 14:03:24 +08:00 |
qiaozp
|
07a05c419f
|
Feat: sync sdk automatically (#5630)
|
2023-03-09 10:18:08 +08:00 |
barnettZQG
|
79f1d5cb03
|
Chore: optimize the package dependencies (#5596)
* Chore: optimize the package dependces
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
* Fix: the code style
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
* Fix: remove the repetitive context
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
* Fix: change the context key
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
* Fix: Optimize the e2e test case
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
---------
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
|
2023-03-07 16:19:37 +08:00 |
qiaozp
|
3f53c26bc8
|
Feat: enhance the SDK, fix generating bugs (#5586)
|
2023-03-07 15:12:54 +08:00 |
Tianxin Dong
|
388056fda0
|
Fix: stores workflow status in revison if it is restarted (#5604)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-03-07 14:13:56 +08:00 |
dependabot[bot]
|
c4fbc38ff4
|
Chore: (deps): Bump open-cluster-management.io/api from 0.7.0 to 0.10.0 (#5574)
Bumps [open-cluster-management.io/api](https://github.com/open-cluster-management-io/api) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/open-cluster-management-io/api/releases)
- [Commits](https://github.com/open-cluster-management-io/api/compare/v0.7.0...v0.10.0)
---
updated-dependencies:
- dependency-name: open-cluster-management.io/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-07 11:50:43 +08:00 |
Somefive
|
d60bb6224d
|
Feat: optimize empty patch request (#5600)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-07 11:11:06 +08:00 |
dependabot[bot]
|
36128671c1
|
Chore: (deps): Bump dawidd6/action-homebrew-bump-formula from 3.8.3 to 3.9.0 (#5623)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-07 09:52:11 +08:00 |
dependabot[bot]
|
1762f7a294
|
Chore: (deps): Bump actions/cache from 3.2.5 to 3.2.6 (#5621)
|
2023-03-06 16:11:54 +00:00 |
zhaohuiweixiao
|
6fa0d98547
|
Fix: render addon application checkDeployClusters invalid (#5555)
* Fix: render addon application checkDeployClusters invalid
Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
* Feat: add getClusters test logic
Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
---------
Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
|
2023-03-06 19:36:59 +08:00 |
Somefive
|
91638eba65
|
Fix: make read-only object not found error more clear (#5614)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-06 13:18:05 +08:00 |
Somefive
|
e7dad3c9be
|
Fix: replication example componentdefinition miss workload field for webhook validation (#5615)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-06 13:17:48 +08:00 |