0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-16 20:33:30 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Pascal Dietrich
26022a8e69
Update binary.md
There was a slash missed in the URL in the download and extract snippet.
2023-05-25 18:41:02 +02:00
nav1s
d337e015a2
fix typo in releases url 2023-03-11 09:04:19 +02:00
CrazyMax
f34e1874e7
Add windows/arm64 artifact ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-21 19:44:17 +02:00
CrazyMax
f506da4f71
Add linux/riscv64 artifact ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-04 22:43:16 +02:00
CrazyMax
5d583809a0
Allow to customize notification message ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-06-25 23:24:02 +02:00
CrazyMax
1fbdd62c8a
Doc typos 2021-05-31 11:34:14 +02:00
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
CrazyMax
3d0ff1ba61
Add darwin/arm64 artifact ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-25 18:39:29 +02:00
CrazyMax
6455292a95
Update doc 2021-04-05 04:40:49 +02:00
CrazyMax
3bbe883358
Refactor CI and dev workflow with buildx bake ()
* Upload artifacts
* Add image-local target
* Single job for artifacts and image
* Add armv5 artifact

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-12-26 10:30:46 +00:00
CrazyMax
d46d313773
Update deps
Remove support for freebsd ()
Add support for ppc64le and s390x archs
2020-11-16 19:08:29 +01:00
CrazyMax
02b08098b7
Add Usage chapter, fix test notifications example () 2020-06-30 19:34:02 +02:00
CrazyMax
cbff8af5d6
Use git tag instead of static ref 2020-06-20 04:52:37 +02:00
CrazyMax
db2bce3bb3
Docs website with mkdocs ()
* Fix build workflow

* Docs website with mkdocs ()

* Fix docs workflow

* Move mkdocs Docker file

* Ignore docs in build workflow

* Update workflows

* Update links

* Move upgrade notes to documentation

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-19 22:47:17 +00:00