Commit Graph

49 Commits

Author SHA1 Message Date
Brett Porter 0b54f729ab Update license, reformat
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489860 13f79535-47bb-0310-9956-ffa450edef68
2006-12-23 06:39:46 +00:00
Carlos Sanchez Gonzalez fa19720b7f [MRM-262] Reporting adds duplicated entries on each run
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489678 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 15:56:26 +00:00
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484870 13f79535-47bb-0310-9956-ffa450edef68
2006-12-09 01:01:08 +00:00
Henri Yandell 38d4f5b453 Switching to Lang
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481461 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:39:51 +00:00
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:37:00 +00:00
Jason van Zyl 37317c17e4 o breaking the reporting into packages to get a grip of the architecture
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481451 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:07:57 +00:00
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481446 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 23:44:12 +00:00
Joakim Erdfelt d839be48a7 * Correcting LocationArtifactReportProcessor to not throw 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
2006-11-30 03:32:08 +00:00
Emmanuel Venisse 949ae6337a Remove old archiva-utils module
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469496 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 14:18:51 +00:00
Joakim Erdfelt 0cb280cd5f Moving from internal Digest routines to plexus-digest.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469245 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 19:32:43 +00:00
Henri Yandell ae2d73334a Fixing method name 'addFailures' to match the others which are called 'addFailure'
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468587 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 23:35:50 +00:00
Edwin L. Punzalan 2b1e907f10 - verified copyright headers
- optimized imports
- ran code formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467926 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 09:15:23 +00:00
Brett Porter 6bfba959b8 fix reporting date parsing issues, and remove snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451579 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 10:59:46 +00:00
Brett Porter d221e70b91 set correct line endings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446573 13f79535-47bb-0310-9956-ffa450edef68
2006-09-15 11:03:30 +00:00
Brett Porter 9c27e8b4f7 [MRM-60] add an "old snapshot artifact" report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442502 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 07:20:42 +00:00
Brett Porter 7e1fe8ef3c [MRM-60] add a basic "old artifact" report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442459 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 05:46:12 +00:00
Brett Porter d1a72cddd5 make test order independant
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442226 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 14:11:50 +00:00
Brett Porter 101210c5ed fix processor construction
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442221 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 13:51:28 +00:00
Brett Porter d1752d8e60 [MRM-60] add support for notices in addition to warnings and failures
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442098 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 04:55:27 +00:00
Brett Porter 0f5630ecf1 [MRM-166] add filtering and problem identification
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442072 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 02:13:21 +00:00
Brett Porter 40b955d387 [MRM-166] better display of ungenerated reports, and only list metadata that has had failures or warnings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442039 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 00:01:48 +00:00
Brett Porter b57273dff3 [MRM-166] add multiple report groups
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442028 13f79535-47bb-0310-9956-ffa450edef68
2006-09-10 23:21:19 +00:00
Brett Porter 9dd5b3e988 clarify some TODO elements
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441803 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 15:51:32 +00:00
Brett Porter cad717586f [MRM-166] move reports to .reports in preparation for multiple results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441797 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 15:27:15 +00:00
Brett Porter ffded4338d [MRM-167] add the execution times to the report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441795 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 15:19:42 +00:00
Brett Porter b37020b275 [MRM-77] avoid problems with metadata reporting
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441780 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 11:27:23 +00:00
Brett Porter 5e188c6041 flush cache at the correct point
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441777 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 10:35:39 +00:00
Brett Porter 2906f4b296 [MRM-77] run report in the background
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441757 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 08:08:37 +00:00
Brett Porter 9c557abae7 [MRM-77] hadle some edge cases in reports
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441751 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 07:05:03 +00:00
Brett Porter 47e2bcd368 [MRM-77] fix for reports for distributions that are non-standard types
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441583 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 17:32:50 +00:00
Brett Porter 1f481e2126 [MRM-77] ability to regenerate the report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441573 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 16:56:58 +00:00
Brett Porter 23ec161a17 [MRM-77] improve display of dependency errors
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441523 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 14:53:27 +00:00
Brett Porter 44dce10087 [MRM-77] preliminary reporting web interface
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441516 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 14:33:45 +00:00
Brett Porter bb259f1a6b [MRM-161] report on metadata
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441419 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 07:52:21 +00:00
Brett Porter b063f785e0 [MRM-161] clean up report results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441391 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 05:58:25 +00:00
Brett Porter 90f0dddc43 [MRM-161] introduce a model for storing reports in the repository, and wire 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
2006-09-08 05:16:51 +00:00
Emmanuel Venisse e0386221ad Remove java5 code
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440740 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 15:49:17 +00:00
Brett Porter 1b940da867 [MRM-161] rename some classes
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440577 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 02:38:02 +00:00
Brett Porter 6ba2e4dc2d [MRM-161] extract an interface for results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440570 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 02:08:31 +00:00
Brett Porter b4554beeb3 [MRM-161] these were already removed
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440285 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 07:18:46 +00:00
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
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440282 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 07:00:52 +00:00
Brett Porter d29cdf4ab1 [MRM-161] move the query layer to a separate module
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440260 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 05:12:31 +00:00
Brett Porter f85defbfa5 [MRM-161] some reporting clean up
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440257 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 04:45:59 +00:00
Brett Porter b103fbf497 [MRM-144] clarify TODO items
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437583 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 07:16:16 +00:00
Brett Porter ceef0a10fd remove old tests that are not required of the code
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437125 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:21:22 +00:00
Brett Porter 444d73327f more renaming
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437119 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 07:52:00 +00:00
Brett Porter c5a3a9035f rename package indexing -> indexer
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437117 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 07:42:37 +00:00
Brett Porter ce6b82aa75 rename java packages to archiva
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437105 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 07:22:22 +00:00
Brett Porter 209ef5ca84 rename archiva artifacts
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437088 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 05:47:59 +00:00