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 main into releases/v3 #2238

Merged
merged 55 commits into from
Apr 15, 2024
Merged

Merge main into releases/v3 #2238

merged 55 commits into from
Apr 15, 2024

Commits on Apr 4, 2024

  1. Remove python dependency installation logic

    I've left a few warning logging cases, but overall this feature is no
    longer supported.
    RasmusWL committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c7eea24 View commit details
    Browse the repository at this point in the history
  2. Autoformat

    RasmusWL committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9ba21c3 View commit details
    Browse the repository at this point in the history
  3. Fix linting errors

    RasmusWL committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d829366 View commit details
    Browse the repository at this point in the history
  4. build

    RasmusWL committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6ab7733 View commit details
    Browse the repository at this point in the history
  5. Delete python-setup/

    RasmusWL committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e0bc6b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    f64694a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11eab0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2227 from github/mergeback/v3.24.10-to-main-4355270b

    Mergeback v3.24.10 refs/heads/releases/v3 into main
    cklin authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1c270d0 View commit details
    Browse the repository at this point in the history
  4. Add the overwrite flag when init-ing databases

    This ensures that if there is a database already in the filesystem, we
    can gracefully handle creating a new one. This sometimes happens when
    a user is on a self-hosted runner and neglects to clean state across
    runs.
    aeisenberg committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4a666f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Restore python-setup/check_python12.ps1

    I think we can delete this logic too, but let's deal with that in a
    separate PR
    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f0a5e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8e343 View commit details
    Browse the repository at this point in the history
  3. Python: suppress dependency extraction warning

    See github/codeql#16127 (which will be released
    as part of 2.17.1)
    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e6b2c0d View commit details
    Browse the repository at this point in the history
  4. Update changelog

    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fcdff8b View commit details
    Browse the repository at this point in the history
  5. Rebuild

    github-actions[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bcb5e6e View commit details
    Browse the repository at this point in the history
  6. bump minor version

    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e94a917 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d33e751 View commit details
    Browse the repository at this point in the history
  8. Improve Python dep inst warning

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    RasmusWL and henrymercer authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f0cb87 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG wording

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    RasmusWL and henrymercer authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1401586 View commit details
    Browse the repository at this point in the history
  10. fix comment

    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1f8d877 View commit details
    Browse the repository at this point in the history
  11. Rebuild

    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    746a1af View commit details
    Browse the repository at this point in the history
  12. Fix lint

    RasmusWL committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7c23a5e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2229 from github/aeisenberg/add-overwrite

    Add the overwrite flag when init-ing databases
    aeisenberg authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    24a95a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    f242fc9 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    RasmusWL and henrymercer authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3d026bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd2106d View commit details
    Browse the repository at this point in the history
  4. Rebuild

    github-actions[bot] committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    218c52e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2231 from github/redsun82/setup-swift-fix

    CI: apply `setup-swift` workaround
    henrymercer authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    84efe24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33e3a7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f1e244 View commit details
    Browse the repository at this point in the history
  8. Update PR checks

    henrymercer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2f0d0ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a60a91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88fafeb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2224 from github/RasmusWL/remove-python-dep-inst

    Delete python dependency installation code
    RasmusWL authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    21eac7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e9199f View commit details
    Browse the repository at this point in the history
  13. Add changelog note

    henrymercer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ee097ce View commit details
    Browse the repository at this point in the history
  14. Bump the npm group with 4 updates (#2230)

    * Bump the npm group with 4 updates
    
    Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript).
    
    
    Updates `@octokit/types` from 12.6.0 to 13.1.0
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v12.6.0...v13.1.0)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.4.0 to 7.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/parser)
    
    Updates `typescript` from 5.4.3 to 5.4.4
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm
    - 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: typescript
      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>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    3 people authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    287c064 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    987236c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #2232 from github/henrymercer/remove-support-codeq…

    …l-2.12.5
    
    Remove support for CodeQL 2.12.5 and earlier
    henrymercer authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24a0170 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8ea1a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1829b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f44cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4e7b0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0172d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3901d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac88f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f93fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc4746 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    829376a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2236 from github/henrymercer/feature-flags-with-t…

    …ool-feature-dependencies
    
    Allow feature flags to specify tool feature requirements
    henrymercer authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5a599c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa75c14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5558536 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2237 from github/henrymercer/more-configuration-e…

    …rrors
    
    Add some more configuration errors
    henrymercer authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d30d1ca View commit details
    Browse the repository at this point in the history
  10. Add changelog entry

    mbg committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4fcf7a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    2b2cee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f70eaa View commit details
    Browse the repository at this point in the history