RBTools – wrong library?

2017-02-27 Thread spacekangaroo
Hello everybody, I using Python 2.7 and have loaded RBTools-0.7.9.exe from https://www.reviewboard.org/downloads/rbtools/ … it’s using Python 2.7 too. I’ve copied the folder Python27\Lib\site-packages\rbtools to my python site-packages folder … By instantiate the client from

Plugin "Comment Severity" doesn't run

2016-11-22 Thread spacekangaroo
I've try to install the plugin Comment Severity (0.5.1) on ReviewBoard 2.5.4 The installation instructions are simple 1. sudo easy_install -U rbseverity ... the installation is running ... Searching for rbseverity Reading https://pypi.python.org/simple/rbseverity/ Best match:

Re: Plugin "Comment Severity" doesn't run

2016-11-28 Thread spacekangaroo
There are no errors in log. That's why I ask here :) But thanks for your answer. Am Dienstag, 22. November 2016 16:18:50 UTC+1 schrieb spacekangaroo: > > I've try to install the plugin Comment Severity (0.5.1) on ReviewBoard > 2.5.4 > > The installation instructions are sim

Re: Plugin "Comment Severity" doesn't run

2016-12-09 Thread spacekangaroo
mmh that's possible - I'll check this. Thx Christian -- 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

creating only with http and no https

2017-03-06 Thread spacekangaroo
Hello everybody, I’ve tried to create a GitLab in ReviewBoard. It looks simple first from rbtools.api.client import RBClient client = Client('http://localhost:8080/',username='username',password= 'password') root = client.get_root() repos = root.get_repositories()

Re: creating only with http and no https

2017-03-07 Thread spacekangaroo
y. > > A few additional questions to best help you: > > 1) What version of Review Board are you using? > > 2) Does this repository on GitLab already exist? > > 3) What's the ultimate purpose of the script? > > Christian > > > On Mon, Mar 6, 2017 at 09:1

Re: RBTools – wrong library?

2017-03-01 Thread spacekangaroo
the directories you copied ito > site-packages. > > Let me know if that helps or if you're still hitting problems. > > Christian > > > On Mon, Feb 27, 2017 at 08:47 spacekangaroo <space-k...@web.de > > wrote: > >> Hello everybody, >> >> &g

Re: creating only with http and no https

2017-03-08 Thread spacekangaroo
view Board to a newer 2.5.x release, > as there have been a number of GitLab-related repository configuration > fixes since 2.5.4. > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www

Re: adding personally Git-Repos is heavy

2017-06-02 Thread spacekangaroo
s you're seeing, > what your configuration looks like on the repository page? > > Christian > > On Wed, May 31, 2017 at 5:09 AM, spacekangaroo <space-k...@web.de > > wrote: > >> Hello everbody, >> >> I’ve got a problem with RB 2.5.4. By usi

adding personally Git-Repos is heavy

2017-05-31 Thread spacekangaroo
Hello everbody, I’ve got a problem with RB 2.5.4. By using the RB-adminuser it’s not possible to add personally Git-Repos (administration UI) of another users. It seems that RB see only personally Git-Repos which belong the user who wants to create them. The others can’t be found. Adding a

encoding error by authentification

2019-09-18 Thread spacekangaroo
Hello everybody, does anyone have an alternative solution for this ... In case of authentification RB returns the error Unable to retrieve groups from user “***” from controller “***”: ‘ascii’ codec can’t decode byte 0xe2 in position 19: ordinal not in range (128) Reason: At first RB

Re: encoding error by authentification

2019-10-04 Thread spacekangaroo
NFO - - root - Reloading logging settings thx Daniel Am Mittwoch, 18. September 2019 22:59:44 UTC+2 schrieb Christian Hammond: > > Hi Daniel, > > What version of Review Board are you using? > > Does the log entry include a backtrace that I can look at? > > C