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

server: Fix fine-grained incremental cache invalidation (fix #3759) #6027

Merged

Commits on Oct 15, 2020

  1. server: Fix fine-grained incremental cache invalidation (fix hasura#3759

    )
    
    This issue was very tricky to track down, but fortunately easy to fix.
    The interaction here is subtle enough that it’s difficult to put into
    English what would go wrong in what circumstances, but the new unit test
    captures precisely that interaction to ensure it remains fixed.
    lexi-lambda committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    415aaec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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

Commits on Oct 26, 2020

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

Commits on Oct 27, 2020

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