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

Add contextual awareness to host creation #208

Merged
merged 3 commits into from
May 1, 2023

Commits on Apr 18, 2023

  1. Add contextual awareness to host creation

    This change fixes an issue we're seeing where host entries, missing a
    hostname and ip, are being reconstructed for checkin. While that shouldn't
    be an issue during checkin, it would be if used for other purposes.
    
    With that in mind, this adds a check to see if the host is being
    reconstructed. If so, then it will just debug log instead of raising an
    error.
    JacobCallahan committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    590c179 View commit details
    Browse the repository at this point in the history
  2. Add progress bar to inventory sync

    Some inventory syncs take a long time to complete.
    This change adds in a progress bar so users know there is actual
    progress and have an estimated completion time.
    JacobCallahan committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0597d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Add in some new workarounds and log statements

    We're seeing some strang behavior in CI. These are attempts to solve them
    and/or get more information about what's going on.
    JacobCallahan committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    427ea58 View commit details
    Browse the repository at this point in the history