summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest
Commit message (Expand)AuthorAgeFilesLines
* merge repositories rest service: users must have karma for this operationOlivier Lamy2012-09-241-11/+12
* force a directory scan to prevent test failureOlivier Lamy2012-09-221-0/+11
* log4j 2.0-beta1Olivier Lamy2012-09-211-3/+3
* implements merging repositories in the new uiOlivier Lamy2012-09-201-0/+2
* change method to be able to retrieve artifactsOlivier Lamy2012-09-203-6/+8
* add rest service to get artifacts number per repositoryOlivier Lamy2012-09-203-90/+153
* implement merge method in merge repositories serviceOlivier Lamy2012-09-186-48/+255
* method must received both source and target repo to avoid the ugly -stage to ...Olivier Lamy2012-09-183-8/+8
* add repo stage for testing purposeOlivier Lamy2012-09-1810-0/+556
* finish unit test for getMergeConflictedArtifacts rest methodOlivier Lamy2012-09-189-58/+120
* simplify merge services test with reusing contentOlivier Lamy2012-09-1829-1375/+0
* fix rest services declarationOlivier Lamy2012-09-183-5/+19
* add a mergerepositories serviceOlivier Lamy2012-09-1836-48/+1644
* [MRM-1664] Validation error message not visible to user when adding Remote Re...Olivier Lamy2012-09-141-5/+31
* [MRM-918] Switch for disabling user registration.Olivier Lamy2012-09-142-2/+14
* [MRM-918] Switch for disabling user registration.Olivier Lamy2012-09-141-0/+3
* parse version only one timeOlivier Lamy2012-09-131-2/+2
* [MRM-1668] download artifacts when coming from search results.Olivier Lamy2012-09-135-92/+176
* add FIXMEOlivier Lamy2012-09-121-0/+3
* [MRM-1263] creating an m2eclipse compatible index should be an optional compo...Olivier Lamy2012-09-121-1/+1
* [MRM-648] Add description field to the different types of repositories and pr...Olivier Lamy2012-09-121-2/+7
* [MRM-648] Add description field to the different types of repositories and pr...Olivier Lamy2012-09-112-23/+26
* [MRM-1660] use log4j2Olivier Lamy2012-09-093-56/+49
* [MRM-1660] use log4j 2.x done for testing webapp jsOlivier Lamy2012-09-091-4/+18
* simplify some log.debug as slf4j now supports varargsOlivier Lamy2012-09-071-4/+2
* remove conf and data file for Rest Test and jdk7skygo2012-09-061-6/+14
* add a method to remove namespace(groupId) in MetadataRepositoryOlivier Lamy2012-09-062-8/+31
* preserve stack traceOlivier Lamy2012-08-181-1/+1
* Skip tests if module is installed in a path with space. (Repository will be i...skygo2012-08-091-7/+20
* no more need of jaxb-api we are now 1.6 requiredOlivier Lamy2012-08-071-4/+0
* remove dependency on maven tree componentOlivier Lamy2012-08-041-5/+1
* fix osgi metadataOlivier Lamy2012-08-041-1/+2
* dependency tree with aether move beans to a separate new module to be able to...Olivier Lamy2012-08-0417-673/+28
* lot of code cleanup for dependency treeOlivier Lamy2012-08-021-5/+5
* use directly aether api to get dependency tree rather than passing tru maven ...Olivier Lamy2012-08-022-1/+45
* avoid multiple slf4j binding in testOlivier Lamy2012-07-301-0/+6
* correctly close jarFile in a finally blockOlivier Lamy2012-07-081-0/+16
* [MRM-1583] fix license headersOlivier Lamy2012-07-063-24/+29
* fix osgi importsOlivier Lamy2012-07-051-1/+3
* remove all @version $Id$Olivier Lamy2012-07-053-3/+3
* oups missed some add filesOlivier Lamy2012-07-052-0/+234
* [MRM-1583] ui rewrite: rewrite reports pageOlivier Lamy2012-07-052-0/+6
* [MRM-1640] With the new Fest Assert version, some imports/methods call have t...Olivier Lamy2012-07-052-4/+4
* use fest assert 2.0Olivier Lamy2012-07-034-5/+5
* fix some issues reported by rat checkOlivier Lamy2012-07-021-0/+2
* change package for those test utilsOlivier Lamy2012-07-021-1/+1
* use a different artifactIdOlivier Lamy2012-07-021-1/+1
* [MRM-1638] Improve unit test for archiva buildOlivier Lamy2012-07-022-1/+9
* avoid jackrabbit failure on deleting a test repoOlivier Lamy2012-06-291-4/+14
* avoid failing on cleaning test repo in unit tests: jackrabbit fail if deletin...Olivier Lamy2012-06-292-10/+32