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

@auth directive and context API #169

Merged
merged 7 commits into from May 1, 2020
Merged

@auth directive and context API #169

merged 7 commits into from May 1, 2020

Commits on Apr 4, 2020

  1. Copy the full SHA
    080040a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    30c8a3e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da8ccf6 View commit details
    Browse the repository at this point in the history
  4. Add "manual" (auto) mock for redisClient so that all redisClient deps…

    … are mocked (such as in graphql/__tests__/insights)
    MrOrz committed Apr 4, 2020
    Copy the full SHA
    f24191c View commit details
    Browse the repository at this point in the history
  5. Prettier fix

    MrOrz committed Apr 4, 2020
    Copy the full SHA
    8dfa0c1 View commit details
    Browse the repository at this point in the history
  6. Avoid calling the real redisClient in unit tests

    Whenever there will be a dependency to redisClient, call jest.mock().
    MrOrz committed Apr 4, 2020
    Copy the full SHA
    5295edb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    97b491d View commit details
    Browse the repository at this point in the history