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

feat(cli): add --dry option to pebble run #214

Closed
wants to merge 6 commits into from

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. Minor fixes

     * Remove dryStartCallback from sampleManager.
     * Unexport ErrStateEngineStopped->errStateEngineStopped.
     * Simplify multiError string when there's only one error.
     * Fix mistakenly swapped logging of dry start/ensure errors.
    anpep committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    901dcd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. stateengine: make DryStart() required

     * Add StateEngine.dryStarted check on Ensure() in order to make
       DryStart() call actually required.
     * Call DryStart() on overlord and state engine tests
     * Remove noopStateBackend: not required since --dry run is cut
       after the DryStart() call, so no state is ever persisted.
       Furthermore, this allows for potential dry-run of state patches.
     * Remove Overlord.addManager(), since StateEngine.AddManager()
       already exists for this purpose, and Overlord.AddManager() as well.
     * Don't plan.ReadDir() on ServiceManager.DryStart(), acquire plan
       instead so that we actually initialize the manager instead.
    anpep committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f615dbf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Nov 10, 2023

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

Commits on Nov 15, 2023

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