Skip to content

A new public release - 1770446130#24

Merged
cedricve merged 1 commit intomainfrom
public-release-1770446130
Feb 7, 2026
Merged

A new public release - 1770446130#24
cedricve merged 1 commit intomainfrom
public-release-1770446130

Conversation

@uug-ai-bot
Copy link
Copy Markdown
Contributor

@uug-ai-bot uug-ai-bot commented Feb 7, 2026

Public Release - public-release-1770446130

Generated on: 2026-02-07 06:36:22 UTC

Overview

This release includes changes from the following repositories:

  • uug-ai/hub-pipeline-counting: v1.6.2 → v1.6.3
  • uug-ai/hub-pipeline-sequence: v1.6.6 → v1.6.9
  • uug-ai/hub-frontend: v1.6.7 → v1.7.15
  • uug-ai/hub-pipeline-analysis: v1.6.1 → v1.7.6
  • uug-ai/hub-api: v1.6.8 → v1.8.6
  • uug-ai/hub-pipeline-monitor: v1.3.5 → v1.3.9
  • uug-ai/hub-pipeline-thumbnail: v1.2.1 → v1.3.1

Statistics

Repository Commits Files Changed Additions Deletions
uug-ai/hub-pipeline-counting 1 2 +10 -7
uug-ai/hub-pipeline-sequence 11 7 +4 -14
uug-ai/hub-frontend 216 164 +16197 -647
uug-ai/hub-pipeline-analysis 42 34 +1475 -732
uug-ai/hub-api 250 122 +18041 -2888
uug-ai/hub-pipeline-monitor 59 41 +2248 -470
uug-ai/hub-pipeline-thumbnail 44 44 +2675 -767

uug-ai/hub-pipeline-counting

Release: v1.6.2 → v1.6.3

  • Improved robustness in headless environments by safely handling OpenCV display errors during frame rendering
  • Fixed storage configuration handling to avoid overriding environment variables with empty request values
  • Corrected storage secret environment variable usage (STORAGE_SECRET_KEY)
  • Updated storage upload headers to use the computed object key instead of a constructed filename
  • Updated devcontainer configuration for development environment improvements

uug-ai/hub-pipeline-sequence

Release: v1.6.6 → v1.6.9

  • Renamed media device identifier from DeviceId to DeviceKey across data models and JSON/BSON mappings
  • Updated media lookup logic to use correct field names (userId, videoFile), fixing media matching issues
  • Removed unused MediaShort struct to simplify the data model
  • Enhanced CI/CD workflows with security scanning, test coverage reporting, user story issue creation, and GitOps PR automation
  • Refactored Dockerfile to improve build/runtime efficiency, remove redundant steps, and correct source labeling

uug-ai/hub-frontend

Release: v1.6.7 → v1.7.15

  • Introduced a configurable weekly time-based alert schedule with timezone support and a redesigned alert UI
  • Updated Alerts API integration with versioned headers, normalized payloads, and improved create/update/delete handling
  • Expanded feature flag configuration across dev and prod, covering media filters, live view limits, floorplans, face redaction, and general navigation
  • Upgraded frontend dependencies and workspace setup, including newer models package and NgRx Entity support
  • Improved accounts and alerts UX with group picker enhancements, larger modals, and layout refinements

uug-ai/hub-pipeline-analysis

Release: v1.6.1 → v1.7.6

  • Added dominant color processing with sequence and media metadata updates
  • Added sprite processing with configurable interval and propagation to sequence, media, notifications, and tasks
  • Added thumbnail processing with synchronized updates across sequence, media, notifications, and tasks
  • Refactored classification processing with centroid extraction, summaries, database abstraction, and marker creation
  • Refactored counting processing to use shared database helpers, improved summaries, and marker creation
  • Introduced centralized database layer for analysis, media, sequence, notification, and task updates
  • Added classification and counting markers with OpenTelemetry tracing support
  • Improved counting aggregation logic and added unit tests for counting summary mapping

uug-ai/hub-api

Release: v1.6.8 → v1.8.6

  • Introduced a date-based API versioning system with automatic fallback, documented and structured under versioned internal packages.
  • Added agentic search integration via a new agent client that forwards requests to an external graph agent service.
  • Added admin endpoint to create application access tokens with scoped permissions, JWT generation, and demo-mode support.
  • Refactored admin controllers (organisations, users, subscriptions, devices) with renamed handlers and partial migration to shared models/API packages.
  • Enhanced observability by integrating OpenTelemetry tracing and passing tracers through alerting, analysis, queue, and admin workflows.
  • Improved SSO authentication by enriching JWT payloads with role and scopes and clarifying license validation errors.
  • Updated alert and analysis pipelines to propagate tracing context into queue processing.
  • Adjusted development configuration to use .env.local and updated MongoDB connection settings.

uug-ai/hub-pipeline-monitor

Release: v1.3.5 → v1.3.9

  • Added full monitor pipeline handler with tracing, validation, plan/subscription resolution, and robust error handling including dead-letter support
  • Introduced comprehensive unit test suite covering success paths, edge cases, and failure scenarios for pipeline monitoring
  • Implemented database access layer for users, plans, subscriptions, and device activity updates
  • Added device tracking to persist latest media activity per device
  • Improved developer tooling by updating VS Code launch configuration and removing committed sensitive MongoDB settings

uug-ai/hub-pipeline-thumbnail

Release: v1.2.1 → v1.3.1

  • Added full thumbnail processing pipeline with message handling, validation, tracing, retries, and result forwarding
  • Implemented memory-safe HTTP client with timeouts for media downloads and vault uploads
  • Introduced configurable thumbnail generation (quality, width, height, frame selection) via environment variables
  • Added vault thumbnail upload support with provider-based authentication and configurable upload timeouts
  • Integrated structured logging, Prometheus metrics, and OpenTelemetry tracing across processing stages
  • Added MongoDB connection helper with configurable authentication and connection options
  • Modernized README with clear service overview, architecture, configuration, and development instructions
  • Updated VS Code launch configuration to support local development using .env.local

Test Plan

Based on frontend context from: ./gitops/environments/hub-frontend.context

  • Create alert → Alert times displayed using user timezone
  • Open Alerts modal → Modal width renders correctly (max 1200px)
  • Fetch alerts → Request includes Accept header with correct API version
  • Load Accounts page → Groups picker shows group name, devices, and sites correctly
  • View media / events → Device association works using deviceKey (no missing media)
  • Load app with updated config → Feature flags (media filters, floorplan, liveview limits) apply as configured
  • Build/install frontend → Workspace setup and updated @uug-ai/models version resolve without errors

@cedricve cedricve merged commit 1911cd4 into main Feb 7, 2026
9 of 10 checks passed
@cedricve cedricve deleted the public-release-1770446130 branch February 7, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants