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

Add Notification For BOM_VALIDATION_FAILED #3796

Commits on Jun 2, 2024

  1. Add Notification For BOM_VALIDATION_FAILED

    If uploaded BOM is invalid, dispatches a notification with InvalidBomProblemDetails before
    throwing the respective exception
    
    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    43903e7 View commit details
    Browse the repository at this point in the history
  2. Add Tests For Jira, MatterMost and Webhook

    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    e4f5fee View commit details
    Browse the repository at this point in the history
  3. Fix Mail Publisher Test

    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    12bc76d View commit details
    Browse the repository at this point in the history
  4. Replace InvalidBomProblemDetails with Errors

    Instead of adding the whole problemDetails object, just storing the errors now
    
    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    543cd8c View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    396d26d View commit details
    Browse the repository at this point in the history
  6. Fix WebhookPublisherTest

    Signed-off-by: Aravind Parappil <[email protected]>
    aravindparappil46 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    451aaa6 View commit details
    Browse the repository at this point in the history