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

Adds draft package #86

Merged
merged 6 commits into from
Feb 11, 2021
Merged

Adds draft package #86

merged 6 commits into from
Feb 11, 2021

Commits on Feb 11, 2021

  1. Adds judge package

    - This package implements a type that is meant to be a generic Buildpack
    Plan entry resolves as well as a LayerType merger
    ForestEckhardt authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    83991ed View commit details
    Browse the repository at this point in the history
  2. Rename judge to draft

    ForestEckhardt authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9180567 View commit details
    Browse the repository at this point in the history
  3. Changes signature of both functions on Planner

    - Removes built in logging for Resolve in favor of just returning a
    sorted list. Also removed the bool due to confusing design.
    - Removed flag types from flag merger function as that type will be
    depercated soon. Now return bools.
    ForestEckhardt authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    708dbc6 View commit details
    Browse the repository at this point in the history
  4. Update draft/planner_test.go

    Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
    2 people authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8a87ed1 View commit details
    Browse the repository at this point in the history
  5. Assume all priorities are regular expressions

    Ryan Moran authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1ef7c16 View commit details
    Browse the repository at this point in the history
  6. Allows priorities to be a regex or string

    Ryan Moran authored and ryanmoran committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b4761a4 View commit details
    Browse the repository at this point in the history