Skip to content

Releases: eiffel-community/eiffel-intelligence-frontend

Eiffel Intelligence frontend 1.0.2

10 May 06:11
70384af
Compare
Choose a tag to compare

What's new?

Eiffel Intelligence documentation now contains examples rules with Agen version of the Eiffel protocol

Improvements

Improved error messages when EI back-ends are not properly set up

Fixes

Any user can now perform all READ, UPDATE and DELETE operations on existing anonymous subscriptions

Eiffel Intelligence frontend 1.0.1

19 Mar 11:48
30b4c5e
Compare
Choose a tag to compare

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.

Eiffel Intelligence front-end first stable release

25 Jan 08:14
c61f53a
Compare
Choose a tag to compare

What is new?

  • A Dockerfile has been added to run EI front-end
  • Integration tests added

Improvements:

  • Documentation has been updated
  • Several dependencies have been updated to newer versions
  • Better information in how to add token-based authentication in the gui
  • Validation of back-end information when adding back-end instance via curl.

Fixes:

  • Multiple user issue fixed. It should now be possible to be logged in to EI with several users using the same front-end webserver
  • Error when trying to change name of subscription, subscription name is the key and may not be changed. Name change disabled in edit mode in gui
  • User may no longer add second default back-end instance via curl command, only 1 default allowed

Updated user documentation with CURL examples

13 Dec 09:31
a787cb2
Compare
Choose a tag to compare

What is new?

  • The project documentation is published to Github pages
  • Updated user documentation with CURL examples
  • Added a user guide for test rules in documentation
  • It is now possible to attach a custom subject in the email sent upon subscription triggering

Improvements:

  • The form for creating subscriptions has been improved
  • Subscription form is now easier to navigate with how notificationMessage is displayed
  • Various CSS improvements in GUI

Fixes:

  • Correct EI version is fetched and displayed in EI info page

Fixes/Improvements for the web application

07 Dec 08:49
a87fffe
Compare
Choose a tag to compare
  • Add routing capability
  • Add wiki pages to the EI-Frontend main repo
  • Add replace/append/clear-all functionality in test-rules page
  • Add help information on test-rules page
  • Improve EI Backend instances list configuration
  • Improve functionality regarding disconnection of back end
  • Fix cross origin issue in some environments
  • Fix issue with login

GUI functionality improvements

22 Nov 11:07
f282e36
Compare
Choose a tag to compare
  • GUI functionality improvements
  • Fix rules/events uploading problem in Chrome and IE
  • Fixed some authorization issues
  • Fix to content stretching beyond screen space
  • Improved the EI backendInstancesinformation file handling
  • Subscription improvements

Add support for multi user

06 Nov 09:11
b0ce41d
Compare
Choose a tag to compare
  • Gui users may now switch backend without affecting each other.
  • Improved backends handling
  • Improved handeling of some error/messages
  • Fix of path variable name
  • Subscription GUI: added AND & ARE between requirements and conditions
  • Fixes of CSS
  • Update frontend example images
  • Fixing and adding boostrap tooltips in EI frontend
  • Fixed problem with removing specific rule from Test Rules
  • Fixed upload button for rules and events in IE and Edge
  • Fixed upload rules and upload events do not need manual refreshing

Fix multiuser support

16 Oct 13:07
98590b4
Compare
Choose a tag to compare
  • improve handling of error messages
  • improve elements alignment and pages responsive design
  • add warning for subscription name validation
  • clean up unused elements
  • link to backend wiki documentation on Github
  • hide button for deleting notification message when composing subscription if only one notification message is present
  • fix multi user support
  • change field for active backend to defaultBackend

Remove content validation of notificationMeta field in subscriptions

07 Sep 07:51
5a24f50
Compare
Choose a tag to compare
  • Add host prefix to template download in test rules page

  • Remove content validation of notificationMeta field in subscriptions

Sychronized enabling of test rules page

20 Aug 09:13
6c1b278
Compare
Choose a tag to compare

Test rules pages is now deactivated if rules testing is not enabled in the back end.