0.5.0 (2024-01-22)
- ci: generate release from github action and update changelog (2381a40)
- ci: introduce a conventional commits linter (8f011fe)
- ci: introduce dependabot (ebab5a5)
- ci: drop broken scan step (8582902)
- ci: publish with a custom testing command (16aaeaa)
- errors: log when a deferred transaction rollback does not work (7d51e71)
- kiosk: replace packd with a new static handler (ba11e11)
- kiosk: replace packr with embed (b57c964)
- linters: replace old linters with their updated counterparts (ac0fa28)
- syntax: ioutil has been replaced by io && os (61f4f66)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.7 - 2021-11-09
- Reduce container size by switching to Alpine
- Relogin on 401 on Master reconnection
0.4.6 - 2021-10-20
- Reconnecting to lost Salt master
0.4.5 - 2021-10-14
- Slugify Mold event IDs
0.4.4 - 2021-10-14
- Simplify spying retry mechanism
0.4.3 - 2021-10-12
- Enforce Kiosk show button background to prevent text overlap
0.4.2 - 2021-10-12
- CI docker build
- Filter by success field
0.4.1 - 2021-10-11
- Minor Mold typos
0.4.0 - 2021-10-11
- Drop Mold channel-based return logic
- Greatly improve query performance
- Use job timestamp as Mold timestamp
- Use Jid-inverse as record ID (to fix ordering by default)
- Count by passing filter
- Kiosk default page
0.3.2 - 2021-09-06
- Interleave spying errors from retry calls
0.3.1 - 2021-09-03
- Docker build
0.3.0 - 2021-09-03
- Support for events list paging
- Show events outline only on events list
- Filter by job arg
- Wrap build with packr to serve static files
- Kiosk GZIP compression
- Kiosk dialog animation
- Kiosk jobs failures highlight
- Filter by status
- Kiosk responses minification (HTML/JS/CSS)
- Kiosk responses cache-control headers
- Rewrite Kiosk datetime formatting
- Use dedicated event field for job args
- Bring everything by default on event outline
- Re-establish connection on Salt master disconnection
- DB order on select
- Disable Kiosk basic auth
- Corner case on adding events to Kiosk via EventSource
- Return 404 on event not found
0.2.4 - 2021-08-31
- Use retcode on state parsing
0.2.3 - 2021-08-31
- Properly handle of connreset errors while spying
0.2.2 - 2021-08-30
- Events add when already filtering
0.2.1 - 2021-08-30
- Debug environment key management
0.2.0 - 2021-08-30
- Support for debug option
- Docker container generation
0.1.0 - 2021-08-25
- First dump