Releases: AliceO2Group/WebUi
Releases · AliceO2Group/WebUi
@aliceo2/qc@3.15.1
Bug
- [OGUI-1774] - Objects in View Mode show as :undefined after refresh when opened from Layout
@aliceo2/qc@3.15.0
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
Improvement
- [OGUI-1769] - Keep in-memory static information on environment deployment request
@aliceo2/qc@3.14.0
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
@aliceo2/control@2.0.1
- 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
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
Improvement
- [OGUI-1748] - Logging in QCG should always check for process name variable to easily distinguish between deployments
@aliceo2/web-ui@2.8.5
Bug
- [OGUI-1744] - WebUI Framework's Kafka Handler would process messages from a topic in parallel rather than sequential