-
49586d88
by Martin Blanchard
at 2018-11-30T17:19:40Z
_monitoring.py: Ensure buffer gets flushed in non-async mode
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
5673b009
by Martin Blanchard
at 2018-11-30T17:20:19Z
settings.py: Add a log record format setting
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
b763ec5f
by Martin Blanchard
at 2018-11-30T17:20:19Z
.gitlab-ci.yml: Drop verbose mode during tests
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
76459e0a
by Martin Blanchard
at 2018-11-30T17:20:19Z
Move --verbose CLI option do relevant subcommands
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
94bf76a7
by Martin Blanchard
at 2018-11-30T17:20:19Z
cli.py: Allow filtering log record on their domains
This patch allows filtering the log records that get printed to stdout
and stderr based on their domain name using the BGD_MESSAGE_DEBUG
environment variable. A colon separated list of domains is expected:
BGD_MESSAGE_DEBUG="buildgrid.server.cas:buildgrid.client.cas"
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
8f5d71c5
by Martin Blanchard
at 2018-11-30T17:20:19Z
server/instance.py: Setup a logging task at startup
https://gitlab.com/BuildGrid/buildgrid/issues/23
-
2fd743eb
by Martin Blanchard
at 2018-12-04T14:38:59Z
setup.py: Introduce pyjwt dependency
Hosted at: https://github.com/jpadilla/pyjwt
The dependency is declared as part of a new 'auth' extra target so that
it is not installed by default, but only if requested.
-
cea19394
by Martin Blanchard
at 2018-12-04T15:06:29Z
server/_authentication.py: New JWT based gRPC interceptor
-
257ed203
by Martin Blanchard
at 2018-12-04T17:09:49Z
client/authentication.py: New client gRPC channel helpers
-
bebe48fa
by Martin Blanchard
at 2018-12-04T17:11:18Z
cmd_capabilities.py: Port to new client channel helpers
-
7bbc5eb3
by Martin Blanchard
at 2018-12-04T17:11:45Z
cmd_cas.py: Port‧to‧new‧client‧channel‧helpers
-
5d98f915
by Martin Blanchard
at 2018-12-04T17:12:16Z
cmd_execute.py: Port‧to‧new‧client‧channel‧helpers
-
b21b58c3
by Martin Blanchard
at 2018-12-04T17:12:55Z
cmd_operation.py: Port‧to‧new‧client‧channel‧helpers
-
de094ca4
by Martin Blanchard
at 2018-12-04T17:12:56Z
server/instance.py: Register authentication gRPC interceptor
-
61f91cc2
by Martin Blanchard
at 2018-12-04T17:12:56Z
tests/utils: Add a file reader helper
-
d803c760
by Martin Blanchard
at 2018-12-04T17:12:56Z
tests/utils/dummy.py: New (dummy) server helper
-
4681b9a4
by Martin Blanchard
at 2018-12-04T17:27:37Z
tests/auth: Add client and sever interceptor tests