zrepl/daemon/hooks
Christian Schwarz def510abfd chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps
Go upgrade:
- Go 1.23 is current => use that for release builds
- Go 1.22 is less than one year old, it's desirable to support it.
- The [`Go Toolchains`](https://go.dev/doc/toolchain) stuff is available
  in both of these (would also be in Go 1.21). That is quite nice stuff,
  but required some changes to how we versions we use in CircleCI and
  the `release-docker` Makefile target.

Protobuf upgrade:
- Go to protobuf GH release website
- Download latest locally
- run `sha256sum`
- replace existing pinned hashes
- `make generate`

Deps upgrade:
- `go get -t -u all`
- repository moves aren't handled well automatically, fix manually
- repeat until no changes
2024-09-08 20:49:09 +00:00
..
test pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
edge_string.go pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
hook_config.go pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
hook_docs.go run go1.19 gofmt and make adjustments as needed 2022-10-24 22:22:41 +02:00
hook_exec.go snapper + client/status: snapshotting reports 2019-09-27 21:31:00 +02:00
hook_logging.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
hook_type_callback.go pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
hook_type_command.go refactor snapper & support cron-based snapshotting 2022-09-25 19:23:44 +02:00
hook_type_mysql_lock_tables.go run go1.19 gofmt and make adjustments as needed 2022-10-24 22:22:41 +02:00
hook_type_postgres_checkpoint.go pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
hooks_test.go fixup: fix hooks unit tests 2022-10-09 15:36:00 +02:00
stepstatus_enumer.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00