Activity log for bug #1839132

Date Who What changed Old value New value Message
2019-08-06 11:06:11 Barry Price bug added bug
2019-08-06 11:06:57 Barry Price description Using the Python launchpadlib library to talk to the API, I request a list of members for an appropriately large (>600 member) group: people = [p.name for p in launchpad.people[groupname].members] people_list retrieves the correct number of people, but several of them are duplicate records. Which means some members aren't returned at all. Using the Python launchpadlib library to talk to the API, I request a list of members for an appropriately large (>600 member) group: people = [p.name for p in launchpad.people[groupname].members] people contains the correct number of people, but several of them are duplicate records. Which means some members aren't returned at all.
2019-08-06 11:07:59 Colin Watson launchpad: importance Undecided High
2019-08-06 11:07:59 Colin Watson launchpad: status New Triaged
2019-08-06 11:08:06 Colin Watson tags api lp-registry
2019-08-06 11:13:08 Haw Loeung bug added subscriber Haw Loeung
2019-08-06 11:13:19 Haw Loeung bug added subscriber The Canonical Sysadmins
2019-08-07 00:05:08 Colin Watson launchpad: status Triaged In Progress
2019-08-07 00:05:10 Colin Watson launchpad: assignee Colin Watson (cjwatson)
2019-08-07 00:11:45 Launchpad Janitor branch linked lp:~cjwatson/launchpad/team-members-ordering
2019-08-08 11:40:36 Launchpad QA Bot tags api lp-registry api lp-registry qa-needstesting
2019-08-08 11:40:37 Launchpad QA Bot launchpad: status In Progress Fix Committed
2019-08-08 13:44:22 Colin Watson tags api lp-registry qa-needstesting api lp-registry qa-ok
2019-08-09 10:11:12 Colin Watson launchpad: status Fix Committed Fix Released