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

Change the stater to include a local flag. #1308

Merged

Commits on Sep 26, 2022

  1. Change the stater to include a local flag.

    Change the state reporter to use a local flag that determines if local
    errors are included in the resulting state. Assume that configMgr errors
    are all local - this effects mainly the fleet_gateway. Allow the gateway
    to report an error if a checkin fails. When a checkin fails the local
    state reported through the status command and liveness endpoint will
    include the error, but checkins to fleet-server will not.
    michel-laterman committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4188191 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    aea0e1c View commit details
    Browse the repository at this point in the history
  2. Add ActionsError() method to config manager

    Add a new ActionsError() methdo the the config managers. For the
    non-managed instances it will return a nil channel. For the managed
    instances it will return the dispatcher error queue directly. Have teh
    coordinator gather from this channel as it does for the others and
    treat any errors as non-local.
    michel-laterman committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f30ecda View commit details
    Browse the repository at this point in the history
  3. Fix linter

    michel-laterman committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    493a3fe View commit details
    Browse the repository at this point in the history