aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-base/archiva-proxy/src
Commit message (Collapse)AuthorAgeFilesLines
* restructure according to discussion on the dev listBrett Porter2008-03-29154-8044/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68
* [MNG-734] fix plugin-level metadata handlingBrett Porter2008-03-2011-12/+565
| | | | | | | Merged from: r639260 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639273 13f79535-47bb-0310-9956-ffa450edef68
* merge the archiva-spring branchBrett Porter2008-03-1410-102/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637056 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-212-68/+79
| | | | | | | | * Finishing up AbstractLogEnabled conversions to Slf4J. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629704 13f79535-47bb-0310-9956-ffa450edef68
* MRM-678 : cache 404 errors in UrlFailureCacheNicolas De Loof2008-01-312-7/+19
| | | | | | testcase fixed to check for cache (not) to be used when cachefailure is (disabled /) enabled git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@617102 13f79535-47bb-0310-9956-ffa450edef68
* fix MRM-667 thanks to James William Dumay pacthNicolas De Loof2008-01-282-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615848 13f79535-47bb-0310-9956-ffa450edef68
* reverted preivous change : cacheFailure is shared between connectors and has ↵Nicolas De Loof2008-01-111-9/+1
| | | | | | side effects git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611116 13f79535-47bb-0310-9956-ffa450edef68
* skip when URL is in failure cacheNicolas De Loof2008-01-101-3/+11
| | | | | | cache proxy failures (404) for better performances git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@610758 13f79535-47bb-0310-9956-ffa450edef68
* make it possible to understand why something was blacklistedBrett Porter2007-11-131-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594423 13f79535-47bb-0310-9956-ffa450edef68
* make sure the URL includes required /Brett Porter2007-11-121-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594269 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-586] transfer failures cause proxying to fail. Added test and some ↵Brett Porter2007-11-113-59/+118
| | | | | | notes on missing tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593843 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-582] Remote Repositories with empty <username> and <password> fields ↵Joakim Erdfelt2007-11-081-3/+3
| | | | | | | | | | | shouldn't be created in configuration. Implemented on-load cleanup of remote repo username/password (instead of on-save) Implemented proper check for blank username/password in proxy connectors. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593220 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-141] remove irrelevant documentationBrett Porter2007-11-051-90/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@591958 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-547] proxy connectors: cache failures options are confusingJoakim Erdfelt2007-11-017-131/+124
| | | | | | | | | | [MRM-549] proxy connectors: no "always" option for releases and snapshots policies Applying changes to policy naming per decisions made in dev@archiva mailing list. Updating DefaultArchivaConfiguration.load() to automatically adjust old configuration settings to new values. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590908 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-577] Release policy of disabled fails all metadata requests.Joakim Erdfelt2007-10-311-12/+27
| | | | | | | | | | | Fixing release / snapshot policies from applying tests on maven-metadata.xml files. Creating unit tests for release / snapshot policies. Switching from boolean return on .applyPolicy() to throwing exception, to gain better logging of why the transfer failed. Logging policy failures better. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590858 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-563] Proxy connector logic for getIfModified is backwards.Joakim Erdfelt2007-10-2315-394/+515
| | | | | | | | | | | | Fixing backwards logic in DefaultRepositoryProxyConnectors. Updating test cases to honor correct .get() vs .getIfModified() logic wrt/mocks. Updating ManagedLegacyTransferTest for all varients of Managed to Remote, Legacy vs Default, Present and Not Present. Introducing NotModifiedException to cope with proper .getIfModified() logic. Introducing NotFoundException to cope with operational exception vs serious connectivity exception. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587318 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports.Joakim Erdfelt2007-10-171-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585587 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-398] configure guest access by default for pre-configured repositoriesJoakim Erdfelt2007-10-151-0/+5
| | | | | | | Reverted partially r584279. (some good fixes for related bugs in place) Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584903 13f79535-47bb-0310-9956-ffa450edef68
* Fixing missing requirement in test components.xml.Joakim Erdfelt2007-10-112-2/+10
| | | | | | Updating unit tests for proper metadata update detection. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583906 13f79535-47bb-0310-9956-ffa450edef68
* Correcting logic for determining if the local maven-metadata.xml needs to be ↵Joakim Erdfelt2007-10-111-15/+45
| | | | | | updated. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583862 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-461] Warning message for non existent resources should include what ↵Joakim Erdfelt2007-10-101-4/+5
| | | | | | | | resource it failed to locate. Added url + resource path to log message. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583641 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in ↵Joakim Erdfelt2007-10-101-1/+1
| | | | | | | | artifactId, like "maven-test-plugin" Final cleanup based on tests from real maven 1 projects. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583638 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting chattiness of logs.Joakim Erdfelt2007-10-101-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583624 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-432] Proxy Connectors are unable to download artifacts with alpha ↵Joakim Erdfelt2007-10-1018-277/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | numerical version numbers [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifactId, like "maven-test-plugin" [MRM-518] Changing the internal repository directory has no effect [MRM-512] Unable to convert null repository config to archiva repository. [MRM-533] metadata-updater is changing lastUpdating timestamp when it shouldn't [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository - Work against proposal in mailing list http://www.nabble.com/-Proposal--Repository-Layout-Detection-Interaction-Changes.-tf4577852.html - Creation of package org.apache.maven.archiva.repository.content - Creation of RepositoryContent alternative as outlined in proposal. - Have not swung all code over to new repositorycontent object yet. - Left old BidirectionalRepositoryLayout classes in place temporarily. - Migrated the following over to new RepositoryContent objects... * the /repository/ url * proxying * metadata updating * repository purge classes - Unit testing. Lots and lots of unit testing. - Correcting bad template email address. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583412 13f79535-47bb-0310-9956-ffa450edef68
* Reducing chattiness by adding ConfigurationListener to give option of event ↵Joakim Erdfelt2007-10-081-5/+17
| | | | | | on configuration save as a whole, not each field. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582993 13f79535-47bb-0310-9956-ffa450edef68
* Finishing the Repository split work that brett started.Joakim Erdfelt2007-10-088-177/+153
| | | | | | | | | ArchivaRepository has been removed from model. This work was needed before repository layout/detection proposal work is started. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582987 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-482] Saving a proxy connector after adding a new property results to ↵Joakim Erdfelt2007-10-047-121/+180
| | | | | | | | | | | | | | | | HTTP 500 error [MRM-477] Missing ability to manage proxy order. [MRM-437] admin editing of proxy connectors fails in multiple instances * Split giant ball of mud ConfigureProxyConnectorAction into seperate Add/Edit/Delete/Sort/List actions * Added ability to maintain sort order. * Added unit testing. * Cleaned up Proxy Connector admin UI to allow for extra long Location / URL paths. * Slideout Hide of the Advanced configuration options on the Proxy Connector list screen. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582020 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-513] Support remote repositories with passwords.Joakim Erdfelt2007-10-021-3/+23
| | | | | | | | | Commited patch from James William Dumay. Updated title/h1 sections of add/edit/delete jsps to be consistent with regards to "remote" and "managed" usage. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581324 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-528] run consumers as artifacts arrive via proxyBrett Porter2007-09-288-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-211] fix proxy tests for legacy, and correct handling of Maven 1.x pluginsBrett Porter2007-09-162-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576029 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-144] clean up TODOsBrett Porter2007-09-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574898 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-462] separate configuration of managed and remote repositoriesBrett Porter2007-09-127-201/+183
| | | | | | Merged from branches/MRM-462 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574859 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-463] Metadata merging doesn't work.Joakim Erdfelt2007-09-103-34/+26
| | | | | | | | Adding new Metadata Updater Consumer. Updating archiva-configuration default for new consumer. Updating archiva-proxy for new Metadata Tools approach. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574121 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-463] Metadata merging doesn't work.Joakim Erdfelt2007-08-3071-350/+2412
| | | | | | | | Bug fixes to MetadataTool. New Proxying features. Proxying Unit Testing Updates. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571008 13f79535-47bb-0310-9956-ffa450edef68
* * Updating my email address from joakim@erdfelt.com to my apache side email ↵Joakim Erdfelt2007-08-0313-13/+13
| | | | | | address at joakime@apache.org git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68
* Correcting whitelist handling.Joakim Erdfelt2007-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562477 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-405] Archiva can't connect to remote repositories if they are behind a ↵Fabrice Bellingard2007-05-301-0/+1
| | | | | | network proxy git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542803 13f79535-47bb-0310-9956-ffa450edef68
* * Fixing test of propertyName values in ConfigurationNames class.Joakim Erdfelt2007-05-243-9/+42
| | | | | | * Updating ProxyTestCase to use trigger with appropriate values. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541383 13f79535-47bb-0310-9956-ffa450edef68
* * Updates to repositories and proxy connector configuration / admin screens.Joakim Erdfelt2007-05-052-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@535418 13f79535-47bb-0310-9956-ffa450edef68
* Do what it takes to let it compile. (The I want to get out of the critical ↵Joakim Erdfelt2007-04-242-40/+9
| | | | | | path approach) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@531751 13f79535-47bb-0310-9956-ffa450edef68
* Adding VersionedReference metadata to .fetchFromProxies()Joakim Erdfelt2007-04-202-4/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@530916 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring of reporting. One step closer to an end-to-end compile.Joakim Erdfelt2007-04-192-4/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@530395 13f79535-47bb-0310-9956-ffa450edef68
* * Furthor test case improvement.Joakim Erdfelt2007-04-178-690/+893
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@529617 13f79535-47bb-0310-9956-ffa450edef68
* * Expanding Proxy / Policy tests.Joakim Erdfelt2007-04-1627-2691/+3115
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@529106 13f79535-47bb-0310-9956-ffa450edef68
* Model / Configuration / Repository Layer / Proxy UpdatesJoakim Erdfelt2007-04-1112-1159/+1459
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527649 13f79535-47bb-0310-9956-ffa450edef68
* More directory movesJoakim Erdfelt2007-03-2267-0/+4041
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521472 13f79535-47bb-0310-9956-ffa450edef68