Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Keep track of user_ips and monthly_active_users when delegating auth #16672

Merged
merged 12 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Describe insert_client_ip

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    39ae534 View commit details
    Browse the repository at this point in the history
  2. Pull out client_ips and MAU tracking to BaseAuth

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    962e179 View commit details
    Browse the repository at this point in the history
  3. Define HAS_AUTHLIB once in tests

    sick of copypasting
    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9f7a844 View commit details
    Browse the repository at this point in the history
  4. Track ips and token usage when delegating auth

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cde18ba View commit details
    Browse the repository at this point in the history
  5. Test that we track MAU and user_ips

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3ef9137 View commit details
    Browse the repository at this point in the history
  6. Changelog

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    927118d View commit details
    Browse the repository at this point in the history
  7. Mypy

    David Robertson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    27d1d72 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Record user_ips from application services too

    Accidental regression
    David Robertson committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    38e3fe7 View commit details
    Browse the repository at this point in the history
  2. Test that __oidc_admin isn't tracked

    David Robertson committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    dfe6c5e View commit details
    Browse the repository at this point in the history
  3. Don't track __oidc_admin

    David Robertson committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    45ffd5f View commit details
    Browse the repository at this point in the history
  4. Mypy again

    David Robertson committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    129090b View commit details
    Browse the repository at this point in the history
  5. Fix test when authlib not installed

    David Robertson committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a158e02 View commit details
    Browse the repository at this point in the history