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

fix: insert error handling in list-all & download plugin scripts #881

Merged
merged 10 commits into from May 19, 2021

Commits on Mar 3, 2021

  1. insert error handling in list-all

    check the plugin return code is 0
    if not print all outputs from plugin and exit 1
    laidbackware committed Mar 3, 2021
    Copy the full SHA
    eab2268 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

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

Commits on Mar 15, 2021

  1. add ability to detect download errors

    refactor testing to detect broken plugins
    add list-all command to testing
    refactor 2 list tests to include broken plugin
    split some test asertions to aid readability
    laidbackware committed Mar 15, 2021
    Copy the full SHA
    9db9425 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2c4f7c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 30, 2021

  1. split stdout and std error on list-all

    update dummy plugin to include error to ignore
    update broken plugin to add stderr output
    update list-all test to check for stderr on failure
    update list-all test to check for no stderr on success
    laidbackware committed Apr 30, 2021
    Copy the full SHA
    f046931 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88f428e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    26b7cd0 View commit details
    Browse the repository at this point in the history
  4. fix more format errors

    laidbackware committed Apr 30, 2021
    Copy the full SHA
    4065f5c View commit details
    Browse the repository at this point in the history
  5. one more fmt fix

    laidbackware committed Apr 30, 2021
    Copy the full SHA
    f6f9071 View commit details
    Browse the repository at this point in the history