Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0966a93
feat: Add support for creating a configmap semaphore config using CLI…
djanjic Aug 1, 2025
2712b25
feat: Add support for creating a configmap semaphore config using CLI…
djanjic Aug 5, 2025
7d191c1
feat: Add support for creating a configmap semaphore config using CLI…
djanjic Aug 5, 2025
9c626e8
feat: Add support for creating a configmap semaphore config using CLI…
djanjic Aug 5, 2025
e16ca3f
feat: Add support for creating a configmap semaphore config using CLI…
djanjic Aug 7, 2025
cb47677
feat: Add support for creating a database semaphore config using CLI.…
djanjic Aug 25, 2025
ff5c844
feat: Add support for creating a database semaphore config using CLI.…
djanjic Aug 25, 2025
508283a
feat: Add support for creating a database semaphore config using CLI.…
djanjic Aug 25, 2025
40a8a25
feat: Add support for creating a database semaphore config using CLI.…
djanjic Aug 25, 2025
a45b6ef
feat: Add support for creating a database semaphore config using CLI.…
djanjic Aug 25, 2025
be436b5
feat: Add support for creating a database semaphore config using CLI.…
djanjic Sep 23, 2025
03b20eb
Merge branch 'main' into db-sync-cli
djanjic Sep 23, 2025
411e9a3
Merge branch 'main' into db-sync-cli
djanjic Oct 6, 2025
d64b84a
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 7, 2025
e0cd7d1
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 7, 2025
bf7de76
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 7, 2025
1b8d10c
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 7, 2025
6ad2e16
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 8, 2025
bdda058
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 8, 2025
158e0d0
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 10, 2025
093434b
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 10, 2025
ffca1d2
Merge branch 'main' into db-sync-cli
djanjic Oct 10, 2025
6139306
feat: Add support for creating a database semaphore config using CLI.…
djanjic Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .features/pending/db-sync-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Description: Add support for creating a database semaphore config using CLI
Author: [Darko Janjic](https://github.com/djanjic)
Component: CLI
Issues: 14783

Allow user to create a database semaphore configuration using CLI

3 changes: 3 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ packages:
github.com/argoproj/argo-workflows/v3/workflow/sync:
interfaces:
Throttler: {}
github.com/argoproj/argo-workflows/v3/util/sync/db:
interfaces:
SyncQueries: {}
34 changes: 17 additions & 17 deletions api/jsonschema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 0 additions & 72 deletions cmd/argo/commands/sync/configmap/create.go

This file was deleted.

63 changes: 0 additions & 63 deletions cmd/argo/commands/sync/configmap/delete.go

This file was deleted.

Loading
Loading