| Commit message (Expand) | Author | Age | Files | Lines |
* | [MRM-1111] upgrade to Struts 2.1.8.1 | Brett Porter | 2011-04-12 | 44 | -100/+162 |
* | [MRM-1480]/[REDBACK-274] (CVE-2011-1026) | Brett Porter | 2011-04-12 | 15 | -18/+229 |
* | rename metadata-repository-file to metadata-store-file for consistency | Brett Porter | 2011-03-29 | 7 | -6/+7 |
* | [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen... | Brett Porter | 2011-03-29 | 9 | -74/+11 |
* | [MRM-1327] fix 'used by' to work under JCR store. This will still have proble... | Brett Porter | 2011-03-26 | 2 | -52/+23 |
* | fix optional for dependencies in file metadata repository | Brett Porter | 2011-03-26 | 1 | -0/+3 |
* | [MRM-1327] use nodes for dependencies, make several notes about fixes require... | Brett Porter | 2011-03-26 | 2 | -31/+71 |
* | [MRM-1461] | Maria Odea B. Ching | 2011-03-16 | 6 | -33/+33 |
* | ensure that it gets closed, even if close throws exception | Brett Porter | 2011-02-17 | 1 | -2/+2 |
* | close streams from previous commit | Maria Odea B. Ching | 2011-02-16 | 1 | -2/+10 |
* | used IOUtils copy for merging so streams are buffered | Maria Odea B. Ching | 2011-02-16 | 1 | -14/+3 |
* | [MRM-1453] fixed decimal format to US locale so test wouldn't fail on other l... | Maria Odea B. Ching | 2011-01-28 | 1 | -1/+4 |
* | [MRM-1452] add ability to delete contents of a repository via xml-rpc | Maria Odea B. Ching | 2011-01-28 | 4 | -1/+96 |
* | [MRM-1451] NPE when merging through XMLRPC | Jevica Arianne B. Zurbano | 2011-01-27 | 1 | -2/+2 |
* | fixed typo | Jevica Arianne B. Zurbano | 2011-01-25 | 1 | -2/+2 |
* | [MRM-1327] choose a better default for login | Brett Porter | 2011-01-20 | 1 | -1/+1 |
* | [MRM-1448] additional '.' in the classifier & extension should be attributed ... | Brett Porter | 2010-12-31 | 3 | -16/+71 |
* | [MRM-1443, MRM-1327] change to JSR-170's SQL queries to avoid the problem in ... | Brett Porter | 2010-12-30 | 1 | -22/+31 |
* | [MRM-1443, MRM-1327] properly restrict per repository and improve performance | Brett Porter | 2010-12-30 | 2 | -14/+24 |
* | [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic... | Brett Porter | 2010-12-30 | 5 | -0/+50 |
* | [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic... | Brett Porter | 2010-12-30 | 11 | -20/+358 |
* | [MRM-1327] assign node types to each different node so that they can be easil... | Brett Porter | 2010-12-30 | 2 | -12/+82 |
* | [MRM-1327] don't auto-save artifact updates - this was only there for testing... | Brett Porter | 2010-12-30 | 2 | -4/+19 |
* | [MRM-1327] make sure getArtifactsByDateRange and getArtifactsByChecksum query... | Brett Porter | 2010-12-30 | 2 | -12/+60 |
* | [MRM-1327] make sure getArtifacts query is restricted to the right repository | Brett Porter | 2010-12-30 | 2 | -2/+18 |
* | [MRM-1327] save changes after metadata is added / removed | Brett Porter | 2010-12-30 | 1 | -0/+2 |
* | Customise settings so that you can debug the cargo instance, and show tests t... | Brett Porter | 2010-12-30 | 4 | -20/+35 |
* | [MRM-1327] prevent facets being returned as artifact versions | Brett Porter | 2010-12-29 | 2 | -16/+42 |
* | [MRM-1327] hook save()/close()/revert() methods to the repository implementation | Brett Porter | 2010-12-29 | 14 | -59/+284 |
* | [MRM-1330] problem-reports is decoupled | Brett Porter | 2010-12-29 | 2 | -14/+2 |
* | [MRM-1330] correct bug - ensure parsed model from storage gets added to conte... | Brett Porter | 2010-12-29 | 1 | -0/+1 |
* | [MRM-1330] update DuplicateArtifactsConsumer to the session-based API | Brett Porter | 2010-12-29 | 3 | -10/+27 |
* | [MRM-1330] refactor access around the concept of a "repository session". See ... | Brett Porter | 2010-12-29 | 98 | -1812/+2985 |
* | cache has moved to a different spring ID - use the default one from the archi... | Brett Porter | 2010-12-23 | 1 | -28/+27 |
* | avoid exception if the scheduler never started | Brett Porter | 2010-12-23 | 1 | -35/+29 |
* | move cache configuration into Spring context file | Brett Porter | 2010-12-23 | 3 | -44/+22 |
* | clean up the "TODO" list, and mark those that are more important as "FIXME" | Brett Porter | 2010-12-22 | 14 | -102/+95 |
* | [MRM-1327] refactor the repository API to make each concern clearer. Storage,... | Brett Porter | 2010-12-22 | 28 | -532/+572 |
* | [MRM-1327] instantiate the repository via Spring and avoid hard-coding | Brett Porter | 2010-12-22 | 4 | -28/+68 |
* | [MRM-1327] add exception handling to the metadata repository implementation | Brett Porter | 2010-12-22 | 38 | -849/+1455 |
* | [MRM-1327] clean up path construction and method sorting | Brett Porter | 2010-12-21 | 1 | -104/+100 |
* | [MRM-1327] namespaces should be paths to avoid being too flat. Use queries fo... | Brett Porter | 2010-12-21 | 1 | -85/+68 |
* | [MRM-1327] remove unnecessary facet node for project versions, and ensure art... | Brett Porter | 2010-12-21 | 3 | -32/+68 |
* | [MRM-1327] remove unnecessary facet node for artifacts | Brett Porter | 2010-12-21 | 1 | -24/+35 |
* | [MRM-1327] re-arrange utility methods, and use search for retrieving artifact... | Brett Porter | 2010-12-21 | 4 | -240/+291 |
* | [MRM-1327] very rough prototype of a JCR based storage mechanism. Passes test... | Brett Porter | 2010-12-17 | 7 | -56/+1714 |
* | [MRM-1445] disable referrer check by default | Brett Porter | 2010-12-15 | 1 | -2/+6 |
* | [MRM-1421] Archiva repository purge incorrectly purges based on file timesta... | Brett Porter | 2010-12-15 | 2 | -8/+15 |
* | test case improvements | Brett Porter | 2010-12-15 | 9 | -84/+60 |
* | [MRM-1396] Purge task problem : Not enough parts to the path | Brett Porter | 2010-12-15 | 2 | -3/+28 |