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

Expose functionality to download buildpacks #1225

Merged
merged 19 commits into from
Jul 21, 2021

Commits on Jul 15, 2021

  1. add and utilize DownloadBuildpack function

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    cc5b3e4 View commit details
    Browse the repository at this point in the history
  2. move image, blob packages outside of internal

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c359023 View commit details
    Browse the repository at this point in the history
  3. handle deprecated ImageName key

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    5b0a8c7 View commit details
    Browse the repository at this point in the history
  4. fix: bad parameter name in extractPackagedBuildpacks

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8539932 View commit details
    Browse the repository at this point in the history
  5. make struct fields public for DownloadBuildpackOptions

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    27b5461 View commit details
    Browse the repository at this point in the history
  6. add comments and formatting to create_builder

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8eac9df View commit details
    Browse the repository at this point in the history
  7. undo registryCache rename

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    29379f8 View commit details
    Browse the repository at this point in the history
  8. add a Client receiver to DownloadBuildpack

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d141455 View commit details
    Browse the repository at this point in the history
  9. move blob back to internal

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b724f23 View commit details
    Browse the repository at this point in the history
  10. import formatting

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1c0888d View commit details
    Browse the repository at this point in the history
  11. Refactor DownloadBuildpack to use dependency injection strategy and a…

    …dd tests
    
    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6514783 View commit details
    Browse the repository at this point in the history
  12. refactor extractPackagedBuildpack args

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8d5c357 View commit details
    Browse the repository at this point in the history
  13. resolve merge conlicts

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    df32053 View commit details
    Browse the repository at this point in the history
  14. chore: import formatting

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    514e163 View commit details
    Browse the repository at this point in the history
  15. resolve lint errors

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    88ee028 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. simplify tests, make more consistent

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    c2c43db View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    90cca69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90080dd View commit details
    Browse the repository at this point in the history
  3. resolve lint issues

    Signed-off-by: Yousef Haggy <[email protected]>
    YousefHaggyHeroku committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1d9b1b8 View commit details
    Browse the repository at this point in the history