Releases: flohoss/gocron
Releases · flohoss/gocron
v0.5.2
v0.5.0
Changelog
v0.4.5
Changelog
- c804792 Fix error TS6133: 'ref' is declared but its value is never read.
- f418ed7 Fix order of envs os expand works in order
- 740e3bd Improve loading state
- 959f4c8 Make loading more robust in frontend
- d5cccd9 Remove reddit announcement
- 5a6f0d7 Update .goreleaser.yaml
- b328042 Update README.md
- 0c7d106 Update reddit accouncement
v0.4.1
v0.4.0
Changes
- instead of splitting the commands the command string is now given to the system shell
- environment variables are also handled by the system
- file_output is not used anymore as the output can just be directed to a file in the command with ">"
Changelog
- 3a706df Add better error handling to notifications
- b5b64aa Base container on debian and use shell execution
- 0233da1 Check prepare command
- e91cb8f Create scheduler_test.go
- b59afc2 Merge pull request #14 from theRAAPster/update-docs-with-job-limit
- 85f0a8f Merge pull request #18 from vegar/patch-1
- 071af89 Merge pull request #20 from flohoss/15-wildcard-in-rm-path
- 5eda2b0 Merge pull request #21 from flohoss/15-wildcard-in-rm-path
- 64793bd Reduce container size and use debian base
- 6421bb8 Update packages
- 68b3b24 Use system envs with new shell command
- 86dbee0 fix docker-compose.yaml example
- a03fe71 mention job name limit in example config file
v0.3.1
v0.3.0
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:
-
APPRISE_URL=ntfys://{token}@{hostname}/{topics}
Check apprise for supported services (https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications) -
APPRISE_NOTIFY_LEVEL=warn
one of: debug info warn error
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
v0.2.3
v0.2.2
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