Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify as we need all columns | Olivier Lamy | 2014-03-25 | 1 | -7/+1 |
* | map simple object | Olivier Lamy | 2014-03-25 | 2 | -91/+148 |
* | fix removeArtifact | Olivier Lamy | 2014-03-24 | 1 | -192/+31 |
* | fix cleanup repository and namespace | Olivier Lamy | 2014-03-24 | 1 | -93/+120 |
* | fix removeArtifact | Olivier Lamy | 2014-03-24 | 1 | -6/+4 |
* | fix deleting project version | Olivier Lamy | 2014-03-24 | 1 | -33/+20 |
* | cleanup code | Olivier Lamy | 2014-03-24 | 1 | -35/+0 |
* | fix retrieving facets | Olivier Lamy | 2014-03-24 | 1 | -52/+21 |
* | fix retrieving versions | Olivier Lamy | 2014-03-24 | 1 | -2/+2 |
* | fix project version metadata | Olivier Lamy | 2014-03-24 | 1 | -35/+11 |
* | fix retrieve project versions | Olivier Lamy | 2014-03-24 | 1 | -95/+8 |
* | small optim as no need to continue querying here | Olivier Lamy | 2014-03-24 | 1 | -4/+7 |
* | fix remove artifact | Olivier Lamy | 2014-03-24 | 1 | -10/+5 |
* | use directly query filtering | Olivier Lamy | 2014-03-24 | 1 | -38/+29 |
* | prevent ClassCastException as now return a Collection rather than a List | Olivier Lamy | 2014-03-24 | 1 | -4/+25 |
* | fix checksum search cassandra search | Olivier Lamy | 2014-03-24 | 2 | -56/+81 |
* | fix truncating datas in unit and wrong StringUtils usage | Olivier Lamy | 2014-03-24 | 2 | -4/+16 |
* | add NPE check | Olivier Lamy | 2014-03-24 | 1 | -4/+12 |
* | use an utility methods to prevent npe when column values does not exist for a... | Olivier Lamy | 2014-03-24 | 2 | -179/+154 |
* | fix facets add/update | Olivier Lamy | 2014-03-24 | 3 | -105/+212 |
* | fix retrieving a project | Olivier Lamy | 2014-03-21 | 1 | -133/+114 |
* | NPE check! | Olivier Lamy | 2014-03-21 | 1 | -61/+112 |
* | fix retrieving ArtifactMetadata with null date | Olivier Lamy | 2014-03-21 | 2 | -51/+33 |
* | fix project deletion | Olivier Lamy | 2014-03-21 | 1 | -68/+51 |
* | more impl still far from 0 failures :-) | Olivier Lamy | 2014-03-20 | 2 | -86/+137 |
* | ProjectVersionMetadataModel to use Hector | Olivier Lamy | 2014-03-20 | 5 | -131/+308 |
* | more impl with Hector | Olivier Lamy | 2014-03-20 | 5 | -238/+428 |
* | fix removeProject | Olivier Lamy | 2014-03-20 | 2 | -2/+18 |
* | change the column name | Olivier Lamy | 2014-03-20 | 5 | -50/+41 |
* | this id field is not anymore needed | Olivier Lamy | 2014-03-20 | 1 | -23/+7 |
* | this id field is not anymore needed | Olivier Lamy | 2014-03-20 | 2 | -17/+7 |
* | start moving project data handling to hector | Olivier Lamy | 2014-03-20 | 4 | -52/+113 |
* | more cleanup | Olivier Lamy | 2014-03-20 | 1 | -2/+4 |
* | some cleanup | Olivier Lamy | 2014-03-20 | 3 | -16/+39 |
* | move cassandra to simply use hector client: start with repositories and names... | Olivier Lamy | 2014-03-20 | 13 | -978/+505 |
* | use a better name | Olivier Lamy | 2014-03-20 | 6 | -34/+21 |
* | fix mapping with modelmapper | Olivier Lamy | 2013-12-26 | 1 | -7/+18 |
* | start some perf improvement for cassandra | Olivier Lamy | 2013-11-20 | 3 | -84/+170 |
* | mark all those new classes @since 2.0.0 | Olivier Lamy | 2013-11-18 | 11 | -2/+11 |
* | use a better name for this class | Olivier Lamy | 2013-11-18 | 7 | -76/+31 |
* | add new classes | Olivier Lamy | 2013-11-18 | 2 | -0/+255 |
* | move to cassandra 2.0 | Olivier Lamy | 2013-11-18 | 11 | -101/+217 |
* | remove unused imports | Olivier Lamy | 2013-11-18 | 1 | -5/+0 |
* | some fixes for cassandra | Olivier Lamy | 2013-09-06 | 4 | -66/+28 |
* | use Slf4j as connection pool monitor | Olivier Lamy | 2013-06-20 | 1 | -3/+2 |
* | create cassandra entity manager only on start | Olivier Lamy | 2013-06-11 | 6 | -244/+309 |
* | remove unused import | Olivier Lamy | 2013-06-11 | 1 | -1/+0 |
* | do not create keyspace if exists | Olivier Lamy | 2013-06-11 | 1 | -2/+23 |
* | all tests pass so move out metadata-store-cassandra from sandbox | Olivier Lamy | 2013-06-10 | 15 | -0/+3853 |