Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/New and Noteworthy/4.11"

(Bug Fixes)
m (fix hyperlink)
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
= EGit =
 
= EGit =
 
==Usability==
 
==Usability==
* Delete Repository dialog: use "Delete" instead of "OK" for button (bug 531328)
+
* {{bug|531328}}: Delete Repository dialog: use "Delete" instead of "OK" for button
* Use "Close" instead of "Ok" on the confirmation button of FetchResultDialog (bug 531431)
+
* {{bug|531431}}: Use "Close" instead of "Ok" on the confirmation button of FetchResultDialog
* Discard Local Changes should use verbs if triggered from Staging View (bug 531264)
+
* {{bug|531264}}: Discard Local Changes should use verbs if triggered from Staging View
* Include local branch name in branch proposals of push branch wizard (bug 530685)
+
* {{bug|530685}}: Include local branch name in branch proposals of push branch wizard  
* Asynchronous content proposals for upstream refs in PushBranchPage (bug 530685)
+
* {{bug|530685}}: Asynchronous content proposals for upstream refs in PushBranchPage
 
* Make the PushWizardDialog a NonBlockingWizardDialog
 
* Make the PushWizardDialog a NonBlockingWizardDialog
* Remove extra progress popup in PushBranchWizard (bug 530757)
+
* {{bug|530757}}: Remove extra progress popup in PushBranchWizard
* Provide option to copy file names in staging view to clipboard (bug 510945)
+
* {{bug|510945}}: Provide option to copy file names in staging view to clipboard
* Select "ssh" protocol also for git-style URLs without scheme (bug 530625)
+
* {{bug|530625}}: Select "ssh" protocol also for git-style URLs without scheme
 
* Avoid internal job being displayed in progress view
 
* Avoid internal job being displayed in progress view
  
 
==Performance Improvements==
 
==Performance Improvements==
* Speed up getting the last commit that changed a file (bug 531948)
+
* {{bug|531948}}: Speed up getting the last commit that changed a file  
  
 
==Bug Fixes==
 
==Bug Fixes==
 
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&list_id=10006180&order=Importance&product=EGit&query_format=advanced&target_milestone=4.11  15 Bugs and 2 enhancement requests] were closed
 
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&list_id=10006180&order=Importance&product=EGit&query_format=advanced&target_milestone=4.11  15 Bugs and 2 enhancement requests] were closed
  
* Fix CSS for dark theme (bug 531527)
+
* {{bug|531527}}: Fix CSS for dark theme
* Prevent NPE in RefContentProposal.appendObjectSummary (bug 530704)
+
* {{bug|530704}}: Prevent NPE in RefContentProposal.appendObjectSummary  
 
* Prevent MissingObjectException being logged in ref content proposal
 
* Prevent MissingObjectException being logged in ref content proposal
* Fix focus handling in GitHistoryPage (bug 503198)
+
* {{bug|503198}}: Fix focus handling in GitHistoryPage  
* Fix wrongly used IExtension.getNamespaceIdentifier (bug 530412)
+
* {{bug|530412}}: Fix wrongly used IExtension.getNamespaceIdentifier  
* Fix non-modal PushResultDialog (bug 521176)
+
* {{bug|521176}}: Fix non-modal PushResultDialog  
* More appealing layout on git project property page (bug 529950)
+
* {{bug|529950}}: More appealing layout on git project property page  
  
 
== Build and Release Engineering==
 
== Build and Release Engineering==

Revision as of 12:14, 2 May 2018

EGit

Usability

  • bug 531328: Delete Repository dialog: use "Delete" instead of "OK" for button
  • bug 531431: Use "Close" instead of "Ok" on the confirmation button of FetchResultDialog
  • bug 531264: Discard Local Changes should use verbs if triggered from Staging View
  • bug 530685: Include local branch name in branch proposals of push branch wizard
  • bug 530685: Asynchronous content proposals for upstream refs in PushBranchPage
  • Make the PushWizardDialog a NonBlockingWizardDialog
  • bug 530757: Remove extra progress popup in PushBranchWizard
  • bug 510945: Provide option to copy file names in staging view to clipboard
  • bug 530625: Select "ssh" protocol also for git-style URLs without scheme
  • Avoid internal job being displayed in progress view

Performance Improvements

  • bug 531948: Speed up getting the last commit that changed a file

Bug Fixes

15 Bugs and 2 enhancement requests were closed

  • bug 531527: Fix CSS for dark theme
  • bug 530704: Prevent NPE in RefContentProposal.appendObjectSummary
  • Prevent MissingObjectException being logged in ref content proposal
  • bug 503198: Fix focus handling in GitHistoryPage
  • bug 530412: Fix wrongly used IExtension.getNamespaceIdentifier
  • bug 521176: Fix non-modal PushResultDialog
  • bug 529950: More appealing layout on git project property page

Build and Release Engineering

  • Update orbit to S20180302171354 (photon) and R20180206163158 (oxygen)
  • Update tycho to 1.1.0
  • Upgrade gson to version 2.8.2 (used by JGit)
  • Upgrade commons-compress to 1.15 (used by JGit)
  • Add com.jcraft.jzlib 1.1.1 (CQ 15293, bug 529129)
  • Update API baselines in Oomph setup

Contributors

The following 7 developers worked on this release:

Andrey Loskutov, Fabian Pfaff, Jonas Hungershausen, Lars Vogel, Matthias Sohn, Michael Keppler, Thomas Wolf

Back to the top