summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-jcr/src
Commit message (Expand)AuthorAgeFilesLines
* use genericsOlivier Lamy2013-05-191-2/+2
* fix all RepositoryManager implementationsOlivier Lamy2012-12-191-1/+1
* [MRM-1729] add MetadataRepository#hasMetadataFacet to prevent slow startup time.Olivier Lamy2012-12-192-1/+24
* add some StopWatch to get time on what happened hereOlivier Lamy2012-12-192-1/+15
* [MRM-1703] Cannot delete project with the ui.Olivier Lamy2012-10-221-0/+30
* do some cleanup if metadatarepository still contains versions when deletingOlivier Lamy2012-10-111-0/+27
* add a method to remove namespace(groupId) in MetadataRepositoryOlivier Lamy2012-09-061-0/+22
* remove commented codeOlivier Lamy2012-06-261-18/+0
* fix junit correctly delete timestamped snapshotOlivier Lamy2012-06-252-5/+43
* fix unit test if metadataFacet not available on updateOlivier Lamy2012-06-121-0/+4
* improve MetadataRepository api to be able to remove an artifact with Metadata...Olivier Lamy2012-06-051-0/+56
* fix an issue with not removing project version when removing an artifact from...Olivier Lamy2012-06-012-18/+36
* prevent NPEOlivier Lamy2012-06-011-0/+5
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-122-34/+64
* revert some changes to use a RuntimeExceptionOlivier Lamy2012-02-251-4/+2
* fix consumer archetypeOlivier Lamy2011-11-041-1/+0
* add snippet for use it in documentationOlivier Lamy2011-10-061-0/+2
* move jcr related classes to store-jcr moduleOlivier Lamy2011-10-053-0/+106
* get RID of plexus.requirement annotationOlivier Lamy2011-09-061-3/+3
* get RID of plexus.component annotationOlivier Lamy2011-09-061-1/+1
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-06-011-4/+17
* fix use of applicationContext.getBeansOfType instead of the old lookupMap.Olivier Lamy2011-06-012-13/+27
* fix packageOlivier Lamy2011-05-291-3/+1
* remove use of plexus api (Initializable phase)Olivier Lamy2011-05-292-10/+56
* [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen...Brett Porter2011-03-291-24/+0
* [MRM-1327] fix 'used by' to work under JCR store. This will still have proble...Brett Porter2011-03-261-28/+23
* [MRM-1327] use nodes for dependencies, make several notes about fixes require...Brett Porter2011-03-261-31/+69
* [MRM-1327] choose a better default for loginBrett Porter2011-01-201-1/+1
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-301-0/+15
* [MRM-1327] assign node types to each different node so that they can be easil...Brett Porter2010-12-301-12/+36
* [MRM-1327] don't auto-save artifact updates - this was only there for testing...Brett Porter2010-12-301-2/+0
* [MRM-1327] make sure getArtifactsByDateRange and getArtifactsByChecksum query...Brett Porter2010-12-301-10/+11
* [MRM-1327] make sure getArtifacts query is restricted to the right repositoryBrett Porter2010-12-301-2/+3
* [MRM-1327] prevent facets being returned as artifact versionsBrett Porter2010-12-291-2/+8
* [MRM-1327] hook save()/close()/revert() methods to the repository implementationBrett Porter2010-12-294-55/+158
* clean up the "TODO" list, and mark those that are more important as "FIXME"Brett Porter2010-12-221-11/+10
* [MRM-1327] refactor the repository API to make each concern clearer. Storage,...Brett Porter2010-12-221-2/+2
* [MRM-1327] instantiate the repository via Spring and avoid hard-codingBrett Porter2010-12-223-19/+53
* [MRM-1327] add exception handling to the metadata repository implementationBrett Porter2010-12-221-47/+50
* [MRM-1327] clean up path construction and method sortingBrett Porter2010-12-211-104/+100
* [MRM-1327] namespaces should be paths to avoid being too flat. Use queries fo...Brett Porter2010-12-211-85/+68
* [MRM-1327] remove unnecessary facet node for project versions, and ensure art...Brett Porter2010-12-211-25/+23
* [MRM-1327] remove unnecessary facet node for artifactsBrett Porter2010-12-211-24/+35
* [MRM-1327] re-arrange utility methods, and use search for retrieving artifact...Brett Porter2010-12-213-214/+257
* [MRM-1327] very rough prototype of a JCR based storage mechanism. Passes test...Brett Porter2010-12-173-0/+1352