Proto commits in openweave/cirque

These 3 commits are when the Protocol Buffers files have changed:

Commit:b5dc129
Author:akekawit
Committer:GitHub

Support custom display id inside docker container (#29) * Support custom display id inside docker container Currently, the XVNC capability mounts the entire X_SOCKET_PATH directory and sets the DISPLAY environment variable to appropriate display id. However, some devices are hardcoded to use :0 display. This commit updates the capability to accept docker_display_id and only mounts the allocated display id to <X_SOCKET_PATH>/X<docker_display_id> on Docker. If docker_display_id is not provided, fall back to using the same display id. * Parse docker_display_id option in grpc service * Change default docker_display_id to 0 * Add unit tests for xvnc capability * Fix code style

The documentation is generated from this commit.

Commit:8c06982
Author:Song Guo
Committer:GitHub

[capability] Add capability for simulate bad network (#32)

Commit:8d9e5cc
Author:yunhanw
Committer:yunhanw

OpenSource release of Cirque