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 support for platform 010 #1332

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Add support for platform 010 #1332

wants to merge 21 commits into from

Commits on Sep 26, 2023

  1. First create builder unit passes

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2a2ab54 View commit details
    Browse the repository at this point in the history
  2. More assertions

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5faeae0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Add directives for Extensions and ClusterExtensions

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    44b354f View commit details
    Browse the repository at this point in the history
  2. Generate some code

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b95b212 View commit details
    Browse the repository at this point in the history
  3. Add extension validations

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    512c1d2 View commit details
    Browse the repository at this point in the history
  4. Feed extensions to remote buildpack fetcher

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    11552f1 View commit details
    Browse the repository at this point in the history
  5. Add empty "resolve extension" method

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fd7ab30 View commit details
    Browse the repository at this point in the history
  6. Units pass

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    34fcf4a View commit details
    Browse the repository at this point in the history
  7. Add builder validations

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ebecedc View commit details
    Browse the repository at this point in the history
  8. Add resolve extension

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b5ae35c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add test for ref image

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8ed1ecc View commit details
    Browse the repository at this point in the history
  2. Remove duplication by adding ModuleResource interface

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    71e25d2 View commit details
    Browse the repository at this point in the history
  3. Remove TODO

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2663049 View commit details
    Browse the repository at this point in the history
  4. Return a useful error on Windows

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6a60008 View commit details
    Browse the repository at this point in the history
  5. Add extension reader

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    dd5c115 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add basic e2e test for extensions

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    160ce19 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. WIP: add integration test for build with extensions

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    dbaa66d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge branch 'main' into add-platform-010

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8994382 View commit details
    Browse the repository at this point in the history
  2. Update go.sum

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a029735 View commit details
    Browse the repository at this point in the history
  3. Tests seem to pass

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d6036e4 View commit details
    Browse the repository at this point in the history
  4. Fix reconciler

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b14fce9 View commit details
    Browse the repository at this point in the history