GitHub user michaelarusso opened a pull request:

    https://github.com/apache/usergrid/pull/482

    DO NOT MERGE YET - Introducing the DataStax driver

    - Introduce the DataStax driver as a new cluster implementation
    - Re-write map serialization to use CQL and the DataStax driver instead of 
Astyanax
    - Standardize tests to use ideal cassandra settings

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelarusso/usergrid datastax--cass-driver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/482.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #482
    
----
commit a6319750e65d0b04aaa211e83ac220875120d9a5
Author: Michael Russo <[email protected]>
Date:   2016-02-09T02:04:36Z

    Initial commit introducing Datastax cassandra driver.

commit 01c4970a80fa080f7deccf3f004112d9112f624d
Author: Michael Russo <[email protected]>
Date:   2016-02-09T18:18:27Z

    Integrate datastax cluster into migration manager for creation of keyspaces 
using database/setup.

commit a62fb0a0c95ece13c84a563e58802230bdcff1cb
Author: Michael Russo <[email protected]>
Date:   2016-02-10T01:14:38Z

    Create object for defining our table schema and provide utilities for 
generating CQL to create or ALTER the table schema.

commit ad4a33713e8280a4d3637bf1395937bd32aa5fca
Author: Michael Russo <[email protected]>
Date:   2016-02-10T01:36:49Z

    Add null checks and tests confirming NPEs are thrown.

commit 2203f43336ae86ebcad823fb740207b4eecc36bb
Author: Michael Russo <[email protected]>
Date:   2016-02-11T22:49:44Z

    Convert map manager serialization to read and write using CQL using the 
original Astyanax data modeling in Cassandra (aka no migration required).

commit 3f8e7cbaf4a7f8351185e803e7bd43dafc49a9a9
Author: Michael Russo <[email protected]>
Date:   2016-02-12T01:11:59Z

    Reduce number of connections in core tests and ensure the datastax provider 
is a singleton.

commit 3066ab4a59f5fff25f516e6869ea846a48000081
Author: Michael Russo <[email protected]>
Date:   2016-02-12T02:04:35Z

    Standardizing test properties.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to