Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Implement nested storage transactions #6269

Merged
merged 49 commits into from
Jun 23, 2020
Merged

Implement nested storage transactions #6269

merged 49 commits into from
Jun 23, 2020

Commits on Jun 5, 2020

  1. Add transactional storage functionality to OverlayChanges

    A collection already has a natural None state. No need to
    wrap it with an option.
    athei committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5b3d0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68e34f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a70191 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 8, 2020

  1. Fix committed typo

    athei committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    c767eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48d417 View commit details
    Browse the repository at this point in the history
  3. Fix renaming change

    athei committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    98a89da View commit details
    Browse the repository at this point in the history
  4. Fixed strange line break

    athei committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    3fb2e05 View commit details
    Browse the repository at this point in the history
  5. Rename clear to clear_where

    athei committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1acf7a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4440a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14738f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3592246 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7395a03 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    81e5241 View commit details
    Browse the repository at this point in the history
  2. Fix wording of insert_diry doc

    athei committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ff52101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d789aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e65240 View commit details
    Browse the repository at this point in the history
  5. Inline negation

    athei committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    7eb9065 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dd6a85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c8e7c1 View commit details
    Browse the repository at this point in the history
  8. Remove trailing whitespace

    athei committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    232b68f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00b9ff3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85617a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04471b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    4e039a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52888f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db24a2b View commit details
    Browse the repository at this point in the history
  4. Review nits

    athei committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8ee3696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843c84a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c851f6 View commit details
    Browse the repository at this point in the history
  7. Documentation fixup

    athei committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c60a4c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Remove close type

    athei committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1ad2077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8af5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552f611 View commit details
    Browse the repository at this point in the history
  4. Rename Discard -> Rollback

    athei committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    4cf20c9 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    10022f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c0c35f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8db272c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    athei and bkchr committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    76ce5cf View commit details
    Browse the repository at this point in the history
  2. Fixup for code suggestion

    athei committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3d0f162 View commit details
    Browse the repository at this point in the history
  3. Unify re-exports

    athei committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1651f68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f3c90 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Change proof wording

    athei committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1568984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b6fd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    5878df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8b3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    46a56dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d72286 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Fix warning message

    athei committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    5145916 View commit details
    Browse the repository at this point in the history