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

Implement profile update #1566

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Implement profile update #1566

merged 1 commit into from
Nov 13, 2023

Commits on Nov 10, 2023

  1. Implement profile update

    This implements the profile update method in the minder server.
    
    This was done last as it's kinda complex... as you can tell from the PR.
    
    We have to verify that the new profile is valid, that certain values like the
    project, name and provider don't change. Then we update the rules, and clean up
    the unused ones. And keep the instantiations in check.
    
    This, however, will be a very nice usability improvement.
    
    This also adds a profile update command
    JAORMX committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    28a9c1c View commit details
    Browse the repository at this point in the history