]>
source.dussan.org Git - archiva.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Joakim Erdfelt [Tue, 18 Sep 2007 04:01:15 +0000 (04:01 +0000)]
Fixing .toRelative() to operate in a platform neutral way. working with filesystems and urls equally as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576682
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Sun, 16 Sep 2007 06:42:14 +0000 (06:42 +0000)]
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576050
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Sun, 16 Sep 2007 06:39:24 +0000 (06:39 +0000)]
[maven-release-plugin] prepare release archiva-1.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576048
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Sun, 16 Sep 2007 05:45:22 +0000 (05:45 +0000)]
Updated javadoc source from 1.4 to 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576037
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Sun, 16 Sep 2007 05:18:18 +0000 (05:18 +0000)]
[MRM-153]
Submitted by: nicolas de loof
- Added method in ProxiedDavServer that allows to get a relocated artifact (either client-side relocation or server-side
relocation)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576032
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sun, 16 Sep 2007 03:47:36 +0000 (03:47 +0000)]
[MRM-460] correct the default configuration for failure policies
Submitted by: nicolas de loof
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576030
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sun, 16 Sep 2007 03:30:54 +0000 (03:30 +0000)]
[MRM-211] fix proxy tests for legacy, and correct handling of Maven 1.x plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576029
13f79535 -47bb-0310-9956-
ffa450edef68
Emmanuel Venisse [Fri, 14 Sep 2007 14:39:51 +0000 (14:39 +0000)]
[MRM-497] Add resource reference entries.
Submitted by: Aleksandr Tarutin
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575702
13f79535 -47bb-0310-9956-
ffa450edef68
Emmanuel Venisse [Fri, 14 Sep 2007 13:51:32 +0000 (13:51 +0000)]
[MRM-499] Add freemarker property and some missing templates for performance
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575681
13f79535 -47bb-0310-9956-
ffa450edef68
Emmanuel Venisse [Fri, 14 Sep 2007 13:46:58 +0000 (13:46 +0000)]
[MRM-498] Update to latest webwork/xwork
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575677
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Fri, 14 Sep 2007 11:22:33 +0000 (11:22 +0000)]
[MRM-385]
- Added Archiva as a Proxy section in maven-configuration.apt
- Updated some lines in the Configuring Maven-2 to use an Archiva repository section
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575627
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Thu, 13 Sep 2007 06:43:07 +0000 (06:43 +0000)]
[MRM-438]
- Leveraged existing jar and pom images
- Set background of the download-type icons to tranparent
- Updated site.css
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575191
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 13 Sep 2007 02:20:48 +0000 (02:20 +0000)]
[MRM-463] fix merging of latest/release fields in metadata
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575145
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 13 Sep 2007 01:15:16 +0000 (01:15 +0000)]
[MRM-493] some cleanup before fixing merging of plugin metadata
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575135
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 13 Sep 2007 00:10:20 +0000 (00:10 +0000)]
[MRM-496] start a test case
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575133
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 12 Sep 2007 23:38:35 +0000 (23:38 +0000)]
[MRM-496] fix the edit page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575123
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 12 Sep 2007 13:20:08 +0000 (13:20 +0000)]
move source tarball to release profile
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574947
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 12 Sep 2007 12:10:08 +0000 (12:10 +0000)]
[MRM-457] don't display the snapshot removal options in the repository list page if snapshots are not included
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574903
13f79535 -47bb-0310-9956-
ffa450edef68