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

Multi level branching with CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHES #319

Merged
merged 4 commits into from
Jun 2, 2023

Conversation

Joxit
Copy link
Owner

@Joxit Joxit commented Jun 1, 2023

Add new options CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHES to configure multi level branching.

Default values for CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHES are 1 for backward compatibility.

Example with default value :
image

Example when I add a new layer (CATALOG_MIN_BRANCHES = 1 and CATALOG_MAX_BRANCHES = 2)
image

Example when we disable branches (CATALOG_MIN_BRANCHES = 0 and CATALOG_MAX_BRANCHES = 0) this one is for you @logopk
image

For now there are no limits in branches, so the min can be 1 and max 100 if you want but this will be unreadable.

Any thoughts @mexaniksmirnov ?
closes #293

@Joxit Joxit added this to the 2.5.0 milestone Jun 1, 2023
@Joxit Joxit added this to To do in docker-registry-ui via automation Jun 1, 2023
@Joxit Joxit merged commit affb057 into main Jun 2, 2023
2 checks passed
docker-registry-ui automation moved this from To do to Done Jun 2, 2023
@Joxit Joxit deleted the feat/branching branch June 2, 2023 17:10
@mexaniksmirnov
Copy link

Hello! Thanks for the features. Can you tell me how to build a project and package it in docker? I didn't manage to assemble it myself :(

@Joxit
Copy link
Owner Author

Joxit commented Jun 5, 2023

Hi, you do not need to build the project, use the joxit/docker-registry-ui:main tag and you will get the feature 😄

@mexaniksmirnov
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Multilevel branching of the repository
2 participants