ansible / galaxy-dev

Ansible Automation Hub
11 stars 13 forks source link

API: Enable partner engineers and admins to create namespaces #180

Closed romanblanco closed 4 years ago

romanblanco commented 4 years ago

Related issue: https://github.com/ansible/galaxy-dev/issues/176

In order to get UI for creating namespaces, API needs to be implemented first:

romanblanco commented 4 years ago

working on POST endpoint for namespace creation in romanblanco:issue180 branch

romanblanco commented 4 years ago

working on endpoint to update namespace in romanblanco:issue180-manage branch

romanblanco commented 4 years ago

closing https://github.com/ansible/galaxy-api/pull/132, working on this in issue180-ui-create branch

romanblanco commented 4 years ago

https://github.com/ansible/galaxy-api/pull/136

romanblanco commented 4 years ago

closing https://github.com/ansible/galaxy-api/pull/133, working on this in issue180-ui-update branch

romanblanco commented 4 years ago

working on API for querying groups:

https://github.com/ansible/galaxy-api/compare/master...romanblanco:issue180-ui-group

romanblanco commented 4 years ago

The API was meant to be used to retrieve groups for dropdown in process of creating a namespace. Since we've decided not to implement that part for now, I'm closing the issue, but keeping the branch with the API retrieve action implemented.