]> source.dussan.org Git - archiva.git/log
archiva.git
17 years agoUpgrading bidirlayout usage to RepoContent usage to eliminate bugs around missing...
Joakim Erdfelt [Wed, 17 Oct 2007 16:56:51 +0000 (16:56 +0000)]
Upgrading bidirlayout usage to RepoContent usage to eliminate bugs around missing content from bad layout routines.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585574 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdding ability to create an ArchivaArtifact from an ArtifactReference.
Joakim Erdfelt [Wed, 17 Oct 2007 16:54:27 +0000 (16:54 +0000)]
Adding ability to create an ArchivaArtifact from an ArtifactReference.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585573 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdating from bidirlayout to RepoContent techniques.
Joakim Erdfelt [Wed, 17 Oct 2007 16:47:33 +0000 (16:47 +0000)]
Updating from bidirlayout to RepoContent techniques.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585569 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSetting deprecations on interfaces / classes not to use.
Joakim Erdfelt [Wed, 17 Oct 2007 16:39:06 +0000 (16:39 +0000)]
Setting deprecations on interfaces / classes not to use.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585564 13f79535-47bb-0310-9956-ffa450edef68

17 years agoChanging name from "Maven Archiva" to "Apache Archiva" to match website.
Joakim Erdfelt [Wed, 17 Oct 2007 16:30:31 +0000 (16:30 +0000)]
Changing name from "Maven Archiva" to "Apache Archiva" to match website.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585562 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MAVENUPLOAD-1761] Add mysql sync
Carlos Sanchez Gonzalez [Tue, 16 Oct 2007 16:44:22 +0000 (16:44 +0000)]
[MAVENUPLOAD-1761] Add mysql sync

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585195 13f79535-47bb-0310-9956-ffa450edef68

17 years agoremoved usage of BidirectionalRepositoryLayout in database cleanup consumers, made...
Maria Odea B. Ching [Tue, 16 Oct 2007 07:45:27 +0000 (07:45 +0000)]
removed usage of BidirectionalRepositoryLayout in database cleanup consumers, made use of the ManagedRepositoryContent instead

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585068 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- removed print stack trace in DatabaseCleanupRemoveProjectConsumer
Maria Odea B. Ching [Tue, 16 Oct 2007 03:13:03 +0000 (03:13 +0000)]
- removed print stack trace in DatabaseCleanupRemoveProjectConsumer

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585014 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-535] metadata-updater is changing lastUpdating timestamp when it shouldn't
Joakim Erdfelt [Tue, 16 Oct 2007 01:31:40 +0000 (01:31 +0000)]
[MRM-535] metadata-updater is changing lastUpdating timestamp when it shouldn't
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

17 years agoFixing GET vs PUT logic.
Joakim Erdfelt [Tue, 16 Oct 2007 01:29:31 +0000 (01:29 +0000)]
Fixing GET vs PUT logic.
Encountered a situation where a PUT could result in a 404.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584992 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-468] incorrect URL reported from failures in WebDAV
Joakim Erdfelt [Tue, 16 Oct 2007 00:52:42 +0000 (00:52 +0000)]
[MRM-468] incorrect URL reported from failures in WebDAV
Corrected locally the error message being reported by it.could.webdav

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584986 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Mon, 15 Oct 2007 20:39:42 +0000 (20:39 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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@584906 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Mon, 15 Oct 2007 20:39:39 +0000 (20:39 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Mon, 15 Oct 2007 20:39:37 +0000 (20:39 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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@584904 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Mon, 15 Oct 2007 20:39:34 +0000 (20:39 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Mon, 15 Oct 2007 20:39:26 +0000 (20:39 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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

17 years ago[MAVENUPLOAD-1746] Add ch.hortis.sonar sync
Carlos Sanchez Gonzalez [Mon, 15 Oct 2007 14:23:20 +0000 (14:23 +0000)]
[MAVENUPLOAD-1746] Add ch.hortis.sonar sync

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584798 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-527]
Maria Odea B. Ching [Mon, 15 Oct 2007 11:35:35 +0000 (11:35 +0000)]
[MRM-527]
- 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

17 years ago[MRM-37 and MRM-527]
Maria Odea B. Ching [Mon, 15 Oct 2007 11:16:38 +0000 (11:16 +0000)]
[MRM-37 and MRM-527]
- 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

17 years ago[MRM-521]
Maria Odea B. Ching [Mon, 15 Oct 2007 03:59:21 +0000 (03:59 +0000)]
[MRM-521]
- 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

17 years agoAdd links to the reference docs (snapshot docs are symlinked as 'latest' on the serve...
Wendy Smoak [Sun, 14 Oct 2007 22:23:42 +0000 (22:23 +0000)]
Add links to the reference docs (snapshot docs are symlinked as 'latest' on 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

17 years agoAdd FindBugs to the project reports.
Wendy Smoak [Sun, 14 Oct 2007 19:42:15 +0000 (19:42 +0000)]
Add FindBugs to the project reports.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584593 13f79535-47bb-0310-9956-ffa450edef68

17 years agoConfigure the UMLGraph doclet to generate UML diagrams at the package and class level...
Wendy Smoak [Sun, 14 Oct 2007 18:51:40 +0000 (18:51 +0000)]
Configure the UMLGraph doclet to generate UML diagrams at the package and 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

17 years agoConfigure the JDK level for the PMD plugin.
Wendy Smoak [Sun, 14 Oct 2007 18:28:35 +0000 (18:28 +0000)]
Configure the JDK level for the PMD plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584573 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdjust url for publishing the site to archiva/ref/[version]
Wendy Smoak [Sun, 14 Oct 2007 16:08:13 +0000 (16:08 +0000)]
Adjust url for publishing the site to archiva/ref/[version]
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

17 years ago[MRM-459] Restored JSTL to compile scope, it needs to be included in the webapp....
Wendy Smoak [Sun, 14 Oct 2007 01:33:45 +0000 (01:33 +0000)]
[MRM-459] Restored JSTL to compile scope, it needs to be included in the webapp.  (from r584218)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584468 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-398] configure guest access by default for pre-configured repositories
Joakim Erdfelt [Fri, 12 Oct 2007 21:35:41 +0000 (21:35 +0000)]
[MRM-398] configure guest access by default for pre-configured repositories
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

17 years agoRemoving unused plexus test component xmls.
Joakim Erdfelt [Fri, 12 Oct 2007 21:20:54 +0000 (21:20 +0000)]
Removing unused plexus test component xmls.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584274 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-459] prune the distributed dependencies
Joakim Erdfelt [Fri, 12 Oct 2007 18:01:04 +0000 (18:01 +0000)]
[MRM-459] prune the distributed dependencies
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

17 years agoUsing new ManagedRepositoryContent.toFile( ArchivaArtifact )
Joakim Erdfelt [Fri, 12 Oct 2007 17:58:29 +0000 (17:58 +0000)]
Using new ManagedRepositoryContent.toFile( ArchivaArtifact )

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584217 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoving BidirectionalRepositoryLayoutFactory usage.
Joakim Erdfelt [Fri, 12 Oct 2007 17:56:29 +0000 (17:56 +0000)]
Removing BidirectionalRepositoryLayoutFactory usage.
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

17 years agoAdding ManagedRepositoryContent.toFile( ArchivaArtifact ) and ManagedRepositoryConten...
Joakim Erdfelt [Fri, 12 Oct 2007 17:53:59 +0000 (17:53 +0000)]
Adding ManagedRepositoryContent.toFile( ArchivaArtifact ) and ManagedRepositoryContent.toPath( ArchivaArtifact )

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584215 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMoved Keys out of archiva-dependency-graph into archiva-model to aide in logging...
Joakim Erdfelt [Fri, 12 Oct 2007 17:52:32 +0000 (17:52 +0000)]
Moved Keys out of archiva-dependency-graph into archiva-model to aide in logging cleanup elsewhere.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584214 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixed unit tests for RepositoryPurge as they were non-repeatable in an IDE environment.
Joakim Erdfelt [Fri, 12 Oct 2007 17:49:40 +0000 (17:49 +0000)]
Fixed unit tests for RepositoryPurge as they were non-repeatable in an IDE 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

17 years ago[MRM-501] Saving configuration fails through the webapp.
Joakim Erdfelt [Fri, 12 Oct 2007 01:26:06 +0000 (01:26 +0000)]
[MRM-501] Saving configuration fails through the webapp.
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

17 years agoFixing missing requirement in test components.xml.
Joakim Erdfelt [Thu, 11 Oct 2007 18:35:21 +0000 (18:35 +0000)]
Fixing missing requirement in test components.xml.
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

17 years agoAttempting to remove <repositories> section is failing.
Joakim Erdfelt [Thu, 11 Oct 2007 18:26:00 +0000 (18:26 +0000)]
Attempting to remove <repositories> section is failing.
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

17 years agoFixing svn:eol-style property
Joakim Erdfelt [Thu, 11 Oct 2007 17:58:48 +0000 (17:58 +0000)]
Fixing svn:eol-style property

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583897 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-533] Checksum files (sha1/md5) are not kept up to date on maven-metadata.xml...
Joakim Erdfelt [Thu, 11 Oct 2007 16:43:13 +0000 (16:43 +0000)]
[MRM-533] Checksum files (sha1/md5) are not kept up to date on 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

17 years agoFixing Error 500 condition.
Joakim Erdfelt [Thu, 11 Oct 2007 16:40:49 +0000 (16:40 +0000)]
Fixing Error 500 condition.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583874 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCorrecting logic for determining if the local maven-metadata.xml needs to be updated.
Joakim Erdfelt [Thu, 11 Oct 2007 16:05:24 +0000 (16:05 +0000)]
Correcting logic for determining if the local maven-metadata.xml needs to be updated.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583862 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing versions.
Joakim Erdfelt [Thu, 11 Oct 2007 15:31:54 +0000 (15:31 +0000)]
Fixing versions.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583852 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing test case NPE wrt repo.location.
Joakim Erdfelt [Thu, 11 Oct 2007 00:32:22 +0000 (00:32 +0000)]
Fixing test case NPE wrt repo.location.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583652 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing event triggers.
Joakim Erdfelt [Thu, 11 Oct 2007 00:18:02 +0000 (00:18 +0000)]
Fixing event triggers.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583648 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository
Joakim Erdfelt [Thu, 11 Oct 2007 00:14:43 +0000 (00:14 +0000)]
[MRM-493] Downloaded artifacts are stored in incorrect archiva-managed 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

17 years ago[MRM-525] Typos on the hacking page
Joakim Erdfelt [Wed, 10 Oct 2007 23:35:22 +0000 (23:35 +0000)]
[MRM-525] Typos on the hacking page
Patch by Alex Mayorga Adame

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583643 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-461] Warning message for non existent resources should include what resource...
Joakim Erdfelt [Wed, 10 Oct 2007 23:24:38 +0000 (23:24 +0000)]
[MRM-461] Warning message for non existent resources should include what 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

17 years ago[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifact...
Joakim Erdfelt [Wed, 10 Oct 2007 23:06:42 +0000 (23:06 +0000)]
[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in 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

17 years ago[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifact...
Joakim Erdfelt [Wed, 10 Oct 2007 23:06:39 +0000 (23:06 +0000)]
[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in 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

17 years ago[MRM-534] Test failure in RepositoryContentConsumerUtilTest
Joakim Erdfelt [Wed, 10 Oct 2007 22:23:04 +0000 (22:23 +0000)]
[MRM-534] Test failure in RepositoryContentConsumerUtilTest
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

17 years agoEliminating duplicate repositories from showing up after the conversion.
Joakim Erdfelt [Wed, 10 Oct 2007 22:15:51 +0000 (22:15 +0000)]
Eliminating duplicate repositories from showing up after the conversion.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583630 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoving usage of old layout objects.
Joakim Erdfelt [Wed, 10 Oct 2007 21:42:03 +0000 (21:42 +0000)]
Removing usage of old layout objects.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583625 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdjusting chattiness of logs.
Joakim Erdfelt [Wed, 10 Oct 2007 21:39:44 +0000 (21:39 +0000)]
Adjusting chattiness of logs.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583624 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing XMLException on non-existant proxy metadata file.
Joakim Erdfelt [Wed, 10 Oct 2007 21:35:50 +0000 (21:35 +0000)]
Fixing XMLException on non-existant proxy metadata file.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583623 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-432] Proxy Connectors are unable to download artifacts with alpha numerical...
Joakim Erdfelt [Wed, 10 Oct 2007 09:47:20 +0000 (09:47 +0000)]
[MRM-432] Proxy Connectors are unable to download artifacts with alpha 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

17 years agoReducing chattiness by adding ConfigurationListener to give option of event on config...
Joakim Erdfelt [Mon, 8 Oct 2007 23:08:32 +0000 (23:08 +0000)]
Reducing chattiness by adding ConfigurationListener to give option of event 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

17 years agoFinishing the Repository split work that brett started.
Joakim Erdfelt [Mon, 8 Oct 2007 22:07:39 +0000 (22:07 +0000)]
Finishing the Repository split work that brett started.
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

17 years agoAdding ProjectModel300Reader tests.
Joakim Erdfelt [Thu, 4 Oct 2007 23:48:58 +0000 (23:48 +0000)]
Adding ProjectModel300Reader tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582026 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-517] Some maven 2 requests are treated as maven 1 requests
Joakim Erdfelt [Thu, 4 Oct 2007 23:03:37 +0000 (23:03 +0000)]
[MRM-517] Some maven 2 requests are treated as maven 1 requests
Applied patch by: nicolas de loof

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582024 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoving debug statement from JSP.
Joakim Erdfelt [Thu, 4 Oct 2007 22:42:07 +0000 (22:42 +0000)]
Removing debug statement from JSP.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582023 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-482] Saving a proxy connector after adding a new property results to HTTP 500...
Joakim Erdfelt [Thu, 4 Oct 2007 22:29:43 +0000 (22:29 +0000)]
[MRM-482] Saving a proxy connector after adding a new property results to 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

17 years ago[MAVENUPLOAD-1743] Add com.agilejava.blammo sync
Carlos Sanchez Gonzalez [Wed, 3 Oct 2007 23:04:40 +0000 (23:04 +0000)]
[MAVENUPLOAD-1743] Add com.agilejava.blammo sync

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581744 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate svn url
Carlos Sanchez Gonzalez [Wed, 3 Oct 2007 23:00:56 +0000 (23:00 +0000)]
Update svn url

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581743 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate svn url
Carlos Sanchez Gonzalez [Wed, 3 Oct 2007 22:59:07 +0000 (22:59 +0000)]
Update svn url

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581742 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMaking archiva startup deterministic.
Joakim Erdfelt [Tue, 2 Oct 2007 18:57:19 +0000 (18:57 +0000)]
Making archiva startup deterministic.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581348 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-202] Change the top-left logo to be an Archiva logo that goes to the front page...
Joakim Erdfelt [Tue, 2 Oct 2007 18:12:18 +0000 (18:12 +0000)]
[MRM-202] Change the top-left logo to be an Archiva logo that goes to the front page of the instance
Applied url to webwork namespace:action of "/index" for top left logo.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581332 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-513] Support remote repositories with passwords.
Joakim Erdfelt [Tue, 2 Oct 2007 18:00:48 +0000 (18:00 +0000)]
[MRM-513] Support remote repositories with passwords.
Commited patch from James William Dumay.
Updated title/h1 sections of add/edit/delete jsps to be consistent with regards to "remote" and "managed" usage.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581324 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-448] validation for reports form.
Joakim Erdfelt [Tue, 2 Oct 2007 00:44:21 +0000 (00:44 +0000)]
[MRM-448] validation for reports form.
Creating validation.
Changing "Show Reports" to "Pick Reports" to be more clear.
Minor cleanup of jasper detection.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581119 13f79535-47bb-0310-9956-ffa450edef68

17 years agoJDK5 Typesafe Collection Updates
Joakim Erdfelt [Mon, 1 Oct 2007 22:33:16 +0000 (22:33 +0000)]
JDK5 Typesafe Collection Updates

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581104 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing build / test error within continuum.
Joakim Erdfelt [Sat, 29 Sep 2007 13:37:01 +0000 (13:37 +0000)]
Fixing build / test error within continuum.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580582 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-487] pom version is not resolved
Joakim Erdfelt [Fri, 28 Sep 2007 23:13:51 +0000 (23:13 +0000)]
[MRM-487] pom version is not resolved
[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

17 years ago[MRM-528] run the correct consumers
Brett Porter [Fri, 28 Sep 2007 03:17:11 +0000 (03:17 +0000)]
[MRM-528] run the correct consumers

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580205 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-528] run consumers as artifacts arrive via proxy
Brett Porter [Fri, 28 Sep 2007 00:12:03 +0000 (00:12 +0000)]
[MRM-528] run consumers as artifacts arrive via proxy

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-488] properties in pom are not resolved (at least while browsing)
Joakim Erdfelt [Thu, 27 Sep 2007 23:36:33 +0000 (23:36 +0000)]
[MRM-488] properties in pom are not resolved (at least while browsing)
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

17 years ago[MRM-488] properties in pom are not resolved (at least while browsing)
Joakim Erdfelt [Thu, 27 Sep 2007 23:35:03 +0000 (23:35 +0000)]
[MRM-488] properties in pom are not resolved (at least while browsing)
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

17 years ago[MRM-510] In Repository Browse, the first unique snapshot version clicked is getting...
Joakim Erdfelt [Thu, 27 Sep 2007 00:30:37 +0000 (00:30 +0000)]
[MRM-510] In Repository Browse, the first unique snapshot version clicked is 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

17 years agoUpdating all consumers with JDK5 Generics for Collections.
Joakim Erdfelt [Wed, 26 Sep 2007 21:13:25 +0000 (21:13 +0000)]
Updating all consumers with JDK5 Generics for Collections.
Correcting report output on model details in ProjectModelToDatabaseConsumer.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579799 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-503] Metadata files need Pragma:no-cache response header.
Joakim Erdfelt [Wed, 26 Sep 2007 18:23:41 +0000 (18:23 +0000)]
[MRM-503] Metadata files need Pragma:no-cache response header.
Applied Pragma and Cache-Control headers to maven-metadata.xml requests only.
Added TODO for other filetypes.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579747 13f79535-47bb-0310-9956-ffa450edef68

17 years agoExpanding unit tests. (needed to eliminate this as possible cause for other issue)
Joakim Erdfelt [Wed, 26 Sep 2007 17:23:43 +0000 (17:23 +0000)]
Expanding unit tests. (needed to eliminate this as possible cause for other issue)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579721 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixing bad decision to use "<" and ">" in report messages, as they are currently...
Joakim Erdfelt [Wed, 26 Sep 2007 14:47:50 +0000 (14:47 +0000)]
Fixing bad decision to use "<" and ">" in report messages, as they are currently filtered out as HTML.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579679 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifact...
Joakim Erdfelt [Wed, 26 Sep 2007 00:25:00 +0000 (00:25 +0000)]
[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in 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

17 years ago[MRM-494] leaving repository ID blank on the add repository page goes to the edit...
Joakim Erdfelt [Wed, 26 Sep 2007 00:01:01 +0000 (00:01 +0000)]
[MRM-494] leaving repository ID blank on the add repository page goes to the edit page where ID cannot be edited
Overhauled repository admin actions to be more consistent with best practices.
Split into seperate actions.
Added -validation.xml files.
Added unit tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579417 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdding unit tests for dot notation artifactIds. (odd, but valid)
Joakim Erdfelt [Tue, 25 Sep 2007 18:03:15 +0000 (18:03 +0000)]
Adding unit tests for dot notation artifactIds. (odd, but valid)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579333 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCleaning up error message from ProjectModelToDatabaseConsumer on bad/unexpected models.
Joakim Erdfelt [Tue, 25 Sep 2007 18:02:43 +0000 (18:02 +0000)]
Cleaning up error message from ProjectModelToDatabaseConsumer on bad/unexpected models.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579332 13f79535-47bb-0310-9956-ffa450edef68

17 years agosimplify the repository configuration pages
Brett Porter [Tue, 25 Sep 2007 02:13:13 +0000 (02:13 +0000)]
simplify the repository configuration pages

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579036 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-494] leaving repository ID blank on the add repository page goes to the edit...
Joakim Erdfelt [Mon, 24 Sep 2007 23:16:50 +0000 (23:16 +0000)]
[MRM-494] leaving repository ID blank on the add repository page goes to the edit page where ID cannot be edited
Spliting webwork definition of INPUT into ADD/EDIT, and correcting validations.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579016 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-486] Can not deploy artifact test.maven-arch:test-arch
Joakim Erdfelt [Mon, 24 Sep 2007 18:36:19 +0000 (18:36 +0000)]
[MRM-486] Can not deploy artifact test.maven-arch:test-arch
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

17 years ago[MRM-469] Test failure in MavenProjectInfoReportsPluginDependencyGraphTest in archiva...
Joakim Erdfelt [Mon, 24 Sep 2007 18:22:55 +0000 (18:22 +0000)]
[MRM-469] Test failure in MavenProjectInfoReportsPluginDependencyGraphTest in archiva-dependency-graph
Re-enabled Test Case.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578895 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-470] Test failures in BytecodeIndexTest due to NPE in AbstractIndexCreationTestCase
Joakim Erdfelt [Mon, 24 Sep 2007 18:21:35 +0000 (18:21 +0000)]
[MRM-470] Test failures in BytecodeIndexTest due to NPE in AbstractIndexCreationTestCase
Re-enabled test cases.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578894 13f79535-47bb-0310-9956-ffa450edef68

17 years agoadd snapshot repo
Brett Porter [Sun, 23 Sep 2007 21:23:05 +0000 (21:23 +0000)]
add snapshot repo

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578603 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdated site for the release of beta-2
Maria Odea B. Ching [Sat, 22 Sep 2007 15:37:08 +0000 (15:37 +0000)]
Updated site for the release of beta-2

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578457 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-320] ProxiedDavServer breaks update policy.
Joakim Erdfelt [Fri, 21 Sep 2007 23:16:58 +0000 (23:16 +0000)]
[MRM-320] ProxiedDavServer breaks update policy.
Removing commented code left over from MRM-153 fix.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578317 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-213] cannot undeploy archiva webapp.
Joakim Erdfelt [Fri, 21 Sep 2007 23:06:53 +0000 (23:06 +0000)]
[MRM-213] cannot undeploy archiva webapp.
Upgrading ehcache to gain benefits of shutdown hook rework.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578314 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-243] 507 Insufficient Storage when deploying artifact with webdav.
Joakim Erdfelt [Fri, 21 Sep 2007 22:06:12 +0000 (22:06 +0000)]
[MRM-243] 507 Insufficient Storage when deploying artifact with webdav.
Upgrading plexus-webdav to newest iteration.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578286 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCorrecting test error with closed writer stream.
Joakim Erdfelt [Fri, 21 Sep 2007 21:23:48 +0000 (21:23 +0000)]
Correcting test error with closed writer stream.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578279 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-243] 507 Insufficient Storage when deploying artifact with webdav
Joakim Erdfelt [Fri, 21 Sep 2007 20:47:51 +0000 (20:47 +0000)]
[MRM-243] 507 Insufficient Storage when deploying artifact with webdav
Adding commons-io to deps.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578267 13f79535-47bb-0310-9956-ffa450edef68

17 years ago[MRM-243] 507 Insufficient Storage when deploying artifact with webdav
Joakim Erdfelt [Fri, 21 Sep 2007 20:46:15 +0000 (20:46 +0000)]
[MRM-243] 507 Insufficient Storage when deploying artifact with webdav
Adding proper IO closures to opened XML files.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578266 13f79535-47bb-0310-9956-ffa450edef68

17 years agoEliminating debug message from logs.
Joakim Erdfelt [Fri, 21 Sep 2007 19:44:55 +0000 (19:44 +0000)]
Eliminating debug message from logs.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578242 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInvalid text in plexus.xml
Joakim Erdfelt [Wed, 19 Sep 2007 23:46:29 +0000 (23:46 +0000)]
Invalid text in plexus.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@577473 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMaking pattern matching work in a platform neutral filesystem way.
Joakim Erdfelt [Tue, 18 Sep 2007 04:19:50 +0000 (04:19 +0000)]
Making pattern matching work in a platform neutral filesystem way.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576684 13f79535-47bb-0310-9956-ffa450edef68