Re: ReviewBoard search question

2017-11-29 Thread 'Rob Backhurst' via reviewboard
Ok great, thanks! Sent from my iPhone > On 29 Nov 2017, at 20:49, Christian Hammond wrote: > > The fix will be included in 2.5.17 and 3.0.1. I expect we’ll get 2.5.17 out > in about a week. > > Christian > > >> On Wed, Nov 29, 2017 at 05:31 'Rob Ba

Re: ReviewBoard search question

2017-11-29 Thread 'Rob Backhurst' via reviewboard
eviewboard.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.

ReviewBoard search question

2017-11-29 Thread 'Rob Backhurst' via reviewboard
eived 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: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-19 Thread 'Rob Backhurst' via reviewboard
gt; missing). >> >> // Erik >> >> >> On Oct 18, 2017 12:44, "'Rob Backhurst' via reviewboard" < >> revie...@googlegroups.com> wrote: >> >> Hi Chris, >> >> Ah yes sorry missed that...I have added it i

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread 'Rob Backhurst&#x27; via reviewboard
not ..." (i.e. not is missing). > > // Erik > > > On Oct 18, 2017 12:44, "'Rob Backhurst' via reviewboard" < > revie...@googlegroups.com > wrote: > > Hi Chris, > > Ah yes sorry missed that...I have added it in but I get the same error >

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread 'Rob Backhurst&#x27; via reviewboard
Note the > standalone 'hasattr' call on the line preceding the if statement. The > workaround is to call that in a standalone way to prime a cache and avoid > the error. > > Christian > > On Tue, Oct 17, 2017 at 1:17 AM, 'Rob Backhurst' via reviewboard <

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-17 Thread 'Rob Backhurst&#x27; via reviewboard
ut 5 lines of your modification? > > Christian > > > On Mon, Oct 16, 2017 at 18:01 'Rob Backhurst' via reviewboard < > revie...@googlegroups.com > wrote: > >> Hi Christian, >> >> It crashes straight away with this error... >> >

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-16 Thread 'Rob Backhurst&#x27; via reviewboard
e first call on a > given review request will fail, and the second will succeed (internal state > caching stuff). This should allow a full index to proceed. > > It's a temporary fix until we get the next release out. > > Christian > > On Mon, Oct 16, 2017 at 11:48

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-16 Thread 'Rob Backhurst&#x27; via reviewboard
line 87, in prepare raise SearchFieldError("The model '%s' does not have a model_attr '%s'." % (repr(current_object), attr)) SearchFieldError: The model '' does not have a model_attr 'username'. Traceback (most recent call last): File "/us

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-16 Thread 'Rob Backhurst&#x27; via reviewboard
, Oct 16, 2017 at 07:46 'Rob Backhurst' via reviewboard >> wrote: >> Hi Christian, >> >> Here you go... >> >> ERROR:root:Error updating reviews using default >> Traceback (most recent call last): >> File >> &qu

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-16 Thread 'Rob Backhurst&#x27; via reviewboard
y", line 166, in prepare return self.convert(super(CharField, self).prepare(obj)) File "/usr/lib/python2.7/site-packages/haystack/fields.py", line 90, in prepare getattr(current_object, attr) File "/usr/lib/python2.7/site-packages/reviewboard/reviews/models/rev

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-16 Thread 'Rob Backhurst&#x27; via reviewboard
s -- %s)." % (obj.__class__.__name__, current_object.pk, current_object.__class__.__module__, current_object.__class__.__name__, inspect.getfile(obj.__class__), id(obj), id(current_object), attr, hasattr(current_object, attr), has_attr)) SearchFieldError: The model 'ReviewRequest

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-13 Thread 'Rob Backhurst&#x27; via reviewboard
No probs - where do we go from here? Thanks Rob On Thursday, 12 October 2017 19:58:13 UTC+1, Stephen Gallagher wrote: > > Ok, I just wanted to rule out an easy solution. > On Thu, Oct 12, 2017 at 5:47 AM 'Rob Backhurst' via reviewboard < > revie...@googlegroups.com

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-12 Thread 'Rob Backhurst&#x27; via reviewboard
Just to add, the haystack version shown in the reviewboard shell is looking better now though. >>> import reviewboard >>> print reviewboard.VERSION (2, 5, 16, 0, u'final', 0, True) >>> print reviewboard.__file__ /usr/lib/python2.7/site-packages/reviewb

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-12 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Stephen, I've installed that on our test system and re-run the index - unfortunately the same problem. Thanks Rob On Wednesday, 11 October 2017 19:21:22 UTC+1, Stephen Gallagher wrote: > > > > On Wed, Oct 11, 2017 at 7:40 AM 'Rob Backhurst' via reviewboard &l

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-11 Thread 'Rob Backhurst&#x27; via reviewboard
'ascii' codec can't decode byte 0xe2 in position 68: ordinal not in range(128) Traceback (most recent call last): File "/usr/bin/rb-site", line 9, in load_entry_point('ReviewBoard==2.5.16', 'console_scripts', 'rb-site')() File

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-10 Thread 'Rob Backhurst&#x27; via reviewboard
args['null'] = True if 'facet_for' in kwargs: self.facet_for = kwargs['facet_for'] del(kwargs['facet_for']) return kwargs def get_facet_for_name(self): return self.facet_for or self.instance_name class Facet

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-09 Thread 'Rob Backhurst&#x27; via reviewboard
x27; -- ReviewRequest) does not have a model_attr 'commit' (True). Traceback (most recent call last): File "/usr/bin/rb-site", line 9, in load_entry_point('ReviewBoard==2.5.16', 'console_scripts', 'rb-site')() File "/usr/lib/python2.7/site-packages/r

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-06 Thread 'Rob Backhurst&#x27; via reviewboard
/easy_install though so if you can suggest any tricks to show for sure, that would be great. Thanks Rob Sent from my iPhone > On 6 Oct 2017, at 19:10, Stephen Gallagher wrote: > > Rob, did you install ReviewBoard using pip or using the EPEL 7 RPM? > > From above, it looks like you may

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-06 Thread 'Rob Backhurst&#x27; via reviewboard
27;ll see if that logic > differs from what is in 2.3.1. > > Christian > >> On Fri, Oct 6, 2017 at 12:25 AM, 'Rob Backhurst' via reviewboard >> wrote: >> Sorry, which one line? >> >>> On Friday, 6 October 2017 00:59:12 UTC+1, Christian Hammond wr

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-06 Thread 'Rob Backhurst&#x27; via reviewboard
range. > > Could you show me that one line in fields.py? > > Christian > > > On Thu, Oct 5, 2017 at 13:22 'Rob Backhurst' via reviewboard < > revie...@googlegroups.com > wrote: > >> Hi Christian, >> >> We deinately only have version 2.3.1

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-05 Thread 'Rob Backhurst&#x27; via reviewboard
t; I upgraded our ReviewBoard system from 2.5.10 to 2.5.16 - since then, > indexing doesn't seem to complete. > The index starts OK, but after a while stops with this error... > > ERROR:root:Error updating reviews using default > Traceback (most recent call last): > File >

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-05 Thread 'Rob Backhurst&#x27; via reviewboard
; > >> On Thu, Oct 5, 2017 at 05:28 'Rob Backhurst' via reviewboard >> wrote: >> Perhaps we're able to add some kind of debugging to the indexing to provide >> more info? >> >> Thanks >> Rob >> >> >>> On Tuesday

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-05 Thread 'Rob Backhurst&#x27; via reviewboard
Perhaps we're able to add some kind of debugging to the indexing to provide more info? Thanks Rob On Tuesday, 3 October 2017 09:12:26 UTC+1, Rob Backhurst wrote: > > Hi, > > I upgraded our ReviewBoard system from 2.5.10 to 2.5.16 - since then, > indexing doesn't seem

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-05 Thread 'Rob Backhurst&#x27; via reviewboard
Here you go... >>> import reviewboard >>> print reviewboard.VERSION (2, 5, 16, 0, u'final', 0, True) >>> print reviewboard.__file__ /usr/lib/python2.7/site-packages/reviewboard/__init__.pyc >>> import haystack >>> print haystack.__version__

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-05 Thread 'Rob Backhurst&#x27; via reviewboard
t;>> from reviewboard.reviews.models import ReviewRequest >>> r = ReviewRequest.objects.get(pk=1) >>> print hasattr(r, 'commit') True >>> Cheers Rob On Tuesday, 3 October 2017 09:12:26 UTC+1, Rob Backhurst wrote: > > Hi, > > I upgraded our

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-04 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Christian, Thanks for getting back to me. Is this what you're after? python-django-haystack.noarch 2.3.1-1.el7 Thanksl Rob On Tuesday, 3 October 2017 09:12:26 UTC+1, Rob Backhurst wrote: > > Hi, > > I upgraded our ReviewBoard syst

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-04 Thread 'Rob Backhurst&#x27; via reviewboard
Backhurst wrote: > > Hi, > > I upgraded our ReviewBoard system from 2.5.10 to 2.5.16 - since then, > indexing doesn't seem to complete. > The index starts OK, but after a while stops with this error... > > ERROR:root:Error updating reviews using default > Traceback (

Index failure after upgrade to ReviewBoard 2.5.16

2017-10-03 Thread 'Rob Backhurst&#x27; via reviewboard
Hi, I upgraded our ReviewBoard system from 2.5.10 to 2.5.16 - since then, indexing doesn't seem to complete. The index starts OK, but after a while stops with this error... ERROR:root:Error updating reviews using default Traceback (most recent call last): File "/usr/lib/pyth

Re: I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-07-31 Thread 'Eric Johnson&#x27; via reviewboard
iew Board admin UI? > > -David > On Fri, Jun 23, 2017 at 6:12 PM eric via reviewboard < > reviewboard@googlegroups.com> wrote: > >> Very confused. Perhaps this is fixed by an upgrade? I'm running 2.5.9. >> >> I've got a user who clones a Git repos

I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-06-23 Thread eric via reviewboard
ode = self.main(*args) or 0 File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/post.py", line 812, in main (msg_prefix, e)) rbtools.commands.CommandError: Error validating diff What's going on, and how do I fix it? Eric -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "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: Posting a new Review in 2.5.10

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Christian, You'll have to excuse me, i do't use ReviewBoard myself so just relaying messages from our dev team. When you do this then you are unable to add a diff at a later stage. It creates the form as a non-repository form. The workflow we sometimes use is: 1. Create form a

Re: Integrity Error: 1062 Duplicate Entry

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
ify the problematic dupes (or other issue that might be causing the problem) ? --- Thanks Rob On Friday, 26 May 2017 09:24:00 UTC+1, Rob Backhurst wrote: > > Hi, > > We have recently upgraded our ReviewBoard from version 1.7.22 to 2.5.10 - > as well as also upgrading from RHEL 6.x

Re: Attachment uploads

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
et us know! https://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: Attachment uploads

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
request are administrators or those with special permissions set. > > Anyone should be able to comment on any file attachment after it's been > published. Is that not working? > > What version did you upgrade from? > > Christian > > On Wed, Jun 7, 2017 at 1:10 AM, &

Posting a new Review in 2.5.10

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard"

Attachment uploads

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from i

Re: Integrity Error: 1062 Duplicate Entry

2017-06-07 Thread 'Rob Backhurst&#x27; via reviewboard
> Thanks for the quick response. > I'm not particularly comfortable with SQL but i'll ask a colleague if he > can help out - i'll let you know. > > Thanks > Rob > > On Friday, 26 May 2017 09:24:00 UTC+1, Rob Backhurst wrote: >> >> Hi, >> >

Re: Integrity Error: 1062 Duplicate Entry

2017-05-26 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Christian, Thanks for the quick response. I'm not particularly comfortable with SQL but i'll ask a colleague if he can help out - i'll let you know. Thanks Rob On Friday, 26 May 2017 09:24:00 UTC+1, Rob Backhurst wrote: > > Hi, > > We have recently upgraded o

Integrity Error: 1062 Duplicate Entry

2017-05-26 Thread 'Rob Backhurst&#x27; via reviewboard
Hi, We have recently upgraded our ReviewBoard from version 1.7.22 to 2.5.10 - as well as also upgrading from RHEL 6.x to CentOS 7.3.1611. Since then we have a review that cannot be interacted with...can't post a new review or comment, adjust existing comments etc - or even delete the r

Re: Review groups UI not letting me delete users....

2017-03-16 Thread 'Eric Johnson&#x27; via reviewboard
. > > We're getting a fix in for 2.5.10. > > -David > > On Thu, Mar 16, 2017 at 9:39 AM eric via reviewboard < > reviewboard@googlegroups.com> wrote: > >> I recently upgraded our deployment of ReviewBoard from 2.0.X to 2.5.9. >> Now, some of my reviewbo

Review groups UI not letting me delete users....

2017-03-16 Thread eric via reviewboard
I recently upgraded our deployment of ReviewBoard from 2.0.X to 2.5.9. Now, some of my reviewboard instance owners are reporting that they cannot edit review groups. Specifically, on this page: ${server_root_path}/admin/db/reviews/group/1/ the UI for removing users from the a review group

Reviewboard diff obscures changes because it considers blank lines to match.

2017-02-24 Thread 'Don Heins&#x27; via reviewboard
of doing code reviews is to have someone else look at your code changes, in the hopes that they will discover a latent bug that you have missed, presentation of the code changes is of paramount importance. The algorithm ReviewBoard uses obfuscates the changes because of it considers blank lines

Re: Problems uploading diffs of modified files

2016-10-04 Thread 'Christian Mueller&#x27; via reviewboard
;t realize that the used pgp key (id_rsa) is associated to a dedicated reviewboard user called "reviewboard". That was my first mistake. I thought the key is associated to the user www-data. A talk with our svn administrator helped a lot. The second problem was related to the permission

Re: http 500 internal server error reviewboard

2016-09-28 Thread eric via reviewboard
2:43:01 PM UTC-7, Vipul Singh wrote: > > hello > i am getting http 500 internal error whenever i try to publish a new > review request. my reviewboard is running on CentOs 7. > Here is my log file :- > > [Mon Sep 26 20:01:16.923283 2016] [:error] [pid 12652] > ERROR:root:

Re: Problems uploading diffs of modified files

2016-09-27 Thread 'Christian Mueller&#x27; via reviewboard
r > complete new files but not for already existing files which are only > modified. > I just called: $rbt post -d > > First of all some information about my software and system used: > ReviewBoard 2.5.6.1 > RBTools: 0.7.6 > Python: 2.7.9 > OS: Linux debian-8.1 64 bit (Vir

Problems uploading diffs of modified files

2016-09-15 Thread 'Christian Mueller&#x27; via reviewboard
nformation about my software and system used: ReviewBoard 2.5.6.1 RBTools: 0.7.6 Python: 2.7.9 OS: Linux debian-8.1 64 bit (Virtual Machine) So far I managed to add a repository to the review board, so the RSA key seems to be fine. I can also login into the review board (command line: rbt login)

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin&#x27; via reviewboard
/dist-packages/rbtools/commands/post.py", line 426, in post_request raise CommandError('Error creating review request: %s' % e) rbtools.commands.CommandError: Error creating review request: You are not logged in (HTTP 401, API Error 103) cwestin@qa-node66:~/hg/dev1$ On Wednesday, September 14,

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin&#x27; via reviewboard
p://reviewboard.corp.maprtech.com"; REPOSITORY = "MapR Trunk Repo" On Wednesday, September 14, 2016 at 12:44:25 PM UTC-7, Christian Hammond wrote: > > You can pass --debug to the RBTools command line. > > Christian > > -- > Christian Hammond > President/CEO of Beanba

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin&#x27; via reviewboard
t; On Tuesday, September 13, 2016, 'Chris Westin' via reviewboard < > revie...@googlegroups.com > wrote: > >> So, no resolution to this? I'm seeing the exact same thing on a fresh >> install on Ubuntu. Everything is stock. >> >> On Thursday, Febr

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-13 Thread 'Chris Westin&#x27; via reviewboard
files > > On windows 2003 this file is in: > > C:\Documents and Settings\THEUSER\Application Data for THEUSER > > and > > c:\windows\system32 for SYSTEM account > > To get a valid cookie, I logged in reviewboard using the account I > intend to use with "rbto

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-10 Thread 'Eric Johnson&#x27; via reviewboard
debug" option might be useful. For example, when rbt is using ssl, what version of OPENSSL is getting invoked? In any case, I did get a bunch further with this. I failed to note a critical piece of information in my original post - I'm running on a Mac (10.11.X). There seem to be three

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "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.

Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "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: Can't find diff revision selector

2016-09-09 Thread 'Walder Röhrl&#x27; via reviewboard
oundations. > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Thu, Sep 8, 2016 at 4:14 AM, 'Walder Röhrl' via reviewboard < > revie...@goog

Re: error when svn root is not project root

2016-09-08 Thread 'Walder Röhrl&#x27; via reviewboard
com) >> wrote: >> >> ok, so I have a setup where my company's root svn is different from the >> projects that people checkout. In otherwords, each project is setup as only >> a folder in svn. >> >> so svn info shows: >> URL: https://url.org/svn/

Can't find diff revision selector

2016-09-08 Thread 'Walder Röhrl&#x27; via reviewboard
eview Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it

Re: rb-site upgrade fails

2016-07-04 Thread 'Rob Backhurst&#x27; via reviewboard
ore I'm going to start this again...will let you know how it goes. Thanks Rob On Thursday, 12 May 2016 16:06:04 UTC+1, Rob Backhurst wrote: > > Hi, > > I'm doing a test upgrade from ReviewBoard 1.7.9 to 2.5.4 but 'rb-site > upgrade' fails... > > # rb-site

Re: rb-site upgrade fails

2016-06-27 Thread 'Rob Backhurst&#x27; via reviewboard
Did you have any other ideas about this one? Thanks Rob On Tuesday, 31 May 2016 10:03:40 UTC+1, Rob Backhurst wrote: > > Ahaa, that looks better... > > >>> print reviewboard.__file__ > > /usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/__init__.

Re: reviewboard 2.5.5 don't send email on review request

2016-06-21 Thread reviewboard . neoflex
*** ' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ReviewBoard-2.5.6.1-py2.7.egg/reviewboard/notifications/email.py", line 691, in send_review_mail message.send() File "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/ma

Re: rb-site upgrade fails

2016-05-31 Thread 'Rob Backhurst&#x27; via reviewboard
Ahaa, that looks better... >>> print reviewboard.__file__ /usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/__init__.pyc Thanks Rob On Tuesday, 31 May 2016 09:44:08 UTC+1, Christian Hammond wrote: > > Sorry, typo. Should have been reviewboard.__file__

Re: rb-site upgrade fails

2016-05-31 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Christian, Here you go... # python Python 2.6.6 (r266:84292, May 22 2015, 08:34:51) [GCC 4.4.7 20120313 (Red Hat 4.4.7-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import reviewboard >>>

Re: rb-site upgrade fails

2016-05-27 Thread 'Rob Backhurst&#x27; via reviewboard
Hi Christian, Sorry for the slow reply. It was installed using easy_install, then the DB restored from our live reviewboard server. There is no reviewboard dir when running the rb-site upgrade. Thanks Rob On Friday, 13 May 2016 01:09:07 UTC+1, Christian Hammond wrote: > > Hi Rob, >

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-15 Thread eric via reviewboard
ind out more, and if so, what? > > > Eric. > > > > On Friday, May 13, 2016 at 1:49:53 PM UTC-7, Christian Hammond wrote: >> >> Hi Eric, >> >> Hmm, we'll need to look into that. Is there a way you'd be able to send >> us the diff for

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-14 Thread eric via reviewboard
there a way you'd be able to send us > the diff for that? (I can help you find it.) We will need a copy in order > to diagnose this. We can sign an NDA for it. > > Christian > > > On Friday, May 13, 2016, eric via reviewboard > wrote: > >> After I migrated

A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-13 Thread eric via reviewboard
Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/ReviewBoard-2.5.4-py2.7.egg/reviewboard/diffviewer/views.py", line 275, in get response = renderer.render_to_response(request) File "/usr/lib64/python2.7/site-packages/ReviewBoard-2.5.4-py2.7.egg/revie

Re: Search showing incomplete results (v. 2.5.4, just rebuilt indices)

2016-05-13 Thread eric via reviewboard
https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Thu, May 12, 2016 at 11:07 AM, eric via reviewboard < > revie...@googlegroups.com > wrote: > >> I'm getting ready to roll out the latest ReviewBoard for my company. >>

Search showing incomplete results (v. 2.5.4, just rebuilt indices)

2016-05-12 Thread eric via reviewboard
I'm getting ready to roll out the latest ReviewBoard for my company. Upgrade went smoothly. Looks like you've even fully integrated a patch I submitted a while back (thanks for that!) While I was at it, I figured I should turn on indexing for the first time. After doing a: rb-s

rb-site upgrade fails

2016-05-12 Thread 'Rob Backhurst&#x27; via reviewboard
Hi, I'm doing a test upgrade from ReviewBoard 1.7.9 to 2.5.4 but 'rb-site upgrade' fails... # rb-site upgrade /var/www/my-site/ Traceback (most recent call last): File "/usr/bin/rb-site", line 9, in load_entry_point('ReviewBoard==2.5.4', 'console_

Re: Integrated ReviewBoard in TortoiseSVN 1.8.X

2016-04-06 Thread 'Wolfgang Hottgenroth&#x27; via reviewboard
he commit log message > 4. Setup a user local .reviewboardrc configuration file from TortoiseSVN > settings dialog > > I'm new to the open source world. Is that change of any value to the > ReviewBoard community? If so how can I share source and binaries? > and

Re: Reviewboard upgrade failure

2016-04-05 Thread 'Daniel Laird&#x27; via reviewboard
achments_fileattachment > DROP COLUMN attachment_revision, DROP COLUMN attachment_history_id > 160115 19:34:58 2197763 Query ALTER TABLE diffviewer_filediff DROP > COLUMN raw_diff_hash_id, DROP COLUMN raw_parent_diff_hash_id > 160115 19:36:18 2197763 Query ALTER TABLE `reviews_gro

Re: 207 error for ssh:// repository URIs when http:// URIs work

2016-03-24 Thread 'Wolfgang Hottgenroth&#x27; via reviewboard
This is a rather old thread, so I hope the people discussing here are still in the group. My question: reading this says to me, that reviewboard simply can not be used with Mercurial over ssh. And still not in 2016. Am I right here? Thanks and Cheers, Wolfgang Am Donnerstag, 19. Mai 2011 08

ssh connected hg repo: posting review requests always fails with error 207

2016-03-24 Thread 'Wolfgang Hottgenroth&#x27; via reviewboard
Hi, I installed reviewboard using easy_install. I've version 2.5.3 in place. I've created a repository within reviewboard, it's a Mercurial repo, connected via ssh. My configuration is: Name: testrepo3 Hosting service: none Repository type: Mercurial Path: ssh://wn@192.16

Re: Reviewboard upgrade failure

2016-01-19 Thread 'Daniel Laird&#x27; via reviewboard
I too had this issue (MySQL default changing from MyISAM to InnoDB). Although I understand that this is caused by MySQL version being updated at the same time as a Reviewboard Update (and migrate). But would there be any way for the 'upgrade' logic of Reviewboard to post a more us

Help regarding renamed git could not be found in the repo

2014-04-21 Thread Reviewboard Beginner
Hi all, I got some files that have been renamed using git mv command. Using git diff with argument "-C" to generate a diff file with file moving support, reviewboard complains that the files could not be foung in the repo. generating diff without "-C" helps a bit but not i

Unable to add reviewers to review

2013-08-08 Thread reviewboard
a repo in RB based on group (group will be assigned to multiple repos), and reviewers selected from that group. We do not want content of repos or reviews publicly viewable (or viewable outside the review group). ENV: - centos 6 with epel installed Reviewboard 1.7.11 - repo configured in RB (show

Re: Getting a 404 when ReviewBoard queries Gitweb for a particular revision

2013-08-01 Thread reviewboard
Does the following work? (change hb to h) http://git.ourdomain.com/?p=reponame.git;a=blob_plain;f=path/to/file.txt;h=e4643b1cc6c8c05f17d4079f2d68d078bba96a4c ref: https://groups.google.com/d/msg/reviewboard/YmrjZyUsvX8/zqEEgtuznpMJ On Thu, August 1, 2013 9:18 pm, Chris Armstrong wrote: >

Re: User Not Receiving Emails

2013-07-31 Thread ReviewBoard User
Hey Stephen, Thanks for the suggestion :). The reviewboard logs generated don't suggest that there was anything wrong with sending the email for this user which might be because the error is masked elsewhere. There is nothing unusual about the name (it is entirely alphabetic). On Wedn

User Not Receiving Emails

2013-07-31 Thread ReviewBoard user
Hello, I have a very specific user that can't receive emails via ReviewBoard when creating requests or updates to the request. I checked this against the database, and he is an active user with the correct email. I'm attempting to follow the code to send out an email that would repl

Git Raw URL

2013-07-22 Thread reviewboard
Just completed setting up gitweb and reviewboard. The raw URL format (from the docs) did not work. Git repos are on a different server than reviewboard and are access controlled via gitolite. gitweb installed on the git repo server and runs with file system read access to the git repos. to test

Re: Error creating review request using post-review

2010-08-10 Thread ReviewBoard User
Hi Christian I managed to get it working as below (just in case these tips come handy for anyone else) My working env is 1) ReviewBoard 1.5 installed on RHEL4 with Python 2.4, Subversion 1.4 server, Apache 2.2, Django 1.2 2) Tortoise SVN Client on Windows (1.6) to access SVN over https only. (http

Error creating review request using post-review

2010-08-09 Thread ReviewBoard User
1. ReviewBoard 1.5 2. Apache 2.2 3. SVN 1.4 4. Python 2.4 Am trying to post a review on a post-commit hook from subversion Running the below command /usr/bin/post-review --server=http://server/reviewboard/ --repository- url=file:///var/svn/repositories/sandbox/ --username=svn '-- passwor

Re: Error uploading diff your review request still exists, but the diff file is not attached

2010-08-06 Thread ReviewBoard User
rguments that the post-commit-hook is using, and see what the > > output is. > > > -David > > > On Thu, Aug 5, 2010 at 9:10 AM, ReviewBoard User > > wrote: > >> Hi > >> I am trying to automate post-review on a RHEL4. Here are the specs > >> 1

Error uploading diff your review request still exists, but the diff file is not attached

2010-08-05 Thread ReviewBoard User
Hi I am trying to automate post-review on a RHEL4. Here are the specs 1. Python 2.4 2. Apache 2.2 4. ReviewBoard 1.05 RC1 5. SVN 1.4.2 I am using the script below on a subversion post-commit-hook http://github.com/reviewboard/reviewboard/tree/master/contrib/tools htdocs/media is owned by apache