-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use go mod download
as a fetcher
#41
Use go mod download
as a fetcher
#41
Commits on May 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12916dd - Browse repository at this point
Copy the full SHA 12916ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c4020 - Browse repository at this point
Copy the full SHA a5c4020View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10ef73 - Browse repository at this point
Copy the full SHA f10ef73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb8bd8 - Browse repository at this point
Copy the full SHA 5cb8bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2041b - Browse repository at this point
Copy the full SHA 1d2041bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2aeae - Browse repository at this point
Copy the full SHA de2aeaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5125e0a - Browse repository at this point
Copy the full SHA 5125e0aView commit details -
Replace dependency on Nix with go-nix
This calculates the output hashes in pure Go and removes Nix from being a run time dependency of gomod2nix. Additionally it should be faster, but that's untested.
Configuration menu - View commit details
-
Copy full SHA for 53270b0 - Browse repository at this point
Copy the full SHA 53270b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bb5b9 - Browse repository at this point
Copy the full SHA 44bb5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b65aa - Browse repository at this point
Copy the full SHA 33b65aaView commit details -
Now that we're not spawning subprocesses like crazy it's far less relevant to limit concurrency.
Configuration menu - View commit details
-
Copy full SHA for 6273e2c - Browse repository at this point
Copy the full SHA 6273e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6312933 - Browse repository at this point
Copy the full SHA 6312933View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb0d11 - Browse repository at this point
Copy the full SHA ecb0d11View commit details -
tests: Reimplement test harness in Go
And make it run in parallell
Configuration menu - View commit details
-
Copy full SHA for 3c02918 - Browse repository at this point
Copy the full SHA 3c02918View commit details
Commits on May 29, 2022
-
Fix go.mod parser for repeated replace directives
Constructs such as ``` replace google.golang.org/grpc => google.golang.org/grpc v1.33.2 replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 ``` Are perfectly valid and we previously discarded every one but the last of them.
Configuration menu - View commit details
-
Copy full SHA for d831b94 - Browse repository at this point
Copy the full SHA d831b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d737e - Browse repository at this point
Copy the full SHA 79d737eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df6a97 - Browse repository at this point
Copy the full SHA 1df6a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6cbe6 - Browse repository at this point
Copy the full SHA 2f6cbe6View commit details -
Blacklist long-running tests in Github Actions
Tests take 1+ hour right now for very little purpose.
Configuration menu - View commit details
-
Copy full SHA for 306429d - Browse repository at this point
Copy the full SHA 306429dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1f8f8 - Browse repository at this point
Copy the full SHA 5c1f8f8View commit details -
Add test listing capabilites to harness
We will use this to generate the Github Actions matrix
Configuration menu - View commit details
-
Copy full SHA for d5d8bbb - Browse repository at this point
Copy the full SHA d5d8bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ffbab - Browse repository at this point
Copy the full SHA 98ffbabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9ebb1 - Browse repository at this point
Copy the full SHA 0c9ebb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c36eca - Browse repository at this point
Copy the full SHA 7c36ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9aca2 - Browse repository at this point
Copy the full SHA cf9aca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9692570 - Browse repository at this point
Copy the full SHA 9692570View commit details