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

RFC: configurable produce implementation #3074

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    49f808a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0228f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. add buildable createDraftSafeSelector

    ben.durrant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fb9d324 View commit details
    Browse the repository at this point in the history
  2. make configurable createEntityAdapter

    ben.durrant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    293a9b9 View commit details
    Browse the repository at this point in the history
  3. unused type

    ben.durrant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    83a8931 View commit details
    Browse the repository at this point in the history
  4. declare immutable helper types once

    ben.durrant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    411568a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9e1341 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. allow replacing RTKQ's usage of immer

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e5f48f1 View commit details
    Browse the repository at this point in the history
  2. use immutablehelpers for RTKQ's createSlice

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4f6c897 View commit details
    Browse the repository at this point in the history
  3. named export instead of default

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    28a87c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    180d198 View commit details
    Browse the repository at this point in the history
  5. export buildCreateEntityAdapter

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5bd963c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v2.0-integration' into more-produce

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    bc924e7 View commit details
    Browse the repository at this point in the history
  7. export ImmutableHelpers

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9f9dfff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a36f092 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27bcf3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19d5b8d View commit details
    Browse the repository at this point in the history
  11. don't use @internal import

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9614298 View commit details
    Browse the repository at this point in the history
  12. import ImmutableHelpers type from RTK

    ben.durrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7eb1fa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix entity adapter options not being optional

    ben.durrant committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    115b856 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. hope the PR gets happier

    ben.durrant committed May 5, 2023
    Configuration menu
    Copy the full SHA
    bfa1419 View commit details
    Browse the repository at this point in the history
  2. be extra assertive about nicking reselect's types

    ben.durrant committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9d8f344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df861fd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 29, 2023

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

Commits on Oct 2, 2023

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

    ben.durrant committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b43f501 View commit details
    Browse the repository at this point in the history
  3. add missing createEntityAdapter overload

    ben.durrant committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0888fde View commit details
    Browse the repository at this point in the history