How to submit issues for https://github.com/ansible/galaxy_ng

Hello everyone.

Unfortunately I do not know where the issues from github.com/ansible/galaxy_ng are hidden. But as the announcement in the discussion said that all discussion is now in this forum, I will report it here. See https://github.com/ansible/galaxy_ng/discussions/1887

If you know the correct place for such issues, please give me a hint. Thanks.


Invalid OpenAPI Spec

The link in the OpenAPI Spec README is invalid. See GitHub - ansible/galaxy_ng: Ansible Galaxy Server - Issues on https://forum.ansible.com Docs on https://galaxy-ng.readthedocs.io/
The links point to https://petstore.swagger.io/?url=https://raw.githubusercontent.com/ansible/galaxy_ng/master/openapi/openapi.yaml but the openapi.yaml file cannot be found.

This is indeed the right place to start discussions, the Galaxy Team have settled on the forum as the place to do support for the service.

I’ve tagged this galaxy-ng and I believe the Galaxy Team will be doing a triage of the various issues reported over the weekend later today. Thanks!

thanks a lot @gwmngilfen :kissing_heart:

Hello, OpenAPI can be found on Automation Hub API (raw json/yaml: https://galaxy.ansible.com/api/v3/openapi.json, https://galaxy.ansible.com/api/v3/openapi.yaml)

Based on this, I opened a PR at https://github.com/ansible/galaxy_ng/pull/1907
Hope that is correct and will help :innocent:

Background is, I really hate broken links in README and wish, it will be fixed there too.