[JBoss JIRA] (JBIDE-14850) Restrict available markers depending on application type
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-14850:
----------------------------------------
Summary: Restrict available markers depending on application type
Key: JBIDE-14850
URL: https://issues.jboss.org/browse/JBIDE-14850
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.1.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.1.x
In JBIDE-14845 we allow users to add and remove markers. We dont filter the markers whether we have a java (jbossas, jbossews) or php, node, ruby etc. application even though some markers are specific to certain application types. We should tell the user what markers may make sense and suggest upon that.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14850) Restrict available markers depending on application type
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14850?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14850:
-------------------------------------
Issue Type: Enhancement (was: Feature Request)
> Restrict available markers depending on application type
> --------------------------------------------------------
>
> Key: JBIDE-14850
> URL: https://issues.jboss.org/browse/JBIDE-14850
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.x
>
>
> In JBIDE-14845 we allow users to add and remove markers. We dont filter the markers whether we have a java (jbossas, jbossews) or php, node, ruby etc. application even though some markers are specific to certain application types. We should tell the user what markers may make sense and suggest upon that.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-14838:
----------------------------------------
Assignee: Andre Dietisheim
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {code}
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14845 at 6/12/13 5:54 PM:
-------------------------------------------------------------------
there's now a context menu *OpenShift->Configure Markers...* in the Project Explorer and the Package Explorer for OpenShift project (projects that have a *.openshift* folder:
!openshift-configure-markers.png!
if you pick it you'll get to the configuration wizard:
!configre-markers-wizard.png!
in this screencast you see how the current impl works: [^openshift.ogv]
was (Author: adietish):
there's now a context menu *OpenShift->Configure Markers...* in the Project Explorer and the Package Explorer:
!openshift-configure-markers.png!
if you pick it you'll get to the configuration wizard:
!configre-markers-wizard.png!
in this screencast you see how the current impl works: [^openshift.ogv]
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: configre-markers-wizard.png, openshift-configure-markers.png, openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14845:
-------------------------------------
Attachment: configre-markers-wizard.png
openshift-configure-markers.png
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: configre-markers-wizard.png, openshift-configure-markers.png, openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-14845.
--------------------------------------
Resolution: Done
pushed upstream
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: configre-markers-wizard.png, openshift-configure-markers.png, openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14845 at 6/12/13 5:52 PM:
-------------------------------------------------------------------
there's now a context menu *OpenShift->Configure Markers...* in the Project Explorer and the Package Explorer:
!openshift-configure-markers.png!
if you pick it you'll get to the configuration wizard:
!configre-markers-wizard.png!
in this screencast you see how the current impl works: [^openshift.ogv]
was (Author: adietish):
in this screencast you see how the current impl works: [^openshift.ogv]
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14845:
-------------------------------------
Labels: new_and_noteworthy (was: )
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14845 at 6/12/13 5:47 PM:
-------------------------------------------------------------------
in this screencast you see how the current impl works: openshift.ogv
was (Author: adietish):
pushed upstream
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14845) Allow user to edit markers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14845 at 6/12/13 5:47 PM:
-------------------------------------------------------------------
in this screencast you see how the current impl works: [^openshift.ogv]
was (Author: adietish):
in this screencast you see how the current impl works: openshift.ogv
> Allow user to edit markers
> --------------------------
>
> Key: JBIDE-14845
> URL: https://issues.jboss.org/browse/JBIDE-14845
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift.ogv
>
>
> OpenShift allows users to set markers in order to enable/disable certain features. There are markers to use Java7, skip the maven build etc. We should allow the users to add or remove those markers.
--
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
12 years, 10 months