Daniel Higuero
|
1a001e5b29
|
Address GolangCI lint 1.55 errors (#6453)
Signed-off-by: Daniel Higuero <daniel@napptive.com>
|
2024-02-07 17:27:32 +08:00 |
JohnJan
|
d787e95a08
|
Feat: apply-component supports namespace (#6248)
|
2023-08-31 14:08:48 +08:00 |
qiaozp
|
94cbcad471
|
Chore: tidy appHandler (#6300)
|
2023-08-28 11:01:33 +08:00 |
qiaozp
|
5a5721048c
|
Refactor: organize appHandler, remove unused flags (#6254)
|
2023-08-11 12:50:22 +08:00 |
qiaozp
|
bab5bb2caf
|
Refactor: capabilities and workload in appfile parsing (#6250)
|
2023-08-10 14:41:20 +08:00 |
qiaozp
|
307d1db36d
|
Chore: revert "Feat: apply-component supports namespace" (#6247)
|
2023-08-07 15:44:20 +08:00 |
JohnJan
|
f0357fdc8f
|
Feat: apply-component supports namespace (#6228)
* Feat: apply-component supports namespace
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
* Feat: apply-component supports namespace
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
---------
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
|
2023-07-25 10:31:18 +08:00 |
Somefive
|
da3618ad27
|
Chore: remove useless envbinding env (#6122)
* Chore: remove useless envbinding env
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix go proxy
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-15 14:50:20 +08:00 |
Somefive
|
f1bae16723
|
Chore: remove schematic kube and helm (#6099)
* Chore: remove unused code
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Chore: remove schematic Kube & Helm
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-12 10:41:02 +08:00 |
Somefive
|
c255d21ad6
|
Chore: remove unnecessary go mod (#6093)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-08 15:32:57 +08:00 |
Somefive
|
8e6bed2340
|
Fix: application gc not blocked by apprev gc (#6074)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-05 11:04:23 +08:00 |
Somefive
|
f15eba2c5f
|
Chore: remove legacy rollout and scope (#6068)
* Chore: remove legacy rollout & scope
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* remove outdated params
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-05 10:57:38 +08:00 |
Somefive
|
dd899c2b39
|
Chore: remove outdated apis(v1alppha2 ApplicationConfiguration Component, and HealthScope, Rollout) (#6041)
* remove outdated api
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix rt test: no component rt
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* recover context.revision to component hash
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-06-01 09:32:49 +08:00 |
yyzxw
|
99ad780261
|
chore: add controller ut (#6043)
Signed-off-by: yyzxw <1020938856@qq.com>
|
2023-05-29 11:55:06 +08:00 |
Somefive
|
2298dd73dc
|
Feat: revert ci to kind (#6035)
* Feat: revert ci to kind
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* feat: use internal runner
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix test bug
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-05-25 17:49:44 +08:00 |
Somefive
|
ef4bb07fb3
|
Chore: remove dm (#6036)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-05-25 13:54:35 +08:00 |
Somefive
|
4d81ba8909
|
Feat: support force resource location with dispatch (#6033)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-05-25 10:18:50 +08:00 |
yyzxw
|
dc52498b1d
|
refactor: enhanced code readability (#6012)
Signed-off-by: yyzxw <1020938856@qq.com>
|
2023-05-21 15:19:06 +08:00 |
Dhanu Saputra
|
208a4aed2d
|
Feat: application_controller should be responsible for deleting application revision (#5739)
* [Feature] application_controller should be responsible for deleting application revision
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* test
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision: fix reviews, add tests
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision: rebase master
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision: make func private
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision clean
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision: fix staticcheck
Signed-off-by: dhanu <andreasdhanu@gmail.com>
* delete-app-revision: fix review
Signed-off-by: dhanu <andreasdhanu@gmail.com>
---------
Signed-off-by: dhanu <andreasdhanu@gmail.com>
|
2023-05-17 17:41:01 +08:00 |
Somefive
|
da8588c887
|
Feat: support customizing application revision limit number in policy (#5995)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-05-16 16:12:37 +08:00 |
yyzxw
|
1af82cd282
|
cleanup: remove unused code and fix typo (#5986)
Signed-off-by: yyzxw <1020938856@qq.com>
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
Co-authored-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
|
2023-05-16 12:37:00 +08:00 |
Somefive
|
d59b116d06
|
Feat: upgrade ginkgo to v2 (#5940)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-05-15 16:07:51 +08:00 |
Somefive
|
f328308d8e
|
Feat: remove unused crd in chart (#5899)
* Feat: remove unused crd in chart
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* fix test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-04-24 09:57:30 +08:00 |
Somefive
|
106b7b3670
|
Feat: support mark stage in gc when workflow failed (#5882)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-04-20 14:05:45 +08:00 |
Somefive
|
d8af202242
|
Feat: upgrade k8s.io to 0.26 (#5758)
* Feat: upgrade k8s.io to 0.26
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: replace temp replace
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-04-10 11:19:05 +08:00 |
Tianxin Dong
|
7ea237d580
|
Feat: add mode in steps for step group (#5799)
|
2023-04-06 10:52:48 +08:00 |
Somefive
|
4aa14fc337
|
Feat: support pause reconcile (#5732)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-24 13:19:44 +08:00 |
Somefive
|
50458bc455
|
Feat: memory optimization via enhance informer cache (#5683)
|
2023-03-20 10:19:21 +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 |
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 |
Somefive
|
d60bb6224d
|
Feat: optimize empty patch request (#5600)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-07 11:11:06 +08:00 |
Somefive
|
76a8d13a37
|
Feat: remove loop reduction & filter unnecessary apprev update (#5598)
* Feat: remove loop reduction
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Feat: filter unnecessary rev update
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Fix: add retry for multicluster e2e test
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-03 20:05:10 +08:00 |
Somefive
|
4596aac043
|
Feat: upgrade cluster-gateway to use v1.8.0-alpha.3 & fix time metrics bug (#5593)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-02 14:49:48 +08:00 |
Somefive
|
65215c00e4
|
Feat: refactor prometheus metrics (#5592)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-03-01 14:32:35 +08:00 |
Tianxin Dong
|
41844eb461
|
Feat: add op.#Suspend and suspending phase in step (#5567)
|
2023-03-01 10:59:31 +08:00 |
Somefive
|
c0234888a6
|
Feat: optimize list op (#5572)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-02-27 19:04:57 +08:00 |
Somefive
|
e2f95e065a
|
Feat: update sharding using pkg (#5430)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-02-07 11:12:40 +08:00 |
Somefive
|
b7e0cd86be
|
Feat: add deploy inline policy and support loading definitions when lack in the revision (#5416)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-02-06 15:58:44 +08:00 |
Jianbo Sun
|
66dd2a70b7
|
Fix: aligin config create to be managed by apps with Dispatch function (#5384)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|
2023-01-31 16:55:37 +08:00 |
Somefive
|
9efbb72850
|
Feat: support sharding in controller (#5360)
* Feat: bootstrap sharding
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
* Chore: refactor end-e2e-core-shards script
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
---------
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-01-31 13:03:29 +08:00 |
Tianxin Dong
|
5158fcf6c1
|
Fix: optimize skip reconcile and expose error if the traits patch an invalid workload like terraform (#5334)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-01-13 17:04:22 +08:00 |
Somefive
|
5a845104fb
|
Feat: support interactive mode to manually skip encountered errors (#5266)
|
2023-01-06 15:03:47 +08:00 |
Somefive
|
693eb3cb1d
|
Feat: add pre-dispatch dryrun check (#5277)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2023-01-06 10:46:50 +08:00 |
Tianxin Dong
|
5f71d05db1
|
Fix: fix inputs conflict for workflow (#5251)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2023-01-04 10:45:51 +08:00 |
barnettZQG
|
d588def0af
|
Feat: versioned the context backend values to the app revision (#5231)
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
|
2023-01-02 21:23:12 +08:00 |
Somefive
|
18f778a871
|
Fix: gc failure cause workflow restart not working properly (#5240)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-12-29 23:15:02 +08:00 |
my-git9
|
2fb0633354
|
cleanup ioutil for newer go version (#5238)
Signed-off-by: xin.li <xin.li@daocloud.io>
Signed-off-by: xin.li <xin.li@daocloud.io>
|
2022-12-29 19:34:45 +08:00 |
Tianxin Dong
|
38aa522016
|
Chore: update workflow version to add restart from step and fix bugs (#5233)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-12-29 18:34:59 +08:00 |
Somefive
|
88f4c33d72
|
Feat: upgrade dependency (#5217)
|
2022-12-27 16:28:13 +08:00 |
Joshua Agboola
|
a9bc43a9dd
|
Feat: Support SSH for retrieving terraform modules in private git repo (#5059)
* Feat: Support SSH for retrieving terraform modules in private git repo
Signed-off-by: motilayo <44736801+motilayo@users.noreply.github.com>
* fix lint errors
Signed-off-by: motilayo <44736801+motilayo@users.noreply.github.com>
* fix gofmt lint error
Signed-off-by: motilayo <joshuaagboola@live.ca>
* update gitCredentialsReference to gitCredentialsSecretReference, validate secret, improve known_hosts logic
Signed-off-by: motilayo <joshuaagboola@live.ca>
* SImplify logic to get publickey
Signed-off-by: motilayo <joshuaagboola@live.ca>
* Set known_hosts and export SSH_KNOWN_HOSTS
Signed-off-by: motilayo <joshuaagboola@live.ca>
* Call GetGitSSHPublicKey for cli
Signed-off-by: motilayo <joshuaagboola@live.ca>
* fix parser.go - nil check for ref.Client
Signed-off-by: motilayo <joshuaagboola@live.ca>
* Unit test for GetGitSSHPublicKey
Signed-off-by: motilayo <joshuaagboola@live.ca>
* improve test coverage
Signed-off-by: motilayo <joshuaagboola@live.ca>
* make reviewable
Signed-off-by: motilayo <joshuaagboola@live.ca>
* minor improvements & cleanup
Signed-off-by: motilayo <joshuaagboola@live.ca>
* update secret name in test
Signed-off-by: motilayo <joshuaagboola@live.ca>
Signed-off-by: motilayo <44736801+motilayo@users.noreply.github.com>
Signed-off-by: motilayo <joshuaagboola@live.ca>
|
2022-12-23 16:27:27 +08:00 |