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

feat(cache): Fallback to older decorator results on error #20795

Merged
merged 28 commits into from
Mar 23, 2023

Commits on Mar 7, 2023

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

Commits on Mar 8, 2023

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

    zharinov committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    24cbb50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84f3ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d3b44 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Fixes

    zharinov committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5adec4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36075c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb848d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    0d2281b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92533bc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    3f65a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3d7ee View commit details
    Browse the repository at this point in the history
  3. Some changes

    zharinov committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a55eeb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge branch 'main' into feat/cache-decorator-fallback

    # Conflicts:
    #	lib/util/cache/package/decorator.spec.ts
    zharinov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7977bb1 View commit details
    Browse the repository at this point in the history
  2. Adjust behavior

    zharinov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    08361af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1241058 View commit details
    Browse the repository at this point in the history
  4. Comment

    zharinov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f2f3b9e View commit details
    Browse the repository at this point in the history
  5. Fix timer advance

    zharinov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6a37702 View commit details
    Browse the repository at this point in the history
  6. Combine softTTL and hardTTL

    zharinov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d0cbfef View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Remove doc

    zharinov committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    124a128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8840dbb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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

Commits on Mar 20, 2023

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

Commits on Mar 21, 2023

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

    zharinov committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a86212c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65af01c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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