Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set autodiscovery setting "groupby" to "all" by default #1485

Merged
merged 6 commits into from
Aug 20, 2023

Conversation

olblak
Copy link
Member

@olblak olblak commented Aug 20, 2023

Set default autodiscovery groupby to all

By default if groupeby is not set then we fallback to all
which means that we generate a single pipeline for all discovered manifests
The goal is to have a "safe" default behavior and to avoid to accidently generate
dozens pullrequests for a single updatecli run

Test

To test this pull request, you can run the following commands:

cd <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added the enhancement New feature or request label Aug 20, 2023
olblak and others added 5 commits August 20, 2023 14:20
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added the autodiscovery All things related to the autodiscovery feature label Aug 20, 2023
@olblak olblak merged commit 0cbeba4 into updatecli:main Aug 20, 2023
6 checks passed
@olblak olblak deleted the fixDefaultAutodiscoveryGroupBy branch August 20, 2023 14:19
@olblak olblak changed the title Set default autodiscovery groupby to all Set autodiscovery setting "groupby" to "all" by default Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodiscovery All things related to the autodiscovery feature enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant