Michael B. Gale
|
d5c4a19efa
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2026-02-03 10:34:14 +00:00 |
|
Michael B. Gale
|
d079671ec8
|
Align testItems with what getEnvVars does
|
2026-02-02 16:17:22 +00:00 |
|
Michael B. Gale
|
cbbc057dd3
|
Fix singular/plural wording and add test
|
2026-02-02 16:15:36 +00:00 |
|
Michael B. Gale
|
30b30d65c8
|
Emit the new diagnostic
|
2026-02-02 14:47:25 +00:00 |
|
Michael B. Gale
|
6d67e419ff
|
Move private registry sources out of util package
|
2026-02-02 14:45:06 +00:00 |
|
Michael B. Gale
|
29930fa6bf
|
Track active proxy configurations
|
2026-02-02 14:40:08 +00:00 |
|
Michael B. Gale
|
a57c6cde30
|
Add EmitPrivateRegistryUsed
|
2026-02-02 14:39:27 +00:00 |
|
Michael B. Gale
|
45e0a929a8
|
Move nil check into FileDiagnosticsWriter implementation of WriteDiagnostic
|
2026-01-25 15:33:26 +00:00 |
|
Michael B. Gale
|
8e7d62600d
|
Make EmitCannotFindPackages testable and add tests
|
2026-01-25 15:24:43 +00:00 |
|
Michael B. Gale
|
f1f4ddb76c
|
Add dependency on testify/assert
|
2026-01-25 15:20:06 +00:00 |
|
Michael B. Gale
|
fafc2ddc0b
|
Add DiagnosticsWriter interface to abstract over diagnostics output implementation
|
2026-01-25 15:20:05 +00:00 |
|
Michael B. Gale
|
f837d90060
|
Improve go/autobuilder/package-not-found diagnostic message
|
2026-01-25 15:18:19 +00:00 |
|
Michael B. Gale
|
fdc5ae375b
|
Add IsActionsWorkflow
|
2026-01-25 12:39:56 +00:00 |
|
Michael B. Gale
|
e250c711aa
|
Add IsDynamicActionsWorkflow
|
2026-01-25 12:06:30 +00:00 |
|
dependabot[bot]
|
37bb9d77d3
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.40.0...v0.41.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-13 05:38:36 +00:00 |
|
dependabot[bot]
|
4318c285cb
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.31.0 to 0.32.0
- [Commits](https://github.com/golang/mod/compare/v0.31.0...v0.32.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-12 03:07:33 +00:00 |
|
dependabot[bot]
|
9eb1eb8f0d
|
Bump the extractor-dependencies group in /go/extractor with 2 updates
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.30.0 to 0.31.0
- [Commits](https://github.com/golang/mod/compare/v0.30.0...v0.31.0)
Updates `golang.org/x/tools` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.39.0...v0.40.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-09 03:07:27 +00:00 |
|
Owen Mansel-Chan
|
59ac2d3d3e
|
Move TransformPath into FileLabelFor
This way we don't have to remember to transform it at all call sites.
|
2025-11-14 10:25:40 +00:00 |
|
dependabot[bot]
|
acfca601bc
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.38.0...v0.39.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-14 03:08:48 +00:00 |
|
Nick Rolfe
|
86465b36e0
|
Merge pull request #20623 from github/nickrolfe/go-extractor-overlay
Go: basic overlay support
|
2025-11-12 14:56:25 +00:00 |
|
dependabot[bot]
|
c88952423e
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-12 03:08:31 +00:00 |
|
Nick Rolfe
|
e32a5ca846
|
Go: add some overlay-related logging
|
2025-11-07 16:52:24 +00:00 |
|
Nick Rolfe
|
10fa1d650d
|
Go: be consistent in replacement of backslashes in file labels
|
2025-11-07 16:52:20 +00:00 |
|
Nick Rolfe
|
50e01283da
|
Go: overlay workaround for cgo-processed files
|
2025-11-07 16:52:17 +00:00 |
|
Nick Rolfe
|
5aaed8941a
|
Go: pass source root from autobuilder to extractor
This ensures the extractor can resolve the relative paths for files
changed in the overlay.
|
2025-11-07 16:52:16 +00:00 |
|
Nick Rolfe
|
dd4f27868e
|
Go: apply path transformer for file TRAP labels
|
2025-11-07 16:52:15 +00:00 |
|
Nick Rolfe
|
aff874e835
|
Go: merge with incoming path transformer when setting GOPATH
|
2025-11-07 16:52:12 +00:00 |
|
Nick Rolfe
|
99236f7877
|
Go: skip overlay extraction of unchanged go.mod files
|
2025-11-07 16:52:10 +00:00 |
|
Nick Rolfe
|
604df2125d
|
Go: implement basic overlay extraction
When in overlay mode, extractFile will exit early if the file isn't in
the list of files that changed since the base was extracted.
|
2025-11-07 16:52:08 +00:00 |
|
Nick Rolfe
|
05e5502680
|
Go: recognize CODEQL_PATH_TRANSFORMER env var
|
2025-11-07 16:52:07 +00:00 |
|
Nick Rolfe
|
c91e5618a4
|
Go: add dbscheme relations for overlay support
|
2025-11-07 16:52:05 +00:00 |
|
dependabot[bot]
|
500421d891
|
Bump the extractor-dependencies group in /go/extractor with 2 updates
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.28.0 to 0.29.0
- [Commits](https://github.com/golang/mod/compare/v0.28.0...v0.29.0)
Updates `golang.org/x/tools` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.37.0...v0.38.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-13 03:14:48 +00:00 |
|
Michael B. Gale
|
8c8499229d
|
Configure git to use the certificate, if needed
|
2025-09-24 15:52:04 +01:00 |
|
Michael B. Gale
|
bc38b79c9a
|
Convert URLs to expected format
|
2025-09-24 15:52:04 +01:00 |
|
Michael B. Gale
|
4ef8ff9a0f
|
Append * to git_source URL if not present
Since `GOPRIVATE` / `GONOPROXY` expect a glob pattern
|
2025-09-24 15:52:03 +01:00 |
|
Michael B. Gale
|
a8fa1a76c4
|
Use git_source configurations for GOPRIVATE
|
2025-09-24 15:52:02 +01:00 |
|
Michael B. Gale
|
895399ff05
|
Rename proxy_configs to goproxy_servers and only store URLs
|
2025-09-24 15:52:01 +01:00 |
|
Michael B. Gale
|
23a04613c0
|
Set lower-case variants of HTTP_PROXY and HTTPS_PROXY
|
2025-09-24 15:52:00 +01:00 |
|
Michael B. Gale
|
711d49770f
|
Improve logging to include proxy vars
|
2025-09-24 15:51:59 +01:00 |
|
dependabot[bot]
|
b996dc3b62
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.36.0...v0.37.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-11 03:08:27 +00:00 |
|
dependabot[bot]
|
f104205538
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.27.0 to 0.28.0
- [Commits](https://github.com/golang/mod/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-09 03:08:18 +00:00 |
|
Michael B. Gale
|
8c13faf3d8
|
Go: Set log level based on CODEQL_VERBOSITY
|
2025-09-05 14:18:31 +01:00 |
|
dependabot[bot]
|
e99b423e28
|
Bump the extractor-dependencies group in /go/extractor with 2 updates
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.26.0 to 0.27.0
- [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.27.0)
Updates `golang.org/x/tools` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.35.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-21 03:46:43 +00:00 |
|
Jeroen Ketema
|
4b215d50e2
|
Go: Update maxGoVersion in the autobuilder
|
2025-08-13 14:09:53 +02:00 |
|
Jeroen Ketema
|
976ef99d60
|
Go: Request go1.25.0 toolchain
|
2025-08-13 13:39:35 +02:00 |
|
dependabot[bot]
|
c267a88f88
|
Bump golang.org/x/tools
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-14 03:37:24 +00:00 |
|
dependabot[bot]
|
e57b272cfa
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.25.0 to 0.26.0
- [Commits](https://github.com/golang/mod/compare/v0.25.0...v0.26.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.26.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-10 03:41:42 +00:00 |
|
dependabot[bot]
|
bbabf2c410
|
Bump the extractor-dependencies group in /go/extractor with 2 updates
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.24.0 to 0.25.0
- [Commits](https://github.com/golang/mod/compare/v0.24.0...v0.25.0)
Updates `golang.org/x/tools` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.33.0...v0.34.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-06 03:29:36 +00:00 |
|
Owen Mansel-Chan
|
6f71e3b30e
|
Merge pull request #19491 from owen-mc/go/add-test-flags
Go: Check more things while running tests
|
2025-05-28 10:12:05 +01:00 |
|
Michael B. Gale
|
c236084043
|
Go: Explicitly check whether proxy env vars are empty
|
2025-05-27 14:58:18 +01:00 |
|