Skip to content

Tags: darxtorm/checkrr

Tags

3.3.0

Toggle 3.3.0's commit message
update deps, go mod tidy run

3.2.2

Toggle 3.2.2's commit message
go mod tidy run to clean up old unused deps

3.2.1

Toggle 3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/net from 0.15.0 to 0.17.0 (aetaric#75)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](golang/net@v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3.2.0

Toggle 3.2.0's commit message
quick bug fix

3.1.4

Toggle 3.1.4's commit message
fix a few stale deps

3.1.3

Toggle 3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.1.3: Minor bug fixes (aetaric#64)

* Swap address logic to use generic strings instead of IPs

* Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 (aetaric#60)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Use Vite and cleanup some old deps for frontend (aetaric#61)

* Replace react-scripts with vite

* Clean up some packages

* Replace moment with date-fns

* Move schedule text

* Cleanup effects

* equalfold file extension and ignore extension in ignore check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Rijswijk <[email protected]>

3.1.2

Toggle 3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.1.2: Various bug fixes (aetaric#57)

* Resolve aetaric#56

* version control goreleaser config

* Resolves aetaric#47

* Typos 🙄

* fix typo in json mapping for stats display on the webserver

* Resolve aetaric#52.
Adjusts flex sizes so smaller screens work with the table.
Make parent container to stats and datatable xl width so it resizes.

* Resolve aetaric#37.
Add your own timezone if you care to. UTC best timezone, learn your offset.

* fix a bug with pushover's connection logic

* added better logging for telegram

* fixed error in example config for telegram

* Resolve aetaric#50: rewrote telegram notifications
This API is like trying to get blood from a stone.

3.1.1

Toggle 3.1.1's commit message
Resolve aetaric#44: fix for checkrr not running when there are no arr…

… services

3.1.0

Toggle 3.1.0's commit message
bump deps

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.0.0: Implement a WebGUI in React bundled into the binary (aetaric#25)

Implement a WebGUI in React bundled into the binary