summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest
Commit message (Expand)AuthorAgeFilesLines
* bump to 1.4-M3-SNAPSHOT versionOlivier Lamy2011-12-133-3/+3
* fix license headersOlivier Lamy2011-12-091-0/+1
* [MRM-1562] Update to Archiva as OSGi compliant applicationOlivier Lamy2011-11-242-0/+33
* fix importOlivier Lamy2011-11-231-2/+0
* simplify with using @Context annotation from jaxrs to get HttpServletRequest ...Olivier Lamy2011-11-236-222/+9
* fix typoOlivier Lamy2011-11-171-1/+1
* includePom in index search results configurable: false by defaultOlivier Lamy2011-11-173-25/+39
* not return pom artifacts when searching artifactsOlivier Lamy2011-11-175-8/+42
* make repository as a variable to be able to use an other on for testingOlivier Lamy2011-11-171-11/+11
* again fix some formatting I broke! and remove unused importsOlivier Lamy2011-11-179-17/+10
* no need of http error code fieldOlivier Lamy2011-11-141-14/+1
* use a Archiva* nameOlivier Lamy2011-11-142-7/+6
* default http error code for an exception should be 500 not 0Olivier Lamy2011-11-131-1/+1
* add an exception Mapper to customize reponse http status and response contentOlivier Lamy2011-11-107-10/+180
* fix junit due to previous changesOlivier Lamy2011-11-091-1/+1
* [MRM-1551] add rest method to delete artifact.Olivier Lamy2011-11-091-2/+51
* add @since for new methodOlivier Lamy2011-11-091-0/+1
* [MRM-1551] add rest method to delete artifact.Olivier Lamy2011-11-098-170/+530
* fix formatting no functionnal changesOlivier Lamy2011-11-091-29/+28
* restore 1.5 buildOlivier Lamy2011-11-081-28/+0
* move jdbc test url and jdbc test driver to properties to be able to change th...Olivier Lamy2011-11-071-2/+2
* use derby only in memory for testingOlivier Lamy2011-11-041-0/+2
* use an artifact with test resources from redback to avoid too much file dupli...Olivier Lamy2011-11-031-0/+6
* ensure we cleanup Maven IndexingContext on shutdownOlivier Lamy2011-11-033-4/+69
* add unit tests to ensure javadoc is respected regarding usage of repo Ids in ...Olivier Lamy2011-11-031-1/+64
* fix unit tests in archiva-rest-servicesOlivier Lamy2011-11-032-0/+7
* optimize io consume by not deleting/copying artifacts for all testsOlivier Lamy2011-11-031-30/+31
* fix formattingOlivier Lamy2011-11-031-6/+6
* remove this ugly static methodOlivier Lamy2011-11-021-4/+1
* [MRM-1539] Upgrade to Jetty 7.Olivier Lamy2011-10-271-2/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2011-10-183-4/+4
* [maven-release-plugin] prepare release archiva-1.4-M1Olivier Lamy2011-10-183-6/+6
* looks to be more english speaking :-)Olivier Lamy2011-10-171-3/+3
* clarify javadocsOlivier Lamy2011-10-171-0/+13
* comment methods not yet implemented in SearchService REST ApiOlivier Lamy2011-10-171-0/+2
* if searching with SearchFields with unknown repo ids do not revert to a searc...Olivier Lamy2011-10-141-0/+1
* add a method to retrieve all groupIds available in indexs: available in REST ...Olivier Lamy2011-10-114-4/+119
* add some configuration to run unit tests with embeded tomcat: jetty still de...Olivier Lamy2011-10-091-0/+31
* [MRM-1327] implement alternative or improve repository metadata storage: jcr ...Olivier Lamy2011-10-053-1/+71
* don't fail with an IOException when artifact to copy not exists, throw a more...Olivier Lamy2011-10-042-115/+166
* fix code formatOlivier Lamy2011-10-041-28/+24
* fix @since 1.4 with @since 1.4-M1Olivier Lamy2011-10-0421-33/+33
* [MRM-1515] see how to reduce dependencies: exclude stax:stax-apiOlivier Lamy2011-10-031-0/+4
* update version to 1.4-M1-SNAPSHOTBrett Porter2011-10-013-4/+4
* change configuration base to org.apache.archiva instead of org.apache.maven.a...Brett Porter2011-10-011-1/+1
* avoid creating .archiva directory in src directoryBrett Porter2011-10-011-1/+8
* make RAT report passBrett Porter2011-10-012-3/+13
* fix properties to avoid putting test data in JAR and remove derby.log from rootBrett Porter2011-10-011-14/+3
* [MRM-1526] configure http connection pool values for wagon http : add REST s...Olivier Lamy2011-09-302-0/+43
* add some materials to be able to use REST services in a gwt based applicationOlivier Lamy2011-09-303-62/+83