[JBoss JIRA] (JBTIS-1187) Composite files refers to incorrect locations
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1187:
----------------------------------------
Summary: Composite files refers to incorrect locations
Key: JBTIS-1187
URL: https://issues.jboss.org/browse/JBTIS-1187
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 11.1.0.Beta1
Reporter: Andrej Podhradsky
Priority: Blocker
Fix For: 11.1.0.Beta1
Composite files at
https://devstudio.redhat.com/11/staging/updates/integration-stack/earlyac...
are not consistent.
{code:title=compositeArtifacts.xml}
<child location="../11.1.0.Beta1b/earlyaccess/"/>
<child location="../11.1.0.Beta1b/earlyaccess/targetplatform/"/>
{code}
{code:title=compositeContent.xml}
<child location="../11.1.0.Beta1a/earlyaccess/"/>
<child location="../11.1.0.Beta1a/earlyaccess/targetplatform/"/>
{code}
Notice that the second one refers to Beta1a instead of Beta1b.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25260) Console view is broken after entering subscription username
by Budh Ram Gurung (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25260?page=com.atlassian.jira.plugi... ]
Budh Ram Gurung commented on JBIDE-25260:
-----------------------------------------
> so when you interactively entered the password, it was actually visible? It
Yes, its visible during entering interactively. Hence, I have blurred it in my screenshot.
Looks like console plugin behaving unexpected here.
> Console view is broken after entering subscription username
> -----------------------------------------------------------
>
> Key: JBIDE-25260
> URL: https://issues.jboss.org/browse/JBIDE-25260
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.5.1.Final
> Reporter: Josef Kopriva
> Assignee: Rob Stryker
> Attachments: image-2017-10-17-10-38-53-270.png, with_devstudio_11.0.0.GA-0.PNG, with_devstudio_11.0.0.GA-1.PNG
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25260) Console view is broken after entering subscription username
by Gerard Braad (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25260?page=com.atlassian.jira.plugi... ]
Gerard Braad edited comment on JBIDE-25260 at 11/5/17 11:11 AM:
----------------------------------------------------------------
Can you attach an image or listing of the output that shows this?
In our code, all passwords are read as follows: https://github.com/minishift/minishift/blob/a9fc054fca4820cb9e249b71e6c28... as to prevent the output to be printed. Likely the console plugin does not provide us with a filedescriptor?
If the input is read in the same way as the username, the password will be echoed to the console, and to me this is unacceptable from a security standpoint. We can not have the user expose their credentials.
Would it not be possible to provide credentials in a prompt, like a modal dialog box, before the executable is started?
was (Author: gbraad):
Can you attach an image or listing of the output that shows this?
In our code, all passwords are read as follows: https://github.com/minishift/minishift/blob/a9fc054fca4820cb9e249b71e6c28... as to prevent the output to be printed. Likely the console plugin does not provide us with a filedescriptor?
> Console view is broken after entering subscription username
> -----------------------------------------------------------
>
> Key: JBIDE-25260
> URL: https://issues.jboss.org/browse/JBIDE-25260
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.5.1.Final
> Reporter: Josef Kopriva
> Assignee: Rob Stryker
> Attachments: image-2017-10-17-10-38-53-270.png, with_devstudio_11.0.0.GA-0.PNG, with_devstudio_11.0.0.GA-1.PNG
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25315) Include Fuse CI job update for job configuration update
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25315?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25315:
-------------------------------
Fix Version/s: 4.5.2.AM1
(was: 4.5.x)
> Include Fuse CI job update for job configuration update
> -------------------------------------------------------
>
> Key: JBIDE-25315
> URL: https://issues.jboss.org/browse/JBIDE-25315
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: fusetools
> Affects Versions: 4.5.1.Final
> Reporter: Aurélien Pupier
> Assignee: Nick Boldt
> Fix For: 4.5.2.AM1
>
> Attachments: image-2017-11-02-09-23-36-305.png
>
>
> the CI jobs on Fuse Ci are often not synchronized with modifications done on other jboss tools project such as TARGET_PLATFORM version.
> for instance today again:
> !image-2017-11-02-09-23-36-305.png|thumbnail!
> it would be useful to include the update of the FUSE CI jobs in the process to update the jobs
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25315) Include Fuse CI job update for job configuration update
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25315?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25315:
------------------------------------
Solution 1:
* make my scripts that update everything on dev-platform also update on fusesource jenkins.
Solution 2:
* migrate all your stuff to run on dev-platform jenkins. :)
> Include Fuse CI job update for job configuration update
> -------------------------------------------------------
>
> Key: JBIDE-25315
> URL: https://issues.jboss.org/browse/JBIDE-25315
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: fusetools
> Affects Versions: 4.5.1.Final
> Reporter: Aurélien Pupier
> Assignee: Nick Boldt
> Fix For: 4.5.2.AM1
>
> Attachments: image-2017-11-02-09-23-36-305.png
>
>
> the CI jobs on Fuse Ci are often not synchronized with modifications done on other jboss tools project such as TARGET_PLATFORM version.
> for instance today again:
> !image-2017-11-02-09-23-36-305.png|thumbnail!
> it would be useful to include the update of the FUSE CI jobs in the process to update the jobs
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months