aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-reports-standard
Commit message (Collapse)AuthorAgeFilesLines
* Setting up reporting infrastructureJoakim Erdfelt2007-03-2273-7271/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521474 13f79535-47bb-0310-9956-ffa450edef68
* Renaming 'result' to 'resultReason' and 'type' to 'artifactType' as ↵Henri Yandell2007-03-1410-80/+80
| | | | | | result/type are protected words in some databases and jpox barfs on them. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@518022 13f79535-47bb-0310-9956-ffa450edef68
* unify modello versionsBrett Porter2007-03-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@515931 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-297] Result.processor can't be nullJoakim Erdfelt2007-03-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513861 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-297] Result.processor can't be null.Joakim Erdfelt2007-03-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513779 13f79535-47bb-0310-9956-ffa450edef68
* Use released versionsEmmanuel Venisse2007-02-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511844 13f79535-47bb-0310-9956-ffa450edef68
* Merge from archiva-MRM-239 branch to trunk. r506385:HEADJoakim Erdfelt2007-02-2351-1971/+2590
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511053 13f79535-47bb-0310-9956-ffa450edef68
* move to a registry based configurationBrett Porter2007-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@505329 13f79535-47bb-0310-9956-ffa450edef68
* Update license, reformatBrett Porter2006-12-2351-553/+828
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489860 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-262] Reporting adds duplicated entries on each runCarlos Sanchez Gonzalez2006-12-223-14/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489678 13f79535-47bb-0310-9956-ffa450edef68
* Moved some of the methods over to IO FileUtils. There is no DirectoryScanner ↵Henri Yandell2006-12-095-10/+10
| | | | | | yet or a copyDirectoryStructure method. See https://issues.apache.org/jira/browse/IO-105 for a request for the latter. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484870 13f79535-47bb-0310-9956-ffa450edef68
* Switching to LangHenri Yandell2006-12-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481461 13f79535-47bb-0310-9956-ffa450edef68
* Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes ↵Henri Yandell2006-12-025-9/+13
| | | | | | closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
* o breaking the reporting into packages to get a grip of the architectureJason van Zyl2006-12-0235-54/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481451 13f79535-47bb-0310-9956-ffa450edef68
* Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and ↵Henri Yandell2006-12-012-1/+5
| | | | | | join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481446 13f79535-47bb-0310-9956-ffa450edef68
* * Correcting LocationArtifactReportProcessor to not throw ↵Joakim Erdfelt2006-11-303-12/+11
| | | | | | | | | | | IllegalStateException as it halts the discovery and indexing. * Catching InvalidArtifactRTException in DefaultReportExecutor to allow discovery and indexing to proceed to next artifact unhindered. * Catching InvalidArtifactRTException in StandardArtifactIndexRecordFactory to allow discovery and indexeing to proceed to next artifact unhindered. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480817 13f79535-47bb-0310-9956-ffa450edef68
* Remove old archiva-utils moduleEmmanuel Venisse2006-10-311-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469496 13f79535-47bb-0310-9956-ffa450edef68
* Moving from internal Digest routines to plexus-digest.Joakim Erdfelt2006-10-306-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469245 13f79535-47bb-0310-9956-ffa450edef68
* Fixing method name 'addFailures' to match the others which are called ↵Henri Yandell2006-10-271-2/+2
| | | | | | 'addFailure' git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468587 13f79535-47bb-0310-9956-ffa450edef68
* - verified copyright headersEdwin L. Punzalan2006-10-268-8/+32
| | | | | | | - optimized imports - ran code formatting git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467926 13f79535-47bb-0310-9956-ffa450edef68
* fix reporting date parsing issues, and remove snapshotsBrett Porter2006-09-302-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451579 13f79535-47bb-0310-9956-ffa450edef68
* set correct line endingsBrett Porter2006-09-152-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446573 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-60] add an "old snapshot artifact" reportBrett Porter2006-09-125-0/+378
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442502 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-60] add a basic "old artifact" reportBrett Porter2006-09-124-2/+231
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442459 13f79535-47bb-0310-9956-ffa450edef68
* make test order independantBrett Porter2006-09-111-6/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442226 13f79535-47bb-0310-9956-ffa450edef68
* fix processor constructionBrett Porter2006-09-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442221 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-60] add support for notices in addition to warnings and failuresBrett Porter2006-09-118-2/+326
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442098 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-166] add filtering and problem identificationBrett Porter2006-09-1115-260/+396
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442072 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-166] better display of ungenerated reports, and only list metadata that ↵Brett Porter2006-09-111-0/+28
| | | | | | has had failures or warnings git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442039 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-166] add multiple report groupsBrett Porter2006-09-1018-301/+587
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442028 13f79535-47bb-0310-9956-ffa450edef68
* clarify some TODO elementsBrett Porter2006-09-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441803 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-166] move reports to .reports in preparation for multiple resultsBrett Porter2006-09-091-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441797 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-167] add the execution times to the reportBrett Porter2006-09-093-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441795 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] avoid problems with metadata reportingBrett Porter2006-09-091-7/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441780 13f79535-47bb-0310-9956-ffa450edef68
* flush cache at the correct pointBrett Porter2006-09-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441777 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] run report in the backgroundBrett Porter2006-09-095-13/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441757 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] hadle some edge cases in reportsBrett Porter2006-09-094-11/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441751 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] fix for reports for distributions that are non-standard typesBrett Porter2006-09-085-8/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441583 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] ability to regenerate the reportBrett Porter2006-09-085-0/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441573 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] improve display of dependency errorsBrett Porter2006-09-082-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441523 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-77] preliminary reporting web interfaceBrett Porter2006-09-082-42/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441516 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] report on metadataBrett Porter2006-09-086-34/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441419 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] clean up report resultsBrett Porter2006-09-087-53/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441391 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] introduce a model for storing reports in the repository, and wire ↵Brett Porter2006-09-0831-1030/+1114
| | | | | | them up on the back of the indexer. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441377 13f79535-47bb-0310-9956-ffa450edef68
* Remove java5 codeEmmanuel Venisse2006-09-061-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440740 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] rename some classesBrett Porter2006-09-068-25/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440577 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] extract an interface for resultsBrett Porter2006-09-063-8/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440570 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] these were already removedBrett Porter2006-09-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440285 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] move the query layer tests, remove unnecessary mocks, and fix ↵Brett Porter2006-09-0516-1464/+153
| | | | | | tests to test legitimate things. Remove tests for null artifact ids, etc since it is impossible that they would be created with a normal (non-mock) API and the reporting will get these errors fed through from the file positioning and model validation errors instead git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440282 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] move the query layer to a separate moduleBrett Porter2006-09-0515-605/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440260 13f79535-47bb-0310-9956-ffa450edef68