review from multiple changelists/sources?

2020-08-10 Thread 'Steve Summit' via Review Board Community
Reviewboard newbie here; apologies if this is a frequent or ill-advised question. I've got a reviewboard server running, I've successfully installed RBTools, I've successfully run rbt setup-repo to hook reviewboard up to my Perforce server. And I've successfully used rbt post to create a

Re: Page rendering and default route

2019-07-11 Thread Steve
__.py", line 110, in __setattr__ raise ImproperlyConfigured("If set, %s must end with a slash" % name) django.core.exceptions.ImproperlyConfigured: If set, MEDIA_URL must end with a slash On Thursday, 11 July 2019 10:36:32 UTC+1, Christian Hammond wrote: > > Hi Steve, &g

Re: Page rendering and default route

2019-07-11 Thread Steve
Hi Christian, Any thoughts on getting past this error. Can I remove MEDIA_URL and add it back once I understand the problem. Steve. On Monday, 1 July 2019 10:02:52 UTC+1, Steve wrote: > > Just comes back with the same error message below about " If set, > MEDIA_URL must en

Re: Page rendering and default route

2019-07-01 Thread Steve
Just comes back with the same error message below about " If set, MEDIA_URL must end with a slash". Doesn't seem to be able to get past the error. Steve. On Sunday, 30 June 2019 22:53:04 UTC+1, Christian Hammond wrote: > > These settings are stored in the database. What’s ha

Re: Page rendering and default route

2019-06-29 Thread Steve
to domain, only I cant see anything in the test site that would give me a clue. Or are we talking about settings in another file. Steve. On Saturday, 29 June 2019 05:37:08 UTC+1, Christian Hammond wrote: > > Hi Steve, > > The URL parameters are used to build the URLs to media file

Re: Page rendering and default route

2019-06-27 Thread Steve
_media_url --value=/var/www/reviewboard/htdocs/media/ can't seem to get a list-siteconfig without the same error. Steve. On Thursday, 27 June 2019 12:17:49 UTC+1, Christian Hammond wrote: > > You can use the set-siteconfig management command, like so: > > rb-site man

Re: Page rendering and default route

2019-06-27 Thread Steve
(NOT FOUND) (index):262 GET http://10.132.40.199/reviewboard/static/rb/js/base.min.af574b99af97.js net::ERR_ABORTED 404 (NOT FOUND) (index):264 Uncaught ReferenceError: RB is not defined at (index):264 (anonymous) @ (index):264 On Thursday, 27 June 2019 10:19:58 UTC+1, Steve wrote: > &

Re: Page rendering and default route

2019-06-27 Thread Steve
s/media", "site_static_root": "/var/www/reviewboard/htdocs/static", "site_static_url": "/reviewboard/static/", "site_media_url": "/reviewboard/media/", Where can I modify these. DEBUG = False Steve.

Re: Page rendering and default route

2019-06-26 Thread Steve
Yes all present and correct. On Wednesday, 26 June 2019 16:39:44 UTC+1, Paul Mansfield wrote: > > check you have the following mappings in your apache config for reviewboard > > # Alias static media requests to filesystem > Alias /media "/var/www/reviewboard/htdocs/media" > Alias /static

Page rendering and default route

2019-06-26 Thread Steve
/svn works fine. Been through .conf, .wsgi and settings_local.py but cant seem to make it work. I thought that site route as /reviewboard/ would have changed it's focus but I guess not. Any help would be appreciated. Thanks in advance. Steve. -- Supercharge your Review Board with Power Pack

Re: Path 6303924 does not match a valid Perforce path.

2019-05-14 Thread Steve McCarthy
In ~/.reviewboardrc add: REPOSITORY_TYPE = "perforce" Got me past this error. -Steve On Tuesday, May 14, 2019 at 2:46:46 PM UTC-7, Harsh Verma wrote: > > Hi Darshan, > > I am running into the exact same issue and cannot post reviews using rbt. > Did you find a

Djblets Ticket #4686: Initial migration for siteconfig fails because django_site table doesn't exist yet.

2018-04-04 Thread Steve Jorgensen
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4686/ -- New ticket #4686 by stevej For Beanbag, Inc. > Djblets Status: New Tags:

Re: Review Board fails to create a review -- apparently failing to grab valid revision of files from SVN

2017-02-20 Thread Steve
Version: *Review Board* 2.5.2 -- 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!

Re: Review Board fails to create a review -- apparently failing to grab valid revision of files from SVN

2017-02-17 Thread Steve
On Wednesday, February 15, 2017 at 1:08:14 AM UTC-8, Christian Hammond wrote: > > Hi Steve, > > What version of Review Board are you using? > > Can you show me the appropriate line from the diff from `rbt diff`? The > entire set of diff headers (filenames + revisions

Review Board fails to create a review -- apparently failing to grab valid revision of files from SVN

2017-02-14 Thread Steve Muller
When I try to manually post from the review board GUI for one specific SVN repository, it give me the following message: The specified diff file could not be parsed. Line undefined: No such revision 8525 In this case, revision 8525 is the original revision the change is based on and is

Review Board doesn't send emails

2016-07-27 Thread Steve Thompson
grep -i mail reviewboard.log | wc -l 0 Just to clarify - all the "Send e-mails when " checkboxes are checked and all the registered users have valid email addresses. Any suggestions for things I can poke or tweak gratefully received. Steve -- Supercharge your Review Board

Re: RBTools 0.7.4: rbt post --diff-only no longer works

2016-03-15 Thread Steve
Hi David, Ticket opened: https://hellosplat.com/s/beanbag/tickets/4368/ --Steve On Monday, March 14, 2016 at 2:34:51 PM UTC-7, David Trowbridge wrote: > > I don't think we've heard about this before. Mind filing a bug? > > -David > > On Thu, Mar 10, 2016 at 9:15 AM Steve &

RBTools 0.7.4: rbt post --diff-only no longer works

2016-03-10 Thread Steve
ption in my perforce change list. I searched for '--diff-only' in the bug tracker and didn't find anything, so I'm posting here to see if this is a known issue. Thanks --Steve -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Boar

RBTools 0.7.4: rbt patch --px bug

2016-03-08 Thread Steve
/beanbag/tickets/4364/ But I wanted to post it here as well for visibility since others may run into this. Thanks --Steve -- 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/

Re: Python API: Delete a user from a review group

2015-09-03 Thread Steve
prevent departed employees from ending up in review requests when they're members of review groups. --Steve On Wednesday, September 2, 2015 at 9:29:16 AM UTC-7, Steve wrote: > > I'm trying to remove users from review groups using the Python API. The > docs indicate that the review g

Python API: Delete a user from a review group

2015-09-02 Thread Steve
I'm trying to remove users from review groups using the Python API. The docs indicate that the review group user resource has a delete method, but I can't figure out how to get it to work. I can add a user to a group easily this way: g.get_users().create(username='steve') Unfortunately

Re: Python API: Delete a user from a review group

2015-09-02 Thread Steve
Thanks Steven for confirming that. I thought maybe I was going crazy! --Steve On Wednesday, September 2, 2015 at 2:24:50 PM UTC-7, Steven MacLeod wrote: > > It looks like it's not actually possible to delete a user from a review > group using the Python API at the moment. Review Bo

Automating ReviewBoard testing with Selenium or some other tool?

2015-07-10 Thread Steve
haven't written a web app test suite before and don't want to bite off more than I can chew. Thanks --Steve -- 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

Re: Automating ReviewBoard testing with Selenium or some other tool?

2015-07-10 Thread Steve
exercised the basic functionality. Something like that would have exposed this problem. --Steve On Friday, July 10, 2015 at 12:28:04 PM UTC-7, David Trowbridge wrote: Steve, Once upon a time we used Selenium to test the UI, but it's a complicated and fragile system and we ended up abandoning

Re: RBTools: rbt post --diff-filename broken in 0.6.3 and 0.7.x

2015-07-08 Thread Steve
I was just notified by the issue tracker that a fix has been submitted for the diff-filename issue. I'll test drive it as soon as it becomes available. I hope a fix can be submitted soon for issue 3864 too so we can move to 0.7 :) Thanks! --steve On Tuesday, July 7, 2015 at 8:57:43 AM UTC

Re: RBTools: rbt post --diff-filename broken in 0.6.3 and 0.7.x

2015-07-07 Thread Steve
Also, just to clarify, the problem with 'rbt post --diff-filename' exists in 0.7.3 as well. See issue 3908: https://code.google.com/p/reviewboard/issues/detail?id=3908q=seidecolspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary%20Milestone Thanks! --Steve On Sunday, July 5, 2015

RBTools: rbt post --diff-filename broken in 0.6.3 and 0.7.x

2015-07-02 Thread Steve
for greater visibility. Thanks --Steve -- 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

Re: ReviewBot: Problem moving from 0.1 to 0.2

2015-06-16 Thread Steve
root root 4096 Sep 25 2013 Review_Bot_Extension-0.1-py2.6.egg drwxr-xr-x 4 root root 4096 Jun 15 14:23 Review_Bot_Extension-0.2alpha0-py2.6.egg On Tuesday, June 16, 2015 at 10:12:58 AM UTC-7, Steve wrote: Hi all, I'm upgraded a test server from ReviewBoard 1.7.28 to 2.0.15. That seems

ReviewBot: Problem moving from 0.1 to 0.2

2015-06-16 Thread Steve
in 1.39496517181s: False Is there some other step I need to take to upgrade the ReviewBot extension? --Steve -- 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

Re: Problem updating existing reviews after changing perforce port in repository settings

2015-06-09 Thread Steve
On Monday, June 8, 2015 at 3:00:31 PM UTC-7, David Trowbridge wrote: Steve, It's pretty hard for us to do support for post-review, since it's completely obsolete (and 0.5.2 is pretty old). That said, can you give us the output of running post-review with --debug in a case where

Re: Problem updating existing reviews after changing perforce port in repository settings

2015-06-09 Thread Steve
surprise me though because the repo ID is the same - just the port and description changed. --Steve On Tuesday, June 9, 2015 at 7:23:08 AM UTC-7, Steve wrote: On Monday, June 8, 2015 at 3:00:31 PM UTC-7, David Trowbridge wrote: Steve, It's pretty hard for us to do support for post

Re: Problem updating existing reviews after changing perforce port in repository settings

2015-06-09 Thread Steve
-testcases/r/9317/diff/ On Tuesday, June 9, 2015 at 12:17:45 PM UTC-7, David Trowbridge wrote: Can you include the --debug output here? -David On Tue, Jun 9, 2015 at 10:23 AM Steve seide...@gmail.com javascript: wrote: I just tested this with RBTools 0.6.3 and 0.7.3. I ran rbt post

Problem updating existing reviews after changing perforce port in repository settings

2015-06-08 Thread Steve
are currently using RBTools 0.5.2 and post-review, but we're planning to upgrade soon to 0.6.3 and rbt. Our RB version is 1.7.28. I'll try to test with the new RBTools, but I have a limited amount of old reviews that I can play with. Thanks --Steve -- Supercharge your Review Board with Power

Re: Problem updating existing reviews after changing perforce port in repository settings

2015-06-08 Thread Steve
I forgot to mention that I restarted memcached on the servers too, but the problem persists. --steve On Monday, June 8, 2015 at 9:28:21 AM UTC-7, Steve wrote: We changed our DNS entry for our perforce server over the weekend which required me to change our port settings in ReviewBoard. I

Re: RBTools: when and how is .rbtools-cookies written?

2015-06-04 Thread Steve
) # Enter username/password rbt_api = rbclient.get_root() rr = rbt_api.get_review_request(...) I don't fully understand the sequence, but it works and seems sensible so I thought I'd post it in case someone else runs into something similar. Thanks --Steve On Wednesday, June 3, 2015 at 4:30:55

Re: RBTools: when and how is .rbtools-cookies written?

2015-06-03 Thread Steve
) subprocess.call(['rbt', 'post', '814']) or even os.system(rbt post 814) writes a cookie file with just the header and no session id. I'm baffled. How are others calling rbt from python scripts and getting authentication to work? --Steve On Tuesday, June 2, 2015 at 10:38:23 AM UTC-7, Barret

RBTools: when and how is .rbtools-cookies written?

2015-06-02 Thread Steve
into run_from_argv. I don't expect anyone to solve this for me but if I could get some clues as to where to look for the code that saves the cookie file that would be very helpful. Thanks! --Steve -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host

Re: RBTools 0.7.3 is released!

2015-05-28 Thread Steve
, but not for the new one. The bug is 3864. Please let me know if I need to do anything more to get this issue reopened. Thanks! --Steve On Wednesday, May 27, 2015 at 5:48:26 PM UTC-7, Christian Hammond wrote: Hey everyone, We've put out a new release of RBTools 0.7.3, which fixes quite a number

ETA on RBTools 0.7.3?

2015-05-27 Thread Steve
Hi all, I'm planning to roll out some new tools at my company that require bug fixes in 0.7.3. I was wondering if you could provide a rough estimate of when 0.7.3 will be released so I can plan my rollout. Thanks! --Steve -- Supercharge your Review Board with Power Pack: https

Re: rbtools: How can I supress the INFO messages?

2015-05-10 Thread Steve
don't know enough about logging to know it that's the preferred method, but it gets the job done :) --Steve On Saturday, May 9, 2015 at 8:22:37 PM UTC-7, David Trowbridge wrote: I suggest looking at the init_logging method in rbtools/commands/__init__.py -David On Sat, May 9, 2015 at 2:47 AM

rbtools: How can I supress the INFO messages?

2015-05-08 Thread Steve
? Thanks! --Steve -- 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

Re: RBTools 0.7.2: posting a review using a range of perforce change lists no longer works

2015-05-06 Thread Steve
be very confusing to memcached :) I turned off memcache and then got the diffs I was expecting. --Steve On Wednesday, May 6, 2015 at 10:49:14 AM UTC-7, Steve wrote: Issue 3864 created. Thanks! --Steve On Tuesday, May 5, 2015 at 7:14:07 PM UTC-7, Christian Hammond wrote: Hi Steve

RBTools 0.7.2: posting a review using a range of perforce change lists no longer works

2015-05-05 Thread Steve
if I can provide any more information. Thanks! --Steve -- 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

Re: RBTools 0.7.2: posting a review using a range of perforce change lists no longer works

2015-05-05 Thread Steve
going to have to investigate that some more and get back to you. Do I need to file a bug on this issue, or do you have enough already to resolve it? Thanks! --Steve On Tuesday, May 5, 2015 at 6:52:29 PM UTC-7, Christian Hammond wrote: Hi Steve, This looks like a bug with the commit message

Re: RBtools and submitter issue and other questions

2015-04-30 Thread Steve
Thanks David. I think I've been using --username when I should be using --submit-as. How does RB authenticate the --submit-as user? --Steve On Wednesday, April 29, 2015 at 5:02:49 PM UTC-7, David Trowbridge wrote: --username is for authenticating to the review board server. --submit

Re: RBtools and submitter issue and other questions

2015-04-30 Thread Steve
doing that with --username $ rbt post --username sallan CL But that leaves a cookie behind in my name, so if the next person comes along and runs rbt without --username, they end up creating a review in my name, which is awkward. Maybe using --submit-as would be better? --steve On Thursday

Re: RBtools and submitter issue and other questions

2015-04-29 Thread Steve
Which makes me wonder - what is the difference between the --username and --submit-as options? --Steve On Tuesday, April 28, 2015 at 11:11:13 PM UTC-7, MoonWalker wrote: Found it :-). Seems like --submit-as username will do the trick On Wednesday, April 29, 2015 at 3:19:39 PM UTC+10

RBTools: Is this a bug in the way 'rbt --username' handles authentication?

2015-04-28 Thread Steve
? --Steve -- 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

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-27 Thread Steve
Issue 3855 entered. --Steve On Tuesday, April 21, 2015 at 3:22:32 PM UTC-7, David Trowbridge wrote: Would you mind filing a bug on our issue tracker? Thanks, -David On Tue, Apr 21, 2015 at 2:35 PM Steve seide...@gmail.com javascript: wrote: Oops, sorry for forgetting that. Review

Re: Command Line tool for Review Board administration

2015-04-23 Thread Steve
For my test suite, I create a perforce repo using the api this way: from rbtools.api.client import RBClient client = RBClient(http://localhost;) client.login(sallan, sallan) root = client.get_root() root.get_repositories().create(name='perforce', tool=Perforce, path=localhost:1492) --Steve

Installation of 1.7.28 on new CentOS 6.6 box fails to find django-evolution-0.6.9

2015-04-23 Thread Steve
the 1.7.28 problem first, since that's what I really want for testing. Can anybody help me fix this? --Steve -- 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

Re: Installation of 1.7.28 on new CentOS 6.6 box fails to find django-evolution-0.6.9

2015-04-23 Thread Steve
Yup, it's all good now. Thanks! --Steve On Thursday, April 23, 2015 at 12:37:07 PM UTC-7, Christian Hammond wrote: Hi Steve, Give it a try now. Looks like a recent migration of the django_evolution packages resulted in that file being truncated. I've fixed this and tested

RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
believe that's new in Python 2.7. Or was importlib supposed to be installed with RB? --Steve -- 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

Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
easy_install importlib fixes the problem, but it looks like a dependency is missing in the rb installer. --Steve On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote: I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 2.6.6. When I run rb-site install /var/www/rb

Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
Here's what got installed: [root@localhost site-packages]# ls -d *jan* Django-1.4.20-py2.6.egg django_evolution-0.6.9-py2.6.egg django_pipeline-1.2.24-py2.6.egg --steve On Thursday, April 23, 2015 at 2:33:12 PM UTC-7, Christian Hammond wrote: Hi Steve, We shouldn't need that dependency

Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
Yes, it's working now. And I checked my current 1.7.28 production servers and they all have importlib installed, but I don't know how or when it was installed. --Steve On Thursday, April 23, 2015 at 2:55:52 PM UTC-7, Christian Hammond wrote: Weird. I just checked the source of Django

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-22 Thread Steve
Actually, maybe I should be testing out 2.5 anyway. I think I'll give that a try first. --steve On Wednesday, April 22, 2015 at 2:53:10 PM UTC-7, Steve wrote: Will do. Thanks! On Tuesday, April 21, 2015 at 3:22:32 PM UTC-7, David Trowbridge wrote: Would you mind filing a bug on our

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-22 Thread Steve
Will do. Thanks! On Tuesday, April 21, 2015 at 3:22:32 PM UTC-7, David Trowbridge wrote: Would you mind filing a bug on our issue tracker? Thanks, -David On Tue, Apr 21, 2015 at 2:35 PM Steve seide...@gmail.com javascript: wrote: Oops, sorry for forgetting that. Review Board 2.0.15

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-21 Thread Steve
Oops, sorry for forgetting that. Review Board 2.0.15 RBTools 0.7.2 --steve On Tuesday, April 21, 2015 at 2:22:17 PM UTC-7, David Trowbridge wrote: What version of Review Board and RBTools are you running? -David On Tue, Apr 21, 2015 at 2:11 PM Steve seide...@gmail.com javascript: wrote

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-21 Thread Steve
displayed in the review web page. Is it just me, or are others seeing the same behavior? --Steve On Monday, April 20, 2015 at 2:40:42 PM UTC-7, Steve wrote: I've noticed that when I post diffs from a new change list to an existing review request using the -r option that the change list number

RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-20 Thread Steve
list number, because the number in the review is not the one that was submitted. I hope that wasn't as confusing as it sounds. Thanks --Steve -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons

Re: Will changing the name of our perforce server cause us to lose access to old review diffs?

2015-04-09 Thread Steve
So simple I'm embarrassed I didn't think to try it. I take it the repo is identified internally by a DB key and as long as that is left in place, the name and host information can change. However it's done, it works as advertised! Thanks --Steve On Thursday, April 9, 2015 at 2:09:32 PM UTC

Will changing the name of our perforce server cause us to lose access to old review diffs?

2015-04-09 Thread Steve
there, it won't because that hostname will be gone. What behavior will I see if I rename the perforce server? Thanks --Steve -- 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

Re: Can I create a new user in reviewboard using the Python Web API?

2015-04-07 Thread Steve
Okay, makes sense. I can work around that. Is there support for adding a perforce repository via the API? That's the only other piece I need to automate my tests. Thanks --Steve On Monday, April 6, 2015 at 6:41:32 PM UTC-7, Christian Hammond wrote: Hi Steve, There's no support

Re: Can I create a new user in reviewboard using the Python Web API?

2015-04-07 Thread Steve
Adding a repo turned out to be easy: root = client.get_root() root.get_repositories().create(name='perforce', tool=Perforce, path=localhost:1492) I'm all set. Thanks! --Steve On Tuesday, April 7, 2015 at 7:40:50 AM UTC-7, Steve wrote: Okay, makes sense. I can work around

Can I create a new user in reviewboard using the Python Web API?

2015-04-06 Thread Steve
= client.get_root() user = root.get_user(username=sallan) print user But I can't figure out how to create a new user in a script. Can someone point me in the right direction? Thanks ---Steve -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us

500 error when superuser attempts to access admin console

2015-03-19 Thread Steve
('primary_widget_positions') AttributeError: 'NoneType' object has no attribute 'get' Here's what my account looks like in the db: is_superuser: 1 username: sallan first_name: Steve last_name: Allan email: hidden is_staff: 1 is_active: 1 date_joined: 2015-03-17 22:27:38 Other

Re: Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-09-24 Thread Steve
Upgrading Pygments to 1.6 fixed the problem. --Steve On Thursday, August 28, 2014 2:25:51 PM UTC-7, Steve wrote: Knowing it should work helps. The .pl files I'm looking at are smaller than the .pm files that work, so I'm going to rule out file size as the cause. I'll try to isolate

Is ReviewBot working with ReviewBoard 2.0?

2014-09-16 Thread Steve
We're currently using ReviewBoard 1.7.14 with the ReviewBot 0.1 (cppunit and python extensions) and we're considering moving to ReviewBoard 2.0. Anybody have experience, good or bad, with ReviewBoard 2.0 working with ReviewBot? Thanks -- -- Steve -- Get the Review Board Power Pack

Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-08-28 Thread Steve
for some reason in RB. Is this a bug, or a configuration problem on our end? Any tips on how to troubleshoot this? Here's our version information: $ rb-site --version rb-site 1.7.14 $ pygmentize -V Pygments version 1.5, (c) 2006-2011 by Georg Brandl. Thanks -- Steve -- Get the Review Board

Re: Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-08-28 Thread Steve
Knowing it should work helps. The .pl files I'm looking at are smaller than the .pm files that work, so I'm going to rule out file size as the cause. I'll try to isolate the problem some more. Thanks --Steve On Thursday, August 28, 2014 2:01:21 PM UTC-7, David Trowbridge wrote: Steve

Re: Trouble posting diff to RB from git

2014-03-18 Thread Steve Steele
Walt, After much head-scratching, I think I have finally discovered the problem: the repository permissions weren't set up properly on a few directories/files so that RB couldn't read them. Now your workflow seems to work for me (and others). Thank for all of your help! Steve On Fri, Mar 14

Re: Trouble posting diff to RB from git

2014-03-14 Thread Steve Steele
get a massive diff. If I use origin/release_branch or release_branch, I get a diff that fails to get pushed to RB. I know this isn't a git support group, but if anything sticks out, I'd appreciate any info you have. Thanks again, Steve On Thursday, March 13, 2014 2:58:23 PM UTC-5, Javins, Walt

Re: Trouble posting diff to RB from git

2014-03-14 Thread Steve Steele
--tracking-branch=release_branch Is this a normal process flow for git development using ReviewBoard? Thanks again, Steve On Friday, March 14, 2014 11:12:10 AM UTC-5, Steve Steele wrote: Walt, Thanks for your response. I was able to go to the mirror and run git cat-file -t

Trouble posting diff to RB from git

2014-03-13 Thread Steve Steele
I'm having trouble getting my diffs to be uploaded to ReviewBoard: $ rbt post -d DEBUG:root:Checking for a Subversion repository... DEBUG:root:Running: svn info --non-interactive DEBUG:root:Command exited with rc 1: ['svn', 'info', '--non-interactive'] svn: '.' is not a working copy ---

Re: Review Bot: How to manually run cppcheck and pep 8?

2014-01-21 Thread Steve
This question came up again today from one of our users. Has anyone done a manual run of the cppcheck or pep8 bots from reviewboard? On Thursday, September 26, 2013 2:37:01 PM UTC-7, Steve wrote: I have the Review Bot extensions running and they're quick slick. On the configuration page

reviewbot logging

2014-01-21 Thread Steve
How do I enable logging for the reviewbot tools, and where are the logs written? I'm particularly interested in the logging messages in tools/process.py. --Steve -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons

Re: rbt status not working with perforce

2014-01-06 Thread Steve
Done: https://code.google.com/p/reviewboard/issues/detail?id=3184 Thanks --Steve On Saturday, December 28, 2013 1:37:27 PM UTC-8, David Trowbridge wrote: Would you mind filing a bug? Thanks! On Fri, Dec 27, 2013 at 1:06 PM, Steve seide...@gmail.com javascript:wrote: I see

Unable to change server URL from 'localhost' to custom domain

2014-01-03 Thread Steve Vermeulen
that the fix for this is to change the 'server url' setting under 'general settings' however whenever I do this, it always reverts back to localhost almost immediately afterwards. Is this an issue with reviewboard or am I doing something wrong? Cheers, Steve -- Get the Review Board Power Pack

rbt status not working with perforce

2013-12-27 Thread Steve
repositories. r/79412 - Try with a smaller set of files. snip remaining list Is this already a know issue? --Steve -- 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

Re: rbt status not working with perforce

2013-12-27 Thread Steve
: AttributeError: Values instance has no attribute 'revision_range' --Steve On Friday, December 27, 2013 12:17:10 PM UTC-8, David Trowbridge wrote: I don't think we've seen this particular issue before. What version of rbtools are you using? -David On Fri, Dec 27, 2013 at 12:13 PM, Steve seide

Re: Downloading RBTools and Python API docs

2013-11-20 Thread Steve
That did the trick. Thanks! --steve On Friday, November 15, 2013 2:01:16 PM UTC-8, Christian Hammond wrote: Hi Steve, They can be built from source by going into the docs/rbtools/ directory and typing 'make html'. We don't have any pre-built packages. You'll need python-sphinx

Downloading RBTools and Python API docs

2013-11-15 Thread Steve
I'd like to have access to the docs for RBTools and the Python API locally on my machine. Is there a place I can download the html docs? I didn't see it available on reviewboard.org, but I may not be looking in the right places. --Steve -- Get the Review Board Power Pack at http

Re: ReviewBoard server tips over about twice a week

2013-10-07 Thread Steve
Just to close the loop on this issue - we doubled the RAM on our server to 32GB and allocated 8GB to memcached. So far we've gone 2 weeks without any problems so it appears it was memcached that was thrashing. Thanks for all the input. ---Steve On Thursday, September 12, 2013 5:27:39 AM UTC

Re: post-review only update testing-done field for existing request

2013-09-30 Thread Steve
I haven't tried this, but does it work if you include the --change-only option? --steve On Saturday, September 28, 2013 8:04:36 PM UTC-7, Lynn Lin wrote: Environment: Git source code repostior y Linux ubuntu RBTools:0.5.2 Reviewboard:1.6.1 I try to *ONLY* update testing-done

Web API: review-requests?changenum=NNNN stopped working in 1.7.14

2013-09-30 Thread Steve
wrong? Thanks --Steve -- 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

Re: Web API: review-requests?changenum=NNNN stopped working in 1.7.14

2013-09-30 Thread Steve
That seems to work. Curious that it worked previously without the '/'. Thanks! --Steve On Monday, September 30, 2013 4:31:23 PM UTC-7, David Trowbridge wrote: The problem is with a trailing slash. Try this URL: /api/review-requests/?changenum=N -David On Mon, Sep 30, 2013 at 7:03 PM

Re: Reviewbot: Should I see cppcheck and pep8 in my extension list?

2013-09-26 Thread Steve
. So reviewbot is now working fine, and is actually pretty cool! --Steve On Wednesday, September 25, 2013 2:22:27 PM UTC-7, Steve wrote: Okay, I restarted the reviewbot work as root and now the extensions show up. The reviewbot-cookies.txt file was written into the directory where I cloned

Review Bot: How to manually run cppcheck and pep 8?

2013-09-26 Thread Steve
don't see any button, icon or text to trigger a manual run on the review page. How do I do that? Thanks! --Steve -- 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

Reviewbot: Should I see cppcheck and pep8 in my extension list?

2013-09-25 Thread Steve
= reviewbot.tools.pep8:PEP8Tool', ], But it's not clear to me where that setting should be. --Steve -- 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

Re: Reviewbot: Should I see cppcheck and pep8 in my extension list?

2013-09-25 Thread Steve
Sorry, I should have mentioned that I did that. I even restarted apache and did the refresh again. I'm still not seeing any extensions. --Steve On Wednesday, September 25, 2013 11:24:22 AM UTC-7, Steven MacLeod wrote: Right after the section you've pasted, you'll see this: After a tool

Re: Reviewbot: Should I see cppcheck and pep8 in my extension list?

2013-09-25 Thread Steve
that. --Steve On Wednesday, September 25, 2013 11:43:42 AM UTC-7, Steve wrote: Sorry, I should have mentioned that I did that. I even restarted apache and did the refresh again. I'm still not seeing any extensions. --Steve On Wednesday, September 25, 2013 11:24:22 AM UTC-7, Steven MacLeod

Re: Reviewbot: Should I see cppcheck and pep8 in my extension list?

2013-09-25 Thread Steve
. On Wednesday, September 25, 2013 2:08:28 PM UTC-7, Steve wrote: This may be the problem. I'm running the reviewbot worker as apache and seeing this error: [2013-09-25 10:57:33,786: WARNING/MainProcess] There was an error while creating a cookie file: [Errno 13] Permission denied: 'reviewbot

Re: RBTools 5.x API: Can it be used to modify database?

2013-09-24 Thread Steve
Ah, a light bulb just went on. I was missing the link between the new RBTools API and the web resources. After reading your message I went back and read more carefully the section titled Links Between Resources. Things are starting to make more sense to me now. Thanks! --Steve On Monday

RBTools 5.x API: Can it be used to modify database?

2013-09-23 Thread Steve
via the API? The online docs don't appear to be complete, but I may be missing something. Thanks Steve -- 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

Re: User Not Receiving Emails

2013-09-13 Thread Steve
Did you ever figure this out? I'm having the same problem here with a specific user and only on 1 of our RB servers. I can't figure out where RB is logging its smtp messages. I don't see anything in my reviewboard.log file. --Steve On Wednesday, July 31, 2013 10:51:35 AM UTC-7

Re: ReviewBoard server tips over about twice a week

2013-09-11 Thread Steve
Thanks Paul, that's helpful. We're using the prefork MPM. Do you think 4000 is too large a number for MaxRequetsPerChild? --Steve On Wednesday, September 11, 2013 2:15:35 AM UTC-7, Paul Fee wrote: Your httpd.conf suggests you've got mod_status enabled. Therefore visit the /server-status

listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
trouble finding them. Can someone point me in the right direction? Thanks --Steve -- 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

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
Better yet, is there a way to do this with the new RBTools 5.x API? --Steve On Wednesday, September 11, 2013 8:54:07 AM UTC-7, Steve wrote: I can list all RB users this way: from django.contrib.auth.models import User for user in User.objects.all(): print user That correctly

Re: listing all review groups and users within the group using a python script

2013-09-11 Thread Steve
This example is very helpful. Thanks! --Steve On Wednesday, September 11, 2013 11:43:11 AM UTC-7, Steven MacLeod wrote: Yes, this can be done using the API. Assuming you have rbtools 5.x installed, the following script should work. Modify for your desired output. It should be noted

  1   2   >