[JBoss JIRA] (JBIDE-10541) If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10541?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10541:
-------------------------------------
Steps to Reproduce:
# EXEC: launch OpenShift Application wizard
# EXEC: create a new application and have it imported to your workspace
# EXEC: After the import the adapter will tell you that there are local commits that you may want to publish to OpenShift. Tell it to do so
!!committed-changes-to-publish.png!
# ASSERT: if you use the server adapter to publish, it'll tell you that tere are no changes
# EXEC: add a new file to your OpenShift enabled project
# EXEC: tell the OpenShift server adapter to publish
Result:
The adapter tells you that you dont have any changes to push
Expected:
The adapter should notice the new file, that was not added to the git index yet, and add & commit before publishing
was:
# EXEC: launch OpenShift Application wizard
# EXEC: provide valid credentials
# EXEC: create a new application and have it imported to your workspace
# EXEC: when the import process tells you that there are local commits to be pushed, tell it *Yes*
# EXEC: add a new file to your OpenShift enabled project
# EXEC: tell the OpenShift server adapter to publish
Result:
The adapter tells you that you dont have any changes to push
Expected:
The adapter should notice the new file, that was not added to the git index yet, and add & commit before publishing
> If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-10541
> URL: https://issues.jboss.org/browse/JBIDE-10541
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
> Attachments: committed-changes-to-publish.png
>
>
> Currently the dialog showing up when committing/pushing is confusing since it says there are no changes which is not correct if comparing to opehsfnit remote repo.
> Should make a check against the fetched upstream and see what has changed since that is a fast local operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-14922) There is no problem icon on the file with problems in Package/Project explorer
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14922?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-14922:
-----------------------------------------
I suppose that this is UpStream issue, a result of [Bug 224571|https://bugs.eclipse.org/bugs/show_bug.cgi?id=224571] - [Decorators] Missing problem markers on IFile in Package Explorer.
Issue is not reproducible for me neither while using JBDS 7.0.0Beta2, nor while Eclipse 4.3 (Release) + WTP 3.5 (Release).
> There is no problem icon on the file with problems in Package/Project explorer
> ------------------------------------------------------------------------------
>
> Key: JBIDE-14922
> URL: https://issues.jboss.org/browse/JBIDE-14922
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Beta2
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Minor
> Fix For: 4.1.1.Final
>
> Attachments: scr.png
>
>
> If there is a validation problem in some xml or xhtml file I can see a problem marker in Problems view. Also I see a problem icon on the parent folder of the file but there is no problem icon on the file.
> We need to investigate it and report in bugzilla if it's a pure upstream issue or fix the issue if it's a JBT bug.
> !scr.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-10512) Delete server and disconnect GIT when deleting OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10512?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10512:
-------------------------------------
Description:
# EXEC: create a new OpenShift Application and import it to your workspace (have the server adapter created)
# EXEC: in the OpenShift Explorer: deletel the application
Result:
The server adapter and the project (with git repository) are still there. We should delete the server adapter and remove the remote from the git repository of the project
was:Once the application is deleted using openshift wizard, there is no need to keep the server and git connection information.
> Delete server and disconnect GIT when deleting OpenShift application
> --------------------------------------------------------------------
>
> Key: JBIDE-10512
> URL: https://issues.jboss.org/browse/JBIDE-10512
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Lucia Jelinkova
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.x
>
>
> # EXEC: create a new OpenShift Application and import it to your workspace (have the server adapter created)
> # EXEC: in the OpenShift Explorer: deletel the application
> Result:
> The server adapter and the project (with git repository) are still there. We should delete the server adapter and remove the remote from the git repository of the project
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-9924) Cloning an app with invalid pom results no project imported to your workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9924?page=com.atlassian.jira.plugin... ]
Andre Dietisheim updated JBIDE-9924:
------------------------------------
Steps to Reproduce:
1) EXECUTE: create a new jbossas-7.0 (cartridge/type) application on OpenShift
2) EXECUTE: import the project to the local workspace
3) EXECUTE: change the pom to get invalid (ex. add a 2nd <profiles> tag)
4) EXECUTE: commit and push upstream (using EGit or server adapter)
5) EXECUTE: remove your local git clone and the proj from your workspace
6) EXECUTE: remove the server adapter for your project
6) EXECUTE: import your project again using the OpenShift Express wizard
Result:
You end up having the git clone, but no project is imported to your workspace (the maven import fails since the pom is invalid)
Expected:
You end up having a general project in your workspace. The import informs you that the maven project could not be imported since the pom was invalid. It also tells you that the project is imported as "general project" instead.
was:
1) EXECUTE: create a new jbossas-7.0 (cartridge/type) application on OpenShift
2) EXECUTE: import the project to the local workspace
3) EXECUTE: add a 2nd <profiles> tag so that your pom gets invalid
4) EXECUTE: commit and push upstream (using Egit)
5) EXECUTE: remove your local git clone and the proj from your workspace
6) EXECUTE: import your project again using the OpenShift Express wizard
Result:
You end up having the git clone, the server adapter, but no project imported to your workspace (the maven import fails since the pom is invalid)
Expected:
You end up having a general project in your workspace. The import informs you that the maven project could not be imported since the pom was invalid. It also tells you that the project is imported as "general project" instead.
> Cloning an app with invalid pom results no project imported to your workspace
> -----------------------------------------------------------------------------
>
> Key: JBIDE-9924
> URL: https://issues.jboss.org/browse/JBIDE-9924
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.M4
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.x
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months