River Riddle via llvm-dev
2020-Mar-30 20:44 UTC
[llvm-dev] Chrome extension for tracking LLVM code review
Hi all, Recently I've had some extra time on my hands, so I spent part of the weekend coding up a simple chrome extension to monitor the status of code reviews on the LLVM phabricator instance. This extension is inspired by some other review monitoring tools that I've used in the past. It allows for monitoring revisions that a user needs to review, revisions by the user that need to be updated, and revisions by the user that are accepted and ready to land. I'm posting here as this may be useful to others. I'm also happy to move this directly upstream if the community is interested. (disclaimer: I have limited experience in javascript so some things could definitely be improved). The code can be found here(along with an example screenshot of my own review status): https://github.com/River707/llvm-review-monitor Thanks -- River -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/09ddd1a0/attachment-0001.html>
River Riddle via llvm-dev
2020-Mar-31 19:16 UTC
[llvm-dev] Chrome extension for tracking LLVM code review
For those interested I've uploaded to the chrome store to make installs easier. An install link is now included on the repo. -- River On Mon, Mar 30, 2020, 1:44 PM River Riddle <riddleriver at gmail.com> wrote:> Hi all, > > Recently I've had some extra time on my hands, so I spent part of the > weekend coding up a simple chrome extension to monitor the status of code > reviews on the LLVM phabricator instance. This extension is inspired by > some other review monitoring tools that I've used in the past. It allows > for monitoring revisions that a user needs to review, revisions by the user > that need to be updated, and revisions by the user that are accepted and > ready to land. I'm posting here as this may be useful to others. I'm also > happy to move this directly upstream if the community is interested. > > (disclaimer: I have limited experience in javascript so some things could > definitely be improved). > > The code can be found here(along with an example screenshot of my own > review status): https://github.com/River707/llvm-review-monitor > > Thanks > -- River >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200331/e92d148d/attachment.html>
Johannes Doerfert via llvm-dev
2020-Apr-01 03:43 UTC
[llvm-dev] Chrome extension for tracking LLVM code review
I'd be interested in using this but I have to wait until someone ports this to firefox (or at least chromium). Thanks for sharing it though! On 3/31/20 2:16 PM, River Riddle via llvm-dev wrote:> For those interested I've uploaded to the chrome store to make installs > easier. An install link is now included on the repo. > > -- River > > On Mon, Mar 30, 2020, 1:44 PM River Riddle <riddleriver at gmail.com> wrote: > >> Hi all, >> >> Recently I've had some extra time on my hands, so I spent part of the >> weekend coding up a simple chrome extension to monitor the status of code >> reviews on the LLVM phabricator instance. This extension is inspired by >> some other review monitoring tools that I've used in the past. It allows >> for monitoring revisions that a user needs to review, revisions by the user >> that need to be updated, and revisions by the user that are accepted and >> ready to land. I'm posting here as this may be useful to others. I'm also >> happy to move this directly upstream if the community is interested. >> >> (disclaimer: I have limited experience in javascript so some things could >> definitely be improved). >> >> The code can be found here(along with an example screenshot of my own >> review status): https://github.com/River707/llvm-review-monitor >> >> Thanks >> -- River >> > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200331/6430b58b/attachment.html>