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 for git repos #5

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2023

  1. add support for git repos

    jmcclelland committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b0b1240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed47064 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix deprecation warnings.

    jmcclelland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c339ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12abc9f View commit details
    Browse the repository at this point in the history
  3. update documentation.

    jmcclelland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e8aab4f View commit details
    Browse the repository at this point in the history
  4. add test for git type.

    jmcclelland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3cfb161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f94fa2 View commit details
    Browse the repository at this point in the history
  6. specifying depth limits the commits we can checkout

    We could make it another parametr?
    jmcclelland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8ae9f60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a943cd0 View commit details
    Browse the repository at this point in the history
  8. we have to get all the branches

    we can't necessarily count on the commit being in the main
    branch. Alternatively, we could alter our syntax to allow us
    to specify a branch in the composer.json file?
    jmcclelland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1a2da1b View commit details
    Browse the repository at this point in the history