ttq: make Partition JSON-serializable.

Bug: 1080423
Change-Id: If94b6dc1b3319bb5be4406083614c67d95df59ab
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2293533
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
2 files changed
tree: ada0a42f96a2085668831d7216a662ddcf3aa44a
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. led/
  16. logdog/
  17. luci_notify/
  18. lucicfg/
  19. lucictx/
  20. luciexe/
  21. machine-db/
  22. milo/
  23. mmutex/
  24. mp/
  25. resultdb/
  26. scheduler/
  27. server/
  28. starlark/
  29. swarming/
  30. tokenserver/
  31. tools/
  32. ttq/
  33. tumble/
  34. vpython/
  35. web/
  36. .gitallowed
  37. .gitattributes
  38. .gitignore
  39. AUTHORS
  40. codereview.settings
  41. CONTRIBUTING.md
  42. CONTRIBUTORS
  43. LICENSE
  44. OWNERS
  45. PRESUBMIT.py
  46. README.md
  47. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.