aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest
Commit message (Collapse)AuthorAgeFilesLines
* Removing duplicate dependencyMartin Stockhammer2017-05-211-6/+0
|
* [MRM-1942] Merge branch 'jpa' into masterMartin Stockhammer2017-05-204-9/+55
|\ | | | | | | Removing JDO and add JPA backend.
| * Use JPA as default and only database backendwithout_jdojpaMartin Stockhammer2016-12-303-5/+17
| | | | | | | | | | | | Remove the JDO dependencies and set the JPA implementation as only database alternative and default implementation. Uses the same database as JDO before.
| * Change userManager reference for configuration serviceMartin Stockhammer2016-10-261-1/+1
| |
| * Add jpa settings to test spring contextsMartin Stockhammer2016-10-261-2/+35
| |
| * Remove commentMartin Stockhammer2016-10-251-1/+2
| |
| * Adding isValid() method to authentication classesvalidauthMartin Stockhammer2016-10-041-1/+6
| |
* | bump version to 3.0.0-SNAPSHOTolivier lamy2017-05-183-3/+3
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Merge branch 'feature/jetty_9.4'olivier lamy2017-05-183-42/+33
|\ \
| * | migrate all tests to jetty 9.4olivier lamy2017-05-122-4/+3
| | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * | upgrade to jetty 9.4 for archiva-rest-services moduleolivier lamy2017-05-113-43/+35
| | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | | [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-05-123-3/+3
| | |
* | | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3Martin Stockhammer2017-05-123-3/+3
|/ /
* | Adding check path to remote repositoriesMartin Stockhammer2017-05-101-114/+68
| | | | | | | | | | | | | | Allow to set a check path for connection checks to the remote repositories. This is useful for repositories that do not allow to browse the base directory. Improved the fix for MRM-1933
* | MRM-1933, MRM-1940: Fixing repository checkMartin Stockhammer2017-05-042-7/+87
| | | | | | | | | | Remove trailing slashes from the remote repositories Use special check paths for certain servers
* | Fixing browse service filter handlingMartin Stockhammer2017-04-283-10/+16
| | | | | | | | | | Improved handling of slashes at the beginning of filters Added patterns for surefire tests to ensure the test runs
* | Going back to version 2.2.3Martin Stockhammer2017-04-283-3/+3
| |
* | [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-04-213-3/+3
| |
* | [maven-release-plugin] prepare release archiva-2.2.2archiva-2.2.2Martin Stockhammer2017-04-213-3/+3
| |
* | Adding documentation for snippetsMartin Stockhammer2017-03-211-0/+2
| |
* | Fixing test cases for rest serviceMartin Stockhammer2017-03-102-0/+34
| |
* | Adding Header check to archiva rest servicesMartin Stockhammer2017-01-313-0/+12
| |
* | Adding isValid() method to authentication classesMartin Stockhammer2016-10-161-1/+6
|/
* Improving error handling for LDAP configurationMartin Stockhammer2016-10-021-5/+37
| | | | | Error is only displayed, if LDAP is used as repository. The error messages are more detailed and internationalized.
* Adding test case for repository listingMartin Stockhammer2016-09-141-3/+49
|
* Adding restricted view for user managable repositoriesMartin Stockhammer2016-09-142-0/+23
| | | | | | Adds additional rest method to list the repositories where the user has manage permissions. Restricts the view for uploads to only managable repositories.
* Adding unit test for remote repository checkMartin Stockhammer2016-09-141-0/+15
|
* Removing trailing slash in remote repository checkMartin Stockhammer2016-09-131-1/+2
| | | | See https://issues.apache.org/jira/browse/MRM-1909
* Increasing timeouts for repository checkMartin Stockhammer2016-09-081-3/+22
| | | | | | Slow responding repositories were marked with a repository failure because of the low read timeout value. Increases the timeout for the repository check.
* Fix non-deterministic test failuresCiprian Ciubotariu2016-05-311-0/+3
| | | | archiva-rest-services tests need to wait for repo scanning to finish
* [maven-release-plugin] prepare for next development iterationolivier lamy2016-05-233-3/+3
|
* [maven-release-plugin] prepare release archiva-2.2.1archiva-2.2.1olivier lamy2016-05-233-3/+3
|
* change style and template to have a kind of enunciate 1.x style that we can useEric Barboni2015-11-133-1/+1703
|
* Remove Sonar Dead Store Issues.Bernd Eckenfels2015-10-131-1/+2
|
* put documentation on the same folder as before 2.0.0x migrationEric Barboni2015-10-081-3/+3
| | | make servlet compatible with new layout (not enough)
* [MRM-1861] Proxy behaviour issue migrating from 1.3.x to 2.xEduardo Souza2015-06-111-2/+14
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2015-02-243-3/+3
|
* [maven-release-plugin] prepare release archiva-2.2.0archiva-2.2.0Olivier Lamy2015-02-243-3/+3
|
* cleanup legacy api testOlivier Lamy2015-02-131-17/+0
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-122-46/+0
|
* add missing dependencyOlivier Lamy2015-02-111-11/+19
|
* fix exception mappingOlivier Lamy2015-02-102-6/+11
|
* fix unit testOlivier Lamy2015-02-093-8/+36
|
* use jaxrs 2.0Olivier Lamy2015-02-072-2/+2
|
* missing dependencyOlivier Lamy2015-02-071-0/+6
|
* upgrade to cxf 3.0.3Olivier Lamy2015-02-066-51/+46
|
* formattingOlivier Lamy2015-01-291-14/+7
|
* formattingOlivier Lamy2015-01-141-22/+43
|
* [MRM-1867] Adding a find jar by checksum functionality to the REST apiOlivier Lamy2015-01-126-30/+191
|
* [MRM-1390] Bump version to 2.2.0Carlos Sanchez2014-12-013-3/+3
|