56 Commits (fb313fb39f4c4ab6978c4aa6a14d8534199bd5ff)

Author SHA1 Message Date
  Henri Yandell 921bec7d3a Renaming 'result' to 'resultReason' and 'type' to 'artifactType' as result/type are protected words in some databases and jpox barfs on them. 17 years ago
  Brett Porter c90ad43762 unify modello versions 17 years ago
  Joakim Erdfelt 193d260bdb [MRM-297] Result.processor can't be null 17 years ago
  Joakim Erdfelt ddcde7a534 [MRM-297] Result.processor can't be null. 17 years ago
  Emmanuel Venisse 401840ce73 Use released versions 17 years ago
  Joakim Erdfelt dee0d5a300 Merge from archiva-MRM-239 branch to trunk. r506385:HEAD 17 years ago
  Brett Porter 39ef9035af move to a registry based configuration 17 years ago
  Brett Porter 0b54f729ab Update license, reformat 17 years ago
  Carlos Sanchez Gonzalez fa19720b7f [MRM-262] Reporting adds duplicated entries on each run 17 years ago
  Henri Yandell 69a394c10f Moved some of the methods over to IO FileUtils. There is no DirectoryScanner yet or a copyDirectoryStructure method. See https://issues.apache.org/jira/browse/IO-105 for a request for the latter. 17 years ago
  Henri Yandell 38d4f5b453 Switching to Lang 17 years ago
  Henri Yandell 5484a75333 Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes 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. 17 years ago
  Jason van Zyl 37317c17e4 o breaking the reporting into packages to get a grip of the architecture 17 years ago
  Henri Yandell 8f58ff7664 Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and 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. 17 years ago
  Joakim Erdfelt d839be48a7 * Correcting LocationArtifactReportProcessor to not throw IllegalStateException as it halts the discovery and indexing. 17 years ago
  Emmanuel Venisse 949ae6337a Remove old archiva-utils module 17 years ago
  Joakim Erdfelt 0cb280cd5f Moving from internal Digest routines to plexus-digest. 17 years ago
  Henri Yandell ae2d73334a Fixing method name 'addFailures' to match the others which are called 'addFailure' 17 years ago
  Edwin L. Punzalan 2b1e907f10 - verified copyright headers 17 years ago
  Brett Porter 6bfba959b8 fix reporting date parsing issues, and remove snapshots 18 years ago
  Brett Porter d221e70b91 set correct line endings 18 years ago
  Brett Porter 9c27e8b4f7 [MRM-60] add an "old snapshot artifact" report 18 years ago
  Brett Porter 7e1fe8ef3c [MRM-60] add a basic "old artifact" report 18 years ago
  Brett Porter d1a72cddd5 make test order independant 18 years ago
  Brett Porter 101210c5ed fix processor construction 18 years ago
  Brett Porter d1752d8e60 [MRM-60] add support for notices in addition to warnings and failures 18 years ago
  Brett Porter 0f5630ecf1 [MRM-166] add filtering and problem identification 18 years ago
  Brett Porter 40b955d387 [MRM-166] better display of ungenerated reports, and only list metadata that has had failures or warnings 18 years ago
  Brett Porter b57273dff3 [MRM-166] add multiple report groups 18 years ago
  Brett Porter 9dd5b3e988 clarify some TODO elements 18 years ago
  Brett Porter cad717586f [MRM-166] move reports to .reports in preparation for multiple results 18 years ago
  Brett Porter ffded4338d [MRM-167] add the execution times to the report 18 years ago
  Brett Porter b37020b275 [MRM-77] avoid problems with metadata reporting 18 years ago
  Brett Porter 5e188c6041 flush cache at the correct point 18 years ago
  Brett Porter 2906f4b296 [MRM-77] run report in the background 18 years ago
  Brett Porter 9c557abae7 [MRM-77] hadle some edge cases in reports 18 years ago
  Brett Porter 47e2bcd368 [MRM-77] fix for reports for distributions that are non-standard types 18 years ago
  Brett Porter 1f481e2126 [MRM-77] ability to regenerate the report 18 years ago
  Brett Porter 23ec161a17 [MRM-77] improve display of dependency errors 18 years ago
  Brett Porter 44dce10087 [MRM-77] preliminary reporting web interface 18 years ago
  Brett Porter bb259f1a6b [MRM-161] report on metadata 18 years ago
  Brett Porter b063f785e0 [MRM-161] clean up report results 18 years ago
  Brett Porter 90f0dddc43 [MRM-161] introduce a model for storing reports in the repository, and wire them up on the back of the indexer. 18 years ago
  Emmanuel Venisse e0386221ad Remove java5 code 18 years ago
  Brett Porter 1b940da867 [MRM-161] rename some classes 18 years ago
  Brett Porter 6ba2e4dc2d [MRM-161] extract an interface for results 18 years ago
  Brett Porter b4554beeb3 [MRM-161] these were already removed 18 years ago
  Brett Porter 63c171e2eb [MRM-161] move the query layer tests, remove unnecessary mocks, and fix 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 18 years ago
  Brett Porter d29cdf4ab1 [MRM-161] move the query layer to a separate module 18 years ago
  Brett Porter f85defbfa5 [MRM-161] some reporting clean up 18 years ago