[JBoss JIRA] (JBIDE-24390) Items hidden by filter are excluded from installation
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24390?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24390:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Items hidden by filter are excluded from installation
> -----------------------------------------------------
>
> Key: JBIDE-24390
> URL: https://issues.jboss.org/browse/JBIDE-24390
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.4.4.Final
> Reporter: Lukáš Valach
> Priority: Minor
> Fix For: 4.5.x
>
>
> Items which are hidden by filter won't be installed even if they are selected.
> For example:
> # Open Red Hat Central
> # Click "Select All"
> # Type into "Find" field "angular"
> # The only one item are now displayed and button "Install/Update (1)" shows that only one item are selected to be installed which isn't true. All items are still selected though only one of them are shown.
> # Click "Install/Update (1)" then you will see that only Angular is going to be installed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-13035) Maven Repositories : TextMerge Preview always shows whitespace changes on Windows
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13035?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-13035:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Maven Repositories : TextMerge Preview always shows whitespace changes on Windows
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13035
> URL: https://issues.jboss.org/browse/JBIDE-13035
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Affects Versions: 4.0.0.Beta2
> Environment: Windows 7 pro 64
> Reporter: Fred Bricon
> Assignee: Jeff MAURY
> Fix For: 4.5.x
>
> Attachments: Text_Merge_preview_show_whitespace_changes.png
>
>
> On Windows, the Maven Repositories wizard's preview pane always shows whitespace changes, diminishing the preview usefulness.
> !Text_Merge_preview_show_whitespace_changes.png!
> I tried to mess with the code a bit but to no avail. I suspected some line endings weirdness, but it seems to be really a problem with white spaces. I tried to compare the contents of my original settings.xml, to the contents in both panels, using an hex editor, they really are identical.
> I don't have any issue on linux.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24443) Server adapter wizard: cannot distinguish listed items at first sight
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24443?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24443:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Server adapter wizard: cannot distinguish listed items at first sight
> ---------------------------------------------------------------------
>
> Key: JBIDE-24443
> URL: https://issues.jboss.org/browse/JBIDE-24443
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.4.Final
> Reporter: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.x
>
> Attachments: 2-identical-entries-listed.png, entry-details-deploymentconfig.png, entry-details-service.png
>
>
> steps:
> # ASSERT: make sure that you have an application running in OpenShift
> # EXEC: launch server adapter wizard
> # ASSERT: server adapter wizard pops up listing 2 (at first sight) identical entries for your application
> Result:
> !2-identical-entries-listed.png!
> I cannot easily distinguish the 2 entries that are listed. It's on the 2nd, closer look when comparing the details that I see the difference. The 1st entry is a service, the 2nd is a deployment config.
> !entry-details-service.png!
> !entry-details-deploymentconfig.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24185) Server adapter: approach to set nodejs/eap apps to debugging is inconsistent
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24185?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24185:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Server adapter: approach to set nodejs/eap apps to debugging is inconsistent
> ----------------------------------------------------------------------------
>
> Key: JBIDE-24185
> URL: https://issues.jboss.org/browse/JBIDE-24185
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM2
> Reporter: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.x
>
>
> * eap
> ** if you want to debug you have to set *DEBUG* env variable in the rc to *true*. The env variable key is defined in the docker image label *"com.redhat.dev-mode"*.
> {code}
> "com.redhat.dev-mode": "DEBUG:true",
> {code}
> ** to use a custom debugging port you can set the *DEBUG_PORT* env var. The default port is 8787 as defined in the docker image label
> {code}
> "com.redhat.dev-mode.port": "DEBUG_PORT:8787"
> {code}
> * nodejs
> ** to debug a nodejs application you have to set *DEV_MODE* to *true* and also set *DEBUG_PORT* to some value, even though the docker image label defines the default port as being *5858*
> {code}
> "com.redhat.dev-mode": "DEV_MODE:false",
> "com.redhat.dev-mode.port": "DEBUG_PORT:5858",
> {code}
> The documentation actually confirms the fact that :5858 is the default: https://docs.openshift.org/latest/using_images/s2i_images/nodejs.html#nod...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-23660) CDK Server adapter should have an option to configure stop command
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23660?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23660:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> CDK Server adapter should have an option to configure stop command
> ------------------------------------------------------------------
>
> Key: JBIDE-23660
> URL: https://issues.jboss.org/browse/JBIDE-23660
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk
> Affects Versions: 4.4.2.Final
> Reporter: Ricardo Martinelli Oliveira
> Assignee: Rob Stryker
> Fix For: 4.5.x
>
>
> CDK Server adapter lets configure the vagrant startup options. There should have an option to do the same in the stop.
> Why?
> It seems that CDK Server adapter uses _vagrant destroy_ to stop CDK, but using that option has its drawbacks, like for example:
> * If I'm stopping it to save resources, then I'm loosing all my job in it.
> * All images already pulled will be lost, so I cannot work offline
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24445) OpenShift server adapter is not working, when rsync is not on path (Upstream issue)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24445?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24445:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> OpenShift server adapter is not working, when rsync is not on path (Upstream issue)
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-24445
> URL: https://issues.jboss.org/browse/JBIDE-24445
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.4.4.Final
> Environment: Windows 10
> Reporter: Radim Hopp
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.x
>
>
> Using server adapter, when rsync is not on path results in errors like:
> {noformat}
> Could not sync C:\Users\jbossqa\rhopp\workspace-sidnfiweun\.metadata\.plugins\org.jboss.ide.eclipse.as.core\dfgdfg@eap-app\deploy to all pods running the service eap-app
> OpenShiftBinaryCapability process exited: WARNING: rsync command not found in path. Download cwRsync for Windows and add it to your PATH.
> Ignoring the following flags because they only apply to rsync: --exclude
> tar: ROOT.war/META-INF/MANIFEST.MF: Cannot open: Not a directory
> tar: ROOT.war/META-INF/maven/org.jboss.quickstarts.eap/jboss-kitchensink/pom.properties: Cannot open: Not a directory
> tar: ROOT.war/META-INF/maven/org.jboss.quickstarts.eap/jboss-kitchensink/pom.xml: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/beans.xml: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/META-INF/persistence.xml: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/import.sql: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/controller/MemberController.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberListProducer.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberRepository.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/model/Member.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/JaxRsActivator.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/MemberResourceRESTService.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/service/MemberRegistration.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/util/Resources.class: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/faces-config.xml: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/kitchensink-quickstart-ds.xml: Cannot open: Not a directory
> tar: ROOT.war/WEB-INF/templates/default.xhtml: Cannot open: Not a directory
> tar: ROOT.war/index.html: Cannot open: Not a directory
> tar: ROOT.war/index.xhtml: Cannot open: Not a directory
> tar: ROOT.war/resources/css/screen.css: Cannot open: Not a directory
> tar: ROOT.war/resources/gfx/asidebkg.png: Cannot open: Not a directory
> tar: ROOT.war/resources/gfx/banner.png: Cannot open: Not a directory
> tar: ROOT.war/resources/gfx/bkg-blkheader.png: Cannot open: Not a directory
> tar: ROOT.war/resources/gfx/headerbkg.png: Cannot open: Not a directory
> tar: ROOT.war/resources/gfx/rhjb_eap_logo.png: Cannot open: Not a directory
> tar: Exiting with failure status due to previous errors
> error: error extracting tar at destination directory: command terminated with exit code 2
> {noformat}
> More info in upstream issue: https://github.com/openshift/origin/issues/14075
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-20705) Click on a webhook URL in Webhook triggers shell automatically copy webhook to clipboard
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20705?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-20705:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Click on a webhook URL in Webhook triggers shell automatically copy webhook to clipboard
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20705
> URL: https://issues.jboss.org/browse/JBIDE-20705
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Fix For: 4.5.x
>
> Attachments: webhook.png
>
>
> In Webhook triggers shell, opened via context menu of a build config, there are 2 text widgets containing generic and github webhook.
> !webhook.png!
> After click on a webhook text, the whole text is selected and its automatically copied to clipboard. There is also a notification text upon copying to clipboard shown close to the text widget containing a webhook URL.
> Webhook URL should be copied only after click on a button with label "Copy to clipboard" which is located next to the text field containing a webhook URL. Otherwise this button miss reason to exists and it is a bit annoying for me to have URL automatically selected and copied to clipboard every time I click on a text.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-23626) Preferences: link to download oc may lead me to try to use an incompatible oc binary for my origin/CDK
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23626?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23626:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
> Preferences: link to download oc may lead me to try to use an incompatible oc binary for my origin/CDK
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23626
> URL: https://issues.jboss.org/browse/JBIDE-23626
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Andre Dietisheim
> Labels: oc_binary, openshift_v3, preferences
> Fix For: 4.5.x
>
>
> oc 1.4, which is available from github is not compatible with the lastest CDK 2.3 (it's only compatible oc 1.3). Futhermore there are specific enterprise oc binaries which follow the OSE versioning scheme 3.2, 3.3 etc. making it hard for the user to know what oc he should use.
> Our preferences offer a link to the github releases but there's no info nor logic that makes sure that the user will use compatible combinations (oc 1.4 with CDK 2.3, oc 1.2 with CDK 2.3 etc.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months