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

Introduce Infinite Query Support #4249

Closed
wants to merge 36 commits into from

Commits on Dec 19, 2023

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

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    2d6ab29 View commit details
    Browse the repository at this point in the history
  2. Update example lockfiles

    aryaemami59 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1c87574 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 27, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f808885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8711b24 View commit details
    Browse the repository at this point in the history
  3. Theoretical slice added to buildSlice to potentially handle changing …

    …of args and forward/backwards direction
    riqts committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    19af0e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b2990a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request reduxjs#4234 from aryaemami59/update-examples-lock…

    …files
    
    Update example lockfiles
    EskiMojo14 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4d17105 View commit details
    Browse the repository at this point in the history
  2. Merge pull request reduxjs#4233 from aryaemami59/actions-checkeout-v4

    Update `actions/checkout` usages to v4
    EskiMojo14 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c21e260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    517d950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14be7a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    1315946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e051ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae8172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b612b8c View commit details
    Browse the repository at this point in the history
  5. Extended infiniteQueryInitiate, added fetchNextPage and fetchPrevious…

    …Page functions + Thunk
    riqts committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    eeb2140 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6b156 View commit details
    Browse the repository at this point in the history
  7. Update docs/rtk-query/api/created-api/hooks.mdx

    Co-authored-by: Ben Durrant <ben.j.durrant@gmail.com>
    domvo and EskiMojo14 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    08dcaed View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request reduxjs#4000 from domvo/docs/correction-of-refetch…

    …-typing-for-use-query
    
    correction of the refetch function type in useQuery documentation
    EskiMojo14 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6c64f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge pull request reduxjs#4253 from reduxjs/enhancer-doc-fix

    Fix some docs regarding enhancer configuration
    EskiMojo14 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    95c4cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1fbf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    5b16303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31224f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    dced321 View commit details
    Browse the repository at this point in the history
  2. Added placeholder select and initiate functions where the merge and q…

    …uerying will happen
    riqts committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1f8ddc8 View commit details
    Browse the repository at this point in the history
  3. Theoretical slice added to buildSlice to potentially handle changing …

    …of args and forward/backwards direction
    riqts committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1bbe33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12ae77b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1cb3d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fa52f0 View commit details
    Browse the repository at this point in the history
  7. Extended infiniteQueryInitiate, added fetchNextPage and fetchPrevious…

    …Page functions + Thunk
    riqts committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f2d0e56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c471ef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Shelf

    riqts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    10ad756 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1c4d41f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/InfiniteQueryDefinition' into In…

    …finiteQueryDefinition
    
    # Conflicts:
    #	packages/toolkit/src/query/core/buildInitiate.ts
    #	packages/toolkit/src/query/core/buildSlice.ts
    #	packages/toolkit/src/query/core/buildThunks.ts
    #	packages/toolkit/src/query/core/module.ts
    #	packages/toolkit/src/query/createApi.ts
    #	packages/toolkit/src/query/endpointDefinitions.ts
    riqts committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e0c952f View commit details
    Browse the repository at this point in the history