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

Refactoring MiniProfilerBaseOptionsExtensions.ExpireAndGetUnviewedAsync #617

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

Commits on Aug 8, 2022

  1. Refactoring MiniProfilerBaseOptionsExtensions.ExpireAndGetUnviewedAsy…

    …nc to utilize a new overload of IAsyncStorage.SetViewedAsync that accepts multiple ids.
    
    Adding PostgreSqlStorage implementation that can set multiple profilers as viewed in a single query.
    profet23 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    28b5551 View commit details
    Browse the repository at this point in the history
  2. Code cleanup.

    profet23 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    379f76b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    764cfca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Fixing MultiStorageProvider.SetViewedAsync(string user, IEnumerable<G…

    …uid> ids) implementation.
    profet23 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    13c376b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5779510 View commit details
    Browse the repository at this point in the history