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

[IMP] runbot: reinforce version #852

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from
Open

Commits on Feb 21, 2024

  1. [IMP] runbot: reinforce version

    When updating a bundle and changing the is_base field to True, it
    creates a new version based on the bundle name. This can potentially
    breaks builds and moreover, it can breaks the whole runbot when a
    duplicate version name is created.
    
    With this commit:
    - a constraint on the version name uniqueness is added
    - the is_base field is now readonky
    - a version cannot be created by the compute version if the version name
      does not match the above mentioned regular expression
    d-fence committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e07fcd6 View commit details
    Browse the repository at this point in the history