aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* recreate from trunkBrett Porter2009-10-16952-33384/+21229
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825849 13f79535-47bb-0310-9956-ffa450edef68
| * clean up unused methods, bolierplateBrett Porter2009-10-161-44/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825750 13f79535-47bb-0310-9956-ffa450edef68
| * [MNG-1231] correct authorization for all getDepend* methodsBrett Porter2009-10-161-20/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825739 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1266] results page fails when find artifact returns multiple resultsBrett Porter2009-10-151-3/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825701 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1264] don't close the indexing context - that is done by the finish ↵Brett Porter2009-10-151-14/+0
| | | | | | | | | | | | task that was added. Since they are queued, it was being closed too early. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825468 13f79535-47bb-0310-9956-ffa450edef68
| * fixed method nameMaria Odea B. Ching2009-10-151-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825452 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-747] Archiva should prevent re-deployment of released or non-snapshot ↵Maria Odea B. Ching2009-10-155-74/+139
| | | | | | | | | | | | | | | | | | | | versioned artifacts o moved check for metadata support files to RepositoryRequest and added tests o throw DavException error 409 immediately for released artifacts intead of a ReleaseArtifactAlreadyExistsException git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825449 13f79535-47bb-0310-9956-ffa450edef68
| * revert changes made (MRM-1246)Jevica Arianne B. Zurbano2009-10-152-15/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825431 13f79535-47bb-0310-9956-ffa450edef68
| * [MNG-1264] make it clearer if the index gets into a bad stateBrett Porter2009-10-152-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825415 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1265] .indexer should be excluded from scanningBrett Porter2009-10-151-4/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825390 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1259] only index content that is listed in indexable-content configurationBrett Porter2009-10-153-6/+57
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825382 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1264] Only create the DefaultIndexingContext once for a scan to reduce ↵Brett Porter2009-10-149-253/+294
| | | | | | | | | | | | the amount of garbage collection. Also move optimization to end of scan to increase performance. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825163 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1264] reduce memory used by indexing processBrett Porter2009-10-1428-692/+328
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825082 13f79535-47bb-0310-9956-ffa450edef68
| * unused importsBrett Porter2009-10-141-8/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825080 13f79535-47bb-0310-9956-ffa450edef68
| * clean importsBrett Porter2009-10-141-2/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825075 13f79535-47bb-0310-9956-ffa450edef68
| * remove unused varsBrett Porter2009-10-141-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825074 13f79535-47bb-0310-9956-ffa450edef68
| * remove unused fieldsBrett Porter2009-10-141-5/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825073 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1262] move the index packing job to the end of a scanBrett Porter2009-10-146-150/+203
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825012 13f79535-47bb-0310-9956-ffa450edef68
| * shorten job names to preserve some memory since they are frequently createdBrett Porter2009-10-141-7/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825005 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-747] Archiva should prevent re-deployment of released or non-snapshot ↵Maria Odea B. Ching2009-10-135-47/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versioned artifacts submitted by Marc Lustig o added checks in webdav to block re-deployment if artifact version already exists in the repo and throw a 409 in such cases o added tests for deploying and re-deploying an artifact additional modifications to the patch: o update checking for artifact types that will be blocked o add tests for deploying metadata and support file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824677 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1080] Update SearchServiceImplTest so that it uses the new search APIMaria Odea B. Ching2009-10-121-43/+77
| | | | | | | | | | | | | | | | | | | | | | submitted by Gwen Harold Autencio o added tests for quick search (with search hits and with no search hits) additional changes to the patch: o updated testQuickSearchArtifactRegularSearch() to conform to the recent changes in SearchServiceImpl from MRM-1230 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824259 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1254] Add more unit tests for searching artifactsMaria Odea B. Ching2009-10-125-37/+292
| | | | | | | | | | | | | | o more unit tests for advanced search and quick search (code coverage is now 88%) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824257 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1246] - MetadataUpdaterConsumer didn't run during a repository scan ↵Jevica Arianne B. Zurbano2009-10-1210-5/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | after deleting a version of an artifact. - added unit test for updating metadata - added unit test sample artifacts - applied the submitted patch Submitted by: Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824220 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1254] Add more unit tests for searching artifactsMaria Odea B. Ching2009-10-095-1/+70
| | | | | | | | | | | | | | o added test for searching artifacts with numeric values in the artifactId using advanced search (MRM-981) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823505 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1230] Type of artifact is allways "pom"Maria Odea B. Ching2009-10-082-47/+189
| | | | | | | | | | | | | | | | o for each search hit, get project model thru repositorybrowse#selectVersion(..) where complete project model is retrieved instead of just the bare artifact obj o added tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823109 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-636] war:inplace usage is not compatible with coberturaMaria Odea B. Ching2009-10-081-68/+55
| | | | | | | | | | | | | | | | | | o unpack redback war in target dir o configure jetty plugin to use multiple source dirs o cleaned up clean-plugin config git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823065 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1251] - Update documentation - Artifacts not displayed in Archiva GUI ↵Jevica Arianne B. Zurbano2009-10-081-1/+7
| | | | | | | | | | | | | | | | | | | | after release Submitted by: Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823011 13f79535-47bb-0310-9956-ffa450edef68
| * additional clean up code to prevent the tests from running out of memoryBrett Porter2009-10-072-10/+34
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@822794 13f79535-47bb-0310-9956-ffa450edef68
| * some POM clean upBrett Porter2009-10-0719-88/+199
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@822640 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1257] - Selenium Test for accessing bundled repositoriesJevica Arianne B. Zurbano2009-09-251-0/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@818710 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1056] Option to force scanning of an artifact/repository regardless of ↵Maria Odea B. Ching2009-09-185-7/+138
| | | | | | | | | | | | | | | | | | | | file dates o added new method for creating task with scanAll flag o added unit tests for creating tasks with different configs git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816545 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1249] Archiva does not respect configuration of the index directoryMaria Odea B. Ching2009-09-171-0/+5
| | | | | | | | | | | | | | o added index directory field with description in docs for Archiva repositories git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816099 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1056] Option to force scanning of an artifact/repository regardless of ↵Maria Odea B. Ching2009-09-174-3/+12
| | | | | | | | | | | | | | | | | | | | file dates o update docs when scanning repositories and upgrading archiva to newer versions git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816092 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1056] Option to force scanning of an artifact/repository regardless of ↵Maria Odea B. Ching2009-09-1712-28/+178
| | | | | | | | | | | | | | | | | | | | | | file dates o add checkbox for processing all artifacts beside Scan Repository Now button in repositories page o scan all artifacts if flag is set o added unit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816084 13f79535-47bb-0310-9956-ffa450edef68
| * changed ordering of log when queueing tasks, it appears as if the task was ↵Maria Odea B. Ching2009-09-161-1/+1
| | | | | | | | | | | | queued again after it was executed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@815697 13f79535-47bb-0310-9956-ffa450edef68
| * update upgrade docsMaria Odea B. Ching2009-09-151-0/+26
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@815246 13f79535-47bb-0310-9956-ffa450edef68
| * update version in pom to 1.2.3-SNAPSHOTMarecor M. Baclay2009-09-111-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813725 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1238] - NPE when updating consumers of known content without setting ↵Jevica Arianne B. Zurbano2009-09-102-4/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | any of the checkboxes (enabled) - added null checks - added unit tests Submitted by: Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813473 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1240] - NPE when updating consumers (not setting any of the checkboxes) ↵Jevica Arianne B. Zurbano2009-09-102-4/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | of Unprocessed Artifacts and Artifact Cleanup Scanning in Database - added null checks - added unit test for DatabaseAction Submitted by: Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813439 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1250] Granting the Global Repository Manager/System Administrator role ↵Maria Odea B. Ching2009-09-101-0/+3
| | | | | | | | | | | | | | | | | | does not automatically assign the Global Repository Observer role o add global repository observer role as child role of global repository manager git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813337 13f79535-47bb-0310-9956-ffa450edef68
| * upgrade to 4-SNAPSHOT parentMaria Odea B. Ching2009-09-031-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@810754 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1243] Encoding issues with Archiva UI: add Spring CharacterEncodingFilterMaria Odea B. Ching2009-09-021-0/+18
| | | | | | | | | | | | | | | | submitted by Julien Henry o add filter to force utf-8 encoding git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@810457 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-2744-79/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808338 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-2744-79/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808336 13f79535-47bb-0310-9956-ffa450edef68
| * update release notes for 1.2.2Maria Odea B. Ching2009-08-271-1/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808330 13f79535-47bb-0310-9956-ffa450edef68
| * remove unused sectionMaria Odea B. Ching2009-08-271-3/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808298 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1239] Unable to get artifact-level maven-metadata.xml of artifacts that ↵Maria Odea B. Ching2009-08-275-31/+248
| | | | | | | | | | | | | | | | | | | | are only three directory levels deep o added tests o allow three levels for metadata and metadata checksums when checking if repository layout is default git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808295 13f79535-47bb-0310-9956-ffa450edef68
| * [MRM-1241] Selenium Tests for Repository Scanning and DatabaseMarecor M. Baclay2009-08-274-2/+243
| | | | | | | | | | | | | | - added tests for repository scanning. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808252 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-2444-79/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807091 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-2444-79/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807087 13f79535-47bb-0310-9956-ffa450edef68