Brett Porter
6ba2e4dc2d
[MRM-161] extract an interface for results
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440570 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 02:08:31 +00:00
Brett Porter
201211ad99
some more style tweaks ad add download URL
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440554 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 01:37:10 +00:00
Maria Odea B. Ching
c660685dc8
Removed comments in the validator xml files.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440547 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 00:48:22 +00:00
Brett Porter
69b9e89f09
tweak style, remove shadows from images
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440546 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 00:48:20 +00:00
Brett Porter
0f99012b6b
display description properly
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440374 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 15:37:45 +00:00
Brett Porter
b2d80fe809
apply a new stylesheet
...
Submitted by: Joel Sudiacal (CSS and icons)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440363 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 14:53:29 +00:00
Brett Porter
f157afbc57
ignore target
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440347 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 14:13:07 +00:00
Brett Porter
7e9bf37208
update white site style
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440344 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 14:06:10 +00:00
Maria Odea B. Ching
eab93a0129
PR: MRM-150
...
Added validation on the forms.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440329 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 12:09:18 +00:00
Brett Porter
b4554beeb3
[MRM-161] these were already removed
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440285 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 07:18:46 +00:00
Brett Porter
63c171e2eb
[MRM-161] move the query layer tests, remove unnecessary mocks, and fix tests to test legitimate things. Remove tests for null artifact ids, etc since it is impossible that they would be created with a normal (non-mock) API and the reporting will get these errors fed through from the file positioning and model validation errors instead
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440282 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 07:00:52 +00:00
Brett Porter
d29cdf4ab1
[MRM-161] move the query layer to a separate module
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440260 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 05:12:31 +00:00
Brett Porter
f85defbfa5
[MRM-161] some reporting clean up
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440257 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 04:45:59 +00:00
Brett Porter
c0e84cdce7
[MRM-161] add the reporter scheduled task
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440244 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 04:08:15 +00:00
Brett Porter
d875b6a478
[MRM-136] fix caching so that it changes when the index does
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440211 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 01:13:31 +00:00
Emmanuel Venisse
8139feeda8
Remove finalName rewriting
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440084 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 14:15:02 +00:00
Brett Porter
ca592e303a
use release plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440040 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 12:05:42 +00:00
Brett Porter
1fa628623b
[MRM-136] make the browse interface perform acceptably on large repositories
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439966 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 07:31:52 +00:00
Brett Porter
2fb806d300
[MRM-134] remove old timestamp code and tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439937 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 05:42:14 +00:00
Brett Porter
0d7b2b158b
[MRM-142, MRM-134] remove timestamp handling and instead simply index records that aren't previously indexed. We can add timestamp checking for updating records later, but this removes the problems associated with relying on filesystem timestamps and a single tracking timestamp.
...
Included in this fix is some refactoring to reduce memory usage, including a hack to flush the project cache periodically. This hack can be removed when the project cache is configurable (see MRM-142).
This now indexes the ibiblio repository from scratch in ~23 minutes, and incremental indexing takes 30-60 seconds.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439935 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 05:34:42 +00:00
Brett Porter
2d819799e7
remove old proxy test classes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439927 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 04:38:10 +00:00
John Dennis Casey
16465609af
Sorting dependencies before comparison or hashCode calculation to side-step a bug that was fixed in maven 2.0.5 dealing with the sorting of dependencies as they are declared in the POM. Sorting will be restricted to temp variables in those methods to avoid changing behavior.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439314 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 13:30:13 +00:00
Brett Porter
bcfbb1f204
fix modello rules
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439312 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 13:22:54 +00:00
Brett Porter
15d3fc7a9f
update htaccess
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439301 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 12:57:26 +00:00
Brett Porter
9b9945299d
fix proxy tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439198 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 06:00:55 +00:00
Brett Porter
44ffe7eb4c
rename discovery package for consistency
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439194 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 05:52:21 +00:00
Brett Porter
a2f265e94e
update design notes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439191 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 05:44:10 +00:00
Brett Porter
d9e50a8d30
[MRM-154] digest utils parses filename incorrectly
...
Submitted by: Nicolas de Loof (applied with changes)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439172 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 04:28:31 +00:00
Brett Porter
b16695cf64
[MRM-153] handle relocation of artifacts
...
Submitted by: Nicolas de Loof (applied with changes)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439168 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 04:21:20 +00:00
Brett Porter
2102fd5298
[MRM-155] check paths are translated correctly when there is a mismatch between the requested repository layout and the managed repository layout
...
Submitted by: Nicolas de Loof (applied with changes)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439143 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 02:40:33 +00:00
Brett Porter
96ba48bf47
[MRM-144] various minor improvements to code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439134 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 01:47:48 +00:00
Brett Porter
f8dd7d4c5d
[MRM-144] improve the search tests and handling of tokens
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437984 13f79535-47bb-0310-9956-ffa450edef68
2006-08-29 06:36:57 +00:00
Brett Porter
b103fbf497
[MRM-144] clarify TODO items
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437583 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 07:16:16 +00:00
Brett Porter
a17f3d69cd
fix CSS bug
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437576 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:56:53 +00:00
Brett Porter
3f37453723
[MRM-144] change to server-side comment
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437575 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:56:25 +00:00
Brett Porter
6d9088f7e6
[MRM-144] fix some minor issues
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437570 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:48:46 +00:00
Brett Porter
a0b0073b59
upgrade webwork
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437561 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:29:53 +00:00
Brett Porter
c794679c5d
update parent POM
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437485 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 00:30:51 +00:00
Brett Porter
3fc7f23def
[MRM-131] fix url rendering bugs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437201 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:22:23 +00:00
Brett Porter
08866503a2
[MRM-131] fix url rendering bugs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437200 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:17:15 +00:00
Brett Porter
6dc709e9b9
[MRM-131] add depended on by page
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437197 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:07:54 +00:00
Brett Porter
4abbe9f5ca
[MRM-151] test dependency index, fix tokenization
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437192 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 17:49:46 +00:00
Brett Porter
8c3eb496f9
[MRM-131] add dependencies page
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437175 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 16:01:32 +00:00
Brett Porter
88b4ca99fd
fix the plexus requirement
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437170 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 14:46:23 +00:00
Brett Porter
90b48267d7
[MRM-151] index developers and dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437165 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 13:39:54 +00:00
Brett Porter
87fef8ad23
[MRM-145] index skins
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437144 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 11:25:57 +00:00
Brett Porter
ceef0a10fd
remove old tests that are not required of the code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437125 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:21:22 +00:00
Brett Porter
e4cfd8fd47
add form focus
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437124 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:17:19 +00:00
Brett Porter
53364c065c
remove old directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437123 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:16:41 +00:00
Brett Porter
e352b7e147
fix location of template for WW
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437122 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:16:08 +00:00