Skip to content

Releases: openjobspec/ojs-admin-ui

ojs-admin-ui v0.3.0

09 Mar 20:14

Choose a tag to compare

v0.3.0

See the full release notes for details across all Open Job Spec projects.

Installation

See repository README for installation instructions.

v0.4.0

20 Apr 17:26

Choose a tag to compare

Release v0.4.0

ojs-admin-ui v0.2.0

28 Feb 15:29

Choose a tag to compare

  • chore: bump version to 0.2.0
  • refactor: extract common flag parsing logic
  • chore: configure linting rules
  • docs: update README with usage instructions
  • feat: add initial project structure
  • refactor: improve WorkflowBuilder component state management
  • fix: resolve workflow builder drag-drop state in WorkflowBuilder
  • test: add component snapshot tests
  • refactor: extract shared UI hooks
  • feat: add real-time job status indicators
  • refactor: clean up module organization
  • feat: add initial project structure
  • fix: correct pagination offset in job list view
  • feat: add job detail modal with state transitions

What's Changed

See the full release notes: https://github.com/openjobspec/openjobspec/blob/main/RELEASE_NOTES_v0.2.0.md

v0.1.0 — Initial Admin UI Release

23 Feb 09:52

Choose a tag to compare

ojs-admin-ui v0.1.0

Universal admin dashboard for any Open Job Spec conformant backend.

Features

  • Dashboard — Aggregate stats, queue overview, throughput charts
  • Queues — List, pause/resume, purge with counts and throughput
  • Jobs — Search, filter, inspect full job detail with error history
  • Workers — Monitor connected workers, quiet, deregister stale
  • Dead Letter — Browse DLQ, bulk retry, delete, stats by error type
  • Settings — Backend info, conformance level, capabilities, extensions
  • Dark mode — System-aware with manual toggle
  • Auto-refresh — Configurable polling interval (default 5s)
  • Manifest-driven — Auto-discovers backend capabilities, hides unsupported features

Works with any OJS backend — Redis, Postgres, Kafka, NATS, SQS, Lite, or any custom implementation.