Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release archiva-2.2.0archiva-2.2.0 | Olivier Lamy | 2015-02-24 | 65 | -65/+65 |
| | |||||
* | Specify using separate caches for different data items (users, keys, namespaces) | Andrey Sysoev | 2015-02-17 | 1 | -2/+2 |
| | |||||
* | add unit test for both MRM-935 and MRM-837 | Olivier Lamy | 2015-02-16 | 2 | -4/+46 |
| | |||||
* | [MRM-1359] remove maven1 ui part | Olivier Lamy | 2015-02-13 | 3 | -442/+1 |
| | |||||
* | cleanup legacy api test | Olivier Lamy | 2015-02-13 | 1 | -17/+0 |
| | |||||
* | test not needed anymore | Olivier Lamy | 2015-02-13 | 1 | -78/+0 |
| | |||||
* | using maven 1 legacy generate 404 | Olivier Lamy | 2015-02-13 | 2 | -5/+3 |
| | |||||
* | [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 | -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 | 3 | -3/+3 |
| | |||||
* | missing dependency | Olivier Lamy | 2015-02-07 | 1 | -0/+6 |
| | |||||
* | upgrade to cxf 3.0.3 | Olivier Lamy | 2015-02-06 | 9 | -106/+61 |
| | |||||
* | formatting | Olivier Lamy | 2015-01-29 | 1 | -14/+7 |
| | |||||
* | fix changing repository with chrome | Olivier Lamy | 2015-01-22 | 1 | -2/+3 |
| | |||||
* | fix toString and upgrade httpclient version | Olivier Lamy | 2015-01-16 | 2 | -1/+12 |
| | |||||
* | 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] Bump version to 2.2.0 | Carlos Sanchez | 2014-12-01 | 66 | -66/+66 |
| | |||||
* | [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 | 17 | -31/+1036 |
| | | | | | | | | | | | | | | 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 | ||||
* | MRM-1848 lazy fix for tar.gz | Eric Barboni | 2014-11-19 | 1 | -1/+25 |
| | |||||
* | 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 |
| | | |||||
* | | [MRM-1807] Archiva wrapper fail to start | Olivier Lamy | 2014-11-05 | 3 | -18/+37 |
|/ |