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

Drop obsolete constraint on server table #371

Merged
merged 1 commit into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Drop obsolete constraint on server table

    This constraint ensured that they are no duplicate ip addresses per
    servertype for objects of ip address type other than loadbalancer.
    
    This is now ensured and checked in the clean method of the Server model.
    This has the advantage that errors are raised as validation exceptions
    properly displayed in the Servershell and adminapi as errors. The
    constraints are swallowed as database exception.
    kofrezo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f7b899b View commit details
    Browse the repository at this point in the history