Re: Unable to add repository to review board

2014-10-30 Thread David Trowbridge
What version of Review Board? Are you using pysvn or subvertpy? How did you
install the svn backend?

-David

On Wed, Oct 29, 2014 at 10:06 PM, Samruddhi Wagh waghsamrud...@gmail.com
wrote:

 Hi,
 I am unable to add repository to review board site.
 When I add it, it gives the error message as:

 Exception: Please set SVN_DEV to the location of the svn development
 packages.


 How to resolve this issue??

 --
 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: EPEL - rb-site upgrade failure upon reboot prevents httpd startup

2014-10-30 Thread Paul Fee
Hi Stephen,

Your fix has resolved the issue on my system.  Thanks for the rapid 
response.

Cheers,
Paul

On Wednesday, October 29, 2014 11:39:53 PM UTC, Stephen Gallagher wrote:




 On Wed, 2014-10-29 at 16:27 -0400, Stephen Gallagher wrote: 
  
  
  On Wed, 2014-10-29 at 11:04 -0700, Paul Fee wrote: 
   Hi all (and Stephen Gallagher), 
   
   I'm using CentOS7 + EPEL with ReviewBoard-2.0.11  (fresh install + 
   today's updates).  My site is listed in /etc/reviewboard/sites.  When 
   httpd starts up, it checks if any sites need upgraded.  I'm using a 
   mariadb database. 
   
   When I reboot the box, httpd fails to startup. 
   
    
   $ sudo systemctl status httpd 
   httpd.service - The Apache HTTP Server 
  Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) 
 Drop-In: /usr/lib/systemd/system/httpd.service.d 
  └─reviewboard-sites.conf 
  Active: failed (Result: exit-code) since Wed 2014-10-29 17:42:28 
   GMT; 16s ago 
 Process: 1184 ExecStartPre=/usr/bin/rb-site upgrade --all-sites 
   (code=exited, status=1/FAILURE) 
   
   Oct 29 17:42:28 centos7 rb-site[1184]: File 
   /usr/lib/python2.7/site-packages/django/db/backends/mysql/base.py, 
   line 435, in get_new_connection 
   Oct 29 17:42:28 centos7 rb-site[1184]: conn = 
   Database.connect(**conn_params) 
   Oct 29 17:42:28 centos7 rb-site[1184]: File 
   /usr/lib64/python2.7/site-packages/MySQLdb/__init__.py, line 81, in 
   Connect 
   Oct 29 17:42:28 centos7 rb-site[1184]: return Connection(*args, 
   **kwargs) 
   Oct 29 17:42:28 centos7 rb-site[1184]: File 
   /usr/lib64/python2.7/site-packages/MySQLdb/connections.py, line 187, 
   in __init__ 
   Oct 29 17:42:28 centos7 rb-site[1184]: super(Connection, 
   self).__init__(*args, **kwargs2) 
   Oct 29 17:42:28 centos7 rb-site[1184]: 
   django.db.utils.OperationalError: (2002, Can't connect to local MySQL 
   server through socket '...k' (2)) 
   Oct 29 17:42:28 centos7 systemd[1]: httpd.service: control process 
   exited, code=exited status=1 
   Oct 29 17:42:28 centos7 systemd[1]: Failed to start The Apache HTTP 
   Server. 
   Oct 29 17:42:28 centos7 systemd[1]: Unit httpd.service entered failed 
   state. 
   Hint: Some lines were ellipsized, use -l to show in full. 
   == 
   
   I can manually start httpd as mariadb is now running by the time I've 
   logged in. 
   
   If I remove the /etc/reviewboard/sites file, the issue goes away.  If 
   I restore the file, the issue comes back. 
   
   It looks like rb-site upgrade is being run before the database is 
   available.  Should systemd be using socket activation to start mariadb 
   once a connection attempt is made?  I believe 
   the /etc/reviewboard/sites facility is unique to Fedora/EPEL, so this 
   is could be a distro issue rather than ReviewBoard. 
  
  
  MariaDB does not currently support socket-activation. What you need to 
  do as a workaround right now is to add the following lines 
  to /usr/lib/systemd/system/httpd.service.d/reviewboard-sites.conf: 
  
  
  
  [Unit] 
  After=postgresql.service mariadb.service mysql.service 
  
  
  
  I'll roll this into the Fedora and EPEL packages. I hadn't thought of it 
  previously. (Note: it's safe to list all of them on the After= line as 
  this only controls ordering; it doesn't cause any of them to be started 
  that would not already have been). 
  
  Now I just have to hope that Apache never grows a dependency on a 
  database... :) 
  

 Fedora 21: 

 https://admin.fedoraproject.org/updates/FEDORA-2014-13850/ReviewBoard-2.0.11-2.fc21
  

 EPEL 7: 
 https://admin.fedoraproject.org/updates/ReviewBoard-2.0.11-2.el7 



-- 
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: Unable to add repository to review board

2014-10-30 Thread Samruddhi Wagh
Review Board version 2.0.8
Using subvertpy.


On Wednesday, 29 October 2014 22:06:58 UTC-7, Samruddhi Wagh wrote:

 Hi,
 I am unable to add repository to review board site.
 When I add it, it gives the error message as:
  
 Exception: Please set SVN_DEV to the location of the svn development 
 packages.


 How to resolve this issue??


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


Fresh install on CentOS+EPEL - manual steps necessary beyond package installation

2014-10-30 Thread Paul Fee
Hi Stephen et al.,

I'm trying to get a CentOS7+EPEL install procedure that involves minimal 
setup.  My aim is to get most functionality into the distro packages so 
that manual steps are reduced.  Thanks for the bugs fixes and support so 
far.

Here's a list of the manuals steps still necessary.  I'd like feedback if 
any of these can be automated and incorporated in a package.  For those 
that remain manual steps, should we update the install documentation to 
make this easier for others?

Manual steps following CentOS7 minimal install:

1. Enable EPEL
$ sudo yum install epel-release

2. Install reviewboard, database and memcached
$ sudo yum install ReviewBoard mariadb-server memcached

3. Start database server and secure it
$ sudo systemctl enable mariadb
$ sudo systemctl start mariadb
$ sudo mysql_secure_installation

4. Create database for use by reviewboard
$ mysql -u root -p
 create user review_user@localhost identified by 'review_password';
 create database reviewboard;
 GRANT ALL ON reviewboard.* TO review_user;

5. Create a reviewboard site
$ sudo rb-site install /var/www/reviewboard/

6. Adjust httpd configuration
$ sudo ln -s /var/www/reviewboard.bfs.tsp/conf/apache-wsgi.conf 
/etc/httpd/conf.d/

7. Start web server
$ sudo systemctl enable memcached
$ sudo systemctl start memcached
$ sudo systemctl enable httpd
$ sudo systemctl start httpd

8. Adjust site file permissions
$ sudo chown -R apache /var/www/reviewboard/data 
/var/www/reviewboard/htdocs/media/ext 
/var/www/reviewboard/htdocs/static/ext 
/var/www/reviewboard/htdocs/media/uploaded

9. Adjust site SELinux permissions
$ sudo setsebool -P httpd_can_network_memcache 1
$ sudo chcon --type=httpd_sys_rw_content_t /var/www/reviewboard/data
$ sudo chcon --type=httpd_sys_rw_content_t 
/var/www/reviewboard/htdocs/media/ext
$ sudo chcon --type=httpd_sys_rw_content_t 
/var/www/reviewboard/htdocs/static/ext

10. Open port 80 on firewall
$ sudo firewall-cmd --add-port=80/tcp
$ sudo firewall-cmd --permanent --add-port=80/tcp

My understanding of packaging guidelines is that Fedora/RHEL packages 
shouldn't start services automatically, so perhaps these steps will always 
be necessary.  Also the site directory does not below to the ReviewBoard 
package, so only rb-site would be able to fix the permission issues 
(steps 8 and 9).

Have I missed anything in this list?  Can any of these steps be 
incorporated in the ReviewBoard package or within the rb-site command?  
Perhaps rb-site could include hooks for distros to plug into their own 
customisations, e.g. SELinux configuration on Fedora/RHEL.

Thanks,
Paul

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


Email notification : test email not sent no trace in logging file

2014-10-30 Thread fabrice . aupert
Hi,

ReviewBoard version : 2.0.11 (CentOS 
Browser : Firefox 33.0  Chrome 38.0


I'm trying to test email notification in Admin  System settings  (checked 
Send a test e-mail after saving)  Save.

After hitting the save button, I get a Page loading... message and a 
spinning wheel for minutes. Then... nothing happens. No email. No 
success/failure message.

Looking into logs (Admin  System settings  (checked 'Enable logging')  
log level = Debug), nothing appears. The only logs I get are about LDAP 
auth and cache miss...

Any advice on configuring logging so that I get a chance to understand 
what's happening ?

Cheers,
Fabrice

-- 
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: Unable to add repository to review board

2014-10-30 Thread David Trowbridge
Something is broken with how subvertpy is installed. I'd suggest
reinstalling it, and if that doesn't work, switch to pysvn.

-David
On Thu, Oct 30, 2014 at 4:21 AM Samruddhi Wagh waghsamrud...@gmail.com
wrote:

 Review Board version 2.0.8
 Using subvertpy.



 On Wednesday, 29 October 2014 22:06:58 UTC-7, Samruddhi Wagh wrote:

 Hi,
 I am unable to add repository to review board site.
 When I add it, it gives the error message as:

 Exception: Please set SVN_DEV to the location of the svn development
 packages.


 How to resolve this issue??

  --
 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: Power Pack 1.1 is released

2014-10-30 Thread Alexey Neyman
Tried to update, the server threw an error 500 (traceback below). 
Downgraded back to 1.0.4, seems to work fine.

  File 
/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py,
 
line 88, in get_response
response = middleware_method(request)

  File 
/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/admin/middleware.py,
 
line 36, in process_request
initialize()

  File 
/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/__init__.py,
 
line 115, in initialize
get_extension_manager().load()

  File 
/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
 
line 405, in load
self._load_extensions(full_reload)

  File 
/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
 
line 503, in _load_extensions
self._init_extension(ext_class)

  File 
/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
 
line 609, in _init_extension
self._install_extension_media(ext_class)

  File 
/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
 
line 718, in _install_extension_media
self._install_extension_media_internal(ext_class)

  File 
/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
 
line 768, in _install_extension_media_internal
shutil.copytree(extracted_path, ext_htdocs_path, symlinks=True)

  File /usr/lib64/python2.6/shutil.py, line 142, in copytree
os.makedirs(dst)

  File /usr/lib64/python2.6/os.py, line 157, in makedirs
mkdir(name, mode)

OSError: [Errno 17] File exists: 
'/var/www.reviewboard/htdocs/media/ext/ReviewBoardPowerPack'


On Wednesday, October 29, 2014 4:50:07 PM UTC-7, David Trowbridge wrote:

 Hey everyone,

 We just put out a release of Power Pack 1.1. Power Pack is our premium 
 add-on to Review Board that offers PDF document review, GitHub Enterprise, 
 and more.

 The new version of Power Pack adds a major new feature: Reports. Reports 
 allow you to get deep insights into the performance of the code review 
 process.

 More details are up on the announcement at 
 https://www.reviewboard.org/news/2014/10/29/power-pack-1-1-released/

 For more information on Power Pack, see 
 https://www.reviewboard.org/powerpack/

 -David


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


Multiple SVN revisions in one review request

2014-10-30 Thread kuttatechnologiesinc
 

Is it possible to add multiple subversion revision in a single review 
instead of creating a review for every revision?


Thanks in advance.


 

-- 
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: Power Pack 1.1 is released

2014-10-30 Thread christ...@beanbaginc.com
Hi Alexey,

Can you check the directory permissions for that directory and all contents? 
Before installing, we attempt to remove the directory, so it sounds like that 
didn't happen fully.

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: Alexey Neyman alexey.ney...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: October 30, 2014 at 11:41:45 AM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Subject:  Re: Power Pack 1.1 is released

 Tried to update, the server threw an error 500 (traceback below).
 Downgraded back to 1.0.4, seems to work fine.
  
 File
 /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py,
   
 line 88, in get_response
 response = middleware_method(request)
  
 File
 /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/admin/middleware.py,
   
 line 36, in process_request
 initialize()
  
 File
 /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/__init__.py,
   
 line 115, in initialize
 get_extension_manager().load()
  
 File
 /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
   
 line 405, in load
 self._load_extensions(full_reload)
  
 File
 /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
   
 line 503, in _load_extensions
 self._init_extension(ext_class)
  
 File
 /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
   
 line 609, in _init_extension
 self._install_extension_media(ext_class)
  
 File
 /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
   
 line 718, in _install_extension_media
 self._install_extension_media_internal(ext_class)
  
 File
 /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py,
   
 line 768, in _install_extension_media_internal
 shutil.copytree(extracted_path, ext_htdocs_path, symlinks=True)
  
 File /usr/lib64/python2.6/shutil.py, line 142, in copytree
 os.makedirs(dst)
  
 File /usr/lib64/python2.6/os.py, line 157, in makedirs
 mkdir(name, mode)
  
 OSError: [Errno 17] File exists:
 '/var/www.reviewboard/htdocs/media/ext/ReviewBoardPowerPack'
  
  
 On Wednesday, October 29, 2014 4:50:07 PM UTC-7, David Trowbridge wrote:
 
  Hey everyone,
 
  We just put out a release of Power Pack 1.1. Power Pack is our premium
  add-on to Review Board that offers PDF document review, GitHub Enterprise,
  and more.
 
  The new version of Power Pack adds a major new feature: Reports. Reports
  allow you to get deep insights into the performance of the code review
  process.
 
  More details are up on the announcement at
  https://www.reviewboard.org/news/2014/10/29/power-pack-1-1-released/
 
  For more information on Power Pack, see
  https://www.reviewboard.org/powerpack/
 
  -David
 
  
 --
 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: Multiple SVN revisions in one review request

2014-10-30 Thread kuttatechnologiesinc
Is there a how-to link you can send me?



On Thursday, October 30, 2014 12:27:49 PM UTC-7, David Trowbridge wrote:

 Yes, this is possible, but you'll have to use the command-line tools to 
 create your review request instead of the web UI.

 -David

 On Thu, Oct 30, 2014 at 12:09 PM, kuttatechn...@gmail.com javascript: 
 wrote:

 Is it possible to add multiple subversion revision in a single review 
 instead of creating a review for every revision?


 Thanks in advance.


   -- 
 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: Multiple SVN revisions in one review request

2014-10-30 Thread David Trowbridge
Documentation for rbt post is here:
https://www.reviewboard.org/docs/rbtools/0.6/rbt/commands/post/#

The basic usage for your case is just 'rbt post r1:r2' to post the diff
between r1 and r2.

-David

On Thu, Oct 30, 2014 at 12:41 PM, kuttatechnologies...@gmail.com wrote:

 Is there a how-to link you can send me?



 On Thursday, October 30, 2014 12:27:49 PM UTC-7, David Trowbridge wrote:

 Yes, this is possible, but you'll have to use the command-line tools to
 create your review request instead of the web UI.

 -David

 On Thu, Oct 30, 2014 at 12:09 PM, kuttatechn...@gmail.com wrote:

 Is it possible to add multiple subversion revision in a single review
 instead of creating a review for every revision?


 Thanks in advance.


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


-- 
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: Email notification : test email not sent no trace in logging file

2014-10-30 Thread David Trowbridge
It sounds like it's just timing out trying to contact your mail server. I
don't think there's any existing logging that would help here. We should
probably add more, but a lot of the mail plumbing happens in django, where
we can't add additional logging.

-David

On Thu, Oct 30, 2014 at 5:59 AM, fabrice.aup...@tma-asp.com wrote:

 Hi,

 ReviewBoard version : 2.0.11 (CentOS
 Browser : Firefox 33.0  Chrome 38.0


 I'm trying to test email notification in Admin  System settings 
 (checked Send a test e-mail after saving)  Save.

 After hitting the save button, I get a Page loading... message and a
 spinning wheel for minutes. Then... nothing happens. No email. No
 success/failure message.

 Looking into logs (Admin  System settings  (checked 'Enable logging') 
 log level = Debug), nothing appears. The only logs I get are about LDAP
 auth and cache miss...

 Any advice on configuring logging so that I get a chance to understand
 what's happening ?

 Cheers,
 Fabrice

 --
 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: Multiple SVN revisions in one review request

2014-10-30 Thread kuttatechnologiesinc
Got it.

Thanks.

On Thursday, October 30, 2014 12:09:02 PM UTC-7, kuttatechn...@gmail.com 
wrote:

 Is it possible to add multiple subversion revision in a single review 
 instead of creating a review for every revision?


 Thanks in advance.


  

-- 
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: How to migrate RB 2.0.10 to a new server

2014-10-30 Thread christ...@beanbaginc.com
I have no idea what's going on there at first glance, but the first thing I'd 
do is open the dump file, find the entry for that repository, and see what the 
password field contains. Make sure it doesn't appear to have any strange 
characters in it.

By the way, are you performing the dump and the load using the same versions of 
Review Board?

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: MoonWalker daniel.cabrera...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: October 30, 2014 at 3:08:02 PM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Cc: daniel.cabrera...@gmail.com daniel.cabrera...@gmail.com, 
christ...@beanbaginc.com christ...@beanbaginc.com
Subject:  Re: How to migrate RB 2.0.10 to a new server

 I update to 2.0.11 and the same issue still present : -(. Any idea guys?
  
 Cheers
  
 On Wednesday, October 29, 2014 2:19:15 PM UTC+11, MoonWalker wrote:
 
  Well I was able to by pass that issue :-).
 
  I generate/apply both dumpdb and dumpdata without any issues (I had to Open
  the dump file in a text editor and find all the entries
 
  whose model is contenttypes.contenttype or scmtools.tool, and delete 
  those  
 entries.).
 
 
  Seems like the data is there, but as soon as I open one of the reviews I 
  had this
 
  UnicodeDecodeError:
 
  This the traceback:
 
 
  Environment:
 
 
  Request Method: GET
  Request URL: http://reviewboard.devneta.local/r/845/
 
  Django Version: 1.6.8
  Python Version: 2.7.6
  Installed Applications:
  [u'django.contrib.admin',
  u'django.contrib.auth',
  u'django.contrib.contenttypes',
  u'django.contrib.sites',
  u'django.contrib.sessions',
  u'django.contrib.staticfiles',
  u'djblets',
  u'djblets.configforms',
  u'djblets.datagrid',
  u'djblets.extensions',
  u'djblets.feedview',
  u'djblets.gravatars',
  u'djblets.log',
  u'djblets.pipeline',
  u'djblets.siteconfig',
  u'djblets.util',
  u'djblets.webapi',
  u'haystack',
  u'pipeline',
  u'reviewboard',
  u'reviewboard.accounts',
  u'reviewboard.admin',
  u'reviewboard.attachments',
  u'reviewboard.changedescs',
  u'reviewboard.datagrids',
  u'reviewboard.diffviewer',
  u'reviewboard.extensions',
  u'reviewboard.hostingsvcs',
  u'reviewboard.notifications',
  u'reviewboard.reviews',
  u'reviewboard.reviews.ui',
  u'reviewboard.scmtools',
  u'reviewboard.site',
  u'reviewboard.ssh',
  u'reviewboard.webapi',
  u'django_reset',
  u'django_evolution']
  Installed Middleware:
  [u'django.middleware.gzip.GZipMiddleware',
  u'reviewboard.admin.middleware.InitReviewBoardMiddleware',
  u'django.middleware.clickjacking.XFrameOptionsMiddleware',
  u'django.middleware.common.CommonMiddleware',
  u'django.middleware.doc.XViewMiddleware',
  u'django.middleware.http.ConditionalGetMiddleware',
  u'django.middleware.locale.LocaleMiddleware',
  u'django.contrib.sessions.middleware.SessionMiddleware',
  u'django.contrib.auth.middleware.AuthenticationMiddleware',
  u'django.contrib.messages.middleware.MessageMiddleware',
  u'djblets.siteconfig.middleware.SettingsMiddleware',
  u'reviewboard.admin.middleware.LoadSettingsMiddleware',
  u'djblets.extensions.middleware.ExtensionsMiddleware',
  u'djblets.log.middleware.LoggingMiddleware',
  u'reviewboard.accounts.middleware.TimezoneMiddleware',
  u'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
  u'reviewboard.admin.middleware.X509AuthMiddleware',
  u'reviewboard.site.middleware.LocalSiteMiddleware',
  u'djblets.extensions.middleware.ExtensionsMiddlewareRunner',
  u'reviewboard.admin.middleware.ExtraExceptionInfoMiddleware']
 
 
  Traceback:
  File
  /usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/core/handlers/base.py

  in get_response
  112. response = wrapped_callback(request,
  *callback_args, **callback_kwargs)
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/accounts/decorators.py

  in _check
  23. return view_func(*args, **kwargs)
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/site/decorators.py

  in _check
  35. return view_func(request, local_site=local_site, *args,
  **kwargs)
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/views.py

  in review_detail
  710. 'screenshots': screenshots,
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/context.py

  in make_review_request_context
  92. upload_diff_form = UploadDiffForm(review_request,
  request=request)
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/forms.py

  in __init__
  95. data, *args, **kwargs)
  File
  /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/forms.py

  in __init__
  41. if
  

Re: How to migrate RB 2.0.10 to a new server

2014-10-30 Thread christ...@beanbaginc.com
Hi,

Unfortunately, I don't have enough information to be able to tell you what's 
wrong here. You'll have to look at the dump file, compare to what's in the 
database on the working install, and see if anything stands out.

If this is the only thing wrong, perhaps you can just copy over the password 
contents between databases manually.

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: MoonWalker daniel.cabrera...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: October 30, 2014 at 3:24:05 PM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Cc: daniel.cabrera...@gmail.com daniel.cabrera...@gmail.com, 
christ...@beanbaginc.com christ...@beanbaginc.com
Subject:  Re: How to migrate RB 2.0.10 to a new server

 Hi Christian,
  
 I am upgrade to version 2.0.11 on both servers. Like you mentioned, seems
 like something went wrong at the encoding/decoding level. I attached an
 snapshoot showing the Unicode error hint
  
  
  
  
 On Friday, October 31, 2014 9:10:54 AM UTC+11, chri...@beanbaginc.com wrote:
 
  I have no idea what's going on there at first glance, but the first thing
  I'd do is open the dump file, find the entry for that repository, and see
  what the password field contains. Make sure it doesn't appear to have any
  strange characters in it.
 
  By the way, are you performing the dump and the load using the same
  versions of Review Board?
 
  Christian
 
  --
  Christian Hammond - chri...@beanbaginc.com  
  Review Board - https://www.reviewboard.org
  Beanbag, Inc. - https://www.beanbaginc.com
 
  -Original Message-
  From: MoonWalker 
  Reply: revie...@googlegroups.com   
  Date: October 30, 2014 at 3:08:02 PM
  To: revie...@googlegroups.com   
  Cc: daniel.c...@gmail.com   , chri...@beanbaginc.com 
  chri...@beanbaginc.com 
  Subject: Re: How to migrate RB 2.0.10 to a new server
 
   I update to 2.0.11 and the same issue still present : -(. Any idea guys?
  
   Cheers
  
   On Wednesday, October 29, 2014 2:19:15 PM UTC+11, MoonWalker wrote:
   
Well I was able to by pass that issue :-).
   
I generate/apply both dumpdb and dumpdata without any issues (I had to
  Open
the dump file in a text editor and find all the entries
   
whose model is contenttypes.contenttype or scmtools.tool, and
  delete those
   entries.).
   
   
Seems like the data is there, but as soon as I open one of the reviews
  I had this
   
UnicodeDecodeError:
   
This the traceback:
   
   
Environment:
   
   
Request Method: GET
Request URL: http://reviewboard.devneta.local/r/845/
   
Django Version: 1.6.8
Python Version: 2.7.6
Installed Applications:
[u'django.contrib.admin',
u'django.contrib.auth',
u'django.contrib.contenttypes',
u'django.contrib.sites',
u'django.contrib.sessions',
u'django.contrib.staticfiles',
u'djblets',
u'djblets.configforms',
u'djblets.datagrid',
u'djblets.extensions',
u'djblets.feedview',
u'djblets.gravatars',
u'djblets.log',
u'djblets.pipeline',
u'djblets.siteconfig',
u'djblets.util',
u'djblets.webapi',
u'haystack',
u'pipeline',
u'reviewboard',
u'reviewboard.accounts',
u'reviewboard.admin',
u'reviewboard.attachments',
u'reviewboard.changedescs',
u'reviewboard.datagrids',
u'reviewboard.diffviewer',
u'reviewboard.extensions',
u'reviewboard.hostingsvcs',
u'reviewboard.notifications',
u'reviewboard.reviews',
u'reviewboard.reviews.ui',
u'reviewboard.scmtools',
u'reviewboard.site',
u'reviewboard.ssh',
u'reviewboard.webapi',
u'django_reset',
u'django_evolution']
Installed Middleware:
[u'django.middleware.gzip.GZipMiddleware',
u'reviewboard.admin.middleware.InitReviewBoardMiddleware',
u'django.middleware.clickjacking.XFrameOptionsMiddleware',
u'django.middleware.common.CommonMiddleware',
u'django.middleware.doc.XViewMiddleware',
u'django.middleware.http.ConditionalGetMiddleware',
u'django.middleware.locale.LocaleMiddleware',
u'django.contrib.sessions.middleware.SessionMiddleware',
u'django.contrib.auth.middleware.AuthenticationMiddleware',
u'django.contrib.messages.middleware.MessageMiddleware',
u'djblets.siteconfig.middleware.SettingsMiddleware',
u'reviewboard.admin.middleware.LoadSettingsMiddleware',
u'djblets.extensions.middleware.ExtensionsMiddleware',
u'djblets.log.middleware.LoggingMiddleware',
u'reviewboard.accounts.middleware.TimezoneMiddleware',
u'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
u'reviewboard.admin.middleware.X509AuthMiddleware',
u'reviewboard.site.middleware.LocalSiteMiddleware',
u'djblets.extensions.middleware.ExtensionsMiddlewareRunner',
u'reviewboard.admin.middleware.ExtraExceptionInfoMiddleware']

Re: Fresh install on CentOS+EPEL - manual steps necessary beyond package installation

2014-10-30 Thread Stephen Gallagher



On Thu, 2014-10-30 at 04:33 -0700, Paul Fee wrote:
 Hi Stephen et al.,
 
 I'm trying to get a CentOS7+EPEL install procedure that involves
 minimal setup.  My aim is to get most functionality into the distro
 packages so that manual steps are reduced.  Thanks for the bugs fixes
 and support so far.
 
 Here's a list of the manuals steps still necessary.  I'd like feedback
 if any of these can be automated and incorporated in a package.  For
 those that remain manual steps, should we update the install
 documentation to make this easier for others?
 
 Manual steps following CentOS7 minimal install:
 
 1. Enable EPEL
 $ sudo yum install epel-release
 

EPEL is not part of the standard installation for a reason; it's
community-provided rather than part of the RHEL standard package set.
You can discuss with CentOS whether this should be available by default.

 2. Install reviewboard, database and memcached
 $ sudo yum install ReviewBoard mariadb-server memcached
 
 3. Start database server and secure it
 $ sudo systemctl enable mariadb
 $ sudo systemctl start mariadb
 $ sudo mysql_secure_installation
 

These steps we are working on in the Fedora Server product and will
hopefully be part of RHEL 8 (or maybe sometime later in the RHEL 7
lifecycle). Although our first target is postgresql, not MariaDB. Short
version: we intend to have a one-click mechanism to deploy a new DB via
the new rolekit project (Shameless plug: this is my latest effort).


 4. Create database for use by reviewboard
 $ mysql -u root -p
  create user review_user@localhost identified by 'review_password';
  create database reviewboard;
  GRANT ALL ON reviewboard.* TO review_user;
 

I'll probably try to roll this creation into the rolekit-based
deployment as well.


 5. Create a reviewboard site
 $ sudo rb-site install /var/www/reviewboard/
 

This part is *very* ReviewBoard specific. We can't hard-code a path into
the packages and we can't automatically deploy because we don't know the
database information without user input (and RPM installs are
non-interactive, unlike Debian packages with debconf. That's a whole
other topic though).


 6. Adjust httpd configuration
 $ sudo ln
 -s /var/www/reviewboard.bfs.tsp/conf/apache-wsgi.conf /etc/httpd/conf.d/
 

This is something we could work into the package; we could potentially
carry a distribution-specific patch that automatically creates this
symlink during 'rb-site install'. Ideally, I'd like to do this as a
build flag upstream, so that other distributions could do so as well,
but a first path could be a Fedora/EPEL-specific patch.


 7. Start web server
 $ sudo systemctl enable memcached
 $ sudo systemctl start memcached
 $ sudo systemctl enable httpd
 $ sudo systemctl start httpd
 

Fedora has a strict policy against *automatically* enabling services to
start at boot without user intervention. We *could* add a flag for
'rb-site install' that would say start automatically after completion,
but not until we've already handled item 6 above.

We won't be able to do so for memcached, however. Since it isn't
guaranteed to be running on the same system... However this does raise
the point that I should probably add memcached to the systemd unit file
so that if it IS being run on the same system, it's started in the right
order. Though this is a low risk of a race, since memcached isn't
accessed by ReviewBoard at start-up time to the best of my knowledge;
only on requests. So probably both will be available before clients are
allowed to talk to the system.

I'll patch that in the package but I'm not going to spin another build
just for that, I think. (Sorry for the ramble; thinking as I type).

 8. Adjust site file permissions
 $ sudo chown -R
 apache /var/www/reviewboard/data /var/www/reviewboard/htdocs/media/ext 
 /var/www/reviewboard/htdocs/static/ext 
 /var/www/reviewboard/htdocs/media/uploaded
 

Again, we can probably solve this with a patch that can accept a
distribution-specific build-time value. The real issue here is that the
user name for the apache server differs between OSes, so we can't just
assume it's 'apache' and make the change automatically upstream in the
eggs. However, in distribution packaging, this value is guaranteed to be
known, so we can add it there.

Again, I'd prefer this to be turned into an upstream patch with an
optional build-time configuration so that other distributions can
benefit.


 9. Adjust site SELinux permissions
 $ sudo setsebool -P httpd_can_network_memcache 1
 $ sudo chcon --type=httpd_sys_rw_content_t /var/www/reviewboard/data
 $ sudo chcon
 --type=httpd_sys_rw_content_t /var/www/reviewboard/htdocs/media/ext
 $ sudo chcon
 --type=httpd_sys_rw_content_t /var/www/reviewboard/htdocs/static/ext
 

This is something I've meant to do in the Fedora packages for a long
time. Again, this will require changes in 'rb-site install' because we
don't know where the site path will be in advance. Thank you for the
specific steps above, by the way. I've been meaning 

Issue 3647 in reviewboard: Expose in API ability to supress email

2014-10-30 Thread reviewboard

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

New issue 3647 by vlov...@gmail.com: Expose in API ability to supress email
https://code.google.com/p/reviewboard/issues/detail?id=3647

*** 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?
RBTools

What steps will reproduce the problem?
1. Publish a draft via RBTools

What is the expected output? What do you see instead?
I would like a mechanism to suppress ( ideally control) an e-mail that  
might get generated (i.e. supress e-mail, e-mail only reviewee, e-mail  
everyone, e-mail only reviewers, etc).  In an automated system, lots of  
these e-mails can get sent while a reviewee is working on a review - emails  
that aren't relevant to reviewers.


--
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 3648 in reviewboard: rbt post of committed code not supported for Perforce

2014-10-30 Thread reviewboard

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

New issue 3648 by gavin.d@gmail.com: rbt post of committed code not  
supported for Perforce

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

*** 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?
RBTools 0.6.2

What's the URL of the page containing the problem?
n/a

What steps will reproduce the problem?
1. Try to post a submitted Perforce changelist:
rbt post submitted perforce changelist

What is the expected output? What do you see instead?
The changelist is not recognised and the filelog syntax is incorrect.
Error will be shown:
Failed to execute command: ['p4', '-G', 'filelog', '//...@822657,822657']
I expect that the files for that changelist will be derived and the diffs  
generated.


What operating system are you using? What browser?
RBTools on Windows but I don't think that is the problem.

Please provide any additional information below.
I looked at the perforce.py source and it doesn't look right for this  
scenario.


--
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 3648 in reviewboard: rbt post of committed code not supported for Perforce

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3648 by trowb...@gmail.com: rbt post of committed code  
not supported for Perforce

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

This should definitely work correctly. One quick question--do you have a  
perforce client?


Can you clarify what you mean by doesn't look right for this scenario?  
We've definitely tested posting submitted changelists.


--
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 2761 in reviewboard: Publish review without triggering an email update

2014-10-30 Thread reviewboard


Comment #3 on issue 2761 by trowb...@gmail.com: Publish review without  
triggering an email update

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

Issue 3647 has been merged into this issue.

--
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 3647 in reviewboard: Expose in API ability to supress email

2014-10-30 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2761

Comment #1 on issue 3647 by trowb...@gmail.com: Expose in API ability to  
supress email

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

(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 3630 in reviewboard: UTF-8 filenames are mangled in rbcommons UI

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3630 by trowb...@gmail.com: UTF-8 filenames are mangled  
in rbcommons UI

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

How are you creating/uploading the diff?

--
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 3610 in reviewboard: rbt post --summary=不能用中文 in windows7 ,It cannot send any Chinese characters .

2014-10-30 Thread reviewboard

Updates:
Status: SetupIssue

Comment #2 on issue 3610 by trowb...@gmail.com: rbt post --summary=不能用中 
文  in windows7 ,It cannot send any Chinese characters .

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

This is almost always a problem with the database configuration (by  
default, mysql does not use utf-8 for tables). You'll need to convert your  
database to use utf-8.


--
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 3643 in reviewboard: Default/initial keyboard focus in login page should be in the Username field

2014-10-30 Thread reviewboard

Updates:
Labels: EasyFix Component-WebUI

Comment #1 on issue 3643 by trowb...@gmail.com: Default/initial keyboard  
focus in login page should be in the Username field

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

(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 3640 in reviewboard: command rbt repo-setup is pending when after type yes.

2014-10-30 Thread reviewboard


Comment #3 on issue 3640 by trowb...@gmail.com: command rbt repo-setup is  
pending when after type yes.

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

On the Review Board side, make sure that the repository is configured to  
point at  
https://svne1.access.nokiasiemensnetworks.com/isource/svnroot/tdlte-tap/  
(the repository root)


--
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 3614 in reviewboard: djblets prevents handling of generic django IntegrityErrors

2014-10-30 Thread reviewboard


Comment #2 on issue 3614 by trowb...@gmail.com: djblets prevents handling  
of generic django IntegrityErrors

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

I don't really understand this. The djblets wrapper doesn't do anything  
substantially different from the django one.


--
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 3630 in reviewboard: UTF-8 filenames are mangled in rbcommons UI

2014-10-30 Thread reviewboard


Comment #2 on issue 3630 by dtur...@twopensource.com: UTF-8 filenames are  
mangled in rbcommons UI

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

rbt post. rbt --version says RBTools 0.6.


--
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 3599 in reviewboard: certain search string causes Error 500

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #3 on issue 3599 by trowb...@gmail.com: certain search string  
causes Error 500

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

It sounds like something is actually corrupted in your search index. Have  
you tried doing a full reindex?


--
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 3306 in reviewboard: server Erro page when click Ship it! behind proxy reverse

2014-10-30 Thread reviewboard

Updates:
Status: SetupIssue

Comment #5 on issue 3306 by trowb...@gmail.com: server Erro page when  
click Ship it! behind proxy reverse

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

Unfortunately, we really don't know anything about reverse proxying using  
apache. I think you're on your own to debug this =/


--
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 3411 in reviewboard: favicon not shown in diff view

2014-10-30 Thread reviewboard

Updates:
Labels: EasyFix Component-WebUI

Comment #6 on issue 3411 by trowb...@gmail.com: favicon not shown in diff  
view

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

(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 3423 in reviewboard: Extensions: Allow custom datagrids to be used with DataGridSidebarItemsHook

2014-10-30 Thread reviewboard

Updates:
Status: NotABug

Comment #1 on issue 3423 by trowb...@gmail.com: Extensions: Allow custom  
datagrids to be used with DataGridSidebarItemsHook

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

The DataGridSidebarHook is really only meant to add things to the existing  
datagrids. Since you're making your own datagrid, you can just set  
the 'sidebar' attribute in the class.


--
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 3441 in reviewboard: New request cannot be created in RB 2.0.2 opened with IE 10/11

2014-10-30 Thread reviewboard

Updates:
Status: Fixed

Comment #10 on issue 3441 by trowb...@gmail.com: New request cannot be  
created in RB 2.0.2 opened with IE 10/11

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

This was fixed in 2.0.6 (4c29327)

--
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 3496 in reviewboard: permit mercurial local fs repositories

2014-10-30 Thread reviewboard

Updates:
Labels: Component-SCMTools

Comment #1 on issue 3496 by trowb...@gmail.com: permit mercurial local fs  
repositories

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

All patches should go to https://reviews.reviewboard.org

--
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 3478 in reviewboard: Allow disabling Markdown through an option/checkbox

2014-10-30 Thread reviewboard

Updates:
Status: PendingReview
Owner: chip...@gmail.com
Labels: Component-Reviews

Comment #7 on issue 3478 by trowb...@gmail.com: Allow disabling Markdown  
through an option/checkbox

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

(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 3478 in reviewboard: Allow disabling Markdown through an option/checkbox

2014-10-30 Thread reviewboard


Comment #8 on issue 3478 by trowb...@gmail.com: Allow disabling Markdown  
through an option/checkbox

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

Issue 3492 has been merged into this issue.

--
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 3482 in reviewboard: Server Log link causes http timeout

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3482 by trowb...@gmail.com: Server Log link causes http  
timeout

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

How big is your log file? Do you have any sort of log rotation set up?

--
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 3618 in reviewboard: Unprintable characters in change description causes page to crash

2014-10-30 Thread reviewboard

Updates:
Labels: EasyFix Project-ReviewBoard Component-Reviews

Comment #1 on issue 3618 by trowb...@gmail.com: Unprintable characters in  
change description causes page to crash

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

Showing an error message is probably pretty easy to do.

--
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 774 in reviewboard: Review tracker for user

2014-10-30 Thread reviewboard


Comment #15 on issue 774 by trowb...@gmail.com: Review tracker for user
https://code.google.com/p/reviewboard/issues/detail?id=774

Issue 3552 has been merged into this issue.

--
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 3552 in reviewboard: Collapse diff chunk after reviewing

2014-10-30 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 774

Comment #1 on issue 3552 by trowb...@gmail.com: Collapse diff chunk after  
reviewing

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

(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 1008 in reviewboard: Tracker bug: Add a concept of policy

2014-10-30 Thread reviewboard


Comment #8 on issue 1008 by trowb...@gmail.com: Tracker bug: Add a concept  
of policy

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

Issue 3461 has been merged into this issue.

--
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 3461 in reviewboard: limit users who can Ship It!-RRs

2014-10-30 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 1008

Comment #1 on issue 3461 by trowb...@gmail.com: limit users who can Ship  
It!-RRs

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

(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 2761 in reviewboard: Publish review without triggering an email update

2014-10-30 Thread reviewboard


Comment #4 on issue 2761 by vlov...@gmail.com: Publish review without  
triggering an email update

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

A way to customize would also be nice.  Something as simple as a list of  
people could work.  If empty list (as opposed to omitted) no email.


--
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 3593 in reviewboard: Upgrade from 2.0.6 to 2.0.8 fails due to creation of index that already exists

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3593 by chip...@gmail.com: Upgrade from 2.0.6 to 2.0.8  
fails due to creation of index that already exists

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

Happen to have a backup of the database prior to upgrade? I need a schema  
dump from it in order to properly diagnose this.


--
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 3573 in reviewboard: Git style mercurial diffs with file renames don't work

2014-10-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3573 by trowb...@gmail.com: Git style mercurial diffs  
with file renames don't work

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

It looks like that patch does not contain revision information. Can you  
post using rbtools?


--
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 3592 in reviewboard: Reviewboard 2.0.8. Pasting text from context menu is not possible

2014-10-30 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3632

Comment #1 on issue 3592 by trowb...@gmail.com: Reviewboard 2.0.8. Pasting  
text from context menu is not possible

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

(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 3632 in reviewboard: text input via paste not recognized without additional keystroke

2014-10-30 Thread reviewboard


Comment #1 on issue 3632 by trowb...@gmail.com: text input via paste not  
recognized without additional keystroke

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

Issue 3592 has been merged into this issue.

--
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 3592 in reviewboard: Reviewboard 2.0.8. Pasting text from context menu is not possible

2014-10-30 Thread reviewboard

Updates:
Status: New
Mergedinto:

Comment #2 on issue 3592 by trowb...@gmail.com: Reviewboard 2.0.8. Pasting  
text from context menu is not possible

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

Oops, not the same.

--
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 3313 in reviewboard: HTTP authentication is required, but cannot be used with --diff-filename=-

2014-10-30 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Project-RBTools Component-RBTools

Comment #4 on issue 3313 by trowb...@gmail.com: HTTP authentication is  
required, but cannot be used with --diff-filename=-

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

(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 3313 in reviewboard: HTTP authentication is required, but cannot be used with --diff-filename=-

2014-10-30 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 3313 by trowb...@gmail.com: HTTP authentication is  
required, but cannot be used with --diff-filename=-

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

Fixed in release-0.6.x (77da95b). 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 3482 in reviewboard: Server Log link causes http timeout

2014-10-30 Thread reviewboard


Comment #2 on issue 3482 by bruce.c...@gmail.com: Server Log link causes  
http timeout

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

/tmp/reviewboard.log is currently 1.1MB and I can't replicate the problem:  
I suspect it was a _lot_ larger since back in August I emptied it, but  
before then hadn't truncated it since Review Board was set up years ago -  
and there's no log rotation set up.


This ticket can be closed, since it was probably 10s if not 100s of MB.

--
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 3482 in reviewboard: Server Log link causes http timeout

2014-10-30 Thread reviewboard

Updates:
Status: UnableToReproduce

Comment #3 on issue 3482 by trowb...@gmail.com: Server Log link causes http  
timeout

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

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