Michael B. Gale
|
7592ce47e3
|
Go: Restore parseRegistryConfigsFail test for the empty string
|
2025-04-25 15:45:12 +01:00 |
|
Michael B. Gale
|
91a794433a
|
Go: Change "Unable" to "Failed" for consistency
|
2025-04-25 15:42:29 +01:00 |
|
Michael B. Gale
|
5172a4d6ec
|
Go: Remove check from getEnvVars
|
2025-04-25 15:41:57 +01:00 |
|
Michael B. Gale
|
9cfa451477
|
Go: Fix/improve comment about environment variable preservation
|
2025-04-25 15:41:35 +01:00 |
|
Michael B. Gale
|
e805d1ee90
|
Merge remote-tracking branch 'origin/main' into mbg/go/private-registries
|
2025-04-25 12:55:36 +01:00 |
|
Michael B. Gale
|
cafe1efefa
|
Go: Refactor ApplyProxyEnvVars
|
2025-04-25 12:30:48 +01:00 |
|
Paolo Tranquilli
|
69b87a63b8
|
Go: remove invalid toolchain version diagnostics
This diagnostic was introduced by https://github.com/github/codeql/pull/15979.
However in the meantime the Go team [has backtracked](https://github.com/golang/go/issues/62278#issuecomment-2062002018)
on their decision, which leads to confusing alerts for user (e.g. https://github.com/github/codeql-action/issues/2868).
Even using Go toolchains from 1.21 to 1.22 we weren't immediately able
to reproduce the problem that this diagnostics was meant to guard
against. Therefore it was deemed simpler to just remove it.
_En passant_ the `Makefile` now accepts `rtjo` not being set.
|
2025-04-24 14:41:05 +02:00 |
|
Michael B. Gale
|
e210be7bb2
|
Go: Preserve environment variables in ApplyProxyEnvVars
|
2025-04-08 12:38:38 +01:00 |
|
Michael B. Gale
|
7798b716ff
|
Go: Fix err instead of decErr in GetPkgsInfo
|
2025-04-08 12:04:48 +01:00 |
|
Michael B. Gale
|
0f78e11376
|
Go: Detect and apply proxy settings (WIP)
|
2025-04-08 12:02:15 +01:00 |
|
Michael B. Gale
|
ded27bcee4
|
Go: Replace exec.Command("go" with toolchain.GoCommand(
|
2025-04-08 11:19:42 +01:00 |
|
dependabot[bot]
|
2f9be926fb
|
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.31.0 to 0.32.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.31.0...v0.32.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
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>
|
2025-04-08 03:42:17 +00:00 |
|
Chris Smowton
|
9a2a13ed55
|
Merge remote-tracking branch 'origin/main' into smowton/admin/merge-rc317-into-main
|
2025-03-19 16:01:29 +00:00 |
|
Michael B. Gale
|
b872c60e1c
|
Go: Support more dependency managers in IsGolangVendorDirectory
|
2025-03-06 15:40:44 +00:00 |
|
dependabot[bot]
|
1037626a28
|
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.23.0 to 0.24.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0)
Updates `golang.org/x/tools` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-06 04:02:51 +00:00 |
|
Michael B. Gale
|
11e3a08e44
|
Go: Check for modules.txt or glide.yaml to exclude vendor dirs
|
2025-02-19 13:57:15 +00:00 |
|
Michael B. Gale
|
fe4ee54b6f
|
Go: Add more logging for go.mod files to workspace discovery
|
2025-02-19 13:25:49 +00:00 |
|
Michael B. Gale
|
b372af51b6
|
Go: Allow FindAllFilesWithName to use predicate functions for dirsToSkip
|
2025-02-19 11:24:53 +00:00 |
|
Michael B. Gale
|
2cd9bd8a43
|
Go: Move IsGolangVendorDirectory to util package
|
2025-02-19 11:24:52 +00:00 |
|
Owen Mansel-Chan
|
024fbf8f3a
|
Rename "named" to "defined" in dbscheme
|
2025-02-13 15:55:21 +00:00 |
|
Owen Mansel-Chan
|
09c44616a0
|
Rename "named type" to "defined type"
|
2025-02-13 15:22:33 +00:00 |
|
Owen Mansel-Chan
|
7c83b0e213
|
Move comment and clarify
|
2025-02-11 22:09:19 +00:00 |
|
Owen Mansel-Chan
|
1e74b7af75
|
Update to 1.24.0
|
2025-02-11 22:09:13 +00:00 |
|
Owen Mansel-Chan
|
228983ff0c
|
Update to rc3
|
2025-02-11 22:04:26 +00:00 |
|
Owen Mansel-Chan
|
b328d15742
|
Update to rc2
|
2025-02-11 22:04:21 +00:00 |
|
Owen Mansel-Chan
|
cc459cd80e
|
Update toolchain version regex
Allow release candidate versions.
|
2025-02-11 22:04:19 +00:00 |
|
Owen Mansel-Chan
|
b8cad66287
|
Update test results
|
2025-02-11 22:04:17 +00:00 |
|
Michael B. Gale
|
f6b460bace
|
Go: Set maxGoVersion to 1.24
|
2025-02-11 22:04:06 +00:00 |
|
Michael B. Gale
|
7623e2bcd6
|
Go: Bump extractor to go1.24rc1
|
2025-02-11 22:04:04 +00:00 |
|
dependabot[bot]
|
10cf522e71
|
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.29.0 to 0.30.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.29.0...v0.30.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-11 03:51:22 +00:00 |
|
dependabot[bot]
|
aa14f4ee58
|
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.22.0 to 0.23.0
- [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-05 03:28:52 +00:00 |
|
Owen Mansel-Chan
|
29f6d48162
|
Retain previous check for alias types
|
2025-01-24 12:30:27 +00:00 |
|
Owen Mansel-Chan
|
57fad4a837
|
Allow type parameters on alias types
|
2025-01-24 09:40:58 +00:00 |
|
dependabot[bot]
|
d7eaf9012f
|
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.28.0 to 0.29.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.29.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-07 03:20:27 +00:00 |
|
dependabot[bot]
|
d25045c936
|
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.27.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-05 03:26:59 +00:00 |
|
Owen Mansel-Chan
|
a277bcbc3e
|
Merge pull request #17941 from owen-mc/go/fix/missing-method-qualified-names
Go: fix missing qualified names for some promoted methods
|
2024-11-11 22:50:17 +00:00 |
|
dependabot[bot]
|
916184964b
|
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.26.0 to 0.27.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.26.0...v0.27.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-11 03:24:36 +00:00 |
|
Owen Mansel-Chan
|
38ee2d418a
|
Fix bug by extracting more pointer types
|
2024-11-08 13:57:36 +00:00 |
|
dependabot[bot]
|
ccb92357a2
|
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.21.0 to 0.22.0
- [Commits](https://github.com/golang/mod/compare/v0.21.0...v0.22.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-08 04:00:30 +00:00 |
|
Owen Mansel-Chan
|
9381dda4a9
|
Use un-specialized field when extracting struct types
|
2024-10-11 11:30:02 +01:00 |
|
Owen Mansel-Chan
|
6bf6ed6f48
|
Add check for object for specialized named type
|
2024-10-11 11:30:00 +01:00 |
|
Owen Mansel-Chan
|
a810309160
|
Add check for specialized objects
|
2024-10-11 11:29:58 +01:00 |
|
Owen Mansel-Chan
|
45710e23c6
|
Always use generic method object
|
2024-10-11 11:29:57 +01:00 |
|
Owen Mansel-Chan
|
d013c8940d
|
Revert "Go: extractor/objecttypes consistency generics"
|
2024-10-10 21:37:44 +01:00 |
|
Owen Mansel-Chan
|
513efe222d
|
Add check for object for specialized named type
|
2024-10-10 13:59:51 +01:00 |
|
Owen Mansel-Chan
|
6f6b4a0bfe
|
Add check for specialized objects
|
2024-10-10 13:59:49 +01:00 |
|
Owen Mansel-Chan
|
d295cac697
|
Always use generic method object
|
2024-10-10 13:59:47 +01:00 |
|
Chris Smowton
|
58fd1a2241
|
Merge pull request #17357 from smowton/smowton/feature/go-indistinguishable-types
Go: extract and expose struct tags, interface method IDs
|
2024-10-09 11:06:02 +01:00 |
|
Chris Smowton
|
288e0ec565
|
component_tags -> struct_tags
|
2024-10-08 19:23:20 +01:00 |
|
Chris Smowton
|
d04a0f4b87
|
Add note explaining how to regenerate dbscheme
|
2024-10-08 19:23:17 +01:00 |
|