Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix error text for MRM-1851 | Eric Barboni | 2014-10-01 | 1 | -2/+2 |
| | |||||
* | synchro parent version for it test + bump version | Eric Barboni | 2014-10-01 | 1 | -3/+3 |
| | |||||
* | add a profile for coverage (jacoco-coverage) | Eric Barboni | 2014-09-30 | 3 | -3/+3 |
| | |||||
* | create a testrule to get a temp folder with a predictible name | Eric Barboni | 2014-09-30 | 3 | -48/+128 |
| | |||||
* | MRM-1311: Added Loggers to core consumers | Jonathan Sharp | 2014-09-29 | 5 | -0/+38 |
| | |||||
* | REST: BrowseServiceTest: Mitigate Stale Item Error | forjsharp | 2014-09-21 | 1 | -0/+2 |
| | |||||
* | [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported | Olivier Lamy | 2014-09-15 | 2 | -7/+14 |
| | |||||
* | spring 4.1.0 | Olivier Lamy | 2014-09-10 | 3 | -2/+22 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2014-09-01 | 66 | -66/+66 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.1.1archiva-2.1.1 | Olivier Lamy | 2014-09-01 | 66 | -66/+66 |
| | |||||
* | [MRM-1854] Last modified date is epoch on directory listing for a group | Olivier Lamy | 2014-09-01 | 1 | -4/+13 |
| | |||||
* | format | Olivier Lamy | 2014-09-01 | 1 | -25/+29 |
| | |||||
* | change immediateFlush to true as users looks to be confused :-) | Olivier Lamy | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | re-order test | Brett Porter | 2014-08-01 | 1 | -1/+6 |
| | |||||
* | refactor service tests | Brett Porter | 2014-08-01 | 5 | -462/+181 |
| | | | | | | | | | Split out scan call to be explicit to make it easier to refactor duplicate sections, then move repeated configuration to before/after methods. Make sure scanning has finished before operations that might concurrently try to modify the metadata. This also means we can now verify the deletion of the repository is successful | ||||
* | take advantage of generic type | Brett Porter | 2014-08-01 | 1 | -11/+9 |
| | |||||
* | only close session if open | Brett Porter | 2014-07-31 | 1 | -10/+2 |
| | | | | | | getJcrSession will open one if needed, which close does not need to do. This also caused some timing issues in the REST tests as it concurrently operated on the same session | ||||
* | unused import | Brett Porter | 2014-07-31 | 1 | -1/+0 |
| | |||||
* | split out audit facet and listener to match others | Brett Porter | 2014-07-31 | 33 | -34/+48 |
| | | | | | | | by placing these in the metadata model / API they can be used more broadly, while the storage-dependant implementation can be in a plugin. This means the plugins can be removed from the admin implementation, which can then be used (as required) in the CLI | ||||
* | more autowiring | Brett Porter | 2014-07-30 | 2 | -1/+3 |
| | |||||
* | ensure works from clean repository | Brett Porter | 2014-07-30 | 3 | -1/+21 |
| | |||||
* | update archetype for repository metadata | Brett Porter | 2014-07-30 | 8 | -157/+141 |
| | | | | use mocks instead of full implementations for testing, cut down dependencies | ||||
* | make optional for Spring | Brett Porter | 2014-07-30 | 2 | -0/+4 |
| | | | | in case of tests that don't add any repository listeners to the classpath | ||||
* | fix merge of converters | Brett Porter | 2014-07-30 | 8 | -11/+25 |
| | | | | | | The test files in artifact converter had been adjusted, and need to merge the spring context. Also make the artifactConverter injection more specific to avoid picking up those defined for tests | ||||
* | simplify required namespaces | Brett Porter | 2014-07-30 | 1 | -6/+1 |
| | |||||
* | ensure spring context is added to archetype | Brett Porter | 2014-07-30 | 3 | -2/+3 |
| | |||||
* | remove unused dependencies and imports | Brett Porter | 2014-07-30 | 2 | -9/+0 |
| | |||||
* | add generics | Brett Porter | 2014-07-30 | 1 | -5/+5 |
| | |||||
* | remove commented dependency | Brett Porter | 2014-07-30 | 1 | -4/+0 |
| | |||||
* | add missing dependency | Brett Porter | 2014-07-30 | 1 | -0/+4 |
| | |||||
* | ensure archiva-cli is able to run | Brett Porter | 2014-07-30 | 1 | -2/+4 |
| | | | | clean up the dependencies used and add some missing configuration form shade | ||||
* | split out problem facet | Brett Porter | 2014-07-30 | 10 | -15/+8 |
| | | | | | this avoids modules wanting to report a problem from having to depend on the plugin itself and its consumer, etc. | ||||
* | fix scan location | Brett Porter | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | fix package declarations | Brett Porter | 2014-07-30 | 2 | -5/+5 |
| | | | | avoid duplicating classes in the produced bundle | ||||
* | merge artifact-converter into converter | Brett Porter | 2014-07-30 | 94 | -1170/+5 |
| | | | | | Large amount of duplicated information and an unnecessary split package caused duplicates in the produced bundle | ||||
* | ensure archetype builds on a clean repository | Brett Porter | 2014-07-29 | 6 | -106/+104 |
| | | | | | | | Need to line up several dependencies that got managed differently, and trim out things no longer needed. This could use a diet in general - there should not be very much of Archiva's API or dependencies needed to build and test a consumer. | ||||
* | remove antrun only used for echo | Brett Porter | 2014-07-29 | 2 | -47/+0 |
| | |||||
* | trim POM to required resources | Brett Porter | 2014-07-29 | 2 | -165/+38 |
| | |||||
* | must also populate variables | Brett Porter | 2014-07-29 | 1 | -1/+7 |
| | |||||
* | [MRM-1853] On first start up, you get a perpetual loading indicator. | Olivier Lamy | 2014-07-24 | 1 | -0/+3 |
| | | | | Submitted by Robert David | ||||
* | line ending | Olivier Lamy | 2014-07-17 | 45 | -742/+742 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2014-07-16 | 67 | -67/+67 |
| | |||||
* | [maven-release-plugin] prepare release archiva-2.1.0archiva-2.1.0 | Olivier Lamy | 2014-07-16 | 67 | -69/+68 |
| | |||||
* | update line endings | Brett Porter | 2014-07-01 | 3 | -1197/+1197 |
| | |||||
* | revert c648adb3061202572de0fa575150e48ce4c486de too | Olivier Lamy | 2014-06-25 | 1 | -706/+0 |
| | |||||
* | revert previous commit as 2.x was not affected in fact | Olivier Lamy | 2014-06-25 | 1 | -4/+2 |
| | |||||
* | [MRM-1796] support artifacts larger than 4G | Brett Porter | 2014-06-25 | 1 | -2/+5 |
| | | | | [MRM-1796] support artifacts larger than 4G | ||||
* | [MRM-1796] support artifacts larger than 4G | Brett Porter | 2014-06-25 | 1 | -0/+706 |
| | |||||
* | fix unit | Olivier Lamy | 2014-06-11 | 1 | -5/+5 |
| | |||||
* | add comment | Olivier Lamy | 2014-06-11 | 1 | -0/+2 |
| |