[JBoss JIRA] (JBIDE-22245) Application Wizard: Resource label key has wrong label
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22245?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22245:
--------------------------------
Story Points: 1
> Application Wizard: Resource label key has wrong label
> ------------------------------------------------------
>
> Key: JBIDE-22245
> URL: https://issues.jboss.org/browse/JBIDE-22245
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard, openshift_v3, ux
> Fix For: 4.4.x
>
>
> In New Application wizard on the page with labels, if I select to create/edit an existing label there is opened a dialog with label details. Label consists of key:value pair (it comes from kubernetes concept), but in this labels of text widgets are "Label:" and "Value:". I think we should have it labeled as "Key:" and "Value:" instead.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ERT-167) Node.js launch is still available for closed / deleted projects [EBZ#492478]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-167:
---------------------------------------
Summary: Node.js launch is still available for closed / deleted projects [EBZ#492478]
Key: ERT-167
URL: https://issues.jboss.org/browse/ERT-167
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
If the project is closed / removed the launch configuration is still runable via Run Configurations -> Node.js Application. It is expected that all project launches will be unavailable though. Basically, the "Project" field should be created for Node.js Launch configuration in order to tight launches to appropriate projects
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-19911) Create a (manual) job to update a given 3rd-party project on TP
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19911?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19911:
----------------------------------------
Alternative approach:
* Generating the change
** Job mirrors sourceSite
** job publishes mirror (scp) it to targetMirror
** job runs "sed s/initialMirror/targetMirror/" on multiple/*.target
** job runs "mvn fix-version ..." on multiple/*.target
** Job generates PR
* Verifying and annotating PR
** "mvn clean verify -Pmultiple2repo" on multiple/*.target
** p2diff
Those 2 parts can be implemented sepearately. The part about verification is/should be a subset of the actual TP build, the only difference is that it doesn't upload new snapshot Maven artifacts nor site.
> Create a (manual) job to update a given 3rd-party project on TP
> ---------------------------------------------------------------
>
> Key: JBIDE-19911
> URL: https://issues.jboss.org/browse/JBIDE-19911
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.3.0.Beta1
> Reporter: Mickael Istria
> Fix For: 4.4.x
>
>
> For 3rd-party sites that are regularly changing, we could provide a Jenkins job that would automatically update the .target and provide the pull request.
> * Input: sourceSite, initialMirror (as found in .target), targetMirror
> * Then
> ** job mirros the sourceSite
> ** job publishes (scp) it to targetMirror
> ** job runs "sed s/initialMirror/targetMirror/" on multiple/*.target
> ** job runs "mvn fix-version ..." on multiple/*.target
> ** "mvn clean verify -Pmultiple2repo" on multiple/*.target
> ** git add multiple/*.target; git commit -m "Update initialMirror to targetMirror"; git push origin HEAD:change-BUILD_NUMBER
> ** p2diff
> ** Put p2diff as a comment on PR: https://developer.github.com/v3/pulls/comments/#create-a-comment
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-2044) .eclipseproduct file no longer refers to JBDS
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-2044?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-2044:
-----------------------------------
Patch has been merged into upstream m2e
> .eclipseproduct file no longer refers to JBDS
> ---------------------------------------------
>
> Key: JBDS-2044
> URL: https://issues.jboss.org/browse/JBDS-2044
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 5.0.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Labels: discuss
> Fix For: 10.0.0.Alpha1
>
>
> Before, with the linux x64 installer (jbdevstudio-product-linux-gtk-x86_64-5.0.0.v201202271832M-H79-Beta1.jar) the .eclipseproduct file read:
> {code}
> name=JBoss Developer Studio
> id=com.jboss.jbds.all
> version=5.0.0.v201202271832M-H79-Beta1
> {code}
> Now, with the universal installer (jbdevstudio-product-universal-5.0.0.v201202271832M-H79-Beta1.jar), it reads:
> {code}
> name=Eclipse Platform
> id=org.eclipse.platform
> version=3.7.0
> {code}
> Latest code in equinox.runtime master branch is located http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/or...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-2044) .eclipseproduct file no longer refers to JBDS
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-2044?page=com.atlassian.jira.plugin.... ]
Fred Bricon reassigned JBDS-2044:
---------------------------------
Assignee: Nick Boldt (was: Fred Bricon)
> .eclipseproduct file no longer refers to JBDS
> ---------------------------------------------
>
> Key: JBDS-2044
> URL: https://issues.jboss.org/browse/JBDS-2044
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 5.0.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Labels: discuss
> Fix For: 10.0.0.Alpha1
>
>
> Before, with the linux x64 installer (jbdevstudio-product-linux-gtk-x86_64-5.0.0.v201202271832M-H79-Beta1.jar) the .eclipseproduct file read:
> {code}
> name=JBoss Developer Studio
> id=com.jboss.jbds.all
> version=5.0.0.v201202271832M-H79-Beta1
> {code}
> Now, with the universal installer (jbdevstudio-product-universal-5.0.0.v201202271832M-H79-Beta1.jar), it reads:
> {code}
> name=Eclipse Platform
> id=org.eclipse.platform
> version=3.7.0
> {code}
> Latest code in equinox.runtime master branch is located http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/or...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months