[JBoss JIRA] (JBIDE-21612) Explorer: Properly Handle deployer and pre/post hook pods
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-21612:
-------------------------------------
Summary: Explorer: Properly Handle deployer and pre/post hook pods
Key: JBIDE-21612
URL: https://issues.jboss.org/browse/JBIDE-21612
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Jeff Cantrill
Special pods are not associated with the deployment. We should be able to do that by looking at the annotation:
{{{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "database-1-deploy",
"namespace": "aaa",
"selfLink": "/api/v1/namespaces/aaa/pods/database-1-deploy",
"uid": "0162415c-c6c6-11e5-80fd-080027c5bfa9",
"resourceVersion": "55087",
"creationTimestamp": "2016-01-29T20:22:23Z",
"labels": {
"openshift.io/deployer-pod-for.name": "database-1"
},
"annotations": {
"openshift.io/deployment.name": "database-1",
"openshift.io/scc": "restricted"
}
},
}}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (JBIDE-21601) p2director install should support excluding IUs like platform fragments and executables
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21601?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-21601:
-------------------------------
Fix Version/s: (was: 4.4.0.Alpha1)
> p2director install should support excluding IUs like platform fragments and executables
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-21601
> URL: https://issues.jboss.org/browse/JBIDE-21601
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> p2director install test should exclude things like executable.feature.group and org.eclipse.equinox.launcher.*
> {code}
> 01:27:34 [p2.dir] Cannot complete the install because of a conflicting dependency.
> 01:27:34 [p2.dir] Software being installed: Eclipse Platform Launcher Executables 3.6.200.v20151113-1733 (org.eclipse.equinox.executable.feature.group 3.6.200.v20151113-1733)
> 01:27:34 [p2.dir] Software currently installed: Eclipse IDE for Java EE Developers 4.6.0.20151218-1543 (epp.package.jee 4.6.0.20151218-1543)
> 01:27:34 [p2.dir] Only one of the following can be installed at once:
> 01:27:34 [p2.dir] Equinox Launcher Linux X86 Fragment 1.1.300.v20151013-1129 (org.eclipse.equinox.launcher.gtk.linux.x86 1.1.300.v20151013-1129)
> 01:27:34 [p2.dir] Equinox Launcher Linux X86 Fragment 1.1.300.v20160105-0945 (org.eclipse.equinox.launcher.gtk.linux.x86 1.1.300.v20160105-0945)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (JBIDE-21601) p2director install should support excluding IUs like platform fragments and executables
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21601?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-21601:
-------------------------------
Fix Version/s: 4.4.0.Alpha1
> p2director install should support excluding IUs like platform fragments and executables
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-21601
> URL: https://issues.jboss.org/browse/JBIDE-21601
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> p2director install test should exclude things like executable.feature.group and org.eclipse.equinox.launcher.*
> {code}
> 01:27:34 [p2.dir] Cannot complete the install because of a conflicting dependency.
> 01:27:34 [p2.dir] Software being installed: Eclipse Platform Launcher Executables 3.6.200.v20151113-1733 (org.eclipse.equinox.executable.feature.group 3.6.200.v20151113-1733)
> 01:27:34 [p2.dir] Software currently installed: Eclipse IDE for Java EE Developers 4.6.0.20151218-1543 (epp.package.jee 4.6.0.20151218-1543)
> 01:27:34 [p2.dir] Only one of the following can be installed at once:
> 01:27:34 [p2.dir] Equinox Launcher Linux X86 Fragment 1.1.300.v20151013-1129 (org.eclipse.equinox.launcher.gtk.linux.x86 1.1.300.v20151013-1129)
> 01:27:34 [p2.dir] Equinox Launcher Linux X86 Fragment 1.1.300.v20160105-0945 (org.eclipse.equinox.launcher.gtk.linux.x86 1.1.300.v20160105-0945)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (ERT-62) Refactor JSDT Code Completion [EBZ#486776]
by Nick Boldt (JIRA)
Nick Boldt created ERT-62:
-----------------------------
Summary: Refactor JSDT Code Completion [EBZ#486776]
Key: ERT-62
URL: https://issues.jboss.org/browse/ERT-62
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Nick Boldt
The current code completion modules depend on JSDT's current internal AST model, and type binding. JSDT will be disabling type binding and will be deprecating the internal AST model. As such, the code completion engine needs to be refactored in such a way that complies with the new AST model. JSDT is expected to provide an elegant and useful set of code completion suggestions.
A proposal base for the code completion engine should include, but is not necessarily limited to:
- Keywords
- Identifiers (declared variables and functions in currently open JS file)
- Recently used methods of functions (currently open JS file as a bare minimum)
All proposals should be made where they are deemed practical. ECMA5 keywords should be supported first.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (ERT-64) Synchronization problems between IJSONModel and the editor. [EBZ#486861]
by Nick Boldt (JIRA)
Nick Boldt created ERT-64:
-----------------------------
Summary: Synchronization problems between IJSONModel and the editor. [EBZ#486861]
Key: ERT-64
URL: https://issues.jboss.org/browse/ERT-64
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Nick Boldt
Synchronization of the model is the main problem today with JSON Editor. It causes problem with completion which doesn't work after updating the JSON editor content because the model is not synchronized with the editor (if you close the editor and reopen it, completion works again)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (JBDS-3566) include AERI in JBDS
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3566?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3566:
-------------------------------------------
btw. I assume the difference in screenshots is you are looking at two different versions of the plugin ?
> include AERI in JBDS
> --------------------
>
> Key: JBDS-3566
> URL: https://issues.jboss.org/browse/JBDS-3566
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build, target-platform
> Affects Versions: 9.1.0.Beta1, 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 9.1.0.CR1, 10.0.0.Alpha1
>
> Attachments: error-prefs-jbds.png, error-prefs-jbt.png, error-reporting.png
>
>
> Include required bundles for AERI in JBDS. Details TBD.
> Maybe need these?
> {code}
> org.eclipse.epp.logging.aeri.feature_1.0.1.v20150913-0716
> org.eclipse.epp.logging.aeri.ide_1.0.1.v20150913-0657.jar
> org.eclipse.epp.logging.aeri.ui_1.0.1.v20150913-0716.jar
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months