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"

(EGit Features)
m (Formatting)
Line 12: Line 12:
  
 
* Allow user to configure decoration of ignored resources
 
* Allow user to configure decoration of ignored resources
* Ask whether to remove/delete repository when pressing delete in repositories view.
+
* Ask whether to remove/delete repository when pressing delete in repositories view
 
* Make "Delete Repository..." in Repositories View more explicit
 
* Make "Delete Repository..." in Repositories View more explicit
  
Line 33: Line 33:
  
 
==Staging View==
 
==Staging View==
* Move commit-related buttons to "Commit Message" section of Staging View.
+
* Move commit-related buttons to "Commit Message" section of Staging View
 
* Add file filtering to the Staging View toolbar
 
* Add file filtering to the Staging View toolbar
  
Line 47: Line 47:
  
 
= GitHub Connector Features =
 
= GitHub Connector Features =
- no new features in this release
+
No new features in this release.
  
 
= Performance Improvements =
 
= Performance Improvements =

Revision as of 15:35, 26 September 2013

EGit

Features

  • Allow incremental project set import
  • Support Mylyn links in History View, Staging View and Commit Dialog

Hyperlink-staging-egit-3.1.png

  • History View now follows renames by default
  • Add option for --no-commit in merge dialog

Merge-options-egit-3.1.png

  • 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

Delete-repository-egit-3.1.png

  • 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

Gerrit-repoview-egit-3.1.png

  • Offer to create local branch when attempting to check out remote-tracking branch

Checkout-remotetracking-egit-3.1.png

  • 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

Staging-filter-egit-3.1.png

  • Add presentation options (list, tree, compact tree) to Staging View

Staging-presentation-options-egit-3.1.png

  • Show rebase buttons if rebase is in progress

Staging-rebase-egit-3.1.png

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