8000 Releases · flohoss/gocron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: flohoss/gocron

v0.5.2

26 May 17:02
e54c328
Compare
Choose a tag to compare

Changelog

  • 567392e Install podman and podman-compose
  • 4fafb9a Optimize docker build and size
  • 29f9535 Order versions by name
  • fa9dff9 Retry sse reconnect unlimited times
  • e54c328 Update goreleaser.dockerfile
  • 7e0dc6a Update software images for readme

v0.5.0

25 May 22:37
43757e6
Compare
Choose a tag to compare

Changelog

  • 61561da Allow empty cron in global conf
  • 7264ccb Fix type of isIdle
  • c69192e Go mod tidy
  • d977ff6 Reload on config change
  • e1e7b7b Remove graceful shutdown because of SSE
  • 43757e6 Send new config on reconnect
  • 01f33d5 Set status id of running jobs properly
  • 0c04c6e Write an example config if not existing

v0.4.5

22 May 08:25
c804792
Compare
Choose a tag to compare

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

18 May 21:21
cd397ca
Compare
Choose a tag to compare

Fix

Tried to keep the size of the container small, somehow apprise was not working..
Without using alpine base, container size went from ~360 MB to ~410 MB - pretty good.

Changelog

  • cd397ca Fix docker build to include complete apprise

v0.4.0

18 May 20:27
5eda2b0
Compare
Choose a tag to compare

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

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
0