-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore(reports): remove HTML report generation #1685
chore(reports): remove HTML report generation #1685
Conversation
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
4f785c3
to
4229e1c
Compare
/build_test |
Oh right, won't be able to do a build_test until the corresponding -core release is made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
4229e1c
to
c5cf334
Compare
This PR/issue depends on: |
/build_test |
To run smoketest:
|
c5cf334
to
1f9a7af
Compare
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Depends on cryostatio/cryostat-core#261
Related to cryostatio/cryostat-reports#137
Description of the change:
Removes the HTML-based report generation in favour of only the newer JSON generation.
Motivation for the change:
HTML report generation forced us to use the JMC-styled HTML reports in our UI. We have our own nicely-styled Patternfly component based reports UI that consumes JSON API responses instead, so the HTML UI should be removed and the API for generating it along with it.
How to manually test: