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 |
|
David Webb
|
e293a836d3
|
DATACASS-32 - WIP - Renamed PreparedStatementBinder variable name.
|
2013-11-21 10:04:36 -05:00 |
|
David Webb
|
5473daa7ef
|
DATACASS-32 - Fixed testSingleton after refactoring by Matt.
|
2013-11-21 09:59:44 -05:00 |
|
Matthew Adams
|
7c6a003943
|
removed duplicate tests
|
2013-11-21 08:02:02 -06:00 |
|
Matthew Adams
|
2230370101
|
separated integration tests from unit tests
|
2013-11-20 16:30:39 -06:00 |
|
Matthew Adams
|
cc5e45483c
|
moved all tests into *.test.unit.* packages; next is to pull out integration tests into *.test.integration.* packages
|
2013-11-20 16:24:18 -06:00 |
|
Matthew Adams
|
893a7c9925
|
changes from code review
|
2013-11-20 16:09:16 -06:00 |
|
Matthew Adams
|
a3684d3b14
|
Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32
|
2013-11-20 15:20:43 -06:00 |
|
Matthew Adams
|
cea05c659b
|
more CQL generation refactoring
|
2013-11-20 15:01:44 -06:00 |
|
Matthew Adams
|
515f55c4f7
|
separated buildes from specifications
|
2013-11-20 14:42:36 -06:00 |
|
David Webb
|
ad7db43d5a
|
Merge branch 'DATACASS-32' of
https://github.com/shvid/spring-data-cassandra into DATACASS-32
|
2013-11-20 15:28:20 -05:00 |
|
David Webb
|
8ed4f65874
|
DATACASS-32 - WIP - Clean up test code formatting.
|
2013-11-20 15:10:44 -05:00 |
|
dwebb
|
0035eeb811
|
DATACASS-32 - WIP - Completed Build out of CassandraOperations and
CassandraTemplate.
|
2013-11-20 15:08:52 -05:00 |
|
Matthew Adams
|
37de816c2d
|
relocated things appropriately
|
2013-11-19 16:16:09 -06:00 |
|
Matthew Adams
|
c52b36d2a6
|
Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32
|
2013-11-19 16:03:49 -06:00 |
|
Matthew Adams
|
8fcdadbc88
|
now have create/alter/drop table builders
|
2013-11-19 16:03:27 -06:00 |
|
dwebb
|
42a40bb2b0
|
DATACASS-32 - Pulled in existing work from Matthew Adams on the
CassandraTemplate
|
2013-11-19 16:24:01 -05:00 |
|
dwebb
|
444f49bed1
|
DATACASS-32: WIP: Fixed XML Config issue in unit tests.
|
2013-11-19 15:58:26 -05:00 |
|
David Webb
|
949916fd57
|
Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32
|
2013-11-19 20:38:02 +00:00 |
|
dwebb
|
fc93aee0c0
|
DATACASS-32: WIP: Split the Template out into Cassandra operations and
Spring Data Cassandra operations.
Added <cassandra:session/> to the XML Config for building the new
CassandraTemplate definition.
|
2013-11-19 15:35:33 -05:00 |
|
Matthew Adams
|
08c89c37b0
|
added option tests => fixed option bugs
|
2013-11-19 09:12:37 -06:00 |
|