2.1.1
Below changes are compared to 2.0.46
Major changes:
Upgrade to SQL Server 2016
Identification of objects by UUID
(breaks external interfaces)
Enhancements:
Add notes to objects (#1130)
Add the possibility to add/view/edit/delete notes related to ANET objects.
Collect statistics for our data loaders (#1125)
Adds combined counters for all data loaders in the registry,
and individual counters for each data loader.
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 and improve unassigned banner (#1133)
Fix invalid code for banner activation
Make banner appear also for inactive positions
Move banner position to below the security banner
fixes #1132
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:
Bump owasp-java-html-sanitizer from 20180219.1 to 20181114.1 (#1137)
Remove container requirement from travis builds (#1134)
In support of the anounced migration by the travis team: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
Update yarn.lock to latest. Replace uglify with terser (#1121)
closes #1120
Move exection of sql scripts from sql container into ANET application (#1097)
implements #662
Upgrade to Jdbi 3 (#1055)
Closes #543