aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MRM-1111] upgrade to Struts 2.1.8.1Brett Porter2011-04-1246-106/+170
* [MRM-1480]/[REDBACK-274] (CVE-2011-1026)Brett Porter2011-04-1217-19/+279
* rename metadata-repository-file to metadata-store-file for consistencyBrett Porter2011-03-298-8/+9
* [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen...Brett Porter2011-03-299-74/+11
* [MRM-1327] fix 'used by' to work under JCR store. This will still have proble...Brett Porter2011-03-262-52/+23
* upgrade surefire to the latest releaseBrett Porter2011-03-261-2/+1
* fix optional for dependencies in file metadata repositoryBrett Porter2011-03-261-0/+3
* [MRM-1327] use nodes for dependencies, make several notes about fixes require...Brett Porter2011-03-262-31/+71
* [MRM-1327] upgrade to a new release of JackrabbitBrett Porter2011-03-261-1/+1
* [MRM-1461]Maria Odea B. Ching2011-03-166-33/+33
* [MRM-1248] improve documentation about potential issues with the network prox...Brett Porter2011-02-221-0/+13
* correct nameBrett Porter2011-02-211-1/+1
* ensure that it gets closed, even if close throws exceptionBrett Porter2011-02-171-2/+2
* close streams from previous commitMaria Odea B. Ching2011-02-161-2/+10
* used IOUtils copy for merging so streams are bufferedMaria Odea B. Ching2011-02-161-14/+3
* merge 1.3.4 release notesBrett Porter2011-02-081-0/+8
* [MRM-1453] fixed decimal format to US locale so test wouldn't fail on other l...Maria Odea B. Ching2011-01-281-1/+4
* [MRM-1452] add ability to delete contents of a repository via xml-rpcMaria Odea B. Ching2011-01-284-1/+96
* [MRM-1451] NPE when merging through XMLRPCJevica Arianne B. Zurbano2011-01-271-2/+2
* fixed typoJevica Arianne B. Zurbano2011-01-251-2/+2
* [MRM-1327] choose a better default for loginBrett Porter2011-01-201-1/+1
* [MRM-1448] additional '.' in the classifier & extension should be attributed ...Brett Porter2010-12-313-16/+71
* [MRM-1443, MRM-1327] change to JSR-170's SQL queries to avoid the problem in ...Brett Porter2010-12-301-22/+31
* [MRM-1443, MRM-1327] properly restrict per repository and improve performanceBrett Porter2010-12-302-14/+24
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-305-0/+50
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-3012-28/+385
* [MRM-1327] assign node types to each different node so that they can be easil...Brett Porter2010-12-302-12/+82
* [MRM-1327] don't auto-save artifact updates - this was only there for testing...Brett Porter2010-12-302-4/+19
* [MRM-1327] make sure getArtifactsByDateRange and getArtifactsByChecksum query...Brett Porter2010-12-302-12/+60
* [MRM-1327] make sure getArtifacts query is restricted to the right repositoryBrett Porter2010-12-302-2/+18
* [MRM-1327] save changes after metadata is added / removedBrett Porter2010-12-301-0/+2
* Customise settings so that you can debug the cargo instance, and show tests t...Brett Porter2010-12-304-20/+35
* [MRM-1327] prevent facets being returned as artifact versionsBrett Porter2010-12-292-16/+42
* [MRM-1327] hook save()/close()/revert() methods to the repository implementationBrett Porter2010-12-2914-59/+284
* back to 2.5 again due to SUREFIRE-679Brett Porter2010-12-291-1/+2
* upgrade Surefire to latest version againBrett Porter2010-12-291-1/+1
* [MRM-1330] problem-reports is decoupledBrett Porter2010-12-292-14/+2
* [MRM-1330] correct bug - ensure parsed model from storage gets added to conte...Brett Porter2010-12-291-0/+1
* [MRM-1330] update DuplicateArtifactsConsumer to the session-based APIBrett Porter2010-12-293-10/+27
* [MRM-1330] refactor access around the concept of a "repository session". See ...Brett Porter2010-12-2998-1812/+2985
* cache has moved to a different spring ID - use the default one from the archi...Brett Porter2010-12-231-28/+27
* avoid exception if the scheduler never startedBrett Porter2010-12-231-35/+29
* move cache configuration into Spring context fileBrett Porter2010-12-233-44/+22
* 2.6 also has a problemBrett Porter2010-12-221-1/+1
* back up a version so that errors are detectedBrett Porter2010-12-221-1/+1
* clean up the "TODO" list, and mark those that are more important as "FIXME"Brett Porter2010-12-2214-102/+95
* [MRM-1327] refactor the repository API to make each concern clearer. Storage,...Brett Porter2010-12-2228-532/+572
* ignore targetBrett Porter2010-12-220-0/+0
* [MRM-1327] instantiate the repository via Spring and avoid hard-codingBrett Porter2010-12-224-28/+68
* [MRM-1327] add exception handling to the metadata repository implementationBrett Porter2010-12-2238-849/+1455