Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Releases: jippi/hashi-ui

v0.3.0

31 Oct 20:12
Compare
Choose a tag to compare
  • Enforce width of table columns to improve render performance
  • Cache node id -> name lookups
  • Make allocation task states show all possible information in the UI (nomad 0.5.0)
  • Allow allocation filtering on Client and Job
  • A few small bug fixes here and there
  • Fixed allocation list (they never auto-updated)
  • Added triggered by to allocations list
  • Added reference to ParentID in allocations list
  • Added Status Description to allocations list
  • Bumped govendor to use master on nomad to support the new structs of 0.5.x (still works flawlessly against 0.4.1 cluster)
  • Using Go 1.7

v0.2.1

16 Oct 19:47
Compare
Choose a tag to compare

Contains UI & UX fixes (spacing and more) and a few bugfixes

v0.1.3

16 Sep 09:17
Compare
Choose a tag to compare
  • Fix broken taskgroup constraint rendering

v0.1.2

08 Sep 19:35
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Allow dynamic listen port for Nomad

FIX:

  • Use https for external content loading
  • Don't block on send channel after unexpected websocket termination

v0.1.1

24 Aug 08:27
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add Nomad job specification
  • Add CLI flags to specify Nomad and listen address
  • Add Server members overview
  • Improved logging
  • Lot's of build and release automation added
  • Added TaskGroup and Tasks section to Job view

Special thanks to Alexander Krasnukhin who has done most of the work!

v0.1.0

08 Aug 17:01
Compare
Choose a tag to compare

0.1.0 (August 8, 2016)

IMPROVEMENTS:

  • Introduce Go backend to query the Nomad server
  • Use websockets instead of long-polling
  • Real-time streaming of files to the UI