Joakim Erdfelt
544c45f048
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
2007-10-17 16:30:31 +00:00
Joakim Erdfelt
a97d5c15b7
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
2007-10-16 01:29:31 +00:00
Joakim Erdfelt
1e78efcf9f
[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
2007-10-16 00:52:42 +00:00
Joakim Erdfelt
912b15a347
[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
2007-10-15 20:39:26 +00:00
Maria Odea B. Ching
829e85759e
[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
2007-10-15 03:59:21 +00:00
Joakim Erdfelt
7fa01fb175
[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
2007-10-12 21:35:41 +00:00
Joakim Erdfelt
18174bb428
Removing unused plexus test component xmls.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584274 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 21:20:54 +00:00
Joakim Erdfelt
fb5386209f
Using new ManagedRepositoryContent.toFile( ArchivaArtifact )
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584217 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 17:58:29 +00:00
Joakim Erdfelt
e4d1944847
Fixing Error 500 condition.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583874 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 16:40:49 +00:00
Joakim Erdfelt
46c2f650b3
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
2007-10-11 00:32:22 +00:00
Joakim Erdfelt
9aa41ce31b
Fixing event triggers.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583648 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 00:18:02 +00:00
Joakim Erdfelt
731955abe9
[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
2007-10-11 00:14:43 +00:00
Joakim Erdfelt
5c36e85275
[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
2007-10-10 23:06:39 +00:00
Joakim Erdfelt
e6bf512368
[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
2007-10-10 09:47:20 +00:00
Joakim Erdfelt
8af86cd884
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
2007-10-08 22:07:39 +00:00
Joakim Erdfelt
1ad4bcc637
Removing debug statement from JSP.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582023 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 22:42:07 +00:00
Joakim Erdfelt
42336da5e3
[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
2007-10-04 22:29:43 +00:00
Joakim Erdfelt
b07a8c9aac
Making archiva startup deterministic.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581348 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:57:19 +00:00
Joakim Erdfelt
eaab7a56c6
[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
2007-10-02 18:12:18 +00:00
Joakim Erdfelt
3a88ce0ad2
[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
2007-10-02 18:00:48 +00:00
Joakim Erdfelt
f4330d5248
[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
2007-10-02 00:44:21 +00:00
Brett Porter
bc5df1bd8a
[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
2007-09-28 00:12:03 +00:00
Joakim Erdfelt
dca8107e77
[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
2007-09-26 18:23:41 +00:00
Joakim Erdfelt
0af7305111
[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
2007-09-26 00:01:01 +00:00
Brett Porter
0222469bc6
simplify the repository configuration pages
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579036 13f79535-47bb-0310-9956-ffa450edef68
2007-09-25 02:13:13 +00:00
Joakim Erdfelt
503001adf3
[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
2007-09-24 23:16:50 +00:00
Joakim Erdfelt
6db52ffbd9
[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
2007-09-21 23:16:58 +00:00
Joakim Erdfelt
134b817e45
Invalid text in plexus.xml
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@577473 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 23:46:29 +00:00
Maria Odea B. Ching
55baa9dff8
[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
2007-09-16 06:42:14 +00:00
Maria Odea B. Ching
ffb8b570c3
[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
2007-09-16 06:39:24 +00:00
Maria Odea B. Ching
954be952d0
[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
2007-09-16 05:18:18 +00:00
Emmanuel Venisse
0ba9ea290c
[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
2007-09-14 14:39:51 +00:00
Emmanuel Venisse
2c66979b90
[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
2007-09-14 13:51:32 +00:00
Emmanuel Venisse
5a24cb679a
[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
2007-09-14 13:46:58 +00:00
Maria Odea B. Ching
aa168a8c8e
[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
2007-09-13 06:43:07 +00:00
Brett Porter
cd957318dc
[MRM-496] start a test case
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575133 13f79535-47bb-0310-9956-ffa450edef68
2007-09-13 00:10:20 +00:00
Brett Porter
7b2e4063bf
[MRM-496] fix the edit page
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575123 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 23:38:35 +00:00
Brett Porter
5120cb78ad
[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
2007-09-12 12:10:08 +00:00
Brett Porter
14658271d1
[MRM-144] clean up TODOs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574898 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:57:08 +00:00
Brett Porter
037c5872e2
[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
2007-09-12 11:50:08 +00:00
Brett Porter
ae4e1ada9b
[MRM-144] indexed -> scanned
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574891 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:39:16 +00:00
Brett Porter
184cf0176b
clarify comments
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574886 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:04:48 +00:00
Brett Porter
17f229020f
[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
2007-09-12 09:33:41 +00:00
Maria Odea B. Ching
b8cca284ca
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
2007-09-12 03:01:06 +00:00
Joakim Erdfelt
273ba79f76
[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
2007-09-10 03:03:18 +00:00
Maria Odea B. Ching
a55d85e504
[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
2007-08-31 11:04:54 +00:00
Joakim Erdfelt
f928567cf4
Adding SNIPPET code to mysql example.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571010 13f79535-47bb-0310-9956-ffa450edef68
2007-08-30 01:23:42 +00:00
Joakim Erdfelt
9314b0e4f8
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
2007-08-30 01:23:17 +00:00
Brett Porter
8ffe658623
[MRM-449, 450] improvements to the group search reporting
...
Submitted by: Teodoro Cue Jr.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568011 13f79535-47bb-0310-9956-ffa450edef68
2007-08-21 08:16:36 +00:00
Maria Odea B. Ching
3e28430e1c
[MRM-383]
...
- Updated javascript function and <c:forEach> loop for different file types in repositoryScanning.jsp
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567614 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 09:22:24 +00:00