-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Run go generate in Travis #1762
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
35a5a67
Fix go generate command in metrics.
jsha 36c7232
Add mockgen to test setup.
jsha 85d9ece
Fix github-pr-status output.
jsha 7c7f308
Fix envvar style.
jsha beec986
Set xtrace.
jsha e50642f
Fix test.sh
jsha bf6e169
Fix test.sh some more.
jsha 1aa0d60
Fix mockgen command.
jsha 2fc350e
Merge branch 'master' of github.com:letsencrypt/boulder into fix-go-g…
jsha f56570d
Add dependencies for running `go generate`.
jsha 44fc980
Add protoc-gen-go.
jsha 79457ae
Fix go get command.
jsha 6a4162e
Fix generate.
jsha 61a6165
Wait for all.
jsha e87b1d2
Fix generate.
jsha e22753a
Update generated pb.
jsha 543205e
Merge branch 'master' into fix-go-generate
jsha 36d7d4a
Fix generate commands for vendored world.
jsha e8c0fe9
Update documentation for new vendor style.
jsha 332587b
Merge branch 'master' into fix-go-generate
jsha f6b3be9
Merge branch 'master' into fix-go-generate
jsha 9b9e877
Update grpc package to latest.
jsha 13f3b95
Merge branch 'fix-go-generate' of github.com:letsencrypt/boulder into…
jsha a3f6b5d
Update caaChecker proto with latest.
jsha e334555
Run go generate only over TESTPATHS
jsha cd6eef5
See if Travis passes under 1.6
jsha 997c850
Switch back to 1.5.
jsha b036f29
Trim run command.
jsha cf56f6c
Run stringer from correct directory.
jsha b3f6f89
Move generate command.
jsha 9153856
Restore and generate
jsha ad8958b
Fix path.
jsha ec5f243
list contents of GOPATH.
jsha aabe3bb
Fix stringer by prebuilding.
jsha 01a0ffd
Try another import path.
jsha 98402a0
regenerate bcode_string.
jsha 3200c99
remove excess package
jsha 513478c
pull jsha fork of protoc-gen-go that echoes
jsha cfef721
Echo protoc version.
jsha 0eecee7
install from source
jsha 53f117d
CD back.
jsha eaccf3c
Go back to normal protoc-gen-go
jsha d3d0968
Fix path
jsha 084463a
Move protobuf install into test/setup.sh
jsha 4cf74ef
Move before_install to install.
jsha 958320b
Set PATH.
jsha 924d123
Follow 301 with curl.
jsha 7493233
Shuffle test order.
jsha 785fed3
Swap back test order.
jsha c170b35
Restore all tests.
jsha e99b897
Restore 1.5.3 to Travis.
jsha fc8f3ec
Merge branch 'master' into test-fix-go-generate
jsha b6e433c
Remove unnecessary wait-or-exit
jsha 5fcaf8b
Generate metrics mock with latest mockgen.
jsha eea7c3d
Wrap TESTPATHS in curlies
jsha 090a304
Remove spurious bracket
jsha 7c30f89
Merge branch 'master' into test-fix-go-generate
jsha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these being renamed?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's just something mockgen does.