Jonathan Ogilvie
ddce93cfdd
feat: cross namespace hierarchy traversal from cluster-scoped parents to namespaced children ( fixes #24379 ) ( #24847 )
...
Signed-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com >
2025-12-15 02:30:41 +00:00
Kevin R
1a6973af2d
feat: Add the ability to not autogenerate external URLs from ingress object ( #13705 ) ( #25383 )
...
Signed-off-by: rkevin <rk@rkevin.dev >
2025-12-02 12:04:58 +02:00
Matthieu MOREL
4ea276860c
chore: refactor test functions to pass context from testing.T to fixtures ( #25134 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-11-02 13:39:24 +01:00
Matthieu MOREL
f26533ab37
chore: use Expecter Structs from mockery ( #25133 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-11-01 13:07:08 +00:00
Shota Sugiura
541a1546cd
chore: remove unnecessary lock value copy in test ( #24939 )
...
Signed-off-by: shota3506 <s.shota.710.3506@gmail.com >
2025-10-23 13:00:50 -04:00
Atif Ali
4a71661dbe
chore(ui): fix Incorrect links to applications managed by other argo instances ( #23266 )
...
Signed-off-by: Atif Ali <atali@redhat.com >
2025-10-14 21:38:14 -04:00
Suraj yadav
72d054d772
feat(ui): Requests info for Cpu and Mem added to Pod details ( #20637 )
...
Signed-off-by: Surajyadav <harrypotter1108@gmail.com >
Signed-off-by: Suraj yadav <harrypotter1108@gmail.com >
2025-07-31 12:55:12 -04:00
Peter Jiang
660295f656
chore: bump gitops engine + remove IterateHierarchyv1 ( #23924 )
...
Signed-off-by: Peter Jiang <peterjiang823@gmail.com >
2025-07-25 16:25:58 -07:00
Nitish Kumar
671107cb10
test: add tests for loading cache settings ( #23605 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com >
2025-07-02 22:35:52 -04:00
Matthieu MOREL
c6ebc19c1f
chore(lint): enable emptyStringTest rule from go-critic ( #23400 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-06-15 20:25:12 +00:00
Blake Pettersson
2ae9f43410
chore: upgrade mockery ( #23387 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
2025-06-13 19:58:11 +00:00
Marcus Söderberg
00ee32f7f5
feat: optionally propagate node labels to application pod view ( #15274 ) ( #23260 )
...
Signed-off-by: Marcus Söderberg <msoderb@gmail.com >
Co-authored-by: Linghao Su <slh001@live.cn >
2025-06-13 11:19:27 -04:00
Michael Crenshaw
7814790ff3
fix(repo-server): sort images ( #23372 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-06-12 11:28:45 -04:00
Michael Crenshaw
2bf3f6850e
chore(lint): enable more gocritic linters ( #23328 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-06-11 23:50:02 -04:00
Michael Crenshaw
30a0088c84
chore: enable lint for unused private fields ( #23242 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-06-05 07:47:55 -04:00
Michael Crenshaw
797f1d693b
chore(test): upgrade to mockery v3 ( #22999 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-05-16 16:38:51 -04:00
Michael Crenshaw
f0d783b1e7
chore(test): fix mockery deprecation warnings ( #22998 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-05-15 11:06:03 -07:00
Oleksandr Saulyak
be3efbd98f
fix: settings request doesn't return default tracking method ( #22965 )
...
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@octopus.com >
Co-authored-by: Regina Voloshin <regina.voloshin@codefresh.io >
2025-05-15 11:26:47 +03:00
Xiaopeng Han
299286dea1
fix: app tree parentRef response missing version info ( #22927 )
...
Signed-off-by: xiaopeng <hanxiaop8@outlook.com >
2025-05-12 14:30:22 +05:30
Michael Crenshaw
910b9518e4
feat(controller): enable batch event processing by default ( #22338 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-03-13 17:40:31 -04:00
sivchari
922d080ae5
chore: upgrade Go to 1.24 ( #22242 )
...
Signed-off-by: sivchari <shibuuuu5@gmail.com >
2025-03-10 10:14:41 -04:00
Michael Crenshaw
db82e23ebb
chore: use internal errors util instead of pkg's ( #22174 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-03-05 11:40:56 -05:00
Soumya Ghosh Dastidar
228b86d3b5
chore: update mockery version ( #22126 )
...
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com >
2025-03-03 16:57:20 +02:00
Michael Crenshaw
806c5f6b6d
fix: return cluster URL in error message, not full cluster object ( #22094 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-02-28 21:10:00 +00:00
Matthieu MOREL
c1b2f78f46
chore: enable var-naming from revive ( #21861 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-02-18 11:02:38 -05:00
ivanscai
d183d9c614
fix: dynamic cluster distribution issue 20965, update the shard… ( #21042 )
...
Signed-off-by: caijing <caijing.cai@alibaba-inc.com >
Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
2025-02-09 22:25:34 -05:00
Matthieu MOREL
bf082c26c2
chore: enable ifElseChain from gocritic ( #21636 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-22 16:13:51 -05:00
Matthieu MOREL
5ef4faa8a4
chore: enable nolintlint ( #21559 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-21 13:49:14 -05:00
Michael Crenshaw
bd37458896
chore(refactor): remove app destination inferrence logic ( #21189 )
...
* refactor: remove app destination inferrence logic
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* simplify
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* more fixes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* more fixes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* codegen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix mocks
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* simplify
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* clusters all the way down
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* simplify
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* test
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* lint
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* tidy
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* be less radical
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-01-13 13:15:42 -05:00
github-actions[bot]
4d9835927d
Bump major version to 3 ( #21410 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: crenshaw-dev <350466+crenshaw-dev@users.noreply.github.com >
2025-01-10 16:14:00 -05:00
Matthieu MOREL
6c45721730
chore: enable early-return from revive ( #21423 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-08 15:26:02 -05:00
Michael Crenshaw
1a9f22625d
fix(controller): rename cluster batch param and add to argocd-cmd-params-cm ( #21402 )
...
* fix(controller): rename cluster batch param and add to argocd-cmd-params-cm
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* parameterize deployment too
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* consistency
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2025-01-08 07:34:29 -05:00
Matthieu MOREL
53bc19b5f2
chore: enable unused-parameter from revive ( #21365 )
...
* chore: enable unused-parameter from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
* apply recommandations
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
---------
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-07 10:12:56 -05:00
Matthieu MOREL
50c49ec8f9
chore: enable unnecessary-stmt from revive ( #21398 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-07 09:56:38 -05:00
Matthieu MOREL
e66068c11b
chore: enable var-declaration from revive ( #21370 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-03 18:44:23 -05:00
Matthieu MOREL
5508d1feda
chore: enable importas for k8s.io/apimachinery/pkg/api/errors ( #21262 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-03 17:09:37 +00:00
Matthieu MOREL
ceb758c877
chore: import k8s.io/api/core/v1 as corev1 ( #21345 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-03 11:10:00 -05:00
Matthieu MOREL
13235ad477
chore: use testify instead of testing.Fatal ( #21258 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-02 18:27:41 -05:00
Matthieu MOREL
9ea979bbcd
chore: enable use-any from revive ( #21282 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-01-02 18:26:59 -05:00
Mykola Pelekh
dc3f40c31e
fix: avoid resources lock contention ( #8172 ) ( #20329 )
...
* fix: avoid resources lock contention
Signed-off-by: Mykola Pelekh <mpelekh@demonware.net >
* feat: allow enabling batch events processing
Signed-off-by: Mykola Pelekh <mpelekh@demonware.net >
* fix: update ParseDurationFromEnv to handle duration in ms
Signed-off-by: Mykola Pelekh <mpelekh@demonware.net >
* feat: make eventProcessingInterval option configurable (default is 0.1s)
Signed-off-by: Mykola Pelekh <mpelekh@demonware.net >
* use upstream gitops-engine
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Mykola Pelekh <mpelekh@demonware.net >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-12-16 12:18:11 -05:00
Michael Crenshaw
5cdb1a0a15
chore: use new fake k8s client constructor ( #21186 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-12-16 14:49:30 +05:30
Matthieu MOREL
2998687416
chore: enable perfsprint linter ( #20685 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2024-11-10 21:00:57 -05:00
Michael Crenshaw
f6eaaea769
fix(ui): display correct init info in Pod UI ( #20387 )
...
* fix(controller): change pod status calculate with sidecar
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
* fix(controller): add restartable sidecar count in total container display
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
* test UI, fix bugs
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
oops
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
indent
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
fix accidental duplication
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* apply recommendation
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: linghaoSu <linghao.su@daocloud.io >
2024-10-17 08:16:51 -04:00
Linghao Su
e80de49043
fix(controller/ui): fix pod with sidecar state ( #19843 )
...
* fix(controller): change pod status calculate with sidecar
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
* fix(controller): add restartable sidecar count in total container display
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
* fix(controller): update info test case conditions
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Linghao Su <slh001@live.cn >
* fix(controller): add more test case to cover more conditions
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
* fix(ui): check is condition exist before for of
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
---------
Signed-off-by: linghaoSu <linghao.su@daocloud.io >
Signed-off-by: Linghao Su <slh001@live.cn >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-10-15 15:05:34 -04:00
Rungsikorn Rungsikavarnich
19613a20fb
feat(controller): support Istio ServiceEntry network node #20270 ( #20273 )
...
add serviceentry node to network diagram and link to workload
by workloadSelector label reference
Signed-off-by: zapkub <rungsikorn@me.com >
2024-10-10 11:19:39 +03:00
ABBOUD Moncef
fe7771cc83
fix: handle incorrect cluster RESTconfig without panic ( #20150 )
...
Signed-off-by: cef <moncef.abboud95@gmail.com >
2024-10-06 17:55:26 +03:00
Alexander Matyushentsev
03a16099b0
fix: support managing cluster with multiple argocd instances and annotation based tracking ( #20222 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com >
2024-10-04 17:54:37 -07:00
kahoulei
75e73834bf
feat: Add ignore-resources-tracking annotation to ignore resources update ( #18343 )
...
* feat: Add ignore-resources-tracking annotation to ignore resources update
Signed-off-by: kahoulei <kahou.lei@okta.com >
* add doc
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update annotation doc
Signed-off-by: kahoulei <kahou.lei@okta.com >
* refactor annotation usage base on comment feedback
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update annotation
Signed-off-by: kahoulei <kahou.lei@okta.com >
* do not store boolean in resourceInfo
Signed-off-by: kahoulei <kahou.lei@okta.com >
* typo
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update logic
Signed-off-by: kahoulei <kahou.lei@okta.com >
* refactor
Signed-off-by: kahoulei <kahou.lei@okta.com >
* add comment
Signed-off-by: kahoulei <kahou.lei@okta.com >
* add tests
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update doc
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update code base on comment feedback
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update annotation doc
Signed-off-by: kahoulei <kahou.lei@okta.com >
* fix goimport
Signed-off-by: kahoulei <kahou.lei@okta.com >
* fix golint
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update comments
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update docs
Signed-off-by: kahoulei <kahou.lei@okta.com >
* update annotation name
Signed-off-by: kahoulei <kahou.lei@okta.com >
* rename annotation
Signed-off-by: kahoulei <kahou.lei@okta.com >
* lint check
Signed-off-by: kahoulei <kahou.lei@okta.com >
---------
Signed-off-by: kahoulei <kahou.lei@okta.com >
Co-authored-by: kahoulei <kahou.lei@okta.com >
Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
2024-07-29 11:26:50 -04:00
Andrii Korotkov
c59cb52b27
chore: Use more optimal iterate hierarchy v2 ( #18929 ) ( #18972 )
...
Closes #18929
Helps with #18500
Use iterate hierarchy v2 to have a roughly linear performance for getting the resource tree instead of up to quadratic.
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com >
2024-07-19 11:37:13 -04:00
Cayde6
06b0f957b8
chore(migrate): migrate mockery codegen to use packages( #18579 ) ( #18617 )
...
* chore(migrate): mockery migrate to packages
migrate interface
- remove go:generate
- generate mock
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
* chore(migrate: mockery migrate to package
add mockgen stage
- add mockgen command to Makefile
- add generate-mock.sh
- add install mockery to install-codegen-go-tool.sh
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
---------
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
2024-07-02 10:48:38 -04:00