training
Enhancements:
Add python data science component for operational analysis analytics (#1073)
implements nci-agency/anet#GH-1072
Use a new mosaic layout for insights and the daily rollup (#1083)
Closes #270
Closes #948
Closes #949
Closes #950
Closed #995
Allow in-line images in HTML fields (#1016)
Take care not to allow in-line data in href's.
Add HTML sanitizing of report sensitive information.
Bug fixes:
Fix typo that is preventing users that have not taken the tour from using ANET (#1117)
Don't put graph popover on top of advanced search (#1107)
Also hide it when clicking in the daily rollup.
GH-1012 Fix print styles for main viewport (#1080)
Fixes the print style for the main viewport. Now the entire page
is printed instead of the 100vh. This resets the display to block
and height to 100%. And overrides the viewport height and
flexbox display.
Framework improvements:
Move exection of sql scripts from sql container into ANET application (#1097)
implements #662
Upgrade to Jdbi 3 (#1055)
Closes #543