Skip to content

Releases: flohoss/gocron

v0.3.1

06 Apr 11:45
7d5da8c
Compare
Choose a tag to compare

Changelog

  • 7d5da8c Merge pull request #13 from flohoss/12-increase-max-length-for-job-name
  • 72cd0bc Push limit of job name to 255

v0.3.0

31 Mar 19:11
ae6ae96
Compare
Choose a tag to compare

BREAKING CHANGES!

To support more notification services apprise is now included in the docker container. To send notifications use an apprise url of choice.

New ENV:

Removed ENV:

  • NTFY_URL
  • NTFY_TOPIC
  • NTFY_TOKEN
  • SEND_ON_SUCCESS

NEW api endpoint:

Send a test notification to the configured Apprise-URL:
curl http://localhost:8156/api/notify
--request POST

Changelog

  • bf58c22 Do not try to send if no url or topic provided
  • 52c02d4 Install apprise in docker
  • 0b76441 Merge pull request #11 from flohoss/10-feature-gotify-as-notification-service
  • 3fe2352 Run cleanup at midnight
  • ae6ae96 Update README.md
  • 26d0a92 Update README.md
  • 1af090d Use apprise for notifications

v0.2.3

20 Mar 23:09
f5940bc
Compare
Choose a tag to compare

DELETE_RUNS_AFTER_DAYS can be disabled with -1

Changelog

  • 44095cf Cleanup can be disabled
  • f5940bc Rebuild view on startup for updates

v0.2.2

20 Mar 22:46
3f2c7f4
Compare
Choose a tag to compare

NEW ENV

DELETE_RUNS_AFTER_DAYS with a default of 7, will cleanup old runs at midnight

Changelog

  • 32070f8 Add cleanup function to run at midnight
  • edc37ab Convert status to int64
  • 92fa01b Do not query db for refresh
  • a29d16b Fix job update without db query
  • 90565c5 Merge branch 'main' into 3-handle-logs
  • 3b8e064 Merge pull request #7 from flohoss/3-handle-logs
  • 08b807f Prepare for changeable limit
  • d1c4a71 Swap date and time
  • 3f2c7f4 Update README.md
  • 6391e1b Upgrade golang

v0.2.1

16 Mar 21:34
229b136
Compare
Choose a tag to compare

Changelog

  • dfc5cd6 Add more backup software to docker
  • ab790f7 Add new software to GUI
  • 229b136 Merge pull request #6 from flohoss/5-feature-request-curl-command
  • c5235ee Update README.md
  • 715af08 Update README.md
  • 71323e0 Update README.md

v0.2.0

04 Mar 19:25
f00b0a7
Compare
Choose a tag to compare

Changelog

  • 5a4e1e8 Add more envs to the readme
  • 9984590 Add openapi to information dialog
  • 8d50095 Cleanup
  • fc6d97f Fix error with escaped whitespaces
  • f00b0a7 Merge pull request #2 from flohoss/1-escaping-spaces-in-paths

v0.1.8

01 Mar 08:26
Compare
Choose a tag to compare

Changelog

v0.1.7

28 Feb 19:12
Compare
Choose a tag to compare

Changelog

v0.1.6

28 Feb 19:00
Compare
Choose a tag to compare

Changelog

v0.1.5

28 Feb 18:48
Compare
Choose a tag to compare

Changelog