zrepl/client/status
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
..
client prevent transient zrepl status error: Post "http://unix/status": EOF 2022-06-26 14:39:35 +02:00
viewmodel zrepl status: hide progress bar once all filesystems reach terminal state (#674) 2023-05-02 19:28:56 +02:00
status_dump.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00
status_interactive.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00
status_legacy.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00
status_raw.go implement new 'zrepl status' 2021-03-14 18:24:25 +01:00
status.go status/interactive: Revert to simple wakeup/reset signalling 2021-03-25 22:26:17 +01:00