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

feat(manager): Cloud Native Buildpacks project descriptor manager #30799

Merged

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    11085f9 View commit details
    Browse the repository at this point in the history
  2. remove buildpacks category

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b4b0308 View commit details
    Browse the repository at this point in the history
  3. rename manager to "buildpacks"

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5eedad0 View commit details
    Browse the repository at this point in the history
  4. use zod for schema validation

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6606a44 View commit details
    Browse the repository at this point in the history
  5. log parsing error

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2eddca1 View commit details
    Browse the repository at this point in the history
  6. improve schema validation for buildpacks

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    48f62cf View commit details
    Browse the repository at this point in the history
  7. rename manager to cnb

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dd4f612 View commit details
    Browse the repository at this point in the history
  8. Update lib/modules/manager/cnb/readme.md

    Co-authored-by: HonkingGoose <[email protected]>
    2 people authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e42ed6d View commit details
    Browse the repository at this point in the history
  9. Update lib/modules/manager/cnb/readme.md

    Co-authored-by: HonkingGoose <[email protected]>
    2 people authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    89cbc3a View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: HonkingGoose <[email protected]>
    2 people authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0f811a0 View commit details
    Browse the repository at this point in the history
  11. typo fix

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c8b794 View commit details
    Browse the repository at this point in the history
  12. apply feedback suggestions

    Co-authored-by: HonkingGoose <[email protected]>
    Co-authored-by: Michael Kriese <[email protected]>
    3 people authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab9c4d4 View commit details
    Browse the repository at this point in the history
  13. make top-level io object optional

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    17944ad View commit details
    Browse the repository at this point in the history
  14. add packageFile to the debug log

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    04f2d45 View commit details
    Browse the repository at this point in the history
  15. ignore unsupported buildpack sources

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bca2e5b View commit details
    Browse the repository at this point in the history
  16. remove unnecessary char escape

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c42ae3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb30642 View commit details
    Browse the repository at this point in the history
  18. rename manager to "buildpacks"

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b5b6459 View commit details
    Browse the repository at this point in the history
  19. simplify commit message topic

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b0060a8 View commit details
    Browse the repository at this point in the history
  20. Invert detection logic

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d9c233 View commit details
    Browse the repository at this point in the history
  21. Adapt fixtures

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6a974c5 View commit details
    Browse the repository at this point in the history
  22. Simplify regex

    pbusko authored and modulo11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    df16d10 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    4598172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a70caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8eb48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40f7dc7 View commit details
    Browse the repository at this point in the history
  5. fix typo

    pbusko committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e8d9093 View commit details
    Browse the repository at this point in the history
  6. reduce the number of groupings

    pbusko committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1229679 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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