Commit Graph

190 Commits

Author SHA1 Message Date
Matthew Adams
5dc611c672 wip: java config looking good 2013-12-09 16:35:55 -06:00
Matthew Adams
7913b76b2a config class working w/minimal surface test 2013-12-09 15:23:24 -06:00
Matthew Adams
2ba1ea69ae Merge branch 'master' into DATACASS-14 2013-12-09 15:10:26 -06:00
Matthew Adams
00ec7a203c wip 2013-12-09 14:49:24 -06:00
David Webb
814e806fa1 Merge branch 'master' of https://github.com/SciSpike/spring-data-cassandra.git 2013-12-09 15:37:18 -05:00
Matthew Adams
c1d30dcc52 wip: beginning to move appropriate config to spring-cassandra 2013-12-09 14:23:39 -06:00
David Webb
98389dd40a DATACASS-32 : Completed : Refactoring completed after code review. 2013-12-09 15:21:10 -05:00
Matthew Adams
a177562b27 wip: moved base c* config to spring-cassandra 2013-12-09 13:16:16 -06:00
David Webb
22b6a53a88 DATACASS-32 : WIP : Removed optionsByName for Query Options override. 2013-12-09 13:30:51 -05:00
Matthew Adams
194ca1e2c1 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra 2013-12-09 11:28:06 -06:00
Matthew Adams
73b0d28686 limiting native_transport_max_threads to 64 due to Mac limit 2013-12-09 11:27:55 -06:00
David Webb
25ec3f59c8 Code review cleanup. Commit test for new repo. 2013-12-06 16:27:19 -05: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