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

Explores support for concurrency tokens using PostgreSQL, continued #1119

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2022

  1. Basic plumbing of version through the pipeline

    Bart Koelman authored and bkoelman committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e0a1cea View commit details
    Browse the repository at this point in the history
  2. Fail at startup when resource implements IVersionedIdentifiable witho…

    …ut IVersionedIdentifiable<TId, TVersion>
    Bart Koelman authored and bkoelman committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    776357d View commit details
    Browse the repository at this point in the history
  3. Added ConcurrencyValue to ensure incoming left/right versions are bot…

    …h checked during update
    Bart Koelman authored and bkoelman committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    0f4274c View commit details
    Browse the repository at this point in the history
  4. Added input validation for version in URL and request body

    Bart Koelman authored and bkoelman committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2001bec View commit details
    Browse the repository at this point in the history
  5. Tryout: tracking versions in atomic:operations

    Bart Koelman authored and bkoelman committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c33677a View commit details
    Browse the repository at this point in the history