dhawos
7d58ca3ef7
chore(logs): standardize application logging ( #20731 ) ( #21442 )
...
Signed-off-by: Louis Gérard <louis.gerard.pro@proton.me>
2025-05-20 15:48:09 -04: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
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
sivchari
ef96dec5b2
chore: Bump Kubernetes 1.29.2 ( #17491 )
...
* run: go mod tidy
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* change interface of Broadcaster
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* modify some logic due to updating controller-runtime version
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* modify some logic due to updating controller-runtime version
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix args of GetInformer
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix signature for mock
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* update mock
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use ptr instead of pointer
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use recommended function instead of deprecated it in wait package
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* run make codegen
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* re-run codegen
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix codegen tasks to pass the codegen
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* replace pointer package with ptr package
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* add option to manage subresource
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix len args
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix: error message for updating lib-version
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use poll
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* add cache opt
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use ptr instead of pointer
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* add status subresource
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use latest commit
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix watch namespace
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* use latest gitops-engine
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* delete unnecessary polling
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* revert changes in Makefile
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* re-add openapi-gen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* codegen w/ correct versions
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* revert
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* extend timeout
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* break loop even if service account does not have secrets
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* fix review points
Signed-off-by: sivchari <shibuuuu5@gmail.com>
* replace gitops-engine
Signed-off-by: sivchari <shibuuuu5@gmail.com>
---------
Signed-off-by: sivchari <shibuuuu5@gmail.com>
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-05-08 11:16:18 -04:00
Michael Crenshaw
3a28c8a18c
Merge pull request from GHSA-2q5c-qw9c-fmvq
...
* fix: prevent app enumeration
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
fix tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
better comments
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
tests for streaming API calls
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
fix logging
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
logs
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
warn
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
fix reversed arg order
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* more tests, fix incorrect param use
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
similar requests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix merge issue
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix CLI to understand permission denied is not a fatal error
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix test to expect permission denied instead of validation error
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* upgrade notes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-23 09:22:05 -04:00
jannfis
ae49b45249
chore: Upgrade Go module to v2 ( #5931 )
...
* chore: Upgrade Go module to v2
Signed-off-by: jannfis <jann@mistrust.net>
* Restore import order
Signed-off-by: jannfis <jann@mistrust.net>
* fix knowntypes_normalizer codegen error
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix codegen
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix Procfile
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-04-01 20:44:18 +02:00
Jonathan West
a88c729148
fix: Data races detected while running 'server/application' unit tests ( #4546 ) ( #4547 )
2020-10-13 13:49:45 -07:00
Alexander Matyushentsev
28e60406a8
fix: prevent 'argocd app sync' hangs if sync is completed too quickly ( #4373 )
2020-09-17 16:21:25 -07:00
Alexander Matyushentsev
89ee234634
fix: fix possible deadlock in /v1/api/stream/applications and /v1/api/application APIs ( #4315 )
2020-09-11 20:39:58 -07:00
Alexander Matyushentsev
85b27e6deb
fix: app refresh API should use app resource version ( #4303 )
2020-09-11 10:26:45 -07:00
Alexander Matyushentsev
20eb8bbc4d
fix: application list page consumes too much CPU ( #3849 )
...
* fix: application list page consumes too much CPU
* add broadcasterHandler tests
2020-06-29 15:32:18 -07:00