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

Check feed status without acquiring lock #1266

Commits on Aug 19, 2020

  1. Check feed version status without file lock

    Acquiring the file lock when checking if the feeds are current can make
    it appear as if an update is in progress, so the checks are first
    performed before attempting to acquire the lock.
    timopollmeier committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e8e0b35 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Move getting the feed version from the scanner

    This makes it simpler to get the feed version from the scanner without
    comparing it to the database version.
    timopollmeier committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    3307663 View commit details
    Browse the repository at this point in the history
  2. Run manage_sync in a forked process

    This way the main process is not blocked if part of the version check
    like getting the VTs feed version from the scanner takes longer to
    complete.
    timopollmeier committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8192d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49906ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Fix secinfo_feed_version_status type handling

    The feed type must be either "cert" or "scap" and the database check
    must use the correct type.
    timopollmeier committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    3320e15 View commit details
    Browse the repository at this point in the history