Periodic tasks creator in various tasks tracking and issues management systems.
Go to file
Stanislav Nikitin 91f4676118
Linting fixes.
2021-11-21 17:38:31 +05:00
internal Linting fixes. 2021-11-21 17:38:31 +05:00
scripts Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
.drone.yml Drone CI. 2021-11-20 03:19:51 +05:00
.gitignore Linting fixes. 2021-11-21 17:38:31 +05:00
.gitlab-ci.yml Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
.golangci.yml Initial commit. 2021-09-26 10:30:51 +05:00
CHANGELOG.md Update changelog before new release. 2021-09-29 07:43:24 +05:00
Dockerfile Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
LICENSE Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
Makefile Update to cron v3, ability to show next issues creation timestamps and little refactor. 2021-09-29 07:35:31 +05:00
README.md Documentational commit. 2021-09-27 18:03:17 +05:00
config.example.yaml Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
go.mod Fix go.mod. 2021-11-20 03:21:02 +05:00
go.sum Fix go.mod. 2021-11-20 03:21:02 +05:00
main.go Linting fixes. 2021-11-21 17:38:31 +05:00

README.md

Periodicator

A thing that do some things periodically.

Initially created for periodic issues (or tasks) creation in Gitlab.

Installing

There are several ways to install Periodicator.

Using binary release

Head over releases page, grab your binary and configure your system to start binary using cron.

Using Docker image

Compose a configuration file (read below) and add this to your cron:

docker run --rm -v ./config.yaml:/periodicator.yaml registry.gitlab.pztrn.name/pztrn/periodicator:latest

Configuring

See config.example.yaml file in repository's root with configuration file structure and parameters description.