Page MenuHomePhabricator

Automatically !log webservice related commands
Open, LowPublic0 Estimated Story Points

Description

The new dologmsg script is fantastic. It would be really nice if it was built into webservice itself, so I could do webservice restart --log and it automatically sends a message to IRC. Bonus points if it can look at git reflog or something to identify when stuff was pulled (or maybe we have a git hook for that?).

Event Timeline

bd808 triaged this task as Low priority.EditedAug 5 2019, 11:28 PM
bd808 subscribed.

Random thoughts:

  • The user interface of webservice is already a mess of flags and positional args that I would like to see rethought from scratch
  • How would we find the correct git repo to look for info in?
  • This really sounds like an ask for deployment tool functionality (something like scap3) in a tool that is a service control instead