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 interlocks to ensure operations are not interrupted #150

Merged
merged 8 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. Add interlocks to ensure system-agent does not get restarted when it …

    …is applying a plan and does not start applying a plan when a restart is pending
    
    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    795491e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Address PR comments

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    078a54f View commit details
    Browse the repository at this point in the history
  2. fix for linter

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    287e896 View commit details
    Browse the repository at this point in the history
  3. Remove s390x from drone file

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    65211fe View commit details
    Browse the repository at this point in the history
  4. Add checks to ensure cattle ID is properly generated

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    82c39ef View commit details
    Browse the repository at this point in the history
  5. Don't always set CROSS to true

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fe13e39 View commit details
    Browse the repository at this point in the history
  6. write first observed time if parse error encountered

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8065c95 View commit details
    Browse the repository at this point in the history
  7. manipulate correct file path

    Signed-off-by: Chris Kim <oats87g@gmail.com>
    Oats87 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fa55d13 View commit details
    Browse the repository at this point in the history