Re: ReviewBoard webpage has lost its fromatting and showing texts

2015-03-06 Thread David Trowbridge
, this doesn't even make sense to me. the page is blank and F12 show out in lower pane of image. I don't see any 404 errors Josephine On Friday, March 6, 2015 at 3:28:55 PM UTC-5, David Trowbridge wrote: If you look at the HTML of the page (or look at the 404 errors in the browser debug tools

Re: Enabling Power Pack fails with an error on the Manage Extensions page

2015-03-09 Thread David Trowbridge
Johan, It looks like there's actually a partially-completed upgrade on that server, and it's just being exposed by trying to activate the extension. Can you run `rb-site upgrade /path/to/site` ? -David On Mon, Mar 9, 2015 at 2:45 AM Johan Borkhuis borkh...@gmail.com wrote: Hello, I tried

Re: CRITICAL: 'utf8' codec can't decode byte 0x96 in position 19: invalid start byte

2015-03-11 Thread David Trowbridge
Thanks for the debug info. I'm currently working on this, and we'll get it fixed in the next version of RBTools. -David On Wed, Mar 11, 2015 at 6:02 AM Ovidiu-Florin BOGDAN ovidiu@gmail.com wrote: Fixed. Once the character – ( using ISO-8859-15 encoding ) that looks like == was removed

Re: ReviewBoard webpage has lost its fromatting and showing texts

2015-03-06 Thread David Trowbridge
If you look at the HTML of the page (or look at the 404 errors in the browser debug tools), what URLs are being used for media like jquery-1.8.2.min.js? -David On Fri, Mar 6, 2015 at 11:28 AM Josephine O'Para jo.ak@gmail.com wrote: Additional information. Web page suggests some files

Re: Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-03-05 Thread David Trowbridge
: true} Thank you for the response. Let me know if I am missing something. On Friday, February 27, 2015 at 3:51:21 PM UTC-8, David Trowbridge wrote: Hi, Can you share what the repository configuration looks like in the Review Board admin? -David On Thu Feb 26 2015 at 7:43:00 PM Jonathan

Re: Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-03-05 Thread David Trowbridge
Probably the first thing is to add some additional logging to reviewboard/hostingsvcs/bitbucket.py, especially around the get_file_exists method. -David On Thu, Mar 5, 2015 at 6:42 PM Jonathan Anderson jonat...@webessenceonline.com wrote: Thanks for the reply. Any tips on how to debug this

Re: CRITICAL: 'utf8' codec can't decode byte 0x96 in position 19: invalid start byte

2015-03-25 Thread David Trowbridge
release of RBT be? joi, 12 martie 2015, 00:47:09 UTC+2, David Trowbridge a scris: Thanks for the debug info. I'm currently working on this, and we'll get it fixed in the next version of RBTools. -David On Wed, Mar 11, 2015 at 6:02 AM Ovidiu-Florin BOGDAN ovidi...@gmail.com wrote: Fixed

Re: Post Commit hook can not post reviews

2015-03-25 Thread David Trowbridge
Hi, It's failing because your post-commit hook is not running with the cwd as a repository working directory. You can fix this by adding --repository-url= http://192.168.0.2:18080/svn/IT to your rbt post command-line. -David On Sat, Mar 21, 2015 at 12:24 AM Randhir Singh

Re: Problem with rbt diff with two revision numbers

2015-03-02 Thread David Trowbridge
, Panikera On Thursday, February 26, 2015 at 1:17:00 AM UTC+5:30, David Trowbridge wrote: The command you ran with --debug doesn't list the revisions you were trying to post, so it ran down a different code path. Please run rbt post --debug 45277:45275 and send the output of that. -David

Re: The searching order of .reviewboardrc changes in rbtools 0.6.x

2015-03-02 Thread David Trowbridge
Hi, This is a bug, and we'll get a fix in soon. -David On Thu, Feb 26, 2015 at 6:51 PM Xy Sui oswi...@gmail.com wrote: Hi, I just found that’s another change without compatibility after rbtools upgrade. In rbtools 0.5.x, the order to search one config in all .reviewboardrc files is

Re: new mercurial repository

2015-03-02 Thread David Trowbridge
After saving, is it in the list at /admin/db/scmtools/repository/ ? -David On Mon, Mar 2, 2015 at 10:57 AM Hanna-John hanna.ja...@gmail.com wrote: I add the details as in the documentation, save all is ok- no way to test if it was added properly, and when I go to create review request, I can

Re: Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-02-27 Thread David Trowbridge
Hi, Can you share what the repository configuration looks like in the Review Board admin? -David On Thu Feb 26 2015 at 7:43:00 PM Jonathan Anderson jonat...@webessenceonline.com wrote: Hello, I am using bitbucket as my repo and it's configured in reviewboard as a repo. Tried to google and

Re: Upgrading from 1.0.6 to 2.0.x - suggestions and recommendations?

2015-03-03 Thread David Trowbridge
Hi, So I'm by far not an expert on the evolutions, but that change looks like it's likely to break things pretty badly (in particular, file-attachment only review requests). Christian, any thoughts on what's causing the errors? -David On Fri, Feb 27, 2015 at 7:40 AM Srinidhi B S

Re: ReviewBoard with TFS Git Repos

2015-02-23 Thread David Trowbridge
Callum, We've been working on adding TFS support to the Power Pack for Review Board. We expect to release this sometime today or tomorrow. At the moment, this only supports TFVC, but we expect to add TF git very soon. -David On Mon Feb 23 2015 at 1:32:02 AM Callum Bradbury

Re: Problem with rbt diff with two revision numbers

2015-02-23 Thread David Trowbridge
First of all, some questions: - What version of RBTools do you have installed? - What version control system is this? SVN? Second, can you run again with --debug and send the output? -David On Mon Feb 23 2015 at 2:51:02 AM Panikera Raj panikera.raj...@gmail.com wrote: Hi All, I am using

Re: Issue with base directory path while uploading diff in UI

2015-02-23 Thread David Trowbridge
What version of Review Board? Is this with SVN? How is the diff being generated? How is the diff being uploaded? -David On Mon Feb 23 2015 at 2:11:37 AM shravanthi s shrav...@gmail.com wrote: One of our users had issues updating a diff in one of the reviews as the base directory path which

Re: Two different repos in the same review

2015-02-23 Thread David Trowbridge
This is currently not supported, and not likely to be supported soon (due to the way the database schema is designed). I'd suggest using two separate review requests and cross-linking them using the Depends On field. -David On Mon Feb 23 2015 at 12:12:19 PM Anon lavina.j...@gmail.com wrote:

Re: Problem with rbt diff with two revision numbers

2015-02-25 Thread David Trowbridge
\post.py, line 654, in main raise CommandError(There don't seem to be any diffs!) rbtools.commands.CommandError: There don't seem to be any diffs! Please suggest me on this, Thanks In Advance... Regards, Panikera On Tuesday, February 24, 2015 at 2:34:07 AM UTC+5:30, David Trowbridge

Re: Problems attaching an image to a review

2015-02-25 Thread David Trowbridge
What does the web server configuration look like? -David On Wed Feb 25 2015 at 1:17:53 PM Alfred von Campe alf...@von-campe.com wrote: Does anyone have any idea what could be causing the problem described below? Alfred On Feb 24, 2015, at 10:05, Alfred von Campe alf...@von-campe.com

Re: Problems attaching an image to a review

2015-02-26 Thread David Trowbridge
. -David On Wed Feb 25 2015 at 2:10:58 PM Alfred von Campe alf...@von-campe.com wrote: On Feb 25, 2015, at 16:30, David Trowbridge trowb...@gmail.com wrote: What does the web server configuration look like? VirtualHost *:80 ServerName hepdsw-rb.bose.com DocumentRoot /var

Re: Set server log timezone

2015-03-25 Thread David Trowbridge
Terry, This currently isn't possible. Can you file an enhancement request in our bug tracker? Thanks, -David On Wed, Mar 25, 2015 at 8:33 AM Dunnigan, Terrence J terrence.j.dunni...@boeing.com wrote: Hi all, When I view the server log (/admin/log/server/) all of the entries have a GMT

Re: Unicode characters not allowed in Review Team name and other fields

2015-03-26 Thread David Trowbridge
Have you configured your database to be utf8? By default, MySQL uses ISO-Latin-1. -David On Wed, Mar 25, 2015 at 11:26 PM Ovidiu-Florin BOGDAN ovidiu@gmail.com wrote: I'm trying to create a team with the name containing these characters: ăâșțî I get an error that the team name contains

Re: RBTools report 404: Not Found

2015-01-13 Thread David Trowbridge
I don't know what you mean by RB server version 1.7.5 and its RBTools version. There's not a tight coupling between Review Board and RBTools releases. Please tell us which version you're using. -David On Tue Jan 13 2015 at 12:11:05 PM Nilesh Jaiswal nileshj...@gmail.com wrote: Dear All, I

Re: How to display local picture for user?

2015-01-29 Thread David Trowbridge
This has not been done yet. -David On Wed Jan 28 2015 at 8:35:59 PM Kevin Brotcke brot...@gmail.com wrote: Did this enhancement ever get added or someone start working on it? On Wednesday, February 1, 2012 at 4:44:56 AM UTC-5, Christian Hammond wrote: Depending on how you do it, yeah,

Re: Integrate Review Board inline comment functionlity with my own review tool

2015-04-02 Thread David Trowbridge
Hi, Review Board is a very complex application with significant backend code in Python. Extracting a single feature and integrating it into a separate application is not going to be feasible. -David On Thu, Apr 2, 2015 at 10:14 PM Boopathy N boopat...@gmail.com wrote: Hello Team, We

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-23 Thread David Trowbridge
Yeah, the raw file URL needs to have the revision in there somewhere. Since you're using GitLab, you should just choose GitLab instead of None - Custom Repository -David On Thu, Apr 23, 2015 at 10:52 AM Stephen Gallagher step...@gallagherhome.com wrote: On Thu, Apr 23, 2015 at 11:49 AM James

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

2015-04-21 Thread David Trowbridge
What version of Review Board and RBTools are you running? -David On Tue, Apr 21, 2015 at 2:11 PM Steve seide.al...@gmail.com wrote: Looking further into this, it appears that when I run rbt post -r 3 CL commit_id for RR 3 gets updated with the new cl number, but changenum does not. The

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

2015-04-21 Thread David Trowbridge
Would you mind filing a bug on our issue tracker? Thanks, -David On Tue, Apr 21, 2015 at 2:35 PM Steve seide.al...@gmail.com wrote: 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

Re: New comment moderation in effect

2015-04-22 Thread David Trowbridge
How long depends on whether the moderators are asleep. -David On Wed, Apr 22, 2015 at 8:11 AM GC varuag.chha...@gmail.com wrote: Hi, Today i tried posting a query for the first time. This was done around three hours back but i'm yet to see it on the board. Subject line was Command Line

Re: Posting a diff with [rbt post -d] causes a strange python error

2015-04-24 Thread David Trowbridge
Would you be able to test with a more modern rbtools? 0.5.7 is pretty old. -David On Fri, Apr 24, 2015 at 12:03 AM Nicolas Comet nicolas.co...@gmail.com wrote: Hi, When any of my colleague (including me) are trying to post with the rbt post -d command, we get this stacktrace :

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-22 Thread David Trowbridge
How have you configured the repository on Review Board? -David On Wed, Apr 22, 2015 at 1:50 PM James Knight james.d.kni...@live.com wrote: So I wasn't using RBTools but I figured I'd try it first to see a working solution with rbt rather than using the web interface. After installing and

Re: Review Board Extension

2015-04-21 Thread David Trowbridge
Satish, We try pretty hard to make the extension framework backward- and forward-compatible, but depending on how complex your extension is, it might be tricky. Can you tell us a bit about what you're building? -David On Mon, Apr 20, 2015 at 11:40 PM satish singh trivi...@gmail.com wrote: Hi

Re: why does rbt post have to fetch SCM credentials from RB and not just my client m/c

2015-04-24 Thread David Trowbridge
That error is coming from the server (the server is trying to log in--it's not downloading credentials to the client). It can't use your credentials from the client because it also needs to communicate with the repository when people view the diff. -David On Thu, Apr 23, 2015 at 9:04 PM unknown

Re: Best Approach to Reconstruct Repo with Changes

2015-04-28 Thread David Trowbridge
Hi, Internally, in the case of an unpushed branch, Review Board does store a parent diff between the parent revision and the posted diff. However, this is not exposed to the user. Typically what will happen in this case is that the parent changes will have their own review requests, in which case

Re: RBtools and submitter issue and other questions

2015-04-30 Thread David Trowbridge
? --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-as is for impersonating another user (assuming the authenticated user has the right permissions) after authentication. The aforementioned

Re: Issue after ReviewBoard upgrade

2015-04-30 Thread David Trowbridge
Have you tried restarting the web server (apache)? -David On Thu, Apr 30, 2015 at 11:12 AM Papaswede papasw...@gmail.com wrote: I've upgraded my ReviewBoard site and am now getting the errors in the attached screenshot. The first and last errors don't make sense to me, because

Re: RBtools and submitter issue and other questions

2015-04-30 Thread David Trowbridge
UTC-7, David Trowbridge wrote: Can you clarify your use case? These two things shouldn't be easy to misuse. -David On Thu, Apr 30, 2015 at 11:31 AM Steve seide...@gmail.com wrote: Thanks David. I think I've been using --username when I should be using --submit-as. How does RB

Re: rbtools (v0.7.2) exit code and Jenkins-CI?

2015-04-30 Thread David Trowbridge
a comment?, Also I need to get some sort of feedback from the rbt tool to find out if 1) new review 2) existent review 3) error On Friday, May 1, 2015 at 8:00:51 AM UTC+10, David Trowbridge wrote: Perhaps the -u flag will do what you want? -David On Thu, Apr 30, 2015 at 2:58 PM MoonWalker daniel.c

Re: rbtools (v0.7.2) exit code and Jenkins-CI?

2015-04-30 Thread David Trowbridge
With the built-in commands, no. With the python API that's part of rbt, yes. -David On Thu, Apr 30, 2015 at 3:40 PM MoonWalker daniel.cabrera...@gmail.com wrote: Is it possible to post a comment to a given review by using rbt? On Friday, May 1, 2015 at 8:36:53 AM UTC+10, David Trowbridge

Re: rbtools (v0.7.2) exit code and Jenkins-CI?

2015-04-30 Thread David Trowbridge
30, 2015 at 3:53 PM MoonWalker daniel.cabrera...@gmail.com wrote: Any plans to expand the set of commands supported by rbt ?. Do you recommend a workaround to achieve something similar of what I need? On Friday, May 1, 2015 at 8:48:02 AM UTC+10, David Trowbridge wrote: With the built

Re: RBtools and submitter issue and other questions

2015-04-29 Thread David Trowbridge
--username is for authenticating to the review board server. --submit-as is for impersonating another user (assuming the authenticated user has the right permissions) after authentication. The aforementioned scenario (having a post-commit hook or CI task) to post review requests on behalf of

Re: Customize Administrator Dashboard

2015-05-07 Thread David Trowbridge
In Review Board 2.5, you'll be able to add new admin widgets via the extension interfaces: https://www.reviewboard.org/docs/manual/2.5/extending/extensions/hooks/admin-widget-hook/ I'll also take this opportunity to plug the Power Pack ( https://www.reviewboard.org/powerpack/), which has some

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

2015-05-09 Thread David Trowbridge
I suggest looking at the init_logging method in rbtools/commands/__init__.py -David On Sat, May 9, 2015 at 2:47 AM Steve seide.al...@gmail.com wrote: This is a problem of my own creation, but hopefully someone can help me out. I'm essentially wrapping the functionality provided by the rbt

Re: User Permission settings error

2015-05-09 Thread David Trowbridge
Sri, Those permissions are auto-created inside of Django and we generally don't do anything special inside of the Review Board UI for them. Until now we've taken the approach that users are either full admins or normal users. The API does use some of these permissions to grant access to some

Re: Restricting user permisssion

2015-05-18 Thread David Trowbridge
This is not possible. Review Board is designed on the idea of relatively open collaboration and discussion, rather than trying to lock down roles. -David On Mon, May 18, 2015 at 9:33 AM Snehasish Maity 91snehas...@gmail.com wrote: Hi all, I am having a problem with setting user permission. I

Re: Restricting user permisssion

2015-05-19 Thread David Trowbridge
Sure, anything is possible, but it's probably a lot of work. -David On Mon, May 18, 2015 at 11:49 PM Snehasish Maity 91snehas...@gmail.com wrote: Hi David, Thnx for the info. But review board is open source. So is this possible by doing any code changes? Thnx, Snehasish Maity --

Re: Understanding adaptors

2015-04-16 Thread David Trowbridge
P4Python is a library created by Perforce to interface with their system. I'm not sure that understanding how P4Python works will help you in implementing a different system. You'll want to look at the SCMTool implementations within the Review Board source tree. You can create your new SCMTool as

Re: Review Board Extension : Custom Email Notification

2015-04-14 Thread David Trowbridge
Parthiban, It's possible that the SpiffyEmailMessage class and some of the utility functions might be useful to you. Beyond that, everything else should just be set up for you to use Django's built-in e-mail APIs. -David On Tue, Apr 14, 2015 at 1:48 AM Parthiban parthi...@gmail.com wrote: Hi

Re: Hide repository from New Review Request

2015-04-14 Thread David Trowbridge
Publicly accessible is used for access control (and will restrict whether people can see review requests posted against that repository). The check-box you want is Show this repository -David On Tue, Apr 14, 2015 at 5:53 PM MoonWalker daniel.cabrera...@gmail.com wrote: hi, We are in the

Re: How to access local site?

2015-04-14 Thread David Trowbridge
The URL will be your reviewboard URL plus /s/trial_reviewboard1/ -David On Mon, Apr 13, 2015 at 9:53 PM shilpageo shilpa.anan...@gmail.com wrote: Hi, I have reviewboard site /trial/reviewboard/ . In which I have created local site of name trial_reviewboard1. What is url of local site?

Re: HI, I Got this error notice , searched all solutions in google, withou solution, can anyone help me ?

2015-04-01 Thread David Trowbridge
Can you please include the full --debug output? Thanks, -David On Wed, Apr 1, 2015 at 10:41 AM 陈晓辉 sdqx...@gmail.com wrote: Got API Error 224 (HTTP code 400): The specified diff file could not be parsed. Error data: {u'stat': u'fail', u'reason': ufatal: Not a git repository: 'None'\n,

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

2015-04-09 Thread David Trowbridge
Instead of registering the new name as a new repository, just update the existing repository inside the Review Board admin to point to the new hostname. After that, everything should work fine. -David On Thu, Apr 9, 2015 at 2:04 PM Steve seide.al...@gmail.com wrote: Our company has decided to

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread David Trowbridge
Eric, Thanks so much for this! As you note, we usually don't hear from people when it just works (which I hope is most of the time), so this is very much appreciated! -David On Tue, May 19, 2015 at 9:59 AM Eric Johnson e...@tibco.com wrote: Usually you get support requests on this mailing

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread David Trowbridge
Hi, Unfortunately, the TFS 2012 server doesn't include the REST API that we use. This is something that we're looking into, but for now you'll have to have TFS 2013 on the server. -David On Tue, May 19, 2015 at 8:36 AM Cormick Nugent cormicknug...@gmail.com wrote: More on this. When I run

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-20 Thread David Trowbridge
it out again then (as long as I can renew my 30 day trial) I want to say a big thank you for all the assistance, I appreciate it. All the best. Cormick. On Tuesday, 19 May 2015 22:55:28 UTC+1, David Trowbridge wrote: Hi, Unfortunately, the TFS 2012 server doesn't include the REST API

Re: Changed servers svn repo path not fetching correctly

2015-06-04 Thread David Trowbridge
It looks like perhaps some diffsets have the basedir set to a URL instead of a path prefix? -David On Thu, Jun 4, 2015 at 2:36 PM nolan Anderson nolan.thomas.ander...@gmail.com wrote: We migrated our svn repos from one server to the other, and I have since updated the repository paths on the

Re: when install reviewboard on centOS, I get this error

2015-06-08 Thread David Trowbridge
That page includes instructions for how to fix it. You may need to restart apache after running those commands. -David On Mon, Jun 8, 2015 at 10:41 AM 李天美 emome...@gmail.com wrote: I also meet this problem, and I don't know how to fix it.I need help 在 2013年8月21日星期三

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

2015-06-08 Thread David Trowbridge
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 this problem is showing up? BTW, why are you planning to upgrade to 0.6.3 instead of

Re: Dashboard displays incorrect number

2015-06-05 Thread David Trowbridge
Hi, There were several bugs causing incorrect counters, but the last of them was fixed in 2.0.15. If you upgrade, it should fix them for good. -David On Fri, Jun 5, 2015 at 11:39 AM dang.tab dang.t...@gmail.com wrote: I am running 2.0.14 on a Ubuntu 14.04 LTE host. The database is Postgresql

Re: Review Board Installation: Bad Request (400)

2015-06-09 Thread David Trowbridge
There are a few places where the server name should be configured: - Apache vhost configuration - ALLOWED_HOSTS setting in settings_local.py - In the General page of the Review Board admin site (once you can get to it) -David On Tue, Jun 9, 2015 at 12:11 PM Jiangcheng Liu

Re: differ is skewing due to not realizing change

2015-06-09 Thread David Trowbridge
Austin, It looks like this is happening with interdiffs. There are some fixes coming in 2.0.16 which should help here. -David On Tue, Jun 9, 2015 at 12:08 PM Austin Wolfson awolf...@wordstream.com wrote: Hello, we are currently using ReviewBoard 2.0.15 and we are seeing an issue where our

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

2015-06-09 Thread David Trowbridge
, 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 this problem is showing

Re: Changed servers svn repo path not fetching correctly

2015-06-09 Thread David Trowbridge
The only real solution is to go in and fix up the database. The django shell may be helpful in writing some code to do it. -David On Tue, Jun 9, 2015 at 9:44 AM nolan Anderson nolan.thomas.ander...@gmail.com wrote: Yes, that's correct -- if this is an issue, is there any easy solution? --

Re: email issue on RB group vs people

2015-06-22 Thread David Trowbridge
:-( cheers On Saturday, June 20, 2015 at 8:29:58 AM UTC+10, David Trowbridge wrote: a) you're sure it's empty? no whitespace in there? b) you're sure everyone is a member of that group? -David On Thu, Jun 18, 2015 at 7:18 PM, MoonWalker daniel.c...@gmail.com wrote: it is empty On Friday

Re: email issue on RB group vs people

2015-06-19 Thread David Trowbridge
a) you're sure it's empty? no whitespace in there? b) you're sure everyone is a member of that group? -David On Thu, Jun 18, 2015 at 7:18 PM, MoonWalker daniel.cabrera...@gmail.com wrote: it is empty On Friday, June 19, 2015 at 12:12:44 PM UTC+10, David Trowbridge wrote: Please check

Re: ImportError: No module named urllib.parse

2015-06-19 Thread David Trowbridge
This isn't something we can work around in RBTools (at least not without regressing in our python 3.x compatibility). The problem is that older versions of six didn't ship moves for all of the urllib/urllib2 changes. -David On Fri, Jun 19, 2015 at 6:31 PM, Christian Hammond

Re: Reviewboard Git Configuration

2015-06-25 Thread David Trowbridge
Mohamed, See https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/#raw-file-urls -David On Wed, Jun 24, 2015 at 9:26 PM, mohamed.ka...@aurea.com wrote: Hi, I have to configure Git (gitweb) with Reviewboard. And we have decided not to go with local clone option.

Re: email issue on RB group vs people

2015-06-18 Thread David Trowbridge
that I establish the members of a group, RB will send an email to all the group members, but that is not the case. I have to add them to the People to have the expected result. Do I need to configure anything else on RB ? On Friday, June 19, 2015 at 10:14:18 AM UTC+10, David Trowbridge wrote

Re: Reset password issue

2015-06-22 Thread David Trowbridge
The password reset is just presentation on top of django's implementation. I believe the decision to not show an error is an intentional one to prevent people from getting information about the registered users on the system by issuing lots of password resets. -David On Sun, Jun 21, 2015 at 4:23

Re: email issue on RB group vs people

2015-06-18 Thread David Trowbridge
Does the group have a mailing list configured? If so, e-mail to that group will be sent only to the list and not to the group members. -David On Thu, Jun 18, 2015 at 5:11 PM, MoonWalker daniel.cabrera...@gmail.com wrote: I have noticed this issue since several versions, not sure if this is a

Re: ReviewBoard 2.0.15 does not like ./ as basedir or as path to file in diff

2015-06-11 Thread David Trowbridge
You shouldn't have to modify the diff files even if the paths include . and .. For patches generated in the root of the repository, the base directory should never have been ./, but / A patch generated in a subdirectory but trying to give a full file path (such as ../../trunk/path/File.java)

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

2015-06-16 Thread David Trowbridge
On Tue, Jun 16, 2015 at 3:33 AM, diwan.b...@gmail.com wrote: Running: git version ERROR: Could not load SCM Client git: [Error 2] The system cannot find the fil e specified This looks like it's unable to find the command-line git in your path. This is odd, because it should be detecting

Re: Happy Review Board user?

2015-06-10 Thread David Trowbridge
What you ask is somewhat beyond the realm of a simple alias. However, everything that you want (including closing issues) is accessible via the API: https://www.reviewboard.org/docs/manual/2.0/webapi/ -David On Mon, Jun 8, 2015 at 11:52 AM James Blau ja...@tresata.com wrote: Hello, I can't

Re: Is it possible to integrate Sonar Qube Review tool with Review Board.

2015-05-28 Thread David Trowbridge
There's certainly no such integration today. I'm not at all familiar with SonarQube, but if it has APIs you could probably build something using Review Board's extensions framework. -David On Thu, May 28, 2015 at 10:03 AM Narayan kumar Ch narayan@gmail.com wrote: As part of Developers' self

Re: Unable to see repository on new review request page

2015-05-27 Thread David Trowbridge
Can you share the details of your configuration? Are there any errors in the server logs or the browser's JavaScript console? -David On Wed, May 27, 2015 at 4:34 AM shilpageo shilpa.anan...@gmail.com wrote: Hi, I am using reviewboard 2.0.13 and ubuntu. After installing subvertpy and

Re: Error: The specified diff file could not be parsed

2015-07-02 Thread David Trowbridge
The actual error is buried in there: Authentication failed when talking to the Subversion repository What this means is that the SVN repository configured in the Review Board admin page doesn't have the correct credentials. -David -- Supercharge your Review Board with Power Pack:

Re: Migrate database(mysql) to another server

2015-07-06 Thread David Trowbridge
It's pretty much that simple. You'll need to restart your web server after changing the settings file. -David On Mon, Jul 6, 2015 at 5:26 PM Shan Shan shan33s...@gmail.com wrote: Hi, I need to move rb database to a separate server. Is it just as simple as dump the database to the new server

Re: Production ready RB2.0.15 release date?

2015-05-24 Thread David Trowbridge
What do you mean? Many, many people run 2.0.15 in production. -David On Sun, May 24, 2015 at 7:08 PM MoonWalker daniel.cabrera...@gmail.com wrote: I would love to use RB 2.0.15, but I prefer to wait until is production ready. Any idea when this may happen? cheers -- Supercharge your

Re: submitter has left company; how to change

2015-05-22 Thread David Trowbridge
David, We do have a prototype implementation of allowing people (including admins) to change the ownership of a review request, but for now, changing it in the Database section of the admin UI should work. You're right that you'll likely need to fix the open counts, which can be done by running

Re: RBTools 0.7.2 python3.4 build doesn't work ('no module named urllib2')

2015-05-22 Thread David Trowbridge
Bruce, We're making progress on getting RBTools to be Python 3.x ready, but it's not there yet. Most of the time, when there are multiple versions of python installed, there will also be multiple versions of easy_install, so you can probably do `easy_install-2.7 RBTools` and it will work. -David

Re: What if I move my repositories?

2015-05-21 Thread David Trowbridge
The items shown in RBTools Setup shouldn't include the repository URL (it has the Review Board server URL as configured in the General settings page, and the name of the repository). -David On Thu, May 21, 2015 at 11:27 AM Eric Johnson e...@tibco.com wrote: Hopefully a quick question. What

Re: Problem of rbt0.7.2

2015-05-22 Thread David Trowbridge
Hi, This bug has already been fixed in git and will ship in 0.7.3 (which is coming soon). -David On Fri, May 22, 2015 at 10:32 AM Jam kamaliang2...@gmail.com wrote: Client OS: Windows7 64 Review board: 2.0.15 Server OS: Centos6.6 64 rtb.exe: 0.7.2 H:\practise\reviewboard\testrbt

Re: why does rbt post have to fetch SCM credentials from RB and not just my client m/c

2015-05-21 Thread David Trowbridge
and then displayed? Or is the entire file content saved in the database, which is fetched and displayed? On Saturday, April 25, 2015 at 1:32:33 AM UTC+5:30, David Trowbridge wrote: That error is coming from the server (the server is trying to log in--it's not downloading credentials

Re: User Authentication Credential for SVN authentication?

2015-05-21 Thread David Trowbridge
No, there is no way to do this. Most people create a new read-only user to use for Review Board. -David On Thu, May 21, 2015 at 8:29 AM Francois francois.chardavo...@gmail.com wrote: Our current setup involves a number of SVN/git repositories, where only a sub-group of users have access to

Re: I can't login

2015-08-18 Thread David Trowbridge
Did you try restarting apache after running these commands? -David On Tue, Aug 18, 2015 at 4:31 AM, verisa...@gmail.com wrote: Hello. At first, sorry my poor english. Today, I installed review board to ubuntu. I can see top page. so i try login, but i can't login.

Re: can't view diff!!!

2015-06-30 Thread David Trowbridge
How is the repository configured? Have you looked at the files in the tmp directory? On Tue, Jun 30, 2015 at 12:33 AM tercelz...@gmail.com wrote: Today, i successfully installed ReviewBoard2.0.18.but i can't work well,when a choose a repostitories ,select a git diff file genrate by

Re: Server 2.0.18: unable to reset password

2015-07-29 Thread David Trowbridge
00:07:31 UTC+5:30, David Trowbridge wrote: What authentication backend are you using? -David On Wed, Jul 29, 2015 at 4:36 AM Renu kumar Setty renukum...@gmail.com wrote: Hello Barret, thanks for looking into this, please find below logs snippet: File /usr/lib/python2.6/site-packages

Re: Server 2.0.18: unable to reset password

2015-07-29 Thread David Trowbridge
What authentication backend are you using? -David On Wed, Jul 29, 2015 at 4:36 AM Renu kumar Setty renukumar.se...@gmail.com wrote: Hello Barret, thanks for looking into this, please find below logs snippet: File

Re: Some questions about ReviewBoard2.5.x

2015-08-07 Thread David Trowbridge
On Fri, Aug 7, 2015 at 4:56 AM, Сергей Жеревчук pacab...@gmail.com wrote: 1. Can I create private review request without creating private repository? I need it for educational purpose: student upload homework and nobody can see it except reviewer (teacher) What can you recommend in this

Re: Merging code in the destination branch after approving code review

2015-08-14 Thread David Trowbridge
Harshal, At the moment, Review Board does not push/commit code to your repository. We have long-term plans to add this, but it's a complicated feature to do right, and we have other priorities at the moment. -David On Fri, Aug 14, 2015 at 2:10 AM, Harshal Kulkarni harshalk...@gmail.com wrote:

Re: hello all, I have a question in review board

2015-07-23 Thread David Trowbridge
I don't really understand your question-- Review Board has always used a side-by-side view. If you're seeing a vertical view, you maybe installed the wrong software? -David On Thu, Jul 23, 2015 at 5:09 AM, Star Che chestar...@gmail.com wrote: how can i config view diffs left-side is unchanged

Re: Nothing happen on doing 'Ship-it'

2015-07-17 Thread David Trowbridge
What version of Review Board is this? -David On Fri, Jul 17, 2015 at 12:44 AM, Rajneesh mom@gmail.com wrote: It happen with me couple of times that nothing happen when i try to publish comments or try to do ship-it. I am using chrome, i did tried to logout-login again in review-board

Re: expand and collapse at file level

2015-10-29 Thread David Trowbridge
This is already tracked in https://hellosplat.com/s/beanbag/tickets/3987/ -David On Thu, Oct 29, 2015 at 11:55 AM, Barret Rennie wrote: > Hi Sam, > > With regards to your second point (skipping to the next change) we have > keyboard shortcuts for that. “A” will move to

Re: Is there a feature to send Service notice to all the users in ReviewBoard.

2015-10-27 Thread David Trowbridge
The message-of-the-day extension might be useful for this: https://www.reviewboard.org/store/products/rbmotd/ -David On Tue, Oct 27, 2015 at 12:27 PM, Christian Hammond < christ...@beanbaginc.com> wrote: > Hi Sam, > > There's no feature for this. This is something that many companies already >

Re: How to integrate with SVN

2015-10-28 Thread David Trowbridge
Here are the docs on setting up repositories: https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/ -David On Wed, Oct 28, 2015 at 3:17 AM, Paresh Zawar wrote: > Hi there, > I am new to reviewboard . I have installed it successfully. Now the SVN

Re: How to do not allow to close review if issue still open?

2015-10-22 Thread David Trowbridge
This is not directly possible without making some modifications. However, a similar workflow may cover what you're looking for, and be even more accurate (since just closing a review request doesn't mean much if you've still pushed the code to source control).

Re: Upgrading Review Board 1.7.6 to 2.0.2

2015-10-23 Thread David Trowbridge
the extension what would the right file path for this >> extension and does another file call it or does it need a specific name? >> >> -Robert >> >> On Tuesday, October 20, 2015 at 2:14:07 PM UTC-6, David Trowbridge wrote: >>> >>> Robert, >>>

Re: Review Board changes between commits

2015-11-12 Thread David Trowbridge
It sounds like you're wanting to do this independently of Review Board? In that case, the easiest way is just to count +s and -s in the diff file, or use a tool like diffstat. -David On Mon, Nov 9, 2015 at 8:57 AM, kriloleg wrote: > Hey, everyone! > > I'd like to find count

Re: "too many SQL variables" when doing rebuild_index on sqlite3 backend

2015-11-13 Thread David Trowbridge
It looks like the only way to bypass that would be to recompile sqlite with a higher limit. It's for reasons like this (and many others) that we do not recommend the sqlite backend for production deployments. You would be well served by migrating to MySQL or PostgreSQL. -David On Fri, Nov 13,

Re: Missing "View Diff" and another tab on the review request action bar

2015-11-13 Thread David Trowbridge
Hi, Could you try with the attached patch? Thanks, -David On Wed, Nov 11, 2015 at 5:36 PM, Californian wrote: > I checked the log again. After upgrading from 2.0.18 to 2.5.1.1, I created > a new request from a commit. There are errors. See error_1.txt. > Then I >

<    3   4   5   6   7   8   9   10   11   12   >