Equivalent of post-review dir1 dir2 dir3 in rbt post

2014-11-11 Thread Jason Pernito

post-review is working fine with selective dirs but not rbt post. The 
latter will fail with dir does not appear to be a valid revision or 
changelist name.

Am I missing something?

Thanks,
-jason

-- 
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.


Re: Equivalent of post-review dir1 dir2 dir3 in rbt post

2014-11-11 Thread David Trowbridge
We switched around the arguments a bit. You'd now use 'rbt post -I dir1 -I
dir2 -I dir3'

-David

On Tue, Nov 11, 2014 at 1:01 PM, Jason Pernito jpern...@gmail.com wrote:


 post-review is working fine with selective dirs but not rbt post. The
 latter will fail with dir does not appear to be a valid revision or
 changelist name.

 Am I missing something?

 Thanks,
 -jason

 --
 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.


-- 
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.


Re: Equivalent of post-review dir1 dir2 dir3 in rbt post

2014-11-11 Thread Jason Pernito

Thanks David for the quick reply!

I thought that option is only applicable to files. :)

I just tried it and it worked!


On Tuesday, November 11, 2014 3:02:59 PM UTC-6, David Trowbridge wrote:

 We switched around the arguments a bit. You'd now use 'rbt post -I dir1 -I 
 dir2 -I dir3'

 -David

 On Tue, Nov 11, 2014 at 1:01 PM, Jason Pernito jper...@gmail.com 
 javascript: wrote:


 post-review is working fine with selective dirs but not rbt post. The 
 latter will fail with dir does not appear to be a valid revision or 
 changelist name.

 Am I missing something?

 Thanks,
 -jason

 -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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.


Gitlab integration problem

2014-11-11 Thread Rajasiman Srinivasan
Hello all,

I'm setting up a Gitlab + ReviewBoard combination for a pilot project at 
work. I've set up most of the things needed correctly but the Gitlab 
branches/commits do not show up in the ReviewBoard site that I set up. 
Here's my setup.

   - Gitlab: 7.4.3
   - ReviewBoard: 2.0.11
   
Gitlab runs on server with IP address 192.168.0.104, ReviewBoard on server 
with IP address 192.168.0.127. Both the websites are setup and are working 
without throwing any errors. I've created a service 
account(reviewboard_user) on Gitlab with 'Reporter' permissions to the 
'group' of projects. Next, I created the SSH key for this account from 
ReviewBoard and installed it onto the service account on Gitlab. I've added 
the Gitlab repository in ReviewBoard(Please see attached 
screenshot: Repository added in Reviewboard.PNG).

I then clicked on New Review Request from the homepage and was taken to 
this screen(Please see attached screenshot: New Review Request.PNG). The 
branches/commits were not being shown; so I clicked around and found that I 
need to set up rbtools and should create a file '.reviewboardrc' in the 
root of my git repository and commit it(Please see attached 
screenshot: RBTools setup.PNG). I use a Windows PC, so I created the file 
in my local git repository and committed the file to Gitlab. Then I tried 
running rbt post via cmd and was given a error.

ERROR: The current directory does not contain a checkout from a supported 
 source code repository.


After some more googling and reading around, I got to this page 
https://www.reviewboard.org/docs/rbtools/dev/rbt/configuration/. Tried 
running rbt setup-repo via cmd inside the root of the git repository and 
got the same error message again.

ERROR: The current directory does not contain a checkout from a supported 
 source code repository.


What am I doing wrong here? As per this link 
https://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#git,
 
git needs a local clone; whereas from Reviewboard v1.7.21 Gitlab is natively 
supported 
http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api.
 
Please help me get this sorted out!

Thanks in advance!

-
Rajasiman

-- 
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.


Re: Gitlab integration problem

2014-11-11 Thread David Trowbridge
It looks like your repository is configured correctly in the Review Board
admin.

You won't see branches or commits in the New Review Request page because
this feature is currently only available for GitHub and SVN repositories.

If you've created the .reviewboardrc file yourself, you don't need to run
'rbt setup-repo' (all that command does is prompt you for some information
and creates the file).

All 'rbt' commands should be run from within a checkout of your repository.
It looks like you're probably not in the right directory in your cmd
prompt. If you are, then maybe something is going wrong with the
detection--can you re-run 'rbt post' with the --debug flag?

-David

On Tue, Nov 11, 2014 at 10:20 PM, Rajasiman Srinivasan rajasi...@gmail.com
wrote:

 Hello all,

 I'm setting up a Gitlab + ReviewBoard combination for a pilot project at
 work. I've set up most of the things needed correctly but the Gitlab
 branches/commits do not show up in the ReviewBoard site that I set up.
 Here's my setup.

- Gitlab: 7.4.3
- ReviewBoard: 2.0.11

 Gitlab runs on server with IP address 192.168.0.104, ReviewBoard on server
 with IP address 192.168.0.127. Both the websites are setup and are working
 without throwing any errors. I've created a service
 account(reviewboard_user) on Gitlab with 'Reporter' permissions to the
 'group' of projects. Next, I created the SSH key for this account from
 ReviewBoard and installed it onto the service account on Gitlab. I've added
 the Gitlab repository in ReviewBoard(Please see attached
 screenshot: Repository added in Reviewboard.PNG).

 I then clicked on New Review Request from the homepage and was taken to
 this screen(Please see attached screenshot: New Review Request.PNG). The
 branches/commits were not being shown; so I clicked around and found that I
 need to set up rbtools and should create a file '.reviewboardrc' in the
 root of my git repository and commit it(Please see attached
 screenshot: RBTools setup.PNG). I use a Windows PC, so I created the file
 in my local git repository and committed the file to Gitlab. Then I tried
 running rbt post via cmd and was given a error.

 ERROR: The current directory does not contain a checkout from a supported
 source code repository.


 After some more googling and reading around, I got to this page
 https://www.reviewboard.org/docs/rbtools/dev/rbt/configuration/. Tried
 running rbt setup-repo via cmd inside the root of the git repository and
 got the same error message again.

 ERROR: The current directory does not contain a checkout from a supported
 source code repository.


 What am I doing wrong here? As per this link
 https://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#git,
 git needs a local clone; whereas from Reviewboard v1.7.21 Gitlab is natively
 supported
 http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api.
 Please help me get this sorted out!

 Thanks in advance!

 -
 Rajasiman

 --
 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.


-- 
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.


Re: Issue 3625 in reviewboard: Bad error message when trying to create a duplicate repository via REST API 2.0

2014-11-11 Thread reviewboard


Comment #4 on issue 3625 by sorin.sb...@gmail.com: Bad error message when  
trying to create a duplicate repository via REST API 2.0

https://code.google.com/p/reviewboard/issues/detail?id=3625

This bug is still present in trunk  
https://github.com/reviewboard/reviewboard/blob/master/reviewboard/webapi/resources/repository.py#L358


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3668 in reviewboard: Assign users or groups to repository via API

2014-11-11 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 3668 by z...@zakjan.cz: Assign users or groups to repository via  
API

https://code.google.com/p/reviewboard/issues/detail?id=3668

What version are you running?

2.0.11

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

none

Describe the enhancement and the motivation for it.

In Admin GUI, Repository Change screen allows to specify users or groups  
with access to the repository. This is not supported via REST API 2.0 now.  
Please add it, it is necessary for my use case (centralized project and  
user management).


What operating system are you using? What browser?

irrelevant

Please provide any additional information below.

none


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3625 in reviewboard: Bad error message when trying to create a duplicate repository via REST API 2.0

2014-11-11 Thread reviewboard


Comment #5 on issue 3625 by sorin.sb...@gmail.com: Bad error message when  
trying to create a duplicate repository via REST API 2.0

https://code.google.com/p/reviewboard/issues/detail?id=3625

Here is a pull request for this:  
https://github.com/reviewboard/reviewboard/pull/31 -- it would be so nice  
if you would gut drop this issue tracker and use github instead, so we  
would have a proper integration.


Google code was great when it was released but its time has gone.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3625 in reviewboard: Bad error message when trying to create a duplicate repository via REST API 2.0

2014-11-11 Thread reviewboard


Comment #6 on issue 3625 by trowb...@gmail.com: Bad error message when  
trying to create a duplicate repository via REST API 2.0

https://code.google.com/p/reviewboard/issues/detail?id=3625

I agree that Google Code is long in the tooth, but GitHub issues isn't  
really a good match for our workflow. We also couldn't migrate to it  
without sending several thousand e-mails to hundreds (or thousands) of  
people. We're investigating bug tracker options but it's not a super high  
priority task.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3669 in reviewboard: negative open review count on dashboard

2014-11-11 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3669 by br...@rtda.com: negative open review count on dashboard
https://code.google.com/p/reviewboard/issues/detail?id=3669

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?

2.0.11

What's the URL of the page containing the problem?

http://server/dashboard

What steps will reproduce the problem?
1. Install brand new RB instance (not an upgrade)
2. Have issues with SVN connection leading to 4 attempts to get a valid  
request posted
3. Close as discarded the previous 3 invalid requests, leading to 1 open  
request

4. Have 1 valid request reviewed, approved, and close as submitted

What is the expected output? What do you see instead?

Expected: 0 open issues.  Actual: -1 open issues

What operating system are you using? What browser?

CentOS 6.4, Google Chrome 38

Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3669 in reviewboard: negative open review count on dashboard

2014-11-11 Thread reviewboard


Comment #1 on issue 3669 by br...@rtda.com: negative open review count on  
dashboard

https://code.google.com/p/reviewboard/issues/detail?id=3669

ETA: this is in the Incoming section of the left hand side of the  
dashboard page.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.