Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread Evan Borgstrom
Done. https://code.google.com/p/reviewboard/issues/detail?id=3700

Hopefully you can find some bandwidth internally or with a student for this 
request. Considering you're going to add the info in a tab in the UI I 
would hope exposing the same info via an API would be trivial.

Thanks,
EB

On Wednesday, December 17, 2014 5:47:15 PM UTC-8, David Trowbridge wrote:

 Evan,

 It would be nice to have, but short of a third-party contribution to do 
 it, we probably don't have time. We might assign it as a student project 
 for one of the classes we work with. Mind filing an enhancement request?

 -David

 On Wed, Dec 17, 2014 at 5:41 PM, Evan Borgstrom evan.bo...@gmail.com 
 javascript: wrote:

 Thanks for the reply, David.

 Will the data used in /users/username/ be available via an API point as 
 well? I'm really looking to get this data programatically.

 LMK.

 Thanks,
 EB

 On Wednesday, December 17, 2014 4:18:10 PM UTC-8, David Trowbridge wrote:

 Evan,

 In Review Board 2.1, there will be a new tab on the user page 
 (/users/username/) that lists each of the code reviews that they did. In 
 the meantime, the only other way to get this information would be to query 
 the database (either through the database directly, via the python shell, 
 or by writing an extension that does what you want).

 -David

 On Thu, Dec 11, 2014 at 12:56 PM, Evan Borgstrom evan.bo...@gmail.com 
 wrote:

 Hi all,

 Can anyone provide some guidance on the best way to get a list of all 
 of the RBs that a user has participated in?

 For example, if a user is a member of a large group that gets lots of 
 RBs assigned to them I want to get a list of those specific RBs where the 
 user actually commented or provided a review/ship it without seeing the 
 RBs 
 they didn't participate in.

 Is this possible? I've been through the API docs but can't see anything 
 straight forward.

 Thanks,
 EB

 -- 
 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 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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 Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
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 Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread Christian Hammond
The API design takes more consideration, as we need to ensure that what we
add is going to be performant, consistent with the rest of the API, and
future-proof. Rendering additional data on a page can be done without
having to as closely consider future design changes, as it's not an an
interface that needs to maintain the same sort of backwards-compatibility.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On Thu, Dec 18, 2014 at 10:25 AM, Evan Borgstrom evan.borgst...@gmail.com
wrote:

 Done. https://code.google.com/p/reviewboard/issues/detail?id=3700

 Hopefully you can find some bandwidth internally or with a student for
 this request. Considering you're going to add the info in a tab in the UI I
 would hope exposing the same info via an API would be trivial.

 Thanks,
 EB

 On Wednesday, December 17, 2014 5:47:15 PM UTC-8, David Trowbridge wrote:

 Evan,

 It would be nice to have, but short of a third-party contribution to do
 it, we probably don't have time. We might assign it as a student project
 for one of the classes we work with. Mind filing an enhancement request?

 -David

 On Wed, Dec 17, 2014 at 5:41 PM, Evan Borgstrom evan.bo...@gmail.com
 wrote:

 Thanks for the reply, David.

 Will the data used in /users/username/ be available via an API point
 as well? I'm really looking to get this data programatically.

 LMK.

 Thanks,
 EB

 On Wednesday, December 17, 2014 4:18:10 PM UTC-8, David Trowbridge wrote:

 Evan,

 In Review Board 2.1, there will be a new tab on the user page
 (/users/username/) that lists each of the code reviews that they did. In
 the meantime, the only other way to get this information would be to query
 the database (either through the database directly, via the python shell,
 or by writing an extension that does what you want).

 -David

 On Thu, Dec 11, 2014 at 12:56 PM, Evan Borgstrom evan.bo...@gmail.com
 wrote:

 Hi all,

 Can anyone provide some guidance on the best way to get a list of all
 of the RBs that a user has participated in?

 For example, if a user is a member of a large group that gets lots of
 RBs assigned to them I want to get a list of those specific RBs where the
 user actually commented or provided a review/ship it without seeing the 
 RBs
 they didn't participate in.

 Is this possible? I've been through the API docs but can't see
 anything straight forward.

 Thanks,
 EB

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 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
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 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
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 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 Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-17 Thread David Trowbridge
Evan,

In Review Board 2.1, there will be a new tab on the user page
(/users/username/) that lists each of the code reviews that they did. In
the meantime, the only other way to get this information would be to query
the database (either through the database directly, via the python shell,
or by writing an extension that does what you want).

-David

On Thu, Dec 11, 2014 at 12:56 PM, Evan Borgstrom evan.borgst...@gmail.com
wrote:

 Hi all,

 Can anyone provide some guidance on the best way to get a list of all of
 the RBs that a user has participated in?

 For example, if a user is a member of a large group that gets lots of RBs
 assigned to them I want to get a list of those specific RBs where the user
 actually commented or provided a review/ship it without seeing the RBs they
 didn't participate in.

 Is this possible? I've been through the API docs but can't see anything
 straight forward.

 Thanks,
 EB

 --
 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 Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-17 Thread Evan Borgstrom
Thanks for the reply, David.

Will the data used in /users/username/ be available via an API point as 
well? I'm really looking to get this data programatically.

LMK.

Thanks,
EB

On Wednesday, December 17, 2014 4:18:10 PM UTC-8, David Trowbridge wrote:

 Evan,

 In Review Board 2.1, there will be a new tab on the user page 
 (/users/username/) that lists each of the code reviews that they did. In 
 the meantime, the only other way to get this information would be to query 
 the database (either through the database directly, via the python shell, 
 or by writing an extension that does what you want).

 -David

 On Thu, Dec 11, 2014 at 12:56 PM, Evan Borgstrom evan.bo...@gmail.com 
 javascript: wrote:

 Hi all,

 Can anyone provide some guidance on the best way to get a list of all of 
 the RBs that a user has participated in?

 For example, if a user is a member of a large group that gets lots of RBs 
 assigned to them I want to get a list of those specific RBs where the user 
 actually commented or provided a review/ship it without seeing the RBs they 
 didn't participate in.

 Is this possible? I've been through the API docs but can't see anything 
 straight forward.

 Thanks,
 EB

 -- 
 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 Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
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 Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-17 Thread David Trowbridge
Evan,

It would be nice to have, but short of a third-party contribution to do it,
we probably don't have time. We might assign it as a student project for
one of the classes we work with. Mind filing an enhancement request?

-David

On Wed, Dec 17, 2014 at 5:41 PM, Evan Borgstrom evan.borgst...@gmail.com
wrote:

 Thanks for the reply, David.

 Will the data used in /users/username/ be available via an API point as
 well? I'm really looking to get this data programatically.

 LMK.

 Thanks,
 EB

 On Wednesday, December 17, 2014 4:18:10 PM UTC-8, David Trowbridge wrote:

 Evan,

 In Review Board 2.1, there will be a new tab on the user page
 (/users/username/) that lists each of the code reviews that they did. In
 the meantime, the only other way to get this information would be to query
 the database (either through the database directly, via the python shell,
 or by writing an extension that does what you want).

 -David

 On Thu, Dec 11, 2014 at 12:56 PM, Evan Borgstrom evan.bo...@gmail.com
 wrote:

 Hi all,

 Can anyone provide some guidance on the best way to get a list of all of
 the RBs that a user has participated in?

 For example, if a user is a member of a large group that gets lots of
 RBs assigned to them I want to get a list of those specific RBs where the
 user actually commented or provided a review/ship it without seeing the RBs
 they didn't participate in.

 Is this possible? I've been through the API docs but can't see anything
 straight forward.

 Thanks,
 EB

 --
 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
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 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 Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.