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

Stop error diagnostics when pausing nav #3830

Commits on Sep 18, 2023

  1. Added nodestate enum and a variable to keep track of current state of…

    … managed nodes.
    Pekka Myller committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e105bbd View commit details
    Browse the repository at this point in the history
  2. Updating state_of_managed_nodes_ when switching states and using it t…

    …o determine an accurate diagnostics message.
    Pekka Myller committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    96d9653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    420ff84 View commit details
    Browse the repository at this point in the history
  4. Fixing bugs.

    Pekka Myller committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ae78b24 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/stop-error-diagnostics-when-paus…

    …ing-nav' into stop-error-diagnostics-when-pausing-nav
    Pekka Myller committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6758aea View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Updated/added docstrings.

    Pekka Myller committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    de812f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Publishing OK status when nodes are unconfigured. Changed if-else cha…

    …in to switch case.
    pekka committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e057a53 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/stop-error-diagnostics-when-paus…

    …ing-nav' into stop-error-diagnostics-when-pausing-nav
    pekka committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    21aa3fe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    e76c58a View commit details
    Browse the repository at this point in the history
  2. Renamed NodeState PAUSED to INACTIVE, state_of_managed_nodes_ to mana…

    …ged_nodes_state_ and replaced system_active_ with an inline method.
    pekka committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    758f760 View commit details
    Browse the repository at this point in the history
  3. Bugfix.

    pekka committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c53868b View commit details
    Browse the repository at this point in the history