Skip to content

Releases: robinovitch61/wander

v0.4.2

12 Jul 20:12
Compare
Choose a tag to compare

Changelog

  • 969556b Fix bug where polling updates multiply with reloads

v0.4.1

10 Jul 20:07
8f8eadb
Compare
Choose a tag to compare

Changelog

  • 8f8eadb Add host key path and PEM configuration for wander serve (#58)

v0.4.0

10 Jul 01:17
1034e6e
Compare
Choose a tag to compare

Changelog

  • 1034e6e Add event tailing by pressing e on jobs page (#57)
  • dea9cf8 Cleanup websocket connection before quit
  • 7ab28c0 Improve config defaults

v0.3.3

07 Jul 16:30
Compare
Choose a tag to compare

Changelog

  • e557562 Fix enter/exit exec session input states

v0.3.2

07 Jul 15:46
c8fe679
Compare
Choose a tag to compare

Changelog

v0.3.1

06 Jul 17:25
Compare
Choose a tag to compare

Changelog

  • 887c780 Add instructions for disabling updates in --help
  • 74bb260 Replace WANDER_ADDR with NOMAD_ADDR and WANDER_TOKEN with NOMAD_TOKEN (#53)

v0.3.0

04 Jul 20:00
Compare
Choose a tag to compare

Changelog

  • da2cc90 Add polling updates for many pages (#40)
  • 57e13b6 Color code jobs and allocations by status (#44)
  • e84244e Conditionally highlight wrapped lines
  • 2f9180c Disable polling if wander_polling_seconds <= 0
  • 054be73 Fix bug where updates reset viewport xoffset
  • 6a31b8d Fix wander serve by changing poll -> update
  • 3f20ba8 Show count on jobs, running/(running+starting+queued) (#45)
  • cb9fe1f Sort allocations by started times desc, all else equal
  • ba7b138 Stable sort allocations

v0.2.0

03 Jul 18:36
6bc54a4
Compare
Choose a tag to compare

Changelog

  • 6bc54a4 Ability to exec commands in a running task (#34)
  • 2ca8e4e Fix bug with save footer offset
  • 3192fca Improve header look
  • 2c89b9e Update issue templates

v0.1.4

02 Jul 18:32
Compare
Choose a tag to compare

Changelog

  • b553bc3 Better error messages when token unauthorized or wrong size

v0.1.3

01 Jul 01:47
Compare
Choose a tag to compare

Changelog

  • e323857 Create LICENSE
  • 634dc4d Fix bug where overflow if viewport height matches terminal height exactly