aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav
Commit message (Collapse)AuthorAgeFilesLines
* format : no code changeOlivier Lamy2011-09-282-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177068 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1490] REST services : add a service to copy an artifact from one repo ↵Olivier Lamy2011-09-221-1/+2
| | | | | | to an other one git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174423 13f79535-47bb-0310-9956-ffa450edef68
* as there is String concat use log.isDebugEnabledOlivier Lamy2011-09-223-41/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174420 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-1618-34/+34
| | | | | | org.apache.archiva.. : archiva-configuration module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171539 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-1653-70/+70
| | | | | | org.apache.archiva.. : archiva-webdav module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171522 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-162-3/+3
| | | | | | org.apache.archiva.. : archiva-model module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171458 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-161-2/+2
| | | | | | org.apache.archiva.. : archiva-consumer-api module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171453 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-163-18/+18
| | | | | | org.apache.archiva.. : archiva-repository-layer module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171447 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-167-10/+10
| | | | | | org.apache.archiva.. : archiva-policies module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171444 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-162-2/+2
| | | | | | org.apache.archiva.. : archiva-proxy module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171440 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-161-2/+2
| | | | | | org.apache.archiva.. : archiva-common module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171418 13f79535-47bb-0310-9956-ffa450edef68
* code formatting : NO CODE CHANGEOlivier Lamy2011-09-1613-199/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171407 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1520] remove duplicate beans : move model beans to a single packageOlivier Lamy2011-09-156-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171188 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1504] Add a new module for repository administration managementOlivier Lamy2011-09-1310-67/+109
| | | | | | | split the repo admin in two modules : api and default implementation (to be able to more easily change the impl). Use the repo admin api consumers and indexing modules. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170135 13f79535-47bb-0310-9956-ffa450edef68
* start using new repo admin module in webdav : need some other refactoring to ↵Olivier Lamy2011-09-075-20/+63
| | | | | | remove it completely git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166148 13f79535-47bb-0310-9956-ffa450edef68
* MRM-1507 : api to configure ProxyConnectorOlivier Lamy2011-09-071-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166130 13f79535-47bb-0310-9956-ffa450edef68
* get RID of plexus.requirement annotationOlivier Lamy2011-09-061-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165558 13f79535-47bb-0310-9956-ffa450edef68
* get RID of plexus.component annotationOlivier Lamy2011-09-063-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165527 13f79535-47bb-0310-9956-ffa450edef68
* get RID of org.apache.maven.archiva packages : security packageOlivier Lamy2011-09-037-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164822 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1504] api for repository adminOlivier Lamy2011-08-271-1/+1
| | | | | | start some jobs git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1162369 13f79535-47bb-0310-9956-ffa450edef68
* update licenses and send in RATBrett Porter2011-08-251-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1503] use wagon-http instead of wagon-http-lightweight (as it change ↵Olivier Lamy2011-08-231-1/+1
| | | | | | proxy network system properties) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160694 13f79535-47bb-0310-9956-ffa450edef68
* simplify inject of bean listOlivier Lamy2011-08-221-9/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160293 13f79535-47bb-0310-9956-ffa450edef68
* fix webapp unit tests with commenting a spring which is not used and ↵Olivier Lamy2011-08-191-4/+1
| | | | | | override the good one git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159691 13f79535-47bb-0310-9956-ffa450edef68
* ensure starting unit tests with clean configuration to prevent sporadic failureOlivier Lamy2011-06-192-17/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137376 13f79535-47bb-0310-9956-ffa450edef68
* remove more old test filesBrett Porter2011-06-167-593/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136335 13f79535-47bb-0310-9956-ffa450edef68
* ensure we don't have anymore proxy connectors for this unit testOlivier Lamy2011-06-151-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136176 13f79535-47bb-0310-9956-ffa450edef68
* a little of help regarding memory in webdav unit testsOlivier Lamy2011-06-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136121 13f79535-47bb-0310-9956-ffa450edef68
* back to forkMode once for webdav module : faster buildOlivier Lamy2011-06-152-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136035 13f79535-47bb-0310-9956-ffa450edef68
* cleanup archivaConfiguration before new testOlivier Lamy2011-06-152-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136005 13f79535-47bb-0310-9956-ffa450edef68
* simplify/boost unit tests with loading a smaller containerOlivier Lamy2011-06-132-1/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135266 13f79535-47bb-0310-9956-ffa450edef68
* fix junit : cleanup ProxyConnectors before each testsOlivier Lamy2011-06-131-10/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135265 13f79535-47bb-0310-9956-ffa450edef68
* fix junit : ensure file from previous test is deleted, cleanup connectors ↵Olivier Lamy2011-06-132-10/+17
| | | | | | before/after each tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135264 13f79535-47bb-0310-9956-ffa450edef68
* fix junit for RepositoryServletProxiedMetadataLocalOnlyTestOlivier Lamy2011-06-131-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135187 13f79535-47bb-0310-9956-ffa450edef68
* forkMode always in webdav module to fix a lot of unit testsOlivier Lamy2011-06-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135169 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test for RepositoryServletProxiedTimestampedSnapshotPolicyTest : ↵Olivier Lamy2011-06-131-0/+16
| | | | | | call setup and tearDown git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135142 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test for RepositoryServletProxiedPassthroughTest : call setup and ↵Olivier Lamy2011-06-131-0/+16
| | | | | | tearDown git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135141 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test for RepositoryServletProxiedMetadataRemoteOnlyTest : call ↵Olivier Lamy2011-06-131-11/+33
| | | | | | setup and tearDown git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135140 13f79535-47bb-0310-9956-ffa450edef68
* fix archiva configuration duplicate remote repos during unit tests for ↵Olivier Lamy2011-06-134-1/+27
| | | | | | RepositoryServletProxiedPluginSnapshotPolicyTest git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135113 13f79535-47bb-0310-9956-ffa450edef68
* fix spring configuration for unit test RepositoryServletSecurityTestOlivier Lamy2011-06-134-14/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135112 13f79535-47bb-0310-9956-ffa450edef68
* fix junit spring configurationOlivier Lamy2011-06-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135064 13f79535-47bb-0310-9956-ffa450edef68
* fix junit spring configurationOlivier Lamy2011-06-132-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135059 13f79535-47bb-0310-9956-ffa450edef68
* ensure we save the configuration for restarting applicationcontext with ↵Olivier Lamy2011-06-121-75/+85
| | | | | | httpunit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134960 13f79535-47bb-0310-9956-ffa450edef68
* use slf4j feature to optimise debugOlivier Lamy2011-06-112-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134715 13f79535-47bb-0310-9956-ffa450edef68
* simplify debug with using slf4j feature with {}Olivier Lamy2011-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134713 13f79535-47bb-0310-9956-ffa450edef68
* fix some unit tests setup in archiva-webdavOlivier Lamy2011-06-083-63/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133581 13f79535-47bb-0310-9956-ffa450edef68
* start fixing spring configuration for unit test in archiva-webdavOlivier Lamy2011-06-073-7/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133115 13f79535-47bb-0310-9956-ffa450edef68
* fix some unit tests initializationErrorOlivier Lamy2011-06-063-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1132596 13f79535-47bb-0310-9956-ffa450edef68
* log when initservers is doneOlivier Lamy2011-06-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1131451 13f79535-47bb-0310-9956-ffa450edef68
* fix some test spring setup for archiva-webdavOlivier Lamy2011-06-047-106/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1131450 13f79535-47bb-0310-9956-ffa450edef68