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

Fixed error message in QAA when pipeline fails to execute (/status returns FAILURE) #170

Open
orviz opened this issue May 11, 2022 · 1 comment
Assignees
Labels
1.3.0 bug Something isn't working in staging Changes applied to the staging app

Comments

@orviz
Copy link
Contributor

orviz commented May 11, 2022

After a failed pipeline the web does not permanently notify the user (with a fixed message) about this fact.

image

@orviz orviz added the bug Something isn't working label May 11, 2022
@orviz
Copy link
Contributor Author

orviz commented May 12, 2022

The same happens when a specific error code is returned from the API. For instance:

HTTP query: /assessment/<pipeline_id>/output
HTTP error code: 422
HTTP response:
Could not find report2sqaaas validator plugin <is_semver> (found: {'bandit': <class 'report2sqaaas_plugins_bandit.main.BanditValidator'>, 'boolean': <class 'report2sqaaas_plugins_boolean.main.BooleanValidator'>, 'cff': <class 'report2sqaaas_plugins_cff.main.CFFConvertValidator'>, 'fairEva': <class 'report2sqaaas_plugins_fairEva.main.fairEva'>, 'find_doc_files': <class 'report2sqaaas_plugins_find_doc_files.main.FindDocFilesValidator'>, 'flake8': <class 'report2sqaaas_plugins_flake8.main.Flake8Validator'>, 'json_not_empty': <class 'report2sqaaas_plugins_json_not_empty.main.JsonNotEmptyValidator'>, 'licensee': <class 'report2sqaaas_plugins_licensee.main.LicenseeValidator'>, 'markdownlint': <class 'report2sqaaas_plugins_markdownlint.main.MarkdownLintValidator'>})

@orviz orviz added the 1.3.0 label May 17, 2022
@dianamariand92 dianamariand92 added the in staging Changes applied to the staging app label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.3.0 bug Something isn't working in staging Changes applied to the staging app
Projects
None yet
Development

No branches or pull requests

2 participants