Commit Graph

  • 963158957a DATACASS-69 - Add more queryAsynchronously methods to Operations Interface David Webb 2014-01-23 15:50:39 -05:00
  • 5e6eec22dc removed 'shared' test source & resource directory Matthew Adams 2014-01-23 14:31:23 -06:00
  • 9144fa90c4 minor cleanup to remove Java warnings (no behavioral changes) Matthew Adams 2014-01-23 11:37:22 -06:00
  • 572238b125 moved exception from sdc to sc Matthew Adams 2014-01-22 20:14:09 -06:00
  • 196567c9a0 now throwing on association-related methods in BasicCassandraPersistentEntity Matthew Adams 2014-01-22 20:11:38 -06:00
  • 4406cf34d8 merged from master Matthew Adams 2014-01-22 19:41:30 -06:00
  • f834ba141d merge latest master Matthew Adams 2014-01-22 16:10:37 -06:00
  • 1f4b84c015 DATACASS-73 - merged into master Matthew Adams 2014-01-22 15:55:39 -06:00
  • d348f35322 DATACASS-38 - Cluster Connection Listener David Webb 2014-01-22 13:44:28 -05:00
  • 7daea54842 DATACASS-73 - added the rest of the network ports to build.properties Matthew Adams 2014-01-22 10:02:58 -06:00
  • 03600bf451 DATACASS-73 - no longer assuming any port numbers are available Matthew Adams 2014-01-22 09:46:50 -06:00
  • bfcb48fb63 Merged DATACASS-71 to master. David Webb 2014-01-21 15:56:43 -05:00
  • 611b827504 Merge branch 'DATACASS-71' David Webb 2014-01-21 20:38:14 +00:00
  • 7f640c20de DATACASS-71 - Completed refactoring for compliance with property placeholders. David Webb 2014-01-21 15:32:21 -05:00
  • ad40ac1c08 fixed integration test classes to work with a single forked jvm Matthew Adams 2014-01-20 22:32:51 -06:00
  • aff22e5c5c Merge branch 'master' of local repository into DATACASS-71 David Webb 2014-01-20 15:26:20 -05:00
  • a07438c3d7 DATACASS-70 - Reverted static Session for Abstract Unit Test until further redesign David Webb 2014-01-20 15:12:42 -05:00
  • f3da0a1adc DATACASS-1 - added collection safety to setters & collection-safe getters for scripts Matthew Adams 2014-01-20 14:12:08 -06:00
  • 4fd86f91cf DATACASS-1 - wip: now working again after refactoring spring-cassandra xml namespace Matthew Adams 2014-01-20 13:50:22 -06:00
  • 4832ff9fe2 DATACASS-71 - XML parsing fails on property placeholders David Webb 2014-01-20 14:15:09 -05:00
  • 363feafc78 Merge branch 'master' into DATACASS-1 Matthew Adams 2014-01-20 11:42:20 -06:00
  • a3390c3bf4 DATACASS-1 - WIP before merging from master Matthew Adams 2014-01-20 11:42:16 -06:00
  • 4ac4d1df29 DATACASS-70 - Fixed Table Lifecycle test with new Unit test strategy. David Webb 2014-01-16 00:58:05 -05:00
  • a7b886c35e DATACASS-70 - Optimizing Unit Tests for Mac thread limit David Webb 2014-01-16 00:39:32 -05:00
  • 5b9f2850fa DATACASS-1: WIP: still unsuccessfully trying to get past OOME in module spring-cassandra Matthew Adams 2014-01-14 10:08:24 -06:00
  • 7b9f48f940 DATACASS-33: WIP: trying to get past OOM errors & not succeeding yet Matthew Adams 2014-01-13 15:43:24 -06:00
  • add97be80d updated C* driver core version Matthew Adams 2014-01-13 15:07:22 -06:00
  • 21049c2979 DATACASS-33: WIP: renames, added first test for compound pk Matthew Adams 2014-01-13 14:23:10 -06:00
  • fb3b99ddba DATACASS-55: removed CassandraTemplate @Bean from AbstractCassandraTemplate Matthew Adams 2014-01-07 13:01:43 -06:00
  • ae24cf2f67 DATACASS-55: removed unnecessary AbstractIntegrationTestConfiguration class Matthew Adams 2014-01-07 12:34:00 -06:00
  • a503963c71 DATACASS-55: WIP: all working ok Matthew Adams 2014-01-07 12:20:37 -06:00
  • 891b3ff339 DATACASS-55: WIP: now have startup/shutdown CQL; durable-writes defaults to false Matthew Adams 2014-01-06 14:26:09 -06:00
  • 1da819d7db DATACASS-55 : WIP : now parsing XML ok for CREATE & CREATE-DROP Matthew Adams 2014-01-06 13:00:57 -06:00
  • 0191d38c47 fixed copy/paste error in comment; fixed generics issue in 'with(..)' builder methods Matthew Adams 2014-01-06 10:12:18 -06:00
  • 264d84bcfb fixed copy/paste error: DropKeyspaceSpecification#dropTable() -> #dropKeyspace() Matthew Adams 2014-01-03 11:59:39 -06:00
  • 43c49dabc3 Merge branch 'master' of https://github.com/SciSpike/spring-data-cassandra john-mcpeek 2013-12-30 09:19:13 -05:00
  • 20926b5ab8 Merge branch 'DATACASS-53' john-mcpeek 2013-12-30 09:18:30 -05:00
  • ef2fe9cd3e Added NetworkTopology integration test. john-mcpeek 2013-12-30 09:17:48 -05:00
  • 6c6905ca45 DATACASS-59: Compelted Integration Tests. David Webb 2013-12-26 10:27:41 -05:00
  • b5bd662d2a Merge branch 'master' of https://github.com/SciSpike/spring-data-cassandra john-mcpeek 2013-12-24 00:23:52 -05:00
  • 548eb299fb Added a more complete test. john-mcpeek 2013-12-24 00:17:58 -05:00
  • 03f99c90c1 Fixed name so it says mykeyspace. john-mcpeek 2013-12-23 22:50:46 -05:00
  • 66f1ae2fc9 Added integration test for Create Keyspace. john-mcpeek 2013-12-23 22:48:31 -05:00
  • e5baf2af8f DATACASS-68 : Move IndexOperations static methods to Specification objects Matthew Adams 2013-12-23 10:38:32 -06:00
  • 30f348126c IN PROGRESS - Split out full options integration test. David Webb 2013-12-17 11:14:45 -05:00
  • 018b69cb8c DATACASS-59: Completed unit and integration tests for CREATE TABLE using all available options. David Webb 2013-12-17 11:01:16 -05:00
  • c3e67ee36e Fixed failing Drop test. john-mcpeek 2013-12-17 09:51:57 -05:00
  • a0b5e07c21 Added Alter and Drop tests. john-mcpeek 2013-12-17 09:14:33 -05:00
  • a962be4151 Added Keyspace tests. john-mcpeek 2013-12-17 08:25:17 -05:00
  • 90c71dbd12 Fixed KeyspaceCqlGeneratorTest. john-mcpeek 2013-12-17 08:24:26 -05:00
  • a803cacf73 DATACASS-59: WIP : Commiting changes to TableOption specification for CQLGenerator. Added new unit and integration tests. David Webb 2013-12-17 00:50:02 -05:00
  • 8cfd144149 Completed more of the CQL generators. john-mcpeek 2013-12-16 07:49:13 -05:00
  • 3d51fc150f Added CqlGenerators for Keyspace. john-mcpeek 2013-12-14 13:17:27 -05:00
  • b88b4afc69 Added the CqlGenerators for Keyspace. john-mcpeek 2013-12-14 13:16:31 -05:00
  • 14f5d209e8 Added Keyspace specification classes. john-mcpeek 2013-12-13 23:19:08 -05:00
  • d1769e2b96 Moved static methods out of TableOperations.java and fixed junit imports. john-mcpeek 2013-12-13 23:04:25 -05:00
  • 656d7c833e DATACASS-64 : DONE : Removed old QueryOptions Map. David Webb 2013-12-13 16:54:02 -05:00
  • 8d97077c3c Merged DATACASS-62 David Webb 2013-12-13 16:42:11 -05:00
  • 04547b3864 removed Alex Matthew Adams 2013-12-13 14:31:39 -06:00
  • aeb782b87a DATACASS-66 - closed Matthew Adams 2013-12-13 14:11:31 -06:00
  • 5d85127dff updated java config Matthew Adams 2013-12-13 14:01:40 -06:00
  • b32c132423 merged from master Matthew Adams 2013-12-13 10:03:12 -06:00
  • 661118ef49 remove non-javadoc & added missing @Override annos Matthew Adams 2013-12-13 09:38:18 -06:00
  • 6f53200ac1 DATACASS-47: Completed removal of class, refactoring, and unit test cleanup. David Webb 2013-12-12 14:22:24 -05:00
  • a31d0a7202 merged from master Matthew Adams 2013-12-12 11:40:52 -06:00
  • 9811cadb56 updated/added javadocs Matthew Adams 2013-12-12 11:30:25 -06:00
  • 4a1b5fa543 renamed partition() -> partitioned(), primary() -> clustered() as appropriate Matthew Adams 2013-12-12 11:18:06 -06:00
  • 3c04ddf008 moved Keyspace class from s-c to s-d-c in prep for complete removal Matthew Adams 2013-12-12 09:45:26 -06:00
  • ccd47543b5 moved factorybean classes from config.xml to config package Matthew Adams 2013-12-12 09:31:28 -06:00
  • 68b624ec83 wip Matthew Adams 2013-12-11 15:55:06 -06:00
  • a50eb2f7ab wip Matthew Adams 2013-12-11 12:14:30 -06:00
  • adeb4df5e5 wip Matthew Adams 2013-12-11 11:25:43 -06:00
  • 5bb8a1c506 removed unused xml <keyspace>-related code Matthew Adams 2013-12-10 16:25:38 -06:00
  • ddc9b1b731 wip: commented some tests in sdc* after xml schema changes Matthew Adams 2013-12-10 16:10:15 -06:00
  • 4045f52e6f switched from *Template to *Operations in C*TemplateFactoryBean Matthew Adams 2013-12-10 14:27:21 -06:00
  • ffdeaa9fe8 spring-cassandra now supporting xml config Matthew Adams 2013-12-10 14:17:56 -06:00
  • 7a0d3733a4 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra into DATACASS-14 Matthew Adams 2013-12-10 08:37:39 -06:00
  • dea16b47be better fix for too many threads C* error: fork tests Matthew Adams 2013-12-09 16:43:19 -06:00
  • 4f78a0b57f wip: changed after cassandra.yaml -> spring-cassandra.yaml Matthew Adams 2013-12-09 16:47:35 -06:00
  • 9bf80488c1 Merge branch 'master' into DATACASS-14 Matthew Adams 2013-12-09 16:43:48 -06:00
  • f46a7ef991 better fix for too many thread C* errors: fork tests Matthew Adams 2013-12-09 16:43:19 -06:00
  • 5dc611c672 wip: java config looking good Matthew Adams 2013-12-09 16:35:55 -06:00
  • fd46046255 DATACASS-50 : Completed : Removed unneeded log config and added SLF4J Bridges. DATACASS-51 : Completed : Renames resources for spring-cassandra and removed unneeded resources. David Webb 2013-12-09 16:51:39 -05:00
  • 7913b76b2a config class working w/minimal surface test Matthew Adams 2013-12-09 15:23:24 -06:00
  • 2ba1ea69ae Merge branch 'master' into DATACASS-14 Matthew Adams 2013-12-09 15:10:26 -06:00
  • 00ec7a203c wip Matthew Adams 2013-12-09 14:49:24 -06:00
  • 814e806fa1 Merge branch 'master' of https://github.com/SciSpike/spring-data-cassandra.git David Webb 2013-12-09 15:37:18 -05:00
  • c1d30dcc52 wip: beginning to move appropriate config to spring-cassandra Matthew Adams 2013-12-09 14:23:39 -06:00
  • 98389dd40a DATACASS-32 : Completed : Refactoring completed after code review. David Webb 2013-12-09 15:21:10 -05:00
  • a177562b27 wip: moved base c* config to spring-cassandra Matthew Adams 2013-12-09 13:16:16 -06:00
  • 22b6a53a88 DATACASS-32 : WIP : Removed optionsByName for Query Options override. David Webb 2013-12-09 13:30:51 -05:00
  • c6ed00f4b0 limiting native_transport_max_threads to 64 due to Mac limit Matthew Adams 2013-12-09 11:27:55 -06:00
  • 194ca1e2c1 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra Matthew Adams 2013-12-09 11:28:06 -06:00
  • 73b0d28686 limiting native_transport_max_threads to 64 due to Mac limit Matthew Adams 2013-12-09 11:27:55 -06:00
  • 91025be1d2 wip Matthew Adams 2013-12-09 10:11:49 -06:00
  • 25ec3f59c8 Code review cleanup. Commit test for new repo. David Webb 2013-12-06 16:27:19 -05:00
  • 46a7b9c131 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra Matthew Adams 2013-12-06 14:59:33 -06:00
  • 8dbc838c57 fixed readme Matthew Adams 2013-12-06 14:59:15 -06:00
  • 2616ffa208 Delete readme.md Matthew Adams 2013-12-06 14:51:15 -06:00
  • 40da55ad31 Merge branch 'master' of github.com:SciSpike/spring-data-cassandra Matthew Adams 2013-12-06 14:32:58 -06:00