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 auto retry on scanner connection lost during a runnning task (bp #1452) #1454

Merged
merged 12 commits into from
Mar 22, 2021

Commits on Mar 22, 2021

  1. Add auto retry on scanner connection lost during a runnning task

    (cherry picked from commit 5ecc8f9)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    fc189f1 View commit details
    Browse the repository at this point in the history
  2. Add gvmd option 'scanner-connection-retry'

    (cherry picked from commit 3428320)
    
    # Conflicts:
    #	src/manage.h
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c9e8e32 View commit details
    Browse the repository at this point in the history
  3. Add functions to get/set scanner_connection_retry

    (cherry picked from commit b6a1107)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9a79150 View commit details
    Browse the repository at this point in the history
  4. Set scanner_connection_retry at start

    (cherry picked from commit 9c5893e)
    
    # Conflicts:
    #	src/gvmd.c
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7568c32 View commit details
    Browse the repository at this point in the history
  5. Use scanner_connection_retry for running task

    (cherry picked from commit 0c96d26)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7febecc View commit details
    Browse the repository at this point in the history
  6. Allow to disable the auto retry

    (cherry picked from commit 09c51a0)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    affad14 View commit details
    Browse the repository at this point in the history
  7. Update man page

    (cherry picked from commit 5fb7f4d)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b562f9b View commit details
    Browse the repository at this point in the history
  8. Update changelog

    (cherry picked from commit 89b5fa9)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    bdb9809 View commit details
    Browse the repository at this point in the history
  9. Update manpage

    (cherry picked from commit d9fc966)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    869f97a View commit details
    Browse the repository at this point in the history
  10. Initialize rc

    (cherry picked from commit 91c2e2a)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f7f7557 View commit details
    Browse the repository at this point in the history
  11. Improve documentation and docstrings. Also fix default variable name.

    (cherry picked from commit e1d992a)
    jjnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    5c8c485 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    238483c View commit details
    Browse the repository at this point in the history