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

🐛 [backport release-0.5] Add application risk filter of "Unassessed" (#2032) #2035

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Aug 1, 2024

Backport-of: #2032
Resolves: https://issues.redhat.com/browse/MTA-2816

Application risk options are one of:

  • High (red)
  • Medium (yellow)
  • Low (green)
  • Unknown (unknown)
  • Unassessed (unassessed)

Added the Unassessed option to the risk filter list on the application table to have a complete set of risk filters.

Note: To help test risk levels, the questionnaire
hack/import-questionnaire/assign-risk.yaml has been added. The single question has a 1 to 1 mapping between answer and risk level. As long as that questionnaire is the only one active on the system, it works well to quickly assign risks to applications.

Resolves: https://issues.redhat.com/browse/MTA-2816

Application risk options are one of:
  - High (red)
  - Medium (yellow)
  - Low (green)
  - Unknown (unknown)
  - Unassessed (unassessed)

Added the __Unassessed__ option to the risk filter list on the
application table to have a complete set of risk filters.

Note: To help test risk levels, the questionnaire
`hack/import-questionnaire/assign-risk.yaml` has been added. The single
question has a 1 to 1 mapping between answer and risk level. As long as
that questionnaire is the only one active on the system, it works well
to quickly assign risks to applications.

---------

Signed-off-by: Scott J Dickerson <[email protected]>
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

Attention: Patch coverage is 86.95652% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (release-0.5@05386ea). Learn more about missing BASE report.

Files Patch % Lines
client/src/app/utils/type-utils.ts 85.00% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             release-0.5    #2035   +/-   ##
==============================================
  Coverage               ?   42.33%           
==============================================
  Files                  ?      172           
  Lines                  ?     5525           
  Branches               ?     1312           
==============================================
  Hits                   ?     2339           
  Misses                 ?     3170           
  Partials               ?       16           
Flag Coverage Δ
client 42.33% <86.95%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sjd78 sjd78 added this to the v0.5.1 milestone Aug 1, 2024
@sjd78 sjd78 merged commit 0e579db into konveyor:release-0.5 Aug 1, 2024
9 checks passed
@sjd78 sjd78 deleted the backport_2032 branch August 5, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants