Eiffel Intelligence frontend 1.0.1
·
129 commits
to master
since this release
Whats new
- Reorganized the documentation into chapters, making it easier to find in the documentation in both the
README file and on GitHub pages. - Updated the framework for the GUI
- Add button to clear all warnings received in the alert dropdown in the GUI
- Add Dockerfile to build Eiffel Intelligence frontend
- Add docker-compose to set up surrounding environment for EI
- Making it easier to select multiple subscriptions for deletion
- Updated images in documentation to match the new look in the GUI
- It is now possible to be be logged in to multiple backends and have them in the same browser window, each with their own tab.
- application.properties is restructured and some properties have been renamed to follow Java standards
- Subscription form e-mail validation has support for multiple e-mails in a comma separated list.
Bug fixes
- Fixed subscription template, so jmespath does not result in a null value
- Fixed issues with being logged in to multiple backends.
There was an issue where a user logged in to a back end but after switching back end became logged out
from the previous back-end. It is now possible to be logged in to multiple back-ends and switch between
them while still being logged in.