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 git packages as VCS repositories #79

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

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    2665e3c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    88da7a3 View commit details
    Browse the repository at this point in the history
  2. Add test

    mortenscheel committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0600850 View commit details
    Browse the repository at this point in the history
  3. Merge master

    mortenscheel committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    4cfe420 View commit details
    Browse the repository at this point in the history
  4. Update readme

    mortenscheel committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3a2bd4a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Fix detection of git repository.

    Allow package-skeleton to be cached.
    Only test download of skeleton once.
    mortenscheel committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    f642f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9c99d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Refactor helper methods to traits.

    Reuse package created by first test.
    Ensure composer commands are run without Xdebug enabled.
    mortenscheel committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    09e173a View commit details
    Browse the repository at this point in the history
  2. Fix trait collision.

    mortenscheel committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    3d6b2e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0f6bd View commit details
    Browse the repository at this point in the history
  4. Refactor static methods

    mortenscheel committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    e434f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Run process without timeout.

    Default timeout is 60 seconds, which is usually enough. Sometimes running composer require takes longer, especially when resolving a package version, which exists in multiple repositories
    mortenscheel committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    42261ac View commit details
    Browse the repository at this point in the history