Re: Review Board 2.0.5 released for EPEL 7

2014-08-19 Thread Cian Mc Govern
On 18 August 2014 14:19, Stephen Gallagher step...@gallagherhome.com
wrote:

 On 08/13/2014 04:47 AM, Stephen Gallagher wrote:
  Crud; ok, I see the problem. Unfortunately I'm sitting in an airport
  right now with insufficient Internet access to fix it. I'll try to get
  it fixed up on Friday.
 
  (Short version: I took a shortcut by copying from the Fedora 21
  package and some of the deps are older in RHEL/CentOS 7. I need to
  make sure they work properly).
 

 Ok, I've built and submitted a new version of the ReviewBoard package
 that *should* work now. Sorry for the glitch.

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


Looks good, thanks!

-- 
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: Is there a way to only allow some LDAP users to authenticate?

2014-08-19 Thread Stephen Gallagher
On 08/19/2014 03:52 AM, Ian wrote:
 I really don't want my entire organization to be able to log into my
 Review Board server, I only want to allow a few LDAP groups to connect.
  Is there any way to set up Review Board to do that?  The Custom LDAP
 User Search Filter: looks like a possibility, or maybe there's some
 magic to be done in the LDAP Base DN?
 

Restricting access by LDAP group is a complicated topic (and something
that's not yet implemented in Review Board). There may be some shortcuts
depending on how your LDAP environment is implemented, though. (For
example, with Active Directory or FreeIPA, users have
automatically-added attributes that can be used to determine whether
they are members of a particular group). For a purely generic LDAP
environment, this would require significant coding effort to accomplish.

If you are using AD or FreeIPA as your LDAP environment, I can help you
figure out what to put in the Custom LDAP User Search Filter. If you're
using a custom environment, your better bet is to ask your LDAP admin to
add a new attribute on the users that are allowed to access ReviewBoard
which you can key off of.

Of course, the other question is whether denying access completely is
worthwhile vs allowing anyone to log in but using Review Board's own
authorization system to determine who can see individual repo reviews.
But IIRC that means managing the groups separately on the Review Board
side (since right now it can't automatically retrieve LDAP groups).

-- 
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: Subversion not updating revisions

2014-08-19 Thread Johan Borkhuis
David,

We are also seeing this problem. Is there a way to manually update the 
repository-view (next to removing and adding the repository), or have a 
cron-job do some cleaning up?

Regards,
Johan Borkhuis


On Wednesday, August 13, 2014 8:23:30 PM UTC+2, David Trowbridge wrote:

 Daniel,

 This is a known issue and will be fixed in the next release.

 -David

 On Aug 13, 2014, at 7:19 AM, Daniel Dominguez daniel.j@gmail.com 
 javascript: wrote:

 Hi,

 I have a new reviewboard installation (2.0.5), and we've setup a 
 subversion repository.  However, the repository is never synchronized with 
 the server after it is first added.  I can re-add the repo and am able to 
 see the most recent revisions, but after that, the view into the repository 
 becomes stale.  By the way, this is when we use the New Review Request 
 link on the web UI.  Not sure yet if this is an issue or not with RBTools. 
  We are able to successfully use RBTools for pre-commit reviews.

 I've enabled logging and inspected both the reviewboard and the apache log 
 files, but nothing interesting shows up.

 What is the mechanism to trigger a repository refresh?  Where else can I 
 look for useful troubleshooting information?  I'd love to get my 
 distributed team to adopt reviewboard, but this is a bit of a blocker at 
 the moment.

 Any help is appreciated.


 OS: Debian 7 64-bit
 Python 2.7.3
 Using python-svn (since subvertpy was unable to connect to our subversion 
 repo)

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


Re: Install ReviewBoard 2.0.5 on Redhat 6.5

2014-08-19 Thread Hamid Nia
Thanks Stephen. I'll try that

On Tuesday, August 19, 2014 9:32:46 PM UTC+10, Stephen Gallagher wrote:

 On 08/18/2014 06:59 PM, Hamid Nia wrote: 
  Hi All, 
  
  I am trying to install ReviewBoard on my server, the server does not 
  have access to internet, so I can not add repository, How I can install 
  ReviewBoard from tar file. 
  

 At this particular moment, I (speaking as the EPEL maintainer) do not 
 recommend attempting to install Review Board 2.0 on RHEL 6. I am working 
 on getting proper RPMs made available there, but it is tricky given the 
 advanced age of many of the system packages on RHEL 6. You would 
 probably have far better luck creating a RHEL 7 VM and using the EPEL 7 
 RPMs[1] I have created. 

 [1] 
 https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F 


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


Issue 3535 in reviewboard: DeprecationWarning on rb-site manage site cleanup

2014-08-19 Thread reviewboard

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

New issue 3535 by guillaum...@gmail.com: DeprecationWarning on rb-site  
manage site cleanup

http://code.google.com/p/reviewboard/issues/detail?id=3535

What version are you running?
ReviewBoard 2.0.5 / Django-1.6.5 / py-2.6

What's the URL of the page containing the problem?
cron task in cron.conf

What steps will reproduce the problem?
1. run rb-site manage /var/www/yourSite cleanup
2. return :
/usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/core/management/commands/cleanup.py:10:  
DeprecationWarning:  
The `cleanup` command has been deprecated in favor of  
`clearsessions`.

3. So in cron task
# Clear expired sessions once a day at 2am
0 2 * * * /usr/bin/python /usr/bin/rb-site  
manage /var/www/reviewboard-lab cleanup

does have the same issue

What is the expected output? What do you see instead?
use clearsessions instead of cleanup

What operating system are you using? What browser?
CentOs

Please provide any additional information below.
This warning was display since Django-1.5.x  
(https://github.com/django/django/commit/b760503a270484679ad0e06b73e3ed417a113221)


--
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 3536 in reviewboard: Middle click no longer pastes in markdown text windows (linux frontend)

2014-08-19 Thread reviewboard

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

New issue 3536 by josh.guf...@gmail.com: Middle click no longer pastes in  
markdown text windows (linux frontend)

http://code.google.com/p/reviewboard/issues/detail?id=3536


This report is only relevant for users in linux environments.

What version are you running?
2.0.4

What's the URL of the page containing the problem?
any markdown text entry window

What steps will reproduce the problem?
1. select text from browser or different window
2. middle click in markdown text box

What is the expected output? What do you see instead?
The selected text is pasted into the text box.  Instead, no text is pasted.

What operating system are you using? What browser?
linux, firefox 30

Please provide any additional information below.
Ctrl-C + Ctrl-V pastes as expected, but middle click paste is a common  
paste technique and should be supported.


--
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 3535 in reviewboard: DeprecationWarning on rb-site manage site cleanup

2014-08-19 Thread reviewboard

Updates:
Labels: EasyFix

Comment #1 on issue 3535 by trowb...@gmail.com: DeprecationWarning on  
rb-site manage site cleanup

http://code.google.com/p/reviewboard/issues/detail?id=3535

(No comment was entered for this change.)

--
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 3533 in reviewboard: rbt post: checking repository info on server does not work anymore

2014-08-19 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3533 by trowb...@gmail.com: rbt post: checking  
repository info on server does not work anymore

http://code.google.com/p/reviewboard/issues/detail?id=3533

Fixed in release-0.6.x (5defd0c). Thanks!

--
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 3179 in reviewboard: add support for UCM clearcase activity

2014-08-19 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 3179 by trowb...@gmail.com: add support for UCM  
clearcase activity

http://code.google.com/p/reviewboard/issues/detail?id=3179

Fixed in release-0.6.x (30b0194). Thanks!

--
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 3512 in reviewboard: Cannot add SSL Perforce repository

2014-08-19 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3512 by trowb...@gmail.com: Cannot add SSL Perforce  
repository

http://code.google.com/p/reviewboard/issues/detail?id=3512

Can you check the reviewboard log files to see if there's anything in there?

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