On Sat, Aug 1, 2009 at 9:10 PM, Ursula Junque<[email protected]> wrote: > 2009/8/1 Ursula Junque <[email protected]>: >> /me winks >> >> 2009/7/31 Jonathan Lange <[email protected]>: >>> On Fri, Jul 31, 2009 at 6:38 PM, Martin Pool<[email protected]> wrote: >>>> 2009/7/31 Jonathan Lange <[email protected]>: >>>>> * Number of pending reviews >>>>> * Number of approved branches that haven't been reviewed >>>>> * Number of untested QA items >>>> >>>> This desperately needs someone to write a small script (and put it on >>>> eg the Launchpad blog) for the benefit of... well, me, and other >>>> projects that might use Launchpad. >>>> >>> >>> Me too. Also because I want pretty graphs. >> >> The graphs are on the LOSAs list. :) I wrote one script that checks >> the testplans twice a day and gathers the count of OK, ??, BAD and >> NEEDSTESTING items, so we could plot nice graphs per team and see how >> the test goes during the cycle. > > Complementing: this just covers the last item, and only works for lp - > because it gets the information from wiki pages that we use as > testplans. So I don't know how that could be useful to other > projects.. About the other items: jml, do you know if it's possible to > get using the API? >
Sure is. project.getMergeProposals() is exposed, and takes a status parameter. jml _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

