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

Ensure conversion for local source takes place #1403

Merged

Commits on Oct 18, 2023

  1. Ensure conversion for local source takes place

    - Introduce missing localType object in spec.source for Build
    - Introduce new spec.source object for BuildRun
    - Ensure conversion for spec.sources in Build or spec.sources in
      BuildRun can convert to the spec.source for beta
    qu1queee committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c3f2045 View commit details
    Browse the repository at this point in the history
  2. Add conversion webhook unit test for local

    - Validate conversion from beta to alpha, alpha to beta, for the Build
      CR's.
    - Validate conversion from beta to alpha, alpha to beta, for the
      BuildRun CR's.
    qu1queee committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    412e4b2 View commit details
    Browse the repository at this point in the history
  3. add docs on br source

    qu1queee committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e22ca65 View commit details
    Browse the repository at this point in the history
  4. Make the buildrun.spec.build a mandatory field

    Due to seeing panics reported in issues, when this field
    for v1beta1 CR's was not set by human error.
    qu1queee committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9ef8506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5b8ed4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac9c985 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ce6db1 View commit details
    Browse the repository at this point in the history