You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Adrien Lecharpentier (JIRA)" <ji...@codehaus.org> on 2012/10/15 18:28:36 UTC

[jira] (MRM-1696) Import metadata for artifact in batch mode

Adrien Lecharpentier created MRM-1696:
-----------------------------------------

             Summary: Import metadata for artifact in batch mode
                 Key: MRM-1696
                 URL: https://jira.codehaus.org/browse/MRM-1696
             Project: Archiva
          Issue Type: Improvement
          Components: rest services
    Affects Versions: 1.4-M4
            Reporter: Adrien Lecharpentier
         Attachments: archiva-metadata-import-batch.patch

For the moment, it's not possible to import metadata in batch mode. There isone rest service to add metadata one by one. The patch included add the possibility to add multiple metadatas. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1696) Import metadata for artifact in batch mode

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311573#comment-311573 ] 

Olivier Lamy commented on MRM-1696:
-----------------------------------

Yup but it's in the new bean you create to post datas.
                
> Import metadata for artifact in batch mode
> ------------------------------------------
>
>                 Key: MRM-1696
>                 URL: https://jira.codehaus.org/browse/MRM-1696
>             Project: Archiva
>          Issue Type: Improvement
>          Components: rest services
>    Affects Versions: 1.4-M4
>            Reporter: Adrien Lecharpentier
>         Attachments: archiva-metadata-import-batch.patch
>
>
> For the moment, it's not possible to import metadata in batch mode. There isone rest service to add metadata one by one. The patch included add the possibility to add multiple metadatas. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1696) Import metadata for artifact in batch mode

Posted by "Adrien Lecharpentier (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311522#comment-311522 ] 

Adrien Lecharpentier commented on MRM-1696:
-------------------------------------------

ok. I first let this before the metadatas are related to the {g}:{a}:{v} that's why I put this in the URL and for the "metadata" it was to have consistency with other URL used for metadata manipulations.
                
> Import metadata for artifact in batch mode
> ------------------------------------------
>
>                 Key: MRM-1696
>                 URL: https://jira.codehaus.org/browse/MRM-1696
>             Project: Archiva
>          Issue Type: Improvement
>          Components: rest services
>    Affects Versions: 1.4-M4
>            Reporter: Adrien Lecharpentier
>         Attachments: archiva-metadata-import-batch.patch
>
>
> For the moment, it's not possible to import metadata in batch mode. There isone rest service to add metadata one by one. The patch included add the possibility to add multiple metadatas. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1696) Import metadata for artifact in batch mode

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311521#comment-311521 ] 

Olivier Lamy commented on MRM-1696:
-----------------------------------

+    @Path( "metadata/{g}/{a}/{v}" )
is a bit confused as it's a post here and g/a/v are here in the posted bean.
I would prefer: @Path("importMetadata")
                
> Import metadata for artifact in batch mode
> ------------------------------------------
>
>                 Key: MRM-1696
>                 URL: https://jira.codehaus.org/browse/MRM-1696
>             Project: Archiva
>          Issue Type: Improvement
>          Components: rest services
>    Affects Versions: 1.4-M4
>            Reporter: Adrien Lecharpentier
>         Attachments: archiva-metadata-import-batch.patch
>
>
> For the moment, it's not possible to import metadata in batch mode. There isone rest service to add metadata one by one. The patch included add the possibility to add multiple metadatas. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1696) Import metadata for artifact in batch mode

Posted by "Adrien Lecharpentier (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311576#comment-311576 ] 

Adrien Lecharpentier commented on MRM-1696:
-------------------------------------------

Sure. I made the change.
                
> Import metadata for artifact in batch mode
> ------------------------------------------
>
>                 Key: MRM-1696
>                 URL: https://jira.codehaus.org/browse/MRM-1696
>             Project: Archiva
>          Issue Type: Improvement
>          Components: rest services
>    Affects Versions: 1.4-M4
>            Reporter: Adrien Lecharpentier
>         Attachments: archiva-metadata-import-batch.patch
>
>
> For the moment, it's not possible to import metadata in batch mode. There isone rest service to add metadata one by one. The patch included add the possibility to add multiple metadatas. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira