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

Only include APPROVED users for stats on homepage #1952

Merged
merged 10 commits into from
Sep 20, 2024

Commits on Jun 3, 2024

  1. Only include APPROVED users for stats on homepage

    Aaron Kanzer authored and Aaron Kanzer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d4b8273 View commit details
    Browse the repository at this point in the history
  2. bump unit test

    Aaron Kanzer authored and Aaron Kanzer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a602ae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Resolve failing stats unit tests and linting

    Aaron Kanzer authored and Aaron Kanzer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    60514f4 View commit details
    Browse the repository at this point in the history
  2. resolve linting error again

    Aaron Kanzer authored and Aaron Kanzer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ea8cd00 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Revise PR based on Roni's comments

    Aaron Kanzer authored and Aaron Kanzer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0899ba8 View commit details
    Browse the repository at this point in the history
  2. linting

    Aaron Kanzer authored and Aaron Kanzer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9d388d0 View commit details
    Browse the repository at this point in the history
  3. Resolve UserMetadata issue

    Aaron Kanzer authored and Aaron Kanzer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee11e9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdaf381 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Avoid deleting user objects explicitly

    This is not needed due to the testing framework creating a fresh database for each test run.
    
    Co-authored-by: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>
    waxlamp and mvandenburgh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f42558a View commit details
    Browse the repository at this point in the history
  2. Simplify test code

    Co-authored-by: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>
    waxlamp and mvandenburgh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a8b5bd6 View commit details
    Browse the repository at this point in the history