Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to specify namespace for standalone roles #1451

Merged
merged 2 commits into from Mar 10, 2021
Merged

Commits on Mar 10, 2021

  1. Allow user to specify namespace for standalone roles

    This change allows user to specify the desired namespace under which
    the role is expected to be published. This allows us to better test
    the role as it was installed, including performing syntax check on
    test playbooks.
    
    Previous implementation was forcing user to convert its author field
    to a namespace compatible string. We no longer need this as
    galaxy-importer does not have any problem when it encounters unknown
    fields. Namespace is also used in collections, so it would be easier
    for to remember for users.
    ssbarnea committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    08858f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9e70d View commit details
    Browse the repository at this point in the history