[JBoss JIRA] (JBDS-1504) allow users to create cases from JBDS
by James Livingston (JIRA)
[ https://issues.jboss.org/browse/JBDS-1504?page=com.atlassian.jira.plugin.... ]
James Livingston commented on JBDS-1504:
----------------------------------------
I meant shared between any JBDS plugins that need to authenticate to the portal, so JBDS users can enter/update their credentials in one place. I think someone was working on adding support for downloading EAP runtimes which would also presumably need the credentials.
> allow users to create cases from JBDS
> -------------------------------------
>
> Key: JBDS-1504
> URL: https://issues.jboss.org/browse/JBDS-1504
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: integration
> Environment: All
> Reporter: Andrew Hecox
> Assignee: Max Rydahl Andersen
> Fix For: 4.x, LATER
>
>
> user-story: as a JBoss customer, I can create a case with support from JBDS so that I can easily get help solving the problem I'm working on in my editor
> notes: I think something which allowed a user to create a problem description, as well as send any applicable files, would be a good value add to JBDS. We have a public, stable, API for this:
> https://access.redhat.com/knowledge/docs/Red_Hat_Customer_Portal/
> we may deprecate some schema items in the next month or two, but otherwise it's locked in place for the next 7+ years. This functionality presumably would only be in the productized version, unless it was replaced with JIRA integration (or comparable)
--
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, 8 months
[JBoss JIRA] (JBIDE-15262) openshift-java-client: allow to provide cartridges when creating an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15262?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15262:
------------------------------------------
I pushed a unfinished implementation to the JBIDE-15262 topics branch in my fork at https://github.com/adietish/openshift-java-client/tree/JBIDE-15262:
IDomain#createApplication now offers you a varargs parameter for embeddable cartridges:
{code}
public IApplication createApplication(String name, IStandaloneCartridge cartridge, ApplicationScale scale,
IGearProfile gearProfile, String initialGitUrl, int timeout, IEmbeddableCartridge... cartridges)
throws OpenShiftException
{code}
The cartridges are passed to the REST endpoint but the response is not yet verified. I have to make sure the new application is correctly initialized with the correct amount of embedded cartridges. By purely looking at the code the stuff should be all fine right away but to get really assured I need to write tests.
> openshift-java-client: allow to provide cartridges when creating an application
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15262
> URL: https://issues.jboss.org/browse/JBIDE-15262
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
>
> For certain openshift example one needs to be able to add cartridges when creating the application, not only afterwards. Without the cartridge present in the application some examples (ex. wordpress example at https://github.com/openshift/wordpress-example) will fail the initial build.
--
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, 8 months
[JBoss JIRA] (JBIDE-15331) EL code completion for plain HTML5 files
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-15331:
--------------------------------------
Summary: EL code completion for plain HTML5 files
Key: JBIDE-15331
URL: https://issues.jboss.org/browse/JBIDE-15331
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 4.2.0.Alpha1
Attachments: scr.png
We should not suggest #{} in plain HTML5 files.
It makes sence only for xhtml/jsp.
--
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, 8 months
[JBoss JIRA] (JBIDE-15331) EL code completion for plain HTML5 files
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15331?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15331:
-----------------------------------
Description:
We should not suggest #{} in plain HTML5 files.
It makes sence only for xhtml/jsp.
!scr.png!
was:
We should not suggest #{} in plain HTML5 files.
It makes sence only for xhtml/jsp.
> EL code completion for plain HTML5 files
> ----------------------------------------
>
> Key: JBIDE-15331
> URL: https://issues.jboss.org/browse/JBIDE-15331
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.Alpha1
>
> Attachments: scr.png
>
>
> We should not suggest #{} in plain HTML5 files.
> It makes sence only for xhtml/jsp.
> !scr.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
12 years, 8 months