Skip to content

Releases: AliceO2Group/WebUi

@aliceo2/qc@3.15.1

26 Sep 11:39
dc98d60

Choose a tag to compare

Bug

  • [OGUI-1774] - Objects in View Mode show as :undefined after refresh when opened from Layout

@aliceo2/qc@3.15.0

25 Sep 11:35
44c43af

Choose a tag to compare

Bug

  • [OGUI-1765] - Error when entering runmode with non-existing runnumber

New Feature

  • [OGUI-1450] - QCG Runs Mode - allow users to follow only objects generated by current ongoing run
  • [OGUI-329] - Support switching runs in RunMode based on Kafka and Bookkeeping updates

Improvement

  • [OGUI-1757] - Add object path query parameter to Layout API to allow filtering layouts by contained objects
  • [OGUI-1758] - Implement object path filtering in repository layer
  • [OGUI-1759] - Implement frontend search model for object path requests
  • [OGUI-1760] - Update search filter UI component with selector and info button
  • [OGUI-1748] - Logging in QCG should always check for process name
  • [OGUI-1756] - Add search functionality to layout list view
  • [OGUI-1762] - Improve user messages for run mode statuses
  • [OGUI-1766] - Replace "Runs Mode" dropdown with checkbox-based filter
  • [OGUI-1767] - Update objects tree refresh logic for ongoing runs
  • [OGUI-1768] - Update object view refresh logic to refresh only on ID change

@aliceo2/control@2.0.2

25 Sep 11:32
3bef453

Choose a tag to compare

Improvement

  • [OGUI-1769] - Keep in-memory static information on environment deployment request

@aliceo2/qc@3.14.0

08 Sep 12:04
3796a27

Choose a tag to compare

New Feature

  • [OGUI-1688] - Update API endpoint to retrieve list of objects based on filter
  • [OGUI-1689] - Implement object tree filters based on metadata
  • [OGUI-1690] - Persist filters between pages
  • [OGUI-1721] - Fetch run status and object data on interval for active runs
  • [OGUI-1722] - Activate Run Mode when an active run is filtered for

Improvement

  • [OGUI-1720] - Update label for "Display Timestamp and Run Number"
  • [OGUI-1719] - Improve object error display in layout view in case error cannot be displayed
  • [OGUI-1741] - Remove filters from layout list and about pages
  • [OGUI-1753] - Redirect "Quality Control" click to home page

@aliceo2/control@2.0.1

03 Sep 14:30
0fe8002

Choose a tag to compare

  • Fixes a bug in which a recently deployed environment would not be stored and displayed in GUI due to ECS not considering an environment active even though it creates the ID for it

@aliceo2/control@2.0.0

03 Sep 12:45
904d235

Choose a tag to compare

Bug

  • [OGUI-1736] - Fixes a bug where due to not including any detectors, `qc-workflow` environments could not be destroyed

New Feature

  • [OGUI-1262] - General refactoring and migration to using Kafka Events as opposed to interval based polling ECS on gRPC requests for more lively and dynamic user experience
  • [OGUI-1641] - Add and migrate creation of Env to Async in low-level environment service that is to be used for deployment high-level service
  • [OGUI-1673] - Add deployment service to use new `newEnvironmentAsync` gRPC request following updates on Kafka environments topic
  • [OGUI-1674] - Add deployment controller and new API endpoint to allow GUI front-end to make use of the new updates system
  • [OGUI-1160] - Migrate `resources-cleanup` and `CleanTasks` operations from ECS gRPC global streams to Kafka Events for more information and better reliability
  • [OGUI-1749] - Add controller and service for aforementioned `clean operations` migrations
  • [OGUI-1625] - Integrate and adapt Kafka Events to ECS GUI broadcast updates and make use of them on the front-end
  • [OGUI-1698] - Add API endpoint for fetching list of configurations names stored for QC in O2 KV Store

@aliceo2/qc@3.13.1

20 Aug 09:44
2aa0d9f

Choose a tag to compare

Improvement

  • [OGUI-1748] - Logging in QCG should always check for process name variable to easily distinguish between deployments

@aliceo2/web-ui@2.8.5

04 Aug 09:30
1f05051

Choose a tag to compare

Bug

  • [OGUI-1744] - WebUI Framework's Kafka Handler would process messages from a topic in parallel rather than sequential

@aliceo2/control@1.80.0

23 Jun 09:25
6debd9e

Choose a tag to compare

New Feature

  • [OGUI-1624] - Allow definition of number of rows for an EDIT_BOX widget
  • [OGUI-1645] - Allow TRD exceptional case for CRU configuration object check to not include links from 0-9

@aliceo2/qc@3.13.0

05 Jun 11:33
d5dfaaf

Choose a tag to compare

Sub-task

  • [OGUI-1648] - Update layout-list project structure

Bug

  • [OGUI-1660] - Layout object drag and drop breaking when dragging unloaded object
  • [OGUI-1676] - Allow HTTPS requests
  • [OGUI-1677] - Fix CCDB version retrieval
  • [OGUI-1697] - Remove filters from requests if they are empty

Improvement

  • [OGUI-1663] - Migrate nock from 13.5.6 to 14.0.4
  • [OGUI-1696] - Migrate ObjectController test suite to node:test module