[JBoss JIRA] (JBIDE-21420) Delete more OpenShift projects at once
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21420:
------------------------------------------
postponed to 4.4.0.Alpha1 since we're running out of time for this non-critical issue
> Delete more OpenShift projects at once
> --------------------------------------
>
> Key: JBIDE-21420
> URL: https://issues.jboss.org/browse/JBIDE-21420
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> It would be nice to remove more projects at once. Currently I can only delete project by project by selecting and choosing delete in its context menu. I would like to select more projects and choose Delete project(s)... in theirs context menu as it is similar for OpenShift 2 domains.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21420) Delete more OpenShift projects at once
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21420:
-------------------------------------
Fix Version/s: 4.4.x
(was: 4.3.1.CR1)
> Delete more OpenShift projects at once
> --------------------------------------
>
> Key: JBIDE-21420
> URL: https://issues.jboss.org/browse/JBIDE-21420
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> It would be nice to remove more projects at once. Currently I can only delete project by project by selecting and choosing delete in its context menu. I would like to select more projects and choose Delete project(s)... in theirs context menu as it is similar for OpenShift 2 domains.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21420) Delete more OpenShift projects at once
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21420?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21420:
-------------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.4.x)
> Delete more OpenShift projects at once
> --------------------------------------
>
> Key: JBIDE-21420
> URL: https://issues.jboss.org/browse/JBIDE-21420
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> It would be nice to remove more projects at once. Currently I can only delete project by project by selecting and choosing delete in its context menu. I would like to select more projects and choose Delete project(s)... in theirs context menu as it is similar for OpenShift 2 domains.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21726) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21726?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-21726.
------------------------------------
nothing for QE to verify, closing
> Test OpenShiftProjectCacheTest.testConnectionChanged() fails
> ------------------------------------------------------------
>
> Key: JBIDE-21726
> URL: https://issues.jboss.org/browse/JBIDE-21726
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, tests
> Fix For: 4.3.1.CR1
>
>
> 0. Connection is preset with one project.
> 1. Test fires project added. OpenShiftProjectCache processes that correctly.
> 2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
> 3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
> 4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
> Solution 1: for this test connection should return empty list of projects.
> Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21729) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21729?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21729:
------------------------------------------
nothing for QE to verify, closing
> Test OpenShiftProjectCacheTest.testConnectionChanged() fails
> ------------------------------------------------------------
>
> Key: JBIDE-21729
> URL: https://issues.jboss.org/browse/JBIDE-21729
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, tests
> Fix For: 4.4.0.Alpha1
>
>
> 0. Connection is preset with one project.
> 1. Test fires project added. OpenShiftProjectCache processes that correctly.
> 2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
> 3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
> 4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
> Solution 1: for this test connection should return empty list of projects.
> Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21729) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21729?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-21729.
------------------------------------
> Test OpenShiftProjectCacheTest.testConnectionChanged() fails
> ------------------------------------------------------------
>
> Key: JBIDE-21729
> URL: https://issues.jboss.org/browse/JBIDE-21729
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, tests
> Fix For: 4.4.0.Alpha1
>
>
> 0. Connection is preset with one project.
> 1. Test fires project added. OpenShiftProjectCache processes that correctly.
> 2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
> 3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
> 4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
> Solution 1: for this test connection should return empty list of projects.
> Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21729) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21729:
----------------------------------------
Summary: Test OpenShiftProjectCacheTest.testConnectionChanged() fails
Key: JBIDE-21729
URL: https://issues.jboss.org/browse/JBIDE-21729
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.3.1.CR1
0. Connection is preset with one project.
1. Test fires project added. OpenShiftProjectCache processes that correctly.
2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
Solution 1: for this test connection should return empty list of projects.
Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21729) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21729?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21729:
-------------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.CR1)
> Test OpenShiftProjectCacheTest.testConnectionChanged() fails
> ------------------------------------------------------------
>
> Key: JBIDE-21729
> URL: https://issues.jboss.org/browse/JBIDE-21729
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, tests
> Fix For: 4.4.0.Alpha1
>
>
> 0. Connection is preset with one project.
> 1. Test fires project added. OpenShiftProjectCache processes that correctly.
> 2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
> 3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
> 4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
> Solution 1: for this test connection should return empty list of projects.
> Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21729) Test OpenShiftProjectCacheTest.testConnectionChanged() fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21729?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21729:
------------------------------------------
merged into master
> Test OpenShiftProjectCacheTest.testConnectionChanged() fails
> ------------------------------------------------------------
>
> Key: JBIDE-21729
> URL: https://issues.jboss.org/browse/JBIDE-21729
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, tests
> Fix For: 4.4.0.Alpha1
>
>
> 0. Connection is preset with one project.
> 1. Test fires project added. OpenShiftProjectCache processes that correctly.
> 2. Test requests cache.getProjectsFor(conn) - it correctly returns list with the project, but that will happen even if step 1 fails because of loading inside cache.getProjectsFor(conn) the project preset in step 0.
> 3. Test fires removal of project from connection. OpenShiftProjectCache processes that correctly.
> 4. Test requests cache.getProjectsFor(conn) - it incorrectly returns list with the project, though not because of step 3 failure, but by the same reason as in step 2.
> Solution 1: for this test connection should return empty list of projects.
> Solution 2: start with connection that has 2 projects, and before firing events call cache.getProjectsFor(conn) - that will provide the initial loading projects into cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month