]> source.dussan.org Git - archiva.git/log
archiva.git
18 years ago[MRM-46] Add a very basic CLI interface for some quick tests. These will likely be...
Brett Porter [Mon, 9 Jan 2006 04:56:15 +0000 (04:56 +0000)]
[MRM-46] Add a very basic CLI interface for some quick tests. These will likely be removed at some point for something that just executes the webwork actions

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367199 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unused index method - we already obtain the actual instance
Brett Porter [Mon, 9 Jan 2006 04:29:27 +0000 (04:29 +0000)]
remove unused index method - we already obtain the actual instance

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367192 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadd repository base to artifact files, they are expected to be absolute
Brett Porter [Mon, 9 Jan 2006 03:32:02 +0000 (03:32 +0000)]
add repository base to artifact files, they are expected to be absolute

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367176 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unnecessary methods on index
Brett Porter [Mon, 9 Jan 2006 03:27:30 +0000 (03:27 +0000)]
remove unnecessary methods on index

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367174 13f79535-47bb-0310-9956-ffa450edef68

18 years agosome cleanup
Brett Porter [Mon, 9 Jan 2006 02:22:14 +0000 (02:22 +0000)]
some cleanup

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367162 13f79535-47bb-0310-9956-ffa450edef68

18 years agoindexing simplification
Brett Porter [Mon, 9 Jan 2006 02:16:47 +0000 (02:16 +0000)]
indexing simplification

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367160 13f79535-47bb-0310-9956-ffa450edef68

18 years agorestructure querying to make construction more intuitive
Brett Porter [Mon, 9 Jan 2006 01:47:23 +0000 (01:47 +0000)]
restructure querying to make construction more intuitive

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367157 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-34
Edwin L. Punzalan [Fri, 6 Jan 2006 07:19:12 +0000 (07:19 +0000)]
PR: MRM-34

Added unit tests and refactored some common code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@366445 13f79535-47bb-0310-9956-ffa450edef68

18 years agoReformat code
Edwin L. Punzalan [Thu, 5 Jan 2006 08:01:05 +0000 (08:01 +0000)]
Reformat code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@366113 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-34
Edwin L. Punzalan [Thu, 5 Jan 2006 08:00:17 +0000 (08:00 +0000)]
PR: MRM-34

Added Pom indexer and searcher.  Also refactored some common code.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@366112 13f79535-47bb-0310-9956-ffa450edef68

18 years agoreformat code by IntelliJ code formatter using maven codestyle xml
Edwin L. Punzalan [Thu, 5 Jan 2006 07:25:47 +0000 (07:25 +0000)]
reformat code by IntelliJ code formatter using maven codestyle xml

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@366107 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-44
Edwin L. Punzalan [Thu, 5 Jan 2006 07:20:26 +0000 (07:20 +0000)]
PR: MRM-44
Submitted by: Maria Odea Ching

Patch for searching by groupId, artifactId, version, name, package, class, and file.  Also allowed nested searching using AND and OR.

Refactored the Searcher for common code and placed them inside an Abstract class.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@366106 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoving @todos ...
Edwin L. Punzalan [Wed, 4 Jan 2006 06:12:34 +0000 (06:12 +0000)]
Removing @todos ...

the methods in Abstract are all lucene index methods/validations which can be used by pom and metadata indices

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365835 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-54
Edwin L. Punzalan [Wed, 4 Jan 2006 03:09:05 +0000 (03:09 +0000)]
PR: MRM-54

Added unit tests and fixed missing implements in AbstractCompoundQuery

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365806 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-54
Edwin L. Punzalan [Wed, 4 Jan 2006 02:27:06 +0000 (02:27 +0000)]
PR: MRM-54

Added Query classes for index searching

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365802 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoved unused imports
Edwin L. Punzalan [Tue, 3 Jan 2006 09:57:08 +0000 (09:57 +0000)]
Removed unused imports

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365595 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdated ArtifactRepositoryIndexSearcher to use factory
Edwin L. Punzalan [Tue, 3 Jan 2006 09:55:29 +0000 (09:55 +0000)]
Updated ArtifactRepositoryIndexSearcher to use factory

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365594 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded repository field encapsulation
Edwin L. Punzalan [Tue, 3 Jan 2006 09:46:10 +0000 (09:46 +0000)]
Added repository field encapsulation

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365592 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded factory for ArtifactRepositoryIndex
Edwin L. Punzalan [Tue, 3 Jan 2006 09:34:00 +0000 (09:34 +0000)]
Added factory for ArtifactRepositoryIndex
Removed usage of src/test/index createTestIndex (renamed from testIndex() which gave the wrong impression) will create the index needed

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365590 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdated RepositoryIndexSearcher to search for more than one field.
Edwin L. Punzalan [Tue, 3 Jan 2006 06:45:51 +0000 (06:45 +0000)]
Updated RepositoryIndexSearcher to search for more than one field.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365553 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadd some more comments
Brett Porter [Tue, 3 Jan 2006 06:03:51 +0000 (06:03 +0000)]
add some more comments

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365548 13f79535-47bb-0310-9956-ffa450edef68

18 years agouse new digester and clean up related code
Brett Porter [Sun, 1 Jan 2006 02:58:35 +0000 (02:58 +0000)]
use new digester and clean up related code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360475 13f79535-47bb-0310-9956-ffa450edef68

18 years ago- improve cache, make it more map like and synchronized. Use JDK 1.4 collection Linke...
Brett Porter [Sun, 1 Jan 2006 02:57:59 +0000 (02:57 +0000)]
- improve cache, make it more map like and synchronized. Use JDK 1.4 collection LinkedHashMap instead of customised implementation.
- use new digester and clean up related code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360474 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove outdated comments
Brett Porter [Sun, 1 Jan 2006 02:56:07 +0000 (02:56 +0000)]
remove outdated comments

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360473 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadd utils project
Brett Porter [Sun, 1 Jan 2006 02:55:45 +0000 (02:55 +0000)]
add utils project

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360472 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadd digester in a utility project
Brett Porter [Sun, 1 Jan 2006 02:55:24 +0000 (02:55 +0000)]
add digester in a utility project
PR: MRM-9

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360471 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove impossible condition
Brett Porter [Fri, 30 Dec 2005 21:54:13 +0000 (21:54 +0000)]
remove impossible condition

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360173 13f79535-47bb-0310-9956-ffa450edef68

18 years agoexception clean up (all done!)
Brett Porter [Fri, 30 Dec 2005 21:46:08 +0000 (21:46 +0000)]
exception clean up (all done!)

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360170 13f79535-47bb-0310-9956-ffa450edef68

18 years agocontinue clean up, refactor some code
Brett Porter [Fri, 30 Dec 2005 21:22:12 +0000 (21:22 +0000)]
continue clean up, refactor some code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360168 13f79535-47bb-0310-9956-ffa450edef68

18 years agoprivatising methods
Brett Porter [Fri, 30 Dec 2005 20:11:56 +0000 (20:11 +0000)]
privatising methods

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360159 13f79535-47bb-0310-9956-ffa450edef68

18 years agomore cleaning up
Brett Porter [Fri, 30 Dec 2005 20:02:27 +0000 (20:02 +0000)]
more cleaning up

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360157 13f79535-47bb-0310-9956-ffa450edef68

18 years agogenerate descriptor
Brett Porter [Fri, 30 Dec 2005 08:47:19 +0000 (08:47 +0000)]
generate descriptor

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360039 13f79535-47bb-0310-9956-ffa450edef68

18 years agogenerated descriptor
Brett Porter [Fri, 30 Dec 2005 08:37:14 +0000 (08:37 +0000)]
generated descriptor

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360037 13f79535-47bb-0310-9956-ffa450edef68

18 years agogenerate plexus descriptor
Brett Porter [Fri, 30 Dec 2005 08:33:44 +0000 (08:33 +0000)]
generate plexus descriptor

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360035 13f79535-47bb-0310-9956-ffa450edef68

18 years agomore cleaning up
Brett Porter [Fri, 30 Dec 2005 08:24:41 +0000 (08:24 +0000)]
more cleaning up

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360028 13f79535-47bb-0310-9956-ffa450edef68

18 years agonull pointer safety
Brett Porter [Fri, 30 Dec 2005 06:42:13 +0000 (06:42 +0000)]
null pointer safety

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360003 13f79535-47bb-0310-9956-ffa450edef68

18 years agoclean up in line with inspections
Brett Porter [Fri, 30 Dec 2005 06:38:23 +0000 (06:38 +0000)]
clean up in line with inspections

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360002 13f79535-47bb-0310-9956-ffa450edef68

18 years agoclean up in line with inspections
Brett Porter [Fri, 30 Dec 2005 06:32:47 +0000 (06:32 +0000)]
clean up in line with inspections

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360001 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unused method
Brett Porter [Fri, 30 Dec 2005 06:18:27 +0000 (06:18 +0000)]
remove unused method

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359997 13f79535-47bb-0310-9956-ffa450edef68

18 years agosimplify location processor, and fix bugs discovered due to swallowing exceptions
Brett Porter [Fri, 30 Dec 2005 06:14:41 +0000 (06:14 +0000)]
simplify location processor, and fix bugs discovered due to swallowing exceptions

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359995 13f79535-47bb-0310-9956-ffa450edef68

18 years agosimplify retrieval of POM from artifact
Brett Porter [Fri, 30 Dec 2005 05:10:15 +0000 (05:10 +0000)]
simplify retrieval of POM from artifact

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359990 13f79535-47bb-0310-9956-ffa450edef68

18 years agomore reformatting
Brett Porter [Fri, 30 Dec 2005 04:56:52 +0000 (04:56 +0000)]
more reformatting

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359988 13f79535-47bb-0310-9956-ffa450edef68

18 years agorefactor to share code
Brett Porter [Fri, 30 Dec 2005 04:52:59 +0000 (04:52 +0000)]
refactor to share code

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359987 13f79535-47bb-0310-9956-ffa450edef68

18 years agoreformat
Brett Porter [Fri, 30 Dec 2005 04:37:28 +0000 (04:37 +0000)]
reformat

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359986 13f79535-47bb-0310-9956-ffa450edef68

18 years agocleanup formatting, and force all paths to use '/' so it works on Windows and Unix
Brett Porter [Fri, 30 Dec 2005 04:05:25 +0000 (04:05 +0000)]
cleanup formatting, and force all paths to use '/' so it works on Windows and Unix

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359981 13f79535-47bb-0310-9956-ffa450edef68

18 years agomove the test search index into a reproducable place - tests were failing on multiple...
Brett Porter [Fri, 30 Dec 2005 03:41:35 +0000 (03:41 +0000)]
move the test search index into a reproducable place - tests were failing on multiple runs without a clean

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359977 13f79535-47bb-0310-9956-ffa450edef68

18 years agoignore
Brett Porter [Thu, 29 Dec 2005 03:05:28 +0000 (03:05 +0000)]
ignore

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359691 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoved unnecessary imports and added some missing license texts
Edwin L. Punzalan [Tue, 27 Dec 2005 09:39:08 +0000 (09:39 +0000)]
Removed unnecessary imports and added some missing license texts

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359195 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoved requirement for a factory and refactored object names and methods
Edwin L. Punzalan [Tue, 27 Dec 2005 09:17:22 +0000 (09:17 +0000)]
Removed requirement for a factory and refactored object names and methods

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359192 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRenamed RepositorySearcher to RepositoryIndexSearcher and also some more refactoring
Edwin L. Punzalan [Tue, 27 Dec 2005 03:28:27 +0000 (03:28 +0000)]
Renamed RepositorySearcher to RepositoryIndexSearcher and also some more refactoring

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359164 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRefactor and code formatting only
Edwin L. Punzalan [Tue, 27 Dec 2005 02:57:56 +0000 (02:57 +0000)]
Refactor and code formatting only

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359163 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded javadoc annotations
Edwin L. Punzalan [Tue, 27 Dec 2005 02:34:36 +0000 (02:34 +0000)]
Added javadoc annotations

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359161 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoving @author references to Maria Odea Ching's from submitted patches
Edwin L. Punzalan [Tue, 27 Dec 2005 01:57:01 +0000 (01:57 +0000)]
Removing @author references to Maria Odea Ching's from submitted patches

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359159 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-39
Edwin L. Punzalan [Fri, 23 Dec 2005 07:06:14 +0000 (07:06 +0000)]
PR: MRM-39
Submitted by: Maria Odea Ching

ArtifactIndexSearcher classes.  Also, added more unit test coverage

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358756 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded custom artifact analyzer
Edwin L. Punzalan [Fri, 23 Dec 2005 03:35:42 +0000 (03:35 +0000)]
Added custom artifact analyzer

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358691 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMore unit tests
Edwin L. Punzalan [Thu, 22 Dec 2005 08:38:32 +0000 (08:38 +0000)]
More unit tests

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358530 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdding more unit test files
Edwin L. Punzalan [Thu, 22 Dec 2005 08:07:33 +0000 (08:07 +0000)]
Adding more unit test files

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358525 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded plexus component.xml
Edwin L. Punzalan [Thu, 22 Dec 2005 07:58:42 +0000 (07:58 +0000)]
Added plexus component.xml
Added unit test and files.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358523 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRefactored classes and added some more interface methods
Edwin L. Punzalan [Thu, 22 Dec 2005 06:37:47 +0000 (06:37 +0000)]
Refactored classes and added some more interface methods

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358512 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-33
Edwin L. Punzalan [Thu, 22 Dec 2005 05:53:53 +0000 (05:53 +0000)]
PR: MRM-33

Added indexer for an artifact jar

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358507 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdated working base
Edwin L. Punzalan [Wed, 21 Dec 2005 09:01:32 +0000 (09:01 +0000)]
Updated working base

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358229 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdating classes for compile
Edwin L. Punzalan [Wed, 21 Dec 2005 03:28:31 +0000 (03:28 +0000)]
updating classes for compile

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358196 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdding maven-repository-indexer
Edwin L. Punzalan [Wed, 21 Dec 2005 01:54:19 +0000 (01:54 +0000)]
Adding maven-repository-indexer

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@358176 13f79535-47bb-0310-9956-ffa450edef68

18 years agotemporarily omit checkstyle until we have a style
Brett Porter [Mon, 19 Dec 2005 05:08:41 +0000 (05:08 +0000)]
temporarily omit checkstyle until we have a style

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@357635 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-42
Edwin L. Punzalan [Mon, 19 Dec 2005 03:07:55 +0000 (03:07 +0000)]
PR: MRM-42
Submitted by: Maria Odea Ching

Added missing files

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@357621 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-42
Edwin L. Punzalan [Mon, 19 Dec 2005 03:04:49 +0000 (03:04 +0000)]
PR: MRM-42
Submitted by: Maria Odea Ching

Class for discovering repository metadata and fixed failing tests on DefaultArtifactDiscovererTest and LegacyArtifactDiscovererTest

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@357620 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unreleased report
Brett Porter [Wed, 14 Dec 2005 22:55:39 +0000 (22:55 +0000)]
remove unreleased report

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356903 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-53
Edwin L. Punzalan [Wed, 14 Dec 2005 08:51:08 +0000 (08:51 +0000)]
PR: MRM-53
Submitted by: Maria Odea Ching

Code to validate pom.xml to be readable into Model.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356753 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-6
Edwin L. Punzalan [Tue, 13 Dec 2005 23:55:33 +0000 (23:55 +0000)]
PR: MRM-6
Submitted by: Maria Odea Ching

Validation of artifact physical location against its pom and the pom inside its package

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356653 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-39
Edwin L. Punzalan [Tue, 13 Dec 2005 08:37:00 +0000 (08:37 +0000)]
PR: MRM-39

Added javadoc annotations and improved Cache class

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356516 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-39
Edwin L. Punzalan [Tue, 13 Dec 2005 07:52:22 +0000 (07:52 +0000)]
PR: MRM-39

Added Cache class, and revised CachedRepositoryQueryLayer to use it.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356503 13f79535-47bb-0310-9956-ffa450edef68

18 years agoswitch to cobertura
Brett Porter [Mon, 12 Dec 2005 17:33:09 +0000 (17:33 +0000)]
switch to cobertura

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356295 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-39
Edwin L. Punzalan [Mon, 12 Dec 2005 08:09:34 +0000 (08:09 +0000)]
PR: MRM-39

Class updates and refactored to share methods with DefaultRepositoryQueryLayer.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356209 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix dependencies
Brett Porter [Sun, 11 Dec 2005 18:16:11 +0000 (18:16 +0000)]
fix dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@355986 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-39
Edwin L. Punzalan [Sat, 10 Dec 2005 02:00:13 +0000 (02:00 +0000)]
PR: MRM-39

Work in progress for the caching query layer

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@355691 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-17
Edwin L. Punzalan [Fri, 9 Dec 2005 02:18:36 +0000 (02:18 +0000)]
PR: MRM-17
Submitted by: Maria Odea Ching

Additional unit tests

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@355319 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-17
Edwin L. Punzalan [Thu, 8 Dec 2005 00:19:59 +0000 (00:19 +0000)]
PR: MRM-17
Submitted by: Maria Odea Ching

Patch is for testing checksum of artifact and metadata files located in remote repository

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354916 13f79535-47bb-0310-9956-ffa450edef68

18 years agorefactored some codes to use FileUtils instead
Edwin L. Punzalan [Wed, 7 Dec 2005 07:11:18 +0000 (07:11 +0000)]
refactored some codes to use FileUtils instead

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354744 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdated files to build successfully
Edwin L. Punzalan [Wed, 7 Dec 2005 07:06:30 +0000 (07:06 +0000)]
updated files to build successfully

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354743 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadded missing file in previous commit
Edwin L. Punzalan [Wed, 7 Dec 2005 06:31:29 +0000 (06:31 +0000)]
added missing file in previous commit

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354739 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-17
Edwin L. Punzalan [Wed, 7 Dec 2005 06:24:04 +0000 (06:24 +0000)]
PR: MRM-17
Submitted by: Maria Odea Ching

coding progress...

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354737 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-17
Edwin L. Punzalan [Wed, 7 Dec 2005 06:06:27 +0000 (06:06 +0000)]
PR: MRM-17
Submitted by: Maria Odea Ching

Applied patch for metadata checksum validation

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354729 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMore unit tests and some code formatting
Edwin L. Punzalan [Wed, 7 Dec 2005 05:45:43 +0000 (05:45 +0000)]
More unit tests and some code formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354723 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded more unit tests
Edwin L. Punzalan [Wed, 7 Dec 2005 02:57:16 +0000 (02:57 +0000)]
Added more unit tests

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354681 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemoved author elements
Edwin L. Punzalan [Wed, 7 Dec 2005 00:27:36 +0000 (00:27 +0000)]
Removed author elements

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354632 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-2
Edwin L. Punzalan [Tue, 6 Dec 2005 10:09:13 +0000 (10:09 +0000)]
PR: MRM-2
Submitted by: John Tolentino

More unit tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354393 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded test file into the repository which should be ignored
Edwin L. Punzalan [Tue, 6 Dec 2005 09:54:12 +0000 (09:54 +0000)]
Added test file into the repository which should be ignored

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354391 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded 1 more unit test cases
Edwin L. Punzalan [Tue, 6 Dec 2005 06:17:58 +0000 (06:17 +0000)]
Added 1 more unit test cases

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354333 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-17
Edwin L. Punzalan [Tue, 6 Dec 2005 05:55:45 +0000 (05:55 +0000)]
PR: MRM-17
Submitted by: Maria Odea Ching

Also include improvements on BadMetadataReportProcessor metadata handling

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354326 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded javadoc annotations
Edwin L. Punzalan [Tue, 6 Dec 2005 02:22:53 +0000 (02:22 +0000)]
Added javadoc annotations

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354261 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-2
Edwin L. Punzalan [Mon, 5 Dec 2005 09:15:17 +0000 (09:15 +0000)]
PR: MRM-2
Submitted by: John Tolentino

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354028 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded more unit tests
Edwin L. Punzalan [Mon, 5 Dec 2005 09:00:34 +0000 (09:00 +0000)]
Added more unit tests

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354024 13f79535-47bb-0310-9956-ffa450edef68

18 years agotemporary method to make it compile
Brett Porter [Mon, 5 Dec 2005 08:00:48 +0000 (08:00 +0000)]
temporary method to make it compile

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354011 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCompleted the junit tests for the BadMetadataProcessor
Edwin L. Punzalan [Mon, 5 Dec 2005 07:12:35 +0000 (07:12 +0000)]
Completed the junit tests for the BadMetadataProcessor

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354002 13f79535-47bb-0310-9956-ffa450edef68

18 years agosome updates to the reports base and tests
Brett Porter [Mon, 5 Dec 2005 01:41:43 +0000 (01:41 +0000)]
some updates to the reports base and tests
- simplify the result classes
- we need a factory component for the query layer, because the query layer needs a repository
- added a mock implementation of the reporter (removed the "default" one which is the same)
- added a default repository query interface that uses the file system
- add a test for the metadata versions not matching the repo
- add some comments

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@353954 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdded some unit test objects
Edwin L. Punzalan [Mon, 5 Dec 2005 01:20:32 +0000 (01:20 +0000)]
Added some unit test objects

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@353953 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unneeded dep
Brett Porter [Sun, 4 Dec 2005 06:37:29 +0000 (06:37 +0000)]
remove unneeded dep

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@353824 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove unneeded info
Brett Porter [Sun, 4 Dec 2005 06:36:19 +0000 (06:36 +0000)]
remove unneeded info

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@353823 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR: MRM-51
Edwin L. Punzalan [Fri, 2 Dec 2005 06:41:24 +0000 (06:41 +0000)]
PR: MRM-51
Submitted by: John Tolentino

Mock Objects and additional class files

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@351613 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRenamed object to make the implementation obvious
Edwin L. Punzalan [Fri, 2 Dec 2005 03:34:51 +0000 (03:34 +0000)]
Renamed object to make the implementation obvious

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@351565 13f79535-47bb-0310-9956-ffa450edef68