Activity log for bug #781600

Date Who What changed Old value New value Message
2011-05-12 10:34:57 Gustavo Niemeyer bug added bug
2011-05-12 10:35:56 Gustavo Niemeyer bug added subscriber Jonathan Lange
2011-05-12 22:13:10 Curtis Hovey launchpad: status New Triaged
2011-05-12 22:13:13 Curtis Hovey launchpad: importance Undecided Low
2011-05-12 22:13:31 Curtis Hovey tags branches
2011-06-10 13:56:19 Gustavo Niemeyer tags branches branches principia
2011-06-10 21:55:39 Francis J. Lacoste launchpad: importance Low Critical
2011-06-10 21:55:48 Francis J. Lacoste tags branches principia branches escalated principia
2011-06-27 23:35:40 Francis J. Lacoste description For the Ensemble work we've been debating, we need a way to list (location, tip revision id) for all branches of a distribution (principia, in our case). Since this list will hopefully get huge over time, we'll also need a way to ask for the changes since a given date, in which case we'd only get (location, tip revision id) for those branches that are either new or have had changes to their tip revision id since the provided timestamp. Please note that we don't need/want *all the data* for a branch in that list, since it's going to be quite a lot of unnecessary information being transferred over the wire. For reference only, in a conversation with Jono over UDS, he's come up with this sketched query which would do something resembling what we'd need: SELECT unique_name, last_scanned_id FROM Branch JOIN DistroSeries ON Branch.distroseries = DistroSeries.id JOIN Distribution ON DistroSeries.distribution = Distribution.id WHERE Distribution.name = 'ubuntu' AND branch.last_scanned > '2011-05-01'; For the Ensemble work we've been debating, we need a way to list (location, tip revision id, (offial_seris, official_series)) for all branches of a distribution (principia, in our case). Since this list will hopefully get huge over time, we'll also need a way to ask for the changes since a given date, in which case we'd only get (location, tip revision id) for those branches that are either new or have had changes to their tip revision id since the provided timestamp. Please note that we don't need/want *all the data* for a branch in that list, since it's going to be quite a lot of unnecessary information being transferred over the wire. For reference only, in a conversation with Jono over UDS, he's come up with this sketched query which would do something resembling what we'd need: SELECT unique_name, last_scanned_id FROM Branch JOIN DistroSeries ON Branch.distroseries = DistroSeries.id JOIN Distribution ON DistroSeries.distribution = Distribution.id WHERE Distribution.name = 'ubuntu' AND branch.last_scanned > '2011-05-01';
2011-07-06 12:11:38 Benji York launchpad: assignee Benji York (benji)
2011-07-06 12:11:43 Benji York launchpad: status Triaged In Progress
2011-07-06 15:42:41 Benji York description For the Ensemble work we've been debating, we need a way to list (location, tip revision id, (offial_seris, official_series)) for all branches of a distribution (principia, in our case). Since this list will hopefully get huge over time, we'll also need a way to ask for the changes since a given date, in which case we'd only get (location, tip revision id) for those branches that are either new or have had changes to their tip revision id since the provided timestamp. Please note that we don't need/want *all the data* for a branch in that list, since it's going to be quite a lot of unnecessary information being transferred over the wire. For reference only, in a conversation with Jono over UDS, he's come up with this sketched query which would do something resembling what we'd need: SELECT unique_name, last_scanned_id FROM Branch JOIN DistroSeries ON Branch.distroseries = DistroSeries.id JOIN Distribution ON DistroSeries.distribution = Distribution.id WHERE Distribution.name = 'ubuntu' AND branch.last_scanned > '2011-05-01'; For the Ensemble work we've been debating, we need a way to list (location, tip revision id, (official_series, official_series)) for all branches of a distribution (principia, in our case). Since this list will hopefully get huge over time, we'll also need a way to ask for the changes since a given date, in which case we'd only get results for those branches that are either new or have had changes to their tip revision id since the provided timestamp. Please note that we don't need/want *all the data* for a branch in that list, since it's going to be quite a lot of unnecessary information being transferred over the wire. For reference only, in a conversation with Jono over UDS, he's come up with this sketched query which would do something resembling what we'd need: SELECT unique_name, last_scanned_id FROM Branch JOIN DistroSeries ON Branch.distroseries = DistroSeries.id JOIN Distribution ON DistroSeries.distribution = Distribution.id WHERE Distribution.name = 'ubuntu' AND branch.last_scanned > '2011-05-01';
2011-07-12 13:43:06 Benji York branch linked lp:~benji/launchpad/bug-781600
2011-07-15 04:51:02 Launchpad QA Bot tags branches escalated principia branches escalated principia qa-needstesting
2011-07-15 04:51:03 Launchpad QA Bot launchpad: status In Progress Fix Committed
2011-07-17 23:46:13 William Grant tags branches escalated principia qa-needstesting branches escalated principia qa-ok
2011-07-18 08:46:53 William Grant launchpad: status Fix Committed Fix Released