Commit Graph

181 Commits

Author SHA1 Message Date
Matthew Adams
adeb4df5e5 wip 2013-12-11 11:25:43 -06:00
Matthew Adams
c6ed00f4b0 limiting native_transport_max_threads to 64 due to Mac limit 2013-12-09 11:35:22 -06:00
Matthew Adams
91025be1d2 wip 2013-12-09 10:11:49 -06:00
Matthew Adams
46a7b9c131 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra 2013-12-06 14:59:33 -06:00
Matthew Adams
8dbc838c57 fixed readme 2013-12-06 14:59:15 -06:00
Matthew Adams
2616ffa208 Delete readme.md 2013-12-06 14:51:15 -06:00
Matthew Adams
40da55ad31 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra 2013-12-06 14:32:58 -06:00
Alex Shvid
81a083af63 moved create table from CqlUtils to cql generator 2013-12-03 13:58:02 -08:00
Alex Shvid
5c11d4aac2 primary key contains { partitioned keys, clustered keys } refactoring 2013-12-03 11:15:57 -08:00
Alex Shvid
d2313980c1 create table generator code review 2013-12-03 11:05:25 -08:00
David Webb
689789bd83 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git 2013-12-03 08:55:38 -05:00
David Webb
8af29de100 DATACASS-48 : Changed default empty Map Creation. 2013-12-03 08:55:27 -05:00
Alex Shvid
d9dd7d1605 composite primary key support 2013-12-02 21:08:51 -08:00
Alex Shvid
9ae9984102 findByPartitionKey added to SimpleCassandraRepository 2013-12-02 18:02:40 -08:00
Alex Shvid
b0b1a6e926 rename @RowId to @PrimaryKey same as in CQL3 2013-12-02 16:15:43 -08:00
Alex Shvid
a40f717459 Merge branch 'master' into DATACASS-34 2013-12-02 16:07:53 -08:00
Alex Shvid
d33e391dbb compound keys renaming 2013-12-02 16:06:34 -08:00
David Webb
819804d987 DATACASS-48 : CLOSED: Added javadoc for new overload methods to specify
Query Options.
2013-12-02 14:59:09 -05:00
David Webb
43fffe5e97 DATACASS-48 : WIP : Add ConsistencyLevel and RetryPolicy to
Operations/Template 

Added optionsByName and options to all relevant operations.  Changed
main implementation method signatures and all overrides call that now.
2013-12-02 14:07:02 -05:00
David Webb
7729de9436 DACASS-48 : WIP : Refactored QueryOptions and supporting classes to
spring-cassandra.
2013-12-02 09:43:23 -05:00
Alex Shvid
14ac4d41af Merge branch 'DATACASS-34' of https://github.com/shvid/spring-data-cassandra 2013-11-27 15:13:09 -08:00
Alex Shvid
858a8f2a8f Merge branch 'master' of https://github.com/shvid/spring-data-cassandra into DATACASS-34 2013-11-27 15:08:45 -08:00
Alex Shvid
af8b6025b5 fixed java.lang.OutOfMemoryError: unable to create new native thread
for tests
2013-11-27 15:07:38 -08:00
Alex Shvid
d5b57d759d SimpleCassandraRepository integration tests for User 2013-11-27 14:04:33 -08:00
David Webb
c5273c9eb2 DATACASS-35: Unit Tests for CassandraOperations - Completed. 2013-11-27 16:19:21 -05:00
David Webb
4b4a80d29a Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git into DATACASS-35 2013-11-27 16:13:46 -05:00
Alex Shvid
21b30a0dc1 CassandraRepository config 2013-11-27 12:32:58 -08:00
Alex Shvid
f2fb421801 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra into DATACASS-34 2013-11-27 11:51:55 -08:00
Alex Shvid
fa35d320f9 SimpleCassandraRepository refactoring 2013-11-27 11:51:16 -08:00
Alex Shvid
193a9eb2a9 added logger.info to doExecute method in CassandraTemplate 2013-11-27 11:47:35 -08:00
Alex Shvid
1597b02ce9 same changes in legacy log4j properties 2013-11-27 11:43:44 -08:00
Alex Shvid
500f2bb309 change logback settings from debug to info 2013-11-27 11:42:36 -08:00
Alex Shvid
61f39146f2 wrong logger in CassandraAccessor 2013-11-27 11:40:40 -08:00
Alex Shvid
73cb65c051 add truncate function to CassandraTemplate 2013-11-27 11:39:11 -08:00
Alex Shvid
80196d255b Merge branch 'master' of https://github.com/shvid/spring-data-cassandra into DATACASS-34 2013-11-27 10:39:32 -08:00
David Webb
169b14e622 Merge branch 'master' into DATACASS-35 2013-11-27 10:02:24 -05:00
David Webb
0de5fc9a91 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git 2013-11-27 08:59:01 -05:00
David Webb
7f50e9208d DATACASS-35: Unit Tests for CassandraOperations : Fixed test logging
confluct with log4j and logback.
2013-11-27 08:58:47 -05:00
Alex Shvid
fe71cb6050 created SimpleCassandraRepository 2013-11-26 21:30:37 -08:00
Matthew Adams
aad3d685c3 added VHA as contributor 2013-11-26 22:59:21 -06:00
Petter Graff
871ab6020a Update README.adoc
Added VHA to the contributor list
2013-11-26 19:27:29 -06:00
David Webb
16f101f3ab DATACASS-35: Unit Tests for CassandraOperations 2013-11-26 16:51:54 -05:00
Alex Shvid
6d711a9f24 merge master to DATACASS-34 2013-11-26 13:41:26 -08:00
Alex Shvid
63b3ca4a7a log4j configuration for embedded cassandra unit 2013-11-26 13:38:03 -08:00
Alex Shvid
ebf91397be Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git 2013-11-26 13:35:13 -08:00
Alex Shvid
88730e73a3 change Error to IllegalArgumentException in AlterTableCqlGenerator 2013-11-26 13:34:28 -08:00
David Webb
2adbe62c9a DATACASS-35: Unit Tests for CassandraOperations : Adding newly written
tests.
2013-11-26 16:02:58 -05:00
Alex Shvid
d6b5c0b227 changed links to spring-data-build.git and spring-data-commons.git projects 2013-11-26 12:56:59 -08:00
Alex Shvid
36a18cedaa cassandra repository integration test 2013-11-26 11:32:01 -08:00
Matthew Adams
5ffff41fc9 updated readme 2013-11-26 12:29:43 -06:00