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

In-Memory Cache #1881

Merged
merged 19 commits into from
Dec 7, 2023
Merged

In-Memory Cache #1881

merged 19 commits into from
Dec 7, 2023

Commits on Oct 9, 2023

  1. caching setup

    seantleonard committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    84d9138 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    bdc776c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Azure/data-api-builder into…

    … dev/seantleonard/inmemorycache
    seantleonard committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6b61514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd8f8e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. progress

    seantleonard committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e8470ae View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    2eea6bd View commit details
    Browse the repository at this point in the history
  2. updated tests.

    seantleonard committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8c845d5 View commit details
    Browse the repository at this point in the history
  3. more comments and test revisions. Feature flagging the main execution…

    … path. ran dotnet format.
    seantleonard committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    abd72a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Address feedback and added comments. Plus added additional asserts in…

    … tests where needed to validate db result is correctly returned.
    seantleonard committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d89aad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8aace6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d4854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18eb138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee1759 View commit details
    Browse the repository at this point in the history
  6. Update caching code to utilize configuration values for ttl (global c…

    …ache or entity cache settings). Updates appsettings json file with feature flag defaulted to false. added feature flag class with constant.
    seantleonard committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d257e4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    909ce74 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    229d912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd02027 View commit details
    Browse the repository at this point in the history