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
Moved the test suite's web crawler complexity away from the test discovery phase to the test phase itself. This reduces the number of generated test cases from N to 2 (where N is the number of reachable NAV pages) (#2966)
Link to the doc for using docker for development from the README and mention what ports are used when using docker for development (#2978)
Many user-facing forms of the web user interface have been refactored in order to remove a dependency that keeps NAV incompatible with Python 3.11. This should not affect looks or functionality. This work is still ongoing in the master branch and we hope it will be complete by NAV version 5.12.
Fixed
Correctly delete an IP Device's existing function value when empty field value is submitted in the IP Device IP Device edit form (#2269)
Fixed crash bug when reordering filters within a filter group in Alert Profiles (#2979)
Fixed IPAM API crash bug that caused unnecessary error reports sent as e-mail to site admins (#2989)
Fixed bad tooltip grammar in ipdevinfo "degraded aggregate link" badge
Make the test suite easier to run under MacOS
Skip tests when 3rd party requirements are missing, instead of outright failing
Security
Ensure that CSRF token info is preserved when refactoring crispy forms to non-crispy equivalents. This means that flat_form.html and _form_content.html templates will include CSRF token info if form method is set to POST. (#3056)