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 separate checkout info block to buildscripts. #3483

Open
wants to merge 18 commits into
base: version/0-47-0-RC1
Choose a base branch
from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    2081db6 View commit details
    Browse the repository at this point in the history
  2. Initial support for commit info in buildscript.

    Of the form:
    
    ```
    Project: URL
    Time: time
    ```
    mitchell-as committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5033503 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fetching buildscripts should also populate the Project commit info.

    To do this, we need callers to pass in the project namespace.
    mitchell-as committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    72cb762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec39083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b403b6 View commit details
    Browse the repository at this point in the history
  4. Rename localcommit package to checkoutinfo.

    Also rename Get and Set methods to be for commit IDs.
    mitchell-as committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41ee7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e504147 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2e043d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    e036299 View commit details
    Browse the repository at this point in the history
  2. Revert "Sort artifact changesets by name."

    This reverts commit e036299.
    mitchell-as committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1bbf6c2 View commit details
    Browse the repository at this point in the history
  3. Pass project details to the buildscript runbit, not project objects.

    We need to keep them separate.
    mitchell-as committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    008161f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    4a91dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd9554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1bb954 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Make build scripts first-class citizens.

    Call out to build scripts to get and set commit IDs instead of using another package.
    
    The build script packages will determine if build scripts are enabled and use a mediator if necessary.
    mitchell-as committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9bcce03 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix some failing tests.

    mitchell-as committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a54541d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Make checkoutinfo a primer property and use it to set commit IDs, and…

    … initialize and update build scripts.
    mitchell-as committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6b174f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a150c0 View commit details
    Browse the repository at this point in the history