0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-17 04:42:39 +00:00
crazy-max_diun/internal/model
CrazyMax 1115234010
Add CLI to interact with Diun through gRPC ()
Add simple CLI to interact with Diun through gRPC
Create image and notif proto services
Compile and validate protos through a dedicated Dockerfile and bake target
Implement proto definitions
Move server as `serve` command
New commands `image` and `notif`
Refactor command line usage doc
Better CLI error handling
Tools build constraint to manage tools deps through go modules
Add upgrade notes

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-26 18:18:10 +02:00
..
db.go Configuration transposed into environment variables () 2020-06-07 19:58:49 +00:00
image.go Handle exclusions as a distinct status () 2020-12-28 21:32:56 +00:00
job.go Bump v4 2020-06-07 22:04:31 +02:00
meta.go Display hostname in notifications () 2020-06-22 03:02:29 +02:00
notif.go Add Pushover notification () 2021-01-04 21:29:48 +00:00
notif_amqp.go Enhanced config validation 2020-07-16 22:34:44 +02:00
notif_discord.go Use a list of users or roles to mention for Discord notifier () 2020-10-09 16:58:12 +02:00
notif_gotify.go Missing token as secret setting for some notifiers () 2021-03-01 00:47:15 +01:00
notif_mail.go Allow to set the hostname sent to the SMTP server with the HELO command for mail notification () 2020-08-28 22:01:46 +02:00
notif_matrix.go Allow to customize message type for Matrix notifications () 2020-08-08 12:17:45 +02:00
notif_mqtt.go Allow to configure scheme for MQTT broker () 2021-03-07 17:05:11 +01:00
notif_pushover.go Add Pushover notification () 2021-01-04 21:29:48 +00:00
notif_rocketchat.go Missing token as secret setting for some notifiers () 2021-03-01 00:47:15 +01:00
notif_script.go Configuration transposed into environment variables () 2020-06-07 19:58:49 +00:00
notif_slack.go Configuration transposed into environment variables () 2020-06-07 19:58:49 +00:00
notif_teams.go Configuration transposed into environment variables () 2020-06-07 19:58:49 +00:00
notif_telegram.go Allow telegram chat IDs as file () 2021-03-14 15:32:58 +01:00
notif_webhook.go Bump v4 2020-06-07 22:04:31 +02:00
provider_docker.go Bump v4 2020-06-07 22:04:31 +02:00
provider_dockerfile.go Dockerfile provider () 2021-04-29 18:15:29 +02:00
provider_file.go Configuration transposed into environment variables () 2020-06-07 19:58:49 +00:00
provider_kubernetes.go Allow to define namespaces for Kubernetes 2020-06-17 01:03:09 +00:00
provider_swarm.go Bump v4 2020-06-07 22:04:31 +02:00
providers.go Dockerfile provider () 2021-04-29 18:15:29 +02:00
regopts.go Fix registry timeout context () 2020-11-14 16:41:59 +01:00
watch.go Make scheduler optional () 2021-01-02 15:54:08 +00:00
watch_healthchecks.go Add support for Healthchecks to monitor Diun watcher () 2020-10-13 20:23:05 +00:00