]> source.dussan.org Git - archiva.git/log
archiva.git
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

17 years agoFixing .toRelative() to operate in a platform neutral way. working with filesystems...
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

17 years ago[maven-release-plugin] prepare for next development iteration
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

17 years ago[maven-release-plugin] prepare release archiva-1.0-beta-2
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

17 years agoUpdated javadoc source from 1.4 to 1.5
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

17 years ago[MRM-153] tags/archiva-1.0-beta-2@576033
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

17 years ago[MRM-460] correct the default configuration for failure policies
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

17 years ago[MRM-211] fix proxy tests for legacy, and correct handling of Maven 1.x plugins
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

17 years ago[MRM-497] Add resource reference entries.
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

17 years ago[MRM-499] Add freemarker property and some missing templates for performance
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

17 years ago[MRM-498] Update to latest webwork/xwork
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

17 years ago[MRM-385]
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

17 years ago[MRM-438]
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

17 years ago[MRM-463] fix merging of latest/release fields in metadata
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

17 years ago[MRM-493] some cleanup before fixing merging of plugin metadata
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

17 years ago[MRM-496] start a test case
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

17 years ago[MRM-496] fix the edit page
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

17 years agomove source tarball to release profile
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

17 years ago[MRM-457] don't display the snapshot removal options in the repository list page...
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

17 years ago[MRM-144] indexed -> scanned
Brett Porter [Wed, 12 Sep 2007 12:07:26 +0000 (12:07 +0000)]
[MRM-144] indexed -> scanned

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

17 years ago[MRM-144] clean up TODOs
Brett Porter [Wed, 12 Sep 2007 11:57:08 +0000 (11:57 +0000)]
[MRM-144] clean up TODOs

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

17 years ago[MRM-144] no need to do this here - consumer cleans up later
Brett Porter [Wed, 12 Sep 2007 11:50:08 +0000 (11:50 +0000)]
[MRM-144] no need to do this here - consumer cleans up later

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

17 years ago[MRM-144] indexed -> scanned
Brett Porter [Wed, 12 Sep 2007 11:39:16 +0000 (11:39 +0000)]
[MRM-144] indexed -> scanned

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

17 years agoclarify comments
Brett Porter [Wed, 12 Sep 2007 11:04:48 +0000 (11:04 +0000)]
clarify comments

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

17 years ago[MRM-462] separate configuration of managed and remote repositories
Brett Porter [Wed, 12 Sep 2007 09:33:41 +0000 (09:33 +0000)]
[MRM-462] separate configuration of managed and remote repositories
Merged from branches/MRM-462

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

17 years agoAdded localization for redback in webwork.properties
Maria Odea B. Ching [Wed, 12 Sep 2007 03:01:06 +0000 (03:01 +0000)]
Added localization for redback in webwork.properties

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

17 years agoUpgraded redback to 1.0-alpha-3
Maria Odea B. Ching [Tue, 11 Sep 2007 04:10:09 +0000 (04:10 +0000)]
Upgraded redback to 1.0-alpha-3

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

17 years ago[MAVENUPLOAD-1705][MAVENUPLOAD-1707][MAVENUPLOAD-1708]
Carlos Sanchez Gonzalez [Mon, 10 Sep 2007 23:09:26 +0000 (23:09 +0000)]
[MAVENUPLOAD-1705][MAVENUPLOAD-1707][MAVENUPLOAD-1708]

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

17 years agoDisabling problem test cases (for now).
Joakim Erdfelt [Mon, 10 Sep 2007 03:13:26 +0000 (03:13 +0000)]
Disabling problem test cases (for now).
Need to re-enable them in the future.

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

17 years ago[MRM-463] Metadata merging doesn't work.
Joakim Erdfelt [Mon, 10 Sep 2007 03:03:18 +0000 (03:03 +0000)]
[MRM-463] Metadata merging doesn't work.
Updating guessing of intent on incoming request differently, to handle new metadata processing requirements.

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

17 years ago[MRM-463] Metadata merging doesn't work.
Joakim Erdfelt [Mon, 10 Sep 2007 03:01:25 +0000 (03:01 +0000)]
[MRM-463] Metadata merging doesn't work.
Adding new Metadata Updater Consumer.
Updating archiva-configuration default for new consumer.
Updating archiva-proxy for new Metadata Tools approach.

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

17 years ago[MRM-432] Proxy Connectors are unable to download artifacts with alpha numerical...
Joakim Erdfelt [Mon, 10 Sep 2007 02:59:47 +0000 (02:59 +0000)]
[MRM-432] Proxy Connectors are unable to download artifacts with alpha numerical version numbers
Broke out metadata handling from BidirectionalRepositoryLayout into recent MetadataTools class.
Simplified test cases for default and legacy layout.
Test cases now perform round-trip for each example: reference -> path -> reference

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

17 years ago[MAVENUPLOAD-1701] Sync org.appfuse
Carlos Sanchez Gonzalez [Wed, 5 Sep 2007 18:52:13 +0000 (18:52 +0000)]
[MAVENUPLOAD-1701] Sync org.appfuse

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

17 years ago[MAVENUPLOAD-1696] Add net.sf.locale4j sync
Carlos Sanchez Gonzalez [Wed, 5 Sep 2007 18:36:13 +0000 (18:36 +0000)]
[MAVENUPLOAD-1696] Add net.sf.locale4j sync

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

17 years ago[MAVENUPLOAD-1702] Add net.sf.tacos sync
Carlos Sanchez Gonzalez [Wed, 5 Sep 2007 18:31:59 +0000 (18:31 +0000)]
[MAVENUPLOAD-1702] Add net.sf.tacos sync

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

17 years ago[MRM-392]
Maria Odea B. Ching [Fri, 31 Aug 2007 11:04:54 +0000 (11:04 +0000)]
[MRM-392]
- Added javascript function for submitting the form to a specific action depending on which textfield the onKeyPress event was invoked
- Added onkeypress action to the property, blacklist pattern and whitelist pattern textfields

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

17 years agoAdding SNIPPET code to mysql example.
Joakim Erdfelt [Thu, 30 Aug 2007 01:23:42 +0000 (01:23 +0000)]
Adding SNIPPET code to mysql example.

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

17 years agoAdding .tar.bz2 and .zip to assembly creation.
Joakim Erdfelt [Thu, 30 Aug 2007 01:23:17 +0000 (01:23 +0000)]
Adding .tar.bz2 and .zip to assembly creation.

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

17 years ago[MRM-463] Metadata merging doesn't work.
Joakim Erdfelt [Thu, 30 Aug 2007 01:22:19 +0000 (01:22 +0000)]
[MRM-463] Metadata merging doesn't work.
Bug fixes to MetadataTool.
New Proxying features.
Proxying Unit Testing Updates.

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

17 years ago[MAVENUPLOAD-1694] Add net.sf.maven-sar sync
Carlos Sanchez Gonzalez [Wed, 29 Aug 2007 11:41:28 +0000 (11:41 +0000)]
[MAVENUPLOAD-1694] Add net.sf.maven-sar sync

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

17 years ago[MAVENUPLOAD-1689] Add com.pyx4j sync
Carlos Sanchez Gonzalez [Wed, 29 Aug 2007 11:39:39 +0000 (11:39 +0000)]
[MAVENUPLOAD-1689] Add com.pyx4j sync

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

17 years ago[MAVENUPLOAD-1690] Add net.sf.jour sync
Carlos Sanchez Gonzalez [Wed, 29 Aug 2007 11:39:14 +0000 (11:39 +0000)]
[MAVENUPLOAD-1690] Add net.sf.jour sync

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

17 years ago[MAVENUPLOAD-1685] Add com.h2database sync
Carlos Sanchez Gonzalez [Mon, 27 Aug 2007 16:12:04 +0000 (16:12 +0000)]
[MAVENUPLOAD-1685] Add com.h2database sync

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

17 years ago[MRM-453]
Maria Odea B. Ching [Mon, 27 Aug 2007 12:27:13 +0000 (12:27 +0000)]
[MRM-453]
- Added tests for metadata driven snapshots in DaysOldRepositoryPurgeTest
- Added test data

Changes made in DaysOldRepositoryPurge:
- Added functionality to consider the metadata driven snapshots (check the timestamp in the filename first before the last modified date of the
file if it is a unique versioned snapshot)

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