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

Merge releases/v3 into releases/v2 #2319

Merged
merged 45 commits into from
May 31, 2024
Merged

Commits on May 15, 2024

  1. Update PR description for bundle update PRs

    Changed from `tools: latest` to `tools: linked` to reflect new usage.
    dbartol committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9a1f461 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    445165b View commit details
    Browse the repository at this point in the history
  2. PR Checks: remove old versions from debug artifacts check

    Now that this check is running on MacOS, it runs into a known issue with the build tracer on ARM Macs that was fixed in CLI v2.15.1.
    angelapwen committed May 17, 2024
    Configuration menu
    Copy the full SHA
    46fc2c9 View commit details
    Browse the repository at this point in the history
  3. PR check: add explicit setup-go step to unset-env check

    Go has been removed from the PATH in the most recent Mac runner images rollouts.
    angelapwen committed May 17, 2024
    Configuration menu
    Copy the full SHA
    23c1981 View commit details
    Browse the repository at this point in the history
  4. PR checks: stop running unset-env on two old CLI versions

    Looks like there was a bug in the oldest two CLI versions, on `macos-12` here.
    angelapwen committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b0a1d92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c46681 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    b2dad92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2299 from github/angelapwen/fix-pr-checks

    PR Checks: disable tests for Swift on Linux until CLI 2.17.4
    henrymercer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3ee86e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00daf24 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2301 from github/mergeback/v3.25.6-to-main-9fdb3e49

    Mergeback v3.25.6 refs/heads/releases/v3 into main
    dbartol committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b46ca8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c0b69b View commit details
    Browse the repository at this point in the history
  6. Classify config file and out of disk CLI errors as config errors (#2297)

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    angelapwen and henrymercer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ebd27c0 View commit details
    Browse the repository at this point in the history
  7. Bump the npm group with 3 updates (#2303)

    * ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update checked-in dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dependabot[bot] and github-actions[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b1bd8da View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    cc96c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087f0b0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add steady_state_default_setup as field to base status report (#2305)

    This will help us distinguish steady-state runs in default setup mode from advanced setup runs and default setup validation/onboarding runs.
    angelapwen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    acdf238 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Look at ref rather than default branch

    Since we'll only cleanup when running on the default branch
    henrymercer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4fd6c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b42149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bea17f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    898dead View commit details
    Browse the repository at this point in the history
  5. Clean up old TRAP caches

    henrymercer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    610e722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59af9fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f2b182 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ccd563 View commit details
    Browse the repository at this point in the history
  9. Add unit test for cleanup

    henrymercer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f7f7192 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fdba1f9 View commit details
    Browse the repository at this point in the history
  11. Add changelog note

    henrymercer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9983853 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    f629cb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2306 from github/henrymercer/trap-cache-space-eff…

    …iciency
    
    Automatically clean up old TRAP caches
    henrymercer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    584871b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2296 from github/dbartol/bundle-pr-description

    Update PR description for bundle update PRs
    henrymercer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8c4bc43 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Bump micromatch from 4.0.5 to 4.0.7 in the npm group (#2310)

    * Bump micromatch from 4.0.5 to 4.0.7 in the npm group
    
    Bumps the npm group with 1 update: [micromatch](https://github.com/micromatch/micromatch).
    
    
    Updates `micromatch` from 4.0.5 to 4.0.7
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update checked-in dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dependabot[bot] and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7927df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6548a4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2311 from github/henrymercer/pack-missing-auth-co…

    …nfig-error
    
    Add configuration error for missing auth to package registry
    henrymercer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9550da9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fe0847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    028346e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2312 from github/update-bundle/codeql-bundle-v2.17.4

    Update default bundle to 2.17.4
    cklin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9ab5d16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbd4e19 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2313 from github/revert-2312-update-bundle/codeql…

    …-bundle-v2.17.4
    
    Revert "Update default bundle to 2.17.4"
    cklin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a095bf2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    e1a4268 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2317 from github/update-v3.25.7-a095bf2a1

    Merge main into releases/v3
    angelapwen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f079b84 View commit details
    Browse the repository at this point in the history
  3. Revert "Update version and changelog for v2.25.6"

    This reverts commit ab186bb.
    github-actions[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    28cc49a View commit details
    Browse the repository at this point in the history
  4. Revert "Update checked-in dependencies"

    This reverts commit a1a97f4.
    github-actions[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fd90298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd8b26e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eee8c70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d9b4c6 View commit details
    Browse the repository at this point in the history