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

Remove the coordinator #3131

Merged
merged 16 commits into from
Jul 4, 2024

Commits on Nov 30, 2023

  1. Remove the coordinator

    Remove the policy coordinator and policy leader election mechanisms
    from fleet-server. Deprecate the coordinator_idx value in
    fleet-server's json schema and remove coordinator_idx references when
    processing policies.
    michel-laterman committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    28c2822 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    41c6b46 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    michel-laterman committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    521f9e7 View commit details
    Browse the repository at this point in the history
  3. Update linter

    michel-laterman committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    43078e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    0057f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ecd336 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. Change how output keys are regenerated for v8.5 migration

    The v8.5 migration generated new output keys for an agent by forcing the
    policy outputs to be prepared by incrementing the coordinator_idx for
    the policy. Behaviour was changed instead to detect if a single output
    has no api_key value (empty string) and subscribe with a revision of 0.
    michel-laterman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    76a2334 View commit details
    Browse the repository at this point in the history
  2. fix integration test

    michel-laterman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    70a26f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79aec50 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    d89eff0 View commit details
    Browse the repository at this point in the history
  2. Fix integration test

    michel-laterman committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fdbcc67 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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