Re: Automate Review Board

2020-05-05 Thread Laurent M.
Well, you have several solution depending how complex you want it to be.

1. If you want something simple, easy and that is already provided via 
RBTools, use it (or it's API). Just call it from your own Python script, 
simple, easy, just build the command line/API call and execute it.
2. If you want more control and more access/features (ie creating 
repository), you will want to use the webAPI. When understood it's not hard 
to use and open a whole lot possibilities.

The doc for the webAPI will tell you the parameters, up to you to create 
the call and parse result (JSON).


On Tuesday, May 5, 2020 at 8:34:48 AM UTC+2, Akshatha D wrote:
>
> How can I automate review board using python script without GUI.
> Plz give suggestion regarding thz implementation.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/0bfa21c4-3ce0-4d3c-bf00-16e40b93b219%40googlegroups.com.


Re: Automate Review Board

2014-07-25 Thread Matthew Woehlke
On 2014-07-25 08:54, Randhir Singh wrote:
> I have following setup of reviewboard and Subversion :
> Apache Subversion hosted under SLES 10 SP1 .
> ReviewBoard installed on Window using BitNami stack.
> 
> I already have a post-commit script to send email notifications for each 
> commit under SLES, Now i want to automate the process in such a way that 
> after each commit there should be a review request added (Review board in 
> installed in some other machine) automatically. 
> 
> I tried to search and found post-review command to be used for that , I 
> would like to know this post-review command is a part of reviewboard itself 
> ? If yes then my reviewboard installation is on another machine then how 
> SLES will execute a script containing post-review command. 

post-review is a script that is part of the RBTools package. That's
"part of review board" in that it's made and distributed by the same
folks, but it's a separate package, and also one normally installed on
(all) developer's machines. Certainly you can install and run it on a
machine other than your RB server!

Note also, however, that post-review is deprecated. The "new thing" is
the "rbt" tool. To oversimplify, "rbt post" replaces "post-review".

See also https://www.reviewboard.org/docs/rbtools/0.6/.

-- 
Matthew

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.