Michael B. Gale
|
7a7cd8565c
|
Don't push for PR event
|
2025-11-12 15:09:25 +00:00 |
|
Michael B. Gale
|
fd830db27b
|
Trigger on PR for relevant changes
|
2025-11-12 15:05:11 +00:00 |
|
Michael B. Gale
|
a7e52b690b
|
Perform sparse checkout
|
2025-11-12 15:04:21 +00:00 |
|
Michael B. Gale
|
71c3720f43
|
Run npm ci in update-supported-enterprise-server-versions.yml
|
2025-11-12 14:57:05 +00:00 |
|
Michael B. Gale
|
534824ea1b
|
Merge pull request #3117 from github/mbg/csharp/new-cache-key-calculation
Support non-lock files for C# cache key computation
|
2025-11-12 11:03:09 +00:00 |
|
Henry Mercer
|
1d9f357d01
|
Merge pull request #3281 from github/dependabot/npm_and_yarn/npm-minor-9dd9c1a8e4
Bump the npm-minor group with 4 updates
|
2025-11-11 10:21:24 +00:00 |
|
github-actions[bot]
|
3d7be7bf78
|
Rebuild
|
2025-11-10 17:49:58 +00:00 |
|
dependabot[bot]
|
63bb415fff
|
Bump the npm-minor group with 4 updates
Bumps the npm-minor group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@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 [esbuild](https://github.com/evanw/esbuild).
Updates `@eslint/js` from 9.39.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js)
Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.46.4
- [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/v8.46.4/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.46.3 to 8.46.4
- [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/v8.46.4/packages/parser)
Updates `esbuild` from 0.25.12 to 0.27.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.12...v0.27.0)
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.39.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.46.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.46.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: esbuild
dependency-version: 0.27.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-10 17:48:25 +00:00 |
|
Michael B. Gale
|
04bd5c6aab
|
Merge pull request #3279 from github/mbg/lint/jsdoc-param-names
Linter: check JSDoc parameter names exist
|
2025-11-10 11:36:02 +00:00 |
|
Michael B. Gale
|
48a56f6b93
|
Add some tests for downloadDependencyCaches related to feature prefixes
|
2025-11-09 12:03:18 +00:00 |
|
Michael B. Gale
|
4885eb2ad9
|
Insert new featurePrefix after general cache key prefix
|
2025-11-09 11:17:02 +00:00 |
|
Michael B. Gale
|
a47d5507cf
|
Restore earlier log messages for checkHashPatterns
|
2025-11-09 11:11:10 +00:00 |
|
Michael B. Gale
|
b0e9dfce55
|
Restore missing status.push resulting from a bad merge
|
2025-11-09 11:10:27 +00:00 |
|
Michael B. Gale
|
35c91ef0af
|
Add tests for getCsharpHashPatterns
- Make the function more easily testable by allowing `makePatternCheck` to be stubbed.
- Use `makePatternCheck` for base patterns as well.
|
2025-11-09 11:03:15 +00:00 |
|
Michael B. Gale
|
71abac76d2
|
Fix comment in getCsharpHashPatterns
|
2025-11-09 10:32:10 +00:00 |
|
Michael B. Gale
|
5b58b8f9c5
|
Linter: check JSDoc parameter names exist
|
2025-11-09 10:26:36 +00:00 |
|
Michael B. Gale
|
46e03b48bc
|
Fix JSDoc param name
|
2025-11-09 10:05:18 +00:00 |
|
Henry Mercer
|
71d0a56d44
|
Merge pull request #3278 from github/henrymercer/type-fun
Use generic types for durations in status report
|
2025-11-06 10:47:44 +00:00 |
|
Henry Mercer
|
04285cbe85
|
Use generic types for durations in status report
This means we don't need to update this interface for every new language.
|
2025-11-05 18:54:44 +00:00 |
|
Michael B. Gale
|
26804552e4
|
Use undefined instead of NoMatchingFilesError
Add tests for `makePatternCheck` and `checkHashPatterns`
|
2025-11-05 17:23:22 +00:00 |
|
Michael B. Gale
|
03b2dc2a3f
|
Add and use getFeaturePrefix for dependency caching
|
2025-11-05 16:33:21 +00:00 |
|
Michael B. Gale
|
0cbd930deb
|
Move createCacheKeyHash to caching-utils
|
2025-11-05 16:15:26 +00:00 |
|
Michael B. Gale
|
0324490286
|
Use additional files for C# key hashes if Feature.CsharpNewCacheKey is enabled
|
2025-11-05 16:03:41 +00:00 |
|
Michael B. Gale
|
6b48207907
|
Move check whether there are files for hashing into getHashPatterns
|
2025-11-05 16:03:39 +00:00 |
|
Mario Campos
|
320a6b661b
|
Merge pull request #3272 from github/mario-campos/v4-warning
Update deprecation warnings for CodeQL Action to v4
|
2025-11-05 10:01:33 -06:00 |
|
Michael B. Gale
|
ab1c84236a
|
Change hash to be a function that can use Features
|
2025-11-05 15:57:57 +00:00 |
|
Michael B. Gale
|
2a7680fca6
|
Change getDefaultCacheConfig to be a const by turning paths into a function
Changing `paths` to be a function is necessary to allow `getTemporaryDirectory` to be called
|
2025-11-05 15:57:55 +00:00 |
|
Michael B. Gale
|
2aa1f55f3d
|
Propagate features into cachePrefix function
|
2025-11-05 15:54:28 +00:00 |
|
Michael B. Gale
|
1ca20ab026
|
Add CsharpNewCacheKey FF
|
2025-11-05 15:48:04 +00:00 |
|
Mario Campos
|
b5e5a258e6
|
Merge branch 'main' into mario-campos/v4-warning
|
2025-11-05 09:39:54 -06:00 |
|
Mario Campos
|
74f662193b
|
Reformat with eslint
|
2025-11-05 09:37:42 -06:00 |
|
Mario Campos
|
ecee3ea8f5
|
Update CHANGELOG.md.
|
2025-11-05 09:18:30 -06:00 |
|
Mario Campos
|
6a63bc6af3
|
Change warning message to just v3 (exclude v1, v2).
|
2025-11-05 09:15:53 -06:00 |
|
Henry Mercer
|
e2ef519c75
|
Merge pull request #3224 from github/henrymercer/clean-up-resolve-languages-ff
Clean up `resolve_supported_languages_using_cli` FF
|
2025-11-05 11:57:35 +00:00 |
|
Michael B. Gale
|
423d14e583
|
Merge pull request #3277 from github/mbg/ci/update-bundle-python
Install Python in `update-bundle` workflow
|
2025-11-05 11:53:17 +00:00 |
|
Michael B. Gale
|
6dd11f73d3
|
Update .github/workflows/script/bundle_changelog.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-05 11:34:26 +00:00 |
|
Michael B. Gale
|
c9f82f2adf
|
Move python script to file
|
2025-11-05 11:22:38 +00:00 |
|
Michael B. Gale
|
33684ef869
|
Add setup-python step to update-bundle workflow
|
2025-11-05 11:20:06 +00:00 |
|
Michael B. Gale
|
5aa2d63d5b
|
Merge branch 'main' into mario-campos/v4-warning
|
2025-11-05 11:03:25 +00:00 |
|
Michael B. Gale
|
862f5666b3
|
Merge pull request #3275 from github/mbg/checks/filter-ccr
Filter CCR jobs in `update-required-checks.sh`
|
2025-11-05 10:15:57 +00:00 |
|
Michael B. Gale
|
b00addd1d3
|
Merge pull request #3274 from github/mbg/macos-13
|
2025-11-05 09:01:53 +00:00 |
|
Michael B. Gale
|
d03fd76232
|
Filter CCR jobs in update-required-checks.sh
|
2025-11-04 22:23:12 +00:00 |
|
Michael B. Gale
|
9d5565fba2
|
Remove macos-13 from codeql workflow
|
2025-11-04 21:29:25 +00:00 |
|
Mario Campos
|
a570795dfc
|
Clarify the CHANGELOG.md entry to reflect the whole action, and not just init.
|
2025-11-04 12:02:15 -06:00 |
|
Mario Campos
|
9366f80399
|
Reference GHES 3.20 in the comment, not 3.19.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-04 12:00:11 -06:00 |
|
Mario Campos
|
c443dff433
|
Simplify warning language to not enumerate deprecated versions.
|
2025-11-04 11:57:44 -06:00 |
|
Mario Campos
|
b32a1e0627
|
Update test cases for GitHub Enterprise Server versions 3.11 and 3.12 to reflect correct deprecation status
|
2025-11-04 11:51:23 -06:00 |
|
Mario Campos
|
08dc635f27
|
Restore use of sinon.match().
|
2025-11-04 11:11:08 -06:00 |
|
Mario Campos
|
f1ca6a4f47
|
Update tests to reflect deprecation status of CodeQL Action v3
|
2025-11-04 11:07:15 -06:00 |
|
Mario Campos
|
ba82f9bd34
|
Fix deprecation warning to reflect that v3 is not actually deprecated yet.
|
2025-11-04 10:13:07 -06:00 |
|