Commit Graph

868 Commits

Author SHA1 Message Date
Jevica Arianne B. Zurbano 7ecf7e1e88 revert changes made (MRM-1246)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825431 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 08:18:29 +00:00
Brett Porter 9325a5a1c6 [MNG-1264] make it clearer if the index gets into a bad state
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825415 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 07:22:29 +00:00
Brett Porter 3b5817496e [MRM-1265] .indexer should be excluded from scanning
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825390 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 04:41:43 +00:00
Brett Porter e5c3dc20fb [MRM-1259] only index content that is listed in indexable-content configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825382 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 03:41:57 +00:00
Brett Porter c30389bfe8 [MRM-1264] Only create the DefaultIndexingContext once for a scan to reduce the amount of garbage collection. Also move optimization to end of scan to increase performance.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825163 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 15:15:43 +00:00
Brett Porter 0cf3f93e5a [MRM-1264] reduce memory used by indexing process
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825082 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 10:27:48 +00:00
Brett Porter accfd9680f unused imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825080 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 10:19:31 +00:00
Brett Porter 4116a4177a clean imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825075 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 10:00:21 +00:00
Brett Porter 36042466c5 remove unused vars
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825074 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 09:59:25 +00:00
Brett Porter 3a327868d0 remove unused fields
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825073 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 09:56:19 +00:00
Brett Porter c61e55fd4f [MRM-1262] move the index packing job to the end of a scan
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825012 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 05:41:45 +00:00
Brett Porter 2d73132f91 shorten job names to preserve some memory since they are frequently created
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@825005 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 03:56:44 +00:00
Maria Odea B. Ching c893eefe9f [MRM-747] Archiva should prevent re-deployment of released or non-snapshot versioned artifacts
submitted by Marc Lustig
o added checks in webdav to block re-deployment if artifact version already exists in the repo and throw a 409 in such cases
o added tests for deploying and re-deploying an artifact

additional modifications to the patch:
o update checking for artifact types that will be blocked
o add tests for deploying metadata and support file


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824677 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 10:36:24 +00:00
Maria Odea B. Ching 88f79fe1e7 [MRM-1080] Update SearchServiceImplTest so that it uses the new search API
submitted by Gwen Harold Autencio
o added tests for quick search (with search hits and with no search hits)

additional changes to the patch:
o updated testQuickSearchArtifactRegularSearch() to conform to the recent changes in SearchServiceImpl from MRM-1230


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824259 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 08:44:10 +00:00
Maria Odea B. Ching 16b13f831a [MRM-1254] Add more unit tests for searching artifacts
o more unit tests for advanced search and quick search (code coverage is now 88%)


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824257 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 08:08:29 +00:00
Jevica Arianne B. Zurbano 5a8a5a92f8 [MRM-1246] - MetadataUpdaterConsumer didn't run during a repository scan after deleting a version of an artifact.
- added unit test for updating metadata
- added unit test sample artifacts
- applied the submitted patch

Submitted by: Gwen Harold Autencio



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@824220 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 04:29:06 +00:00
Maria Odea B. Ching ecb90855a1 [MRM-1254] Add more unit tests for searching artifacts
o added test for searching artifacts with numeric values in the artifactId using advanced search (MRM-981)


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823505 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 10:28:52 +00:00
Maria Odea B. Ching 3390708c18 [MRM-1230] Type of artifact is allways "pom"
o for each search hit, get project model thru repositorybrowse#selectVersion(..) where complete project model is retrieved instead of just the bare artifact obj
o added tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823109 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 10:01:32 +00:00
Maria Odea B. Ching 8a116d5a94 [MRM-636] war:inplace usage is not compatible with cobertura
o unpack redback war in target dir
o configure jetty plugin to use multiple source dirs
o cleaned up clean-plugin config


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@823065 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 06:40:21 +00:00
Brett Porter 8142e83c50 additional clean up code to prevent the tests from running out of memory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@822794 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 16:29:27 +00:00
Brett Porter eb9383c0a4 some POM clean up
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@822640 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 10:12:41 +00:00
Jevica Arianne B. Zurbano b24d5ceb4b [MRM-1257] - Selenium Test for accessing bundled repositories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@818710 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25 03:55:57 +00:00
Maria Odea B. Ching 185d83243c [MRM-1056] Option to force scanning of an artifact/repository regardless of file dates
o added new method for creating task with scanAll flag
o added unit tests for creating tasks with different configs


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816545 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 08:58:50 +00:00
Maria Odea B. Ching 40e247c7e4 [MRM-1056] Option to force scanning of an artifact/repository regardless of file dates
o add checkbox for processing all artifacts beside Scan Repository Now button in repositories page
o scan all artifacts if flag is set
o added unit tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@816084 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 07:48:55 +00:00
Maria Odea B. Ching 8604c2f389 changed ordering of log when queueing tasks, it appears as if the task was queued again after it was executed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@815697 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 10:01:06 +00:00
Marecor M. Baclay 6459b2f47f update version in pom to 1.2.3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813725 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 08:53:54 +00:00
Jevica Arianne B. Zurbano 0ce636965d [MRM-1238] - NPE when updating consumers of known content without setting any of the checkboxes (enabled)
- added null checks
- added unit tests

Submitted by: Gwen Harold Autencio



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813473 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 15:14:48 +00:00
Jevica Arianne B. Zurbano d20cce3a52 [MRM-1240] - NPE when updating consumers (not setting any of the checkboxes) of Unprocessed Artifacts and Artifact Cleanup Scanning in Database
- added null checks
- added unit test for DatabaseAction

Submitted by: Gwen Harold Autencio



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813439 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 13:50:40 +00:00
Maria Odea B. Ching 9471a08db3 [MRM-1250] Granting the Global Repository Manager/System Administrator role does not automatically assign the Global Repository Observer role
o add global repository observer role as child role of global repository manager


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813337 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 09:59:00 +00:00
Maria Odea B. Ching e9da0e496b [MRM-1243] Encoding issues with Archiva UI: add Spring CharacterEncodingFilter
submitted by Julien Henry
o add filter to force utf-8 encoding


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@810457 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 11:25:55 +00:00
Maria Odea B. Ching 6ad5da6f8d [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808338 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 09:34:26 +00:00
Maria Odea B. Ching 924e33b562 [maven-release-plugin] prepare release archiva-1.2.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808336 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 09:30:51 +00:00
Maria Odea B. Ching df265f5fad remove unused section
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808298 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 06:44:36 +00:00
Maria Odea B. Ching 573472d62a [MRM-1239] Unable to get artifact-level maven-metadata.xml of artifacts that are only three directory levels deep
o added tests
o allow three levels for metadata and metadata checksums when checking if repository layout is default


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808295 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 06:40:37 +00:00
Marecor M. Baclay 9c3facccc7 [MRM-1241] Selenium Tests for Repository Scanning and Database
- added tests for repository scanning.


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808252 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 01:55:46 +00:00
Maria Odea B. Ching 81aa36aa09 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807091 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 06:14:31 +00:00
Maria Odea B. Ching 03aae7ee6a [maven-release-plugin] prepare release archiva-1.2.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807087 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 06:12:10 +00:00
Marecor M. Baclay 024dd3d865 fixed failed/skipped tests with jdk 1.5
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807077 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 05:24:35 +00:00
Marecor M. Baclay 2b05e40f8b - refactored the scripts.
- added more tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807056 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 03:14:44 +00:00
Brett Porter 0a4b078b01 simplify test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@806324 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 19:45:05 +00:00
Jevica Arianne B. Zurbano 76c66f5a83 [MRM-1204] - org.apache.maven.archiva.repository.project.ProjectModelMerge.merge throws NPE
- added unit test



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@806081 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 08:07:04 +00:00
Jevica Arianne B. Zurbano 7c53e15614 [MRM-1236] - Locale selection is broken
- added blank *_en.properties files



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@805782 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 12:57:48 +00:00
Maria Odea B. Ching 3cb6dd196a [MRM-1155] m2eclipse - getting index from archiva 1.2 failed
o optimize index before packaging
o added test case


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@805736 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 10:30:53 +00:00
Jevica Arianne B. Zurbano f4cc3f7208 [MRM-1151] - Error when processing file nexus-maven-repository-index.zip
applied patch and added unit test.
Submitted by: Gwen Harold Autencio



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@805371 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 11:41:29 +00:00
Maria Odea B. Ching 4be2924979 [MRM-1194] Archiva doesn't cope with versions in a pom.xml that are properties
o updated test cases


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@804909 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 09:40:44 +00:00
Jevica Arianne B. Zurbano 1c301353ac [MRM-1204] - org.apache.maven.archiva.repository.project.ProjectModelMerge.merge throws NPE
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@803840 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 11:00:51 +00:00
Marecor M. Baclay 11135fe668 [MRM-1234] Typo in Appearance Page
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@803821 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 09:44:07 +00:00
Maria Odea B. Ching 8b3037bfdc [MRM-1232] Unable to get artifacts from repositories which requires Repository Manager role using repository group
o if at least one unauthorizeddavexception exists in the compiled errors from the repositories in the group, send back a 401 error to force maven to send 
attach credentials to the request
o added tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@803795 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 07:16:35 +00:00
Maria Odea B. Ching d150a6ed98 [MRM-1194] Archiva doesn't cope with versions in a pom.xml that are properties
o get latest timestamped file if no -SNAPSHOT exists when resolving the pom
o added tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@801946 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 11:00:03 +00:00
Maria Odea B. Ching f62c635bde [MRM-1163] Add some decent logs in webdav for debugging purposes
Submitted by: Jevica Arianne Zurbano
o added debug logs in ArchivaDavResource and ArchivaDavResourceFactory with the filename, directory, repository, and/or current user included in logs


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798827 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 09:55:18 +00:00
Marecor M. Baclay 7b15e3da49 [MRM-1226] Selenium tests for Repositories and Network Proxies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798789 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 06:22:40 +00:00
Marecor M. Baclay a37878dc22 [MRM-1164] Fix the Selenium tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798777 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 04:34:07 +00:00
Maria Odea B. Ching 95e064f8a8 fixed repo path shown in log
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798437 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 08:00:48 +00:00
Maria Odea B. Ching 0586f7bd5b [MRM-1198] changed length of url fields from 250 to 1020
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798424 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 07:17:36 +00:00
Maria Odea B. Ching 5e5fa749a2 [MRM-1212]/[MRM-1197] do not execute create-missing-checksum and metadata-updater consumers during webdav deployment
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798403 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 05:04:44 +00:00
Maria Odea B. Ching 8b235c1283 [MRM-1212]
o fix/create checksums and update metadata in action class only if create-missing-checksum and metadata-updater consumers are not enabled


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798060 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 07:39:34 +00:00
Maria Odea B. Ching a4bd8b9c5a [MRM-1212]
o move fixing of incorrect checksums to ArtifactMissingChecksumConsumer
o added tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798059 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 07:34:40 +00:00
Maria Odea B. Ching 71b644e878 cleanup unused variables
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@796149 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 05:21:17 +00:00
Maria Odea B. Ching 2db502dbfb [MRM-1171]
submitted by Gwen Harold Autencio

o fixed table for advanced search fields so that they appear in IE6 and IE7


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@795695 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20 05:54:18 +00:00
Brett Porter 78cf76f801 [MRM-1220] disable Struts devMode for performance reasons
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794940 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17 01:40:35 +00:00
Brett Porter a73f0ccf31 [MRM-1219] correct log4j configuration, consolidate logging APIs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794572 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 07:45:17 +00:00
Brett Porter 1ef459b78e [MRM-1217] Switch to Jetty 6.1.19
[MRM-1218] Upgrade to JSP 2.1


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794554 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 06:57:47 +00:00
Brett Porter 7aa245a59d make parameters configurable
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@790035 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 04:39:58 +00:00
Wendy Smoak 3a06b49407 [MRM-1164] Add Selenium tests for virtual repositories and capture screen shots of failing tests.
Submitted by: Marecor Baclay 


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@785892 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 04:06:33 +00:00
Maria Odea B. Ching ea8c1fa4c9 [MRM-1196]
o fix or generate checksums when artifacts are deployed from UI
o created unit tests for UploadAction


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@783687 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 08:16:06 +00:00
Maria Odea B. Ching 03eab14b77 [MRM-1168]
submitted by Jevica Arianne Zurbano

o add info message for account locked


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@781339 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 11:15:09 +00:00
Emmanuel Venisse b8578cfac9 [MRM-1097] close some open streams
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@779841 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29 05:02:22 +00:00
Maria Odea B. Ching 3fea67fafd [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778166 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 14:50:05 +00:00
Maria Odea B. Ching 2d00ba7504 [maven-release-plugin] prepare release archiva-1.2.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778164 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 14:46:45 +00:00
Maria Odea B. Ching 4f50f5722e revert to 1.2.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778156 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 14:17:53 +00:00
Maria Odea B. Ching f2a299be93 [maven-release-plugin] prepare release archiva-1.2.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778151 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 13:58:14 +00:00
Maria Odea B. Ching b704d37229 oops, forgot to remove debug logs..
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778121 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 11:04:35 +00:00
Maria Odea B. Ching af0109d90f [MRM-1157] and [MRM-1176] (also related to MRM-836)
o added new column for Organization, IssueManagement, CiManagement and Individual tables to hold the actual values


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778118 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 10:58:49 +00:00
Maria Odea B. Ching 302186acd1 [MRM-1167]
o fix xmlrpc search service


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778106 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 07:20:59 +00:00
Maria Odea B. Ching fa24587f89 [MRM-1188]
o put all indexing tasks (add, update and remove) into one queue; tasks added by NexusIndexerConsumer and LuceneCleanupRemoveIndexedConsumers
o all index updates are performed by ArchivaIndexingTaskExecutor
o added and updated tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778093 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24 06:11:19 +00:00
Maria Odea B. Ching 4f792bf59e remove unused test dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@777831 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23 08:09:09 +00:00
Maria Odea B. Ching 02a22f45a5 [MRM-1161], [MRM-1179], [MRM-1143] and [MRM-1160]
o upgraded nexus indexer to 2.0.0
o queue all indexing tasks to avoid interrupting a current indexing task being executed
o cleaned up nexus indexer and index cleanup consumers


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@777816 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23 07:28:12 +00:00
Maria Odea B. Ching 8b08426a74 o changed log level of default proxy connectors to debug and warn
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@777008 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 08:23:09 +00:00
Wendy Smoak 9c97bf35bc [MRM-1164] Improve the Selenium tests so testng.properties no longer needs to be modified (patch #4
Submitted by: Marecor Baclay
Also changed the webapp-test profile id to 'it' (integration test). Run with -Pit to include this module.


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@776772 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 17:26:30 +00:00
Maria Odea B. Ching 1cc84d7fdc [MRM-1157]
o added back identifier fields in archiva model


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@776598 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 07:20:56 +00:00
Wendy Smoak 50193ed8c5 [MRM-1164] Improve the Selenium tests
*  added tests for archiva user roles
 * added tests for upload artifact
 * modified scripts from Search and Browse
Submitted by: Marecor Baclay


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@775412 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 04:00:46 +00:00
Wendy Smoak dcc58f2859 [MRM-1164] Add xvfb to run headless on vmbuild.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774787 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 14:32:58 +00:00
Wendy Smoak 137aca009c [MRM-1164] Make TestNG the primary set of tests.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774781 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 14:24:45 +00:00
Wendy Smoak dbd4e769c9 [MRM-1164] Improve the Selenium tests
Submitted by: Marecor Baclay


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@773741 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 00:35:39 +00:00
Maria Odea B. Ching ee164981d9 [MRM-1172]
submitted by Jan Ancajas
o loosen version validation rule in VersionUtil
o added test cases


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@772151 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 11:20:06 +00:00
Wendy Smoak 4cfc5a7837 [MRM-1164] Allow command line configuration of which browser to use, for example -Dbrowser=iexplore
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@770871 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 00:38:38 +00:00
Wendy Smoak 6f0984adf3 [MRM-1164] Move Cargo plugin config into a profile which is active by default. To run TestNG tests against an existing Archiva instance, use -Dcontainer=existing.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@770866 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 00:11:22 +00:00
Wendy Smoak c2c281cdde [MRM-1164] Introduce Cargo plugin config for the TestNG tests to start Tomcat and deploy the app, taken from the original pom.xml
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@770861 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01 23:38:10 +00:00
Wendy Smoak 4c8bb8341b [MRM-1164] TestNG/Selenium tests for login, browse, search, admin
Submitted by: Marecor Baclay


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@769940 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 21:21:40 +00:00
Wendy Smoak c388ed3b98 [MRM-1164] Add it.properties to externalize info needed for tests. Adjust directory name for non-classpath resources in pom.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@761865 13f79535-47bb-0310-9956-ffa450edef68
2009-04-04 03:13:14 +00:00
Wendy Smoak 925f56ad01 [MRM-1164] Rename directory used for non-classpath test resources
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@761863 13f79535-47bb-0310-9956-ffa450edef68
2009-04-04 02:56:47 +00:00
Wendy Smoak 9c549e773e [MRM-1164] Copy in AbstractSeleniumTestCase to remove the dependency on old shared UI tests from Maven, and update version numbers.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@761154 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02 03:31:19 +00:00
Brett Porter d1f4143e77 add note on potential issue to fix
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757643 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 03:13:41 +00:00
Brett Porter 71eda3948c fix tabs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757642 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 03:13:00 +00:00
Maria Odea B. Ching 8dc8cd536a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757124 13f79535-47bb-0310-9956-ffa450edef68
2009-03-22 03:19:24 +00:00
Maria Odea B. Ching d811b1f00d [maven-release-plugin] prepare release archiva-1.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
2009-03-22 03:15:29 +00:00
Maria Odea B. Ching 30ecf02f41 o synchronize repository scanning to prevent index writer/reader from being closed when repo consumers are executed from proxy requests and a
repository scanning is in progress
o updated test cases to accomodate changes


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757116 13f79535-47bb-0310-9956-ffa450edef68
2009-03-22 02:24:21 +00:00
Brett Porter cdea2730ba [MRM-1137] set a higher default of 10M for artifact upload
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756889 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 07:42:31 +00:00
Brett Porter 566d5d73bb [MRM-1137] ensure error message is correct if upload size is violated
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756888 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 07:38:36 +00:00
Brett Porter 3457a487f1 [MRM-1096] [MRM-989] fix plugin download type, add default for other types such as javadoc, clean all icons
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756883 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 07:20:09 +00:00
Brett Porter cf807b3db6 these tests still need to set the principal
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756621 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 17:02:00 +00:00
Brett Porter 3e7a522658 remove more xwork user references
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756615 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:51:35 +00:00
Brett Porter 34c163502b fix test problems
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756587 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:35:02 +00:00
Brett Porter 6681581426 further cleanup references to xwork user that no longer needs to be instantiated
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756564 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:14:45 +00:00
Brett Porter bf34387459 [MRM-1093] Log configuration and repository changes made.
Submitted by: Jevica Arianne B. Zurbano (applied with modifications and other refactoring)


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756563 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:12:10 +00:00
Maria Odea B. Ching 9bd751e3d5 [MRM-1136]
o remove namespaces before getting child nodes of metadata
o added test case


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756559 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 16:05:05 +00:00
Brett Porter 3b9173e74f [MRM-1147] handling leading / on whitelists is ambiguous
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756012 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 14:12:57 +00:00
Brett Porter 9b150136fe clean up method calling
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755995 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 13:48:54 +00:00
Maria Odea B. Ching ee7a83da1d [MRM-731]
submitted by Jan Ancajas
o fix project properties being left out during cloning of the archivaProject (with unit test)


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755846 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 06:14:43 +00:00
Brett Porter 584031f68f clean up the webdav interface to make the code more readable
in addition, webdav now honours the delete operation separately to upload
improved the HTTP error responses for misconfiguration (500) vs not found on groups


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755845 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 06:10:38 +00:00
Brett Porter 6095cf8484 only create the working directory at the point it is needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755844 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 06:09:14 +00:00
Brett Porter e5ce444a9c fix test descriptors for recent changes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755799 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 00:24:45 +00:00
Brett Porter 20b3d982cf [MRM-913] bring delete artifact security into line with uploading an artifact
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755726 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 20:47:20 +00:00
Maria Odea B. Ching f8051daf10 [MRM-1121]
o added null check in browse at artifact level


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755602 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 14:28:39 +00:00
Maria Odea B. Ching c71589de80 [MRM-1105]
o fix legacy path being set in artifact


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755544 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 10:55:39 +00:00
Maria Odea B. Ching aab7502db7 [MRM-901]
o merge all versions of artifacts with same groupId in all repos under a group (browse)
o added test case 


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755532 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 09:56:41 +00:00
Brett Porter 7ec2e6c8a5 remove unused class, superceded by SecuritySynchronization
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755488 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 06:41:57 +00:00
Brett Porter e000da9c29 [MRM-1133] delete artifact role not added on upgrade from previous version
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755486 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 06:15:36 +00:00
Brett Porter fc374c71b8 fix jetty:run
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755459 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 02:33:47 +00:00
Brett Porter 57d991e0ac [MRM-1145] disable tests that were failing silently
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755333 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 17:42:56 +00:00
Brett Porter 44a173c7e9 fix test case after internal change
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755330 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 17:22:24 +00:00
Brett Porter 64693f1949 clarify bad test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755327 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 17:13:28 +00:00
Brett Porter c01c25cf0a clean warnings in xml tools module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755323 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 17:03:45 +00:00
Brett Porter 643ac963f2 clean up warnings in xmlrpc modules
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755322 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 17:01:40 +00:00
Brett Porter f8373b46e0 clean up warnings in webdav module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755319 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:58:49 +00:00
Brett Porter dddb1c3b45 clean up warnings in webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755318 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:53:49 +00:00
Brett Porter 9e46c25ca2 warnings in transaction module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755305 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:24:16 +00:00
Brett Porter 76a1d2429f warnings in scheduled and security modules
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755300 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:18:51 +00:00
Brett Porter 6952e5a90e warnings in RSS
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755297 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:14:27 +00:00
Brett Porter cba6c66858 warnings in repository layer and some bugs found due to non-generic lists
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755296 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 16:13:38 +00:00
Brett Porter 5881fb5829 clean up warnings in reports modules
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755290 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:53:37 +00:00
Brett Porter ad7be3a3fc clean up warnings
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755287 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:47:25 +00:00
Brett Porter 969828589e clean up warnings
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755286 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:45:22 +00:00
Brett Porter 8bd81e6d6f warnings from dependency tree consumer
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755284 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:36:42 +00:00
Brett Porter 26a9c2edfc restore previous behaviour, though it appears wrong
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755281 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:32:43 +00:00
Brett Porter c5d079a9a4 clean warnings from dependency-graph
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755277 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 15:18:35 +00:00
Brett Porter bd3bcaa26f clear warnings for database-consumers
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755267 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 14:29:06 +00:00
Brett Porter 75e9f6fe7a clear warnings for archiva-database
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755266 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 14:28:40 +00:00
Brett Porter e60b195d45 clean warnings in core-consumers
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755245 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 13:48:20 +00:00
Brett Porter 2846805437 clean up warnings in archiva-converter
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755243 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 13:46:17 +00:00
Brett Porter 41854b9e2f revise code warnings in archiva-configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755240 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 13:43:33 +00:00
Brett Porter 3cdb8ce934 start adding Java5 features to modules
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755239 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 13:40:10 +00:00
Maria Odea B. Ching 51ad4bdec9 [MRM-1032]
o added check for start date and end date in statistics report


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@754623 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15 06:50:25 +00:00
Brett Porter f1e7f31663 fix imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753629 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 10:30:14 +00:00
Maria Odea B. Ching 9198c4e336 [MRM-1135]
o escape blacklist and whitelist pattern with '\'


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753608 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 06:43:22 +00:00
Maria Odea B. Ching 07bb48e79d [MRM-1117]
o move advanced search out of the 'info' pop up, added a link of it's own instead


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753598 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 04:16:34 +00:00
Brett Porter 537ff689e7 [MRM-1140] centralise logging through slf4j
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753590 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 02:33:57 +00:00
James William Dumay b247000287 Set sytem property before loading config
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753124 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 05:27:23 +00:00
James William Dumay 47b437abc9 MRM-1138 - Fix java.lang.NullPointerException: configuration can not be null on startup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753121 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 05:22:58 +00:00
James William Dumay 15f58a9233 MRM-1139 - war:inplace blindly copies everything (including WEB-INF/lib/**) into the archiva-webapp.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753117 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 05:09:28 +00:00
James William Dumay 323cbb7558 MRM-1138 - Fix java.lang.NullPointerException: configuration can not be null on startup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753110 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 04:56:40 +00:00
James William Dumay f4e86b1e91 MRM-1138 - Fix java.lang.NullPointerException: configuration can not be null on startup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753109 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 04:56:06 +00:00
James William Dumay 6b7f9f4ad8 MRM-1138 - Fix java.lang.NullPointerException: configuration can not be null on startup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753108 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 04:54:59 +00:00
Brett Porter 5bc40b6181 [MRM-1107] change to base exception since we will also get the MustChangePasswordException in Redback 1.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752762 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 03:46:45 +00:00
Brett Porter c9a12dbf99 [MRM-921] user management role does not display the user management menu
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752740 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 01:18:07 +00:00
Brett Porter 13d43afbfe [MRM-922] access to upload page with managed repository role
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752539 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 17:33:31 +00:00
Brett Porter f63959e3aa [MRM-1101] restore proper tracking of principal in DAV for audit logging
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752519 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 16:53:17 +00:00
Maria Odea B. Ching 11edfc6918 exclude slf4j 1.5.6 jars in WEB-INF/lib, conflicts with the version used which is 1.5.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752433 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 13:07:00 +00:00
Brett Porter c5783f016f [MRM-1130] add security audit log and clean up logging configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752431 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 12:37:04 +00:00
Emmanuel Venisse aae839ff4b [ARCHIVA-938] Remove harcoded guest user
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@752384 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 06:12:17 +00:00
Brett Porter bf03bbad7a [MRM-1102] reduce verbosity of ZipExceptions
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751941 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 01:38:09 +00:00
Brett Porter e75840b71f [MRM-1102] clean up layout exceptions
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751940 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 01:35:35 +00:00
Brett Porter 0fcfb7e339 [MRM-1102] don't swallow parsing exception too early where it still has context, and only log the message not the trace in scanning
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751932 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 01:09:34 +00:00
Brett Porter 0715c95f8c clean imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751929 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 01:05:19 +00:00
Brett Porter fd62230483 [MRM-842] [MRM-836] correct the organization name and issue management URL in the database by not assigning them an automatically generated key as the identifier. We don't need these as identifiers, so simply remove
Submitted by: John Michael Luy


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751709 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 15:27:06 +00:00
Brett Porter 1216a8534a [MRM-1081] fix download tag in light of multiple repositories offering the same artifact
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751702 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 15:14:47 +00:00
Brett Porter d45681578e [MRM-1042] reduce logging noise, you would anticipate a lot of misses since artifacts are not in all repositories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751699 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 15:03:02 +00:00
Brett Porter 5a9d510e8a [MRM-1082] restore per-lookup to action classes that was set by default with the previous version of the plexus plugin. This is important for actions that store state and resolves a number of issues with parameters persisting across requests (and clients)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751672 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 13:17:46 +00:00
Emmanuel Venisse 9633f8d288 [MRM-938] Remove old/unused property
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751668 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 13:01:59 +00:00
Brett Porter 302247e263 [MRM-749] we actually need to explicitly skip the processFile method if the index couldn't be created
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751620 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 08:30:40 +00:00
Brett Porter 1b1f7785df [MRM-749] throw consumer exception if it can't start so that it doesn't fail processing every file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751608 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 08:00:07 +00:00
Brett Porter 268b0e5850 [MRM-1062] switch md5 implementation - license is less ambiguous and it appears faster
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751565 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 01:15:16 +00:00
Brett Porter d6f99e5f66 [MRM-1062] find artifact no longer worked in several browsers due to the file input not returning the full path as a security measure. For Firefox 3, the file will now be checksummed in JavaScript, and other browsers will present an alert dialog
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751562 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 00:56:29 +00:00
Brett Porter 722e0b6682 [MRM-1062] avoid applet error going into search box
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751545 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 22:44:03 +00:00
Brett Porter f3b9f4f30c [MRM-1110] some redback log statements are not visible in Archiva logs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751524 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 20:57:28 +00:00
Brett Porter 3a742eeb67 [MRM-1109] environment checks do not indicate which caused a violation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751517 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 20:45:02 +00:00
Brett Porter aeedc2ff5e [MRM-1013] add generics for type safety after updating redback for the casting error
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750975 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:54:34 +00:00
Brett Porter 4b34d911eb [MNG-1106] guard against NPE which can be generated by the LDAP user manager if misconfigured
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750953 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:08:12 +00:00
Brett Porter adf0f01d13 [MRM-1108] show the default logo if it is empty in the configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750843 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 10:54:06 +00:00
Brett Porter 9e03d296ed formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750823 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 09:44:47 +00:00
Brett Porter 497493a78b [MRM-1073] restore backwards compatibility of model
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750808 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 08:26:30 +00:00
Brett Porter 3823131239 [MNG-1073] remove class from the model that was never used and required a model change. Typically, you'd just leave it out of the current version but we get some clean up by removing it altogether without any side effects.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750795 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 07:44:10 +00:00
Brett Porter 1bd4a0386e fix formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750786 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 06:48:58 +00:00
James William Dumay c855a42ef5 Add spring context
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750773 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 05:35:39 +00:00
Brett Porter c5529d24ae [MRM-1074] Typo of Legacy Support option on the left nav menu
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@748162 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 14:40:03 +00:00
Brett Porter 12c36ed347 [MRM-1098] upgrade to wagon 1.0-beta-5 and remove workaround that was needed previously
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@747621 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25 00:11:47 +00:00
Maria Odea B. Ching a9a04ebb7d set repository id in ArtifactUpdateDatabaseConsumer only when repository id is null
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@747306 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24 08:35:43 +00:00
James William Dumay a0da36af3c MRM-1095 - Archiva keeps scanning repositories, even if scanning disabled in the web UI. Submitted by Gwen Harold Autencio
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@747198 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 23:24:09 +00:00
Maria Odea B. Ching a8ad14acbd [MRM-1092]
submitted by Jevica Arianne Zurbano
o fix 'Hist' to 'Hits' in search results page


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746857 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 02:04:56 +00:00
Maria Odea B. Ching 269380914e removed advancedSearch.jsp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746187 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 09:25:36 +00:00
Maria Odea B. Ching 0cecbab8be [MRM-913]
submitted by Jevica Arianne Zurbano
o patch does the following:
  - deletes artifacts
  - cleans up database
  - executes scan to reflect changes when browsing repository
  - updates metadata
  - updates audit.log
  - 'Delete Artifact' added in navigation and is displayed for users with repository manager role
  - only allows manager of the repository to delete artifacts from it

o additional tweaks to the submitted patch:
  - removed catch for NPE in DeleteArtifactAction
  - migrated jsps & action class to struts 2
  - moved invocation of cleanup consumers in DeleteArtifactAction to DatabaseConsumers (added new method for this in DatabaseConsumers)
  - applied formatting


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746183 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 08:50:35 +00:00
Maria Odea B. Ching 48e96d554f [MRM-1079]
o updated and activated tests for index cleanup consumer
o cleaned up index cleanup consumer


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746169 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 06:52:41 +00:00
Maria Odea B. Ching 57ebe9526a removed unused test resources in archiva-lucene-consumers and archiva-indexer
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746157 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 05:55:19 +00:00
Maria Odea B. Ching b4dfa90773 o re-packaged classes in archiva-indexer
o removed old directory
o removed unnecessary references to RepositoryIndexException and RepositoryIndexSearchException which have been removed


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746146 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 05:25:30 +00:00
Maria Odea B. Ching c73e639ed2 remove unused classes and empty directories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746141 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 05:09:07 +00:00
Maria Odea B. Ching 958b142c8f remove unused classes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746127 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 03:45:10 +00:00
Maria Odea B. Ching 120d6513a7 [MRM-1079]
o update impl of index cleanup consumer
o moved DatabaseConsumers and LuceneCleanupRemoveIndexedConsumer to spring
o removed old classes and test stubs


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745821 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 11:24:12 +00:00
Maria Odea B. Ching 6c41ed1253 applied formatting to RepositoryContentConsumers
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745395 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:57:23 +00:00
Maria Odea B. Ching 14b464c185 [MRM-1076]
o remove second invocation of complete scan in RepositoryContentConsumers which causes the NPE


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745393 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:50:21 +00:00
Maria Odea B. Ching ebe7941ce0 [MRM-1042]
o fix getting of other versions of the snapshot
o added tests for getting other versions of the snapshot


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745371 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 03:37:34 +00:00
Maria Odea B. Ching e9b030ba0c [MRM-1041]
updated browse.jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745365 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 03:01:03 +00:00
Maria Odea B. Ching 243a71a586 [MRM-1042]
o hide timestamped SNAPSHOT versions in version list browse
o add 'Other Versions' field in the artifact info page if the artifact is a snapshot & has other timestamped versions


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745362 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 02:42:23 +00:00
Maria Odea B. Ching f7b27068d7 [MRM-1041]
o show shared basic project info in versions list browse
o fix model not being set in repository browse


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745359 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 02:24:09 +00:00
Maria Odea B. Ching 5f39994250 [MRM-1043]
o added row count in search criteria
o cleaned up jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744832 13f79535-47bb-0310-9956-ffa450edef68
2009-02-16 07:31:44 +00:00
Maria Odea B. Ching 87f3147e7e [MRM-1043]
o provide list for repositories that can be searched


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744797 13f79535-47bb-0310-9956-ffa450edef68
2009-02-16 04:06:36 +00:00
James William Dumay db5102aaaf MRM-1066 - Shutdown of Tomcat causes Exception when running Archiva Project
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744785 13f79535-47bb-0310-9956-ffa450edef68
2009-02-16 00:28:50 +00:00
Maria Odea B. Ching fa4039e25f o clean up and fix spacing of results.jsp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744086 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 11:32:27 +00:00
Maria Odea B. Ching 462af40d1e [MRM-1043]
o moved the advanced search to the quick search page
o dynamically add search criteria
o added additional test in SearchAction


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@744080 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 11:25:47 +00:00
James William Dumay 7e85179685 Should reference slf4j API
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743977 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 04:27:20 +00:00
James William Dumay 77481fb93c MRM-1084 - Upgrade modello maven plugin to 1.0 to support Java 5 generics
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743630 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 06:47:36 +00:00
James William Dumay 48fc7e2f6f MRM-1083 - Add artifact search box to the default decorator
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743602 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 02:34:16 +00:00
James William Dumay d10e6a5ae2 MRM-1082 - Upgrade from plexus-maven-plugin to the plexus-component-metadata plugin
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743238 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 05:45:52 +00:00
James William Dumay e2dda2e977 Rolling back MRM-995 as it seemed to have broken lots of things
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743171 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:54:32 +00:00
James William Dumay 034f98a509 MRM-995 - Generated Descriptors are wrong after Eclipse Project Clean
* Submitted by Steffen Grunwald. Thanks for the patch :)



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743169 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:43:05 +00:00
James William Dumay 4719834dfa MRM-799 - Better handling of artifacts with missing poms
* Updated to work with revised model in 1.2
* Changed patch so that Artifacts created for Browsing do not persist to the database (models may not have been proxied)
* Big thankyou to Jevica Arianne B. Zurbano for submitting the fixes!



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743164 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:22:49 +00:00
James William Dumay f3e319b018 Reverting earlier change to SearchUtil
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@742863 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 06:12:32 +00:00
James William Dumay 6267a21d29 MRM-1081 - Archiva model should be updated so that the ARTIFACT table includes repositoryId as a primary key
* Updated so that repositoryId is part of the primary key for an artifact
* removed old search API classes as they needed to be brought over to the new API and doing so would be a waste of time



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@742859 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 05:35:05 +00:00
James William Dumay dc5aee4038 moved hit key utility method
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@742848 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 04:51:10 +00:00
James William Dumay 837bb4a0b6 Ignore .indexer directories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@742846 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 04:46:37 +00:00
James William Dumay 200a649b36 Add @Override annotations
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@742790 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 23:58:48 +00:00
Maria Odea B. Ching b521fd00d2 remove old consumers for indexing
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741493 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 09:32:06 +00:00
Maria Odea B. Ching 9cb1a3f329 update search tips, no need to use 'bytecode' keyword when searching for a class or package name
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741468 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 08:24:41 +00:00
Maria Odea B. Ching 62abdcacc4 added comment
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741445 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 07:16:35 +00:00
Maria Odea B. Ching e0d6da5cc6 [MRM-1046]
o more tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741444 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 07:15:03 +00:00
Maria Odea B. Ching 2fb9f49983 [MRM-1046]
o more test cases


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741385 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 03:29:50 +00:00
Maria Odea B. Ching caa7128117 [MRM-1046]
o added more tests


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741054 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 09:22:22 +00:00
Maria Odea B. Ching 8cbe207627 [MRM-1046]
o added test cases for SearchActionTest


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@741051 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 09:00:31 +00:00
Maria Odea B. Ching c9cdca72bb [MRM-933]
applied some parts of the patch submitted by Gwen Harold Autencio
- fix results.jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@740580 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 02:32:30 +00:00
Maria Odea B. Ching b8f16e0c71 [MRM-933]
o set search result limits of the returned search results


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@740576 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 02:16:11 +00:00
Maria Odea B. Ching c0e1f8872e [MRM-749]
merged -r 728552:740257 from archiva-nexus-indexer branch


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@740552 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 01:09:17 +00:00
Carlos Sanchez Gonzalez cedc048694 Apply 732550 from Continuum: update comments due to REDBACK-100
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@739678 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 01:50:11 +00:00
James William Dumay ef3ecba393 remove unused import
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@737966 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 01:41:03 +00:00
Maria Odea B. Ching 03a080a1d5 [MRM-1068]
submitted by Maria Catherine Tan
- upgrade redback to 1.2-beta-2
- needed to upgrade spring to 2.5.6 to be compatible with redback 1.2-beta-2


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@735937 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 05:32:11 +00:00
James William Dumay cc74d51a5b MRM-1011 - Organisation link on logo points to somewhere
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@733229 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 04:29:06 +00:00
Maria Odea B. Ching d2190ff6a8 fix some problems in invoking search service
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@732674 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08 10:14:02 +00:00
James William Dumay 9158c2f5dc remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@728587 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 03:19:52 +00:00
James William Dumay c2c0d59613 map variables should be final if they are to be used with the synchronized keyword
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@727229 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 00:10:13 +00:00
James William Dumay 5786c1db33 Remove unused code
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@726963 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 05:28:59 +00:00
James William Dumay a9efd1383b MRM-1040 - for snapshots in search results just show SNAPSHOT, not timestamps
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@726930 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 02:37:48 +00:00
James William Dumay 20080174a4 MRM-1037 - Search Usability
* timestamp versions are merged to -SNAPSHOT versions
* duplicate artifacts are now merge by use of boolean filters
* we now search the correct fields
* content search has been removed (more accurate results)
* added more tokenizers for groupId, artifactId, version, etc
* Artifact Id's are weighted to improve quicksearch results



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@726928 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 02:13:25 +00:00
Martin Cooper 679221b1ea MRM-962 - Upload Artifact action should trim its fields
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@725593 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 06:14:02 +00:00
James William Dumay 2d11d2048a MRM-1031 - Upgrade to jackrabbit-webdav 1.5.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@724235 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 02:39:39 +00:00
Maria Odea B. Ching b7209bdba6 - add missing Search header
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723600 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 05:52:14 +00:00
Maria Odea B. Ching ebe8cb3951 [MRM-1028]
- fixed missing find artifact page


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723591 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 05:29:05 +00:00
James William Dumay 6987e689ec Remove useless logging
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723587 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 05:20:53 +00:00
Brett Porter 924368de76 run Jetty from outside the target so that you have to use -PcleanJetty to clean up, generally persisting the server and configuration that you used
merged from: r721951, 721953


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723581 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 04:25:20 +00:00
James William Dumay d1e7241a84 adding overrides
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723567 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 03:39:55 +00:00
James William Dumay 3ffefddeea making repository final
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723224 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 06:34:53 +00:00
James William Dumay 69144ad89b Make member field final
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723221 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 06:11:21 +00:00
Brett Porter 8946eb1681 [MRM-1027] Indices are not cleaned up when deleting artifact via web services
Merged from: r722439


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@722449 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 13:02:37 +00:00
Brett Porter 17ffc555fc [MRM-1025] add missing dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721544 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 18:08:42 +00:00
Brett Porter fdb8c33f85 [MRM-1025] further references to the old name cleaned up
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721541 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 17:40:07 +00:00
Brett Porter 2583cefeae clean up dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721540 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 17:39:32 +00:00
Brett Porter 1cd4d25d7b [MRM-1025] update with changed location
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721536 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 17:10:20 +00:00
Brett Porter 576cd9b62f [MRM-1025] update with changed location
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721535 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 17:10:08 +00:00
Brett Porter 6f2d5bad73 [MRM-1025] consolidate dependency graphing classes into one module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721529 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 16:29:00 +00:00
Brett Porter 630281a13b [MRM-1025] fix tests after previous rename
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721526 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 16:13:22 +00:00
Brett Porter 88c2458c9d [MRM-1025] no longer used after move to database
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721515 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 15:21:26 +00:00
Brett Porter ebba6ca1d7 [MRM-1025] consolidate more database uses into the database module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721514 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 15:15:57 +00:00
Brett Porter fbb49e3387 upgrade Jetty to 6.1.14
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@721100 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27 06:41:42 +00:00
James William Dumay e92550d80f MRM-1020 - Fix the crazy alpaca on Windows. Submitted by Martin Cooper
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@720105 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 03:16:29 +00:00
Brett Porter ba4bf4402d use a more traditional taglib location, makes eclipse happier
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719566 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 12:17:51 +00:00
Brett Porter 896160743f [MRM-937] rename audit log file
Submitted by: Martin Cooper


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719173 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 06:15:17 +00:00
Brett Porter 882128332b [MRM-1016] Minor usability enhancement for the web app footer
Submitted by: Martin Cooper


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719165 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 05:29:24 +00:00
James William Dumay 8152eb5642 MRM-1015 - Move consumers and related API's to Spring
RepositoryContentConsumers needed to be ported over as a spring component so that we can use the ApplicationContextAware interface.



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719157 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 04:13:50 +00:00
Brett Porter f578399872 remove @author tags as agreed on list: http://markmail.org/message/mtycwzotzosbywzr
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 06:33:35 +00:00
James William Dumay 9265e9e8dd MRM-1004 - RepositoryServlet tests fail intermittently on Windows.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718167 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 03:42:13 +00:00
James William Dumay 7feb3eb525 MRM-1004 - RepositoryServlet tests fail intermittently on Windows. Submitted by Martin Cooper.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718157 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 01:39:20 +00:00
Maria Odea B. Ching 125d7ad42e updated tests from previous changes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713945 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 07:24:37 +00:00
Maria Odea B. Ching 975b679abf o updated applicationContext
o removed sys out


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713939 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 06:57:59 +00:00
James William Dumay 4e6e67b4d6 MRM-1000 - AdministrationServiceImplTest fails on Windows. Thankyou Martin Cooper for sending this patch.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713649 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 05:59:08 +00:00
James William Dumay ae5ec2bfeb MRM-996 - HttpProxyTransferTest fails on Windows. Thanks Martin Cooper
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713648 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 05:59:03 +00:00
Maria Odea B. Ching db96d2d7f2 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712168 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 15:44:29 +00:00
Maria Odea B. Ching 4cd3872031 [maven-release-plugin] prepare release archiva-1.2-M1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712154 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 15:15:14 +00:00
Maria Odea B. Ching 9069a71190 removed xmlrpc binder version in archiva-xmlrpc-client
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@711447 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 22:14:42 +00:00
Maria Odea B. Ching 479e509ecd updated sample client to use the atlassian-xmlrpc-binder instead of apache xmlrpc client
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@711444 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 22:09:47 +00:00
Maria Odea B. Ching f2ff86704d [MRM-206]
- added getDependencies(..) and getDependees(..) implementation
- added test cases


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@711320 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 17:17:19 +00:00
Maria Odea B. Ching 9d345b6c94 [MRM-206]
-added search + test cases in web services


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@710189 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 22:23:23 +00:00
James William Dumay 5e04d6c1a2 Changes for redback trunk (r656)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@710000 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 02:16:13 +00:00
James William Dumay a52072ec9d Rename BaseConsumer to Consumer
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708866 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 10:38:42 +00:00
Maria Odea B. Ching b721c90fea [MRM-985]
o included boolean NOT search in search hints
o changed search hints to appear only when toggled (used jquery)


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708752 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 02:12:09 +00:00
James William Dumay a191fba388 Class has moved from the struts2 integration into the common integration in redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708459 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 06:25:46 +00:00
James William Dumay 165917359a No reason why all the methods on this class should not be static
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708112 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 08:58:03 +00:00
James William Dumay 0f96096d44 Fixing method argument names
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708110 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 08:53:36 +00:00
Brett Porter 025021505f [MRM-988] remove "dav:" from the POM snippet in repositories page
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708082 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 03:51:54 +00:00
James William Dumay 615a79e2bd Updating for latest redback snapshot
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708062 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26 23:57:05 +00:00
Brett Porter 6f9ea6ac86 [MRM-987] convert from prototype + scriptaculous to jquery
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707814 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 06:02:24 +00:00
Brett Porter 0e7887712a [MRM-84] fix date picker
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707813 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 06:01:41 +00:00
Maria Odea B. Ching 8ea1037a29 [MRM-84]
-fixed optionstransferselect box in pick report
-updated datepicker to jquery datepicker but it's not working :-( 


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707811 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 02:47:21 +00:00
James William Dumay 08d84aff96 Fixed the company logo - thanks Don!
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707543 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 04:46:32 +00:00
James William Dumay f226ac654f The logo is now centered correctly. The Archiva logo has been made smaller.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707536 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 04:02:25 +00:00
James William Dumay 206e29a58a Fixed internationalisation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707527 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 03:04:58 +00:00
James William Dumay 13ccfecb4a Fixes the registration problem since moving redback to spring
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707526 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 02:55:22 +00:00
Maria Odea B. Ching 338acb23ec remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707296 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 07:01:31 +00:00
Maria Odea B. Ching b86b71e28f [MRM-981]
-fix query construction for advanced search


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707291 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 06:31:39 +00:00
Maria Odea B. Ching 4101d4f694 added << and >> to Quick Search link text and Advanced Search link text
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706884 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 08:07:07 +00:00
Maria Odea B. Ching ce43e1a9e0 [MRM-84]
- add export to CSV
- migrated statistics report to struts2
- added date picker 


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706873 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 07:03:57 +00:00
Maria Odea B. Ching c303ba78c7 merged MRM-124 branch (-r706118) - archiva web services
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706126 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 05:59:47 +00:00
James William Dumay c64358cfd1 MRM-978 - showArtifactLink tag is broken
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706124 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 05:17:30 +00:00
James William Dumay 99722dc772 Brett does not like the margins. I agree that they look dumb.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706120 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 04:43:09 +00:00
James William Dumay e605aa289e MRM-977 Upgrade from webwork 2 to Struts 2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@706113 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 03:10:09 +00:00
James William Dumay e8526edff2 MRM-975 - update of archiva css so that it matches the site doc look and feel
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@705949 13f79535-47bb-0310-9956-ffa450edef68
2008-10-19 01:39:32 +00:00
James William Dumay 4f965b89cc Merging from trunk
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@705848 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 06:45:02 +00:00
James William Dumay 4d3a1f486a Proxy connector and repository group jsps work.
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@705847 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 06:02:55 +00:00
James William Dumay f405f16e2d Most jsp's working
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@705511 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 08:35:26 +00:00
Maria Odea B. Ching a6c9464436 [MRM-952] (also fixes MRM-615, MRM-844 and MRM-620)
submitted by Michal Stochmialek
- fixes problems with expression resolving (${pom.version}) in dependencies,
- adds support for parent.{groupId, artifactId, version) properties,
- fixes issues with jdo detachCopy called from ProjectModelToDatabaseListener while creating effective pom,
- fixes inconsistency in key format used in effective model cache,
- add merging parentProject and properties while creating effective pom,
- ArchivaProjectModel.setOrgin("filesystem") was moved to readers (where IMO should be),
- adds few new test cases.

additional changes:
- applied codestyle formatting to patch


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@703626 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11 03:56:18 +00:00
Maria Odea B. Ching 2262565505 merged from archiva-security-fix trunk
changes:
-fix security issue
-added RepositoryServletSecurityTest and ArchivaServletAuthenticatorTest test cases


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@702027 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 09:05:09 +00:00
Maria Odea B. Ching edf5c67247 [MRM-954]
submitted by Doron Solomon

fix div and close body and html tags in repositoryGroups.jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@701124 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 13:31:46 +00:00
Maria Odea B. Ching 6dc8e97605 [MRM-397]
submitted by John Michael Luy

replaced archiva-splat-32.gif with a transparent one


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@701110 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 12:57:06 +00:00
Maria Odea B. Ching 31d7e35159 [MRM-84]
-added row count config in statistics report
-added pagination in report


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@701033 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 08:35:42 +00:00
James William Dumay e15c081a84 Change from ww to struts 2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@701007 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 05:43:30 +00:00
James William Dumay e116f0d2e7 Use correct DTD name
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@700995 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 02:46:21 +00:00
Maria Odea B. Ching 8dfa0492c0 removed unused variables in results.jsp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@700989 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 02:13:13 +00:00
Maria Odea B. Ching 1a0214346c [MRM-84]
updated query for groups and projects


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@700982 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 01:34:00 +00:00
Maria Odea B. Ching 5cdf0b8fa4 [MRM-84]
-added statistics report in reports UI
-added statistics report generator with tests
-added new fields (totalProjectCount, totalGroupCount, totalArtifactCount and totalSize) to RepositoryContentStatistics table


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@700729 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01 10:27:16 +00:00
James William Dumay fa61616ee3 Behold! Struts2!
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-struts2@700721 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01 09:11:06 +00:00
Maria Odea B. Ching 3a14379327 [MRM-946]
added User Roles in nav menu


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@699802 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28 11:51:41 +00:00
Maria Odea B. Ching 775e9b6ec0 [MRM-580]
submitted by Gwen Harold Autencio
-display error in page where user doesn't have write access to the directory specified for the repo location


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@697047 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19 10:57:57 +00:00
Maria Odea B. Ching ee6903c37f upgrade redback to 1.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@696219 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 09:34:02 +00:00
Maria Odea B. Ching d0771be563 [MRM-90]
submitted by Gwen Harold Autencio
-filtered/advanced search

additional changes to patch:
-applied formatting
-removed unused methods and imports


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@696137 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 02:51:40 +00:00
Brett Porter 442f4a8749 [MRM-948] remove direct use of database and indexer from the core consumers, trim database related dependencies
Merged from: r694625


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@695101 13f79535-47bb-0310-9956-ffa450edef68
2008-09-14 02:10:59 +00:00
Brett Porter e7adc83cf0 [MRM-834] use Apache 2.0 mod_proxy header if available for those that don't want to use ProxyPreserveHost
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@694564 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12 00:30:47 +00:00
Brett Porter 0be59c6a85 [MRM-943] only show "search within results" on the results page, and improve the surrounding text
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@694533 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 23:16:41 +00:00
Maria Odea B. Ching 6a9e15b28d merged from -r694516 (MRM-912: updated url link for rss feed) 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@694519 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 22:24:29 +00:00
Maria Odea B. Ching 4d3d55b202 change logger name of security from plexus.security to plexus.redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@694157 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 07:23:21 +00:00
Maria Odea B. Ching 3a6d6db819 merged from -r693737 (MRM-765: disabled the Add link if there are no remote repositories defined and inform the user that it is disabled)
1.1.x branch


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@693741 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10 08:54:07 +00:00
Maria Odea B. Ching 6ec22c4cb2 merged from -r693694 (MRM-911: check first if guest is enabled for the repository before failing the authentication) 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@693701 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10 04:15:50 +00:00
Maria Odea B. Ching cb9792bc7d merge -r692978 (MRM-847: display <plugin> for maven-plugin and change title to POM Snippet in artifact info page) from 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@692979 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08 01:59:25 +00:00
Maria Odea B. Ching 14abf5f87e merged -r691966 (MRM-934: added version in the key of the search result hit) from branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@691968 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04 11:24:02 +00:00
Maria Odea B. Ching 24f7d688a6 merge -r691892 (fix NPE when clicking next & previous icon of bytecode search results) from 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@691911 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04 08:08:39 +00:00
Maria Odea B. Ching 092a8ce4f1 [MRM-915] and [MRM-926]
-get the default guest users from redback config files instead of the hardcoded constant value


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@691581 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 11:45:11 +00:00
Maria Odea B. Ching 0f5a5fd895 [MRM-841]
changed registry trigger condition for repo-purge, auto-remove, create-missing-checksums and index-content consumers


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@691527 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 07:20:15 +00:00
Maria Odea B. Ching 1b9083f019 [MRM-839]
-updated the rss url for repositories and artifacts


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@687634 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21 08:14:08 +00:00
James William Dumay b48ffaec2d MRM-541 - convenient way to take Archiva proxies "offline"
* Adding icons for enable/disable from http://en.wikipedia.org/wiki/Power_symbol which are public domain.



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@687275 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 07:48:19 +00:00
James William Dumay 8cf91701ab MRM-541 - convenient way to take Archiva proxies "offline"
* Formatting changes



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@687038 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 12:46:29 +00:00
James William Dumay 10d6363659 MRM-541 - convenient way to take Archiva proxies "offline"
* Unit tests for actions




git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687032 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 12:05:38 +00:00
James William Dumay 5627de848e MRM-541 - convenient way to take Archiva proxies "offline"
* Unit tests for actions



git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687026 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 11:47:19 +00:00
James William Dumay 2903962dfa MRM-541 - convenient way to take Archiva proxies "offline"
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687001 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 09:12:41 +00:00
James William Dumay e5be21e4bb MRM-541 - convenient way to take Archiva proxies "offline"
* Implemented UI for enabling/disabling proxy connectors
* changes to RepositoryProxyConnectors to skip offline connectors



git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@686984 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 08:45:45 +00:00
Maria Odea B. Ching 80ef6ad953 [MRM-905]
submitted by Fabrice Daugan
-replace EL exepressions containing "empty(" with "empty (", and "not(" with "not (" as EL expression requires


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@686665 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 01:43:49 +00:00
Arnaud Heritier 2d20b36b02 use everywhere a groupId with maven and a version 1.2-SNAPSHOT. Fix webapp ui tests build (but tests weren't maintained :-( )
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685944 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 15:35:35 +00:00
Maria Odea B. Ching bdbb5faf46 [MRM-848]
submitted by Gwen Harold Autencio
-queue scanning of repositories during startup
-scan only the repositories which haven't been scanned previously by checking the scan statistics

additional changes made to patch:
-applied codestyle formatting
-cleared the queuedRepos list when task scheduler is stopped


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685789 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 07:02:04 +00:00
James William Dumay c43c6b90a6 MRM-907 - Remove VersionedReference/ProjectReference/ArtifactReference from RepositoryProxyConnectors
* A few more null checks for good measure.
* Metadata should always be updated even if the file does not exist. (wsmoak will love this, no more having to touch files).



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685748 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 02:17:16 +00:00
James William Dumay 384b971464 MRM-907 - Remove VersionedReference/ProjectReference/ArtifactReference from RepositoryProxyConnectors
* Merging from https://svn.apache.org/repos/asf/archiva/branches/metadata-rejig-1.2



git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685423 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 03:09:52 +00:00
Maria Odea B. Ching ab7e59db21 [MRM-893]
submitted by Dan Tran

-return a 404 when the request is a resource file appended with a '/' 


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685076 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 07:50:27 +00:00
James William Dumay b1cfd31b85 Moving utility methods to end of class
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@684631 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 04:52:39 +00:00
James William Dumay b40328492a MRM-906 - Proxy repository operations should not be done in place
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@684629 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 04:28:05 +00:00
Maria Odea B. Ching e7c982ab6c [MRM-896]
-remove classifier from filename of poms during artifact upload


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683220 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 10:59:34 +00:00
Emmanuel Venisse d2cb8d13fa Add LDAP snippet
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682713 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 13:56:28 +00:00
Maria Odea B. Ching 987449262c [MRM-814]
submitted by Mark Jeffery
-add check for blank field and for a valid cron expression
-used custom field validator to wrap org.codehaus.plexus.scheduler.CronExpressionValidator


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682588 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 05:53:41 +00:00