Commit Graph

146 Commits

Author SHA1 Message Date
Alex Shvid
d5b57d759d SimpleCassandraRepository integration tests for User 2013-11-27 14:04:33 -08: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
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
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
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
Matthew Adams
1d01ac995a misc cleanup after merge 2013-11-26 09:53:19 -06:00
Matthew Adams
a472b5f4f4 merged latest master into mavenized source tree 2013-11-26 09:20:03 -06:00
Matthew Adams
7385f77705 looking like modules are now separated & mavenized 2013-11-26 09:04:09 -06:00
David Webb
ec1487d811 Changed project version number. Fixed javadoc build target. 2013-11-26 09:54:05 -05:00
Matthew Adams
62042e361e added missed poms due to .gitignore; spring-cassandra now testing ok 2013-11-26 08:01:50 -06:00
David Webb
67ebfa42e1 Merge branch 'DATACASS-39'
Conflicts:
	src/test/java/org/springframework/cassandra/test/integration/core/cql/generator/AbstractEmbeddedCassandraIntegrationTest.java
2013-11-25 23:05:10 -05:00
David Webb
6d020745cf DONE - issue DATACASS-39: Better PreparedStatement Support
https://jira.springsource.org/browse/DATACASS-39
2013-11-25 22:44:02 -05:00
Alex Shvid
97ea65bdcf CassandraExceptionTranslator wrong order fix 2013-11-25 18:12:26 -08:00
Alex Shvid
e8cc60a59d Merge branch 'master' of
https://github.com/shvid/spring-data-cassandra.git
2013-11-25 17:56:32 -08:00
Alex Shvid
abbdb3f735 ColumnSpecification constant name fix 2013-11-25 17:55:58 -08:00
Alex Shvid
0faa02568e PreparedStatementCreatorImpl null return fix 2013-11-25 17:33:46 -08:00
Matthew Adams
86224eb06d spring-cassandra now compiling 2013-11-25 18:33:44 -06:00
Matthew Adams
af0273b864 spring-cassandra compiling 2013-11-25 18:32:25 -06:00
Matthew Adams
b8aa70509b DATACASS-41 2013-11-25 16:50:52 -06:00
Alex Shvid
33c7e0d910 CassandraAccessor cleanup, removed synchronized modifier 2013-11-25 12:35:16 -08:00
David Webb
4f6fd4884c Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git into DATACASS-39 2013-11-25 12:29:01 -05:00
David Webb
e7c9572489 DATACASS-39 : WIP : Cleaning up javadoc build task to work. 2013-11-25 12:28:36 -05:00
Matthew Adams
6c9b114692 remove @After method & clear 2013-11-25 11:26:41 -06:00
David Webb
27e53520cc DATACASS-39 : WIP : Removed failing test. 2013-11-25 12:20:46 -05:00
David Webb
7dce1ed2cb Merge branch 'DATACASS-39' of https://github.com/shvid/spring-data-cassandra.git into DATACASS-39 2013-11-25 11:56:45 -05:00
Matthew Adams
a4f0acc902 added another test & streamlined unit+integration testing 2013-11-25 10:45:17 -06:00
David Webb
3a1c4fa888 DATACASS-39 : WIP : Removing failing test for CI POC. 2013-11-25 11:30:08 -05:00
David Webb
fa9248941a DATACASS-39 : WIP : Temporarily introducing failing test for CI POC. 2013-11-25 11:19:27 -05:00
Matthew Adams
c3e889312e updated readme 2013-11-25 09:27:07 -06:00
David Webb
c1dfebb822 Created BoundStatementFactory for high performance write ingestion. 2013-11-23 01:02:55 -05:00
David Webb
3394c76b7d DATACASS-39 : WIP : New Class Layout. 2013-11-22 23:47:00 -05:00
Matthew Adams
8f448ac4d6 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-22 19:12:05 -06:00
Matthew Adams
8aa86d7270 testing coming along 2013-11-22 19:11:49 -06:00
David Webb
516be679a9 DATACASS-32 : WIP : Completed PreparedStatement Operations. 2013-11-22 16:30:24 -05:00
David Webb
0bbd0d8a2e DATACASS-32 : WIP : Javadoc'd the CassandraOperatations and
CassandraTemplate.  Fixed gradle javadoc generator.
2013-11-22 00:41:47 -05:00