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

Stack removal: platform changes #335

Merged
merged 52 commits into from
Aug 1, 2023

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    d38828a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update analyzer

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a2d3554 View commit details
    Browse the repository at this point in the history
  2. Format TOC, fix TODO

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4531d8c View commit details
    Browse the repository at this point in the history
  3. Add derive missing values for known stack ID

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    58904f2 View commit details
    Browse the repository at this point in the history
  4. Add guidance around SBOM and rebase

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3140c7d View commit details
    Browse the repository at this point in the history
  5. Fix nesting

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f31e623 View commit details
    Browse the repository at this point in the history
  6. Remove language about a "contract"

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c58ae52 View commit details
    Browse the repository at this point in the history
  7. Describe how analyzed is used by the detector

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    cac2d6e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Remove other references to stack

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d6141f2 View commit details
    Browse the repository at this point in the history
  2. Rename platform -> target

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    10293e9 View commit details
    Browse the repository at this point in the history
  3. Small syntax change

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ec8769e View commit details
    Browse the repository at this point in the history
  4. Rename architecture -> arch to match buildpack spec

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0373ea9 View commit details
    Browse the repository at this point in the history
  5. Wording

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    941516e View commit details
    Browse the repository at this point in the history
  6. Rename distro -> distribution and update schema of analyzed.toml to m…

    …atch buildpack spec
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b3c883b View commit details
    Browse the repository at this point in the history
  7. More rename platform -> target

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    64d392c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    796133a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Rename stack.toml to run.toml and validate run image selection agains…

    …t run.toml
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4480ba7 View commit details
    Browse the repository at this point in the history
  2. Rename stack -> run

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7c905e1 View commit details
    Browse the repository at this point in the history
  3. Detector doesn't need run without run image extension

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4de1087 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Rename image -> images

    In lists we pluralize
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    905754e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Update platform.md

    Co-authored-by: Terence Lee <[email protected]>
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano and hone authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7822f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d1691 View commit details
    Browse the repository at this point in the history
  3. Add back base image

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    381ee53 View commit details
    Browse the repository at this point in the history
  4. Update platform.md

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8efb92a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. fixes link to image extension md file

    Signed-off-by: Joe Kimmel <[email protected]>
    joe-kimmel-vmw committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    56a6557 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #359 from joe-kimmel-vmw/fix-image-extension-link

    fixes link to image extension md file
    jkutner authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    83ce49f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. add lifecycle output to update stack after rebase

    Signed-off-by: Hernan Garcia <[email protected]>
    Hernan Garcia committed May 15, 2023
    Configuration menu
    Copy the full SHA
    417b853 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update platform.md

    Co-authored-by: Natalie Arellano <[email protected]>
    Signed-off-by: Hernan Garcia <[email protected]>
    hernandanielg and natalieparellano authored May 16, 2023
    Configuration menu
    Copy the full SHA
    c05b08e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    d44ea66 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update platform.md

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored May 23, 2023
    Configuration menu
    Copy the full SHA
    fb093a3 View commit details
    Browse the repository at this point in the history
  2. Update platform.md

    Co-authored-by: Natalie Arellano <[email protected]>
    Signed-off-by: Hernan Garcia <[email protected]>
    hernandanielg and natalieparellano authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8422bfe View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Update platform.md

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored May 31, 2023
    Configuration menu
    Copy the full SHA
    32be972 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #360 from hernandanielg/platform-output-update-stack

    add lifecycle output to update stack after rebase
    natalieparellano authored May 31, 2023
    Configuration menu
    Copy the full SHA
    e41fd67 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    46dc116 View commit details
    Browse the repository at this point in the history
  2. Added -analyzed to builder

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1fe9fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f931eb View commit details
    Browse the repository at this point in the history
  4. stack key is deprecated.

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    31dd9c3 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a29f7fe View commit details
    Browse the repository at this point in the history
  6. Add more deprecations

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2e06dd6 View commit details
    Browse the repository at this point in the history
  7. Add when labels were deprecated

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9741479 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Add more information in deprecations

    Also update table of contents
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a2d78bb View commit details
    Browse the repository at this point in the history
  2. Wording

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f2b87a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    22ceb7f View commit details
    Browse the repository at this point in the history
  2. Update labels to update during rebase

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2caf4d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Rebaser: update -force cases

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5f0936c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Clarify run image selection

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c6dd08c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Apply suggestions from code review

    Co-authored-by: Terence Lee <[email protected]>
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano and hone authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aec9203 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d6db122 View commit details
    Browse the repository at this point in the history
  2. Update more label names

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ea0bcde View commit details
    Browse the repository at this point in the history
  3. Update definition

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4f4aa24 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add further guidance about target ID

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bc1e753 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    e7ac222 View commit details
    Browse the repository at this point in the history