Skip to content
Compare
Choose a tag to compare
@graduta graduta released this 08 Sep 11:38
· 73 commits to dev since this release
ce43c23

New Feature

  • [OGUI-1370] - Migrates to the use of `mariadb` npm module instead of the deprecated `mysql` one
  • [OGUI-1548] - Adds middleware for query service check to not allow requests to progress if DB is not available
  • [OGUI-1319] - Disables auto-scroll when in LIVE mode and the user starts scrolling up

Improvement

  • [OGUI-1549] - Extract live infologger service into its own to allow for testing and improved maintainability
  • [OGUI-1544] - Removes interval for checking SQL connection as the new module automatically takes care of that
  • [OGUI-1550] - Improves system checks to allow ILG to work even when other components are failing
  • [OGUI-1371] - Reset the stats and Clearly displays error message when query fails, instead of displaying the previous results confusing the users.
  • [OGUI-1540] - Migrate ILG to use new RemoteData from WebUI
  • [OGUI-1543] - Extract Query functionality into own service to allow for improved testing and migration to newer modules