Olivier Lamy
baaa23f092
remove this ugly static method
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1196841 13f79535-47bb-0310-9956-ffa450edef68
2011-11-02 22:32:15 +00:00
Olivier Lamy
e624d21c43
[MRM-1539] Upgrade to Jetty 7.
...
change pom declaration.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189902 13f79535-47bb-0310-9956-ffa450edef68
2011-10-27 18:09:49 +00:00
Olivier Lamy
33776a4920
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185622 13f79535-47bb-0310-9956-ffa450edef68
2011-10-18 12:26:11 +00:00
Olivier Lamy
ccd7d803f7
[maven-release-plugin] prepare release archiva-1.4-M1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
2011-10-18 12:19:44 +00:00
Olivier Lamy
bebc547039
looks to be more english speaking :-)
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185036 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17 08:00:14 +00:00
Olivier Lamy
571c271b34
clarify javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185035 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17 07:57:46 +00:00
Olivier Lamy
d10f2e2ef2
comment methods not yet implemented in SearchService REST Api
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185034 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17 07:57:32 +00:00
Olivier Lamy
d338930876
if searching with SearchFields with unknown repo ids do not revert to a search on all index.
...
small changes on previous commit: only if SearchFields has repos set to not break previous behaviour.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1183443 13f79535-47bb-0310-9956-ffa450edef68
2011-10-14 17:49:30 +00:00
Olivier Lamy
8daf53e0f0
add a method to retrieve all groupIds available in indexs: available in REST services
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181731 13f79535-47bb-0310-9956-ffa450edef68
2011-10-11 11:47:30 +00:00
Olivier Lamy
13bc1609f4
add some configuration to run unit tests with embeded tomcat: jetty still default
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1180621 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 14:12:24 +00:00
Olivier Lamy
f260414f76
[MRM-1327] implement alternative or improve repository metadata storage: jcr is now default storage mode.
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179142 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05 10:23:09 +00:00
Olivier Lamy
3556951234
don't fail with an IOException when artifact to copy not exists, throw a more human readable message :-)
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178739 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04 09:31:39 +00:00
Olivier Lamy
a30ed7be7f
fix code format
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178738 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04 09:31:11 +00:00
Olivier Lamy
12ba74abf2
fix @since 1.4 with @since 1.4-M1
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178731 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04 09:05:30 +00:00
Olivier Lamy
0d0e89a25b
[MRM-1515] see how to reduce dependencies: exclude stax:stax-api
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178425 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03 15:12:20 +00:00
Brett Porter
3c20054f1d
update version to 1.4-M1-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178021 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 15:38:32 +00:00
Brett Porter
0fa1fa6ac2
change configuration base to org.apache.archiva instead of org.apache.maven.archiva, update "upgrading" document accordingly
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177933 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 06:56:48 +00:00
Brett Porter
cf8d566442
avoid creating .archiva directory in src directory
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177930 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 06:23:32 +00:00
Brett Porter
77e42c692f
make RAT report pass
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177919 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 05:17:00 +00:00
Brett Porter
d331e85a8a
fix properties to avoid putting test data in JAR and remove derby.log from root
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177913 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 05:05:16 +00:00
Olivier Lamy
3e0caade83
[MRM-1526] configure http connection pool values for wagon http : add REST services
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177675 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30 14:21:44 +00:00
Olivier Lamy
05191844ba
add some materials to be able to use REST services in a gwt based application
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177666 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30 14:00:23 +00:00
Olivier Lamy
3e6842504a
add a wagon transfert listener for debugging purpose
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177571 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30 09:41:47 +00:00
Olivier Lamy
3734ce78c8
[MRM-1496] Broken remote repository confuses Archiva
...
fixed with wagon 2.0 upgrade but add a unit test.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177570 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30 09:40:59 +00:00
Olivier Lamy
e259d38caf
fix double / in url
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177075 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 21:38:13 +00:00
Olivier Lamy
6b77912095
move maven url calculation to NexusRepositorySearch rest services will just add baseUrl
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177072 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 21:37:22 +00:00
Olivier Lamy
45ff9153bf
add maven property to be able to override archiva url for rest services test for manual testing on an existing archiva instance
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177070 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 21:35:11 +00:00
Olivier Lamy
bcf81e82ac
rest search service must provide the real url artifact
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177069 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 21:34:34 +00:00
Olivier Lamy
066197cdd2
add a rest service to schedule a download remote index
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1176245 13f79535-47bb-0310-9956-ffa450edef68
2011-09-27 07:18:30 +00:00
Olivier Lamy
d1a54e99e8
[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in search results
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175928 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 16:07:16 +00:00
Olivier Lamy
534b2e8363
ensure in tests we are fine with post and returning json type
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175923 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 16:04:03 +00:00
Olivier Lamy
7be4016505
[MRM-1519] api to configure webappconfiguration : expose it as a rest service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175920 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 16:03:16 +00:00
Brett Porter
438026ad5c
make test more robust - the executor was previously disabled so it didn't operate and the queue removal was not reliable. Now wait for initial scan to complete, then force a scan.
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174596 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 08:42:40 +00:00
Olivier Lamy
b79bd84a0c
REST service to copy artifact from one repo to an other one use a field from parent class
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174542 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 06:42:51 +00:00
Olivier Lamy
38036165f0
better documentation in SNIPPET
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174540 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 06:41:41 +00:00
Olivier Lamy
bfbdfc036e
use a field from parent class
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174538 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 06:41:04 +00:00
Olivier Lamy
078860949f
cleanup created test repos after test
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174425 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 22:21:24 +00:00
Olivier Lamy
6e960088a2
add snippet for documentation
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174424 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 22:21:08 +00:00
Olivier Lamy
45eaefbd9a
[MRM-1490] REST services : add a service to copy an artifact from one repo to an other one
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174423 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 22:20:45 +00:00
Olivier Lamy
13df5c0860
fix snippet
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171624 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 15:29:25 +00:00
Olivier Lamy
4df0e552f9
more search snippet links
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171623 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 15:25:45 +00:00
Olivier Lamy
67c3409c6e
add more OSGI search fields
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171622 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 15:24:54 +00:00
Olivier Lamy
1eb278af89
start rest documentation
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171591 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 14:33:21 +00:00
Olivier Lamy
f44fe02ef2
add some snippet for using it in documentation
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171573 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 14:09:12 +00:00
Olivier Lamy
33850774a4
[MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.archiva.. : archiva-configuration module
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171539 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 13:18:21 +00:00
Olivier Lamy
7a01a324d6
[MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.archiva.. : archiva-common module
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171418 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 07:42:25 +00:00
Olivier Lamy
5ff9dab635
[MRM-1520] remove duplicate beans : no more need of BeanReplicator in some places
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171404 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 07:10:59 +00:00
Olivier Lamy
0396658ae6
[MRM-1520] remove duplicate beans : fix for ArchivaAdministration service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171245 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 19:53:24 +00:00
Olivier Lamy
de35618128
[MRM-1520] remove duplicate beans : fix for RemoteRepository service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171243 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 19:52:44 +00:00
Olivier Lamy
d2f2163fe7
[MRM-1520] remove duplicate beans : fix for NetworkProxy
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171242 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 19:51:58 +00:00
Olivier Lamy
baf98dbb9c
[MRM-1520] remove duplicate beans : fix for ProxyConnector
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171241 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 19:51:04 +00:00
Olivier Lamy
4f136bffe8
[MRM-1520] remove duplicate beans : fix for RepositoryGroup service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171205 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 18:17:06 +00:00
Olivier Lamy
44ebf70e2d
[MRM-1520] remove duplicate beans : fix for ManagedRepositoryAdmin
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171190 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 17:37:35 +00:00
Olivier Lamy
c8ef0abdec
[MRM-1520] remove duplicate beans : move model beans to a single package
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171188 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 17:36:22 +00:00
Olivier Lamy
4579f684aa
fix quick search which returns artifacts with classifier too : hackhish solution currently as I can't find a way to say in a Lucene query this field must empty or null
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171151 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 15:45:49 +00:00
Olivier Lamy
d13a6a799e
rest services path for test is configurable so align to the one defined in web.xml
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171060 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 11:25:04 +00:00
Olivier Lamy
92f181109d
fix index optimize default index location
...
optimize io in search rest service unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171043 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 10:44:52 +00:00
Olivier Lamy
7c1ab2042a
[MRM-1490] REST services : unit test for search on OSGI SymbolicName which returns two versions
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171041 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 10:44:22 +00:00
Olivier Lamy
f0b844b438
[MRM-1490] REST services : unit test for search on OSGI SymbolicName
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171040 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 10:44:07 +00:00
Olivier Lamy
ee3dd3c5e6
oups missed to add files
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171016 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 09:06:53 +00:00
Olivier Lamy
979fee6e57
[MRM-1490] REST services : search now returns classifier : fix new services based on this
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171015 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 08:59:28 +00:00
Olivier Lamy
7b51409788
[MRM-1490] REST services add missing fields when creating a managed repository
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171014 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 08:58:52 +00:00
Olivier Lamy
ae4ff95a87
more tests on search rest services
...
prevent copying files for test in archiva-indexer : with scan activated some results were false
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170883 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 22:52:22 +00:00
Olivier Lamy
3d29a9d3f4
[MRM-1490] Expose Archiva services trough REST : search service more impl
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170261 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 17:31:27 +00:00
Olivier Lamy
915ef10186
[MRM-1490] Expose Archiva services trough REST : search service add a method to scan repo now useful for tests
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170258 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 17:30:35 +00:00
Olivier Lamy
919a5ac3eb
[MRM-1504] Add a new module for repository administration management
...
split the repo admin in two modules : api and default implementation (to be able to more easily change the impl).
Use the repo admin api consumers and indexing modules.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170135 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:12:39 +00:00
Olivier Lamy
5c067f2a4d
[MRM-1490] REST services : fix design of search service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170133 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:03:08 +00:00
Olivier Lamy
659bd9fa43
reduce search REST service scope for the moment
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170132 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:02:52 +00:00
Olivier Lamy
7a01429a44
format cleanup : no code change
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170131 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:02:36 +00:00
Olivier Lamy
1f05224168
[MRM-1490] REST services : organisation configuration methods
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167473 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 07:34:10 +00:00
Olivier Lamy
2e2934ff94
remove no more use beans : see previous commit
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167225 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:41:48 +00:00
Olivier Lamy
b31467ae8d
[MRM-1512] api to configure RepositoryScanningConfiguration : refactor to remove full access to bean with a large tree of nesteed beans. use simple methods to update fields of RepositoryScanningConfiguration.
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167224 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:41:04 +00:00
Olivier Lamy
97de6d3118
[MRM-1490] REST services : more unit test for LegacyArtifactPath and LegacyArtifactPath
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167223 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:40:15 +00:00
Olivier Lamy
102fd6f531
[MRM-1490] REST services : rest exception without dependencies on internal implementation
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167221 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:39:46 +00:00
Olivier Lamy
7ab4f28232
[MRM-1490] REST services : fix bad design as rest-api introduced a dependency on repo admin api : when using rest services you need to depend only on the remote api not internal to implementation
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167220 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:39:19 +00:00
Olivier Lamy
6aaa0c0e1e
[MRM-1490] REST services : expose repository scanning configuration : missed to add some new files
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167219 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:38:45 +00:00
Olivier Lamy
18a5202231
[MRM-1490] REST services : expose repository scanning configuration
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1167218 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 14:38:09 +00:00
Olivier Lamy
5b7476e8d6
[MRM-1490] REST services : configure legacy paths tru rest services
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166884 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 20:17:04 +00:00
Olivier Lamy
d52d2dc6d7
[MRM-1490] REST services : network proxy services tru rest
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166587 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 09:34:43 +00:00
Olivier Lamy
69074d1008
[MRM-1490] REST services : proxyconnector service : add simple unit test
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166428 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 21:49:33 +00:00
Olivier Lamy
d9d5b0d710
[MRM-1490] REST services : proxyconnector service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166426 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 21:48:21 +00:00
Olivier Lamy
9822a37199
[MRM-1490] Expose Archiva services trough REST : repository group admin tru rest service : basic unit tests
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165893 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 21:54:42 +00:00
Olivier Lamy
7d82f5a42b
[MRM-1490] Expose Archiva services trough REST : repository group admin tru rest service : fix spring annotations
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165866 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 21:32:36 +00:00
Olivier Lamy
b11271fe49
[MRM-1490] Expose Archiva services trough REST : repository group admin tru rest service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165865 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06 21:32:13 +00:00
Olivier Lamy
86d521a12b
[MRM-1490] Expose Archiva services trough REST : remote repository management available tru rest service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165278 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 13:25:30 +00:00
Olivier Lamy
45698e6363
[MRM-1490] Expose Archiva services trough REST : remote repository management available tru rest service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165277 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 13:24:58 +00:00
Olivier Lamy
d915951007
add missing fields in rest beans
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165276 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 13:24:19 +00:00
Olivier Lamy
c7e5fea75a
get RID of org.apache.maven.archiva packages : security package
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164822 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03 08:15:36 +00:00
Brett Porter
b9a43698d1
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164493 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02 11:56:51 +00:00
Olivier Lamy
2d5d7683fd
[MRM-1490] expose rest services: split in more smaller classes rather than a big one with all services split unit tests too
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163924 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 07:33:39 +00:00
Olivier Lamy
5a1a84ca30
[MRM-1490] expose rest services: split in more smaller classes rather than a big one with all services
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163923 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 07:33:21 +00:00
Olivier Lamy
53c7f783a5
fix updateManagedRepo in rest service
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163913 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 06:02:30 +00:00
Olivier Lamy
005b157da7
use QueryParam rather than PathParam to have a more human readable url :
...
deleteManagedRepository?repositoryId=&deleteContent
rather than deleteManagedRepository/foo/true
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163508 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 07:11:55 +00:00
Olivier Lamy
c9b788afb9
add a missing a PathParam
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163449 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30 22:53:53 +00:00
Olivier Lamy
0887d40cd8
[MRM-1505] api to configure ManagedRepositories : integrate it in webapp for delete action.
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163444 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30 22:49:42 +00:00
Olivier Lamy
925ec59db6
rest services use new repo admin module for managed repos
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163031 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29 21:43:57 +00:00
Brett Porter
82d6d72490
replace url with location to match configuration API and populate sensible values
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1162668 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29 07:41:16 +00:00
Brett Porter
a2ca0a36fb
don't write configuration to ~/.m2/archiva.xml
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1162658 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29 07:07:07 +00:00
Olivier Lamy
0d10fd3a9f
[MRM-1504] api for repository admin
...
start some jobs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1162369 13f79535-47bb-0310-9956-ffa450edef68
2011-08-27 15:06:42 +00:00
Brett Porter
3445922612
update licenses and send in RAT
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 08:42:50 +00:00
Brett Porter
78348b12ef
fix directory name
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161396 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 05:49:37 +00:00
Olivier Lamy
80b7556beb
get rid of created ${plexus.home} with derby database created in and never cleaned : could cause some issues -> account locked
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160783 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 16:35:49 +00:00
Olivier Lamy
324c61a7be
take care of cleaning redback database : it can cause failure due to account locked !
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160717 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 14:46:03 +00:00
Olivier Lamy
0f0a3486c9
start working on interfaces for module archiva-repository-admin
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160654 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:20:00 +00:00
Olivier Lamy
92ee458231
oups fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160650 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:19:02 +00:00
Olivier Lamy
f71c441d3d
jaxb api is used so declare it
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160649 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:18:49 +00:00
Olivier Lamy
fa90a670b1
fix junit
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160296 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 15:12:36 +00:00
Olivier Lamy
0c7626a137
update changed name in maven indexer
...
add more rest service to update managed repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160252 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 13:03:54 +00:00
Olivier Lamy
23cceb8c62
[MRM-1490] expose services tru rest
...
add some managed repo admin support
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159688 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:14:32 +00:00
Olivier Lamy
9077dbddcd
oups fix bad commit
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159540 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 08:29:53 +00:00
Olivier Lamy
566379bb17
add a method to know if a repo is already under scanning
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159533 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:54:42 +00:00
Olivier Lamy
f4bb416191
fix permission management for scan repo rest services
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159532 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:54:14 +00:00
Olivier Lamy
53d4ecac05
[MRM-1490] expose service tru rest
...
impl Repo management service
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159531 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:53:42 +00:00
Olivier Lamy
fd94d9c6ec
[MRM-1490] Expose Archiva services trough REST
...
start adding some services :
* search
* administration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159529 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:52:52 +00:00
Olivier Lamy
3652f4c6e4
fix @since
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158974 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 23:54:12 +00:00
Olivier Lamy
d598306cf2
add missing license headers
...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158973 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 23:53:53 +00:00
Olivier Lamy
f3189bad3e
[MRM-1490] Expose Archiva services trough rest
...
add modules structure with the very first service : ping :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158972 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 23:53:30 +00:00