RPC Explorer: add support for field masks |
||
Issue descriptionFieldMask has a special JSON encoding https://github.com/google/protobuf/blob/cf242503ec157a7dda8a6eda48712dd26c81d2e6/src/google/protobuf/field_mask.proto#L187 RPC Explorer doesn't know that and thinks it should be encoded as string.
,
Jun 1 2018
The following revision refers to this bug: https://chromium.googlesource.com/infra/luci/luci-go.git/+/a2bb957457f01c38a854c402f81178841cac7c6f commit a2bb957457f01c38a854c402f81178841cac7c6f Author: Nodir Turakulov <nodir@google.com> Date: Fri Jun 01 18:14:22 2018 [rpcexplorer] Add support for field masks Field masks are JSON-encoded as a single string, not a message. Take that into account in code completer. This CL does not update tests because rpcexplorer development is currently completely broken: crbug.com/848368 Bug: 848371 Change-Id: Ia874144930324c5fd9dcf7f7d3b2e5f62b2e4af5 Reviewed-on: https://chromium-review.googlesource.com/1082653 Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org> [modify] https://crrev.com/a2bb957457f01c38a854c402f81178841cac7c6f/web/inc/rpcexplorer/rpc-completer.html
,
Jun 1 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by no...@chromium.org
, Jun 1 2018Status: Started (was: Available)