[JBoss JIRA] (JBIDE-21490) Enforce non empty git source parameter in templates
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21490?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21490.
---------------------------------
Verified on nightly build of JBT with OpenShift plugin build B246.
> Enforce non empty git source parameter in templates
> ---------------------------------------------------
>
> Key: JBIDE-21490
> URL: https://issues.jboss.org/browse/JBIDE-21490
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.1.CR1
>
>
> Following JBIDE-21340, we need to add validation of required git source parameter property in ParameterListPage.
> To find out what parameter is the git repository url you'd do:
> {code}
> public String getGitRepoParameterKey() {
> ITemplate template = model.getSelectedTemplate();
> if (template != null) {
> for(String key : new String[]{"SOURCE_REPOSITORY_URL", "GIT_URI"}) {
> if (template.getParameters().containsKey(key)) {
> return key;
> }
> }
> }
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21949) Allow user to turn on/off showing console when output changes
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21949?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21949:
-------------------------------------
+100. This is *extremely* annoying
> Allow user to turn on/off showing console when output changes
> -------------------------------------------------------------
>
> Key: JBIDE-21949
> URL: https://issues.jboss.org/browse/JBIDE-21949
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1
>
>
> At the moment every publish to OpenShift via rsync show console with output from rsync (done in JBIDE-21326). User is forced to see console output. It would be nice if I could disable/enable showing console output when content changes. Something like server's console output has - toggle button Show Console Output When Standard Out Changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3706) Installer: Upgrade patternfly to latest stable version
by Pavol Pitonak (JIRA)
Pavol Pitonak created JBDS-3706:
-----------------------------------
Summary: Installer: Upgrade patternfly to latest stable version
Key: JBDS-3706
URL: https://issues.jboss.org/browse/JBDS-3706
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Components: installer
Reporter: Pavol Pitonak
Assignee: Joshua Wilson
Installer uses PatterFly 2.6.0, it should be upgraded to the latest stable release (3.3.1 on March 23).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21949) Allow user to turn on/off showing console when output changes
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21949?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-21949:
-----------------------------------
Assignee: Xavier Coulon
> Allow user to turn on/off showing console when output changes
> -------------------------------------------------------------
>
> Key: JBIDE-21949
> URL: https://issues.jboss.org/browse/JBIDE-21949
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1
>
>
> At the moment every publish to OpenShift via rsync show console with output from rsync (done in JBIDE-21326). User is forced to see console output. It would be nice if I could disable/enable showing console output when content changes. Something like server's console output has - toggle button Show Console Output When Standard Out Changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21949) Allow user to turn on/off showing console when output changes
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21949?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21949:
--------------------------------
Fix Version/s: 4.3.1.CR1
> Allow user to turn on/off showing console when output changes
> -------------------------------------------------------------
>
> Key: JBIDE-21949
> URL: https://issues.jboss.org/browse/JBIDE-21949
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1
>
>
> At the moment every publish to OpenShift via rsync show console with output from rsync (done in JBIDE-21326). User is forced to see console output. It would be nice if I could disable/enable showing console output when content changes. Something like server's console output has - toggle button Show Console Output When Standard Out Changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years