Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 1 | -36/+12 | |
| | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 3 | -87/+36 | |
| | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 1 | -9/+14 | |
| | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 12 | -435/+0 | |
| | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 11 | -935/+123 | |
| | ||||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 28 | -1602/+0 | |
| | ||||||
* | inherit from parent pom | Olivier Lamy | 2015-02-12 | 1 | -15/+0 | |
| | ||||||
* | inherit from parent pom | Olivier Lamy | 2015-02-12 | 3 | -9/+1 | |
| | ||||||
* | update maven prerequisites | Olivier Lamy | 2015-02-12 | 1 | -1/+1 | |
| | ||||||
* | cleanup | Olivier Lamy | 2015-02-11 | 1 | -15/+0 | |
| | ||||||
* | fix junit | Olivier Lamy | 2015-02-11 | 1 | -8/+24 | |
| | ||||||
* | format | Olivier Lamy | 2015-02-11 | 1 | -10/+5 | |
| | ||||||
* | add missing dependency | Olivier Lamy | 2015-02-11 | 2 | -12/+25 | |
| | ||||||
* | fix compilation | Olivier Lamy | 2015-02-11 | 2 | -12/+13 | |
| | ||||||
* | fix exception mapping | Olivier Lamy | 2015-02-10 | 2 | -6/+11 | |
| | ||||||
* | fix unit test | Olivier Lamy | 2015-02-09 | 3 | -8/+36 | |
| | ||||||
* | use jaxrs 2.0 | Olivier Lamy | 2015-02-07 | 4 | -5/+5 | |
| | ||||||
* | missing dependency | Olivier Lamy | 2015-02-07 | 1 | -0/+6 | |
| | ||||||
* | upgrade to cxf 3.0.3 | Olivier Lamy | 2015-02-06 | 10 | -124/+83 | |
| | ||||||
* | ignore netbeans ide file | Eric Barboni | 2015-02-04 | 2 | -1/+3 | |
| | ||||||
* | formatting | Olivier Lamy | 2015-01-29 | 1 | -14/+7 | |
| | ||||||
* | use spring 4.1.4 | Olivier Lamy | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | fix changing repository with chrome | Olivier Lamy | 2015-01-22 | 1 | -2/+3 | |
| | ||||||
* | fix toString and upgrade httpclient version | Olivier Lamy | 2015-01-16 | 3 | -3/+14 | |
| | ||||||
* | formatting | Olivier Lamy | 2015-01-14 | 1 | -22/+43 | |
| | ||||||
* | [MRM-1867] Adding a find jar by checksum functionality to the REST api | Olivier Lamy | 2015-01-12 | 8 | -33/+207 | |
| | ||||||
* | [MRM-1390] Bump version to 2.2.0 in archiva-webapp-test module | Carlos Sanchez | 2014-12-01 | 1 | -1/+1 | |
| | ||||||
* | [MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey' | Carlos Sanchez | 2014-12-01 | 1 | -0/+4 | |
| | | | | Add release notes | |||||
* | [MRM-1390] Bump version to 2.2.0 | Carlos Sanchez | 2014-12-01 | 70 | -71/+71 | |
| | ||||||
* | [MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey' | Carlos Sanchez | 2014-12-01 | 1 | -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 Sanchez | 2014-12-01 | 5 | -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 Sanchez | 2014-12-01 | 18 | -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 infos | Olivier Lamy | 2014-11-27 | 4 | -15/+21 | |
| | ||||||
* | [MRM-1871] copy List before sorting it | Olivier Lamy | 2014-11-27 | 1 | -3/+3 | |
| | ||||||
* | [MRM-1871] ConcurrentModificationException in DefaultRepositoryProxyConnectors | Olivier Lamy | 2014-11-25 | 1 | -1/+1 | |
| | | | | create a copy to avoid ConcurrentModificationException | |||||
* | Commit f4f7c97 changed the name of metadata facet key and value columns | Carlos Sanchez | 2014-11-24 | 1 | -2/+2 | |
| | | | | Restore to the previous one | |||||
* | Use the same list of ArtifactMetadata column names everywhere | Carlos Sanchez | 2014-11-24 | 3 | -8/+17 | |
| | ||||||
* | Use an Enum for Cassandra column names instead of duplicated Strings | Carlos Sanchez | 2014-11-24 | 4 | -344/+410 | |
| | ||||||
* | Merge branch 'project-properties' | Carlos Sanchez | 2014-11-24 | 3 | -0/+26 | |
|\ | ||||||
| * | Add pom properties to ProjectVersionMetadata | Carlos Sanchez | 2014-11-21 | 3 | -0/+26 | |
| | | ||||||
* | | make it clear it is ConcurrentMap so no need of synchronized block | Olivier Lamy | 2014-11-24 | 1 | -11/+11 | |
| | | ||||||
* | | Remove duplicated cleanup in tests | Carlos Sanchez | 2014-11-23 | 2 | -17/+6 | |
| | | ||||||
* | | copy collections to avoid ConcurrentModificationException | Olivier Lamy | 2014-11-23 | 1 | -2/+2 | |
|/ | ||||||
* | [MRM-1848] download links for files multi-dot extensions incorrect in Browse ↵ | Carlos Sanchez | 2014-11-20 | 2 | -25/+92 | |
| | | | | view | |||||
* | spring 4.1.2 | Olivier Lamy | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | modelmapper version 0.7.3 | Olivier Lamy | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | MRM-1848 lazy fix for tar.gz | Eric Barboni | 2014-11-19 | 1 | -1/+25 | |
| | ||||||
* | assertj 1.7.0 | Olivier Lamy | 2014-11-18 | 1 | -1/+1 | |
| | ||||||
* | merge branch from Carlos. Thanks mate!! | Olivier Lamy | 2014-11-17 | 13 | -2101/+139 | |
|\ | ||||||
| * | Add a AbstractMetadataRepository to remove duplicated code | Carlos Sanchez | 2014-11-06 | 13 | -2101/+139 | |
| | |