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

Improve telemetry with deeper insights into system usage #22337

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. Filter by active users

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a75527d View commit details
    Browse the repository at this point in the history
  2. Allow simple where clause

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    784a323 View commit details
    Browse the repository at this point in the history
  3. Update tests

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b29ff66 View commit details
    Browse the repository at this point in the history
  4. Add field counts

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c5a94f7 View commit details
    Browse the repository at this point in the history
  5. Add database size

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    23192da View commit details
    Browse the repository at this point in the history
  6. Fix test

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3bc9a61 View commit details
    Browse the repository at this point in the history
  7. Add changeset

    licitdev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4c9a7b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e8f6ae View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Remove comment

    Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
    licitdev and paescuj committed May 3, 2024
    Configuration menu
    Copy the full SHA
    502b1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00cff7 View commit details
    Browse the repository at this point in the history
  3. Update test

    licitdev committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bd44bba View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add db size unit and jsdoc

    Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
    licitdev and DanielBiegler committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b4645f7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Return null if database size undetermined

    Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
    licitdev and paescuj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3b45bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a888782 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Fix extensions bundle count

    licitdev committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1ee6bf0 View commit details
    Browse the repository at this point in the history
  2. Update tests

    licitdev committed May 25, 2024
    Configuration menu
    Copy the full SHA
    6428c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf12ce3 View commit details
    Browse the repository at this point in the history
  4. Update tests

    licitdev committed May 25, 2024
    Configuration menu
    Copy the full SHA
    14dc43a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Remove inner await

    licitdev committed May 27, 2024
    Configuration menu
    Copy the full SHA
    afad182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f225737 View commit details
    Browse the repository at this point in the history
  3. Update test

    licitdev committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b306996 View commit details
    Browse the repository at this point in the history
  4. Prefix with users instead

    licitdev committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d615b3b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix invalid activeTotal value

    Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
    licitdev and DanielBiegler committed May 28, 2024
    Configuration menu
    Copy the full SHA
    63c989a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78511a View commit details
    Browse the repository at this point in the history
  3. shorten get field count

    DanielBiegler committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7c45ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3121cc9 View commit details
    Browse the repository at this point in the history
  5. use new name for key

    DanielBiegler committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1b50194 View commit details
    Browse the repository at this point in the history
  6. Revert users naming convention change

    Tricky to map fields from older versions into the updated field names
    licitdev committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dcf8332 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 31, 2024

  1. Get extensions count from ExtensionManager

    Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
    licitdev and br41nslug committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ccc7608 View commit details
    Browse the repository at this point in the history
  2. Update extension count test

    licitdev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    708eeb5 View commit details
    Browse the repository at this point in the history
  3. Mock EMAIL_TEMPLATES_PATH

    licitdev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    93b21eb View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    licitdev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    974da3b View commit details
    Browse the repository at this point in the history