Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | [MRM-1807] Archiva wrapper fail to start | Olivier Lamy | 2014-11-05 | 3 | -18/+37 |
|/ | |||||
* | upgrade cassandra to 2.0.9 | Olivier Lamy | 2014-11-01 | 1 | -8/+2 |
| | |||||
* | 1.7 diamond | Olivier Lamy | 2014-11-01 | 1 | -44/+40 |
| | |||||
* | jmxPort must be dynamic as well | Olivier Lamy | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | log4j 2.1 | Olivier Lamy | 2014-10-30 | 1 | -2/+1 |
| | |||||
* | remove obsolote page | Olivier Lamy | 2014-10-29 | 1 | -66/+0 |
| | |||||
* | Merge branch 'MRM-813' | Olivier Lamy | 2014-10-20 | 9 | -26/+82 |
|\ | |||||
| * | add missing @since, formatting, make fields private | Olivier Lamy | 2014-10-20 | 1 | -6/+11 |
| | | |||||
| * | Metatada typo fixes | Jonathan Sharp | 2014-10-18 | 2 | -2/+2 |
| | | |||||
| * | MRM-813 tweak APC interface and ADRF AuditEvents | Jonathan Sharp | 2014-10-17 | 7 | -24/+75 |
| | | |||||
* | | MRM-1863 synchronize link and text link display for repository group ctd | Eric Barboni | 2014-10-16 | 1 | -1/+1 |
| | | |||||
* | | MRM-1863 synchronize link and text link display for repository group | Eric Barboni | 2014-10-15 | 1 | -2/+8 |
|/ | |||||
* | fix target java version for modernizer plugin | Olivier Lamy | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | start fixing issues reported by modernizer maven plugin | Olivier Lamy | 2014-10-15 | 2 | -6/+6 |
| | |||||
* | add a modernizer maven plugin build profile | Olivier Lamy | 2014-10-15 | 1 | -0/+24 |
| | |||||
* | avoid returning empty data | Olivier Lamy | 2014-10-15 | 1 | -5/+10 |
| | |||||
* | avoid too much noise | Olivier Lamy | 2014-10-15 | 1 | -2/+0 |
| | |||||
* | avoid too much noise | Olivier Lamy | 2014-10-15 | 1 | -2/+2 |
| | |||||
* | sonar fixes | Eric Barboni | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | sonar fixes | Eric Barboni | 2014-10-14 | 1 | -1/+0 |
| | |||||
* | sonar fixes | Eric Barboni | 2014-10-14 | 2 | -5/+4 |
| | |||||
* | fix osgi warning | Olivier Lamy | 2014-10-14 | 1 | -1/+0 |
| | |||||
* | [MRM-1145] RSS tests do not correctly check responses | Olivier Lamy | 2014-10-14 | 1 | -3/+1 |
| | |||||
* | [MRM-1145] RSS tests do not correctly check responses | Olivier Lamy | 2014-10-14 | 3 | -8/+4 |
| | |||||
* | [MRM-1145] RSS tests do not correctly check responses | Olivier Lamy | 2014-10-14 | 2 | -3/+10 |
| | |||||
* | MRM-1811 add alternative pagination for simplegrid | Eric Barboni | 2014-10-14 | 4 | -4/+66 |
| | |||||
* | no need to lookup those beans for each request | Olivier Lamy | 2014-10-13 | 2 | -15/+21 |
| | |||||
* | make this servlet thread safe!! | Olivier Lamy | 2014-10-13 | 2 | -5/+5 |
| | |||||
* | MRM-1865 remove isPermanent flag | Eric Barboni | 2014-10-10 | 19 | -157/+3 |
| | |||||
* | exclude netbeans ide from rat check | Eric Barboni | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | not needed | Olivier Lamy | 2014-10-10 | 2 | -31/+0 |
| |