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

🐛 Surface workflow verification errors with doc link #408

Merged

Commits on May 26, 2023

  1. Wrap verification errors with single type.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fb6f971 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 5, 2023

  1. update link.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    23206d9 View commit details
    Browse the repository at this point in the history
  2. remove duplicate 'workflow verification failed' text.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    201eb28 View commit details
    Browse the repository at this point in the history
  3. clean up other pointless wraps.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d6ec35b View commit details
    Browse the repository at this point in the history
  4. Spin verification errors into custom type.

    This lets us better control which errors we surface as a 400 vs hide as 500.
    
    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4428c6e View commit details
    Browse the repository at this point in the history