]> source.dussan.org Git - archiva.git/log
archiva.git
14 years agoremove dependency on repository-layer from repository-statistics module
Brett Porter [Thu, 11 Mar 2010 10:39:33 +0000 (10:39 +0000)]
remove dependency on repository-layer from repository-statistics module

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921791 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1359] add tests for legacy format translation in WebDAV and other Maven 1 reposi...
Brett Porter [Thu, 11 Mar 2010 10:34:42 +0000 (10:34 +0000)]
[MRM-1359] add tests for legacy format translation in WebDAV and other Maven 1 repository notes

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921789 13f79535-47bb-0310-9956-ffa450edef68

14 years agoempty directories and ignores
Brett Porter [Thu, 11 Mar 2010 10:33:24 +0000 (10:33 +0000)]
empty directories and ignores

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921786 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1359] Separate Maven 1.x functionality into its own plugin
Brett Porter [Thu, 11 Mar 2010 04:50:05 +0000 (04:50 +0000)]
[MRM-1359] Separate Maven 1.x functionality into its own plugin
- add skeleton and comments

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921691 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1361] add support for NPanday artifact types. Currently requires some hard codin...
Brett Porter [Thu, 11 Mar 2010 04:43:23 +0000 (04:43 +0000)]
[MRM-1361] add support for NPanday artifact types. Currently requires some hard coding into webapp and tests, but removing the plugin from the webapp would safely disable the functionality.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921687 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] move type population into Maven 2 plugin
Brett Porter [Thu, 11 Mar 2010 04:33:02 +0000 (04:33 +0000)]
[MRM-1360] move type population into Maven 2 plugin

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921686 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] store artifact metadata in the repository and make maven facet's compliant
Brett Porter [Thu, 11 Mar 2010 02:40:39 +0000 (02:40 +0000)]
[MRM-1360] store artifact metadata in the repository and make maven facet's compliant

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921671 13f79535-47bb-0310-9956-ffa450edef68

14 years agoallow to run in jetty:run again
Brett Porter [Thu, 11 Mar 2010 00:29:49 +0000 (00:29 +0000)]
allow to run in jetty:run again

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921646 13f79535-47bb-0310-9956-ffa450edef68

14 years agoanalyze dependencies
Brett Porter [Wed, 10 Mar 2010 16:15:43 +0000 (16:15 +0000)]
analyze dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921424 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] remove use of repository layer in favour of storage API
Brett Porter [Wed, 10 Mar 2010 16:15:21 +0000 (16:15 +0000)]
[MRM-1282] remove use of repository layer in favour of storage API

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921423 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] remove duplicated artifact population, ensuring the metadata consumer...
Brett Porter [Wed, 10 Mar 2010 14:55:59 +0000 (14:55 +0000)]
[MRM-1282] remove duplicated artifact population, ensuring the metadata consumer now sets facets correctly too

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921376 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] Repository Path Translation consolidation
Brett Porter [Wed, 10 Mar 2010 14:47:30 +0000 (14:47 +0000)]
[MRM-1282] Repository Path Translation consolidation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921374 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] Repository Path Translation consolidation
Brett Porter [Wed, 10 Mar 2010 14:35:31 +0000 (14:35 +0000)]
[MRM-1282] Repository Path Translation consolidation
- DefaultPathParser now a shell around RepositoryPathTranslator, for refactoring away

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921366 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] move type population into Maven 2 plugin
Brett Porter [Wed, 10 Mar 2010 04:27:51 +0000 (04:27 +0000)]
[MRM-1360] move type population into Maven 2 plugin
- correct problem with test case

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921228 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] move type population into Maven 2 plugin
Brett Porter [Wed, 10 Mar 2010 04:21:54 +0000 (04:21 +0000)]
[MRM-1360] move type population into Maven 2 plugin
- correct problem with the instantiation of the translator in the legacy code

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921227 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] move type population into Maven 2 plugin
Brett Porter [Wed, 10 Mar 2010 04:02:48 +0000 (04:02 +0000)]
[MRM-1360] move type population into Maven 2 plugin

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921224 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1360] move the maven 2 repository plugin to use the shared test repository
Brett Porter [Wed, 10 Mar 2010 01:38:29 +0000 (01:38 +0000)]
[MRM-1360] move the maven 2 repository plugin to use the shared test repository

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921202 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] implement maven metadata for artifacts and remove legacy code
Brett Porter [Wed, 10 Mar 2010 00:42:44 +0000 (00:42 +0000)]
[MRM-1282] implement maven metadata for artifacts and remove legacy code

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921196 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremove redundant code (classifier argument is not used, maven-plugin maps to maven...
Brett Porter [Wed, 10 Mar 2010 00:35:11 +0000 (00:35 +0000)]
remove redundant code (classifier argument is not used, maven-plugin maps to maven-plugin already using defaults)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921193 13f79535-47bb-0310-9956-ffa450edef68

14 years agoenforce test ordering
Brett Porter [Tue, 9 Mar 2010 10:55:47 +0000 (10:55 +0000)]
enforce test ordering

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920792 13f79535-47bb-0310-9956-ffa450edef68

14 years agoo update artifact groupId/artifactId to not use "test" term for uploaded artifacts...
Maria Odea B. Ching [Tue, 9 Mar 2010 10:23:57 +0000 (10:23 +0000)]
o update artifact groupId/artifactId to not use "test" term for uploaded artifacts not used for search test
o added note in readme file to avoid using the term "test" in artifact namespace when writining new add/upload artifact test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920773 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] remove JDK 6 API usage and unused method
Brett Porter [Tue, 9 Mar 2010 10:10:56 +0000 (10:10 +0000)]
[MRM-1282] remove JDK 6 API usage and unused method

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920766 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1283] improve test for when the metadata is later used
Brett Porter [Tue, 9 Mar 2010 09:36:48 +0000 (09:36 +0000)]
[MRM-1283] improve test for when the metadata is later used

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920755 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] start to implement maven metadata for artifacts, splitting from existing...
Brett Porter [Tue, 9 Mar 2010 08:00:25 +0000 (08:00 +0000)]
[MRM-1282] start to implement maven metadata for artifacts, splitting from existing sources

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920722 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MNG-1301] remove the problem reports dependency on the repository layer, start to...
Brett Porter [Tue, 9 Mar 2010 04:24:32 +0000 (04:24 +0000)]
[MNG-1301] remove the problem reports dependency on the repository layer, start to migrate path parsing into metadata API

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920649 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremove unneeded commented out functionality
Brett Porter [Mon, 8 Mar 2010 06:13:09 +0000 (06:13 +0000)]
remove unneeded commented out functionality

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920202 13f79535-47bb-0310-9956-ffa450edef68

14 years agominor clean up
Brett Porter [Mon, 8 Mar 2010 03:43:49 +0000 (03:43 +0000)]
minor clean up

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920188 13f79535-47bb-0310-9956-ffa450edef68

14 years agoalways output the HTML anyway
Brett Porter [Fri, 5 Mar 2010 07:59:47 +0000 (07:59 +0000)]
always output the HTML anyway

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@919326 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1356] handle chunked / unknown length requests correctly
Brett Porter [Fri, 5 Mar 2010 06:09:53 +0000 (06:09 +0000)]
[MRM-1356] handle chunked / unknown length requests correctly

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@919307 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1314] Logo links to incorrect location in documentation
Brett Porter [Fri, 5 Mar 2010 05:22:39 +0000 (05:22 +0000)]
[MRM-1314] Logo links to incorrect location in documentation
Merged from: r919292

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@919293 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1355] merge test for audit log username setting from branch, with adjustments
Brett Porter [Thu, 4 Mar 2010 08:21:21 +0000 (08:21 +0000)]
[MRM-1355] merge test for audit log username setting from branch, with adjustments

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918887 13f79535-47bb-0310-9956-ffa450edef68

14 years agoanother note about Windows
Brett Porter [Wed, 3 Mar 2010 23:21:12 +0000 (23:21 +0000)]
another note about Windows

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918764 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd a note about popup blockers
Brett Porter [Wed, 3 Mar 2010 23:10:29 +0000 (23:10 +0000)]
add a note about popup blockers

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918759 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1323] run tests with applet disabled to avoid warnings popping up
Brett Porter [Wed, 3 Mar 2010 22:42:46 +0000 (22:42 +0000)]
[MRM-1323] run tests with applet disabled to avoid warnings popping up

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918745 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate readme
Brett Porter [Wed, 3 Mar 2010 21:51:41 +0000 (21:51 +0000)]
update readme

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918712 13f79535-47bb-0310-9956-ffa450edef68

14 years agoimprove logging of failed uploads
Brett Porter [Mon, 1 Mar 2010 13:35:38 +0000 (13:35 +0000)]
improve logging of failed uploads

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@917519 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1302] add some prevention for concurrent modification of a list
Brett Porter [Mon, 1 Mar 2010 05:56:12 +0000 (05:56 +0000)]
[MRM-1302] add some prevention for concurrent modification of a list

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@917398 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1312] mda5 and sha are not generated for snapshot jars
Maria Odea B. Ching [Thu, 25 Feb 2010 10:14:17 +0000 (10:14 +0000)]
[MRM-1312] mda5 and sha are not generated for snapshot jars
merge from 1.3.x branch -r916197 with a few tweaks in variable name in UploadArtifactTest to resolve conflict

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@916217 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremove unused directory
Brett Porter [Wed, 24 Feb 2010 14:56:16 +0000 (14:56 +0000)]
remove unused directory

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@915813 13f79535-47bb-0310-9956-ffa450edef68

14 years agothe Site plugin version we use requires a newer version of Maven
Brett Porter [Tue, 23 Feb 2010 11:49:52 +0000 (11:49 +0000)]
the Site plugin version we use requires a newer version of Maven

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@915292 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed sorting which is causing the test to fail in some platforms
Maria Odea B. Ching [Tue, 23 Feb 2010 08:34:24 +0000 (08:34 +0000)]
fixed sorting which is causing the test to fail in some platforms

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@915240 13f79535-47bb-0310-9956-ffa450edef68

14 years agoreplace trunk
Brett Porter [Tue, 23 Feb 2010 05:37:32 +0000 (05:37 +0000)]
replace trunk

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@915192 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] sort the results for platform independance MRM-1025 MRM-1025
Brett Porter [Thu, 18 Feb 2010 16:56:49 +0000 (16:56 +0000)]
[MRM-1282] sort the results for platform independance

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@911488 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] sort the results for platform independance
Brett Porter [Thu, 18 Feb 2010 16:15:15 +0000 (16:15 +0000)]
[MRM-1282] sort the results for platform independance

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@911469 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] sort the results for platform independance
Brett Porter [Thu, 18 Feb 2010 15:51:07 +0000 (15:51 +0000)]
[MRM-1282] sort the results for platform independance

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@911453 13f79535-47bb-0310-9956-ffa450edef68

14 years agoavoid logging to /logs in the tests
Brett Porter [Tue, 16 Feb 2010 14:30:27 +0000 (14:30 +0000)]
avoid logging to /logs in the tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910535 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] move the content into the repository data directory
Brett Porter [Tue, 16 Feb 2010 12:44:12 +0000 (12:44 +0000)]
[MRM-1282] move the content into the repository data directory

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910504 13f79535-47bb-0310-9956-ffa450edef68

14 years agosimplify test case
Brett Porter [Tue, 16 Feb 2010 10:19:58 +0000 (10:19 +0000)]
simplify test case

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910453 13f79535-47bb-0310-9956-ffa450edef68

14 years agoavoid timing issues with audit logs
Brett Porter [Tue, 16 Feb 2010 09:48:16 +0000 (09:48 +0000)]
avoid timing issues with audit logs

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910447 13f79535-47bb-0310-9956-ffa450edef68

14 years agocentralise the name <-> timestamp construction to make it easier to change the pattern
Brett Porter [Tue, 16 Feb 2010 08:15:29 +0000 (08:15 +0000)]
centralise the name <-> timestamp construction to make it easier to change the pattern

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910421 13f79535-47bb-0310-9956-ffa450edef68

14 years agorevert r910400, look for a simpler solution and unit test
Brett Porter [Tue, 16 Feb 2010 06:17:00 +0000 (06:17 +0000)]
revert r910400, look for a simpler solution and unit test

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910410 13f79535-47bb-0310-9956-ffa450edef68

14 years agoavoid timing issues with audit logs
Brett Porter [Tue, 16 Feb 2010 05:34:01 +0000 (05:34 +0000)]
avoid timing issues with audit logs

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910400 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1304] fix group ID handling for branch
Brett Porter [Tue, 16 Feb 2010 05:07:20 +0000 (05:07 +0000)]
[MRM-1304] fix group ID handling for branch

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910396 13f79535-47bb-0310-9956-ffa450edef68

14 years agocorrect test due to changed behaviour in audit log
Brett Porter [Tue, 16 Feb 2010 04:27:33 +0000 (04:27 +0000)]
correct test due to changed behaviour in audit log

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910393 13f79535-47bb-0310-9956-ffa450edef68

14 years agocheck user is logged in at end of test
Brett Porter [Tue, 16 Feb 2010 03:57:37 +0000 (03:57 +0000)]
check user is logged in at end of test

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@910389 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMerged /archiva/trunk:r909071-909464
Brett Porter [Fri, 12 Feb 2010 15:53:49 +0000 (15:53 +0000)]
Merged /archiva/trunk:r909071-909464

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909470 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate parent
Brett Porter [Fri, 12 Feb 2010 15:21:53 +0000 (15:21 +0000)]
update parent

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909455 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1304] Query using Group ID field in audit log report uses '/' as a separator...
Brett Porter [Fri, 12 Feb 2010 15:20:38 +0000 (15:20 +0000)]
[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)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909454 13f79535-47bb-0310-9956-ffa450edef68

14 years agomerge -r909422:909434 from trunk to fix Selenium tests
Brett Porter [Fri, 12 Feb 2010 14:47:09 +0000 (14:47 +0000)]
merge -r909422:909434 from trunk to fix Selenium tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909436 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix the audit log tests
Brett Porter [Fri, 12 Feb 2010 14:42:33 +0000 (14:42 +0000)]
fix the audit log tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909433 13f79535-47bb-0310-9956-ffa450edef68

14 years agoensure delete tests continue working if earlier ones have failed
Brett Porter [Fri, 12 Feb 2010 14:21:45 +0000 (14:21 +0000)]
ensure delete tests continue working if earlier ones have failed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909423 13f79535-47bb-0310-9956-ffa450edef68

14 years agouse correct path
Brett Porter [Fri, 12 Feb 2010 14:18:59 +0000 (14:18 +0000)]
use correct path

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909422 13f79535-47bb-0310-9956-ffa450edef68

14 years agomerge -r909353:909402 from MRM-1025 branch, fixes for Selenium tests
Brett Porter [Fri, 12 Feb 2010 13:47:29 +0000 (13:47 +0000)]
merge -r909353:909402 from MRM-1025 branch, fixes for Selenium tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909410 13f79535-47bb-0310-9956-ffa450edef68

14 years agomake sure we always use a valid path in the upload form
Brett Porter [Fri, 12 Feb 2010 13:36:08 +0000 (13:36 +0000)]
make sure we always use a valid path in the upload form

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909402 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix adjusted value
Brett Porter [Fri, 12 Feb 2010 13:13:03 +0000 (13:13 +0000)]
fix adjusted value

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909394 13f79535-47bb-0310-9956-ffa450edef68

14 years agomake paths work on windows
Brett Porter [Fri, 12 Feb 2010 13:12:13 +0000 (13:12 +0000)]
make paths work on windows

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909393 13f79535-47bb-0310-9956-ffa450edef68

14 years agoavoid black screenshots
Brett Porter [Fri, 12 Feb 2010 12:04:36 +0000 (12:04 +0000)]
avoid black screenshots

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909376 13f79535-47bb-0310-9956-ffa450edef68

14 years agomove to using a non-suite-xml as it's the only way to run the exclusion without makin...
Brett Porter [Fri, 12 Feb 2010 11:57:15 +0000 (11:57 +0000)]
move to using a non-suite-xml as it's the only way to run the exclusion without making multiple copies

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909372 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremove comments no longer relevant
Brett Porter [Fri, 12 Feb 2010 11:05:24 +0000 (11:05 +0000)]
remove comments no longer relevant

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909356 13f79535-47bb-0310-9956-ffa450edef68

14 years agoenable tests that only work on firefox, conditional on the firefox profile
Brett Porter [Fri, 12 Feb 2010 11:02:02 +0000 (11:02 +0000)]
enable tests that only work on firefox, conditional on the firefox profile

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909354 13f79535-47bb-0310-9956-ffa450edef68

14 years agomake sure skin is build before modules where it is used
Brett Porter [Fri, 12 Feb 2010 04:16:43 +0000 (04:16 +0000)]
make sure skin is build before modules where it is used

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909220 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMerged /archiva/trunk:r899478-909070
Brett Porter [Fri, 12 Feb 2010 01:43:19 +0000 (01:43 +0000)]
Merged /archiva/trunk:r899478-909070

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909202 13f79535-47bb-0310-9956-ffa450edef68

14 years agosome more information
Brett Porter [Thu, 11 Feb 2010 16:42:44 +0000 (16:42 +0000)]
some more information

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909067 13f79535-47bb-0310-9956-ffa450edef68

14 years agore-arrange docs and write up metadata repository
Brett Porter [Thu, 11 Feb 2010 15:23:51 +0000 (15:23 +0000)]
re-arrange docs and write up metadata repository

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909022 13f79535-47bb-0310-9956-ffa450edef68

14 years agomake javadoc work properly for -links and -tag
Brett Porter [Thu, 11 Feb 2010 15:05:08 +0000 (15:05 +0000)]
make javadoc work properly for -links and -tag

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909014 13f79535-47bb-0310-9956-ffa450edef68

14 years agofurther migrate metadata documentation
Brett Porter [Thu, 11 Feb 2010 13:27:56 +0000 (13:27 +0000)]
further migrate metadata documentation

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908960 13f79535-47bb-0310-9956-ffa450edef68

14 years agomigrate metadata documentation
Brett Porter [Thu, 11 Feb 2010 10:34:59 +0000 (10:34 +0000)]
migrate metadata documentation

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908914 13f79535-47bb-0310-9956-ffa450edef68

14 years agostart developer documentation for the branch
Brett Porter [Thu, 11 Feb 2010 05:29:11 +0000 (05:29 +0000)]
start developer documentation for the branch

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908844 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd a skin based on maven-stylus-skin that can be shared among all the module sites
Brett Porter [Thu, 11 Feb 2010 02:53:26 +0000 (02:53 +0000)]
add a skin based on maven-stylus-skin that can be shared among all the module sites

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908814 13f79535-47bb-0310-9956-ffa450edef68

14 years agoreduce number of reports included
Brett Porter [Thu, 11 Feb 2010 02:32:53 +0000 (02:32 +0000)]
reduce number of reports included

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908808 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix appearance of developer's reference (file missed by IDEA commit)
Brett Porter [Thu, 11 Feb 2010 02:00:17 +0000 (02:00 +0000)]
fix appearance of developer's reference (file missed by IDEA commit)

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908792 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix appearance of developer's reference and add a front page
Brett Porter [Thu, 11 Feb 2010 01:59:34 +0000 (01:59 +0000)]
fix appearance of developer's reference and add a front page

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908791 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1316] audit log report does not restrict events to repositories that you are...
Maria Odea B. Ching [Wed, 3 Feb 2010 11:11:06 +0000 (11:11 +0000)]
[MRM-1316] audit log report does not restrict events to repositories that you are a manager of
o filter the results and show only actions performed on repos which the user has access to
o added selenium test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@905996 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed failing selenium tests by:
Maria Odea B. Ching [Wed, 3 Feb 2010 10:14:31 +0000 (10:14 +0000)]
fixed failing selenium tests by:
o adding check if already in the page before attempting to click the link in nav menu
o adding dependency to previous test for adding repository so proper order is executed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@905969 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1310] Include Audit Log report in feature tour
Maria Odea B. Ching [Thu, 28 Jan 2010 10:30:09 +0000 (10:30 +0000)]
[MRM-1310] Include Audit Log report in feature tour

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@904029 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1320] Incorrect Archiva version specified for the "Process All Artifacts" featur...
Maria Odea B. Ching [Thu, 28 Jan 2010 09:42:53 +0000 (09:42 +0000)]
[MRM-1320] Incorrect Archiva version specified for the "Process All Artifacts" feature in upgrade docs
o update reference to version 1.2.3 to 1.3 instead

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@904015 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1025] remove database related Selenium tests
Brett Porter [Tue, 19 Jan 2010 16:25:11 +0000 (16:25 +0000)]
[MRM-1025] remove database related Selenium tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900833 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1025] avoid concurrent access exceptions
Brett Porter [Tue, 19 Jan 2010 15:49:53 +0000 (15:49 +0000)]
[MRM-1025] avoid concurrent access exceptions

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900825 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1269] restore pseudo-search by artifact in audit logs
Brett Porter [Tue, 19 Jan 2010 11:21:10 +0000 (11:21 +0000)]
[MRM-1269] restore pseudo-search by artifact in audit logs

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900726 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1025] remove Java 1.6 methods
Brett Porter [Tue, 19 Jan 2010 10:41:19 +0000 (10:41 +0000)]
[MRM-1025] remove Java 1.6 methods

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900720 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] switch all timestamps to UTC
Brett Porter [Tue, 19 Jan 2010 08:31:11 +0000 (08:31 +0000)]
[MRM-1282] switch all timestamps to UTC

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900698 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1316] restrict audit log report to repositories that you are a manager of
Brett Porter [Tue, 19 Jan 2010 08:15:44 +0000 (08:15 +0000)]
[MRM-1316] restrict audit log report to repositories that you are a manager of

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900696 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] clean up edit test, note that a location change does not delete audit...
Brett Porter [Tue, 19 Jan 2010 07:45:04 +0000 (07:45 +0000)]
[MRM-1282] clean up edit test, note that a location change does not delete audit events

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900692 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1282] ensure repository metadata is deleted when repository is
Brett Porter [Tue, 19 Jan 2010 07:29:54 +0000 (07:29 +0000)]
[MRM-1282] ensure repository metadata is deleted when repository is

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900685 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1296] improve audit logging and testing of upload action
Brett Porter [Tue, 19 Jan 2010 07:17:02 +0000 (07:17 +0000)]
[MRM-1296] improve audit logging and testing of upload action

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900683 13f79535-47bb-0310-9956-ffa450edef68

14 years agomerged recent changes from trunk, and reimplemented incoming audit log functionality...
Brett Porter [Tue, 19 Jan 2010 06:15:09 +0000 (06:15 +0000)]
merged recent changes from trunk, and reimplemented incoming audit log 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

14 years ago[MRM-1282] update documentation of content model
Brett Porter [Mon, 18 Jan 2010 23:20:59 +0000 (23:20 +0000)]
[MRM-1282] update documentation of content model

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900604 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[MRM-1315] delete artifact should log artifact audit information consistently
Brett Porter [Mon, 18 Jan 2010 22:51:27 +0000 (22:51 +0000)]
[MRM-1315] delete artifact should log artifact audit information consistently

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900594 13f79535-47bb-0310-9956-ffa450edef68

14 years agorestore versions on trunk
Brett Porter [Mon, 18 Jan 2010 11:20:28 +0000 (11:20 +0000)]
restore versions on trunk

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@900345 13f79535-47bb-0310-9956-ffa450edef68

14 years ago[maven-release-plugin] prepare release archiva-1.3.x
Brett Porter [Mon, 18 Jan 2010 11:09:37 +0000 (11:09 +0000)]
[maven-release-plugin] prepare release archiva-1.3.x

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@900342 13f79535-47bb-0310-9956-ffa450edef68