Re: wsgi issue in 5.0.4

2023-05-10 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

Re: LDAP Authentication seems not to work properly

2022-09-13 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: 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:

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

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

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 <

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

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

Re: Review Board Ticket #4366: Diff Viewer with interdiff broken

2017-05-11 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4366/ -- New update by roys2005.gmail.com For Beanbag, Inc. > Review Board > Ticket

Review Board Ticket #4502: Provide a lnik from the diffviewer location to the file link to avoid scrolling or mistakenly hitting back button

2016-12-26 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4502/ -- New ticket #4502 by subodhk For Beanbag, Inc. > Review Board Status: New

Re: Review Board Ticket #3843: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 70: ordinal not in range(128)

2016-12-20 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3843/ -- New update by mark*@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #3843: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 70: ordinal not in range(128)

2016-12-19 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3843/ -- New update by mark*@gmai* (Google Code) For Beanbag, Inc. > Review

Review Board Ticket #4484: Commit_id no more shows if it is pending (perforce repository)

2016-11-10 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4484/ -- New ticket #4484 by subodhk For Beanbag, Inc. > Review Board Status: New

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

2016-03-23 Thread Subodh Konhor
ce 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 ..." or "rbt post -I ..." to pare down > the size of the diff rather than hand-editing it? > > On Tue, Mar 22, 20

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

2016-03-22 Thread Subodh Konhor
> 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 <sko...@gmail.com > > wrote: > >> Please donot go by

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: Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Subodh Konhor
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 Konhor <sko...@gmail.com > >

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

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.