Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare for next development iteration | olivier lamy | 2016-05-23 | 10 | -10/+10 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.2.1archiva-2.2.1 | olivier lamy | 2016-05-23 | 10 | -10/+10 |
| | |||||
* | fix javadoc error | olivier lamy | 2016-05-20 | 1 | -2/+4 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | [MRM-1915] remove npanday plugin | olivier lamy | 2016-03-15 | 4 | -203/+0 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | ignore this error | olivier lamy | 2016-03-02 | 1 | -0/+4 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | Remove Sonar Dead Store Issues. | Bernd Eckenfels | 2015-10-13 | 2 | -8/+1 |
| | |||||
* | ooops fix compilation | Olivier Lamy | 2015-10-07 | 1 | -15/+6 |
| | |||||
* | ooops fix compilation | Olivier Lamy | 2015-10-07 | 1 | -7/+14 |
| | |||||
* | more fix | Olivier Lamy | 2015-10-07 | 1 | -506/+641 |
| | |||||
* | more usage of MockRepositorySessionFactory | Olivier Lamy | 2015-10-01 | 2 | -41/+5 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2015-02-24 | 11 | -11/+11 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.2.0archiva-2.2.0 | Olivier Lamy | 2015-02-24 | 11 | -11/+11 |
| | |||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 7 | -883/+119 |
| | |||||
* | [MRM-1359] remove maven1 code | Olivier Lamy | 2015-02-12 | 28 | -1602/+0 |
| | |||||
* | [MRM-1390] Bump version to 2.2.0 | Carlos Sanchez | 2014-12-01 | 11 | -11/+11 |
| | |||||
* | [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 | 8 | -7/+399 |
| | | | | | | | | | | | | | | 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 | ||||
* | 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 | 2 | -0/+4 |
|\ | |||||
| * | Add pom properties to ProjectVersionMetadata | Carlos Sanchez | 2014-11-21 | 2 | -0/+4 |
| | | |||||
* | | Remove duplicated cleanup in tests | Carlos Sanchez | 2014-11-23 | 2 | -17/+6 |
|/ | |||||
* | Add a AbstractMetadataRepository to remove duplicated code | Carlos Sanchez | 2014-11-06 | 2 | -275/+1 |
| | |||||
* | 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 |
| | |||||
* | MRM-1865 remove isPermanent flag | Eric Barboni | 2014-10-10 | 1 | -6/+0 |
| | |||||
* | not needed | Olivier Lamy | 2014-10-10 | 2 | -31/+0 |
| | |||||
* | [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported | Olivier Lamy | 2014-09-15 | 1 | -4/+10 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2014-09-01 | 12 | -12/+12 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.1.1archiva-2.1.1 | Olivier Lamy | 2014-09-01 | 12 | -12/+12 |
| | |||||
* | only close session if open | Brett Porter | 2014-07-31 | 1 | -10/+2 |
| | | | | | | getJcrSession will open one if needed, which close does not need to do. This also caused some timing issues in the REST tests as it concurrently operated on the same session | ||||
* | split out audit facet and listener to match others | Brett Porter | 2014-07-31 | 9 | -396/+10 |
| | | | | | | | by placing these in the metadata model / API they can be used more broadly, while the storage-dependant implementation can be in a plugin. This means the plugins can be removed from the admin implementation, which can then be used (as required) in the CLI | ||||
* | remove commented dependency | Brett Porter | 2014-07-30 | 1 | -4/+0 |
| | |||||
* | split out problem facet | Brett Porter | 2014-07-30 | 7 | -173/+5 |
| | | | | | this avoids modules wanting to report a problem from having to depend on the plugin itself and its consumer, etc. | ||||
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2014-07-16 | 12 | -12/+12 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.1.0archiva-2.1.0 | Olivier Lamy | 2014-07-16 | 12 | -14/+13 |
| | |||||
* | update line endings | Brett Porter | 2014-07-01 | 2 | -924/+924 |
| | |||||
* | [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported | Olivier Lamy | 2014-06-11 | 1 | -14/+15 |
| | |||||
* | [MRM-1837] cleanup registry listeners from Archiva Configuration | Olivier Lamy | 2014-04-30 | 3 | -0/+18 |
| | |||||
* | [MRM-1833] Nullpointer when browsing artifacts which have dependencies | Sascha Vogt | 2014-04-24 | 1 | -1/+2 |
| | | | | | | | with scope "import" Use the full constructor to create the clone, as resolveModel expects remoteRepositories to be not null | ||||
* | jdk 7 (multicatch) for-loop | Eric Barboni | 2014-04-18 | 5 | -59/+24 |
| | | | | remove unused package, reduce annotations (value= or locations=) move javadoc from Maven2RepsotirotyStorage to RepositoryStorage | ||||
* | remove unused package, reduce annotations (value= or locations=) | Eric Barboni | 2014-04-18 | 21 | -49/+34 |
| | |||||
* | fix import packages | Eric Barboni | 2014-04-18 | 1 | -4/+0 |
| | |||||
* | jackrabbit 2.7.5 | Olivier Lamy | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | [MRM-1210] Dependency tree should include the artifact type | Olivier Lamy | 2014-04-17 | 1 | -0/+1 |
| | |||||
* | more code simplification with 1.7 features | Olivier Lamy | 2014-04-17 | 3 | -18/+9 |
| | |||||
* | exception is different in 1.7 | Olivier Lamy | 2014-04-17 | 1 | -1/+2 |
| |