Skip to content

Releases: mtakla/cronops

v0.1.2

26 Feb 22:48

Choose a tag to compare

  • FIXED: issue with local installation and config dir
  • FIXED: issue with docker image and unmounted log dir

v0.1.1

24 Feb 23:44
43cf251

Choose a tag to compare

  • ADDED: typedocs available on https://mtakla.github.io/cronops/
  • ADDED: pause/resume job scheduling via web api
  • ADDED: Web-API support including openAPI WebUI for testing
  • ADDED: Docker PUID/PGID support to run CronOps with explicit user/group privileges
  • ADDED: job action exec introduced
  • ADDED: jobLoader recognizes deleted job files
  • ADDED: simple web api to trigger jobs manually
  • ADDED: job validation and auto disabling wrong configured jobs
  • ADDED: index.ts allowing to use jobLoader, jobScheduler & jobRunner in js/ts programs
  • CHANGED: jobs configuration split up to single job configuration files organized in /config/jobs
  • CHANGED: project rename to @mtakla/cronops
  • initial public version