]
Andre Dietisheim commented on JBIDE-10541:
------------------------------------------
if you now tell the server adapter to publish, it'll check the pending changes and
list them in a dialog. You may then stage the ones you want to push and provide a commit
message:
!commit-and-push-dialog.png!
Server adapter: If I add a file to my project, it wont get pushed to
OpenShift. 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
Labels: new_and_noteworthy, server_adapter
Fix For: 4.2.0.Beta3
Attachments: commit-and-push-dialog.png, committed-changes-to-publish.png,
publish-commit-dialog.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.