Activity log for bug #1578205

Date Who What changed Old value New value Message
2016-05-04 13:25:09 Philip Muškovac bug added bug
2016-05-04 13:25:09 Philip Muškovac attachment added repositories.txt https://bugs.launchpad.net/bugs/1578205/+attachment/4655549/+files/repositories.txt
2016-05-04 13:41:04 Philip Muškovac description What happened before: The repositories were originally pushed as personal repositories owned by ~kubuntu-packagers. They were then moved under the kubuntu-packaging project by setting their target to lp.projects['kubuntu-packaging'] using the API Now when fetching the full list of repositories, I get 292 results with print(len(lp.git_repositories.getRepositories(target=lp.projects['kubuntu-packaging']))) but looping over the repositories shows multiple duplicates and missing ones, and for repo in lp.git_repositories.getRepositories(target=lp.projects['kubuntu-packaging']): lst[repo.git_identity] = repo print(len(lst)) returns 224 today. Attached is a list of todays response with the returned git identities. e.g. attica is present twice and 'akonadi' is missing What happened before: The repositories were originally pushed as personal repositories owned by ~kubuntu-packagers. They were then moved under the kubuntu-packaging project by setting their target to lp.projects['kubuntu-packaging'] using the API Now when fetching the full list of repositories, I get 292 results with print(len(lp.git_repositories.getRepositories(target=lp.projects['kubuntu-packaging']))) as does the web UI [1], but looping over the repositories shows multiple duplicates and missing ones, and for repo in lp.git_repositories.getRepositories(target=lp.projects['kubuntu-packaging']):     lst[repo.git_identity] = repo print(len(lst)) returns 224 today. Attached is a list of todays response with the returned git identities. e.g. attica is present twice and 'akonadi' is missing [1] https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git
2016-05-05 07:09:36 William Grant launchpad: assignee William Grant (wgrant)
2016-05-05 07:09:38 William Grant launchpad: importance Undecided High
2016-05-05 07:09:39 William Grant launchpad: status New In Progress
2016-05-05 07:09:45 William Grant tags api easy git lp-code
2016-05-05 07:24:28 Launchpad Janitor branch linked lp:~wgrant/launchpad/bug-1578205
2016-05-05 12:36:03 Launchpad QA Bot tags api easy git lp-code api easy git lp-code qa-needstesting
2016-05-05 12:36:04 Launchpad QA Bot launchpad: status In Progress Fix Committed
2016-05-06 01:52:46 William Grant tags api easy git lp-code qa-needstesting api easy git lp-code qa-ok
2016-05-06 07:05:50 William Grant launchpad: status Fix Committed Fix Released