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

Do not combine multiple import updates if there is only one importer #166

Merged
merged 6 commits into from
Dec 12, 2023

Commits on Nov 14, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    63c488a View commit details
    Browse the repository at this point in the history
  2. Add a workflow that tests multiple importers and should fail.

    Because of the error handling be using StatusMessage::Failed, this is not handled properly yet.
    thomaskrause committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4f3eec6 View commit details
    Browse the repository at this point in the history
  3. Return an error in Workflow::execute on conversion error instead of r…

    …elying on status messages.
    
    If you want to collect several issues and combine them in one error message, you can use the AnnattoError::ConversionFailed variant.
    thomaskrause committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dd91e6c View commit details
    Browse the repository at this point in the history
  4. Fix clippy issue

    thomaskrause committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    930cafb View commit details
    Browse the repository at this point in the history