Skip to content

Releases: AliceO2Group/WebUi

@aliceo2/infologger@1.14.0

08 Sep 11:38
ce43c23
Compare
Choose a tag to compare

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

@aliceo2/web-ui@2.7.2

28 Aug 12:49
e716c80
Compare
Choose a tag to compare

Bug Fix

  • [bug] - Fixes an issue in which the variable called to log an error was incorrect

@aliceo2/qc@3.8.5

21 Aug 09:33
29a9edd
Compare
Choose a tag to compare

Dependency Downgrade

  • [deps] - JSROOT had to be downgraded due to their migration to a new ZSTD library which is broken and unusable by QCG

@aliceo2/infologger@1.13.3

21 Aug 09:39
8a650cf
Compare
Choose a tag to compare

FLP E2E Test Improvement

  • [test] - Fix a test expected value which was modified by an auto-eslint fix

@aliceo2/infologger@1.13.2

21 Aug 08:30
ee3cd1e
Compare
Choose a tag to compare

Improvement

  • [tests] - FLP E2E tests were adapted to the new RemoteData object

@aliceo2/web-ui@2.7.1

20 Aug 09:03
024c3bb
Compare
Choose a tag to compare

Bug

  • [OGUI-1538] - Fixes a bug where WS JWT token error is not safely caught for long active sessions

Improvement

  • [improv] - Logging on servers of HTTP and WS was improved to remove unused logs from old debug sessions

@aliceo2/qc@3.8.4

20 Aug 09:24
11c648f
Compare
Choose a tag to compare

Improvement

  • [OGUI-1539] - Use JSROOT + parameter to request entire file to avoid the repeated messages of ranges
  • [deps] - Bump WebUI version to improve server logging

@aliceo2/infologger@1.13.1

20 Aug 09:32
ba528a5
Compare
Choose a tag to compare

Improvement

  • [deps] - Updates WebUI version to improve logging on the server side

@aliceo2/control@1.72.1

20 Aug 09:38
08db1f5
Compare
Choose a tag to compare

Improvement

  • [deps] - Bumps WebUI version to improve logging on the server side

@aliceo2/control@1.72.0

30 Jul 16:50
7d22cf5
Compare
Choose a tag to compare

New Feature

  • [OGUI-1524] - Adds Filtering based on state of Tasks on the environment details and tasks list pages
  • [OGUI-1524] - Adds Filtering based on name (FLP)/path(EPN) on the environment details and tasks list pages
  • [OGUI-1408] - Adds feature which allows users to click on a task counter (environment details page) which will take the user to panel of tasks filtered automatically by the selected counter.

Improvement

  • [OGUI-1536] - EnvironmentDetails page is now displaying the tasks list with RemoteData, making it clear to the user if it is loading or no tasks were found.