Skip to content

Releases: AliceO2Group/WebUi

@aliceo2/[email protected]

12 Dec 15:11
0dba64f
Compare
Choose a tag to compare

Bug

  • [OGUI-1557] - Possible o2-cog crash when kafka is down

New Feature

  • [OGUI-1581] - Split action for taking/releasing all locks in API router
  • [OGUI-1590] - Add DCS panel wrapper in case of operation timeout

@aliceo2/[email protected]

25 Nov 15:13
810469a
Compare
Choose a tag to compare

Bug

  • [OGUI-1584] - Import Mock Test server setup only in test environment

@aliceo2/[email protected]

25 Nov 14:49
87ac251
Compare
Choose a tag to compare

Bug

  • [OGUI-1568] - Fixes an issue where the sidebar tree in layout edit mode would not be displayed when input in the search model
  • [OGUI-1570] - Fixes an issue with the npm run coverage command where tests would be ran 2 times in a row
  • [OGUI-1583] - Fixes an issue in which the layout is not reset if saving fails

New Feature

  • [OGUI-1556] - Offers users more layout EDIT functionality by allowing them to edit a layout as JSON schema

Development Improvements

  • [OGUI-1560] - Migrate to NodeJS TestRunner for QCG to allow for chained and import tests
  • [OGUI-1561] - Add front-end tests setup to QCG as ES6 and NodeJS test runner
  • [OGUI-1562] - Add front-end nock environment for external requests tests
  • [OGUI-1563] - Add front-end tests setup for JSONFileService
  • [OGUI-1564] - Addapt objectView page tests to new setup
  • [OGUI-1566] - Adapt layoutShow page tests to new setup
  • [OGUI-1569] - Add mechanism for reseting seeder of QCG mock data

@aliceo2/[email protected]

15 Nov 13:22
f3d9412
Compare
Choose a tag to compare

Improvement

  • [OGUI-1572] - Display actions on ALL locks just for Global or above users

@aliceo2/[email protected]

15 Nov 12:56
e8adc82
Compare
Choose a tag to compare

Feature

  • [OGUI-1572] - Add front-end check of user permissions before building UI page (to prevent unauthorized access to components)
  • [OGUI-1573] - Add back-end minimum role check for actions on locks (to operate locks a minimum of Detector role is needed)

@aliceo2/[email protected]

25 Oct 10:33
f233c62
Compare
Choose a tag to compare

Security Patch

  • Dependencies updated to remove security vulnerabilities of those dependencies

@aliceo2/[email protected]

09 Oct 13:16
d1328a2
Compare
Choose a tag to compare

New Feature

  • [OGUI-1554] - Add kafka listener for integrated_services.dcs.sor
  • [OGUI-1551] - Add user information to gRPC requests

Improvement

@aliceo2/[email protected]

17 Sep 13:55
Compare
Choose a tag to compare

Prototype patch release of DCS SOR

  • Includes a new DCS SOR panel which recieves Kafka events during the DCS StartOfRun transition. Panel is then replaced by the Grafana monitoring plots if environments starts successfully.
  • Feature is disabled by default while feedback is gathered

@aliceo2/[email protected]

08 Sep 13:11
c2aa427
Compare
Choose a tag to compare

Dependency Update

  • [deps] - JSROOT patch update to fix an issue with certain QC objects that would crash the server with no safety check

@aliceo2/[email protected]

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