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 PATCH behaviour and nil pointer issues in configwatcher #148

Merged
6 commits merged into from
Mar 17, 2023

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    3a65df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039f3d5 View commit details
    Browse the repository at this point in the history
  3. Fix export error sending "null" errors instead of empty list

    Also adds a default to the errors field to ensure that we're consistent
    when errors is not provided gets stored as an empty list.
    Tehsmash committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5285141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a3434c View commit details
    Browse the repository at this point in the history
  5. Remove required from OAS for TargetScanResult

    This causes the scan and target to cleared when TargetScanResult is
    PATCHed.
    Tehsmash committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    01fd088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38312c8 View commit details
    Browse the repository at this point in the history