Skip to content
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

all: initial module-geddon commit for testing #2189

Merged
merged 5 commits into from
May 30, 2019
Merged

Conversation

eliben
Copy link
Member

@eliben eliben commented May 30, 2019

No description provided.

@go-cloud-bot
Copy link

go-cloud-bot bot commented May 30, 2019

Please edit the title of this pull request with the name of the affected package, or "all", followed by a colon, followed by a short summary of the change. Example: blob/gcsblob: improve comments.

@googlebot googlebot added the cla: yes Google CLA has been signed! label May 30, 2019
@eliben eliben changed the title Initial module-geddon commit for testing all: initial module-geddon commit for testing May 30, 2019
@codecov
Copy link

codecov bot commented May 30, 2019

Codecov Report

Merging #2189 into master will increase coverage by 6.74%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2189      +/-   ##
==========================================
+ Coverage   71.01%   77.75%   +6.74%     
==========================================
  Files         103       78      -25     
  Lines       12337     9391    -2946     
==========================================
- Hits         8761     7302    -1459     
+ Misses       2942     1567    -1375     
+ Partials      634      522     -112
Impacted Files Coverage Δ
pubsub/pubsub.go 91.84% <0%> (-1.57%) ⬇️
internal/cmd/gocdk/biome_add.go
internal/cmd/gocdk/signal_unix.go
internal/cmd/gocdk/deploy.go
internal/cmd/gocdk/launch.go
runtimevar/etcdvar/etcdvar.go
pubsub/kafkapubsub/kafka.go
internal/contributebot/sync.go
internal/cmd/gocdk/build.go
internal/cmd/gocdk/main.go
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39aafdc...9c80a41. Read the comment docs.

@@ -41,28 +41,21 @@ github.com/gorilla/mux
github.com/grpc-ecosystem/grpc-gateway
github.com/hashicorp/errwrap
github.com/hashicorp/go-cleanhttp
github.com/hashicorp/go-hclog
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would alldeps change in this way?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot. Will revert the vault bump that caused this

@@ -127,22 +127,6 @@
"imports": "import (\n\t\"context\"\n\n\t\"gocloud.dev/pubsub\"\n\t_ \"gocloud.dev/pubsub/gcppubsub\"\n)",
"code": "topic, err := pubsub.OpenTopic(ctx, \"gcppubsub://myproject/mytopic\")\nif err != nil {\n\treturn err\n}\ndefer topic.Shutdown(ctx)"
},
"gocloud.dev/pubsub/kafkapubsub.ExampleOpenSubscription": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change to examples.json looks wrong. We probably need to run gatherexamples over all modules or something...?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, fixed the gathering script to use allmodules

@eliben
Copy link
Member Author

eliben commented May 30, 2019

Travis is green.

Moving to the next step now -- removing all replace directives and bumping requires referring to our own modules to version 0.15, which was not tagged yet. Travis is expected to fail after this change.

@eliben eliben requested a review from vangent May 30, 2019 17:24
@eliben
Copy link
Member Author

eliben commented May 30, 2019

This should be ready to go with @vangent's LGTM

[removed Travis requirement from branch protection so I could merge this]

@eliben eliben merged commit bea4ab0 into google:master May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA has been signed!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants