[jbosstools-issues] [JBoss JIRA] (JBIDE-14588) Create OpenShift Application from remote repository

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed May 22 13:23:06 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776116#comment-12776116 ] 

Andre Dietisheim edited comment on JBIDE-14588 at 5/22/13 1:22 PM:
-------------------------------------------------------------------

Protocol 1.2 we now support since JBIDE-12320 offers an optional parameter when creating an application:

{code}
<link>
          <rel>Create new application</rel>
          <method>POST</method>
          <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href>
          <required-params>
...
          <optional-param>
              <name>initial_git_url</name>
              <type>string</type>
              <description>A URL to a Git source code repository that will be the basis for this application.</description>
              <valid-options/>
              <default-value nil="true"></default-value>
          </optional-param>
{code}
                
      was (Author: adietish):
    Protocol 1.2 we now support since JBIDE-12320 offers an optional parameter when creating an application:

{code}
<link>
          <rel>Create new application</rel>
          <method>POST</method>
          <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href>
          <required-params>
...
<optional-param>
              <name>initial_git_url</name>
              <type>string</type>
              <description>A URL to a Git source code repository that will be the basis for this application.</description>
              <valid-options/>
              <default-value nil="true"></default-value>
            </optional-param>
{code}

                  
> Create OpenShift Application from remote repository
> ---------------------------------------------------
>
>                 Key: JBIDE-14588
>                 URL: https://issues.jboss.org/browse/JBIDE-14588
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Fred Bricon
>            Assignee: Andre Dietisheim
>
> It'd be nice to create an OpenShift app directly from a remote git repo, to be consistent with the Web UI : 
> !http://content.screencast.com/users/fbricon/folders/Jing/media/3fcb6305-5340-4529-91c9-2466266d32c4/2013-05-22_1857.png!

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


More information about the jbosstools-issues mailing list