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

Additional tests #89

Merged
merged 14 commits into from
Jan 7, 2019
Merged

Additional tests #89

merged 14 commits into from
Jan 7, 2019

Commits on Jan 4, 2019

  1. Check for None in create_schedule first_time arguments

    Because some values are validated against 0 the validation should run if
    it is not None.
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0cfd128 View commit details
    Browse the repository at this point in the history
  2. Adjust modify_schedule argument validation

    Use same validation for the arguments as in create_schedule
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d824c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52436d9 View commit details
    Browse the repository at this point in the history
  4. Add preferences argument to create_task method

    Allow to set the scanner preferences in a task.
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    099943a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b52985e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3861506 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3253868 View commit details
    Browse the repository at this point in the history
  8. Refactor modify_task to reflect behavior of create_task

    Make argument names consitent, remove file_ arguments because they
    aren't used (but still seem to be supported by gvmd...), add missing
    supported arguments.
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    e2119e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dee8efd View commit details
    Browse the repository at this point in the history
  10. Use to_bool helper function for allow_insecure

    Update create and modify_credential methods to use to_bool helper
    function for allow_insecure argument.
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    8155d4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08416e3 View commit details
    Browse the repository at this point in the history
  12. Raise InvalidArgument instead of RequiredArgument

    The auth_algorithm argument isn't required for modify_credential.
    bjoernricks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    a6cd719 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d465ae5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d04c24d View commit details
    Browse the repository at this point in the history