summaryrefslogtreecommitdiffstats
path: root/archiva-indexer
Commit message (Collapse)AuthorAgeFilesLines
* More directory movesJoakim Erdfelt2007-03-2266-6837/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521472 13f79535-47bb-0310-9956-ffa450edef68
* Merge from archiva-MRM-239 branch to trunk. r506385:HEADJoakim Erdfelt2007-02-233-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511053 13f79535-47bb-0310-9956-ffa450edef68
* Overhauling download link.Joakim Erdfelt2007-02-051-0/+6
| | | | | | | | | | | | * Adding <archiva:downloadArtifact /> taglib. * Adding ability to download sources, javadoc, and client jars too. * Adding ActiveManagedRepositories class to aide in anonymous artifact handling. * Adding test-repository for maven 2.x j2ee artifacts with sources / javadoc / client jars. * Adding ManagedArtifact class to track this relationship between main artifact and attached artifacts. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@503520 13f79535-47bb-0310-9956-ffa450edef68
* Update license, reformatBrett Porter2006-12-2351-484/+783
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489860 13f79535-47bb-0310-9956-ffa450edef68
* Moved to using Commons IO. Just a package name change. Henri Yandell2006-12-085-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484829 13f79535-47bb-0310-9956-ffa450edef68
* Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and ↵Henri Yandell2006-12-013-2/+6
| | | | | | 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-301-2/+12
| | | | | | | | | | | 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
* set native propertyBrett Porter2006-10-311-26/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469650 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-304-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469245 13f79535-47bb-0310-9956-ffa450edef68
* - verified copyright headersEdwin L. Punzalan2006-10-268-8/+94
| | | | | | | - optimized imports - ran code formatting git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467926 13f79535-47bb-0310-9956-ffa450edef68
* Improving the exception messages so they include some more contextual ↵Henri Yandell2006-10-201-2/+2
| | | | | | information git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@466210 13f79535-47bb-0310-9956-ffa450edef68
* set correct line endingsBrett Porter2006-09-154-176/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446573 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] introduce a model for storing reports in the repository, and wire ↵Brett Porter2006-09-082-57/+3
| | | | | | 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
* [MRM-161] add the reporter scheduled taskBrett Porter2006-09-051-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440244 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-136] fix caching so that it changes when the index doesBrett Porter2006-09-052-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440211 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-136] make the browse interface perform acceptably on large repositoriesBrett Porter2006-09-042-5/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439966 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-142, MRM-134] remove timestamp handling and instead simply index ↵Brett Porter2006-09-044-24/+231
| | | | | | | | | records that aren't previously indexed. We can add timestamp checking for updating records later, but this removes the problems associated with relying on filesystem timestamps and a single tracking timestamp. Included in this fix is some refactoring to reduce memory usage, including a hack to flush the project cache periodically. This hack can be removed when the project cache is configurable (see MRM-142). This now indexes the ibiblio repository from scratch in ~23 minutes, and incremental indexing takes 30-60 seconds. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439935 13f79535-47bb-0310-9956-ffa450edef68
* Sorting dependencies before comparison or hashCode calculation to side-step ↵John Dennis Casey2006-09-011-2/+27
| | | | | | a bug that was fixed in maven 2.0.5 dealing with the sorting of dependencies as they are declared in the POM. Sorting will be restricted to temp variables in those methods to avoid changing behavior. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439314 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-144] improve the search tests and handling of tokensBrett Porter2006-08-295-129/+274
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437984 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-151] test dependency index, fix tokenizationBrett Porter2006-08-262-3/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437192 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-151] index developers and dependenciesBrett Porter2006-08-266-2/+149
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437165 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-145] index skinsBrett Porter2006-08-265-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437144 13f79535-47bb-0310-9956-ffa450edef68
* rename package indexing -> indexerBrett Porter2006-08-2632-81/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437117 13f79535-47bb-0310-9956-ffa450edef68
* rename java packages to archivaBrett Porter2006-08-2650-135/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437105 13f79535-47bb-0310-9956-ffa450edef68
* rename archiva artifactsBrett Porter2006-08-2663-0/+5644
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437088 13f79535-47bb-0310-9956-ffa450edef68