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

[WIP] Sequence Numbers powered Compare and Set operations #36148

Closed
wants to merge 49 commits into from

Commits on Oct 5, 2018

  1. initial version

    bleskes committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    fed3cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. lint

    bleskes committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    c6fca4c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

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

Commits on Oct 8, 2018

  1. adapted test

    bleskes committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a91d18f View commit details
    Browse the repository at this point in the history
  2. lint

    bleskes committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    60680ae View commit details
    Browse the repository at this point in the history
  3. initial rest parsing

    bleskes committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    c177f27 View commit details
    Browse the repository at this point in the history
  4. fix version test

    bleskes committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    f8645ae View commit details
    Browse the repository at this point in the history
  5. fix validation

    bleskes committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    17d4c5a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. magic numbers are tricky

    bleskes committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    24fbaeb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    b57e9a0 View commit details
    Browse the repository at this point in the history
  2. seq# on delete fix

    bleskes committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    d7ffbe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903cef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. fix rest params

    bleskes committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    d3badd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Configuration menu
    Copy the full SHA
    9a837db View commit details
    Browse the repository at this point in the history
  2. rest tests

    bleskes committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    c7917c1 View commit details
    Browse the repository at this point in the history
  3. compile

    bleskes committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    93bb437 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. fix rest

    bleskes committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    96fb99e View commit details
    Browse the repository at this point in the history
  2. rest doc

    bleskes committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    12316f0 View commit details
    Browse the repository at this point in the history
  3. fix rest

    bleskes committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    005c477 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

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

Commits on Oct 19, 2018

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

Commits on Nov 12, 2018

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

    # Conflicts:
    #	server/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java
    #	x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/index/engine/FollowingEngineTests.java
    bleskes committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0bcb1dd View commit details
    Browse the repository at this point in the history
  2. fix compilation issues

    bleskes committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d59712d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. iter

    bleskes committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    c139f7d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    0c62332 View commit details
    Browse the repository at this point in the history
  2. fix get response tests

    bleskes committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d2b6b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb3faa View commit details
    Browse the repository at this point in the history
  4. line length

    bleskes committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    c87530d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

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

Commits on Nov 17, 2018

  1. compile

    bleskes committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    4e20e2b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    73c5618 View commit details
    Browse the repository at this point in the history
  2. lint

    bleskes committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    95d6c6a View commit details
    Browse the repository at this point in the history
  3. compilation

    bleskes committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1c0f81f View commit details
    Browse the repository at this point in the history
  4. lint

    bleskes committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    97db90a View commit details
    Browse the repository at this point in the history
  5. fix UpdateRequestTests

    bleskes committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    a6d9ef6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    7f2d0d5 View commit details
    Browse the repository at this point in the history
  2. fix RestGetSourceActionTests

    bleskes committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    97ba1fb View commit details
    Browse the repository at this point in the history
  3. woops

    bleskes committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f673e83 View commit details
    Browse the repository at this point in the history
  4. fix wrong ordering

    bleskes committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    593ddf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. doc fixes

    bleskes committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    ed47866 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into cas_seq_no

    # Conflicts:
    #	server/src/main/java/org/elasticsearch/action/delete/DeleteRequest.java
    #	server/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java
    bleskes committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    446a2fb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

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

Commits on Dec 10, 2018

  1. merge from master

    bleskes committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    a7d3fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

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

Commits on Dec 13, 2018

  1. merge from master

    bleskes committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    7e787af View commit details
    Browse the repository at this point in the history
  2. move to if_*_match

    bleskes committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    5d688fb View commit details
    Browse the repository at this point in the history
  3. fix compilation

    bleskes committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    352196e View commit details
    Browse the repository at this point in the history
  4. lint

    bleskes committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    bf62361 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. merge from master

    bleskes committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    37d1187 View commit details
    Browse the repository at this point in the history