aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrating xml tools to standard APIMartin Stockhammer2019-09-281-3/+2
|
* Migrating servlet to repository registry usageMartin Stockhammer2019-09-223-54/+12
|
* Modifying repository registry behaviourMartin Stockhammer2019-09-221-2/+6
|
* Proxy changesMartin Stockhammer2019-09-222-13/+11
|
* Switching to enum for policy optionsMartin Stockhammer2019-09-065-20/+21
|
* Updating apache commons library versionsMartin Stockhammer2019-09-0214-17/+17
|
* Fixing bad importMartin Stockhammer2019-09-011-1/+1
|
* Fixing Unit TestsMartin Stockhammer2019-08-031-1/+1
|
* Fixing unit testsMartin Stockhammer2019-08-022-2/+2
|
* Refactoring to StorageAsset accessMartin Stockhammer2019-07-288-39/+36
|
* Migrating to storage APIMartin Stockhammer2019-07-192-8/+4
|
* Moving storage api to repository levelMartin Stockhammer2019-07-113-11/+11
|
* Fixing test failures after refactoringMartin Stockhammer2019-07-102-4/+5
|
* Fixing test errors after refactoringMartin Stockhammer2019-07-0912-85/+109
|
* Fixing tests after refactoringMartin Stockhammer2019-06-308-66/+69
|
* Using storageAsset for Index APIMartin Stockhammer2019-06-225-64/+70
|
* Switching to asset APIMartin Stockhammer2019-06-203-55/+28
|
* Using asset API in DAVMartin Stockhammer2019-06-101-72/+109
|
* Refactoring index mergerMartin Stockhammer2019-06-061-72/+78
|
* Using new storage API for DAV implementationMartin Stockhammer2019-05-191-38/+10
|
* Refactoring storage access and webdavMartin Stockhammer2019-05-133-200/+180
|
* Changing maven implementation to new RequestInfo interfaceMartin Stockhammer2019-05-092-65/+40
|
* Fixing unit tests after refactoringMartin Stockhammer2019-02-104-44/+82
|
* Starting refactoring of proxy handling.Martin Stockhammer2019-01-312-7/+7
|
* Switching to forked tests in webdav projectMartin Stockhammer2018-11-0115-26/+242
|
* Reducing compiler warningsMartin Stockhammer2018-04-011-1/+1
|
* Reducing compiler warningsMartin Stockhammer2018-04-013-28/+21
|
* Reorganizing importsMartin Stockhammer2018-03-305-7/+42
|
* Removing IndexerCleanersMartin Stockhammer2018-03-305-124/+0
|
* Switching repository admin and dependent classes to RepositoryRegistryMartin Stockhammer2018-03-242-3/+1
| | | | | 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-201-2/+3
|
* Rearranging modules and adding indexer apiMartin Stockhammer2017-11-081-1/+1
| | | | | | | | 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.
* Extracting indexing api as single moduleMartin Stockhammer2017-11-051-3/+3
| | | | [MRM-1964] Step to move all indexing features behind archiva API
* Refactoring the repository content factoryMartin Stockhammer2017-11-013-10/+70
| | | | | Adding content provider service that creates repository content instances remove direct access to the repository content instances.
* Adapting the web modules to the new repository apiMartin Stockhammer2017-11-0111-119/+181
|
* Finally switching the file lock to java.nioMartin Stockhammer2017-09-201-2/+2
|
* Switching some more files to java.nioMartin Stockhammer2017-09-201-1/+1
|
* Migrating web modules to java.nioMartin Stockhammer2017-09-1121-127/+42
|
* Migrating web modules to java.nioMartin Stockhammer2017-09-1122-483/+587
|
* Migrating scheduler to java.nioMartin Stockhammer2017-09-101-1/+1
|
* Migrating policies module to java.nioMartin Stockhammer2017-09-052-2/+2
|
* Moving indexer to java.nioMartin Stockhammer2017-09-042-5/+5
|
* Next part for moving to java.nioMartin Stockhammer2017-09-022-4/+5
|
* First part in moving to java.nioMartin Stockhammer2017-09-021-1/+1
|
* Merge branch 'feature/jcr_oak'olivier lamy2017-08-191-11/+3
|\
| * more progress on oak lucene shadedolivier lamy2017-07-241-11/+3
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Fix two incorrect SLF4J logger callsDaniel Trebbien2017-07-301-1/+1
| | | | | | | | | | These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* | Utilize parameterized logging and remove toString() callsDaniel Trebbien2017-07-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. toString() is called automatically: https://www.slf4j.org/faq.html#string_contents These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* | [MRM-1957] Spliting statistics plugin moduleMartin Stockhammer2017-07-161-1/+1
|/ | | | | | | | | | Adding new API module (metadata-statistics-api) for statistics and move the jcr specific tasks to the metadata store module. Providing interfaces for the statistics API. Removing dependencies to store specific libraries (like JCR) from the statistic modules.
* Centralizing openjpa log configMartin Stockhammer2017-05-212-2/+2
|