aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [MAVENUPLOAD-1677] Added net.sf.maven-har syncCarlos Sanchez Gonzalez2007-08-231-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568915 13f79535-47bb-0310-9956-ffa450edef68
* fix the test cases - we should be synchronizing on the current class, not ↵Brett Porter2007-08-221-7/+4
| | | | | | the configuration object itself git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568618 13f79535-47bb-0310-9956-ffa450edef68
* Synchronized save() and afterConfigurationChange() in ↵Maria Odea B. Ching2007-08-221-2/+5
| | | | | | DefaultArchivaConfiguration. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568531 13f79535-47bb-0310-9956-ffa450edef68
* Added test for the changes in DefaultArchivaConfiguration (escape character ↵Maria Odea B. Ching2007-08-221-2/+12
| | | | | | '\' showing up in repositories.jsp) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568382 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1666] Readded org.vraptor syncCarlos Sanchez Gonzalez2007-08-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568225 13f79535-47bb-0310-9956-ffa450edef68
* - Updated the code for escaping/unescaping cron expressions in ↵Maria Odea B. Ching2007-08-211-24/+14
| | | | | | | | | | DefaultArchivaConfiguration as the escape character '\' is displayed in the repositories.jsp git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568146 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-449, 450] improvements to the group search reportingBrett Porter2007-08-216-7/+19
| | | | | | | Submitted by: Teodoro Cue Jr. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568011 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-383]Maria Odea B. Ching2007-08-201-9/+9
| | | | | | | | - Updated javascript function and <c:forEach> loop for different file types in repositoryScanning.jsp git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567614 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-393]Maria Odea B. Ching2007-08-202-18/+17
| | | | | | | | | - Updated javascript function setAndSubmit(..) - Changed getBlackListPattern() to getPattern in ConfigureProxyConnectorAction.removeBlackListPattern() git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567556 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1666] No access to server yetCarlos Sanchez Gonzalez2007-08-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567406 13f79535-47bb-0310-9956-ffa450edef68
* Exclude cvs dirsCarlos Sanchez Gonzalez2007-08-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567405 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1666] Added org.vraptor syncCarlos Sanchez Gonzalez2007-08-191-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567404 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1674] Added org.jyaml syncCarlos Sanchez Gonzalez2007-08-191-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567403 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-436]Maria Odea B. Ching2007-08-173-0/+118
| | | | | | | | - Added tests for the cron expression comma(',') fix git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566973 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-436] configuration tests don't always set database scanning fields, so ↵Brett Porter2007-08-171-10/+17
| | | | | | add some null guards git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566959 13f79535-47bb-0310-9956-ffa450edef68
* Added null check before closing the searcher.Maria Odea B. Ching2007-08-171-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566949 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-436]Maria Odea B. Ching2007-08-172-7/+48
| | | | | | | | | | - Added '\' for the snapshots cron expression in default-archiva.xml to escape the ',' - (DefaultArchivaConfiguration) Added method for adding '\' to the cron expression if ',' exists before saving the configuration and method for removing '\' after the configuration is read from the configuration file git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566945 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-374] and [MRM-407]Maria Odea B. Ching2007-08-151-0/+5
| | | | | | | | - Added hack for the webwork checkbox bug (when default value is true) in ConfigureRepositoryAction git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566068 13f79535-47bb-0310-9956-ffa450edef68
* Moved searcher.close() in DefaultCrossRepositorySearch.searchAll(...) inside ↵Maria Odea B. Ching2007-08-151-2/+14
| | | | | | finally block. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566059 13f79535-47bb-0310-9956-ffa450edef68
* update to redback version 2Jesse McConnell2007-08-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565836 13f79535-47bb-0310-9956-ffa450edef68
* - MultiSearcher for index is not being closed causing too many files open ↵Maria Odea B. Ching2007-08-141-0/+2
| | | | | | error, added line for close searcher git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565709 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1664] Fixed folderCarlos Sanchez Gonzalez2007-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565540 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1667] Add net.sf.jsptest syncCarlos Sanchez Gonzalez2007-08-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565537 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1661] Added org.parancoe syncCarlos Sanchez Gonzalez2007-08-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565533 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1664] Added net.sf.jlynx symcCarlos Sanchez Gonzalez2007-08-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565532 13f79535-47bb-0310-9956-ffa450edef68
* Correcting cache name.Joakim Erdfelt2007-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565485 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-465] (Load Testing) When asking for pages that require the ↵Joakim Erdfelt2007-08-133-2/+89
| | | | | | | | effective-pom in high load, app becomes unresponsive. Added an ehcache around the effective-pom resolution process. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565484 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-467] 500 error when user requested the dependency tree for artifact.Joakim Erdfelt2007-08-131-1/+1
| | | | | | | Adjusting to prevent NPE. Root cause of NPE not addressed, see MRM-466 for details. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565453 13f79535-47bb-0310-9956-ffa450edef68
* fix the versionBrett Porter2007-08-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564542 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-408] make sure parent directories exist when making a PUT requestBrett Porter2007-08-101-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564511 13f79535-47bb-0310-9956-ffa450edef68
* Updated the site for beta 1 release. Also updated release-readme.txtMaria Odea B. Ching2007-08-103-8/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564509 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-408] make sure parent directories exist when making a PUT requestBrett Porter2007-08-106-65/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564508 13f79535-47bb-0310-9956-ffa450edef68
* remove empty directoriesBrett Porter2007-08-100-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564481 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-456] permit having configuration in both sources as long as it doesn't ↵Brett Porter2007-08-092-6/+105
| | | | | | contain any elements that might not save properly (lists) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564135 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-08-0636-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563101 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release 1.0-beta-1Maria Odea B. Ching2007-08-0636-45/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563098 13f79535-47bb-0310-9956-ffa450edef68
* Commented out tests due to test failures (needed for release).Maria Odea B. Ching2007-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563095 13f79535-47bb-0310-9956-ffa450edef68
* Commented assert in MavenProjectInfoReportsPluginDependencyGraphTest because ↵Maria Odea B. Ching2007-08-061-1/+2
| | | | | | of test failure. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563082 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-294]Maria Odea B. Ching2007-08-0611-677/+280
| | | | | | | | | | | - Changed DefaultCleanupReleasedSnapshots to CleanupReleasedSnapshotsRepositoryPurge - Removed unneeded fields in RepositoryPurgeConsumer - Added constructor for DaysOldRepositoryPurge, RetentionCountRepositoryPurge and CleanupReleasedSnapshotsRepositoryPurge - Updated test classes and test resources git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563064 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-275]Maria Odea B. Ching2007-08-065-3/+38
| | | | | | | | | - Added days older, retention count and delete released snapshots fields in repository page. - Updated RepositoryPurgeConsumer git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563030 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-294] and [MRM-275]Maria Odea B. Ching2007-08-0511-36/+841
| | | | | | | | | | | - Added the test cases which were left out during the initial commit - Added DefaultCleanupReleasedSnapshots (m2 implementation for cleaning up snapshots that were already released) - Updated the following files: archiva-core-consumers/pom.xml, RepositoryPurgeConsumer, DaysOldRepositoryPurge, RetentionCountRepositoryPurge and AbstractRepositoryPurge git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562882 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-294] Repository purgeMaria Odea B. Ching2007-08-0484-1/+2244
| | | | | | | | | | | | | - Added RepositoryPurgeConsumer - Added these other classes used in repo purge: DaysOldRepositoryPurge, RetentionCountRepositoryPurge, ArtifactFilenameFilter and RepositoryPurgeException - Added tests and test data - Added new fields in configuration.mdo (daysOlder and retentionCount) - Added repository-purge as a consumer in default-archiva.xml (but currently commented out) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562766 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-447] Jasper is only included if built with a profileBrett Porter2007-08-044-36/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562691 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-451] correct regression in the change listener handling of the default ↵Brett Porter2007-08-042-4/+86
| | | | | | configuration git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562681 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-329] revised reporting actionsBrett Porter2007-08-034-21/+272
| | | | | | Submitted by: Teodoro Cue git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562514 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-329] revised reporting actionsBrett Porter2007-08-0322-659/+734
| | | | | | Submitted by: Teodoro Cue git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562511 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-430] fix error displayBrett Porter2007-08-038-14/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562505 13f79535-47bb-0310-9956-ffa450edef68
* remove outdated configuration actionBrett Porter2007-08-034-384/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562494 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-430] revert configuration if it failed to saveBrett Porter2007-08-032-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562488 13f79535-47bb-0310-9956-ffa450edef68
* * Updating my email address from joakim@erdfelt.com to my apache side email ↵Joakim Erdfelt2007-08-03431-443/+443
| | | | | | address at joakime@apache.org git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68