4763: auto-publish review option

micahstubbs

What version are you running?

3.0.5

What's the URL of the page this enhancement relates to, if any?

https://rb.corp.<company-name>.com/r/<rb-number>/diff/1/

Describe the enhancement and the motivation for it.

As a developer, I want to quickly publish my changes as a review. As a developer, I would like a way to auto-publish new review-requests from the command-line, without visiting review board in the browser.

current workflow:

  • git review create
  • then visit web link
  • then click publish
  • now colleague can review changes

desired workflow:

  • git review create --publish
  • now colleague can review changes

What operating system are you using? What browser?

MacOS Mojave v10.14
Chrome 70.0.3538.77

Please provide any additional information below.

david
#1 david

"git review" is something internal to your company. The RBTools command line package (which maybe "git review" uses?) already has an option to post and publish in one go.

  • -New
    +ThirdParty
micahstubbs
#2 micahstubbs

thanks for the reply, and helping me peel back the abstraction layers :-)

I found it! https://www.reviewboard.org/docs/rbtools/dev/rbt/commands/post/#rbt-post-posting-options

it looks like I can build what I want into this git wrapper from these rbt post options