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

Refactored due/overdue for audit, added due/overdue for checkin API endpoint and GUI #14655

Merged
merged 43 commits into from May 2, 2024

Commits on Apr 26, 2024

  1. Updated routes

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    27bc7a8 View commit details
    Browse the repository at this point in the history
  2. Updated badge styling

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bfc3079 View commit details
    Browse the repository at this point in the history
  3. Added tests

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2484a9d View commit details
    Browse the repository at this point in the history
  4. Updated routes

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    14b6a75 View commit details
    Browse the repository at this point in the history
  5. Switch to whereBetween so tests run on sqlite

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2e92ee8 View commit details
    Browse the repository at this point in the history
  6. Added translation

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2888dd6 View commit details
    Browse the repository at this point in the history
  7. Updated asset counters

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dfaf01e View commit details
    Browse the repository at this point in the history
  8. Use updated scopes

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bf058bd View commit details
    Browse the repository at this point in the history
  9. Added class for sidebar menu badges

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4b6d236 View commit details
    Browse the repository at this point in the history
  10. Changed sidenav badge class

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bd8737d View commit details
    Browse the repository at this point in the history
  11. Call the asset factory directly

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2d112f2 View commit details
    Browse the repository at this point in the history
  12. Switch to plural route name for API endpoint

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9e44052 View commit details
    Browse the repository at this point in the history
  13. Use plural api endpoints in blades

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    de6d71c View commit details
    Browse the repository at this point in the history
  14. Removed “all” text

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fe4dd23 View commit details
    Browse the repository at this point in the history
  15. Removed hardware audit overdue blade

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4b4e3ba View commit details
    Browse the repository at this point in the history
  16. Refactor api for handling audit/expected checkins

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6dc9ccf View commit details
    Browse the repository at this point in the history
  17. Cleaned up tests

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9167f8a View commit details
    Browse the repository at this point in the history
  18. Removed duplicate routes

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    651001b View commit details
    Browse the repository at this point in the history
  19. Use pattern in API route

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fbe9daa View commit details
    Browse the repository at this point in the history
  20. Refactored sidenav links for audit

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c661d73 View commit details
    Browse the repository at this point in the history
  21. Added checkin due blade

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9c8411c View commit details
    Browse the repository at this point in the history
  22. Use trans_choice for title

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    76129e9 View commit details
    Browse the repository at this point in the history
  23. Removed debugging, added date cast

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d40604b View commit details
    Browse the repository at this point in the history
  24. More view sharing for sidebar

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2117f61 View commit details
    Browse the repository at this point in the history
  25. Removed unused method

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3f04afe View commit details
    Browse the repository at this point in the history
  26. Added translations

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8356b57 View commit details
    Browse the repository at this point in the history
  27. Fixed test for checkin

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    87de67e View commit details
    Browse the repository at this point in the history
  28. Check that the asset is not already checked in

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    52d6a89 View commit details
    Browse the repository at this point in the history
  29. Use totals for sidebar

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    860764a View commit details
    Browse the repository at this point in the history
  30. Removed unused scope

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    50d8b02 View commit details
    Browse the repository at this point in the history
  31. Fixed badge HTML

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fc61a4b View commit details
    Browse the repository at this point in the history
  32. Added tests for due-or-overdue

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    494ec5c View commit details
    Browse the repository at this point in the history
  33. Fixed notification

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bfd0530 View commit details
    Browse the repository at this point in the history
  34. Refactored due-or-overdue methods

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    839db8e View commit details
    Browse the repository at this point in the history
  35. Added comments

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a398496 View commit details
    Browse the repository at this point in the history
  36. Removed debugging

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    103809b View commit details
    Browse the repository at this point in the history
  37. Refactor checkin alert

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fe147ad View commit details
    Browse the repository at this point in the history
  38. Refactored audit alerts

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    848e1fe View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Removed assertions for factories

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    53cadf8 View commit details
    Browse the repository at this point in the history
  2. Changed badge to span in default blade

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8c65880 View commit details
    Browse the repository at this point in the history
  3. Refactored title blade areas

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f893b23 View commit details
    Browse the repository at this point in the history
  4. Removed extra settings param

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4224bc0 View commit details
    Browse the repository at this point in the history
  5. Moved settings call higher

    Signed-off-by: snipe <snipe@snipe.net>
    snipe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eb9a654 View commit details
    Browse the repository at this point in the history