summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MRM-541 - convenient way to take Archiva proxies "offline"MRM-541James William Dumay2008-08-192-0/+437
| | | | | | | | | * Unit tests for actions git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687032 13f79535-47bb-0310-9956-ffa450edef68
* MRM-541 - convenient way to take Archiva proxies "offline"James William Dumay2008-08-191-1/+1
| | | | | | | | * Unit tests for actions git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687026 13f79535-47bb-0310-9956-ffa450edef68
* MRM-541 - convenient way to take Archiva proxies "offline"James William Dumay2008-08-199-120/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@687001 13f79535-47bb-0310-9956-ffa450edef68
* MRM-541 - convenient way to take Archiva proxies "offline"James William Dumay2008-08-1910-0/+368
| | | | | | | | | * Implemented UI for enabling/disabling proxy connectors * changes to RepositoryProxyConnectors to skip offline connectors git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@686984 13f79535-47bb-0310-9956-ffa450edef68
* MRM-541 - convenient way to take Archiva proxies "offline"James William Dumay2008-08-190-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-541@686983 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-905]Maria Odea B. Ching2008-08-1819-54/+54
| | | | | | | | submitted by Fabrice Daugan -replace EL exepressions containing "empty(" with "empty (", and "not(" with "not (" as EL expression requires git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@686665 13f79535-47bb-0310-9956-ffa450edef68
* use everywhere a groupId with maven and a version 1.2-SNAPSHOT. Fix webapp ↵Arnaud Heritier2008-08-143-19/+27
| | | | | | ui tests build (but tests weren't maintained :-( ) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685944 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated files & directories by eclipse/m2eclipse/mavenArnaud Heritier2008-08-140-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685923 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated files & directories by eclipse/m2eclipse/mavenArnaud Heritier2008-08-140-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685922 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated files & directories by eclipse/m2eclipse/mavenArnaud Heritier2008-08-140-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685911 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-848]Maria Odea B. Ching2008-08-141-0/+65
| | | | | | | | | | | | | submitted by Gwen Harold Autencio -queue scanning of repositories during startup -scan only the repositories which haven't been scanned previously by checking the scan statistics additional changes made to patch: -applied codestyle formatting -cleared the queuedRepos list when task scheduler is stopped git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685789 13f79535-47bb-0310-9956-ffa450edef68
* MRM-907 - Remove VersionedReference/ProjectReference/ArtifactReference from ↵James William Dumay2008-08-142-6/+21
| | | | | | | | | | | RepositoryProxyConnectors * A few more null checks for good measure. * Metadata should always be updated even if the file does not exist. (wsmoak will love this, no more having to touch files). git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685748 13f79535-47bb-0310-9956-ffa450edef68
* MRM-907 - Remove VersionedReference/ProjectReference/ArtifactReference from ↵James William Dumay2008-08-138-277/+355
| | | | | | | | | | RepositoryProxyConnectors * Merging from https://svn.apache.org/repos/asf/archiva/branches/metadata-rejig-1.2 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685423 13f79535-47bb-0310-9956-ffa450edef68
* Reverting... incorrect pathJames William Dumay2008-08-132114-188874/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685393 13f79535-47bb-0310-9956-ffa450edef68
* Branch for metadata rejig. Should stop issues like MRM-885 from ever ↵James William Dumay2008-08-132114-0/+188874
| | | | | | happening again. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685392 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-893]Maria Odea B. Ching2008-08-122-0/+35
| | | | | | | | | submitted by Dan Tran -return a 404 when the request is a resource file appended with a '/' git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685076 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-880]Maria Odea B. Ching2008-08-122-1/+13
| | | | | | | | -upgraded appassambler-maven-plugin version to latest snapshot -include solaris-sparc-32, solaris-sparc-64 and linux-x86-64 bin and lib files in the standalone bundle git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685059 13f79535-47bb-0310-9956-ffa450edef68
* Moving utility methods to end of classJames William Dumay2008-08-111-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@684631 13f79535-47bb-0310-9956-ffa450edef68
* MRM-906 - Proxy repository operations should not be done in place James William Dumay2008-08-112-252/+314
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@684629 13f79535-47bb-0310-9956-ffa450edef68
* ignore IMLBrett Porter2008-08-110-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@684620 13f79535-47bb-0310-9956-ffa450edef68
* fix source distributionBrett Porter2008-08-072-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683607 13f79535-47bb-0310-9956-ffa450edef68
* add required JAR for CLI executionBrett Porter2008-08-071-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683519 13f79535-47bb-0310-9956-ffa450edef68
* merge release notes from 1.1.1 releaseBrett Porter2008-08-072-9/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683486 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.1.xBrett Porter2008-08-071-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683479 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch archiva-1.1.xBrett Porter2008-08-071-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683476 13f79535-47bb-0310-9956-ffa450edef68
* back to 6.1.6, test failures with 6.1.11Brett Porter2008-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683473 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-896]Maria Odea B. Ching2008-08-061-8/+13
| | | | | | | -remove classifier from filename of poms during artifact upload git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683220 13f79535-47bb-0310-9956-ffa450edef68
* update JettyBrett Porter2008-08-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683100 13f79535-47bb-0310-9956-ffa450edef68
* update to release versionsBrett Porter2008-08-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683099 13f79535-47bb-0310-9956-ffa450edef68
* Add LDAP snippetEmmanuel Venisse2008-08-051-0/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682713 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-814]Maria Odea B. Ching2008-08-053-0/+80
| | | | | | | | | submitted by Mark Jeffery -add check for blank field and for a valid cron expression -used custom field validator to wrap org.codehaus.plexus.scheduler.CronExpressionValidator git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682588 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-895]Maria Odea B. Ching2008-08-042-8/+9
| | | | | | | | submitted by Mark Jeffrey -no longer pass the class loader in ArchivaVersion.determineVersion() git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682269 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-873]Maria Odea B. Ching2008-08-041-7/+13
| | | | | | | | submitted by Gwen Harold Autencio -do not display the up image link of the first repository and do not display the down image link of the last repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@682250 13f79535-47bb-0310-9956-ffa450edef68
* add proxy logging in debug modeBrett Porter2008-07-301-21/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680917 13f79535-47bb-0310-9956-ffa450edef68
* improve logging for remote failureBrett Porter2008-07-291-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680769 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-631] ensure wagon lookups get a new instance on each request, reset ↵Brett Porter2008-07-2915-39/+192
| | | | | | HTTP properties after request git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680755 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-888]Maria Odea B. Ching2008-07-291-1/+1
| | | | | | | -indicate that the instructions are also for 1.1 and higher versions git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680623 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-888]Maria Odea B. Ching2008-07-291-5/+6
| | | | | | | -updated the upgrade doc to include the necessary steps in order to use the search by java class/package/method git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680622 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-892]Maria Odea B. Ching2008-07-294-13/+11
| | | | | | | | -instead of using different keywords like 'class:', 'package:' or 'method', just use one keyword for all which is 'bytecode:', user can just use the filtered search for specifics once it is implemented git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680606 13f79535-47bb-0310-9956-ffa450edef68
* moved codehaus snapshots repo inside a profileMaria Odea B. Ching2008-07-291-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680573 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-892]Maria Odea B. Ching2008-07-287-25/+94
| | | | | | | | -changed the implementation of search by class, package or method to use specific keywords 'class:', 'package:' or 'method:' when searching for them (ex. class:MyClass) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680352 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-891] remove leading ./ on links in index listingBrett Porter2008-07-282-4/+8
| | | | | | | Submitted by: Dan Tran git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680256 13f79535-47bb-0310-9956-ffa450edef68
* temporarily added codehaus snapshots repo for redback 1.0.3-SNAPSHOT ↵Maria Odea B. Ching2008-07-281-0/+15
| | | | | | (vmbuild was failing) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680219 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-884] network proxy doesn't workBrett Porter2008-07-276-21/+347
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680127 13f79535-47bb-0310-9956-ffa450edef68
* oops, redback should be upgraded to 1.0.3-SNAPSHOT and not 1.1-SNAPSHOTMaria Odea B. Ching2008-07-264-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679963 13f79535-47bb-0310-9956-ffa450edef68
* -upgraded to redback 1.1-SNAPSHOT for the fix for MRM-584 (new user cannot ↵Maria Odea B. Ching2008-07-264-25/+25
| | | | | | login) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679959 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-817]Maria Odea B. Ching2008-07-255-12/+59
| | | | | | | | submitted by Gwen Harold Autencio -in the artifact information tab, display the repo id where the artifact came from git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679767 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-883]Maria Odea B. Ching2008-07-253-7/+25
| | | | | | | | -do not generate feed if there are no information available -return 204 if no information/update available git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@679754 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-876] don't grab the remote file if it exists in the managed repositoryBrett Porter2008-07-185-7/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677852 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-876] let Archiva proxy arbitrary paths, particularly allowing it for ↵Brett Porter2008-07-187-39/+253
| | | | | | pre-emptive proxying of support files when requested before the artifact git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677828 13f79535-47bb-0310-9956-ffa450edef68