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

Implement web server version 2 #1134

Merged
merged 11 commits into from
Sep 16, 2022
Merged

Implement web server version 2 #1134

merged 11 commits into from
Sep 16, 2022

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    ca29a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    bca9ac0 View commit details
    Browse the repository at this point in the history
  2. feat: implement v2 routes

    sundowndev committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fce3258 View commit details
    Browse the repository at this point in the history
  3. refactor: scanner interface

    Rename method ShouldRun to DryRun, rename method Scan to Run. DryRun now returns an error instead of a bool.
    sundowndev committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    03a16ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827f976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b4e948 View commit details
    Browse the repository at this point in the history
  6. chore: update Scanner mock

    sundowndev committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b0a5157 View commit details
    Browse the repository at this point in the history
  7. test: api v2 package

    sundowndev committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1ebdc2d View commit details
    Browse the repository at this point in the history
  8. Revert "chore: upgrade mockery to v2.14.0"

    This reverts commit 3b4e948.
    sundowndev committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f055ac4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e74497 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b1bab0 View commit details
    Browse the repository at this point in the history