Re: Does Review Board support GitHub Pull Request?

2021-06-08 Thread Subodh Konhor
Hi, Just wanted to know or get confirmation is this feature now available in 4.0? I see this particular information at https://www.reviewboard.org/integrations/github/ " We're working on integration with pull requests, to give you the convenience of pushing your code for review, but with Revi

RB 4.0 and 4.0.1 Error while trying to configure Review Board Power Pack 3.0.4

2021-06-10 Thread Subodh Konhor
When trying to configure Review Board Power Pack 3.0.4 in containerised installation I get below error. = GET /admin/extensions/rbpowerpack.extension.PowerPackExtension/config/ reviewboard_1 | Exception thrown for user admin at ht

Re: ReviewBoard 4.0,2 + issue with LDAP based authentication

2021-06-27 Thread Subodh Konhor
It looks to be an old python-ldap package. Could you check if the package is updated or should be atleast match the requirements? https://github.com/python-ldap/python-ldap/blob/python-ldap-3.3.0/Doc/reference/ldap.rst Thanks, Subodh On Sun, Jun 27, 2021 at 12:04 AM raghuveer mudiraj < raghuvee

Re: Can't add Git repository, delete user or delete SSH key

2021-07-09 Thread Subodh Konhor
Yes facing the same issue except point 3. Was able to add repository by exility setting it in hostng_account settings . Were you able to delete ssh key from UI? Thanks, Subodh On Wednesday, July 7, 2021 at 7:28:22 PM UTC+5:30 silon...@gmail.com wrote: > Hi Community, > > After a day of struggle

Hitting github api/tree limits while creating reviewrequest from commit

2021-07-09 Thread Subodh Konhor
Hi, We were doing some stress testing using huge repo and we hit the limits as described in https://docs.github.com/en/rest/reference/git#trees. So as per code in def get_change() function the code tries to construct the tree recursively by taking a commit and then it's tree sha to build a str

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Subodh Konhor
Hi Josh, I too faced this issue and found latest mysqlclient was not compatible with django 1.11. I had to downgrade mysqlclient from 2.1.0 to 2.0.3. If you have a staging system you can try to downgrade and check. Thanks. On Fri, 21 Jan 2022, 00:59 Josh Davis, wrote: > Here is the version:

Re: LDAP Authentication seems not to work properly

2022-09-12 Thread Subodh Konhor
You need to configure the authentication to only use LDAP. You must have configured 2 services for authentication hence it fallbacks to DB. In RB documentation it is mentioned as to how to use only one mechanism of authentication. Thanks, Subodh On Thu, 1 Sep 2022, 18:23 Vasiliki Stigka, wrote:

Re: wsgi issue in 5.0.4

2023-05-09 Thread Subodh Konhor
As per the error message there is a generic runtime error being thrown "RuntimeError: populate() isn't reentrant" Check below SO link which helps identify real problem. https://stackoverflow.com/questions/27093746/django-stops-working-with-runtimeerror-populate-isnt-reentrant/55929118#55929118 O

rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread Subodh Konhor
Please donot go by the diff size, I am doing some testing as we do post huge integration's to reviewboard. Since we are migrating from 1.0.9 to 2.5.x I am doing some round of stress testing. I have generated merge diff which is all of type "branch" category. The diff size is whooping 359762870

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread Subodh Konhor
nd 'rbt post --diff-filename' > > That said, a change with 1000 or more files is going to be totally > impossible for humans to review. What's your goal in putting it on Review > Board? > > -David > > On Tue, Mar 22, 2016 at 4:28 AM Subodh Konhor > wrote: > &g

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-23 Thread Subodh Konhor
ith > perforce is very rare because it would first require creating the diff with > "rbt diff" (since p4 diff creates broken diff files), and if you're doing > that, you might as well use "rbt post". > > Perhaps you can use "rbt post -X ..." o

Re: Screenshots not displaying after upgrade from 2.0.20 to 2.5.1.1

2016-02-17 Thread Subodh Konhor
Hi John, I too faced the same issue but found a way to do it. Basically you will have to figure out the javascript file where the change has to be done. In my case it was reviews.min.44ba9ef6d795.js. You can look for a file in your filesystem like reviews.min with a numerical extenstion. Edit

Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Subodh Konhor
Hi Chirstan. I have upgrade our reviewboard (1.0.9) which has 17G of mysql database to the latest 2.5.2. We do have some heavy diff review requests. So what happens now is loading of review request takes long time for the first time. When I see the logs it says DiffParser.parse: Finished pars

Re: Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Subodh Konhor
if you'd like me to send some info along > about what we offer there. > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Thu, Feb 18, 2016 at 12:52 AM, Subodh Kon