summaryrefslogtreecommitdiffstats
path: root/archiva-modules
Commit message (Collapse)AuthorAgeFilesLines
* [MRM-1219] correct log4j configuration, consolidate logging APIsBrett Porter2009-07-166-44/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794572 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1217] Switch to Jetty 6.1.19Brett Porter2009-07-165-24/+41
| | | | | | | [MRM-1218] Upgrade to JSP 2.1 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794554 13f79535-47bb-0310-9956-ffa450edef68
* make parameters configurableBrett Porter2009-07-011-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@790035 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Add Selenium tests for virtual repositories and capture screen ↵Wendy Smoak2009-06-185-18/+552
| | | | | | | | | 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
* [MRM-1196]Maria Odea B. Ching2009-06-115-16/+483
| | | | | | | | 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
* [MRM-1168]Maria Odea B. Ching2009-06-032-1/+13
| | | | | | | | | 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
* [MRM-1097] close some open streamsEmmanuel Venisse2009-05-292-63/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@779841 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-05-2440-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778166 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-2440-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778164 13f79535-47bb-0310-9956-ffa450edef68
* revert to 1.2.1-SNAPSHOTMaria Odea B. Ching2009-05-2440-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778156 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-2440-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778151 13f79535-47bb-0310-9956-ffa450edef68
* oops, forgot to remove debug logs..Maria Odea B. Ching2009-05-242-63/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778121 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1157] and [MRM-1176] (also related to MRM-836)Maria Odea B. Ching2009-05-2413-20/+135
| | | | | | | 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
* [MRM-1167]Maria Odea B. Ching2009-05-242-25/+37
| | | | | | | o fix xmlrpc search service git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778106 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1188]Maria Odea B. Ching2009-05-2421-524/+1163
| | | | | | | | | 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
* remove unused test dependencyMaria Odea B. Ching2009-05-231-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@777831 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1161], [MRM-1179], [MRM-1143] and [MRM-1160]Maria Odea B. Ching2009-05-2332-376/+585
| | | | | | | | | 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
* o changed log level of default proxy connectors to debug and warnMaria Odea B. Ching2009-05-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@777008 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Improve the Selenium tests so testng.properties no longer needs ↵Wendy Smoak2009-05-206-22/+85
| | | | | | | | | | 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
* [MRM-1157]Maria Odea B. Ching2009-05-201-0/+4
| | | | | | | 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
* [MRM-1164] Improve the Selenium testsWendy Smoak2009-05-1611-54/+1220
| | | | | | | | | | * 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
* [MRM-1164] Add xvfb to run headless on vmbuild.Wendy Smoak2009-05-141-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774787 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Make TestNG the primary set of tests.Wendy Smoak2009-05-144-595/+598
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774781 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Improve the Selenium testsWendy Smoak2009-05-1210-24/+34
| | | | | | | Submitted by: Marecor Baclay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@773741 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1172]Maria Odea B. Ching2009-05-062-0/+79
| | | | | | | | | 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
* [MRM-1164] Allow command line configuration of which browser to use, for ↵Wendy Smoak2009-05-022-5/+47
| | | | | | example -Dbrowser=iexplore git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@770871 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Move Cargo plugin config into a profile which is active by ↵Wendy Smoak2009-05-022-151/+178
| | | | | | 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
* [MRM-1164] Introduce Cargo plugin config for the TestNG tests to start ↵Wendy Smoak2009-05-012-80/+219
| | | | | | 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
* [MRM-1164] TestNG/Selenium tests for login, browse, search, adminWendy Smoak2009-04-2914-0/+1446
| | | | | | | Submitted by: Marecor Baclay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@769940 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Add it.properties to externalize info needed for tests. Adjust ↵Wendy Smoak2009-04-042-6/+29
| | | | | | 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
* [MRM-1164] Rename directory used for non-classpath test resourcesWendy Smoak2009-04-0457-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@761863 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1164] Copy in AbstractSeleniumTestCase to remove the dependency on old ↵Wendy Smoak2009-04-023-9/+617
| | | | | | 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
* add note on potential issue to fixBrett Porter2009-03-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757643 13f79535-47bb-0310-9956-ffa450edef68
* fix tabsBrett Porter2009-03-241-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757642 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-03-2240-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757124 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2Maria Odea B. Ching2009-03-2240-64/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
* o synchronize repository scanning to prevent index writer/reader from being ↵Maria Odea B. Ching2009-03-2216-212/+566
| | | | | | | | | | 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
* [MRM-1137] set a higher default of 10M for artifact uploadBrett Porter2009-03-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756889 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1137] ensure error message is correct if upload size is violatedBrett Porter2009-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756888 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1096] [MRM-989] fix plugin download type, add default for other types ↵Brett Porter2009-03-218-1/+23
| | | | | | such as javadoc, clean all icons git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756883 13f79535-47bb-0310-9956-ffa450edef68
* these tests still need to set the principalBrett Porter2009-03-202-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756621 13f79535-47bb-0310-9956-ffa450edef68
* remove more xwork user referencesBrett Porter2009-03-201-31/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756615 13f79535-47bb-0310-9956-ffa450edef68
* fix test problemsBrett Porter2009-03-203-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756587 13f79535-47bb-0310-9956-ffa450edef68
* further cleanup references to xwork user that no longer needs to be instantiatedBrett Porter2009-03-205-12/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756564 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1093] Log configuration and repository changes made.Brett Porter2009-03-2024-206/+320
| | | | | | | 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
* [MRM-1136]Maria Odea B. Ching2009-03-203-1/+30
| | | | | | | | 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
* [MRM-1147] handling leading / on whitelists is ambiguousBrett Porter2009-03-191-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756012 13f79535-47bb-0310-9956-ffa450edef68
* clean up method callingBrett Porter2009-03-191-32/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755995 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-731]Maria Odea B. Ching2009-03-192-0/+62
| | | | | | | | 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
* clean up the webdav interface to make the code more readableBrett Porter2009-03-1913-538/+569
| | | | | | | | 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