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 leader election for autodiscover #20281

Merged
merged 22 commits into from
Aug 10, 2020

Commits on Jul 28, 2020

  1. Add leader election for autodiscover

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5309468 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Add unique condition programmatically

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3e3e324 View commit details
    Browse the repository at this point in the history
  2. Adopt async start of leader elector

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a328803 View commit details
    Browse the repository at this point in the history
  3. Add identifier parameter

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ebdbf70 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Improve cancel func naming

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5603106 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    d545357 View commit details
    Browse the repository at this point in the history
  2. minor typo

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    7544de5 View commit details
    Browse the repository at this point in the history
  3. Add LeaderLease config

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    29563ea View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Disable eventers

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    0fc279a View commit details
    Browse the repository at this point in the history
  2. Split unique provider to different interfae implementation

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    37878a9 View commit details
    Browse the repository at this point in the history
  3. Introduce EventManager wrapper

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5ef9a9a View commit details
    Browse the repository at this point in the history
  4. fix docstring

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8fd6069 View commit details
    Browse the repository at this point in the history
  5. fix docstring

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    def947a View commit details
    Browse the repository at this point in the history
  6. Improve error handling

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b1a1905 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Add documentation for new settings

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    536cede View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ced788a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b563223 View commit details
    Browse the repository at this point in the history
  4. Update default lease name to fallback to Beats' name

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7de6f96 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c0b4d23 View commit details
    Browse the repository at this point in the history
  6. Fix docker test

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3f725d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. review changes

    Signed-off-by: chrismark <chrismarkou92@gmail.com>
    ChrsMark committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    fc3f847 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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