You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From some discussion about re-formatting front-end rendering of Automated Analysis results because of the recent cryostat-core bump which updated JMC to version 8, there are mutliple sections of the entire codebase that need to be fixed up to better handle cryostat's Automated Analysis Reports.
RuleFilterParser:
Currently, outside of directly querying the -reports api, the filter is not being used at all and cryostat requests the entire analysis, without filtering, which is okay. This may need testing, I'm not fully sure whether the report generation still supports the predicate filtering feature with the new updates.
cryostat-reports:
-reports will need to be updated if it's possible to pass a locale in a request to -core reportGenerator for localized/translated reports. Otherwise from what I can tell, the reports sidecar does not need to be updated since it uses the -core classes other than a pom.xml bump.
maxcao13
changed the title
[Epic] Localize and refactor Automated Analysis Rules throughout codebase
[Story] Localize and refactor Automated Analysis Rules throughout codebase
Apr 20, 2023
Describe the feature
From some discussion about re-formatting front-end rendering of Automated Analysis results because of the recent cryostat-core bump which updated JMC to version 8, there are mutliple sections of the entire codebase that need to be fixed up to better handle cryostat's Automated Analysis Reports.
cryostat-core:
RuleEvaluation
with new JMCIResult
fields cryostat-core#209Currently, outside of directly querying the -reports api, the filter is not being used at all and cryostat requests the entire analysis, without filtering, which is okay. This may need testing, I'm not fully sure whether the report generation still supports the predicate filtering feature with the new updates.
cryostat-reports:
pom.xml
bump.cryostat:
cryostat-web
IResult
fields cryostat-web#973The text was updated successfully, but these errors were encountered: