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/3.1"

(Bug Fixes)
Line 1: Line 1:
 
= EGit Features =
 
= EGit Features =
 +
* Allow incremental project set import
 +
* Support Mylyn links in History View, Staging View and Commit Dialog
 +
* History View now follows renames by default
 +
* Add option for --no-commit in merge dialog
 +
* Allow user to configure decoration of ignored resources
 +
* Ask whether to remove/delete repository when pressing delete in repositories view.
 +
* Make "Delete Repository..." in Repositories View more explicit
 +
* Only show Gerrit menu entries when Gerrit is configured for a repository
 +
* Cleanup ordering of git menus
 +
* Improve usability of "Create New Tag" dialog
 +
* Enable restrained synchronization
 +
* Use the same code for all comparison actions, making sure that a comparison launches a synchronization instead when there is more than a single resource to compare (either when the user selected more than one resource or when the selected resource is part of a larger logical model).
 +
* Show Gerrit icon in Repositories View for repositories configured for Gerrit
 +
* Offer to create local branch when attempting to check out remote-tracking branch
 +
* Include annotated tags with "Show All Branches and Tags" in History View
 +
 +
==Staging View==
 +
* Move commit-related buttons to "Commit Message" section of Staging View.
 +
* Add file filtering to the Staging View toolbar
 +
* Add presentation options (list, tree, compact tree) to Staging View
 +
* Show rebase buttons if rebase is in progress
  
 
= GitHub Connector Features =
 
= GitHub Connector Features =
 +
- no new features in this release
  
 
= Performance Improvements =
 
= Performance Improvements =
 +
* Auto share multiple projects in single job
 +
* Fix inefficient implementation of GitScopeOperation
 +
* Improve performance of hyperlink detection in History View
 +
 +
= Build and Release Engineering=
 +
* Update build to use Tycho 0.18
 +
* Update target platform to use Jetty 7.6.11
 +
* Update to Orbit Kepler SR1 release R20130827064939
 +
* Update build to use CBI jarsigner plugin
  
 
= Bug Fixes =
 
= Bug Fixes =
  
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-10-02&chfield=resolution&query_format=advanced&chfieldfrom=2013-06-27&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit XXX Bugs and XXX enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-10-02&chfield=resolution&query_format=advanced&chfieldfrom=2013-06-27&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit 48 Bugs and 6 enhancement requests] were closed
 
+
= API changes =
+
  
 
= Contributors =
 
= Contributors =
The following ? developers worked on this release:
+
The following 10 developers worked on this release:
TBD
+
 
 +
Andrew Gvozdev, Christian Georgi, Laurent Goubet, Marc-Andre Laperle, Matthias Sohn, Mikaël Barbero, Robin Rosenberg, Robin Stocker, Stephen Elsemore, Tomasz Zarna

Revision as of 10:41, 24 September 2013

EGit Features

  • Allow incremental project set import
  • Support Mylyn links in History View, Staging View and Commit Dialog
  • History View now follows renames by default
  • Add option for --no-commit in merge dialog
  • Allow user to configure decoration of ignored resources
  • Ask whether to remove/delete repository when pressing delete in repositories view.
  • Make "Delete Repository..." in Repositories View more explicit
  • Only show Gerrit menu entries when Gerrit is configured for a repository
  • Cleanup ordering of git menus
  • Improve usability of "Create New Tag" dialog
  • Enable restrained synchronization
  • Use the same code for all comparison actions, making sure that a comparison launches a synchronization instead when there is more than a single resource to compare (either when the user selected more than one resource or when the selected resource is part of a larger logical model).
  • Show Gerrit icon in Repositories View for repositories configured for Gerrit
  • Offer to create local branch when attempting to check out remote-tracking branch
  • Include annotated tags with "Show All Branches and Tags" in History View

Staging View

  • Move commit-related buttons to "Commit Message" section of Staging View.
  • Add file filtering to the Staging View toolbar
  • Add presentation options (list, tree, compact tree) to Staging View
  • Show rebase buttons if rebase is in progress

GitHub Connector Features

- no new features in this release

Performance Improvements

  • Auto share multiple projects in single job
  • Fix inefficient implementation of GitScopeOperation
  • Improve performance of hyperlink detection in History View

Build and Release Engineering

  • Update build to use Tycho 0.18
  • Update target platform to use Jetty 7.6.11
  • Update to Orbit Kepler SR1 release R20130827064939
  • Update build to use CBI jarsigner plugin

Bug Fixes

48 Bugs and 6 enhancement requests were closed

Contributors

The following 10 developers worked on this release:

Andrew Gvozdev, Christian Georgi, Laurent Goubet, Marc-Andre Laperle, Matthias Sohn, Mikaël Barbero, Robin Rosenberg, Robin Stocker, Stephen Elsemore, Tomasz Zarna

Back to the top