-
Notifications
You must be signed in to change notification settings - Fork 86
CLOUDP-59567: Adding the support of alerts for OM in mcli #65
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
Conversation
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.
Can you do a go mod tidy
? I wonder if that cleans the pointy dependency
github.com/mongodb/go-client-mongodb-ops-manager v0.0.2-0.20200319100114-648fc659365b | ||
github.com/mongodb/go-client-mongodb-atlas v0.1.4-0.20200323160302-12cb92c69adf | ||
github.com/mongodb/go-client-mongodb-ops-manager v0.0.2-0.20200324155204-287d08b2e57b | ||
github.com/mwielbut/pointy v1.1.0 |
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.
any reason to include pointy now? can you please check this? will it compile if we remove this line?
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.
I think I'm getting this on master as well, so may as well 🤷♂
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.
go mod tidy
does not clean pointy but the application compiles without it. I do not how ponty went there 🤦♂
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.
If I remove ponty from go.mod and then run make fmt check build
, ponty is again inside go.mod
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.
Found the why, you added it to a fixture
* Adds release notes for 1.1.6 and 1.1.7, updates source constant * Sets submodule to atlascli/v1.1.7 * Includes change from Julia's copy review
Jira ticket: CLOUDP-59567
Checklist
make fmt
and formatted my codeFurther comments