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

Add cassandra plugin #2632

Merged
merged 3 commits into from
Apr 27, 2017
Merged

Add cassandra plugin #2632

merged 3 commits into from
Apr 27, 2017

Conversation

calvn
Copy link
Contributor

@calvn calvn commented Apr 23, 2017

No description provided.

@jefferai
Copy link
Member

Hi Calvin, nice to see you back! I've started review of the other pr so please do not merge this in anywhere until the other is merged into master!

@calvn
Copy link
Contributor Author

calvn commented Apr 23, 2017

Glad to be back! No problem, I'll mark you and Brian as reviewers for approval whenever it's good to merge.

@calvn calvn requested review from jefferai and briankassouf April 23, 2017 11:37
credsutil.CredentialsProducer
}

func New() *Cassandra {
Copy link
Contributor

Choose a reason for hiding this comment

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

The function definition changed slightly last week, checkout the other plugins but I think this should be New() (interface{}, error)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, noted!

@jefferai jefferai added this to the 0.7.1 milestone Apr 27, 2017
jefferai
jefferai previously approved these changes Apr 27, 2017
@jefferai jefferai dismissed their stale review April 27, 2017 20:17

Changed me mind

return nil
}

func (c *Cassandra) RevokeUser(statements dbplugin.Statements, username string) error {
Copy link
Member

Choose a reason for hiding this comment

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

This function totally ignores any revocation statements set by the admin.

@calvn
Copy link
Contributor Author

calvn commented Apr 27, 2017

Do you want those changes applied here, or post-merge?

@jefferai
Copy link
Member

Either way -- if you want to merge it, can you add a comment to that code post-merge so that we can make sure it gets tracked?

@calvn calvn merged commit 47df4ac into database-refactor Apr 27, 2017
@calvn calvn deleted the cassandra-plugin branch April 27, 2017 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants