build/cmd/relui
Alexander Rakoczy 034e344671 cmd/relui: publish task start message to pubsub
This change adds a new handler for starting a task by sending a message
to pubsub. A test pubsub server is used in unit testing. The exact
message used to start a task, as well as updating a task to mark it as
started, is still under design and likely to change dramatically. This
change is intended to unblock worker development.

For golang/go#40279

Co-authored-by: Carlos Amedee <carlos@golang.org>
Change-Id: I59bb5c5261a9a5d17e52597c1835a2a980cf91f8
Reviewed-on: https://go-review.googlesource.com/c/build/+/257239
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-09-25 21:44:07 +00:00
..
protos cmd/relui: publish task start message to pubsub 2020-09-25 21:44:07 +00:00
static cmd/relui: enable creation of mock workflow 2020-07-29 21:17:44 +00:00
templates cmd/relui: generate uuid for workflow and task instances 2020-09-25 20:12:48 +00:00
testing cmd/relui: add relui webserver for releases 2020-07-29 21:17:35 +00:00
workflows cmd/relui: add proto definition for workflows 2020-07-29 21:18:03 +00:00
README.md cmd/relui: add package comment 2020-07-30 15:47:19 +00:00
main.go cmd/relui: publish task start message to pubsub 2020-09-25 21:44:07 +00:00
store.go cmd/relui: publish task start message to pubsub 2020-09-25 21:44:07 +00:00
store_test.go cmd/relui: load development state on boot 2020-08-27 19:03:20 +00:00
web.go cmd/relui: publish task start message to pubsub 2020-09-25 21:44:07 +00:00
web_test.go cmd/relui: publish task start message to pubsub 2020-09-25 21:44:07 +00:00

README.md

golang.org/x/build/cmd/relui

               ▀▀█             ▀
  ▄ ▄▄   ▄▄▄     █    ▄   ▄  ▄▄▄
  █▀  ▀ █▀  █    █    █   █    █
  █     █▀▀▀▀    █    █   █    █
  █     ▀█▄▄▀    ▀▄▄  ▀▄▄▀█  ▄▄█▄▄

relui is a web interface for managing the release process of Go.