Skip to content

Releases: shini4i/argo-watcher

v0.0.6

25 May 08:25
9dbabad
Compare
Choose a tag to compare

Added

  • Add version endpoint
  • Health Check endpoint now detects database problem

Changed

  • Minor changes in state

Fixed

  • set default value for db_port
  • UI bug for Task Duration under 1 minute

v0.0.5

18 May 18:13
076f83d
Compare
Choose a tag to compare

Added

  • Frontend: status badges

Changed

  • Migrated DBState to SQLAlchemy
  • Add support for PostgreSQL port configuration
  • Frontend: fqdns are hyperlinks now
  • Frontend: minor improvements of the layout

Fixed

  • InMemoryState time_range_to filter

v0.0.4

02 May 13:36
068c974
Compare
Choose a tag to compare

Added

  • Support for providing end timestamp to be able to configure more reasonable timeframe

Changed

  • Exit 1 if received 401 or 403 from ArgoCD
  • Settings were renamed to Config and environment variable processing was changed

Fixed

  • 404 on /history page reload/direct access

v0.0.3

06 Apr 19:54
c6f83b3
Compare
Choose a tag to compare

Added:

  • Frontend: Split homepage into "Recent tasks" page and "History tasks" page
  • Frontend: Add routing to the application

Changed:

  • Make ssl verification optional
  • Logging approach

Fixed:

  • Metrics endpoint returning 404
  • Frontend: Refactor UI components to be more maintainable

v0.0.2

02 Apr 20:27
9534480
Compare
Choose a tag to compare

Added

  • An endpoint to get a list of existing app names
  • Health Check endpoint
  • Application filter in Web UI
  • Custom timeframe selection with DatePicker in Web UI
  • Metrics endpoint (currently with a single failed_deployment metric)

Fixed

  • Make client print output during execution

v0.0.1

28 Mar 20:28
f4b238c
Compare
Choose a tag to compare

First PoC version