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 #2099

Merged
merged 30 commits into from
Jan 26, 2024
Merged

Merge main into releases/v3 #2099

merged 30 commits into from
Jan 26, 2024

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    4d7889a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475e2af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2090 from github/mergeback/v3.23.1-to-main-0b21cf24

    Mergeback v3.23.1 refs/heads/releases/v3 into main
    alexet committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d13ca04 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. add v2 deprecation warning

    nickfyson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f72cffc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    a854253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9fb97 View commit details
    Browse the repository at this point in the history
  3. fix typo in comment

    nickfyson committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e86ee7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c8484 View commit details
    Browse the repository at this point in the history
  5. Remove the lombok feature flag code

    We still set the env var for 2.14.0 - 2.14.3, as they defaulted to not
    enabling Lombok support but had support enabled by the feature flag.
    igfoo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bd00f23 View commit details
    Browse the repository at this point in the history
  6. Add a comment

    igfoo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    42edda9 View commit details
    Browse the repository at this point in the history
  7. Run "npm run build"

    igfoo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    545bf65 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #2088 from github/igfoo/remove_lombok_ff

    Remove the Lombok feature flag
    igfoo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b96e5e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2949ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1915cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a246aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0c5ea0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2087 from github/sashabu/cpp-trap-caching

    C++: Add feature flag for TRAP caching.
    sashabu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c6fd1aa View commit details
    Browse the repository at this point in the history
  7. Bump the npm group with 2 updates

    Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.19.0 to 6.19.1
    - [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/v6.19.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.19.0 to 6.19.1
    - [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/v6.19.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    baaf7d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f034306 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2095 from github/dependabot/npm_and_yarn/npm-52a5…

    …4e8561
    
    Bump the npm group with 2 updates
    henrymercer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2eaf014 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Respect Linux cgroup CPU number for --threads value (#2083)

    We want to respect cgroup constraints so that when we run in a container, we respect the limits set for the container rather than use the host OS's number of cores.
    
    We check both `/sys/fs/cgroup/cpuset.cpus.effective` (`cgroup v2`) and `/sys/fs/cgroup/cpuset.cpus` (`cgroup v1`) to find the number of cores available. We also check `sys/fs/cgroup/cpu.max` (v1, v2) to calculate the number of cores from the limits set in this file.
    
    The max threads value is set to the minimum of these values, and if no values were found in these files, we default to the original value of the host OS.
    angelapwen committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    65c7496 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    75af1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43ae36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666e2f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2619f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2098 from github/henrymercer/update-internal-queries

    Internal queries: Replace deprecated predicates
    henrymercer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bd67d8d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge pull request #2096 from github/update-bundle/codeql-bundle-v2.16.1

    Update default bundle to 2.16.1
    henrymercer committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1615032 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Send overall job status in init-post status report (#2097)

    Co-authored-by: Henry Mercer <henry@henrymercer.name>
    angelapwen and henrymercer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    61bf025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cfe89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e354b View commit details
    Browse the repository at this point in the history