Re: Bzr (bazaar) support in Python 3.8? may be Brz (breezy)?

2022-02-06 Thread Vlad S.
fine from the virtualenv. пятница, 4 февраля 2022 г. в 06:10:21 UTC+3, Christian Hammond: > Hi Vlad, > > Breezy should work, so long as you symlink bzr to brz. We added explicit > support to RBTools, but honestly wasn’t sure anyone was using the support > with Review Board anymore.

Bzr (bazaar) support in Python 3.8? may be Brz (breezy)?

2022-02-03 Thread Vlad S.
Hi, 'pip install bzr' fails on recent RHEL8 like distro and in Python 3.8 environment in older distro. Bazaar is dead. Will you continue supporting Bzr? (May be switching to now 'breezy' or brz tool) https://www.reviewboard.org/docs/manual/4.0/admin/configuration/repositories/bazaar/ -- Supe

Re: conn.encoders[SafeBytes] = conn.encoders[bytes] error

2022-01-31 Thread Vlad S.
Thanks * pip install mysqlclient==2.0.3* worked for me with python 3.8 venv. пятница, 31 декабря 2021 г. в 13:28:51 UTC+3, franco...@gmail.com: > Hello Christian, > I'll try downgrading mysqlclient, thanks > We have installed reviewboard with sqlite for evaluation. We'll use mysql > for produc

Re: What is the recommended python version for RB 4.0.4?

2021-12-22 Thread Vlad S.
Thanks! среда, 8 декабря 2021 г. в 11:42:00 UTC+3, Christian Hammond: > Hi Vlad, > > 3.8 would be your best bet. We'll be dropping 2.7 and 3.6, at the very > least, in Review Board 5.0. > > Christian > > On Tue, Dec 7, 2021 at 11:55 PM Vlad S. wrote: > >

What is the recommended python version for RB 4.0.4?

2021-12-07 Thread Vlad S.
Hi! What's the recommended Ptyhon version for Reviewboard 4.0.4? 2.7, 3.6, 3.8? thanks, Vlad -- 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

How to deactivate many accounts at once froma script?

2021-11-23 Thread Vlad S.
Hi, I googled the forum first but found no answer. There are direct database hacks, but no standard commands. *django-admin help *returns no usefull commands. Is there any command to deactivate a user? Any hints/examples how to write one? thanks, Vlad -- Supercharge your Review Board

Re: 4.0.2: repository filter does not work

2021-06-26 Thread Vlad
Thank you! Will wait for the next week release. On Fri, Jun 25, 2021, 23:31 Christian Hammond wrote: > Yeah, we’ll have this in a release next week. You can apply the patch > locally but you’ll have to generate a new package. > > Christian > > > On Thu, Jun 24, 2021 at

Re: 4.0.2: repository filter does not work

2021-06-24 Thread Vlad S.
I guess this code does not work as expected - https://reviews.reviewboard.org/r/10742/ среда, 23 июня 2021 г. в 21:36:37 UTC+3, Vlad S.: > > Hi, > > When I create a new review request (/r/new) and try to filter repositories > the > filtering function does not work. No errors,

4.0.2: repository filter does not work

2021-06-23 Thread Vlad S.
Hi, When I create a new review request (/r/new) and try to filter repositories the filtering function does not work. No errors, no result, no log. Enabling debug does not help. -- Vlad -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host

Re: Backslash at the end of the reviewers field causes "server error 500"

2021-05-11 Thread Vlad S.
No, I don't have the trace. I can guess this regex problem. Just like never-ending Markdown parser. суббота, 8 мая 2021 г. в 02:51:58 UTC+3, Christian Hammond: > Hi Vlad, > > Hmm, strange. We’ll see what’s going on, try to get a fix. > > Do you have a stack trace? > &

Backslash at the end of the reviewers field causes "server error 500"

2021-05-06 Thread Vlad S.
Hi, accidentally added a backslash at the end of the reviewers field. The page reported "Internal server error 500" and then hung while submitting or resubmitting the request. I guess '\' affects regex used to parse the field. Thanks, -- Vlad -- Supercharge your Rev

Re: ReviewBoard SAML SSO (Single-Sign On)

2020-11-18 Thread Vlad S.
I need some time to prepare a sample. понедельник, 16 ноября 2020 г. в 21:42:51 UTC+3, roe135...@gmail.com: > I'm also trying to use mod_auth_mellon, can you share what are your > changes to create your "custom very basic auth module" to pass the > REMOTE_USER information from mod_auth_mellon?

Re: ReviewBoard SAML SSO (Single-Sign On)

2020-11-09 Thread Vlad S.
I use mod_auth_mellon + custom very basic auth module which authenticates RB user using REMOTE_USER set by mod_auth_mellon. пятница, 30 октября 2020 г. в 22:56:21 UTC+3, roe135...@gmail.com: > Hi All, > > If it is not possible, I can try to integrate SAML into the existing > Django app itself.

Re: This file contains only whitespace changes (CC pragmas ignored by diff viewer)

2020-05-23 Thread Vlad
Hammond wrote: > Is this a standard diff, or an interdiff? We don’t do anything special > with pragmas that should impact diff rendering. They could be getting > caught up in the interdiff bug, but it’s just text like any other where > diffs are concerned. > > Christian > &

Re: Interdiffs not displaying properly

2020-05-22 Thread Vlad S.
huh, this bug is really annoying for .cc files. вторник, 14 апреля 2020 г., 23:49:44 UTC+3 пользователь Teddy Saintvil написал: > > Having issues with interdiffs displaying incorrectly in the diffviewer. > I've attached screen shot of what gets displayed with a reproducer below. > > > original

This file contains only whitespace changes (CC pragmas ignored by diff viewer)

2020-05-19 Thread Vlad S.
Hi, RB diff ignores CPP pragmas treating them as whitespace. Please see the screenshot attached. The diff viewer says "This file contains only whitespace changes". RB version is 3.0.15, installed from sources using pip install and virtualenv. Diff viewer system settings: "*.c, *.cc, *.h, Make

Re: How to find the bottleneck?

2019-10-28 Thread Vlad S.
Hi Christian, Thank you for your suggestions and RB Gateway link! I will examine all the options. /v суббота, 26 октября 2019 г., 7:15:42 UTC+3 пользователь Christian Hammond написал: > > Hi Vlad, > > The problem is definitely looking like NFS. A Git repository is comprised

Re: How to find the bottleneck?

2019-10-25 Thread Vlad S.
пользователь Christian Hammond написал: > > Hi Vlad, > > Is this problem only occurring on the new host and not the old one? > > Do you ever see those `git cat-file` errors on the old host? > > Any differences in NFS configuration between the hosts? > > Christian > >

Re: How to find the bottleneck?

2019-10-25 Thread Vlad S.
st latency both on the same network. Memory usage: 411.7 MB пятница, 25 октября 2019 г., 11:44:25 UTC+3 пользователь Christian Hammond написал: > > Hi Vlad, > > It's often a delay in getting data back from the repository. Are there any > other log messages? Is the repository in

How to find the bottleneck?

2019-10-25 Thread Vlad S.
Hi, Generating a diff file info for interdiffsettakes too much time ~30 seconds. How do I know why? Is there a command line method to debug this and see all the calls made? === CRITICAL - None - ... - /rb/api/review-requests/27122/diff-context/ - .. - Generating diff file info for interdiffset

Re: Development setup link broken?

2018-01-30 Thread Vlad
It works, thanks! On Jan 30, 2018 21:40, "David Trowbridge" wrote: > OK, it should be working now. Please let me know if you continue to have > problems. > > -David > > On Tue, Jan 30, 2018 at 10:02 AM Vlad S. wrote: > >> https://www.reviewboard.

Re: Development setup link broken?

2018-01-30 Thread Vlad S.
; > On Tue, Jan 30, 2018 at 7:22 AM Vlad S. > > wrote: > >> Hi, >> >> Trying to do development setup, the link just returns - >> >> "You do not have access to Review Board. Please contact an admin to add >> you as a member." >> on no

Re: Development setup link broken?

2018-01-30 Thread Vlad S.
get it fixed up. > > -David > > On Tue, Jan 30, 2018 at 7:22 AM Vlad S. > > wrote: > >> Hi, >> >> Trying to do development setup, the link just returns - >> >> "You do not have access to Review Board. Please contact an admin to add >> you as a

Development setup link broken?

2018-01-30 Thread Vlad S.
Hi, Trying to do development setup, the link just returns - "You do not have access to Review Board. Please contact an admin to add you as a member." on notion.so site?? /v -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board f

Re: Upgrading from 2.5.16 to 3.0.2 skipping all 3.0.x releases?

2018-01-28 Thread Vlad
Thanx! Hopefully only InnoDB tables: mysql> SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'rb' AND ENGINE != 'InnoDB'; Empty set (0.01 sec) On Sun, Jan 28, 2018 at 9:36 PM, Christian Hammond wrote: > Hi Vlad, > > Yep, you can upgrade from

Upgrading from 2.5.16 to 3.0.2 skipping all 3.0.x releases?

2018-01-28 Thread Vlad S.
Hi, Earlier in 2.5.x, upgrading process was clear - from 2.5.X to 2.5.(X+1) Can I upgrade from 2.5.16 to 3.0.2 directly, skipping all 3.0.x releases? /v -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBC

Re: Interdiff issue: changes unmarked and thus got review unnoticed.

2016-09-06 Thread Vlad
am missing something, but I could find right place for debug output. /v On Tue, Sep 6, 2016 at 12:32 PM, Christian Hammond wrote: > Hi Vlad, > > Are those changes part of your diffs, or from a merge? We filter out > content from merges, showing them as equals, since they're not

Interdiff issue: changes unmarked and thus got review unnoticed.

2016-09-02 Thread Vlad S.
Hi! I have issue with interdiff view, the changes from diff1 to diff2 left unmarked and thus got review unnoticed. See attachment. The lines removed from diff2 was not marked at all. Would you provide some guidance? Which .py file shall I look at for the interdiff which generate the view? Wher

Re: Parent diff support in ReviewBoard 2.5.3 UI?

2016-08-25 Thread Vlad S.
I hit the same issue. Here is the diff (RB 2.5.4, git 2.7.3): # diff -u git.py.orig git.py --- git.py.orig 2016-08-23 12:56:07.375683157 +0200 +++ git.py 2016-08-23 12:57:24.079225312 +0200 @@ -634,6 +634,8 @@ if failure: if errmsg.startswith("fatal: Not a valid object n

Re: Parent diff support in ReviewBoard 2.5.3 UI?

2016-08-25 Thread Vlad S.
I hit the same issue. Fixed as suggested above (RB 2.5.4 and git 2.7.3). The diff: # diff -u git.py.orig git.py --- git.py.orig 2016-08-23 12:56:07.375683157 +0200 +++ git.py 2016-08-23 12:57:24.079225312 +0200 @@ -634,6 +634,8 @@ if failure: if errmsg.startswith("fatal:

Re: rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-05-06 Thread Vlad S.
Tested OK. Added +1 Karma. Thanx! понедельник, 2 мая 2016 г., 16:34:38 UTC+3 пользователь Stephen Gallagher написал: > > I've just submitted a corrected version of Review Board to the > epel-testing repository: > > https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-2bab5ad96d > > Please te

Re: rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-05-04 Thread Vlad S.
Sorry, haven't had chance to test it today. Hope to do it later this week. вторник, 3 мая 2016 г., 1:47:25 UTC+3 пользователь Vlad S. написал: > > Thanx! I will be able to test and report on May 4. > > /v > >> >> -- Supercharge your Review Board with Power Pa

Re: rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-05-02 Thread Vlad
that >> when I fix up the whoosh thing tomorrow. >> >> I'm a comaintainer of Whoosh on the other branches, so I can push the >> updated version. I just wanted to check with the other maintainers in case >> there was a compatibility break I need to be aware of. >&

Re: rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-05-01 Thread Vlad
ion to 2.7.4 in .spec file and new sources. It builds ok. Not sure how to promote the spec file change. /v On Mon, May 2, 2016 at 1:58 AM, Stephen Gallagher wrote: > Sorry Vlad, that's my fault. I didn't notice the upgraded requirement. I'm > going to try to get Whoosh

Re: rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-04-30 Thread Vlad
, 2016 at 12:48 AM, Christian Hammond wrote: > Hi Vlad, > > I can't speak for the RPMs, but Review Board itself requires Whoosh 2.6+. > There are bugs in prior versions that impact Review Board, so while you may > be able to change the dependencies, I can't guarantee it&#x

rb-site upgrade fails with whoosh 2.5.7 on RHEL7/OL7

2016-04-30 Thread Vlad S.
Hi, upgrading 2.5.3 -> 2.5.4 on RHEL7 fails: # rb-site upgrade /var/www/rb.site.internal Traceback (most recent call last): File "/usr/bin/rb-site", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py",

Re: rbssh *really* slow

2015-10-14 Thread vlad . romascanu
Replace the contents of /usr/bin/rbssh with the following: #!/bin/sh EXTRA_OPTS="-o UserKnownHostsFile=$HOME/.ssh/known_hosts -o ForwardX11=no -o LogLevel=ERROR" # see https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing EXTRA_OPTS="-o ControlPath=/tmp/master-%r@%h:%p -o ControlMaster=aut

Markdown is not worth sacrifice of spell checking :(

2014-12-02 Thread Vlad S.
Hi All, Markdown is not worth sacrifice of spell checking :( This is really, really, disappointing.. /v -- 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://ww

Re: Creating Dummy , empty request. Not (None - File attachments)

2014-10-20 Thread Vlad S.
I need to add a parent diff. Thank you, Chris. I will wait for 2.1/2.2. /v понедельник, 20 октября 2014 г., 22:46:06 UTC+4 пользователь chri...@beanbaginc.com написал: > > Hi Vlad, > > Select New Review Request and choose no repository (File Attachments > only). You won't

Creating Dummy , empty request. Not (None - File attachments)

2014-10-20 Thread Vlad S.
Hi! How do I just create a review request with all fields empty, and then fill in the blanks using the same interface as for updating the review request? /v -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rb

Re: Instant Messaging (XMPP) extension

2014-04-16 Thread Vlad Eu
Hi, Horatiu Vlad! I've seen that you own the domain *vlad.eu*. It is an interesting domain for me and I'm prepared to make you an offer. If you want, please contact me! sâmbătă, 18 mai 2013, 17:36:52 UTC+3, Horatiu Eugen VLAD a scris: > > Hi, > > I have open-sourced a so

Re: post-review: Error uploading diff

2014-01-20 Thread Vlad Dovlekaev
st.absolute_url File "/opt/tools/lib/python2.7/site-packages/RBTools-0.5.5-py2.7.egg/rbtools/api/resource.py", line 278, in __getattr__ raise AttributeError AttributeError However the draft review is created in the RB. The only problem is this error message that rbt post command

Re: Interesting (js or css) bug in 2.0 beta1

2013-12-09 Thread Vlad S.
Hi Chris! here is the file attached. четверг, 5 декабря 2013 г., 23:20:15 UTC+4 пользователь Christian Hammond написал: > > Thanks Vlad. > > This has been widely reported, yet not everyone seems to hit it. It > appears due to some missing or broken CSS. We're trying to fig

Interesting (js or css) bug in 2.0 beta1

2013-12-05 Thread Vlad S.
See the attached file: text goes outside of the comment windows. No visible cursor as well. -- 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.

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
>> wrote: >> >>> The djblets/static/ directory isn't the one you want, as those are >>> source files the generated ones come from. Instead, you want >>> djblets/htdocs/static/. My egg has them. See if they exist there in your >>> e

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
ant >>> djblets/htdocs/static/. My egg has them. See if they exist there in your >>> egg. >>> >>> Can you also run 'rb-site --version' and show me what that says? Just >>> want to confirm it is indeed running the correct version. >>&g

Re: 2.0 beta1 upgrade (mysql): Error applying evolution: Specified key was too long; max key length is 767 bytes

2013-11-19 Thread Vlad S.
Hi Chris! I suspect this table, `repo_revision` varchar(512) DROP TABLE IF EXISTS `attachments_fileattachment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `attachments_fileattachment` ( `id` int(11) NOT NULL AUTO_INCR

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
but diff is still not working, have some JS errors (see attachment). >>>> >>>> Any pointers? >>>> >>>> >>>> >>>> >>>> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond >>>> wrote: >>>>>

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
non recursive ls: $ ls -l total 12 lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
Hi! This would disclose uploaded directory. I can say that /home/rb/www/rb-dev/htdocs/static had *no* djblets subdirectory or symlink. понедельник, 18 ноября 2013 г., 23:24:12 UTC+4 пользователь Christian Hammond написал: > > Hi Vlad, > > Can you show me the contents of your s

djblets 0.8 alpha1 misses *.min.js files in static/

2013-11-18 Thread Vlad S.
the subj. -- 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 to the Google

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-18 Thread Vlad S.
г., 4:03:28 UTC+4 пользователь Christian Hammond написал: > > That's the result of either Djblets not being installed correctly, or > rb-site upgrade not being run after fixing up Djblets (or it pulling in the > wrong version). I expect the site won't work correctly without

2.0 beta1 upgrade (mysql): Error applying evolution: Specified key was too long; max key length is 767 bytes

2013-11-18 Thread Vlad S.
Hi, Just share my upgrade experience here with mysql 5.6 nd RB 1.7.14. Upgrade to 2.0 beta might require some InnoDB magic. Initial upgrade fails like this: $ rb-site upgrade /home/rb/www/rb-dev [..] Rebuilding directory structure Updating database. This may take a while. The log output below

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-16 Thread Vlad S.
might indicate, that'd help too. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > > On Fri, Nov 15, 2013 at 3:33 AM, Vlad S. >wrote: > >&g

Re: Mac OS X Mavericks, rb-site install, mysql

2013-11-15 Thread Vlad S.
pip install mysql-python (or python-mysql) среда, 13 ноября 2013 г., 19:58:57 UTC+4 пользователь Chris Griffin написал: > > I believe I have installed all the necessary components to make this work. > When I run rb-site install and when I get to the database question the only > option is sqlite3

2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-15 Thread Vlad S.
Hi! I am trying out new 2.0 beta1 in a staging virtual env and getting this error: [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user AnonymousUser at http://rb-dev.[..]/rb/account/login/?next_page=/rb/dashboard/ [Fri Nov 15 11:10:01 2013] [error] [Fri Nov 15 11:10:01 201

2.0beta1, repeating error: File does not exist: /home/rb/www/rb-dev/htdocs/static/djblets

2013-11-15 Thread Vlad S.
Hi, I managed to run ReviewBoard with virtualenv and mod_wsgi, but I got this repeating error in error_log [Fri Nov 15 18:09:52 2013] [error] [client 10.175.14.74] File does not exist: /home/rb/www/rb-dev/htdocs/static/djblets, referer: http://rb-dev.[..].com/rb/admin/settings/authentication/

Re: Instant Messaging (XMPP) extension

2013-08-09 Thread Horatiu Eugen VLAD
Hi, Just released version 0.4 to fix one nasty bug: Fix for multiple delivery of same message H. On Saturday, May 18, 2013 4:36:52 PM UTC+2, Horatiu Eugen VLAD wrote: > > Hi, > > I have open-sourced a some time ago an Instant Messaging (XMPP) extension > for Review boa

Re: Instant Messaging (XMPP) extension

2013-08-07 Thread Horatiu Eugen VLAD
f pyxmpp2 worried me, so I checked out the page on > PyPi for other versions, and it seems to have been alpha2 since 2011-07-10! > My Google-fu didn't lead me to finding any fixes for this issue, so I > hacked around it (the serialize() was only used in logging.debug > statement

Instant Messaging (XMPP) extension

2013-05-18 Thread Horatiu Eugen VLAD
Hi, I have open-sourced a some time ago an Instant Messaging (XMPP) extension for Review board. The feature set is basic at it just a mirroring the email notification behavior. Code can be downloaded from: https://github.com/iconoeugen/rb-xmpp-notification For installation follow the next ste