aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-151-0/+5
| | | | | | | Reverted partially r584279. (some good fixes for related bugs in place) Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584903 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-152-20/+32
| | | | | | | Reverted partially r584279. (some good fixes for related bugs in place) Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584902 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1746] Add ch.hortis.sonar syncCarlos Sanchez Gonzalez2007-10-151-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584798 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-527]Maria Odea B. Ching2007-10-151-0/+203
| | | | | | | - added test/conf/repository-manager.xml which was left out from previous commit (database cleanup) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584745 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-37 and MRM-527]Maria Odea B. Ching2007-10-1514-29/+655
| | | | | | | | | | - added code for cleaning up the database of artifacts that are no longer existing in the repository (DatabaseCleanupRemoveArtifactConsumer and DatabaseCleanupRemoveProjectConsumer) - created tests for database cleanup of removed artifacts - updated some of the test cases (in archiva-database and archiva-scheduled modules) to reflect the changes in thedb cleanup consumers git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584735 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-521]Maria Odea B. Ching2007-10-153-1/+29
| | | | | | | - added range validation for the repository purge fields git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584665 13f79535-47bb-0310-9956-ffa450edef68
* Add links to the reference docs (snapshot docs are symlinked as 'latest' on ↵Wendy Smoak2007-10-141-2/+10
| | | | | | the server) and fix the link to the mailing list page. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584627 13f79535-47bb-0310-9956-ffa450edef68
* Add FindBugs to the project reports.Wendy Smoak2007-10-141-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584593 13f79535-47bb-0310-9956-ffa450edef68
* Configure the UMLGraph doclet to generate UML diagrams at the package and ↵Wendy Smoak2007-10-141-0/+12
| | | | | | class level. This makes Graphviz a prerequisite for generating the javadoc. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584577 13f79535-47bb-0310-9956-ffa450edef68
* Configure the JDK level for the PMD plugin.Wendy Smoak2007-10-141-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584573 13f79535-47bb-0310-9956-ffa450edef68
* Adjust url for publishing the site to archiva/ref/[version]Wendy Smoak2007-10-141-2/+5
| | | | | | | | Comment out the Cobertura plugin, which breaks 'mvn site' Drop the archiva-site module from the default list so it does not get published with the reference docs. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584562 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-459] Restored JSTL to compile scope, it needs to be included in the ↵Wendy Smoak2007-10-141-1/+0
| | | | | | webapp. (from r584218) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584468 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-127-114/+97
| | | | | | | | Newly added repositories are assigned to the guest user in read-only mode. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584279 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused plexus test component xmls.Joakim Erdfelt2007-10-122-69/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584274 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-459] prune the distributed dependenciesJoakim Erdfelt2007-10-121-0/+30
| | | | | | | | | | | | | | | | | Pruning the following ... * ant-optional * jdom * classworlds * jta * xerces Setting to <scope>provided</scope> the following ... * servlet-api * jsp-api * jstl-api git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584218 13f79535-47bb-0310-9956-ffa450edef68
* Using new ManagedRepositoryContent.toFile( ArchivaArtifact )Joakim Erdfelt2007-10-121-17/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584217 13f79535-47bb-0310-9956-ffa450edef68
* Removing BidirectionalRepositoryLayoutFactory usage.Joakim Erdfelt2007-10-121-51/+22
| | | | | | | | | | Replacing with more reliable ManagedRepositoryContent operations. Cleaning up logging output. Using new ManagedRepositoryContent.toFile( ArchivaArtifact ) method. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584216 13f79535-47bb-0310-9956-ffa450edef68
* Adding ManagedRepositoryContent.toFile( ArchivaArtifact ) and ↵Joakim Erdfelt2007-10-125-6/+60
| | | | | | ManagedRepositoryContent.toPath( ArchivaArtifact ) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584215 13f79535-47bb-0310-9956-ffa450edef68
* Moved Keys out of archiva-dependency-graph into archiva-model to aide in ↵Joakim Erdfelt2007-10-123-2/+3
| | | | | | logging cleanup elsewhere. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584214 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unit tests for RepositoryPurge as they were non-repeatable in an IDE ↵Joakim Erdfelt2007-10-1214-576/+296
| | | | | | | | | | | | environment. Corrected the assumption that a Managed Repository is the same as a Local Repository. (re: maven-metadata-local.xml) Streamlined asserts to be more clear .assertExists() .assertDeleted() when reading code and when error message is created. Removed jdom direct usage in unit tests in favor of XMLUnit. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584213 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-501] Saving configuration fails through the webapp.Joakim Erdfelt2007-10-124-18/+167
| | | | | | | | | Provided an alternative configuration location. Added unit tests for this condition. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584021 13f79535-47bb-0310-9956-ffa450edef68
* Fixing missing requirement in test components.xml.Joakim Erdfelt2007-10-112-2/+10
| | | | | | Updating unit tests for proper metadata update detection. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583906 13f79535-47bb-0310-9956-ffa450edef68
* Attempting to remove <repositories> section is failing.Joakim Erdfelt2007-10-114-4/+56
| | | | | | | | Saving partial unit test for brett to look at. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583903 13f79535-47bb-0310-9956-ffa450edef68
* Fixing svn:eol-style propertyJoakim Erdfelt2007-10-111-818/+818
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583897 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-533] Checksum files (sha1/md5) are not kept up to date on ↵Joakim Erdfelt2007-10-1114-252/+558
| | | | | | | | | | | maven-metadata.xml files. Grabbed checksum check/update logic out of ChecksumPolicy into standalone Checksums component. Using new component in ChecksumPolicy and MetadatTools. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583875 13f79535-47bb-0310-9956-ffa450edef68
* Fixing Error 500 condition.Joakim Erdfelt2007-10-111-33/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583874 13f79535-47bb-0310-9956-ffa450edef68
* Correcting logic for determining if the local maven-metadata.xml needs to be ↵Joakim Erdfelt2007-10-111-15/+45
| | | | | | updated. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583862 13f79535-47bb-0310-9956-ffa450edef68
* Fixing versions.Joakim Erdfelt2007-10-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583852 13f79535-47bb-0310-9956-ffa450edef68
* Fixing test case NPE wrt repo.location.Joakim Erdfelt2007-10-112-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583652 13f79535-47bb-0310-9956-ffa450edef68
* Fixing event triggers.Joakim Erdfelt2007-10-111-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583648 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed ↵Joakim Erdfelt2007-10-111-15/+35
| | | | | | | | | | repository Fixed by reseting dav servers on configuration save properly. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583646 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-525] Typos on the hacking pageJoakim Erdfelt2007-10-101-3/+3
| | | | | | | | Patch by Alex Mayorga Adame git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583643 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-461] Warning message for non existent resources should include what ↵Joakim Erdfelt2007-10-101-4/+5
| | | | | | | | resource it failed to locate. Added url + resource path to log message. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583641 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in ↵Joakim Erdfelt2007-10-101-1/+1
| | | | | | | | artifactId, like "maven-test-plugin" Final cleanup based on tests from real maven 1 projects. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583638 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in ↵Joakim Erdfelt2007-10-101-5/+8
| | | | | | | | artifactId, like "maven-test-plugin" Final cleanup based on tests from real maven 1 projects. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583637 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-534] Test failure in RepositoryContentConsumerUtilTestJoakim Erdfelt2007-10-101-4/+20
| | | | | | Fixed OS specific validation in mock object to be OS neutral. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583632 13f79535-47bb-0310-9956-ffa450edef68
* Eliminating duplicate repositories from showing up after the conversion.Joakim Erdfelt2007-10-101-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583630 13f79535-47bb-0310-9956-ffa450edef68
* Removing usage of old layout objects.Joakim Erdfelt2007-10-101-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583625 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting chattiness of logs.Joakim Erdfelt2007-10-101-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583624 13f79535-47bb-0310-9956-ffa450edef68
* Fixing XMLException on non-existant proxy metadata file.Joakim Erdfelt2007-10-101-6/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583623 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-432] Proxy Connectors are unable to download artifacts with alpha ↵Joakim Erdfelt2007-10-10122-1931/+12763
| | | | | | | | | | | | | | | | | | | | | | | | | | numerical version numbers [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifactId, like "maven-test-plugin" [MRM-518] Changing the internal repository directory has no effect [MRM-512] Unable to convert null repository config to archiva repository. [MRM-533] metadata-updater is changing lastUpdating timestamp when it shouldn't [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository - Work against proposal in mailing list http://www.nabble.com/-Proposal--Repository-Layout-Detection-Interaction-Changes.-tf4577852.html - Creation of package org.apache.maven.archiva.repository.content - Creation of RepositoryContent alternative as outlined in proposal. - Have not swung all code over to new repositorycontent object yet. - Left old BidirectionalRepositoryLayout classes in place temporarily. - Migrated the following over to new RepositoryContent objects... * the /repository/ url * proxying * metadata updating * repository purge classes - Unit testing. Lots and lots of unit testing. - Correcting bad template email address. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583412 13f79535-47bb-0310-9956-ffa450edef68
* Reducing chattiness by adding ConfigurationListener to give option of event ↵Joakim Erdfelt2007-10-088-59/+248
| | | | | | on configuration save as a whole, not each field. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582993 13f79535-47bb-0310-9956-ffa450edef68
* Finishing the Repository split work that brett started.Joakim Erdfelt2007-10-0885-1443/+881
| | | | | | | | | ArchivaRepository has been removed from model. This work was needed before repository layout/detection proposal work is started. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582987 13f79535-47bb-0310-9956-ffa450edef68
* Adding ProjectModel300Reader tests.Joakim Erdfelt2007-10-044-4/+461
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582026 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-517] Some maven 2 requests are treated as maven 1 requestsJoakim Erdfelt2007-10-043-27/+86
| | | | | | | | Applied patch by: nicolas de loof git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582024 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug statement from JSP.Joakim Erdfelt2007-10-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582023 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-482] Saving a proxy connector after adding a new property results to ↵Joakim Erdfelt2007-10-0441-1272/+3601
| | | | | | | | | | | | | | | | HTTP 500 error [MRM-477] Missing ability to manage proxy order. [MRM-437] admin editing of proxy connectors fails in multiple instances * Split giant ball of mud ConfigureProxyConnectorAction into seperate Add/Edit/Delete/Sort/List actions * Added ability to maintain sort order. * Added unit testing. * Cleaned up Proxy Connector admin UI to allow for extra long Location / URL paths. * Slideout Hide of the Advanced configuration options on the Proxy Connector list screen. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582020 13f79535-47bb-0310-9956-ffa450edef68
* [MAVENUPLOAD-1743] Add com.agilejava.blammo syncCarlos Sanchez Gonzalez2007-10-031-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581744 13f79535-47bb-0310-9956-ffa450edef68
* Update svn urlCarlos Sanchez Gonzalez2007-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581743 13f79535-47bb-0310-9956-ffa450edef68
* Update svn urlCarlos Sanchez Gonzalez2007-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581742 13f79535-47bb-0310-9956-ffa450edef68