Re: Review Board Ticket #4699: Wrong filtering of opcodes for an interdiff

2019-04-29 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4699/ -- New update by alexG For Beanbag, Inc. > Review Board > Ticket #4699 Reply:

RBTools Ticket #4804: rbt patch doesn't work with svn 1.10 and above

2019-03-15 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4804/ -- New ticket #4804 by samsun387 For Beanbag, Inc. > RBTools Status: New Tags:

Re: Review Board Ticket #4750: SVN 1.10 binary file not showing up DIFF file list

2019-03-11 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4750/ -- New update by totoroliu For Beanbag, Inc. > Review Board > Ticket #4750

Reviewboard SVN 1.10 binary file detection not working

2018-09-27 Thread Kevin Yu
Hi, I noticed when I upgraded Subversion to 1.10, Reviewboard stopped displaying binary files on Diff GUI. Index: /abc/branches/3.x/3.0/trunk/cooked/basepkgs/abc.pkg === Cannot display: file marked as a binary

Re: HTTP 403 when using api review_group_users (using admin user)

2018-07-04 Thread Kevin Yu
the settings on the group? Is it an invite-only group? > > Can you re-run the query and then check reviewboard.log on the server for > access warnings? > > Christian > > > On Wed, Jul 4, 2018 at 10:47 AM Kevin Yu > > wrote: > >> Hi, >> >> I'm having iss

HTTP 403 when using api review_group_users (using admin user)

2018-07-04 Thread Kevin Yu
Hi, I'm having issues using the review_group_users api. When I called the api as admin users, I'm getting http 403 (permission denied) back. This is the api I'm referring to

Re: How long does Reviewboard session alive

2017-09-18 Thread Kevin Yu
need to see any of the expanded "Local vars" (at least not yet), but > need to see every line of code being shown in the trace. > > Thanks, > > Christian > > On Mon, Sep 18, 2017 at 5:24 PM, Kevin Yu <sams...@gmail.com > > wrote: > >> >> &

Re: How long does Reviewboard session alive

2017-09-18 Thread Kevin Yu
7, Christian Hammond wrote: > > Hi Kevin, > > Sessions default to lasting 1 year. You can customize this by adding the > SESSION_COOKIE_AGE setting to your $sitedir/conf/settings_local.py file, > like: > > > SESSION_COOKIE_AGE = 365 * 24 * 60 * 60 # 1 year > > > Chri

How long does Reviewboard session alive

2017-09-13 Thread Kevin Yu
I have a question about Reviewboard login session. I've noticed i never have to login again after inactive for a long period of time. Just wondering how long would the session expire, if at all? Is there a setting to set this? -- Supercharge your Review Board with Power Pack:

Re: Review Board Ticket #4577: IE exception happens on screen resolution 1366* 768

2017-08-18 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4577/ -- New update by samsun387 For Beanbag, Inc. > Review Board > Ticket #4577

Re: Review Board Ticket #4577: IE exception happens on screen resolution 1366* 768

2017-08-18 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4577/ -- New update by samsun387 For Beanbag, Inc. > Review Board > Ticket #4577

Review Board Ticket #4577: Scrollbar does not work on

2017-08-18 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4577/ -- New ticket #4577 by samsun387 For Beanbag, Inc. > Review Board Status: New

Re: Upgrade to ReviewBoard 2.5.13.1

2017-07-07 Thread Kevin Yu
We recently performed the same operation. We also backup the site folder under /var/www and /usr/local/lib/python2.7/dist-packages On Thursday, July 6, 2017 at 8:34:20 PM UTC-7, harish varadarajan wrote: > > Hi, > > We intend to upgrade to RB 2.5.13.1 (from 2.5.6.1) and below is the list > of

Re: Review Board Ticket #4450: ReviewRequest.last_review_activity_timestamp should be exposed in the API

2017-06-23 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4450/ -- New update by samsun387 For Beanbag, Inc. > Review Board > Ticket #4450

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-14 Thread Kevin Yu
; >>>>>>>>> I've put some print in packaging.py to help debugging. Here's what >>>>>>>>> I have changed: >>>>>>>>> def install_pipeline_deps(self, extension, css_bundles, >>>>>>>>> js_

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-12 Thread Kevin Yu
hon? I'm curious as to whether > pipeline_settings.LESS_BINARY in install_pipeline_deps() is being correctly > set. > > Christian > > On Fri, Jun 9, 2017 at 5:51 PM, Kevin Yu <sams...@gmail.com > > wrote: > >> Looks like the path to the npm_modules are prepopulated based on the >> f

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-09 Thread Kevin Yu
', 'djblets.pipeline.compilers.less.LessCompiler', ] NODE_PATH = os.path.join(REVIEWBOARD_ROOT, '..', 'node_modules') On Friday, June 9, 2017 at 5:44:51 PM UTC-7, Kevin Yu wrote: > > Thanks Christian for the quick reply! much appreciated. > > It was installed using easy_install under Ubuntu. > > On Friday, June 9,

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-09 Thread Kevin Yu
ode.js installed and then run:* $ sudo npm install -g less uglifyjs I am wondering if this is related... On Friday, June 9, 2017 at 4:41:10 PM UTC-7, Kevin Yu wrote: > > On our server, we had reviewboard core 2.5.6.1 running with our own > extension. it was all fine until we re

Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-09 Thread Kevin Yu
On our server, we had reviewboard core 2.5.6.1 running with our own extension. it was all fine until we recently upgraded reviewboard core to 2.5.12. After the upgrade, we can't run python setup.py -v build anymore... The error is as follows: devops@Reviewboard-Test-trunk:/tmp/ReviewBoardExt$

Python api - how to create a review as a different user

2017-05-08 Thread Kevin Yu
Hi All, I'm using an admin user to create the RBClient and I'm trying to post a review with ship_it=True as user 'team_waive'. However, it's still posting as the admin user. Here's my code: def create_review(self, request, comment='', ship_it=False, \ public=True,

Re: Reviewboard Extension - Database schema update issues

2017-05-08 Thread Kevin Yu
Just to provide an update, it works! Thanks a lot On Wednesday, May 3, 2017 at 5:50:54 PM UTC-7, Kevin Yu wrote: > > Thanks David! I will give it a try! > > On Wednesday, May 3, 2017 at 4:25:03 PM UTC-7, David Trowbridge wrote: >> >> Kevin, >> >> The c

Re: Reviewboard Extension - Database schema update issues

2017-05-03 Thread Kevin Yu
o-custom-models > for > instructions on how to do this and where to put the file. > > -David > > On Wed, May 3, 2017 at 4:08 PM Kevin Yu <sams...@gmail.com > > wrote: > >> Hi All, >> >> Recently we updated our database schema to add another field to a tabl

Reviewboard Extension - Database schema update issues

2017-05-03 Thread Kevin Yu
Hi All, Recently we updated our database schema to add another field to a table that's used by our own reviewboard extension. When we run python setup.py install to install the extension, we run into the following error: stdout: Project signature has changed - an evolution is required

Review Board Ticket #4545: User name is not shown with certain actions (update and publish diff, closing review request as submitted)

2017-04-24 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4545/ -- New ticket #4545 by samsun387 For Beanbag, Inc. > Review Board Status: New

Is there a way to update the notification subject before sending out email?

2017-04-24 Thread Kevin Yu
Hi, I'm wondering there is any way to update the notification subject before sending out email. We would like add some information to the notification email subject, which is currently using the review request's summary. I've created https://hellosplat.com/s/beanbag/tickets/4544/ as feature

Re: reviewboard - review is being posted with a different user!

2017-04-24 Thread Kevin Yu
Just looked at your question again. If you are posting review request through GUI, I assume our issue is different. On Monday, April 24, 2017 at 4:30:12 PM UTC-7, Kevin Yu wrote: > > We had run into the same issue a few times. What happened is that I use > user A for Reviewboard Serve

Re: reviewboard - review is being posted with a different user!

2017-04-24 Thread Kevin Yu
We had run into the same issue a few times. What happened is that I use user A for Reviewboard Server A and B user for reviewboard Server B. Even after rbt logout, when i run rbt post to reviewboard B, it's posted as User A. rm -Rf ~/.rbtools-cookies fixed the issue for me. On Monday, March

Review Board Ticket #4544: TemplateHook: Support hook for notification email subject

2017-04-17 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4544/ -- New ticket #4544 by samsun387 For Beanbag, Inc. > Review Board Status: New

Re: Python API : How to get the file id of add/removed file

2017-03-20 Thread Kevin Yu
Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Mon, Mar 20, 2017 at 3:02 PM, Kevin Yu <sams...@gmail.com > > wrote: > >> I just did a quick simple test, I svn rm and svn add some files and then >

Re: Python API : How to get the file id of add/removed file

2017-03-20 Thread Kevin Yu
. In this case, the api doesn't return the file id. Please see the screenshot below. <https://lh3.googleusercontent.com/-Fk8E5uZFIKE/WNBRPscrr6I/ClQ/RhXQJbrtj34HVQvICDAE1Ki3MAnL7g39QCLcB/s1600/Selection_001.bmp> On Monday, March 13, 2017 at 2:33:02 PM UTC-7, Kevin Yu wrote: > > My Workf

Re: Python API : How to get the file id of add/removed file

2017-03-20 Thread Kevin Yu
. The API is also not doing any > filtering that I can see. > > What version of Review Board and RBTools are you using? > > Christian > > > On Fri, Mar 17, 2017 at 15:54 Kevin Yu <sams...@gmail.com > > wrote: > >> Hi Christian, >> >> Thanks for your

Re: rbt diff very slow when svn rm a huge folder (750MB)

2017-03-20 Thread Kevin Yu
f this size, and maybe there's some good optimizations > we can do that would help everyone. 750MB is definitely a corner case, > though. Still, I want to track this, see if it leads to possible > shortcuts/improvements in our algorithm. > > Christian > > > On Fri, Mar

rbt diff very slow when svn rm a huge folder (750MB)

2017-03-17 Thread Kevin Yu
I recently run in this issue. Basically I had to svn rm an older kernel folder which is about 750MB. I did a rbt diff but it's not return after 5 hours and counting. I understand it's not normal practice to delete a huge folder and post to reviewboard. However, is this performance expected?

Re: Python API : How to get the file id of add/removed file

2017-03-17 Thread Kevin Yu
; the diff viewer itself? > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Mon, Mar 13, 2017 at 2:37 PM, Kevin Yu <sams...@gmail.com > > w

Re: Python API : How to get the file id of add/removed file

2017-03-13 Thread Kevin Yu
I'm using SVN btw. On Monday, March 13, 2017 at 2:33:02 PM UTC-7, Kevin Yu wrote: > > My Workflow when rbt patch fail because of file conflicts: > Get Review Request by ID -> review_request.get_diffs() and from the > return, i get the file id by matching the filename. With

RBTools Ticket #4527: rbt patch fail when user do svn merge cherry-pick

2017-03-02 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4527/ -- New ticket #4527 by samsun387 For Beanbag, Inc. > RBTools Status: New Tags:

Re: RBTools Ticket #4409: rbt patch deletes folder even though the folder deletion is not in the diff!

2017-03-02 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4409/ -- New update by samsun387 For Beanbag, Inc. > RBTools > Ticket #4409 Reply:

Review Board Ticket #4488: Discarding a draft will lose the diff

2016-11-22 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4488/ -- New ticket #4488 by samsun387 For Beanbag, Inc. > Review Board Status: New

Re: RBTools Ticket #4409: rbt patch deletes folder even though the folder deletion is not in the diff!

2016-11-22 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4409/ -- New update by samsun387 For Beanbag, Inc. > RBTools > Ticket #4409

Re: RBTools Ticket #4409: rbt patch deletes folder even though the folder deletion is not in the diff

2016-11-07 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4409/ -- New update by samsun387 For Beanbag, Inc. > RBTools > Ticket #4409 Reply:

Re: Review Board Ticket #4450: ReviewRequest.last_review_activity_timestamp should be exposed in the API

2016-08-16 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4450/ -- New update by samsun387 For Beanbag, Inc. > Review Board > Ticket #4450

Review Board Ticket #4450: Fixed issue / Drop issue doesn't update the last_updated_from in Review Request

2016-08-15 Thread Kevin Yu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4450/ -- New ticket #4450 by samsun387 For Beanbag, Inc. > Review Board Status: New