-
Notifications
You must be signed in to change notification settings - Fork 329
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
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d7889a - Browse repository at this point
Copy the full SHA 4d7889aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 475e2af - Browse repository at this point
Copy the full SHA 475e2afView commit details -
Merge pull request #2090 from github/mergeback/v3.23.1-to-main-0b21cf24
Mergeback v3.23.1 refs/heads/releases/v3 into main
Configuration menu - View commit details
-
Copy full SHA for d13ca04 - Browse repository at this point
Copy the full SHA d13ca04View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f72cffc - Browse repository at this point
Copy the full SHA f72cffcView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a854253 - Browse repository at this point
Copy the full SHA a854253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9fb97 - Browse repository at this point
Copy the full SHA 4f9fb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86ee7f - Browse repository at this point
Copy the full SHA e86ee7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c8484 - Browse repository at this point
Copy the full SHA d0c8484View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bd00f23 - Browse repository at this point
Copy the full SHA bd00f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42edda9 - Browse repository at this point
Copy the full SHA 42edda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545bf65 - Browse repository at this point
Copy the full SHA 545bf65View commit details
Commits on Jan 22, 2024
-
Merge pull request #2088 from github/igfoo/remove_lombok_ff
Remove the Lombok feature flag
Configuration menu - View commit details
-
Copy full SHA for b96e5e1 - Browse repository at this point
Copy the full SHA b96e5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2949ab8 - Browse repository at this point
Copy the full SHA 2949ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1915cc - Browse repository at this point
Copy the full SHA f1915ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a246aaa - Browse repository at this point
Copy the full SHA a246aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c5ea0 - Browse repository at this point
Copy the full SHA d0c5ea0View commit details -
Merge pull request #2087 from github/sashabu/cpp-trap-caching
C++: Add feature flag for TRAP caching.
Configuration menu - View commit details
-
Copy full SHA for c6fd1aa - Browse repository at this point
Copy the full SHA c6fd1aaView commit details -
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] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baaf7d5 - Browse repository at this point
Copy the full SHA baaf7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f034306 - Browse repository at this point
Copy the full SHA f034306View commit details -
Merge pull request #2095 from github/dependabot/npm_and_yarn/npm-52a5…
…4e8561 Bump the npm group with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 2eaf014 - Browse repository at this point
Copy the full SHA 2eaf014View commit details
Commits on Jan 23, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 65c7496 - Browse repository at this point
Copy the full SHA 65c7496View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75af1f5 - Browse repository at this point
Copy the full SHA 75af1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43ae36 - Browse repository at this point
Copy the full SHA d43ae36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666e2f9 - Browse repository at this point
Copy the full SHA 666e2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2619f6 - Browse repository at this point
Copy the full SHA a2619f6View commit details -
Merge pull request #2098 from github/henrymercer/update-internal-queries
Internal queries: Replace deprecated predicates
Configuration menu - View commit details
-
Copy full SHA for bd67d8d - Browse repository at this point
Copy the full SHA bd67d8dView commit details
Commits on Jan 25, 2024
-
Merge pull request #2096 from github/update-bundle/codeql-bundle-v2.16.1
Update default bundle to 2.16.1
Configuration menu - View commit details
-
Copy full SHA for 1615032 - Browse repository at this point
Copy the full SHA 1615032View commit details
Commits on Jan 26, 2024
-
Send overall job status in init-post status report (#2097)
Co-authored-by: Henry Mercer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61bf025 - Browse repository at this point
Copy the full SHA 61bf025View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cfe89 - Browse repository at this point
Copy the full SHA f4cfe89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e354b - Browse repository at this point
Copy the full SHA 33e354bView commit details