Commit Graph

102 Commits

Author SHA1 Message Date
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
Fabrice Bellingard b1652e7034 Various <version> fixes in POMs after 1.0-alpha-2 release
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550447 13f79535-47bb-0310-9956-ffa450edef68
2007-06-25 10:37:47 +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
Wendy Smoak b3e8aed7cc MRM-424 include 'apache' and the version number in the distribution filenames
How do I get the source distro to unpack to a directory ending in -src?

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549983 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 00:25:35 +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
Brett Porter 7e03114ded clean up dependency versions and repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542744 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 03:47:07 +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
Jesse McConnell a58ca0bb51 fix rendered jsp error
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541700 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 16:02:32 +00:00
Joakim Erdfelt 0c61521dde [MRM-330]: Searching gives an HTTP 500
Next phase of work towards a search/find fix.
Many improvements in indexer / configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541680 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 15:05:51 +00:00
Jesse McConnell cb92f4907f added appserver.home system property
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541657 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 13:56:32 +00:00
Jesse McConnell 2f085d123d [MRM-361] indexed -> scannable text change
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541503 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 01:26:56 +00:00
Jesse McConnell cc93e200f2 [MRM-361] clear up scanning vs indexing verbage
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541455 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 22:21:23 +00:00
Jesse McConnell e705ccfc96 [MRM-362] converted scan repository now to button, placed in pretty place in my own vicious table oriented way and renamed from Index Now
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541448 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 22:06:10 +00:00
Jesse McConnell faae01e818 [MRM-363] add name to local and remote repository view
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541434 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 21:16:22 +00:00
Jesse McConnell d0fc6a8c29 [MRM-364] add .tableRegion to get correct back color for user table
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541352 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 16:40:39 +00:00
Jesse McConnell 4b0ebdca08 [MRM-351] revisiting, added another configuration option for turning off the applet itself but still enabling the findArtifact functionality. switched defaults to true by popular demand as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541350 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 16:27:31 +00:00
Jesse McConnell e5d26bf107 [MRM-351] ability to turn on and off the Find Artifacts item on the left menu bar. it is defaulting to false right now.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541334 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 15:45:32 +00:00
Jesse McConnell 503dc28855 add component decl to get around PLXREDBACK-82 and activate the environment checker to unlock admin accounts on restart again
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541103 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 22:23:14 +00:00
Jesse McConnell ba431ab8e5 add repo being check to logging statement
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541065 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:46:36 +00:00
Jesse McConnell e37b24e8b4 [MRM-349] archiva-access-repository operation should have been archiva-read-repository
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541064 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:44:38 +00:00
Jesse McConnell 728afe73ad add repository roles from the configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541057 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:33:54 +00:00