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: add should_display_status_to_user method and status_changed field to VerificationAttempt model #35514

Merged
merged 18 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    cd380e5 View commit details
    Browse the repository at this point in the history
  2. fix: have VerificationAttempt inherit StatusModel

    - should_display_status_to_user now returns False
    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    790ee49 View commit details
    Browse the repository at this point in the history
  3. chore: makemigrations

    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4334120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c5ed0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e6211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b0d5a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d579be View commit details
    Browse the repository at this point in the history
  8. chore: lint+test fix

    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    29d1985 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1763b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8baffee View commit details
    Browse the repository at this point in the history
  11. chore: remove extra status field

    - comment cleanup
    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eefe970 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    332fd0c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fc1aae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11355a2 View commit details
    Browse the repository at this point in the history
  15. fix: replace created/updated instead of status

    - also made migrations
    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    72f7e26 View commit details
    Browse the repository at this point in the history
  16. fix: squash commits

    - also remove extra updated_at property
    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e5a2e83 View commit details
    Browse the repository at this point in the history
  17. chore: nits

    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f3f7b9f View commit details
    Browse the repository at this point in the history
  18. chore: revise migrations

    ilee2u committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    775a57a View commit details
    Browse the repository at this point in the history