Bug in review-requests list API when filtering by an inactive user

2020-10-27 Thread rob....@gmail.com
Hi all, I'm having an issue with the review-requests list api. I'm attempting to list all the review requests made by an inactive user: http://rbserver/api/review-requests/?from-user=someuser=pending This works fine if the user is active, but if the user is inactive it will always return 0

Re: Restoring from a .dump made with rbsite manage

2020-10-27 Thread David Trowbridge
Was the database dump done with mysqldump (or equivalent) or was it actually 'rb-site manage dumpdb'? If it's the former, you can probably drop the db entirely. If the latter, I'd say start with a new db as created by rb-site install, and then do the loaddb. David On Tue, Oct 27, 2020 at 3:37

Re: Restoring from a .dump made with rbsite manage

2020-10-27 Thread Phil Brindley
thanks! do i need to clean the existing the reviewboard db before running the loaddb or set anything so that i can create/overwrite things as needed? On Monday, October 26, 2020 at 5:51:20 PM UTC David Trowbridge wrote: > Phil, > > It's fine to load the database dump when running the latest