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

Add support for putting commit log bootstrapper before peers #894

Merged
merged 28 commits into from
Sep 17, 2018

Commits on Sep 11, 2018

  1. Refactor commit log bootstrapper to only return it can satisfy everyt…

    …hing if node is Available or Leaving for that shard and add uninitialized source
    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    61af15d View commit details
    Browse the repository at this point in the history
  2. Improve comments

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    77fe988 View commit details
    Browse the repository at this point in the history
  3. Improve comments

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    7b1646e View commit details
    Browse the repository at this point in the history
  4. Rename var

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    bfad99f View commit details
    Browse the repository at this point in the history
  5. Improve comment

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    11367e1 View commit details
    Browse the repository at this point in the history
  6. Refactor and add uninitialized bootstrapper provider

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a8ef19e View commit details
    Browse the repository at this point in the history
  7. Fix topology initialization logic

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    232fce9 View commit details
    Browse the repository at this point in the history
  8. Fix lint issues

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    47c1473 View commit details
    Browse the repository at this point in the history
  9. Fix prop test

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    6f53985 View commit details
    Browse the repository at this point in the history
  10. Fix lint issues and rebase

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a3d2bf1 View commit details
    Browse the repository at this point in the history
  11. Fix broken tests

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    4e0e180 View commit details
    Browse the repository at this point in the history
  12. Fix broken test

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a1fe6c2 View commit details
    Browse the repository at this point in the history
  13. Update config files

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    139b87a View commit details
    Browse the repository at this point in the history
  14. Address review feedback

    Richard Artoul committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    4ac6997 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Address review feedback

    Richard Artoul committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c82ffe3 View commit details
    Browse the repository at this point in the history
  2. Address more feedback

    Richard Artoul committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8c8c5e7 View commit details
    Browse the repository at this point in the history
  3. Rename var for clarity

    Richard Artoul committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    257ddbe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Refactor uninitialized ReadData and ReadIndex to only satisfy reads b…

    …ased on availability
    Richard Artoul committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7b9f60f View commit details
    Browse the repository at this point in the history
  2. Add tests for ReadData and ReadIndex in uninitialized source

    Richard Artoul committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b1a3dea View commit details
    Browse the repository at this point in the history
  3. Fix lint issue

    Richard Artoul committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a33867e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    22b4495 View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    b48b4e4 View commit details
    Browse the repository at this point in the history
  3. Address more review feedback

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9c1b059 View commit details
    Browse the repository at this point in the history
  4. Fix config to use new bootstrapper name

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    437df7a View commit details
    Browse the repository at this point in the history
  5. Fix config to use new bootstrapper name

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d3bb018 View commit details
    Browse the repository at this point in the history
  6. Rewrite SourceAvailableHosts to use map structure

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7777763 View commit details
    Browse the repository at this point in the history
  7. Set default for uninitialized source options

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    c27062a View commit details
    Browse the repository at this point in the history
  8. Delete unused errors

    Richard Artoul committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    1d11b84 View commit details
    Browse the repository at this point in the history