aboutsummaryrefslogtreecommitdiffstats
path: root/maven-repository-indexer
Commit message (Expand)AuthorAgeFilesLines
* [MRM-138] rewritten the proxy and cleaned house. Moved maven-proxy config loa...Brett Porter2006-08-121-0/+15
* [MRM-146] support incremental update of checksumBrett Porter2006-08-103-12/+26
* clean up some docsBrett Porter2006-08-081-1/+1
* [MRM-138] add multiple repositories and new configuration pagesBrett Porter2006-08-046-15/+10
* optimize the indexBrett Porter2006-08-021-0/+2
* ignore transient fileBrett Porter2006-08-021-0/+1
* read old archetype format as wellBrett Porter2006-07-311-1/+4
* [MRM-127] remove old classesBrett Porter2006-07-2817-4508/+0
* add javadocBrett Porter2006-07-282-0/+2
* [MNG-127] move other repoman code to use new indexerBrett Porter2006-07-281-20/+26
* [MRM-127] add delete record methodBrett Porter2006-07-284-11/+143
* [MRM-127] add search interfaceBrett Porter2006-07-2825-146/+1493
* [MRM-127] clean up query objects by removing Lucene specifics (refactoring wi...Brett Porter2006-07-276-78/+70
* [MRM-127] change record to use lists instead of concatenated strings (index r...Brett Porter2006-07-2710-49/+74
* [MRM-127] read project using project builder to correctly handle inheritence ...Brett Porter2006-07-277-30/+123
* [MRM-127] cull POMs that belong to other artifacts from the listBrett Porter2006-07-273-1/+57
* [MRM-127] add support for archetypesBrett Porter2006-07-274-40/+61
* [MRM-127] read plugin metadata from inside the JAR instead of from the reposi...Brett Porter2006-07-273-63/+83
* [MRM-127] notes, and skip indexing of null recordsBrett Porter2006-07-271-6/+13
* [MRM-127] add more tests, bring in line with design, more consistency with or...Brett Porter2006-07-2718-137/+892
* [MRM-127] update intended designBrett Porter2006-07-261-27/+45
* [MRM-127] create indexer based on index recordsBrett Porter2006-07-2614-0/+938
* fix problem with indexer tests since lucene upgradeBrett Porter2006-07-263-42/+23
* upgrade lucene to 2.0.0Brett Porter2006-07-266-78/+105
* add javadocBrett Porter2006-07-261-0/+8
* [MRM-127] add index record classesBrett Porter2006-07-2514-4/+1007
* [MRM-127] finalise requirements - more details on implementation will follow ...Brett Porter2006-07-251-1/+35
* [MRM-127] design docsBrett Porter2006-07-252-0/+101
* [MRM-127] notesBrett Porter2006-07-252-1/+4
* [MRM-127] start refactoring by clarifying terminology (this is more inline wi...Brett Porter2006-07-2515-416/+523
* [MRM-125] add timestamp checking and tests for metadata discoveryBrett Porter2006-07-241-0/+9
* take some notes, merge the model indexing into the artifact indexing (when an...Brett Porter2006-07-248-1001/+520
* fix issue with missing group ids in metadataBrett Porter2006-07-221-6/+14
* test and fix for inherited versions in the model causing indexing failuresBrett Porter2006-07-224-8/+80
* test and better handling for corrupt JARs when indexingBrett Porter2006-07-224-7/+132
* rewrote browse to match white siteBrett Porter2006-07-211-1/+88
* better handling of index not existingBrett Porter2006-07-131-1/+1
* clean up some issues and bugs highlighted by inspectionsBrett Porter2006-06-282-35/+35
* Changed boolean Digester methods to throw an exception instead for a more inf...Edwin L. Punzalan2006-06-163-37/+10
* Updated some javadocsEdwin L. Punzalan2006-06-156-47/+106
* Improved the indexing moduleEdwin L. Punzalan2006-06-1513-431/+397
* [MRM-46] introduce modello configuration, change indexer API to use a File fo...Brett Porter2006-06-0814-49/+45
* [MRM-118] clean up comments after some investigationBrett Porter2006-06-081-4/+4
* [MRM-118] refactor the searchers into components any make them thread safeBrett Porter2006-06-0811-602/+583
* [MRM-118] remove code that manually constructs repository pathsBrett Porter2006-06-084-224/+181
* some webapp task completionBrett Porter2006-06-072-2/+2
* some more notesBrett Porter2006-06-072-1/+4
* remove some duplicatesBrett Porter2006-06-073-0/+5
* general clean up, addition of copyrightsBrett Porter2006-06-0719-187/+145
* clean up, use IOUtilBrett Porter2006-06-071-44/+46