Re: Review Board Ticket #4007: Invalid utf8 character error when DEBUG = True

2016-08-03 Thread Ovidiu-Florin BOGDAN
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4007/ -- New update by yiping.chi For Beanbag, Inc. > Review Board > Ticket #4007

Re: Review Board Ticket #4435: ReviewBoard official Docker image

2016-07-11 Thread Ovidiu-Florin BOGDAN
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4435/ -- New update by ovidiub13 For Beanbag, Inc. > Review Board > Ticket #4435

Re: ReviewBoard Docker image

2016-07-09 Thread Ovidiu-Florin BOGDAN
ame database > with different keys). > > Christian > > > On Friday, July 8, 2016, Ovidiu-Florin BOGDAN <ovidi...@gmail.com > > wrote: > >> Now I'm having issues in creating the relevant volumes: >> >>- reviewboard/htdocs/media >>- rev

Re: ReviewBoard Docker image

2016-07-08 Thread Ovidiu-Florin BOGDAN
I've updated the image, and the README with a better usage guide. Docker Hub image link: https://hub.docker.com/r/ovidiub13/reviewboard/ vineri, 8 iulie 2016, 14:18:37 UTC+3, Ovidiu-Florin BOGDAN a scris: > > Hello, > I've managed to fix it. Apparently there are 2 ext directo

Re: ReviewBoard Docker image

2016-07-08 Thread Ovidiu-Florin BOGDAN
Hello, I've managed to fix it. Apparently there are 2 ext directories, one in media and one in static. -- 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: Python loader to be used

2016-07-02 Thread Ovidiu-Florin BOGDAN
, but it recommends wsgi, while it does not give a great amount of detail as to why. If we're to use wsgi, how should we install it? Via pip? What's the wheel name? *Ovidiu - Florin BOGDAN* GeekAliens.com <http://geekaliens.com> Kubuntu România <http://ro.kubuntu.org> <http://www.google.com/prof

Python loader to be used

2016-07-01 Thread Ovidiu-Florin BOGDAN
The docs say that for rb-site install --python-loader the only available options are mod_python, fastcgi. But the Create a site docs recommend to use mod_wsgi. How can we do this? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review

Re: GCC needed to run ReviewBoard?

2016-06-29 Thread Ovidiu-Florin BOGDAN
I've solved it by installing the compiler and some other packages, and uninstalling the compiler and it's dependencies after installing ReviewBoard. Not particularly happy about this solution... -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us

Review Board Ticket #4435: ReviewBoard official Docker image

2016-06-29 Thread Ovidiu-Florin BOGDAN
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4435/ -- New ticket #4435 by ovidiub13 For Beanbag, Inc. > Review Board Status: New

Re: GCC needed to run ReviewBoard?

2016-06-28 Thread Ovidiu-Florin BOGDAN
Sorry, I missread. It's *cffi* that fails. But, if I understand this correctly, *cffi* is already compiled, from what I can see here: http://pythonwheels.com/ marți, 28 iunie 2016, 14:03:13 UTC+3, Ovidiu-Florin BOGDAN a scris: > > I've changed and now using pip. It still fails and

Re: GCC needed to run ReviewBoard?

2016-06-28 Thread Ovidiu-Florin BOGDAN
I've changed and now using pip. It still fails and asking for a compiler for cryptography. Here is my new Dockerfile: FROM debian:8 MAINTAINER Ovidiu-Florin Bogdan (ovidiu.bog...@foo.com) ENV DEBIAN_FRONTEND noninteractive RUN apt update && apt install -y \ patch \ su

GCC needed to run ReviewBoard?

2016-06-27 Thread Ovidiu-Florin BOGDAN
1 This is particularly weird since I've already installed the (precompiled) debian package for this. Here is my current Dockerfile: FROM debian:8 MAINTAINER Ovidiu-Florin Bogdan (ovidiu.bog...@movidius.com) ENV DEBIAN_FRONTEND noninteractive RUN apt update && apt install -y \ patch \

Re: Generate Diff through RBT API

2015-10-05 Thread Ovidiu-Florin BOGDAN
;, and one of the results is a "tool" variable. That's > an SCMClient instance, which you can run diff() on. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.co

Re: Generate Diff through RBT API

2015-10-05 Thread Ovidiu-Florin BOGDAN
If I try to run it without an argument I get this: rep_info, tool = com.initialize_scm_tool() --- AttributeErrorTraceback (most recent call last) in () > 1 rep_info, tool =

Re: Generate Diff through RBT API

2015-09-28 Thread Ovidiu-Florin BOGDAN
I've gotten this far: from rbtools.api.client import RBClient client = RBClient('http://localhost:8080/') root = client.get_root() repos = root.get_repositories() if repos.num_items < 1: raise Exception('No valid repositories.') repository = repos[1] review_request =

Generate Diff through RBT API

2015-09-21 Thread Ovidiu-Florin BOGDAN
Hello, I'm working on a testing infrastructure and I need to add the functionality to create Review Requests. I've looked through the API documentation and saw how to create a Review Request and how to upload a diff, but I have not found how to generate the diff. I've also looked a bit

Re: Issues with SVN branch diff

2015-04-02 Thread Ovidiu-Florin BOGDAN
Hello, What's the status on this issue? It's still present in 0.7.1. marți, 24 februarie 2015, 09:29:10 UTC+2, Ovidiu-Florin BOGDAN a scris: $ svn --version svn, version 1.8.11 (r1643975) compiled Dec 30 2014, 06:07:08 on x86_64-unknown-linux-gnu vineri, 13 februarie 2015, 13:36:01

Unicode characters not allowed in Review Team name and other fields

2015-03-26 Thread Ovidiu-Florin BOGDAN
I'm trying to create a team with the name containing these characters: ăâșțî I get an error that the team name contains invalid characters, and in the display name the character is replaced with a question mark. Do you not have Unicode support in the text fields? -- Supercharge your Review

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

2015-03-11 Thread Ovidiu-Florin BOGDAN
I've made some changes and added a few new files in my SVN checkout. Now I'm trying to update a review request using rbtools. $ rbt post -r 27 One or more files in your changeset has history scheduled with commit. Please try again with '--svn-show-copies-a s-adds=y/n' $ rbt post -r 27

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

2015-03-11 Thread Ovidiu-Florin BOGDAN
0x96 in position 19: invalid start byte I ran svn diff --diff-cmd=diff --notice-ancestry -r BASE --show-copies-as-adds and it executed with no errors. I cannot show the diff, but I can look for something in it. miercuri, 11 martie 2015, 09:27:09 UTC+2, Ovidiu-Florin BOGDAN a scris: I've made

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

2015-03-11 Thread Ovidiu-Florin BOGDAN
- From: Ovidiu-Florin BOGDAN ovidi...@gmail.com javascript: Reply: revie...@googlegroups.com javascript: revie...@googlegroups.com javascript: Date: March 11, 2015 at 12:50:36 AM To: revie...@googlegroups.com javascript: revie...@googlegroups.com javascript: Subject: Re: CRITICAL: 'utf8

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

2015-03-11 Thread Ovidiu-Florin BOGDAN
No, it didn't get further. I've fixed the locale. I had : $ locale -a C en_US en_US.iso88591 POSIX ro_RO.utf8 And I've changed it to: $ locale -a C en_US.utf8 POSIX ro_RO.utf8 Now I get the same error as before: $ rbt diff --svn-show-copies-as-adds=y -d

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

2015-03-11 Thread Ovidiu-Florin BOGDAN
Fixed. Once the character – ( using ISO-8859-15 encoding ) that looks like == was removed form the diff, RBT worked fine. This seems to me like a bug in RBT. miercuri, 11 martie 2015, 10:53:25 UTC+2, Ovidiu-Florin BOGDAN a scris: I cannot provide the diff. Sorry. It seems to me like a regular

Re: Remove broken diff

2015-02-24 Thread Ovidiu-Florin BOGDAN
I've tried uploading a diff from a different user account. And it didn't work. Nothing happened. Uploading the diff from the same account worked. Still, my question wasn't answered: How can I remove a diff from a review request? marți, 24 februarie 2015, 09:22:19 UTC+2, Ovidiu-Florin BOGDAN

Re: Remove broken diff

2015-02-24 Thread Ovidiu-Florin BOGDAN
Thank you for the answer. I am an admin user and it didn't work. marți, 24 februarie 2015, 09:22:19 UTC+2, Ovidiu-Florin BOGDAN a scris: Hello world, By mistake a broken diff was uploaded as a second diff to a review request. I've tried uploading a third diff that was correct, but it won't

Re: Issues with SVN branch diff

2015-02-23 Thread Ovidiu-Florin BOGDAN
$ svn --version svn, version 1.8.11 (r1643975) compiled Dec 30 2014, 06:07:08 on x86_64-unknown-linux-gnu vineri, 13 februarie 2015, 13:36:01 UTC+2, Ovidiu-Florin BOGDAN a scris: Hello world, We have the following scenario: - Checkout form TRUNK - Copy to BRANCH/my/branch

Remove broken diff

2015-02-23 Thread Ovidiu-Florin BOGDAN
Hello world, By mistake a broken diff was uploaded as a second diff to a review request. I've tried uploading a third diff that was correct, but it won't let me, because of the broken one. How can I remove the broken diff? -- Supercharge your Review Board with Power Pack:

Issues with SVN branch diff

2015-02-13 Thread Ovidiu-Florin BOGDAN
Hello world, We have the following scenario: - Checkout form TRUNK - Copy to BRANCH/my/branch - switch Working directory to BRANCH/my/branch - make changes commit to branch - sync with TRUNK (update and merge) on the branch - fix conflicts - generate diff - post to

Re: How to set reviewboard url for rbt setup-repo

2015-02-13 Thread Ovidiu-Florin BOGDAN
You can use --server url See: https://www.reviewboard.org/docs/rbtools/0.7/rbt/commands/setup-repo/ vineri, 13 februarie 2015, 12:10:56 UTC+2, Panikera Raj a scris: Hi All, How can I pass review board URL to rbt setup-repo at run time. Since I am using automation to generate review board

Re: Issues with SVN branch diff

2015-02-13 Thread Ovidiu-Florin BOGDAN
It's just the log tags. Nothing between them. Ovidiu-Florin BOGDAN a href=http://ovidiu.geekaliens.com;GeekAliens. Com/a a href=http://ro.kubuntu.org;Kubuntu România/a Pe 13.02.2015 21:56, Christian Hammond christ...@beanbaginc.com a scris: Hi, Would you be able to provide the contents

Re: Issues with SVN branch diff

2015-02-13 Thread Ovidiu-Florin BOGDAN
The latest on Arch Linux. Sorry, I can't check the version right now. Ovidiu-Florin BOGDAN a href=http://ovidiu.geekaliens.com;GeekAliens. Com/a a href=http://ro.kubuntu.org;Kubuntu România/a Pe 13.02.2015 22:00, Christian Hammond christ...@beanbaginc.com a scris: Hmm, I was hoping some XML