summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-jcr/src
Commit message (Expand)AuthorAgeFilesLines
* [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