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(react-query): add typesafe query disabling via skipToken #6999

Merged
merged 40 commits into from
Mar 5, 2024

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    ad16307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfdf114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c759a74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4f84e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea7baba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ec3d67 View commit details
    Browse the repository at this point in the history
  7. refactor(query-core): remove check for queryFn === skipToken, enabled…

    … is set to false instead
    Jaaneek committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5830819 View commit details
    Browse the repository at this point in the history
  8. refactor(query-core): remove check for queryFn === skipToken, enabled…

    … is set to false instead
    Jaaneek committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    64d6bbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7d590c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    786b82e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea3d51c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6665a11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8af4f52 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9edb241 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1edb493 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge branch 'main' into main

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5cb27d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c649b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba6ea5 View commit details
    Browse the repository at this point in the history
  4. refactor: remove checks that shouldn't be necessary because we now as…

    …sign `enabled` in `defaultQueryOptions`
    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f591584 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1189c09 View commit details
    Browse the repository at this point in the history
  6. fix: infiniteQueryBehavior needs to _create_ a function that rejects …

    …if we have a skipToken, not reject right away
    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a235d13 View commit details
    Browse the repository at this point in the history
  7. refactor: flip condition

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b9e8fca View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into main

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    460c1ce View commit details
    Browse the repository at this point in the history
  9. try to fix query options

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a170cb7 View commit details
    Browse the repository at this point in the history
  10. fix: make core compilable

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aff4916 View commit details
    Browse the repository at this point in the history
  11. fix: allow skipToken on type level for useSuspenseQuery and warn at r…

    …untime
    
    it won't work anyways
    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    efa6c2f View commit details
    Browse the repository at this point in the history
  12. test: dataTag + skipToken

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6745531 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c413fc View commit details
    Browse the repository at this point in the history
  14. chore: solid tests

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3d974d9 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'main' into main

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3a5d6a View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' into main

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b49d929 View commit details
    Browse the repository at this point in the history
  17. chore: stabilize test

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    df49366 View commit details
    Browse the repository at this point in the history
  18. rewrite test

    TkDodo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    39000a2 View commit details
    Browse the repository at this point in the history
  19. test(react-query): remove not needed doNotExecute from test, test-d.t…

    …sx files are not executed anyway
    Jaaneek committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    14cd537 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ad5f839 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    99dbd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552514b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e14ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cca22ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb6b6d View commit details
    Browse the repository at this point in the history