FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for go/extractor/cli - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
go
extractor
cli
on
codeql-cli/v2.19.1
User selector
Datepicker
Commit history
Commits on Sep 23, 2024
Amend comments per review
smowton
authored
209f9ec
View commit details
Copy full SHA for 209f9ec
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
Convert extract-tests option to an official extractor option
smowton
committed
f5ff822
View commit details
Copy full SHA for f5ff822
View code at this point
Browse repository at this point
Go: support extracting test code
Show description for 76e6942
smowton
committed
76e6942
View commit details
Copy full SHA for 76e6942
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
Output to stdout, not stderr
smowton
committed
15b5bcc
View commit details
Copy full SHA for 15b5bcc
View code at this point
Browse repository at this point
Go / configure-baseline: account for multiple vendor directories and the `CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS` setting
Show description for 21366dd
smowton
committed
21366dd
View commit details
Copy full SHA for 21366dd
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
Go: Check dependencies per workspace
mbg
committed
e7a60b7
View commit details
Copy full SHA for e7a60b7
View code at this point
Browse repository at this point
Go: Fix vendor issues and go.sum files in separate loop
mbg
committed
6c0c336
View commit details
Copy full SHA for 6c0c336
View code at this point
Browse repository at this point
Go: Add methods to `GoModule` for the `tidy` and `vendor` commands
Show description for d344f72
mbg
committed
d344f72
View commit details
Copy full SHA for d344f72
View code at this point
Browse repository at this point
Commits on May 15, 2024
Go: Move version constants to shared location
mbg
committed
054efa6
View commit details
Copy full SHA for 054efa6
View code at this point
Browse repository at this point
Go: Use `SemVer` type in `project` package
mbg
committed
a6d2aa3
View commit details
Copy full SHA for a6d2aa3
View code at this point
Browse repository at this point
Go: Use `SemVer` type in `toolchain` package
mbg
committed
010df54
View commit details
Copy full SHA for 010df54
View code at this point
Browse repository at this point
Commits on May 13, 2024
Go: Do not use a named return variable in `buildWithoutCustomCommands`
mbg
committed
65c654e
View commit details
Copy full SHA for 65c654e
View code at this point
Browse repository at this point
Go: Adjust log messages depending on whether build scripts were found or not
mbg
committed
4d5f05a
View commit details
Copy full SHA for 4d5f05a
View code at this point
Browse repository at this point
Go: Modify `Autobuild` to return an array of scripts that were run
mbg
committed
1b9e8ae
View commit details
Copy full SHA for 1b9e8ae
View code at this point
Browse repository at this point
Go: Improve messages in `buildWithoutCustomCommands`
mbg
committed
bbc359e
View commit details
Copy full SHA for bbc359e
View code at this point
Browse repository at this point
Commits on May 8, 2024
Go: Move `go list` functions to `toolchain` package
mbg
committed
724d026
View commit details
Copy full SHA for 724d026
View code at this point
Browse repository at this point
Commits on May 2, 2024
Go: autoformat
redsun82
committed
00baccb
View commit details
Copy full SHA for 00baccb
View code at this point
Browse repository at this point
Go: skip `X:nocoverageredesign` printing by autobuilder built with bazel
redsun82
committed
76067cb
View commit details
Copy full SHA for 76067cb
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
Go: wrap gazelle to regenerate from scratch and add header
redsun82
committed
7d9a68b
View commit details
Copy full SHA for 7d9a68b
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
Go: introduce universal binaries on macOS
redsun82
committed
4ca8faa
View commit details
Copy full SHA for 4ca8faa
View code at this point
Browse repository at this point
Go: add gazelle-generated `BUILD` files
redsun82
committed
393f6b7
View commit details
Copy full SHA for 393f6b7
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
Merge pull request #15979 from github/mbg/go/deal-with-incorrect-versions
mbg
authored
73f71d8
View commit details
Copy full SHA for 73f71d8
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Go: Emit diagnostic for invalid toolchain versions
mbg
committed
be027e2
View commit details
Copy full SHA for be027e2
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Go: Move `getImportPath` to shared `util` package
mbg
committed
2aa093c
View commit details
Copy full SHA for 2aa093c
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
Go: Include workspace count in success message
mbg
committed
52b273a
View commit details
Copy full SHA for 52b273a
View code at this point
Browse repository at this point
Go: Avoid extra loop to track `unsuccessfulProjects`
mbg
committed
8055c5d
View commit details
Copy full SHA for 8055c5d
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
Go: Call `go mod vendor` to synchronise vendor directory when it exists
mbg
committed
4d28c0d
View commit details
Copy full SHA for 4d28c0d
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
Go: Postpone `go.mod` creation until necessary
mbg
committed
6267506
View commit details
Copy full SHA for 6267506
View code at this point
Browse repository at this point
Go: Only call `EmitNewerGoVersionNeeded` at most once
mbg
committed
e2c6734
View commit details
Copy full SHA for e2c6734
View code at this point
Browse repository at this point
Go: Tell extractor to extract subdirectories as well
mbg
committed
251888a
View commit details
Copy full SHA for 251888a
View code at this point
Browse repository at this point
Go: Only relocate project to temp dir if there is only one workspace
mbg
committed
843f769
View commit details
Copy full SHA for 843f769
View code at this point
Browse repository at this point
Go: Only fail autobuilder if all projects cannot be extracted
mbg
committed
f084829
View commit details
Copy full SHA for f084829
View code at this point
Browse repository at this point
Go: Fall back to `./...` if there are no modules
Show description for fbd7946
mbg
committed
fbd7946
View commit details
Copy full SHA for fbd7946
View code at this point
Browse repository at this point
Go: Handle `filepath.Rel` failure
mbg
committed
51eb487
View commit details
Copy full SHA for 51eb487
View code at this point
Browse repository at this point
Go: Remove auto-generated `go.mod` files when done
mbg
committed
c96735e
View commit details
Copy full SHA for c96735e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL