-
Notifications
You must be signed in to change notification settings - Fork 48
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
server: Don't mute exceptions #98
Conversation
None of the existing commits use this (conventional commits?) style. If we wanted to adopt it, it's probably fine but this needs to be discussed and made explicit since nothing else in Ceph uses it today. |
Agree @idryomov. I'll fix this and propose this topic for the next Tuesday (although it overlaps with Cephalocon). My rationale here is that given we're a separate repo from ceph/ceph, I assume that we would keep a separate versioning scheme as well. And as we rely on a gRPC schema and 2 other integration pieces (SPDK and Ceph repos) that might require a thorough cross-dependency versioning. Here I thought that conventional commits (and semantic versioning, which we're not following in ceph/ceph) might help manage release numbering and deal with breaking changes across the multiple repos involved. I'd also facilitate creating release notes/changelogs. |
Yeah, not sure if we are having a meeting next Tuesday... |
Fixes: #97 Signed-off-by: Ernesto Puerta <[email protected]>
66f0dc9
to
8b55884
Compare
@idryomov I addressed both comments. |
Fixes: #97
From https://docs.python.org/3/reference/datamodel.html#object.__exit__: