Re: GitLab repository create review request failed.

2024-01-05 Thread David Trowbridge
Looking into this, your GitLab version is quite old. We've verified that this works correctly with modern versions. David On Sat, Dec 30, 2023 at 3:54 PM Christian Hammond wrote: > Hi, > > Thanks for the report. The exception information is very helpful! > > We’ll look into what changed in

Re: GitLab repository create review request failed.

2023-12-30 Thread Christian Hammond
Hi, Thanks for the report. The exception information is very helpful! We’ll look into what changed in GitLab’s API and try to get a fix out shortly. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Dec 27, 2023 at 00:09 李小龙 wrote: > Hi David, > It's

Re: GitLab repository create review request failed.

2023-12-27 Thread 李小龙
Hi David, It's a self-hosted install. The version of GitLab I am currently using is GitLab Enterprise Edition 10.8.1-ee. Thanks, Li 在2023年12月27日星期三 UTC+8 04:30:27 写道: > Hi, > > Is this a repository hosted on gitlab.com, or a self-hosted install? If > it's self-hosted, do you know what

Re: issue in 5.0.4 - 500 Error Create review from Mercurial repository

2023-05-08 Thread Christian Hammond
Hi, Yep, upgrading Mercurial *should* address it. I don't recall if there's optional support that needs to be added to Mercurial to enable that endpoint, but that's why you're not seeing the commit browsing turn up. The string we look for was correct on the versions we initially tested, but it

Re: issue in 5.0.4 - 500 Error Create review from Mercurial repository

2023-05-08 Thread Astro Jetson
Thanks Christain, And that bad data would be: "not yet implemented". It looks like reviewboard 5.0.4 is using an end point introduced after our admittedly very out-of-date 3.8.3 Mercurial repos. I found this bug report: https://hellosplat.com/s/beanbag/tickets/4524/, which seems to indicate

Re: issue in 5.0.4 - 500 Error Create review from Mercurial repository

2023-05-03 Thread Christian Hammond
Looks like the JSON endpoint Review Board is trying to hit on the Mercurial server is returning some raw string and not JSON data. Check the configured URL for that repository, and then go to the following url: https:///json-log/ See what that shows. If you get something that looks like

Review Board Ticket #4874: Create review from existing files in repo

2020-06-23 Thread Michael Macnair
New Tags: Priority:Medium, Type:Enhancement -- Create review from existing files in repo == # What version are you running? 4 # What's the

Re: Create review request from none-file attachment only), while needs bugs item is the customized bug hyperlink...

2019-07-01 Thread wu tao
; On Thu, Jun 27, 2019 at 8:33 PM wu tao > > wrote: > >> Create review request from none-file attachment only), while needs bugs >> item is the customized bug hyperlink... >> >> Is it possbile? >> >> Tao >> >> -- >> Supercharge your R

Re: Create review request from none-file attachment only), while needs bugs item is the customized bug hyperlink...

2019-06-28 Thread David Trowbridge
Given the current implementation of the bug tracker support, this is not possible right now. We have plans to rework this to enable your use case and others. David On Thu, Jun 27, 2019 at 8:33 PM wu tao wrote: > Create review request from none-file attachment only), while needs bugs >

Create review request from none-file attachment only), while needs bugs item is the customized bug hyperlink...

2019-06-27 Thread wu tao
Create review request from none-file attachment only), while needs bugs item is the customized bug hyperlink... Is it possbile? Tao -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https

Re: Issue 3534 in reviewboard: Unable to create review requests after upgrading to 2.-.5

2014-08-20 Thread reviewboard
Comment #2 on issue 3534 by alefiyaj...@gmail.com: Unable to create review requests after upgrading to 2.-.5 http://code.google.com/p/reviewboard/issues/detail?id=3534 # cd /var/repos_mirrors/TFSManagement/.git # git fsck --full --no-dangling Checking object directories: 100% (256/256), done

Issue 3534 in reviewboard: Unable to create review requests after upgrading to 2.-.5

2014-08-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3534 by alefiyaj...@gmail.com: Unable to create review requests after upgrading to 2.-.5 http://code.google.com/p/reviewboard/issues/detail?id=3534 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its

Re: Issue 3534 in reviewboard: Unable to create review requests after upgrading to 2.-.5

2014-08-18 Thread reviewboard
Updates: Status: SetupIssue Comment #1 on issue 3534 by trowb...@gmail.com: Unable to create review requests after upgrading to 2.-.5 http://code.google.com/p/reviewboard/issues/detail?id=3534 bad file indicates that the git repository (the one that review board communicates

Re: create review

2014-07-03 Thread nidhi singh
Hi David, Thanx for solving my queries, now Reviewboard is sending a mail whenever a request is being made...:) Thanks -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user?

Re: create review

2014-07-02 Thread nidhi singh
Hi David, I have just started with reviewboard and just want to start with the basics like to request for a review and ask people to review my code. But m not able to find the proper steps to follow, neither any video m able to find If it is there, please guide me, as I want to explore

Re: create review

2014-07-02 Thread David Trowbridge
Before I answer that, I'd like to check: have you added your repository to the review board server? https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/ -David On Wed, Jul 2, 2014 at 12:16 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi David, I have just started

Re: create review

2014-07-02 Thread nidhi singh
Hi Yes I have added the svn repository to review board server thank you -- 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/ ---

Re: create review

2014-07-02 Thread David Trowbridge
To create a review request, you can either click the New Review Request page and select a committed change, or you can use 'rbt post' to create one for a pending change. https://www.reviewboard.org/docs/rbtools/0.6/rbt/commands/post/ Once you create a review request, fill out the required

Re: create review

2014-07-02 Thread nidhi singh
Hi yeah, m able to send review request to my peer but no email is being sent, as when the person is logging into review board then only he/she can see the request, m not able to send the email reminder but I have configured the email settings Thank You -- Get the Review Board Power Pack

Re: create review

2014-07-02 Thread David Trowbridge
Please see the previous message in this thread where I provided some suggestions for how to debug the e-mail issue. -David On Wed, Jul 2, 2014 at 2:19 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi yeah, m able to send review request to my peer but no email is being sent, as when the

Re: create review

2014-07-02 Thread nidhi singh
Hi m able to send a test email to myself but not to the review group , got the following error: in login [Wed Jul 02 15:35:59.654930 2014] [:error] [pid 2944:tid 864] raise SMTPException(SMTP AUTH extension not supported by server.) [Wed Jul 02 15:35:59.654930 2014] [:error] [pid

Re: create review

2014-07-02 Thread David Trowbridge
It looks like your SMTP server is not expecting a username and password. For the 500 error, check the apache error log. -David On Wed, Jul 2, 2014 at 3:16 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi m able to send a test email to myself but not to the review group , got the

create review

2014-07-01 Thread nidhi singh
Hello I am new to review board and m trying to create a review on a project but no email is being sent to the reviewer. How should I proceed, please help me Thanks -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: create review

2014-07-01 Thread David Trowbridge
Can you provide us more information about your setup? Is this a server that you set up? What version of review board? What is the configuration in the System Settings E-Mail admin page? -David On Tue, Jul 1, 2014 at 2:35 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hello I am new to

Re: create review

2014-07-01 Thread nidhi singh
Hi, Yes. m trying to setup a server and my reviewboard version is 2.0.2. In the e-mail setting, just provided all the details like mail server, credentials..etc Thanx Nidhi -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting

Re: create review

2014-07-01 Thread David Trowbridge
If there's a failure connecting to the mail server, that should be reflected in the reviewboard.org log. If there's a subsequent delivery failure, you should be able to find that in the mail server logs. -David On Tue, Jul 1, 2014 at 10:09 PM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi,

Re: Create Review-Request automatically on pushing to git-hub

2014-03-21 Thread Patator Toulouse
Hi, I can not answer you but I am interested in getting the post-commit hook you use and which is working with reviewboard and SVN. Thank you. Le jeudi 20 mars 2014 09:57:15 UTC+1, ben.b...@ravellosystems.com a écrit : Hey, what's up? I know this question was probably raised several times in

Re: Create Review-Request automatically on pushing to git-hub

2014-03-21 Thread Patator Toulouse
Hi, I cannot answer you but I would like to get the post-commit hook you use.I am working with ReviewBoard and SVN too. Thank you. Le jeudi 20 mars 2014 09:57:15 UTC+1, ben.b...@ravellosystems.com a écrit : Hey, what's up? I know this question was probably raised several times in the past,

Create Review-Request automatically on pushing to git-hub

2014-03-20 Thread ben . bracha
Hey, what's up? I know this question was probably raised several times in the past, but after a long search I couldn't find a clear answer. We are working with ReviewBoard and SVN for quite long time. We use a post-commit hook in order to automatically post review-requests to the

Create Review-Request automatically on pushing to git-hub

2014-03-20 Thread ben . bracha
Hey, what's up? I know this question was probably raised several times in the past, but after a long search I couldn't find a clear answer. We are working with ReviewBoard and SVN for quite long time. We use a post-commit hook in order to automatically post review-requests to the

Not able to create review board site after installation on RHEL6

2013-10-16 Thread Anant Sharma
Hi, After installing all the dependencies and ReviewBoard using yum, now I am not able to proceed, getting below error # rb-site install /var/www/reviews.gps.com Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module from pkg_resources import load_entry_point File

Re: Not able to create review board site after installation on RHEL6

2013-10-16 Thread Stephen Gallagher
On 10/16/2013 03:42 AM, Anant Sharma wrote: Hi, After installing all the dependencies and ReviewBoard using yum, now I am not able to proceed, getting below error # rb-site install /var/www/reviews.gps.com Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module

Re: Not able to create review board site after installation on RHEL6

2013-10-16 Thread Stephen Gallagher
On 10/16/2013 07:34 AM, Stephen Gallagher wrote: On 10/16/2013 03:42 AM, Anant Sharma wrote: Hi, After installing all the dependencies and ReviewBoard using yum, now I am not able to proceed, getting below error # rb-site install /var/www/reviews.gps.com Traceback (most recent call last):

Re: Not able to create review board site after installation on RHEL6

2013-10-16 Thread Stephen Gallagher
On 10/16/2013 07:49 AM, Stephen Gallagher wrote: On 10/16/2013 07:34 AM, Stephen Gallagher wrote: On 10/16/2013 03:42 AM, Anant Sharma wrote: Hi, After installing all the dependencies and ReviewBoard using yum, now I am not able to proceed, getting below error # rb-site install

Re: Not able to create review board site after installation on RHEL6

2013-10-16 Thread Anant Sharma
Thanks a lot Stephen for looking in to this. :) On Wednesday, October 16, 2013 6:16:45 PM UTC+5:30, Stephen Gallagher wrote: On 10/16/2013 07:49 AM, Stephen Gallagher wrote: On 10/16/2013 07:34 AM, Stephen Gallagher wrote: On 10/16/2013 03:42 AM, Anant Sharma wrote: Hi, After

Re: Unable to create review using P4 repository

2013-06-05 Thread Steve
I have these set in my htdocs/reviewboard.wsgi file: os.environ['P4PORT'] = os.environ['P4USER'] = os.environ['P4CLIENT'] = os.environ['P4TICKETS'] = path to ticket file os.environ['PATH'] = os.environ['PATH'] + :/usr/local/bin I need P4TICKETS because we use p4 passwords. If you

Unable to create review using P4 repository

2013-05-23 Thread Hussein Khalil
Hi, I am attempting to use ReviewBoard along with a P4 repository. When I try to create a review using post-review, I get the following error: Error creating review request: Unable to authenticate with the repository using the provided credentials (HTTP 403, API Error 218) After enabling

unable to create review request from post-review

2012-05-07 Thread Ashish Sharma
Hi, I am using post-review 0.4.1 and I am unable to create review request: Following are the detailed logs: Failed to execute command: ['svn', 'info', '.xml'] ['.xml: (Not a versioned resource)\n','\n', 'svn: A problem occurred; see other errors for details\n'] Please help thanks

Re: Can't create review request

2011-12-05 Thread Robert Munteanu
Hi Farhan, If you're using Eclipse and Subclipse, you might want to give the Eclipse plugin for Reviewboard a shot - it should automate some of the steps for you. https://github.com/rombert/ereviewboard Robert -- Want to help the Review Board project? Donate today at

Re: Can't create review request using svn: svn diff returned 2

2011-09-19 Thread Christian Hammond
Hi, This is an error with your SVN repository. Review Board isn't involved at this stage. Are you otherwise able to use svn from there? Perhaps you're behind a proxy and there's no exception set for your SVN server? Christian On Monday, September 19, 2011, lvboque

Re: Unable to create review request for hg

2009-11-02 Thread Christian Hammond
Check the log files. This would be due to the Mercurial dependencies not loading generally. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Nov 2, 2009 at 9:50 AM, Clemens Ballarin balla...@aicas.com

Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
Perforce. After entering pending change list and a unified diff file, and pushing the 'Create Review Request' button, the diff file just disappeared. Has anyone run into this? Unified diff file content: //depot/test/MVP1.0.0/Makefile#1 - /home/cdo/client_9/test/MVP1.0.0/Makefile

RE: Cannot create review using Perforce

2009-01-16 Thread Cong Do
to generate a code review using Perforce. After entering pending change list and a unified diff file, and pushing the 'Create Review Request' button, the diff file just disappeared. Has anyone run into this? Unified diff file content: //depot/test/MVP1.0.0/Makefile#1 - /home/cdo/client_9/test

Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
, and pushing the 'Create Review Request' button, the diff file just disappeared. Has anyone run into this? Unified diff file content: //depot/test/MVP1.0.0/Makefile#1 - /home/cdo/client_9/test/MVP1.0.0/Makefile @@ -1,6 +1,6 @@ include host/common.mak -HOST_DIR=host +HOST_DIR

RE: Cannot create review using Perforce

2009-01-16 Thread Cong Do
@googlegroups.com Cc: Matthew Chang Subject: Re: Cannot create review using Perforce The revision is the SVN revision or nightly build. Okay, so p4 diff is the problem. p4 diff doesn't provide the information needed for doing any kind of code reviews. We expect certain information in the diff, which isn't

Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
Hammond *Sent:* Friday, January 16, 2009 3:28 PM *To:* reviewboard@googlegroups.com *Cc:* Matthew Chang *Subject:* Re: Cannot create review using Perforce The revision is the SVN revision or nightly build. Okay, so p4 diff is the problem. p4 diff doesn't provide the information needed

Create Review Request doesn't redirect?

2008-09-16 Thread fharrison
The Create Review Request button doesn't redirect to request-edit page. The request is created and accessible but I have to find it, click on it and edit it, which is kind of frustrating (and probably why the uptake here is minimal). Is this designed behaviour, a bug or have I configured