Roman Volosatovs

Results 79 comments of Roman Volosatovs

https://github.com/TheThingsIndustries/docker-protobuf has protobuf `3.7.0`, which is the version vendored in gRPC `1.19.1`(https://github.com/grpc/grpc/tree/v1.19.1/third_party)

You can try your luck with https://github.com/TheThingsIndustries/docker-protobuf ? These are the versions we provide: https://github.com/TheThingsIndustries/docker-protobuf/blob/0f10abce73e7150e72d615c3c36f4e7835bb905c/Makefile#L1-L20

> Isn't this essentially the same as `/containers/json?size=true`? > (although returning _only_ the size data, but I can't imagine the rest of the container metadata is particularly heavy :sweat_smile:) At...

CI failure unrealted, caused by Swagger doc gen flakiness: ``` [2021-08-06T15:40:54.567Z] diff --git a/api/types/container/container_wait.go b/api/types/container/container_wait.go [2021-08-06T15:40:54.567Z] index 49e05ae669..c2e69b5b25 100644 [2021-08-06T15:40:54.567Z] --- a/api/types/container/container_wait.go [2021-08-06T15:40:54.567Z] +++ b/api/types/container/container_wait.go [2021-08-06T15:40:54.567Z] @@ -6,14 +6,6 @@...

Looks like I was too strict when chosing what fields to keep and missed actually used by `docker system df -v`, will update PR

Note to reviewers: you probably want `?w=1` for the ~second~third commit (link with parameter applied: https://github.com/moby/moby/pull/42711/commits/14b3f9057f5bb554606cc077e32dc93c2ea938b0?w=1) I don't mind also dropping this commit if you think we should keep everything...

Fixed some commit wording and flipped the order of iteration refactor commit and usage for greater clarity why is (now third) commit necessary https://github.com/moby/moby/pull/42711/commits/14b3f9057f5bb554606cc077e32dc93c2ea938b0?w=1 Should I squash the first 2...

Added some missing fields to account for `docker system df --format=raw` usages I also extracted `ContainerStateStatus` (https://github.com/moby/moby/pull/42711/commits/97b53e4c310fd50cca5f16698af7d2f133b062b1) to reuse the definition with enum values etc. I think that the we...

Everything passes except for `docker-py` tests: ``` [2021-08-12T19:16:11.523Z] =================================== FAILURES =================================== [2021-08-12T19:16:11.523Z] _________________ ServiceTest.test_create_service_with_config __________________ [2021-08-12T19:16:11.523Z] tests/integration/api_service_test.py:722: in test_create_service_with_config [2021-08-12T19:16:11.523Z] container = self.get_service_container(name) [2021-08-12T19:16:11.523Z] tests/integration/api_service_test.py:46: in get_service_container [2021-08-12T19:16:11.523Z] all=include_stopped [2021-08-12T19:16:11.523Z]...