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

Misc improvements #102

Merged
merged 13 commits into from
Aug 21, 2015
Merged

Misc improvements #102

merged 13 commits into from
Aug 21, 2015

Conversation

christophermancini
Copy link
Contributor

Remove obsolete clientID stuff. Fix support link in composer. Comment out tombstone check due to delete_immediate = 1 setting for testing. Improved testing for CRDTs with context. Added gitattributes file.

@@ -68,7 +68,7 @@ public function testPasswordAuth()
(new Riak\Node\Builder())
->atHost(static::TEST_NODE_HOST)
->onPort(static::TEST_NODE_SECURE_PORT)
->usingPasswordAuthentication('passuser', 'Test1234')
->usingPasswordAuthentication('riakpass', 'Test1234')
Copy link

Choose a reason for hiding this comment

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

Wasn't able to test this, but should be fine

@hazen
Copy link

hazen commented Aug 21, 2015

Tests pass. Generally looks good.
👍

christophermancini added a commit that referenced this pull request Aug 21, 2015
@christophermancini christophermancini merged commit af51209 into master Aug 21, 2015
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.

2 participants