aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationolivier lamy2016-05-2310-10/+10
|
* [maven-release-plugin] prepare release archiva-2.2.1archiva-2.2.1olivier lamy2016-05-2310-10/+10
|
* fix javadoc errorolivier lamy2016-05-201-2/+4
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* [MRM-1915] remove npanday pluginolivier lamy2016-03-154-203/+0
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* ignore this errorolivier lamy2016-03-021-0/+4
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Remove Sonar Dead Store Issues.Bernd Eckenfels2015-10-132-8/+1
|
* ooops fix compilationOlivier Lamy2015-10-071-15/+6
|
* ooops fix compilationOlivier Lamy2015-10-071-7/+14
|
* more fixOlivier Lamy2015-10-071-506/+641
|
* more usage of MockRepositorySessionFactoryOlivier Lamy2015-10-012-41/+5
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2015-02-2411-11/+11
|
* [maven-release-plugin] prepare release archiva-2.2.0archiva-2.2.0Olivier Lamy2015-02-2411-11/+11
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-127-883/+119
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1228-1602/+0
|
* [MRM-1390] Bump version to 2.2.0Carlos Sanchez2014-12-0111-11/+11
|
* [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-018-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 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-242-0/+4
|\
| * Add pom properties to ProjectVersionMetadataCarlos Sanchez2014-11-212-0/+4
| |
* | Remove duplicated cleanup in testsCarlos Sanchez2014-11-232-17/+6
|/
* Add a AbstractMetadataRepository to remove duplicated codeCarlos Sanchez2014-11-062-275/+1
|
* upgrade cassandra to 2.0.9Olivier Lamy2014-11-011-8/+2
|
* 1.7 diamondOlivier Lamy2014-11-011-44/+40
|
* jmxPort must be dynamic as wellOlivier Lamy2014-11-011-0/+2
|
* MRM-1865 remove isPermanent flag Eric Barboni2014-10-101-6/+0
|
* not neededOlivier Lamy2014-10-102-31/+0
|
* [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supportedOlivier Lamy2014-09-151-4/+10
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-09-0112-12/+12
|
* [maven-release-plugin] prepare release archiva-2.1.1archiva-2.1.1Olivier Lamy2014-09-0112-12/+12
|
* only close session if openBrett Porter2014-07-311-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 othersBrett Porter2014-07-319-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 dependencyBrett Porter2014-07-301-4/+0
|
* split out problem facetBrett Porter2014-07-307-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 iterationOlivier Lamy2014-07-1612-12/+12
|
* [maven-release-plugin] prepare release archiva-2.1.0archiva-2.1.0Olivier Lamy2014-07-1612-14/+13
|
* update line endingsBrett Porter2014-07-012-924/+924
|
* [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supportedOlivier Lamy2014-06-111-14/+15
|
* [MRM-1837] cleanup registry listeners from Archiva ConfigurationOlivier Lamy2014-04-303-0/+18
|
* [MRM-1833] Nullpointer when browsing artifacts which have dependenciesSascha Vogt2014-04-241-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-loopEric Barboni2014-04-185-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 Barboni2014-04-1821-49/+34
|
* fix import packagesEric Barboni2014-04-181-4/+0
|
* jackrabbit 2.7.5Olivier Lamy2014-04-171-1/+0
|
* [MRM-1210] Dependency tree should include the artifact typeOlivier Lamy2014-04-171-0/+1
|
* more code simplification with 1.7 featuresOlivier Lamy2014-04-173-18/+9
|
* exception is different in 1.7Olivier Lamy2014-04-171-1/+2
|