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

api.main: do not reset node ownership fields #564

Merged
merged 1 commit into from
Nov 12, 2024

Commits on Nov 8, 2024

  1. api.main: do not reset node ownership fields

    On update node operation, node ownership fields
    shouldn't be changed such as `owner` and `submitter`.
    Replace pydantic v1 functions with pydantic v2
    following the package upgrade. Use `model_dump`
    and `model_copy` instead of older version functions.
    
    Signed-off-by: Jeny Sadadia <[email protected]>
    Jeny Sadadia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    650b119 View commit details
    Browse the repository at this point in the history