summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins
Commit message (Expand)AuthorAgeFilesLines
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-06-014-15/+81
* fix use of applicationContext.getBeansOfType instead of the old lookupMap.Olivier Lamy2011-06-013-13/+31
* fix packageOlivier Lamy2011-05-291-3/+1
* remove use of plexus api (Initializable phase)Olivier Lamy2011-05-292-10/+56
* oups missed to add fileOlivier Lamy2011-05-262-0/+72
* [MRM-1473] remove of plexus-spring : fix problem-reports moduleOlivier Lamy2011-05-264-43/+81
* fix repository-statistics compilationOlivier Lamy2011-05-265-11/+78
* don't use directly exception class from plexus bridgeOlivier Lamy2011-05-262-5/+5
* miss to add a fileOlivier Lamy2011-05-261-0/+36
* [MRM-1473] remove plexus-springOlivier Lamy2011-05-2612-98/+210
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-2610-46/+94
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-202-0/+10
* update plexus-spring groupIdOlivier Lamy2011-05-166-6/+6
* [MRM-1111] upgrade to Struts 2.1.8.1Brett Porter2011-04-126-6/+6
* rename metadata-repository-file to metadata-store-file for consistencyBrett Porter2011-03-296-5/+6
* [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen...Brett Porter2011-03-293-32/+11
* [MRM-1327] fix 'used by' to work under JCR store. This will still have proble...Brett Porter2011-03-261-28/+23
* fix optional for dependencies in file metadata repositoryBrett Porter2011-03-261-0/+3
* [MRM-1327] use nodes for dependencies, make several notes about fixes require...Brett Porter2011-03-261-31/+69
* [MRM-1461]Maria Odea B. Ching2011-03-161-21/+8
* ensure that it gets closed, even if close throws exceptionBrett Porter2011-02-171-2/+2
* close streams from previous commitMaria Odea B. Ching2011-02-161-2/+10
* used IOUtils copy for merging so streams are bufferedMaria Odea B. Ching2011-02-161-14/+3
* fixed typoJevica Arianne B. Zurbano2011-01-251-2/+2
* [MRM-1327] choose a better default for loginBrett Porter2011-01-201-1/+1
* [MRM-1448] additional '.' in the classifier & extension should be attributed ...Brett Porter2010-12-311-4/+4
* [MRM-1443, MRM-1327] change to JSR-170's SQL queries to avoid the problem in ...Brett Porter2010-12-301-22/+31
* [MRM-1443, MRM-1327] properly restrict per repository and improve performanceBrett Porter2010-12-302-14/+24
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-301-0/+10
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-309-20/+351
* [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-297-56/+191
* [MRM-1330] update DuplicateArtifactsConsumer to the session-based APIBrett Porter2010-12-293-10/+27
* [MRM-1330] refactor access around the concept of a "repository session". See ...Brett Porter2010-12-2922-440/+550
* clean up the "TODO" list, and mark those that are more important as "FIXME"Brett Porter2010-12-225-20/+19
* [MRM-1327] refactor the repository API to make each concern clearer. Storage,...Brett Porter2010-12-227-193/+198
* [MRM-1327] instantiate the repository via Spring and avoid hard-codingBrett Porter2010-12-224-28/+68
* [MRM-1327] add exception handling to the metadata repository implementationBrett Porter2010-12-2213-393/+591
* [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-212-32/+33
* [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-176-11/+1459
* move mockito version to management sectionBrett Porter2010-12-151-1/+0
* [MRM-1436] better Map handlingBrett Porter2010-12-011-4/+1