summaryrefslogtreecommitdiffstats
path: root/archiva-base/archiva-repository-layer
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-11-091-1/+1
| | | | 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-091-1/+1
| | | | 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-547] proxy connectors: cache failures options are confusingJoakim Erdfelt2007-11-013-5/+24
| | | | | | | | | | [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
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-10-301-1/+1
| | | | 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-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589970 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
* [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
* -Reverted version to 1.0-beta-3-SNAPSHOTMaria Odea B. Ching2007-10-261-1/+1
| | | | 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-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
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-10-221-1/+1
| | | | 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-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586987 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-555] scanner checks timestamps, but some consumers will want to consume ↵Brett Porter2007-10-215-54/+179
| | | | | | artifacts regardless git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586827 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-192-3/+5
| | | | | | SimpleDateFormat. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586472 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
* Updating from bidirlayout to RepoContent techniques.Joakim Erdfelt2007-10-174-39/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585569 13f79535-47bb-0310-9956-ffa450edef68
* Setting deprecations on interfaces / classes not to use.Joakim Erdfelt2007-10-176-0/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585564 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-535] metadata-updater is changing lastUpdating timestamp when it shouldn'tJoakim Erdfelt2007-10-161-9/+35
| | | | | | | | | | Correcting logic in snapshot metadata to only update on the following conditions. * Last Updated exist in original metadata.xml or ... * Last Updated timestamp as found in unique (timestamped) snapshots is newer. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584994 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-151-3/+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@584905 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
* [MRM-533] Checksum files (sha1/md5) are not kept up to date on ↵Joakim Erdfelt2007-10-112-0/+12
| | | | | | | | | | | 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
* [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
* 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-1053-1053/+11709
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-5/+17
| | | | | | 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-0820-380/+462
| | | | | | | | | 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
* Fixing build / test error within continuum.Joakim Erdfelt2007-09-292-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580582 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-487] pom version is not resolvedJoakim Erdfelt2007-09-288-148/+1433
| | | | | | | | | | | [MRM-488] properties in pom are not resolved (at least while browsing) Fixed the ProjectModelExpressionFilter to filter all important fields. Fixed ProjectModel400Reader's Generic's Fleshed out the rest of ProjectModel400Writer. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580514 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-528] run the correct consumersBrett Porter2007-09-283-36/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580205 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-528] run consumers as artifacts arrive via proxyBrett Porter2007-09-283-13/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-488] properties in pom are not resolved (at least while browsing)Joakim Erdfelt2007-09-271-1/+1
| | | | | | Updating other test case for path change of effective-pom to expected-pom in tests. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580184 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-488] properties in pom are not resolved (at least while browsing)Joakim Erdfelt2007-09-277-0/+877
| | | | | | Preparing ModelWriter to aide in testing of issue. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580183 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-510] In Repository Browse, the first unique snapshot version clicked is ↵Joakim Erdfelt2007-09-2745-124/+3758
| | | | | | | | | | | | getting persisted in the request resulting to 'version does not match' error Fixing EffectiveProjectModelFilter caching to cache project model, not the parent model. Adding unit tests to prevent this from occuring again. Updating ProjectModelToDatabaseConsumer to adjust model version on unique snapshot after reading from disk, and before the effective project filter. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579856 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in ↵Joakim Erdfelt2007-09-261-0/+14
| | | | | | | | artifactId, like "maven-test-plugin" Added unit tests for Ticket. (commented, still need a solution) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579419 13f79535-47bb-0310-9956-ffa450edef68
* Adding unit tests for dot notation artifactIds. (odd, but valid)Joakim Erdfelt2007-09-251-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579333 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-486] Can not deploy artifact test.maven-arch:test-archJoakim Erdfelt2007-09-241-0/+16
| | | | | | Verifying that recent changes to DefaultBidirectionalLayout have fixed this jira. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578897 13f79535-47bb-0310-9956-ffa450edef68
* Correcting test error with closed writer stream.Joakim Erdfelt2007-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578279 13f79535-47bb-0310-9956-ffa450edef68
* Making pattern matching work in a platform neutral filesystem way.Joakim Erdfelt2007-09-181-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576684 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2007-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576050 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0-beta-2Maria Odea B. Ching2007-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576048 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-211] fix proxy tests for legacy, and correct handling of Maven 1.x pluginsBrett Porter2007-09-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576029 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-463] fix merging of latest/release fields in metadataBrett Porter2007-09-135-6/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575145 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-493] some cleanup before fixing merging of plugin metadataBrett Porter2007-09-132-142/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575135 13f79535-47bb-0310-9956-ffa450edef68