Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0129E428 for ; Fri, 18 Jan 2013 15:07:10 +0000 (UTC) Received: (qmail 92222 invoked by uid 500); 18 Jan 2013 15:07:10 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 92181 invoked by uid 500); 18 Jan 2013 15:07:10 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 92158 invoked by uid 99); 18 Jan 2013 15:07:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 15:07:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 15:06:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5779123889BB; Fri, 18 Jan 2013 15:06:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1435175 [3/5] - in /archiva/site-content/docs/1.4-M4-SNAPSHOT: ./ adminguide/ adminguide/webservices/ customising/ rest-docs-archiva-rest-api/ rest-docs-archiva-ui/ tour/ userguide/ Date: Fri, 18 Jan 2013 15:06:33 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130118150638.5779123889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html Fri Jan 18 15:06:31 2013 @@ -128,14 +128,14 @@ <?xml version="1.0" encoding="UTF-8"?> <organisationInformation> <logoLocation>...</logoLocation> - <name>...</name> <url>...</url> + <name>...</name> </organisationInformation>

Example JSON

{ "logoLocation" : "...", - "name" : "...", - "url" : "..." + "url" : "...", + "name" : "..." }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html Fri Jan 18 15:06:31 2013 @@ -127,9 +127,7 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <projectVersionMetadata> - <incomplete>...</incomplete> - <description>...</description> - <id>...</id> + <name>...</name> <licenses> <name>...</name> <url>...</url> @@ -138,100 +136,102 @@ <!--...--> </licenses> <!--...more "licenses" elements...--> + <description>...</description> <issueManagement> - <system>...</system> <url>...</url> + <system>...</system> </issueManagement> + <url>...</url> + <id>...</id> + <scm> + <developerConnection>...</developerConnection> + <url>...</url> + <connection>...</connection> + </scm> <mailingLists> - <name>...</name> <mainArchiveUrl>...</mainArchiveUrl> + <name>...</name> <subscribeAddress>...</subscribeAddress> <postAddress>...</postAddress> + <unsubscribeAddress>...</unsubscribeAddress> <otherArchives>...</otherArchives> <otherArchives>...</otherArchives> <!--...more "otherArchives" elements...--> - <unsubscribeAddress>...</unsubscribeAddress> </mailingLists> <mailingLists> <!--...--> </mailingLists> <!--...more "mailingLists" elements...--> + <organization> + <name>...</name> + <url>...</url> + </organization> + <ciManagement> + <system>...</system> + <url>...</url> + </ciManagement> <dependencies> <artifactId>...</artifactId> - <version>...</version> + <type>...</type> <classifier>...</classifier> - <systemPath>...</systemPath> <groupId>...</groupId> - <optional>...</optional> <scope>...</scope> - <type>...</type> + <version>...</version> + <optional>...</optional> + <systemPath>...</systemPath> </dependencies> <dependencies> <!--...--> </dependencies> <!--...more "dependencies" elements...--> - <url>...</url> - <ciManagement> - <system>...</system> - <url>...</url> - </ciManagement> - <name>...</name> - <organization> - <name>...</name> - <url>...</url> - </organization> - <scm> - <connection>...</connection> - <url>...</url> - <developerConnection>...</developerConnection> - </scm> + <incomplete>...</incomplete> </projectVersionMetadata>

Example JSON

{ - "incomplete" : false, - "description" : "...", - "id" : "...", + "name" : "...", "licenses" : [ { "name" : "...", "url" : "..." }, ... ], + "description" : "...", "issueManagement" : { - "system" : "...", - "url" : "..." + "url" : "...", + "system" : "..." + }, + "url" : "...", + "id" : "...", + "scm" : { + "developerConnection" : "...", + "url" : "...", + "connection" : "..." }, "mailingLists" : [ { - "name" : "...", "mainArchiveUrl" : "...", + "name" : "...", "subscribeAddress" : "...", "postAddress" : "...", - "otherArchives" : [ "...", ... ], - "unsubscribeAddress" : "..." + "unsubscribeAddress" : "...", + "otherArchives" : [ "...", ... ] }, ... ], + "organization" : { + "name" : "...", + "url" : "..." + }, + "ciManagement" : { + "system" : "...", + "url" : "..." + }, "dependencies" : [ { "artifactId" : "...", - "version" : "...", + "type" : "...", "classifier" : "...", - "systemPath" : "...", "groupId" : "...", - "optional" : false, "scope" : "...", - "type" : "..." + "version" : "...", + "optional" : false, + "systemPath" : "..." }, ... ], - "url" : "...", - "ciManagement" : { - "system" : "...", - "url" : "..." - }, - "name" : "...", - "organization" : { - "name" : "...", - "url" : "..." - }, - "scm" : { - "connection" : "...", - "url" : "...", - "developerConnection" : "..." - } + "incomplete" : false }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html Fri Jan 18 15:06:31 2013 @@ -128,15 +128,8 @@ <?xml version="1.0" encoding="UTF-8"?> <proxyConnector> <order>...</order> - <sourceRepoId>...</sourceRepoId> - <blackListPatterns>...</blackListPatterns> - <blackListPatterns>...</blackListPatterns> - <!--...more "blackListPatterns" elements...--> - <whiteListPatterns>...</whiteListPatterns> - <whiteListPatterns>...</whiteListPatterns> - <!--...more "whiteListPatterns" elements...--> - <proxyId>...</proxyId> - <properties> + <disabled>...</disabled> + <policies> <entry> <key>...</key> <value>...</value> @@ -150,9 +143,12 @@ </value> </entry> <!--...more entries...--> - </properties> - <disabled>...</disabled> - <policies> + </policies> + <sourceRepoId>...</sourceRepoId> + <whiteListPatterns>...</whiteListPatterns> + <whiteListPatterns>...</whiteListPatterns> + <!--...more "whiteListPatterns" elements...--> + <properties> <entry> <key>...</key> <value>...</value> @@ -166,8 +162,20 @@ </value> </entry> <!--...more entries...--> - </policies> + </properties> + <propertiesEntries> + <key>...</key> + <value>...</value> + </propertiesEntries> + <propertiesEntries> + <!--...--> + </propertiesEntries> + <!--...more "propertiesEntries" elements...--> <targetRepoId>...</targetRepoId> + <proxyId>...</proxyId> + <blackListPatterns>...</blackListPatterns> + <blackListPatterns>...</blackListPatterns> + <!--...more "blackListPatterns" elements...--> <policiesEntries> <key>...</key> <value>...</value> @@ -176,37 +184,29 @@ <!--...--> </policiesEntries> <!--...more "policiesEntries" elements...--> - <propertiesEntries> - <key>...</key> - <value>...</value> - </propertiesEntries> - <propertiesEntries> - <!--...--> - </propertiesEntries> - <!--...more "propertiesEntries" elements...--> </proxyConnector>

Example JSON

{ "order" : ..., - "sourceRepoId" : "...", - "blackListPatterns" : [ "...", ... ], - "whiteListPatterns" : [ "...", ... ], - "proxyId" : "...", - "properties" : [ { + "disabled" : false, + "policies" : [ { "..." : ... }, { } ], - "disabled" : false, - "policies" : [ { + "sourceRepoId" : "...", + "whiteListPatterns" : [ "...", ... ], + "properties" : [ { "..." : ... }, { } ], - "targetRepoId" : "...", - "policiesEntries" : [ { + "propertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], - "propertiesEntries" : [ { + "targetRepoId" : "...", + "proxyId" : "...", + "blackListPatterns" : [ "...", ... ], + "policiesEntries" : [ { "key" : "...", "value" : "..." }, ... ] Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html Fri Jan 18 15:06:31 2013 @@ -127,19 +127,10 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <proxyConnectorRule> - <pattern>...</pattern> - <proxyConnectorRuleType>...</proxyConnectorRuleType> <proxyConnectors> <order>...</order> - <sourceRepoId>...</sourceRepoId> - <blackListPatterns>...</blackListPatterns> - <blackListPatterns>...</blackListPatterns> - <!--...more "blackListPatterns" elements...--> - <whiteListPatterns>...</whiteListPatterns> - <whiteListPatterns>...</whiteListPatterns> - <!--...more "whiteListPatterns" elements...--> - <proxyId>...</proxyId> - <properties> + <disabled>...</disabled> + <policies> <entry> <key>...</key> <value>...</value> @@ -153,9 +144,12 @@ </value> </entry> <!--...more entries...--> - </properties> - <disabled>...</disabled> - <policies> + </policies> + <sourceRepoId>...</sourceRepoId> + <whiteListPatterns>...</whiteListPatterns> + <whiteListPatterns>...</whiteListPatterns> + <!--...more "whiteListPatterns" elements...--> + <properties> <entry> <key>...</key> <value>...</value> @@ -169,8 +163,20 @@ </value> </entry> <!--...more entries...--> - </policies> + </properties> + <propertiesEntries> + <key>...</key> + <value>...</value> + </propertiesEntries> + <propertiesEntries> + <!--...--> + </propertiesEntries> + <!--...more "propertiesEntries" elements...--> <targetRepoId>...</targetRepoId> + <proxyId>...</proxyId> + <blackListPatterns>...</blackListPatterns> + <blackListPatterns>...</blackListPatterns> + <!--...more "blackListPatterns" elements...--> <policiesEntries> <key>...</key> <value>...</value> @@ -179,49 +185,43 @@ <!--...--> </policiesEntries> <!--...more "policiesEntries" elements...--> - <propertiesEntries> - <key>...</key> - <value>...</value> - </propertiesEntries> - <propertiesEntries> - <!--...--> - </propertiesEntries> - <!--...more "propertiesEntries" elements...--> </proxyConnectors> <proxyConnectors> <!--...--> </proxyConnectors> <!--...more "proxyConnectors" elements...--> + <pattern>...</pattern> + <proxyConnectorRuleType>...</proxyConnectorRuleType> </proxyConnectorRule>

Example JSON

{ - "pattern" : "...", - "proxyConnectorRuleType" : "WHITE_LIST", "proxyConnectors" : [ { "order" : ..., - "sourceRepoId" : "...", - "blackListPatterns" : [ "...", ... ], - "whiteListPatterns" : [ "...", ... ], - "proxyId" : "...", - "properties" : [ { + "disabled" : false, + "policies" : [ { "..." : ... }, { } ], - "disabled" : false, - "policies" : [ { + "sourceRepoId" : "...", + "whiteListPatterns" : [ "...", ... ], + "properties" : [ { "..." : ... }, { } ], - "targetRepoId" : "...", - "policiesEntries" : [ { + "propertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], - "propertiesEntries" : [ { + "targetRepoId" : "...", + "proxyId" : "...", + "blackListPatterns" : [ "...", ... ], + "policiesEntries" : [ { "key" : "...", "value" : "..." }, ... ] - }, ... ] + }, ... ], + "pattern" : "...", + "proxyConnectorRuleType" : "WHITE_LIST" }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html Fri Jan 18 15:06:31 2013 @@ -127,13 +127,27 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <redbackRuntimeConfiguration> - <useUsersCache>...</useUsersCache> <usersCacheConfiguration> - <timeToLiveSeconds>...</timeToLiveSeconds> + <maxElementsOnDisk>...</maxElementsOnDisk> <maxElementsInMemory>...</maxElementsInMemory> + <timeToLiveSeconds>...</timeToLiveSeconds> <timeToIdleSeconds>...</timeToIdleSeconds> - <maxElementsOnDisk>...</maxElementsOnDisk> </usersCacheConfiguration> + <configurationProperties> + <entry> + <key>...</key> + <value>...</value> + </entry> + <entry> + <key> + <!--(another 'string' type)--> + </key> + <value> + <!--(another 'string' type)--> + </value> + </entry> + <!--...more entries...--> + </configurationProperties> <configurationPropertiesEntries> <key>...</key> <value>...</value> @@ -143,10 +157,12 @@ </configurationPropertiesEntries> <!--...more "configurationPropertiesEntries" elements...--> <migratedFromRedbackConfiguration>...</migratedFromRedbackConfiguration> - <userManagerImpls>...</userManagerImpls> - <userManagerImpls>...</userManagerImpls> - <!--...more "userManagerImpls" elements...--> <ldapConfiguration> + <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled> + <baseDn>...</baseDn> + <bindDn>...</bindDn> + <contextFactory>...</contextFactory> + <port>...</port> <extraProperties> <entry> <key>...</key> @@ -162,12 +178,9 @@ </entry> <!--...more entries...--> </extraProperties> + <authenticationMethod>...</authenticationMethod> <hostName>...</hostName> <ssl>...</ssl> - <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled> - <password>...</password> - <port>...</port> - <baseDn>...</baseDn> <extraPropertiesEntries> <key>...</key> <value>...</value> @@ -176,64 +189,55 @@ <!--...--> </extraPropertiesEntries> <!--...more "extraPropertiesEntries" elements...--> - <bindDn>...</bindDn> - <contextFactory>...</contextFactory> - <authenticationMethod>...</authenticationMethod> + <password>...</password> </ldapConfiguration> - <configurationProperties> - <entry> - <key>...</key> - <value>...</value> - </entry> - <entry> - <key> - <!--(another 'string' type)--> - </key> - <value> - <!--(another 'string' type)--> - </value> - </entry> - <!--...more entries...--> - </configurationProperties> + <rbacManagerImpls>...</rbacManagerImpls> + <rbacManagerImpls>...</rbacManagerImpls> + <!--...more "rbacManagerImpls" elements...--> + <useUsersCache>...</useUsersCache> + <userManagerImpls>...</userManagerImpls> + <userManagerImpls>...</userManagerImpls> + <!--...more "userManagerImpls" elements...--> </redbackRuntimeConfiguration>

Example JSON

{ - "useUsersCache" : false, "usersCacheConfiguration" : { - "timeToLiveSeconds" : ..., + "maxElementsOnDisk" : ..., "maxElementsInMemory" : ..., - "timeToIdleSeconds" : ..., - "maxElementsOnDisk" : ... + "timeToLiveSeconds" : ..., + "timeToIdleSeconds" : ... }, + "configurationProperties" : [ { + "..." : ... + }, { + } ], "configurationPropertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], "migratedFromRedbackConfiguration" : false, - "userManagerImpls" : [ "...", ... ], "ldapConfiguration" : { + "bindAuthenticatorEnabled" : false, + "baseDn" : "...", + "bindDn" : "...", + "contextFactory" : "...", + "port" : ..., "extraProperties" : [ { "..." : ... }, { } ], + "authenticationMethod" : "...", "hostName" : "...", "ssl" : false, - "bindAuthenticatorEnabled" : false, - "password" : "...", - "port" : ..., - "baseDn" : "...", "extraPropertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], - "bindDn" : "...", - "contextFactory" : "...", - "authenticationMethod" : "..." + "password" : "..." }, - "configurationProperties" : [ { - "..." : ... - }, { - } ] + "rbacManagerImpls" : [ "...", ... ], + "useUsersCache" : false, + "userManagerImpls" : [ "...", ... ] }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html Fri Jan 18 15:06:31 2013 @@ -127,7 +127,6 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <remoteRepository> - <url>...</url> <extraParameters> <entry> <key>...</key> @@ -143,19 +142,6 @@ </entry> <!--...more entries...--> </extraParameters> - <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> - <extraParametersEntries> - <key>...</key> - <value>...</value> - </extraParametersEntries> - <extraParametersEntries> - <!--...--> - </extraParametersEntries> - <!--...more "extraParametersEntries" elements...--> - <userName>...</userName> - <password>...</password> - <timeout>...</timeout> - <cronExpression>...</cronExpression> <extraHeaders> <entry> <key>...</key> @@ -171,9 +157,20 @@ </entry> <!--...more entries...--> </extraHeaders> - <remoteDownloadTimeout>...</remoteDownloadTimeout> - <remoteIndexUrl>...</remoteIndexUrl> + <extraParametersEntries> + <key>...</key> + <value>...</value> + </extraParametersEntries> + <extraParametersEntries> + <!--...--> + </extraParametersEntries> + <!--...more "extraParametersEntries" elements...--> + <cronExpression>...</cronExpression> + <userName>...</userName> <remoteDownloadNetworkProxyId>...</remoteDownloadNetworkProxyId> + <url>...</url> + <timeout>...</timeout> + <remoteIndexUrl>...</remoteIndexUrl> <extraHeadersEntries> <key>...</key> <value>...</value> @@ -182,46 +179,49 @@ <!--...--> </extraHeadersEntries> <!--...more "extraHeadersEntries" elements...--> + <password>...</password> + <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> <downloadRemoteIndex>...</downloadRemoteIndex> + <remoteDownloadTimeout>...</remoteDownloadTimeout> <description>...</description> + <name>...</name> <id>...</id> - <indexDirectory>...</indexDirectory> <layout>...</layout> - <name>...</name> + <indexDirectory>...</indexDirectory> </remoteRepository>

Example JSON

{ - "url" : "...", "extraParameters" : [ { "..." : ... }, { } ], - "downloadRemoteIndexOnStartup" : false, + "extraHeaders" : [ { + "..." : ... + }, { + } ], "extraParametersEntries" : [ { "key" : "...", "value" : "..." }, ... ], + "cronExpression" : "...", "userName" : "...", - "password" : "...", + "remoteDownloadNetworkProxyId" : "...", + "url" : "...", "timeout" : ..., - "cronExpression" : "...", - "extraHeaders" : [ { - "..." : ... - }, { - } ], - "remoteDownloadTimeout" : ..., "remoteIndexUrl" : "...", - "remoteDownloadNetworkProxyId" : "...", "extraHeadersEntries" : [ { "key" : "...", "value" : "..." }, ... ], + "password" : "...", + "downloadRemoteIndexOnStartup" : false, "downloadRemoteIndex" : false, + "remoteDownloadTimeout" : ..., "description" : "...", + "name" : "...", "id" : "...", - "indexDirectory" : "...", "layout" : "...", - "name" : "..." + "indexDirectory" : "..." }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html Fri Jan 18 15:06:31 2013 @@ -127,15 +127,15 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <repositoryGroup> + <id>...</id> <repositories>...</repositories> <repositories>...</repositories> <!--...more "repositories" elements...--> - <id>...</id> </repositoryGroup>

Example JSON

{ - "repositories" : [ "...", ... ], - "id" : "..." + "id" : "...", + "repositories" : [ "...", ... ] }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html Fri Jan 18 15:06:31 2013 @@ -128,31 +128,31 @@ <?xml version="1.0" encoding="UTF-8"?> <repositoryScannerStatistics> <managedRepository> - <blockRedeployments>...</blockRedeployments> + <scanned>...</scanned> + <snapshots>...</snapshots> <releases>...</releases> + <stageRepoNeeded>...</stageRepoNeeded> + <resetStats>...</resetStats> + <location>...</location> + <blockRedeployments>...</blockRedeployments> + <deleteReleasedSnapshots>...</deleteReleasedSnapshots> + <daysOlder>...</daysOlder> + <skipPackedIndexCreation>...</skipPackedIndexCreation> <retentionCount>...</retentionCount> - <cronExpression>...</cronExpression> <stagingRepository> <!--...--> <description>...</description> + <name>...</name> <id>...</id> - <indexDirectory>...</indexDirectory> <layout>...</layout> - <name>...</name> + <indexDirectory>...</indexDirectory> </stagingRepository> - <location>...</location> - <deleteReleasedSnapshots>...</deleteReleasedSnapshots> - <scanned>...</scanned> - <resetStats>...</resetStats> - <skipPackedIndexCreation>...</skipPackedIndexCreation> - <snapshots>...</snapshots> - <stageRepoNeeded>...</stageRepoNeeded> - <daysOlder>...</daysOlder> + <cronExpression>...</cronExpression> <description>...</description> + <name>...</name> <id>...</id> - <indexDirectory>...</indexDirectory> <layout>...</layout> - <name>...</name> + <indexDirectory>...</indexDirectory> </managedRepository> <consumerScanningStatistics> <consumerKey>...</consumerKey> @@ -170,31 +170,31 @@

Example JSON

{ "managedRepository" : { - "blockRedeployments" : false, + "scanned" : false, + "snapshots" : false, "releases" : false, + "stageRepoNeeded" : false, + "resetStats" : false, + "location" : "...", + "blockRedeployments" : false, + "deleteReleasedSnapshots" : false, + "daysOlder" : ..., + "skipPackedIndexCreation" : false, "retentionCount" : ..., - "cronExpression" : "...", "stagingRepository" : { "..." : ..., "description" : "...", + "name" : "...", "id" : "...", - "indexDirectory" : "...", "layout" : "...", - "name" : "..." + "indexDirectory" : "..." }, - "location" : "...", - "deleteReleasedSnapshots" : false, - "scanned" : false, - "resetStats" : false, - "skipPackedIndexCreation" : false, - "snapshots" : false, - "stageRepoNeeded" : false, - "daysOlder" : ..., + "cronExpression" : "...", "description" : "...", + "name" : "...", "id" : "...", - "indexDirectory" : "...", "layout" : "...", - "name" : "..." + "indexDirectory" : "..." }, "consumerScanningStatistics" : [ { "consumerKey" : "...", Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html Fri Jan 18 15:06:31 2013 @@ -127,15 +127,15 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <scm> - <connection>...</connection> - <url>...</url> <developerConnection>...</developerConnection> + <url>...</url> + <connection>...</connection> </scm>

Example JSON

{ - "connection" : "...", + "developerConnection" : "...", "url" : "...", - "developerConnection" : "..." + "connection" : "..." }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html Fri Jan 18 15:06:31 2013 @@ -127,19 +127,19 @@

Example XML

<?xml version="1.0" encoding="UTF-8"?> <uiConfiguration> - <disableRegistration>...</disableRegistration> - <appletFindEnabled>...</appletFindEnabled> <showFindArtifacts>...</showFindArtifacts> - <applicationUrl>...</applicationUrl> <disableEasterEggs>...</disableEasterEggs> + <applicationUrl>...</applicationUrl> + <disableRegistration>...</disableRegistration> + <appletFindEnabled>...</appletFindEnabled> </uiConfiguration>

Example JSON

{ - "disableRegistration" : false, - "appletFindEnabled" : false, "showFindArtifacts" : false, + "disableEasterEggs" : false, "applicationUrl" : "...", - "disableEasterEggs" : false + "disableRegistration" : false, + "appletFindEnabled" : false }
Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.xsd Fri Jan 18 15:06:31 2013 @@ -47,11 +47,8 @@ - - - - - + + @@ -65,8 +62,9 @@ - - + + + @@ -80,18 +78,20 @@ + + + - + - - + @@ -101,10 +101,10 @@ - + + - @@ -115,6 +115,11 @@ + + + + + @@ -129,23 +134,18 @@ + - - - - - - - + + - @@ -153,46 +153,46 @@ - - - - - - - - - + + + + + + + + + - - + + - + + - - + - + @@ -212,9 +212,9 @@ + - @@ -225,12 +225,7 @@ - - - - - @@ -245,13 +240,18 @@ + + + + + + - @@ -266,12 +266,6 @@ - - - - - - @@ -286,58 +280,65 @@ - - + + + + + + + + + - + - - - + + + + + + - - - - - - - - - - + + + + - - - - + + - - - + + + + + - + + + + @@ -349,20 +350,20 @@ - + - - - + + + - + @@ -373,12 +374,12 @@ - + - + @@ -391,27 +392,27 @@ - - - + + - - - - - + + + + + + - - + + Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepository.html Fri Jan 18 15:06:31 2013 @@ -143,7 +143,7 @@ - id (string) + name (string) 0/1 @@ -151,7 +151,7 @@ - indexDirectory (string) + id (string) 0/1 @@ -167,7 +167,7 @@ - name (string) + indexDirectory (string) 0/1 @@ -191,17 +191,17 @@ - id + name - id (string) + name (string) - indexDirectory + id - indexDirectory (string) + id (string) @@ -215,9 +215,9 @@ - name + indexDirectory - name (string) + indexDirectory (string) Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_abstractRepositoryConnector.html Fri Jan 18 15:06:31 2013 @@ -135,33 +135,33 @@ - sourceRepoId (string) + disabled (boolean) - 0/1 + 1/1 - blackListPatterns (string) + policies ((anonymous)) - 0/unbounded + 0/1 - whiteListPatterns (string) + sourceRepoId (string) - 0/unbounded + 0/1 - proxyId (string) + whiteListPatterns (string) - 0/1 + 0/unbounded @@ -175,15 +175,15 @@ - disabled (boolean) + propertiesEntries (propertyEntry) - 1/1 + 0/unbounded - policies ((anonymous)) + targetRepoId (string) 0/1 @@ -191,7 +191,7 @@ - targetRepoId (string) + proxyId (string) 0/1 @@ -199,7 +199,7 @@ - policiesEntries (propertyEntry) + blackListPatterns (string) 0/unbounded @@ -207,7 +207,7 @@ - propertiesEntries (propertyEntry) + policiesEntries (propertyEntry) 0/unbounded @@ -223,33 +223,33 @@ description - sourceRepoId + disabled - sourceRepoId (string) + disabled (boolean) - blackListPatterns + policies - array of blackListPatterns (string) + policies ((anonymous)) - whiteListPatterns + sourceRepoId - array of whiteListPatterns (string) + sourceRepoId (string) - proxyId + whiteListPatterns - proxyId (string) + array of whiteListPatterns (string) @@ -263,41 +263,41 @@ - disabled + propertiesEntries - disabled (boolean) + array of propertiesEntries (propertyEntry) - policies + targetRepoId - policies ((anonymous)) + targetRepoId (string) - targetRepoId + proxyId - targetRepoId (string) + proxyId (string) - policiesEntries + blackListPatterns - array of policiesEntries (propertyEntry) + array of blackListPatterns (string) - propertiesEntries + policiesEntries - array of propertiesEntries (propertyEntry) + array of policiesEntries (propertyEntry) Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_artifact.html Fri Jan 18 15:06:31 2013 @@ -135,7 +135,7 @@ - bundleExportPackage (string) + bundleSymbolicName (string) 0/1 @@ -143,7 +143,7 @@ - bundleDescription (string) + url (string) 0/1 @@ -151,7 +151,7 @@ - groupId (string) + bundleExportService (string) 0/1 @@ -159,7 +159,7 @@ - version (string) + bundleExportPackage (string) 0/1 @@ -167,7 +167,7 @@ - bundleDocUrl (string) + type (string) 0/1 @@ -175,7 +175,7 @@ - type (string) + bundleVersion (string) 0/1 @@ -183,9 +183,9 @@ - goals (string) + bundleDocUrl (string) - 0/unbounded + 0/1 @@ -199,15 +199,15 @@ - bundleVersion (string) + goals (string) - 0/1 + 0/unbounded - id (string) + prefix (string) 0/1 @@ -215,7 +215,7 @@ - bundleLicense (string) + context (string) 0/1 @@ -223,7 +223,7 @@ - path (string) + size (string) 0/1 @@ -231,7 +231,7 @@ - classifier (string) + path (string) 0/1 @@ -239,7 +239,7 @@ - context (string) + bundleLicense (string) 0/1 @@ -247,7 +247,7 @@ - url (string) + bundleRequireBundle (string) 0/1 @@ -255,7 +255,7 @@ - scope (string) + packaging (string) 0/1 @@ -263,7 +263,7 @@ - size (string) + scope (string) 0/1 @@ -271,7 +271,7 @@ - artifactId (string) + id (string) 0/1 @@ -279,7 +279,7 @@ - packaging (string) + artifactId (string) 0/1 @@ -287,7 +287,7 @@ - bundleRequireBundle (string) + bundleDescription (string) 0/1 @@ -295,7 +295,7 @@ - bundleSymbolicName (string) + bundleName (string) 0/1 @@ -303,7 +303,7 @@ - prefix (string) + groupId (string) 0/1 @@ -311,7 +311,7 @@ - fileExtension (string) + version (string) 0/1 @@ -319,7 +319,7 @@ - bundleName (string) + classifier (string) 0/1 @@ -327,7 +327,7 @@ - bundleExportService (string) + bundleImportPackage (string) 0/1 @@ -335,7 +335,7 @@ - bundleImportPackage (string) + fileExtension (string) 0/1 @@ -351,57 +351,57 @@ description - bundleExportPackage + bundleSymbolicName - bundleExportPackage (string) + bundleSymbolicName (string) - bundleDescription + url - bundleDescription (string) + url (string) - groupId + bundleExportService - groupId (string) + bundleExportService (string) - version + bundleExportPackage - version (string) + bundleExportPackage (string) - bundleDocUrl + type - bundleDocUrl (string) + type (string) - type + bundleVersion - type (string) + bundleVersion (string) - goals + bundleDocUrl - array of goals (string) + bundleDocUrl (string) @@ -415,145 +415,145 @@ - bundleVersion + goals - bundleVersion (string) + array of goals (string) - id + prefix - id (string) + prefix (string) - bundleLicense + context - bundleLicense (string) + context (string) - path + size - path (string) + size (string) - classifier + path - classifier (string) + path (string) - context + bundleLicense - context (string) + bundleLicense (string) - url + bundleRequireBundle - url (string) + bundleRequireBundle (string) - scope + packaging - scope (string) + packaging (string) - size + scope - size (string) + scope (string) - artifactId + id - artifactId (string) + id (string) - packaging + artifactId - packaging (string) + artifactId (string) - bundleRequireBundle + bundleDescription - bundleRequireBundle (string) + bundleDescription (string) - bundleSymbolicName + bundleName - bundleSymbolicName (string) + bundleName (string) - prefix + groupId - prefix (string) + groupId (string) - fileExtension + version - fileExtension (string) + version (string) - bundleName + classifier - bundleName (string) + classifier (string) - bundleExportService + bundleImportPackage - bundleExportService (string) + bundleImportPackage (string) - bundleImportPackage + fileExtension - bundleImportPackage (string) + fileExtension (string) Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_cacheConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_cacheConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_cacheConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_cacheConfiguration.html Fri Jan 18 15:06:31 2013 @@ -135,7 +135,7 @@ - timeToLiveSeconds (int) + maxElementsOnDisk (int) 1/1 @@ -151,7 +151,7 @@ - timeToIdleSeconds (int) + timeToLiveSeconds (int) 1/1 @@ -159,7 +159,7 @@ - maxElementsOnDisk (int) + timeToIdleSeconds (int) 1/1 @@ -175,9 +175,9 @@ description - timeToLiveSeconds + maxElementsOnDisk - timeToLiveSeconds (int) + maxElementsOnDisk (int) @@ -191,17 +191,17 @@ - timeToIdleSeconds + timeToLiveSeconds - timeToIdleSeconds (int) + timeToLiveSeconds (int) - maxElementsOnDisk + timeToIdleSeconds - maxElementsOnDisk (int) + timeToIdleSeconds (int) Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_issueManagement.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_issueManagement.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_issueManagement.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_issueManagement.html Fri Jan 18 15:06:31 2013 @@ -135,7 +135,7 @@ - system (string) + url (string) 0/1 @@ -143,7 +143,7 @@ - url (string) + system (string) 0/1 @@ -159,17 +159,17 @@ description - system + url - system (string) + url (string) - url + system - url (string) + system (string) Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_ldapConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_ldapConfiguration.html?rev=1435175&r1=1435174&r2=1435175&view=diff ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_ldapConfiguration.html (original) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0_ldapConfiguration.html Fri Jan 18 15:06:31 2013 @@ -135,15 +135,15 @@ - extraProperties ((anonymous)) + bindAuthenticatorEnabled (boolean) - 0/1 + 1/1 - hostName (string) + baseDn (string) 0/1 @@ -151,39 +151,39 @@ - ssl (boolean) + bindDn (string) - 1/1 + 0/1 - bindAuthenticatorEnabled (boolean) + contextFactory (string) - 1/1 + 0/1 - password (string) + port (int) - 0/1 + 1/1 - port (int) + extraProperties ((anonymous)) - 1/1 + 0/1 - baseDn (string) + authenticationMethod (string) 0/1 @@ -191,31 +191,31 @@ - extraPropertiesEntries (propertyEntry) + hostName (string) - 0/unbounded + 0/1 - bindDn (string) + ssl (boolean) - 0/1 + 1/1 - contextFactory (string) + extraPropertiesEntries (propertyEntry) - 0/1 + 0/unbounded - authenticationMethod (string) + password (string) 0/1 @@ -231,89 +231,89 @@ description - extraProperties + bindAuthenticatorEnabled - extraProperties ((anonymous)) + bindAuthenticatorEnabled (boolean) - hostName + baseDn - hostName (string) + baseDn (string) - ssl + bindDn - ssl (boolean) + bindDn (string) - bindAuthenticatorEnabled + contextFactory - bindAuthenticatorEnabled (boolean) + contextFactory (string) - password + port - password (string) + port (int) - port + extraProperties - port (int) + extraProperties ((anonymous)) - baseDn + authenticationMethod - baseDn (string) + authenticationMethod (string) - extraPropertiesEntries + hostName - array of extraPropertiesEntries (propertyEntry) + hostName (string) - bindDn + ssl - bindDn (string) + ssl (boolean) - contextFactory + extraPropertiesEntries - contextFactory (string) + array of extraPropertiesEntries (propertyEntry) - authenticationMethod + password - authenticationMethod (string) + password (string)