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: Optionally save preflight bundles to disk #1612

Commits on Sep 12, 2024

  1. feat: Optionally save preflight bundles to disk

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    90c1d71 View commit details
    Browse the repository at this point in the history
  2. Add e2e test of saving preflight bundle

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6763541 View commit details
    Browse the repository at this point in the history
  3. Update cli docs

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db80cee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Expose GetVersionFile function publicly

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4aa9b6f View commit details
    Browse the repository at this point in the history
  2. Store analysis.json file in preflight bundle

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b831eea View commit details
    Browse the repository at this point in the history
  3. Run go fmt when running lint fixers

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    17aba7f View commit details
    Browse the repository at this point in the history
  4. Always generate a preflight bundle in CLI

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0a92c5f View commit details
    Browse the repository at this point in the history
  5. Print saving bundle message to stderr

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cb6ef13 View commit details
    Browse the repository at this point in the history
  6. Revert changes in docs directory

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e63d84f View commit details
    Browse the repository at this point in the history
  7. Use NewResult constructor

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    04dfd2f View commit details
    Browse the repository at this point in the history
  8. Log always when preflight bundle is saved to disk

    Signed-off-by: Evans Mungai <evans@replicated.com>
    banjoh committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fe1ae2a View commit details
    Browse the repository at this point in the history