[JBoss JIRA] (JBIDE-20514) cannot delete project
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20514?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-20514:
---------------------------------------
command is
oc delete project projectname
> cannot delete project
> ---------------------
>
> Key: JBIDE-20514
> URL: https://issues.jboss.org/browse/JBIDE-20514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
> When trying to delete a project then I got this error:
> {code}
> com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
> at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
> at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
> ... 5 more
> Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
> ... 9 more
> {code}
> No info on how much if anything was actually managed to be deleted.
> Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
> so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20100) how to make users aware of fuse and other tooling only being available from earlyaccess?
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20100?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-20100:
----------------------------------------
Here is a suggested workflow:
* When a connector only exists in one kind (regular or early-access), we immediatly show this only one kind. So that would make that things such as Fuse would be visible to user by default
* When a connector exists in multiple kinds, we show the regular one, and when user clicks Install while such a connector is selected, they get prompted whether they want to install the regular one or the early access one (with decription of both).
* We show the Early-Access warning just before a user installs Early-Access stuff.
* We move the ability to control whether to "enable" early-access or not (ie make sites visible) to the Early-Access page in Installation Details, we make that the Central page show this page when use clicks "Early-access enabled"
> how to make users aware of fuse and other tooling only being available from earlyaccess?
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-20100
> URL: https://issues.jboss.org/browse/JBIDE-20100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Fix For: 4.3.0.CR1
>
>
> [~jtyrrell] find it confusing when he cannot see Fuse and other earlyaccess features immediately on the install page.
> Some comments:
> "I install JBDS 8.1 and click on the JBoss Integration and SOA Development, but where is the Fuse tooling in that list."
> "<without earlyaccess> why doesn’t my screen shot tell me to use an older version of JBDS or something."
> Suggestion:
> "when I picked the Integration Stack a greyed out Fuse IDE thingy in the list of choices, and something like (Select early Access) to enable this feature."
> I'm fine exploring options to show early access features more prominently but would prefer we would not need to treat Fuse "special" so maybe we should have a "Early Access" section at the bottom instead of filtered in between everything else ?
> and for any connectors that has additional/different features just add a "Extra features available in Early access " comment ?
> But what to do when Fuse or others dont even have an earlyaccess out yet ? (like is currently the state for devstudio 9)
> [~crobson], [~aileenc] and [~lhein] got any suggestions ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20514) cannot delete project
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20514?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20514:
---------------------------------------------
could not find way to delete specific project via `oc` either ;/
did manage to do this:
{code}
oc delete project -l name=eap
{code}
but that resulted it in deleting *all* my projects ;/
> cannot delete project
> ---------------------
>
> Key: JBIDE-20514
> URL: https://issues.jboss.org/browse/JBIDE-20514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
> When trying to delete a project then I got this error:
> {code}
> com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
> at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
> at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
> ... 5 more
> Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
> ... 9 more
> {code}
> No info on how much if anything was actually managed to be deleted.
> Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
> so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20514) cannot delete project
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20514?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-20514:
----------------------------------
Fix Version/s: 4.3.0.CR1
> cannot delete project
> ---------------------
>
> Key: JBIDE-20514
> URL: https://issues.jboss.org/browse/JBIDE-20514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
> When trying to delete a project then I got this error:
> {code}
> com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
> at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
> at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
> ... 5 more
> Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
> ... 9 more
> {code}
> No info on how much if anything was actually managed to be deleted.
> Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
> so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20514) cannot delete project
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20514?page=com.atlassian.jira.plugi... ]
Marián Labuda resolved JBIDE-20514.
-----------------------------------
Resolution: Duplicate Issue
Duplicate of JBIDE-20504
> cannot delete project
> ---------------------
>
> Key: JBIDE-20514
> URL: https://issues.jboss.org/browse/JBIDE-20514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
>
> Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
> When trying to delete a project then I got this error:
> {code}
> com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
> at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
> at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
> ... 5 more
> Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
> ... 9 more
> {code}
> No info on how much if anything was actually managed to be deleted.
> Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
> so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20514) cannot delete project
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-20514:
-------------------------------------------
Summary: cannot delete project
Key: JBIDE-20514
URL: https://issues.jboss.org/browse/JBIDE-20514
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Priority: Critical
Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
When trying to delete a project then I got this error:
{code}
com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
... 5 more
Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 9 more
{code}
No info on how much if anything was actually managed to be deleted.
Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20513) tricky to login to openshift when token expires
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-20513:
-------------------------------------------
Summary: tricky to login to openshift when token expires
Key: JBIDE-20513
URL: https://issues.jboss.org/browse/JBIDE-20513
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Priority: Critical
I logged in with token.
24hrs later I start eclipse and expand the connection in explorer
expecting to just login.
Here is what happens instead:
a) info message (not error) is logged to error log hiding the explorer view
b) after some seconds (seems there is a timeout) a login dialog comes up saying I need to sign in (no clear info that auth failed or token missing etc.).
cancel the dialog since I'm trying to figure out what happened.
c) Now the explorer just shows "You must obtain API token by visiting ..." as child and I cannot see straightforward way to log in again.
Turns out Refresh does trigger login again.
meanwhile command line 'oc' seem to be fine at logging in with token older than 24 hrs...can't verify that though, but in any case:
a) do a user really need to re-login every 24 hours ?
b) the error handling/dialogs shown are not very informative
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20498) Resource Label dialog seem to be mising "..." for many buttons and has no ':' for labels
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20498?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-20498:
----------------------------------------
Summary: Resource Label dialog seem to be mising "..." for many buttons and has no ':' for labels (was: many of openshift dialogs seem to be mising "..." for many buttons and has no ':' for labels)
> Resource Label dialog seem to be mising "..." for many buttons and has no ':' for labels
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20498
> URL: https://issues.jboss.org/browse/JBIDE-20498
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Labels: help_wanted
> Fix For: 4.3.0.CR1
>
>
> example: Resource Labels - Add and Edit all shows up a dialog but has no "..."
> The dialogs showing up here also don't have a : after labels that is the convention for eclipse dialogs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20218) Arquillian Cruiser: Expand All button
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20218?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-20218:
---------------------------------------
Yes, it is.
Try to use the http://download.jboss.org/jbosstools/mars/nightly/updates update site.
> Arquillian Cruiser: Expand All button
> -------------------------------------
>
> Key: JBIDE-20218
> URL: https://issues.jboss.org/browse/JBIDE-20218
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: arquillian
> Affects Versions: 4.3.0.Beta1
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Priority: Minor
> Fix For: 4.3.0.CR1
>
>
> Using the Arquillian Cruiser view is a way to get a quick overview of the current deployments and their content, but that point is semi lost in the levels of clicking required to get the overview.
> Project -> SourceFolder -> Package -> TestClass -> Deployment -> X
> First on level X are you getting to the real content, and even then you probably have to go another N levels via the archive package structure to see something real.
> The view has a CollapseAll but is missing a ExpandAll action.
> Due to the possible node size we might not want to Expand all the way to the bottom, but perhaps down to the Deployment level when using the 'ActionBar' ExpandAll action. We could add a Context Menu Action to the Deployment that would "ExpandAll of Content" to split it in two moves if needed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months