You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Ilgiz Islamgulov (JIRA)" <ji...@apache.org> on 2012/06/15 23:26:42 UTC

[dev] [jira] [Created] (LIBCLOUD-212) Update docstrings - add @requires annotation for required arguments to compute providers

Ilgiz Islamgulov created LIBCLOUD-212:
-----------------------------------------

             Summary: Update docstrings - add @requires annotation for required arguments to compute providers
                 Key: LIBCLOUD-212
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-212
             Project: Libcloud
          Issue Type: Improvement
            Reporter: Ilgiz Islamgulov
            Priority: Minor


Usually providers requires key and secret arguments, but some of them also requires host or path for example. So when user make request  we need to know that attributes required by provider. 
@requres annotation aims to solve this problem. We can parse this docstring and get required arguments.

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

        

[dev] [jira] [Updated] (LIBCLOUD-212) Update docstrings - add @requires annotation for required arguments to compute providers

Posted by "Ilgiz Islamgulov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilgiz Islamgulov updated LIBCLOUD-212:
--------------------------------------

    Attachment:     (was: docstrings.patch)
    
> Update docstrings - add @requires annotation for required arguments to compute providers
> ----------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-212
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-212
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Ilgiz Islamgulov
>            Priority: Minor
>         Attachments: requires_annotation.patch
>
>
> Usually providers requires key and secret arguments, but some of them also requires host or path for example. So when user make request  we need to know that attributes required by provider. 
> @requres annotation aims to solve this problem. We can parse this docstring and get required arguments.

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

        

[dev] [jira] [Resolved] (LIBCLOUD-212) Update docstrings - add @requires annotation for required arguments to compute providers

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-212.
-----------------------------------

    Resolution: Fixed

Committed into trunk, thanks.
                
> Update docstrings - add @requires annotation for required arguments to compute providers
> ----------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-212
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-212
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Ilgiz Islamgulov
>            Priority: Minor
>         Attachments: requires_annotation.patch
>
>
> Usually providers requires key and secret arguments, but some of them also requires host or path for example. So when user make request  we need to know that attributes required by provider. 
> @requres annotation aims to solve this problem. We can parse this docstring and get required arguments.

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

        

[dev] [jira] [Closed] (LIBCLOUD-212) Update docstrings - add @requires annotation for required arguments to compute providers

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus closed LIBCLOUD-212.
---------------------------------

    
> Update docstrings - add @requires annotation for required arguments to compute providers
> ----------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-212
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-212
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Ilgiz Islamgulov
>            Priority: Minor
>         Attachments: requires_annotation.patch
>
>
> Usually providers requires key and secret arguments, but some of them also requires host or path for example. So when user make request  we need to know that attributes required by provider. 
> @requres annotation aims to solve this problem. We can parse this docstring and get required arguments.

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

        

[dev] [jira] [Updated] (LIBCLOUD-212) Update docstrings - add @requires annotation for required arguments to compute providers

Posted by "Ilgiz Islamgulov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilgiz Islamgulov updated LIBCLOUD-212:
--------------------------------------

    Attachment: requires_annotation.patch
                docstrings.patch

This patch add @requires annotation to compute providers.
                
> Update docstrings - add @requires annotation for required arguments to compute providers
> ----------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-212
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-212
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Ilgiz Islamgulov
>            Priority: Minor
>         Attachments: requires_annotation.patch
>
>
> Usually providers requires key and secret arguments, but some of them also requires host or path for example. So when user make request  we need to know that attributes required by provider. 
> @requres annotation aims to solve this problem. We can parse this docstring and get required arguments.

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