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
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
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
Maria Odea B. Ching
d011dad404
[MRM-393]
...
- Updated javascript function setAndSubmit(..)
- Changed getBlackListPattern() to getPattern in ConfigureProxyConnectorAction.removeBlackListPattern()
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567556 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 06:38:54 +00:00
Maria Odea B. Ching
58671364fc
[MRM-374] and [MRM-407]
...
- Added hack for the webwork checkbox bug (when default value is true) in ConfigureRepositoryAction
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566068 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 08:47:14 +00:00
Brett Porter
00f5596da5
[MRM-408] make sure parent directories exist when making a PUT request
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564511 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 08:44:33 +00:00
Brett Porter
c6767af195
[MRM-408] make sure parent directories exist when making a PUT request
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564508 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 08:36:23 +00:00
Maria Odea B. Ching
d9ff71462a
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563101 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 10:38:34 +00:00
Maria Odea B. Ching
72c28b496c
[maven-release-plugin] prepare release 1.0-beta-1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563098 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 10:35:55 +00:00
Maria Odea B. Ching
45ad3a396b
[MRM-275]
...
- Added days older, retention count and delete released snapshots fields in repository page.
- Updated RepositoryPurgeConsumer
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563030 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 05:45:38 +00:00
Brett Porter
8205cd60f9
[MRM-447] Jasper is only included if built with a profile
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562691 13f79535-47bb-0310-9956-ffa450edef68
2007-08-04 10:58:40 +00:00
Brett Porter
5391c0e0de
[MRM-329] revised reporting actions
...
Submitted by: Teodoro Cue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562514 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 16:12:21 +00:00
Brett Porter
0dc2c29c92
[MRM-329] revised reporting actions
...
Submitted by: Teodoro Cue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562511 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 16:02:00 +00:00
Brett Porter
83dfd74838
[MRM-430] fix error display
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562505 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 15:32:38 +00:00
Brett Porter
a84578e55b
remove outdated configuration action
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562494 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 15:01:58 +00:00
Joakim Erdfelt
ad906608b7
* Updating my email address from joakim@erdfelt.com to my apache side email address at joakime@apache.org
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 14:44:15 +00:00
Brett Porter
01350dc303
[MRM-430] configuration adjustments and tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562474 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 14:16:58 +00:00
Brett Porter
2c42dfa250
[MRM-429] correct problems when ui is modified - the actionerrors were not shown and the checksum blanked
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562384 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 08:24:29 +00:00
Brett Porter
f8e12362f6
[MRM-412] support legacy layout requests
...
Submitted by: nicolas de loof
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562356 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 06:54:05 +00:00
Joakim Erdfelt
59cd555432
[MRM-329] The Reports link gives an HTTP 500
...
Patch by: Teodoro Cue Jr
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562233 13f79535-47bb-0310-9956-ffa450edef68
2007-08-02 20:02:27 +00:00
Maria Odea B. Ching
baa1c8af97
[MRM-326]
...
Submitted by Jan Ancajas
- Added validation in ConfigureRepositoryAction
- Added input and error results in saveRepository (xwork.xml)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@558904 13f79535-47bb-0310-9956-ffa450edef68
2007-07-24 01:06:56 +00:00
Maria Odea B. Ching
488303a9e8
[MRM-425 and MRM-426]
...
- Added and modified code for handling snapshots (if the versions of a specific artifact snapshot are only timestamped versions, add a
generic snapshot which is pointing to the latest timestamp version) in DefaultRepositoryBrowsing and ProjectModelToDatabaseConsumer.
- Updated pom validations in ProjectModelToDatabaseConsumer - handling of timestamped versions were considered
- Added isUniqueSnapshot(..) and isGenericSnapshot(..) in VersionUtil
- Added new attribute 'modelVersion' in DependencyTreeTag to get the in-pom version. Did not use the version attribute so as to retain the
actual version being browsed. Also updated DependencyTree
- Updated the ff. pages for the version to be displayed: artifactInfo.jspf, showArtifact.jsp, dependencyTree.jsp and artifactDecorator.jsp
- Updated the version in SearchResultHit
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@558795 13f79535-47bb-0310-9956-ffa450edef68
2007-07-23 16:48:30 +00:00
Joakim Erdfelt
029c0c9789
* Fixing ArtifactsByChecksumConstraint for null types.
...
* Adding anonymous type constructor for ArtifactsByChecksumConstraint.
* Removing DatabaseSearch. (We don't want a repeat of the mess that exists within continuum!)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@551997 13f79535-47bb-0310-9956-ffa450edef68
2007-06-29 18:52:49 +00:00
Wendy Smoak
c1ef06e2ab
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550128 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 22:22:30 +00:00
Wendy Smoak
2023b7ee64
[maven-release-plugin] prepare release archiva-parent-1.0-alpha-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550126 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 22:21:50 +00:00
Fabrice Bellingard
eaf53426c9
[MRM-420] Editing a network proxy creates a new network proxy when saving modifications
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549793 13f79535-47bb-0310-9956-ffa450edef68
2007-06-22 12:00:27 +00:00
Maria Odea B. Ching
49ec5dcb1f
[MRM-416]
...
- Added DatabaseSearch class for querying from the database (This could be used for future database queries so there is only one entry point for all
db queries)
- Added ArtifactsByChecksumConstraint to be used for querying artifacts by checksum (either sha1, md5 or both)
- Updated "artifact" result of findArtifact action in xwork.xml
- Updated SearchAction to find an artifact (using checksums) in the database instead of in the indices
- Updated results.jsp to accomodate when the results came from the database instead of the SearchResults that is for index searching
- Deleted ArtifactsBySha1Constraint and its test, replaced by ArtifactsByChecksumConstraint
- Created tests for the new classes added
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549792 13f79535-47bb-0310-9956-ffa450edef68
2007-06-22 11:57:55 +00:00
Joakim Erdfelt
7db9b8b693
[MRM-357]: Update Consumers button in Repository Scanning doesn't work
...
Applying patch from Napoleon Ramirez.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549567 13f79535-47bb-0310-9956-ffa450edef68
2007-06-21 17:41:21 +00:00
Joakim Erdfelt
0c58a1c253
Turning down the noise in the log.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548828 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 19:14:37 +00:00
Joakim Erdfelt
795337f573
[MRM-358] Update Consumers button in Database - Artifact Scanning doesn't work.
...
Patch from Napolean Ramirez applied.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548821 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 18:43:30 +00:00
Joakim Erdfelt
502b1c454d
Fixing collation to utf8_general_ci
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548150 13f79535-47bb-0310-9956-ffa450edef68
2007-06-18 00:52:26 +00:00
Joakim Erdfelt
6c338b2fe4
Fixing nasty ; bug.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548136 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 23:30:05 +00:00
Joakim Erdfelt
ffa63bbba5
Fixing JDK 1.5 specific usage of JspWriter, in favor of JDK 1.4 usage.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548117 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 21:23:08 +00:00
Joakim Erdfelt
e7664898d6
[MRM-410] Dependency Tree is not shown in artifact details screen.
...
* Refactored project resolution into ProjectModelResolverFactory component.
* All resolution access points now use this factory.
* Created ResolverFactoryInit as plexus component load-on-start, to hookup database to resolver stack.
* Created archiva:dependency-tree taglib
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548008 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 04:50:05 +00:00
Maria Odea B. Ching
4d18f5723d
MRM-409 and MRM-376
...
-Added pom validation in ProjectModelToDatabaseConsumer
-Added handling of ObjectNotFoundException in ShowArtifactAction
-Created a new class CorruptArtifactReport for corrupt/invalid pom or artifact repository problem (to be added in database)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@547209 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 10:47:02 +00:00
Brett Porter
5755e0ebc7
remove unused leaked implementation detail
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@545828 13f79535-47bb-0310-9956-ffa450edef68
2007-06-10 01:44:27 +00:00
Fabrice Bellingard
f814cbad98
[MRM-371] Unable to add a remote repository
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544773 13f79535-47bb-0310-9956-ffa450edef68
2007-06-06 08:59:27 +00:00
Wendy Smoak
fe86f88baf
Remove Cargo config from the webapp, see archiva-webapp-test.
...
Introduce a profile for the webapp tests, and fix version numbers.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544022 13f79535-47bb-0310-9956-ffa450edef68
2007-06-04 00:56:05 +00:00
Wendy Smoak
6eb1173bb7
Initial pass at configuring the Cargo plugin to start Archiva in Tomcat.
...
TODO: Investigate config for data sources.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543842 13f79535-47bb-0310-9956-ffa450edef68
2007-06-03 05:24:12 +00:00
Joakim Erdfelt
9bcbf0e482
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543535 13f79535-47bb-0310-9956-ffa450edef68
2007-06-01 17:10:47 +00:00
Joakim Erdfelt
582f8d5781
[maven-release-plugin] prepare release archiva-1.0-alpha-1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543533 13f79535-47bb-0310-9956-ffa450edef68
2007-06-01 17:10:13 +00:00
Maria Odea B. Ching
5a5d69200d
MRM-381 Applied patch submitted by Teodoro Cue. Field 'md5' was changed to 'q' in SearchAction-checksumSearch-validation.xml file as well as in findArtifact.jsp. The result 'artifact' of action checksumSearch in xwork.xml was also updated.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543109 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 10:44:46 +00:00
Joakim Erdfelt
f457d052ae
[MRM-378]: Clicking on the tabs in the artifact detail page doesn't change the view
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542881 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 17:20:20 +00:00
Wendy Smoak
3e1d721580
[MRM-372] Rename "Local Repositories" to "Managed Repositories" to avoid confusion with the local Maven repo in ~/.m2/repository
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542732 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 02:56:55 +00:00
Jesse McConnell
32ddc4bad9
lingering security->redback conversion issue
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542717 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 01:50:34 +00:00
Joakim Erdfelt
fee31978aa
Stub out missing parameters / variables needed by tabs in showArtifact.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542629 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 19:24:26 +00:00
Joakim Erdfelt
c44caf070d
Reorganizing to eliminate foreign key constraint failure during DROP TABLE
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542616 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 18:36:59 +00:00
Maria Odea B. Ching
999bd10d0d
MRM-377 Applied patch submitted by Dawn Angelito. Updated the value attribute of repositoryForm.jspf with the appropriate object fields.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542496 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 11:59:30 +00:00
Maria Odea B. Ching
d29e5f02ff
MRM-378 Applied patch submitted by Philip Dodds. Added mailing lists and dependecies in ShowArtifactAction. Also updated the field names used in the <c:if> conditions in mailingLists.jspf, and added the classifer in the showArtifactLink tag in artifactDependencies.jspf.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542475 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 10:12:01 +00:00
Joakim Erdfelt
e9dacc6737
Disabling reports (as they are postponed to 1.0-alpha-2)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541801 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 22:30:35 +00:00
Joakim Erdfelt
0111a45140
[MRM-365]: [Admin / Proxy Connectors] Add/Edit screen doesn't display red "X" for removing a (whitelist/blacklist) pattern.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541746 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 18:45:51 +00:00
Joakim Erdfelt
bf565c3f3a
[MRM-331]: Finding an Artifact gives an HTTP 500
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541744 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 18:33:59 +00:00
Jesse McConnell
5a681a15c9
fixed an issue with checkboxes not saving values correctly when editting repositoriesarchiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/repositories/ConfigureRepositoryAction.java
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541725 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 17:15:56 +00:00
Joakim Erdfelt
701945429f
[MRM-330]: Searching gives an HTTP 500
...
Functionality is now the same as archiva 0.9
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541723 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 17:11:37 +00:00
Jesse McConnell
fd3c19b4f0
checkbox toggle on snapshot working correctly, releases and indexed are still being finicky, need to look to other sources that might be keeping this from working correctly
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541703 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 16:07:30 +00:00