aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/maven2-repository/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Moving maven specific modulesMartin Stockhammer2019-05-06355-26248/+0
|
* Fixing unit tests after refactoringMartin Stockhammer2019-02-107-5/+192
|
* Starting refactoring of proxy handling.Martin Stockhammer2019-01-315-23/+15
|
* Fixing build and test configurationMartin Stockhammer2018-05-022-2/+2
|
* Reducing compiler warningsMartin Stockhammer2018-04-014-2/+5
|
* Reorganizing importsMartin Stockhammer2018-03-3013-30/+71
|
* Changing event apiMartin Stockhammer2018-03-271-0/+13
|
* Switching repository admin and dependent classes to RepositoryRegistryMartin Stockhammer2018-03-2411-22/+979
| | | | | RepositoryRegistry is used for indexing context now. There is still more work to do to move the maven dependent parts into its own projects and update the dependencies.
* Adding local path to repository APIMartin Stockhammer2017-11-206-11/+55
|
* Implementation of new archivaindexerMartin Stockhammer2017-11-112-0/+22
| | | | | Not finished yet, but uses the maven index service via spring dependency injection Moving some maven specific classes to subpackages
* Rearranging modules and adding indexer apiMartin Stockhammer2017-11-086-23/+20
| | | | | | | | Combining the indexer api and repository api into archiva-repository-api They have bidirectional dependencies so they are put together in one module. Adding new classes for a generalized indexer api that will be used for interfaces and implementation independent tasks.
* Refactoring the repository content factoryMartin Stockhammer2017-11-018-21/+28
| | | | | Adding content provider service that creates repository content instances remove direct access to the repository content instances.
* Adapting maven repository provider to new repository apiMartin Stockhammer2017-11-0113-60/+97
| | | | Using the new repository interfaces where necessary.
* Adding absolute URI to repositoriesMartin Stockhammer2017-10-221-3/+32
|
* Adding data path to configurationMartin Stockhammer2017-10-221-1/+1
|
* Improving repository providerMartin Stockhammer2017-10-151-37/+167
|
* Adding maven repo implementation and unit testMartin Stockhammer2017-10-131-0/+149
|
* Changing daysOlder to retentionTimeMartin Stockhammer2017-10-031-1/+1
|
* Migrating maven2-repository to java.nioMartin Stockhammer2017-09-1411-168/+143
|
* Migrating policies module to java.nioMartin Stockhammer2017-09-052-5/+5
|
* Switching the checksum module to java.nioMartin Stockhammer2017-09-024-24/+20
|
* [MRM-1859] Improve handling of invalid artifactsMartin Stockhammer2017-04-144-3/+96
| | | | | Throws only exception if all artifacts are invalid. Ignores resolver-status.properties
* Fixing wrong checksum files of proxy repositoriesMartin Stockhammer2016-10-1712-0/+12
| | | | Fixes https://issues.apache.org/jira/browse/MRM-1926
* more usage of MockRepositorySessionFactoryOlivier Lamy2015-10-011-41/+0
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-125-865/+115
|
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1224-666/+0
|
* Add pom properties to ProjectVersionMetadataCarlos Sanchez2014-11-211-0/+3
|
* Add a AbstractMetadataRepository to remove duplicated codeCarlos Sanchez2014-11-062-275/+1
|
* update line endingsBrett Porter2014-07-012-924/+924
|
* [MRM-1837] cleanup registry listeners from Archiva ConfigurationOlivier Lamy2014-04-302-0/+12
|
* remove unused package, reduce annotations (value= or locations=)Eric Barboni2014-04-1821-49/+34
|
* one move for all remaining override annotationEric Barboni2014-04-1111-0/+117
|
* more diamondOlivier Lamy2014-04-102-3/+3
|
* more diamondOlivier Lamy2014-04-108-28/+28
|
* use assertj as fest-assert is not maintained anymoreOlivier Lamy2014-03-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581256 13f79535-47bb-0310-9956-ffa450edef68
* cleanupOlivier Lamy2014-01-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1557022 13f79535-47bb-0310-9956-ffa450edef68
* fix mapping with modelmapperOlivier Lamy2013-12-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1553476 13f79535-47bb-0310-9956-ffa450edef68
* continue moving maven logic out of dav moduleOlivier Lamy2013-12-031-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1547296 13f79535-47bb-0310-9956-ffa450edef68
* move to last easymock 3.2Olivier Lamy2013-11-131-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1541399 13f79535-47bb-0310-9956-ffa450edef68
* use genericsOlivier Lamy2013-05-191-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484362 13f79535-47bb-0310-9956-ffa450edef68
* fix all RepositoryManager implementationsOlivier Lamy2012-12-191-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1423879 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-291-1/+1
| | | | | | | | repository/metadata apis maven2 repository all unit tests fixed. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403515 13f79535-47bb-0310-9956-ffa450edef68
* more unit tests fixesOlivier Lamy2012-10-296-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403514 13f79535-47bb-0310-9956-ffa450edef68
* more unit tests fixesOlivier Lamy2012-10-294-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403513 13f79535-47bb-0310-9956-ffa450edef68
* add missing data for unit testsOlivier Lamy2012-10-295-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403512 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-2917-155/+79
| | | | | | | | repository/metadata apis fix some unit tests due to some move spring conf for test need to be adapted. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403511 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test and spring declarationOlivier Lamy2012-10-292-7/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403510 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-293-21/+31
| | | | | | repository/metadata apis git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403507 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-29323-0/+18680
| | | | | | repository/metadata apis git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403503 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-2912-0/+3632
| | | | | | repository/metadata apis git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403491 13f79535-47bb-0310-9956-ffa450edef68