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

Fix persisting the Cobbler UID in the database via XML-RPC createSystemRecord #6676

Closed

Commits on Oct 5, 2023

  1. fix: API - createSystemRecord

    This commit addresses a regression that was introduced in 92e5a19.
    
    When the server object is not passed to CobblerSystemCreateCommand the Cobbler UID is not persisted in the database which leads to Cobbler rejecting the API requests that SUSE Manager does.
    
    This doesn't happen via the UI since it passes the server object via a different constructor than the XML-RPC API.
    SchoolGuy authored and ycedres committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    102577d View commit details
    Browse the repository at this point in the history
  2. Sonarlint

    SchoolGuy authored and ycedres committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1300dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282f233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b815d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f829d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5a5e54 View commit details
    Browse the repository at this point in the history
  7. spacewalk-java: Add @nullable Annotations

    SchoolGuy authored and ycedres committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d0e0dd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53df31b View commit details
    Browse the repository at this point in the history
  9. Apply new changelog format

    ycedres committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8355538 View commit details
    Browse the repository at this point in the history