summaryrefslogtreecommitdiffstats
path: root/archiva-modules/metadata/metadata-model/src
Commit message (Collapse)AuthorAgeFilesLines
* fix javadoc errorolivier lamy2016-05-201-1/+1
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Add pom properties to ProjectVersionMetadataCarlos Sanchez2014-11-211-0/+22
|
* split out audit facet and listener to match othersBrett Porter2014-07-311-0/+361
| | | | | | | 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
* split out problem facetBrett Porter2014-07-301-0/+166
| | | | | this avoids modules wanting to report a problem from having to depend on the plugin itself and its consumer, etc.
* more diamondOlivier Lamy2014-04-101-1/+1
|
* more diamondOlivier Lamy2014-04-101-3/+3
|
* add unit test for method getProjectReferencesOlivier Lamy2014-03-261-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581807 13f79535-47bb-0310-9956-ffa450edef68
* record license information in cassandraOlivier Lamy2014-03-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581637 13f79535-47bb-0310-9956-ffa450edef68
* add some toString for debugging purpose and avoid hard coded values to ↵Olivier Lamy2014-03-256-0/+68
| | | | | | prevent test failures git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581292 13f79535-47bb-0310-9956-ffa450edef68
* simplify code with adding constructorsOlivier Lamy2014-03-254-4/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581251 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc. Generation possible on jdk8 skygo2014-02-254-4/+4
| | | | | | (fix html content + replace @todo with TODO ) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1571532 13f79535-47bb-0310-9956-ffa450edef68
* those beans are not entity so remove annotationOlivier Lamy2013-06-104-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491357 13f79535-47bb-0310-9956-ffa450edef68
* add to string for debug purposeOlivier Lamy2013-05-291-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1487442 13f79535-47bb-0310-9956-ffa450edef68
* simple javadoc as this property value was not very clear with the name :-)Olivier Lamy2013-05-211-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484752 13f79535-47bb-0310-9956-ffa450edef68
* add @Entity annotation to ease cassandra implOlivier Lamy2013-05-214-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484745 13f79535-47bb-0310-9956-ffa450edef68
* make those classes serializable for cassandra impl testsOlivier Lamy2013-05-217-7/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484735 13f79535-47bb-0310-9956-ffa450edef68
* add a mergerepositories serviceOlivier Lamy2012-09-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1387378 13f79535-47bb-0310-9956-ffa450edef68
* improve MetadataRepository api to be able to remove an artifact with ↵Olivier Lamy2012-06-051-1/+5
| | | | | | MetadataFacet use case deleting a maven artifact with a classifier git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1346609 13f79535-47bb-0310-9956-ffa450edef68
* revert twoPhaseBuilding model building as it breaks maven inheritance ↵Olivier Lamy2012-02-261-0/+17
| | | | | | resolution (for dependencies version) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293768 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1573] improve browse service with returning ProjectVersionMetadata (so ↵Olivier Lamy2012-02-2410-1/+30
| | | | | | add some annotation for REST exchange) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293423 13f79535-47bb-0310-9956-ffa450edef68
* if equals is defined hashCode must be defined tooOlivier Lamy2011-10-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179998 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1366] restore missing methodBrett Porter2010-03-171-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@924162 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1329] Start to revise Javadoc of APIsBrett Porter2010-03-167-20/+191
| | | | | | - additionally, add projectVersion to the ArtifactMetadata so that the full coordinate is available. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@923520 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] start to implement maven metadata for artifacts, splitting from ↵Brett Porter2010-03-093-30/+56
| | | | | | existing sources git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920722 13f79535-47bb-0310-9956-ffa450edef68
* merged recent changes from trunk, and reimplemented incoming audit log ↵Brett Porter2010-01-191-0/+2
| | | | | | functionality as a plugin using the metadata repository git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900664 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] keep track of incomplete metadata so that it can self correct and ↵Brett Porter2009-12-241-0/+12
| | | | | | show a meaningful message to the user git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@893691 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1301] migrate reports to metadata repositoryBrett Porter2009-12-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@891064 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1299] migrate RSS from the database to the metadata repositoryBrett Porter2009-12-091-0/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888723 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1293] introduce repository statistics as a new plugin that operates ↵Brett Porter2009-12-074-36/+8
| | | | | | over the metadata repository. Currently a work in progress - repository size statistics are not stored, and only the scanner and scheduler have been hooked in (meaning reports will be out of date) git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888164 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1025] fill out more of the information in the metadata creation ↵Brett Porter2009-12-021-16/+48
| | | | | | consumer to make it consistent with the current database record creation consumer git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@886126 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] remove legacy model intermediataryBrett Porter2009-11-271-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@885051 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] moved first part of browse() functionality over to metadata ↵Brett Porter2009-11-271-15/+3
| | | | | | repository git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884866 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] migrate dependees() / "used by" tab to metadata repository and ↵Brett Porter2009-11-271-0/+77
| | | | | | remove repositoryBrowsing from ShowArtifactAction git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884727 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] migrate dependencies() method to metadata repositoryBrett Porter2009-11-262-0/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884536 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] migrate mailingLists() method to metadata repositoryBrett Porter2009-11-262-1/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884414 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] support storing facet content in the file metadata repositoryBrett Porter2009-11-262-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884372 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] store more of the content in the file metadata repositoryBrett Porter2009-11-252-6/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884177 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] fix some problems with the metadata repositoryBrett Porter2009-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884134 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] more reading of Maven POM into metadataBrett Porter2009-11-251-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884062 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] clear up confusing "build" terminology, instead using project ↵Brett Porter2009-11-252-6/+6
| | | | | | version (1.0-SNAPSHOT) and artifact version (1.0-20091112.0123456-1) git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883965 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1283] start to migrate browse functionality to use the content ↵Brett Porter2009-11-249-0/+420
| | | | | | repository. At present, this does everything except the just-in-time processing of models that haven't been stored yet git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883603 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] load content only from a single node at a timeBrett Porter2009-11-202-30/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@882532 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1025] merge -r721944:723577 from former MRM-1025 branch, now aligned to ↵Brett Porter2009-10-164-0/+196
trunk git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825867 13f79535-47bb-0310-9956-ffa450edef68