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!: #312 bulk saves #316

Merged
merged 12 commits into from
Sep 11, 2023
Merged

feat!: #312 bulk saves #316

merged 12 commits into from
Sep 11, 2023

Commits on Aug 31, 2023

  1. wip #312: bulk saves POC

    ascott18 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5514b7e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    e44a8df View commit details
    Browse the repository at this point in the history
  2. wip(bulkSave):

    - Perform client validation before bulk saves
    - $bulkSave respects $saveMode
    - Client validation of FKs that are null locally but will be fixed up by the server
    - Cause $bulkSave() and explicit $load() to purge lingering unsaved entities in collections.
    ascott18 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    399cc97 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    7f016b3 View commit details
    Browse the repository at this point in the history
  2. fix non-word

    ascott18 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1112fe0 View commit details
    Browse the repository at this point in the history
  3. assorted fixes and cleanup

    ascott18 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2653b7e View commit details
    Browse the repository at this point in the history
  4. c-select-many-to-many: always look at the provided model is autosav…

    …e-enabled. Looking at the collection item only for deletes was inconsistent.
    ascott18 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b8ff08b View commit details
    Browse the repository at this point in the history
  5. fix docs

    ascott18 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    64d9c66 View commit details
    Browse the repository at this point in the history
  6. doc clarification

    ascott18 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5042043 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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