688 Commits

Author SHA1 Message Date
Brett Porter
ef2591b19c add missing closing tag
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042700 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 16:21:04 +00:00
Brett Porter
e654db6bfe [MRM-1442] track time spent in each consumer during a scan, to help diagnose poor scanning performance
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042689 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 15:56:35 +00:00
Brett Porter
0825745b30 [MRM-1441] add repository scanning details to system status page
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042633 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 13:27:53 +00:00
Brett Porter
85eb227ce6 [MRM-1440] fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042631 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 13:25:01 +00:00
Brett Porter
ee3a5009b3 [MRM-1440] add a system status page
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042625 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 13:17:48 +00:00
Brett Porter
f3b014c2b4 [MRM-1439] improve indexing performance
Avoid re-reading the entire index each time an artifact is added, and instead search to see if it should be added or updated

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1041829 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 14:19:36 +00:00
Brett Porter
fb65d5fc64 fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1041825 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 14:15:05 +00:00
Brett Porter
cfd8ca2ffb [MRM-1097] 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)
Updated unit tests with changes made
Did not update the indexer as it would impact the API more significantly
Merged from: r1039004


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1041824 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 14:11:05 +00:00
Maria Odea B. Ching
8e9c2e9910 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038584 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 12:21:21 +00:00
Maria Odea B. Ching
1725da3350 [maven-release-plugin] prepare release archiva-1.3.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038582 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 12:20:41 +00:00
Maria Odea B. Ching
e75d5d1158 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038576 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 12:04:28 +00:00
Maria Odea B. Ching
c737e25b53 [maven-release-plugin] prepare release archiva-1.3.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038573 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 12:03:31 +00:00
Maria Odea B. Ching
a39e488b92 revert to SNAPSHOT version
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038569 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 11:54:14 +00:00
Maria Odea B. Ching
b6f0bb0696 [maven-release-plugin] prepare release archiva-1.3.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038555 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 11:31:18 +00:00
Maria Odea B. Ching
5d0359ce5a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038537 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 09:23:36 +00:00
Maria Odea B. Ching
874abc4b7f [maven-release-plugin] prepare release archiva-1.3.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038535 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 09:22:04 +00:00
Maria Odea B. Ching
71d0bb56b1 [MRM-1438] [CVE-2010-3449]
o update to Redback 1.2.4 issue is fixed
o enable referrer check by default for security interceptor


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1038518 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 08:16:46 +00:00
Jevica Arianne B. Zurbano
e95e243324 [MRM-1394] - Replace the use of clickLinkWithText() with getSelenium().open() for accessing navigation menu pages
* replaced clickLinkWithText() with getSelenium().open()
* added clickAddIcon() and clickDeleteIcon() to be used instead of clickLinkWithXPath() in RepositoryScanningTest
* added dependsOnMethods in testClickArtifactFromBrowse of BrowseTest



git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@960311 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 09:28:02 +00:00
Jevica Arianne B. Zurbano
e54ea0a252 updated webapp-test version
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@960308 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 08:53:45 +00:00
Marecor M. Baclay
25c9aa2a6f [MRM-1230] Type of artifact is always "pom"
- additional unit test (modified the  patch since it has not been applied in 1.3 as set in the fixed version)
Submitted by: Maria Catherine Tan



git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@959907 13f79535-47bb-0310-9956-ffa450edef68
2010-07-02 08:02:35 +00:00
Jevica Arianne B. Zurbano
6c08a52885 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@953837 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 19:08:21 +00:00
Jevica Arianne B. Zurbano
009d601a77 [maven-release-plugin] prepare release archiva-1.3.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@953835 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 19:07:22 +00:00
Jevica Arianne B. Zurbano
f4626ad8a5 fixed failing test
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@952956 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 11:00:39 +00:00
Maria Odea B. Ching
c49ad562ff [MRM-1066] Shutdown of Tomcat causes Exception when running Archiva Project
o log error instead of printing stack trace
o clean up code


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@952943 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 10:22:49 +00:00
Maria Odea B. Ching
b9b2c5ca0c fixed failing test
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@952939 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 10:12:39 +00:00
Maria Odea B. Ching
fa10e63f5c [MRM-1361] Add support for NPanday artifact types
patch created & submitted by brett
o add npanday types to artifact extension mapping


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@952596 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 10:00:39 +00:00
Maria Odea B. Ching
9d998d14c9 [MRM-1066] Shutdown of Tomcat causes Exception when running Archiva Project
submitted by Marcus Dimand
o kill the executors and the archiva scheduler when context is destroyed

additional changes in the patch:
o removed system.out logs
o moved out stopping of the task queue executors to its own method


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@946618 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20 13:11:51 +00:00
Maria Odea B. Ching
dca8072e7d fixed formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@945545 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 08:57:59 +00:00
Maria Odea B. Ching
4031cb1f9b [MRM-621] Use UTF-8 for better i18n support for page display
submitted by Shinsuke Sugaya

o added <%@page%> tag to jsp pages


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@942765 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 14:53:49 +00:00
Maria Odea B. Ching
ff98b0c6aa [MRM-1386] fixed start date and end date pop up
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@942722 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 12:52:01 +00:00
Maria Odea B. Ching
90a86e31c1 [MRM-1353] Build number is always 1 for SNAPSHOT artifacts uploaded via web upload form
o added selenium test


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@939944 13f79535-47bb-0310-9956-ffa450edef68
2010-05-01 08:13:00 +00:00
Maria Odea B. Ching
d06b48b52d [MRM-1353] Build number is always 1 for SNAPSHOT artifacts uploaded via web upload form
o get latest build number from version-level metadata when deploying artifacts from webapp
o for snapshot artifacts deployed, generate or update the version-level metadata
o added unit test for this scenario
o refactored some parts of the tests for upload artifact


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@930528 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03 15:01:22 +00:00
Maria Odea B. Ching
7d72f9f75e [MRM-1321] Snapshot is linking to oldest version in Archiva GUI
submitted by Daniel Triphaus
o do not reverse the order of the list containing the snapshot versions

additional change made:
o updated unit test to correct behavior


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@930242 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 11:18:43 +00:00
Brett Porter
8cf166a184 [MRM-1356] handle chunked / unknown length requests correctly
Merged from: r919307


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@919313 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 06:42:52 +00:00
Brett Porter
bc267adc07 [MRM-1355] fix username for audit log
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@918857 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 05:18:44 +00:00
Brett Porter
d40d925272 adjust Plexus components generation to correct phases so they work from the IDE
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@918853 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 05:05:27 +00:00
Brett Porter
f597e36cd3 reverse portion of previous change, behaviour is expected to be different on 1.3.x vs trunk
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@918825 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 02:45:50 +00:00
Brett Porter
3c0d48098b merge fixes to Selenium tests from trunk
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@918814 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 02:00:16 +00:00
Brett Porter
6426da90b4 improve logging of failed uploads
Merged from: r917519


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@917521 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 13:39:31 +00:00
Brett Porter
d62eb54fde [MRM-1302] add some prevention for concurrent modification of a list
Merged from: r917398


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@917399 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 06:01:43 +00:00
Maria Odea B. Ching
56d17960c0 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@916227 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 10:32:40 +00:00
Maria Odea B. Ching
013a63649e [MRM-1312] mda5 and sha are not generated for snapshot jars
submitted by Maria Catherine Tan

o use the actual file, which has a timestamp + build number version, when creating a repository task for a snapshot artifact


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@916197 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 09:32:12 +00:00
Brett Porter
888eb009b7 [MRM-1304] Query using Group ID field in audit log report uses '/' as a separator instead of '.'
Submitted by: Adelita L. Padilla (applied with modifications to test)
Merged /archiva/trunk:r909454-909456


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@909461 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 15:29:47 +00:00
Maria Odea B. Ching
5f77fddbfb [MRM-1316] audit log report does not restrict events to repositories that you are a manager of
merged from trunk -r905996


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@905998 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03 11:14:20 +00:00
Maria Odea B. Ching
cd81fd3771 merged from trunk -r905969 (fixed failing selenium test)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@905971 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03 10:20:55 +00:00
Brett Porter
3f3a18845e set version correctly on branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@900343 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18 11:16:24 +00:00
Brett Porter
96c99628aa ensure test is not skipped and clarify meaning (can't test searching with no access, it wouldn't appear in the list)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899070 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 06:04:54 +00:00
Brett Porter
d0b3ad29df log skips
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899067 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 05:28:51 +00:00
Brett Porter
9ef096945d fix repository scanning tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899066 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 05:28:31 +00:00
Brett Porter
4457762692 fix the search test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899055 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 04:27:07 +00:00