summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-121-36/+12
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-123-87/+36
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-121-9/+14
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1212-435/+0
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1211-935/+123
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1228-1602/+0
|
* inherit from parent pomOlivier Lamy2015-02-121-15/+0
|
* inherit from parent pomOlivier Lamy2015-02-123-9/+1
|
* update maven prerequisitesOlivier Lamy2015-02-121-1/+1
|
* cleanupOlivier Lamy2015-02-111-15/+0
|
* fix junitOlivier Lamy2015-02-111-8/+24
|
* formatOlivier Lamy2015-02-111-10/+5
|
* add missing dependencyOlivier Lamy2015-02-112-12/+25
|
* fix compilationOlivier Lamy2015-02-112-12/+13
|
* fix exception mappingOlivier Lamy2015-02-102-6/+11
|
* fix unit testOlivier Lamy2015-02-093-8/+36
|
* use jaxrs 2.0Olivier Lamy2015-02-074-5/+5
|
* missing dependencyOlivier Lamy2015-02-071-0/+6
|
* upgrade to cxf 3.0.3Olivier Lamy2015-02-0610-124/+83
|
* ignore netbeans ide fileEric Barboni2015-02-042-1/+3
|
* formattingOlivier Lamy2015-01-291-14/+7
|
* use spring 4.1.4Olivier Lamy2015-01-291-1/+1
|
* fix changing repository with chromeOlivier Lamy2015-01-221-2/+3
|
* fix toString and upgrade httpclient versionOlivier Lamy2015-01-163-3/+14
|
* formattingOlivier Lamy2015-01-141-22/+43
|
* [MRM-1867] Adding a find jar by checksum functionality to the REST apiOlivier Lamy2015-01-128-33/+207
|
* [MRM-1390] Bump version to 2.2.0 in archiva-webapp-test moduleCarlos Sanchez2014-12-011-1/+1
|
* [MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey'Carlos Sanchez2014-12-011-0/+4
| | | | Add release notes
* [MRM-1390] Bump version to 2.2.0Carlos Sanchez2014-12-0170-71/+71
|
* [MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey'Carlos Sanchez2014-12-011-1/+1
| | | | | The column 'key' can't be queried in Cassandra Probably because 'key' is reserved for the element key or a limitation in Hector
* [MRM-1390] Implement search methods for generic metadata and properties in ↵Carlos Sanchez2014-12-015-128/+127
| | | | | | | | | Cassandra store Some caveats with Cassandra implementation: We can't search artifacts by any (wildcard) property, so searchArtifacts(text,...) just calls getArtifactsByMetadata The exact parameter is ignored as we can't do non exact searches in Cassandra
* [MRM-1390] Add REST methods to search JCR store for generic metadata and ↵Carlos Sanchez2014-12-0118-31/+1069
| | | | | | | | | | | | | | properties Added REST methods: artifactsByProjectVersionMetadata/{key}/{value} artifactsByMetadata/{key}/{value} artifactsByProperty/{key}/{value} searchArtifacts/{text} searchArtifacts/{key}/{text} In JCR implementation When searching into any property (key = nil) we can't do exact searchs
* format and debug infosOlivier Lamy2014-11-274-15/+21
|
* [MRM-1871] copy List before sorting itOlivier Lamy2014-11-271-3/+3
|
* [MRM-1871] ConcurrentModificationException in DefaultRepositoryProxyConnectorsOlivier Lamy2014-11-251-1/+1
| | | | create a copy to avoid ConcurrentModificationException
* Commit f4f7c97 changed the name of metadata facet key and value columnsCarlos Sanchez2014-11-241-2/+2
| | | | Restore to the previous one
* Use the same list of ArtifactMetadata column names everywhereCarlos Sanchez2014-11-243-8/+17
|
* Use an Enum for Cassandra column names instead of duplicated StringsCarlos Sanchez2014-11-244-344/+410
|
* Merge branch 'project-properties'Carlos Sanchez2014-11-243-0/+26
|\
| * Add pom properties to ProjectVersionMetadataCarlos Sanchez2014-11-213-0/+26
| |
* | make it clear it is ConcurrentMap so no need of synchronized blockOlivier Lamy2014-11-241-11/+11
| |
* | Remove duplicated cleanup in testsCarlos Sanchez2014-11-232-17/+6
| |
* | copy collections to avoid ConcurrentModificationExceptionOlivier Lamy2014-11-231-2/+2
|/
* [MRM-1848] download links for files multi-dot extensions incorrect in Browse ↵Carlos Sanchez2014-11-202-25/+92
| | | | view
* spring 4.1.2Olivier Lamy2014-11-191-1/+1
|
* modelmapper version 0.7.3Olivier Lamy2014-11-191-1/+1
|
* MRM-1848 lazy fix for tar.gz Eric Barboni2014-11-191-1/+25
|
* assertj 1.7.0Olivier Lamy2014-11-181-1/+1
|
* merge branch from Carlos. Thanks mate!!Olivier Lamy2014-11-1713-2101/+139
|\
| * Add a AbstractMetadataRepository to remove duplicated codeCarlos Sanchez2014-11-0613-2101/+139
| |