Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

WIP - Import godep #589

Closed
wants to merge 20 commits into from
Closed

WIP - Import godep #589

wants to merge 20 commits into from

Commits on May 15, 2017

  1. Vendor go-yaml

    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    4555892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e3df4 View commit details
    Browse the repository at this point in the history
  3. Read glide config files

    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    1b526a5 View commit details
    Browse the repository at this point in the history
  4. Read other dependency mgrs cfg during init

    Extract initial root manifest generation into an analyzer
    which combines evaluating the contents of the GOPATH with
    importing cfg from other managers.
    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    e3dd721 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b54e1 View commit details
    Browse the repository at this point in the history
  6. Remove unused manifest deps

    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    6941a1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54d535b View commit details
    Browse the repository at this point in the history
  8. Consolidate version/branch validation into deduceConstraint

    This makes it easier for the importers to reuse its logic
    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    318ce20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14188a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4380e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    adc74e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1c99a8 View commit details
    Browse the repository at this point in the history
  13. Validate glide configuration file during import

    * Warn that os, arch or subpackages specified in glide.yaml are ignored
    * Require the package.name field
    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    c0deda7 View commit details
    Browse the repository at this point in the history
  14. Rename files to snake case

    carolynvs committed May 15, 2017
    Configuration menu
    Copy the full SHA
    aa4a4c9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    393e718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f3fe2 View commit details
    Browse the repository at this point in the history
  3. Add license headers

    darkowlzz committed May 16, 2017
    Configuration menu
    Copy the full SHA
    7398d50 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    5c59560 View commit details
    Browse the repository at this point in the history
  2. Improve godep import tests

    - Adds test for PariedVersion in godep_config.
    - Adds dependency constraints in gopath-initial for godep integration
    tests when -skip-tools is used. This differentiates final locks for with
    and without tools.
    darkowlzz committed May 17, 2017
    Configuration menu
    Copy the full SHA
    c637683 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Attempt to fetch version for no comment imports

    - Fetches versions list of project and looks for version corresponding
    to the given revision.
    - Adds test TestGodepConvertBadInput_EmptyPackageName for the same.
    darkowlzz committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f2b9cba View commit details
    Browse the repository at this point in the history