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

Import glide configuration during init #500

Merged
merged 8 commits into from
Jun 2, 2017

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    d8e32d8 View commit details
    Browse the repository at this point in the history
  2. Consolidate version/branch validation into deduceConstraint

    This makes it easier for the importers to reuse its logic
    carolynvs committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    53fa2b1 View commit details
    Browse the repository at this point in the history
  3. Detect the default branch in deduceConstraint when constraint is empty

    I tweaked ensure so that the existing behavior of ensure X applies
    the any (*) constraint.
    carolynvs committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    66b1df0 View commit details
    Browse the repository at this point in the history
  4. Support importing glide configuration

    * init imports by default unless -skip-tools is specified
    * glide config in dependencies is taken into account during solve
    carolynvs committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    cbc263f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f7a9d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    892a157 View commit details
    Browse the repository at this point in the history
  2. Don’t run importers during solve yet

    * Ignore glide's test case for importing during solve
    carolynvs committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    373556d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ef8181 View commit details
    Browse the repository at this point in the history