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

Add support to install collections from git repositories #69154

Merged
merged 19 commits into from May 29, 2020

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    23364ee View commit details
    Browse the repository at this point in the history
  2. Add some tests

    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    aa882d2 View commit details
    Browse the repository at this point in the history
  3. Add some documentation

    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f52103e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92097da View commit details
    Browse the repository at this point in the history
  5. fix up documentation

    add a changelog
    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6837124 View commit details
    Browse the repository at this point in the history
  6. Skip Python 2.6

    Fix warning
    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    bd9ec09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c8d32d View commit details
    Browse the repository at this point in the history
  8. Separate skip and whether or not to fallback to galaxy.yml in from_path

    Remove a couple of uninformative debug messages in galaxy utils
    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6896707 View commit details
    Browse the repository at this point in the history
  9. Some documentation fixes

    Remove an extra header
    
    don't use SCM dependencies for collection artifacts
    
    Note that the fragment should be a path to a collection directory
    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d8d79d2 View commit details
    Browse the repository at this point in the history
  10. Only fail if no collections are located in a git repository

    Add support for a 'type' key for collections in requirement.yml files.
    Update the changelog and document the supported keys and allowed values for the type.
    
    Add a note that the collection(s) in the repo must contain a galaxy.yml
    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3be2790 View commit details
    Browse the repository at this point in the history
  11. use a tuple

    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    62b85ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81e0a4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    552459c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2af16ab View commit details
    Browse the repository at this point in the history
  15. update another new test

    s-hertel committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1a085e2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    0e703ca View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    f5ba4c0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. suppress sanity compile failure for Python 2.6

    add links for auth options to the docs
    s-hertel committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2318f10 View commit details
    Browse the repository at this point in the history
  2. Update with shrews's suggestion to add the shared snippet to user_gui…

    …de/collection_using.rst
    s-hertel committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2ed5c41 View commit details
    Browse the repository at this point in the history