[JBoss JIRA] (JBIDE-22372) Publish CI snapshots to a directory containing BUILD_ALIAS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22372?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22372:
------------------------------------
So this is a variation / automation of the process of creating staged builds for QE.
Instead of
* /snapshots/builds/ (many folders with unique BUILD#s & a symlinked latest one)
* pushed at some point to /staging/4.4.0.Alpha2/, /staging/4.4.0.Alpha3/, /staging/4.4.0.Alpha4/
We would have
* /snapshots/builds/4.4.0.Alpha2/ (many folders with unique BUILD#s & a symlinked latest one)
* /snapshots/builds/4.4.0.Alpha3/ (many folders with unique BUILD#s & a symlinked latest one)
* /snapshots/builds/4.4.0.Alpha4/ (many folders with unique BUILD#s & a symlinked latest one)
* pushed at some point to /staging/4.4.0.Alpha2/, /staging/4.4.0.Alpha3/, /staging/4.4.0.Alpha4/
> Publish CI snapshots to a directory containing BUILD_ALIAS
> ----------------------------------------------------------
>
> Key: JBIDE-22372
> URL: https://issues.jboss.org/browse/JBIDE-22372
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Fix For: 4.4.0.Alpha3
>
>
> To avoid even more "crossing streams", we could consider also adding the BUILD_ALIAS to the URL of snapshots sites produced by CI. An advantage is that building a new version wouldn't require to cleanup the /4.4.neon branch for example.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ERT-210) Bump Plug/Feature version for 3.8.0 [EBZ#494559]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-210:
---------------------------------------
Summary: Bump Plug/Feature version for 3.8.0 [EBZ#494559]
Key: ERT-210
URL: https://issues.jboss.org/browse/ERT-210
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Priority: Blocker
Fix For: Neon (4.6) RC3
Scan between MARS.RC2 R-3.7.2 >> NEON I-3.8.0-20160524010110 shows that this plugins needs to be bumped:
<< Modified plugins >>
org.eclipse.wst.jsdt.debug.ui
[1.0.500.v201604281715] NEON I-3.8.0-20160524010110
[1.0.500.v201502261613] MARS.RC2 R-3.7.2-20160217020110
org.eclipse.wst.jsdt.debug.core
[3.1.200.v201603100113] NEON I-3.8.0-20160524010110
[3.1.200.v201502261613] MARS.RC2 R-3.7.2-20160217020110
org.eclipse.wst.jsdt.debug.rhino
[1.0.400.v201603171345] NEON I-3.8.0-20160524010110
[1.0.400.v201503300052] MARS.RC2 R-3.7.2-20160217020110
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ERT-210) Bump Plug/Feature version for 3.8.0 [EBZ#494559]
by Friendly Jira Robot (JIRA)
[ https://issues.jboss.org/browse/ERT-210?page=com.atlassian.jira.plugin.sy... ]
Friendly Jira Robot resolved ERT-210.
-------------------------------------
Resolution: Done
> Bump Plug/Feature version for 3.8.0 [EBZ#494559]
> ------------------------------------------------
>
> Key: ERT-210
> URL: https://issues.jboss.org/browse/ERT-210
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Priority: Blocker
> Labels: 3.8_RC3, Debug, bzira
> Fix For: Neon (4.6) RC3
>
>
> Scan between MARS.RC2 R-3.7.2 >> NEON I-3.8.0-20160524010110 shows that this plugins needs to be bumped:
> << Modified plugins >>
> org.eclipse.wst.jsdt.debug.ui
> [1.0.500.v201604281715] NEON I-3.8.0-20160524010110
> [1.0.500.v201502261613] MARS.RC2 R-3.7.2-20160217020110
> org.eclipse.wst.jsdt.debug.core
> [3.1.200.v201603100113] NEON I-3.8.0-20160524010110
> [3.1.200.v201502261613] MARS.RC2 R-3.7.2-20160217020110
> org.eclipse.wst.jsdt.debug.rhino
> [1.0.400.v201603171345] NEON I-3.8.0-20160524010110
> [1.0.400.v201503300052] MARS.RC2 R-3.7.2-20160217020110
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22420:
------------------------------------------
rebased and merged into master.
> Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22420
> URL: https://issues.jboss.org/browse/JBIDE-22420
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
> {code}Unable to create resources to deploy image null
> java.lang.IllegalArgumentException: newValue is null
> at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
> at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-22420:
----------------------------------------
Assignee: Viacheslav Kabanovich
Resolution: Done
> Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22420
> URL: https://issues.jboss.org/browse/JBIDE-22420
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
> {code}Unable to create resources to deploy image null
> java.lang.IllegalArgumentException: newValue is null
> at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
> at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22420:
-------------------------------------
Steps to Reproduce:
# ASSERT: have connection with a project in the openshift explorer
# EXEC: pick New > Application in the context menu of your project
# ASSERT: wizard page with templates and builder images shows up, "Finish" is disabled
# EXEC: select a builder image (entry with a box icon as opposed to a lightning)
# ASSERT: "Finish" stays disabled
# EXEC: select a template (entry with a lightning)
# ASSERT: "Finish" gets enabled
# EXEC: select a builder image
Result:
"Finish" is enabled even though it should be disabled.
> Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22420
> URL: https://issues.jboss.org/browse/JBIDE-22420
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
> {code}Unable to create resources to deploy image null
> java.lang.IllegalArgumentException: newValue is null
> at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
> at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months