summaryrefslogtreecommitdiffstats
path: root/archiva-base
Commit message (Collapse)AuthorAgeFilesLines
* -added missing ArtifactClassifierMapping which got left out from yesterday's ↵Maria Odea B. Ching2007-11-211-0/+57
| | | | | | commit git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596922 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-596]Maria Odea B. Ching2007-11-208-121/+121
| | | | | | | | | | | applied patch submitted by nicolas de loof - remove the assertion that legacy path have no classifier. Simply have no way to support unstandard classifiers. - automatically use "-javadoc" and "-sources" classifiers for path with types "javadoc.jars" and "java-sources". Check for the classifier to be detected in the version string and remove it. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596620 13f79535-47bb-0310-9956-ffa450edef68
* moving towards the new siteBrett Porter2007-11-191-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596181 13f79535-47bb-0310-9956-ffa450edef68
* make it possible to understand why something was blacklistedBrett Porter2007-11-131-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594423 13f79535-47bb-0310-9956-ffa450edef68
* Correcting my email address.Joakim Erdfelt2007-11-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594303 13f79535-47bb-0310-9956-ffa450edef68
* make sure the URL includes required /Brett Porter2007-11-121-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594269 13f79535-47bb-0310-9956-ffa450edef68
* lining up to a common parent called "archiva" instead, incorparating site, ↵Brett Porter2007-11-111-1/+1
| | | | | | preparing for a shared product parent git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593879 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-586] transfer failures cause proxying to fail. Added test and some ↵Brett Porter2007-11-113-59/+118
| | | | | | notes on missing tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593843 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-11-0919-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593451 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-4Maria Odea B. Ching2007-11-0919-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593449 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-564] Audit log is not populated when artifacts are deployed.Joakim Erdfelt2007-11-084-0/+252
| | | | | | | | | | | Expanded Audit concepts into listener / event / log. Using log4j for audit log (for consistency with other logging) Moved AuditLog from webapp to repository-layer. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593246 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-582] Remote Repositories with empty <username> and <password> fields ↵Joakim Erdfelt2007-11-084-10/+59
| | | | | | | | | | | shouldn't be created in configuration. Implemented on-load cleanup of remote repo username/password (instead of on-save) Implemented proper check for blank username/password in proxy connectors. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593220 13f79535-47bb-0310-9956-ffa450edef68
* - Updated repository purge tests to reflect the changes made in r592297 as ↵Maria Odea B. Ching2007-11-088-86/+155
| | | | | | suggested in the dev list git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593081 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-576]Maria Odea B. Ching2007-11-073-18/+52
| | | | | | | | | - modified logic for deleting released snapshots, delete only if there exists a released version of that snapshot not when there is a higher released/snapshot version - adjusted tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@592657 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-516] Search results return results for all repositories, regardless of ↵Joakim Erdfelt2007-11-0610-216/+201
| | | | | | | | | | | security. [MRM-569] Browse shows results for all repositories, regardless of security. Merge of https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-backend-security changes from revision 590763 to HEAD git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@592513 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-556]Maria Odea B. Ching2007-11-064-14/+82
| | | | | | | | | - respect set retention count when purging by number of days old (used same logic for purging by retention count) - updated edit managed repository validation for the number of days old minimum range - adjusted DaysOldRepositoryPurgeTest for the changes git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@592297 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-141] remove irrelevant documentationBrett Porter2007-11-052-243/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@591958 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-547] proxy connectors: cache failures options are confusingJoakim Erdfelt2007-11-0127-233/+565
| | | | | | | | | | [MRM-549] proxy connectors: no "always" option for releases and snapshots policies Applying changes to policy naming per decisions made in dev@archiva mailing list. Updating DefaultArchivaConfiguration.load() to automatically adjust old configuration settings to new values. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590908 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-577] Release policy of disabled fails all metadata requests.Joakim Erdfelt2007-10-3113-99/+912
| | | | | | | | | | | Fixing release / snapshot policies from applying tests on maven-metadata.xml files. Creating unit tests for release / snapshot policies. Switching from boolean return on .applyPolicy() to throwing exception, to gain better logging of why the transfer failed. Logging policy failures better. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590858 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-544]Maria Odea B. Ching2007-10-3111-8/+600
| | | | | | | | - remove artifact in index if artifact no longer exists in the file system - added tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590622 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-10-3019-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589972 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-3Maria Odea B. Ching2007-10-3019-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589970 13f79535-47bb-0310-9956-ffa450edef68
* Removing archiva-xml-tools dependency from archiva-configuration.Joakim Erdfelt2007-10-292-54/+53
| | | | | | | | Loading default FileTypes using plexus-configuration way, not via direct load of the XML. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589831 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-528] must only use the enabled consumersBrett Porter2007-10-292-56/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589542 13f79535-47bb-0310-9956-ffa450edef68
* update TODOBrett Porter2007-10-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589528 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-560] Dependency Tree causes an ExceptionJoakim Erdfelt2007-10-262-18/+21
| | | | | | | | Improving exception messages on bad ArchivaArtifact to include what details it does have. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588805 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-481] Artifact requests with a .xml.zip extension fail with a 404 ErrorJoakim Erdfelt2007-10-267-5/+117
| | | | | | | | | | Fixed parsing of filenames to look for "." or "-" after the version to help determine if this artifact has a classifier or just a double-extension. Added unit tests to repository.content.* classes for double extension. Added unit test to RepositoryServlet for GET of artifact with double extension. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588732 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-454]Maria Odea B. Ching2007-10-2612-155/+477
| | | | | | | | | -synchronized the index operations in LuceneRepositoryContentIndex (used 'repository' as the lock) to avoid index locking -added method for deleting artifacts from the index during repository purge -updated repository purge tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588598 13f79535-47bb-0310-9956-ffa450edef68
* -Reverted version to 1.0-beta-3-SNAPSHOTMaria Odea B. Ching2007-10-2619-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588567 13f79535-47bb-0310-9956-ffa450edef68
* Adding some tests for invalid request paths.Joakim Erdfelt2007-10-242-5/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587701 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-565] Archiva 1.0-beta-3 fails in 404 on all legacy request.Joakim Erdfelt2007-10-232-12/+366
| | | | | | | | | | Preparing RepositoryRequest for support needed to detect ... * Support Files * Maven Metadata * Artifacts And translate to a native path for the managed repository. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587623 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-563] Proxy connector logic for getIfModified is backwards.Joakim Erdfelt2007-10-2315-394/+515
| | | | | | | | | | | | Fixing backwards logic in DefaultRepositoryProxyConnectors. Updating test cases to honor correct .get() vs .getIfModified() logic wrt/mocks. Updating ManagedLegacyTransferTest for all varients of Managed to Remote, Legacy vs Default, Present and Not Present. Introducing NotModifiedException to cope with proper .getIfModified() logic. Introducing NotFoundException to cope with operational exception vs serious connectivity exception. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587318 13f79535-47bb-0310-9956-ffa450edef68
* Adding a few more .toKey() methods to aide in logging statements elsewhere.Joakim Erdfelt2007-10-231-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587310 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-562] Artifact type "maven-plugin" is not detected correctly in ↵Joakim Erdfelt2007-10-2210-25/+304
| | | | | | | | | | .toArtifactReference() methods. Added ability in default and legacy layouts to detect the 'maven-plugin' type. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587224 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-551] the default scan cron expression is once a day, should be hourlyBrett Porter2007-10-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587097 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-546] correct clean up of registry after removalBrett Porter2007-10-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587088 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-546] restore correct test data and fix configuration modificationsBrett Porter2007-10-223-53/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587071 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-546] re-enable tests that are passingBrett Porter2007-10-221-33/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587070 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-10-2219-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586989 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-3Maria Odea B. Ching2007-10-2219-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586987 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-265]Maria Odea B. Ching2007-10-211-2/+1
| | | | | | | | | | | - added method for deleting the artifacts in the db when a repo is deleted - also deleted repo scan statistics when the repo is deleted - created DAO that does retrieving, deleting and adding of RepositoryContentStatistics to the db - added and updated tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586919 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-555] scanner checks timestamps, but some consumers will want to consume ↵Brett Porter2007-10-218-54/+196
| | | | | | artifacts regardless git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586827 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabling tests now that MRM-535 is fixed.Joakim Erdfelt2007-10-192-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586636 13f79535-47bb-0310-9956-ffa450edef68
* Beefing up tests for RepositoryContentConsumers.Joakim Erdfelt2007-10-197-260/+425
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586524 13f79535-47bb-0310-9956-ffa450edef68
* Updating javadoc.Joakim Erdfelt2007-10-191-0/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586517 13f79535-47bb-0310-9956-ffa450edef68
* run the correct consumersBrett Porter2007-10-192-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586514 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up potential multi-threading issues with use of static ↵Joakim Erdfelt2007-10-193-10/+9
| | | | | | SimpleDateFormat. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586472 13f79535-47bb-0310-9956-ffa450edef68
* Correcting path resolution logic.Joakim Erdfelt2007-10-171-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585598 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classes.Joakim Erdfelt2007-10-1710-2166/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585588 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports.Joakim Erdfelt2007-10-171-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585587 13f79535-47bb-0310-9956-ffa450edef68