You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add collection version move/ endpoint to move to and from repository #41
Add synclist (blacklist/whitelist for currated sync repos) support #46
Implement authentication API for local Automation Hub. #77
Support config to auto-approve collection versions on import #170
Namespace API is copied from UI to v3 and now is server at /v3/namespace/. /v3/_ui/namespace/ is left as is. The new - /v3/namespace/ endpoint changes how 'groups' are serialized. #180
Token API is moved from UI to v3 and now is served at /v3/auth/token/. Token API does not support GET method anymore, token is - returned to client only once after creation. Add support of HTTP Basic authentication method to the Token API. #187
Enable the UI to be run as a container along with the rest of the development environment #217
Fix bug preventing links from being modified on namespaces. #277
Bugfixes
Fixed invalid authorization for root API endpoints #108
Fixed galaxy-importer errors in galaxy_ng container environment #110
Fixed collection version detail endpoint returning invalid format of a collection field. #113
Fix importer job scheduling issues with importer resource params #122
Fix importer exception on unexpected docstring format #159
Fix CollectionVersionViewSet so it filters based on "certification" status. #214
Fix compose file name mismatch. In fixture data associate admin user with system:partner-engineers group. #233
Fix wrong href's in results from collection viewsets #247
Add back workaround for multipart forms from ansible-galaxy. #256