Legacy Namespaces
A list of legacy namespaces.
The community UI has a view to list all legacy authors. Each author is clickable and brings the browser to a page with a list of roles created by the author.
Rather than make a hacky unmaintable viewset that aggregates usernames from the roles, this viewset goes directly to the legacy namespace/user table.
We do not want to create this view from v3 namespaces because many/most legacy namespaces do not conform to the v3 namespace character requirements.
TODO: allow edits of the avatar url TODO: allow mapping to a real namespace
GET /api/v1/namespaces/6620/
{ "id": 6620, "url": "", "summary_fields": { "owners": [ { "id": 8245, "username": "Branlute" }, { "id": 6387, "username": "sgourio" }, { "id": 6386, "username": "ElieLiabeuf" }, { "id": 6385, "username": "jeffar" } ], "provider_namespaces": [ { "id": 10799, "name": "steamulo", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/10799/" } ] }, "created": "2023-05-08T21:39:46.135768Z", "modified": "2023-12-11T20:40:46.512292Z", "name": "STEAMULO", "avatar_url": "https://www.steamulo.com/static/steamulo-logo.6753d41e29bca2bde9fa080672a964d7.png", "related": { "provider_namespaces": null, "content": null, "owners": "/api/v1/namespaces/6620/owners/" } }