summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-scheduler
Commit message (Collapse)AuthorAgeFilesLines
* get RID of plexus.requirement annotationOlivier Lamy2011-09-064-13/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165558 13f79535-47bb-0310-9956-ffa450edef68
* get RID of plexus.component annotationOlivier Lamy2011-09-064-8/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165527 13f79535-47bb-0310-9956-ffa450edef68
* fix typoBrett Porter2011-09-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164496 13f79535-47bb-0310-9956-ffa450edef68
* align/magnify names :-)Olivier Lamy2011-09-014-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164172 13f79535-47bb-0310-9956-ffa450edef68
* update licenses and send in RATBrett Porter2011-08-253-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* fix webapp unit tests with commenting a spring which is not used and ↵Olivier Lamy2011-08-194-92/+7
| | | | | | override the good one git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159691 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1490] expose services tru restOlivier Lamy2011-08-191-0/+16
| | | | | | add some managed repo admin support git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159688 13f79535-47bb-0310-9956-ffa450edef68
* fix unit test, ArtifactIndexingTask has now a new field onlyUpdate to ↵Olivier Lamy2011-08-183-13/+46
| | | | | | prevent full scan after only adding a file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159077 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to last versions of quartz and ehcacheOlivier Lamy2011-08-162-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158469 13f79535-47bb-0310-9956-ffa450edef68
* doh ensure we scan repository to index datas for the first scan, ensure we ↵Olivier Lamy2011-08-162-11/+25
| | | | | | are not searching on all index git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158468 13f79535-47bb-0310-9956-ffa450edef68
* oups fix compilationOlivier Lamy2011-08-161-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158299 13f79535-47bb-0310-9956-ffa450edef68
* a little hackhish but fix use with tomcat maven plugin, sisu need a ↵Olivier Lamy2011-08-163-6/+12
| | | | | | URLClassLoader as TCL to be able to use lookupList git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158272 13f79535-47bb-0310-9956-ffa450edef68
* cleanup creation of IndexCreator with using the container rather than using ↵Olivier Lamy2011-08-153-8/+16
| | | | | | default constructors git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158035 13f79535-47bb-0310-9956-ffa450edef68
* context close already done in tearDownOlivier Lamy2011-06-271-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140234 13f79535-47bb-0310-9956-ffa450edef68
* fix unit tests by using NexusIndexer facade to manipulate index datas : ↵Olivier Lamy2011-06-275-160/+100
| | | | | | adding/removing artifacts git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140232 13f79535-47bb-0310-9956-ffa450edef68
* take of already existing context to prevent lucene locksOlivier Lamy2011-06-271-14/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140038 13f79535-47bb-0310-9956-ffa450edef68
* retrieve IndexSearcher from NexusIndexer instead of manual creation to ↵Olivier Lamy2011-06-271-8/+4
| | | | | | prevent lucene locks git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140036 13f79535-47bb-0310-9956-ffa450edef68
* only pass tru NexusIndexer to create IndexingContext, this entry point take ↵Olivier Lamy2011-06-273-11/+48
| | | | | | care of lucene locks : still some changes to do in junit to prevent lock git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140035 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1345] update use of Nexus indexer to use Maven indexer, fix ↵Olivier Lamy2011-06-263-58/+75
| | | | | | archiva-scheduler-indexing compilation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1139943 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1345] update use of Nexus indexer to use Maven indexerOlivier Lamy2011-06-261-2/+2
| | | | | | | remove the per-lookup component refactor test to use only NexusIndexer facade git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1139940 13f79535-47bb-0310-9956-ffa450edef68
* remove more old test filesBrett Porter2011-06-161-105/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136335 13f79535-47bb-0310-9956-ffa450edef68
* cannot use @Inject for old plexus components'Olivier Lamy2011-06-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134352 13f79535-47bb-0310-9956-ffa450edef68
* correctly set tccl during sisu initOlivier Lamy2011-06-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134351 13f79535-47bb-0310-9956-ffa450edef68
* remove of plexus-spring : fix more tests and lucene consumers moduleOlivier Lamy2011-06-012-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1130245 13f79535-47bb-0310-9956-ffa450edef68
* optimize use of debugOlivier Lamy2011-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1130089 13f79535-47bb-0310-9956-ffa450edef68
* remove plexus-spring use : archiva-scheduler-indexingOlivier Lamy2011-05-305-80/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1129386 13f79535-47bb-0310-9956-ffa450edef68
* missing license headerOlivier Lamy2011-05-291-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128956 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1473] remove plexus-spring useOlivier Lamy2011-05-276-64/+69
| | | | | | | | replace plexus-quartz with spring-quartz git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128404 13f79535-47bb-0310-9956-ffa450edef68
* fix unit tests spring configuration in archiva-scheduler-repositoryOlivier Lamy2011-05-275-25/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128204 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-261-5/+0
| | | | | | | remove all dependencies to plexus-container use of sisu-inject-plexus (version 2.2.2 with ASL license) for components using maven api components. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128075 13f79535-47bb-0310-9956-ffa450edef68
* gloups I missed some svn addOlivier Lamy2011-05-252-0/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1127561 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-259-92/+183
| | | | | | | | move archiva-repository-layer to full spring git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1127555 13f79535-47bb-0310-9956-ffa450edef68
* update plexus-spring groupIdOlivier Lamy2011-05-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103898 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1111] upgrade to Struts 2.1.8.1Brett Porter2011-04-122-2/+2
| | | | | | | Applied patch and made some additional modifications Submitted by: Julien Henry, Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091398 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise ↵Brett Porter2010-12-301-0/+3
| | | | | | statistics generation if JCR store is available git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053820 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1327] hook save()/close()/revert() methods to the repository implementationBrett Porter2010-12-291-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053630 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1330] problem-reports is decoupledBrett Porter2010-12-291-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053608 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1330] refactor access around the concept of a "repository session". See ↵Brett Porter2010-12-297-66/+175
| | | | | | Javadoc for some notes. This should be a single entry point for application users of either the metadata repository, resolution, or storage access. The session needs to be explicitly closed (and modifications saved) to facilitate some storage mechanisms. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053542 13f79535-47bb-0310-9956-ffa450edef68
* clean up the "TODO" list, and mark those that are more important as "FIXME"Brett Porter2010-12-222-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1051810 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1327] add exception handling to the metadata repository implementationBrett Porter2010-12-223-69/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1051732 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1439] improve indexing performanceBrett Porter2010-12-031-19/+8
| | | | | | | | Avoid re-reading the entire index each time an artifact is added, and instead search to see if it should be added or updated Merged from: r1041829 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1041846 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1433] remove @Override are on interface methods which is only possible ↵Brett Porter2010-11-291-3/+0
| | | | | | | | | in java 6 for Java 5 compatibility Submitted by: Jim Sellers git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039998 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1097]Maria Odea B. Ching2010-11-254-33/+118
| | | | | | | | | | o upgrade nexus indexer to 3.0.1 + added logger bean which is needed by NexusIndexer o for deployments/proxied artifacts, create and close indexing context when indexing task is executed as compared to the original behavior where the indexing context is created before it is queued (so as the indexing task queue builds up, more indexing contexts are being opened/created which might be causing the too many open files problem) o updated unit tests with changes made git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039004 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1387] switch to official javax.inject library that is in the central ↵Brett Porter2010-06-111-0/+4
| | | | | | repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953607 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1345] MRM-1345 update use of Nexus indexer Jevica Arianne B. Zurbano2010-04-273-4/+11
| | | | | | | | | | | | | | * applied patch * moved the constant in a new class Submitted by: Gwen Harold Autencio updated dependency versions: * nexus-indexer 2.0.5 * plexus-utils 1.5.5 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@938402 13f79535-47bb-0310-9956-ffa450edef68
* fix testBrett Porter2010-03-111-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921811 13f79535-47bb-0310-9956-ffa450edef68
* remove unused directoryBrett Porter2010-02-2419-18/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@915813 13f79535-47bb-0310-9956-ffa450edef68
* merged recent changes from trunk, and reimplemented incoming audit log ↵Brett Porter2010-01-194-4/+4
| | | | | | functionality as a plugin using the metadata repository git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900664 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1301] add back summary statistics for various countsBrett Porter2009-12-163-20/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@891102 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1293] remove RepositoryContentStatistics in favour of new ↵Brett Porter2009-12-081-0/+6
| | | | | | repository-statistics module and adjust reporting action. Note that data population is still required to complete this issue git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888325 13f79535-47bb-0310-9956-ffa450edef68