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

Optimistic locking #588

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

Optimistic locking #588

wants to merge 30 commits into from

Commits on Nov 2, 2016

  1. Optimistic locking

    Sergio committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    97e794c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Versioning support with configurable column

    Sergio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    4811ef8 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    Sergio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    7a1a0ff View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    Sergio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f6b1ee2 View commit details
    Browse the repository at this point in the history
  4. Fix broken tests

    Sergio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    e12a304 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Merge branch 'master' of git://github.com/neumino/thinky

    Sergio Alvarez Diaz committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    9fc71cd View commit details
    Browse the repository at this point in the history
  2. Updated version number and ignore

    Sergio Alvarez Diaz committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    4bf7a2c View commit details
    Browse the repository at this point in the history
  3. Updated project name

    Sergio Alvarez Diaz committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    1d7c5b5 View commit details
    Browse the repository at this point in the history
  4. Reverted project name

    Sergio Alvarez Diaz committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    7bf573b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Debug statements

    Sergio Alvarez Diaz committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    3aac42d View commit details
    Browse the repository at this point in the history
  2. Debug statements

    Sergio Alvarez Diaz committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    749b55b View commit details
    Browse the repository at this point in the history
  3. Disabling optimistic locking temporarily

    Sergio Alvarez Diaz committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    7d6096d View commit details
    Browse the repository at this point in the history
  4. Re-enabling optimistic locking with logging in case it fails again

    Sergio Alvarez Diaz committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    c13fc9a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. On Model insert also pre-calculate versions

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    dd2b4c1 View commit details
    Browse the repository at this point in the history
  2. Test for batch insertions and versioning

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    22e41c8 View commit details
    Browse the repository at this point in the history
  3. Fixed test with the right error description

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    984cd22 View commit details
    Browse the repository at this point in the history
  4. On Model insert also pre-calculate versions

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    1b2bc50 View commit details
    Browse the repository at this point in the history
  5. Test for batch insertions and versioning

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    b17bc46 View commit details
    Browse the repository at this point in the history
  6. Fixed test with the right error description

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    f67b809 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:cur3n4/thinky

    Sergio Alvarez Diaz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    10c8d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Better error message on versioning exception

    Sergio Alvarez Diaz committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    b795ffb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    0f32b1c View commit details
    Browse the repository at this point in the history
  2. Adding option to disable validate invocations except for on save

    Sergio Alvarez Diaz committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    2670ec3 View commit details
    Browse the repository at this point in the history
  3. Adding option to save multiple documents in the model, running the va…

    …lidation before hand
    Sergio Alvarez Diaz committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    22edb02 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Adding option to validate multiple documents in the model

    Sergio Alvarez Diaz committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b7a8704 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Add ability to access the parent element from a virtual

    Sergio Alvarez committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    919e8ea View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Sergio Alvarez committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    c34f094 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    c4b8684 View commit details
    Browse the repository at this point in the history
  2. Fix thinky virtuals and arrays

    Sergio Alvarez committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    ed3f752 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Upgrade mocha

    Sergio Alvarez committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ac8f078 View commit details
    Browse the repository at this point in the history