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.3"

(GitHub Connector Features)
(Bug Fixes)
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<span style="color:#FFFFFF; background:#FF69B4"> THIS IS A DRAFT, 3.3 is planned to be released on Feb 28 </span>
 
 
 
= EGit =
 
= EGit =
 
== Features ==
 
== Features ==
* Squash commits from history view
+
* Add ability to squash commits directly from the History view.
 +
* Add a config option for the default source ref when branching
 +
* UI support for pruned references in fetch results
 +
* Allow to create configuration entries containing dots
 +
* Can perform Git operations on symbolic link (Note that the Eclipse UI does not yet know how to create or change a symbolic link).
  
 
==Usability Improvements==
 
==Usability Improvements==
* Option to shorten long ref names at start
+
* Option to shorten long ref names at start in History view
* Allow to configure upstream in Push Branch wizard
+
* Allow to force push in Push Branch wizard
 +
* Pre-select existing upstream configuration in Push Branch wizard
 +
* Only show scroll bars of text fields when necessary
 +
* Case insensitive order in branch selection dialogs
 +
* Prompt if there are unsaved files on stash
 +
* Strip "git clone" from pasted clone command
 +
* Show author and committer info for commits in Interactive Rebase view
 +
* Show rebase result status text in red for all failure states
 +
* Make clean command available on projects under Team > Advanced
 +
* In 'Search Git Repositories' wizard resolve variables in repository path
  
 
== Performance Improvements ==
 
== Performance Improvements ==
* several patches to improve performance of staging view with a large set of dirty files
+
* In EGit operations that change resources, only process resource change events at the end (not during the operation). This should improve performance for switching branches, replacing files, merging, rebasing and others.
* fixed refresh loop in history view
+
* Several patches to improve performance of Git Staging view with a large set of dirty files
 +
* Fixed refresh loop in History view
  
 
= GitHub Connector =
 
= GitHub Connector =
* Remove duplicate URL encoding of repository search query
+
* Fix duplicate URL encoding of repository search query
  
 
= Build and Release Engineering=
 
= Build and Release Engineering=
* TBD
+
* Update Kepler target platform to use Kepler SR2 orbit R-build
 +
* Update Luna target platform to use Luna M5 orbit repository
  
 
= Bug Fixes =
 
= Bug Fixes =
  
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2014-02-28&chfield=resolution&query_format=advanced&chfieldfrom=2013-12-18&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit ?? Bugs and ?? enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2014-02-28&chfield=resolution&query_format=advanced&chfieldfrom=2013-12-18&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit 33 Bugs and 4 enhancement requests] were closed
  
 
= Contributors =
 
= Contributors =
The following ?? developers worked on this release:
+
The following 11 developers worked on this release:
 +
 
 +
Ben Hammen, Gerd Zanker, Jan Koops, Konrad Kügler, Maik Schreiber, Matthias Sohn, Michael Keppler, Robin Stocker, Robin Rosenberg, Sascha Vogt, Stefan Lay, Tomasz Zarna

Revision as of 18:33, 2 March 2014

EGit

Features

  • Add ability to squash commits directly from the History view.
  • Add a config option for the default source ref when branching
  • UI support for pruned references in fetch results
  • Allow to create configuration entries containing dots
  • Can perform Git operations on symbolic link (Note that the Eclipse UI does not yet know how to create or change a symbolic link).

Usability Improvements

  • Option to shorten long ref names at start in History view
  • Allow to force push in Push Branch wizard
  • Pre-select existing upstream configuration in Push Branch wizard
  • Only show scroll bars of text fields when necessary
  • Case insensitive order in branch selection dialogs
  • Prompt if there are unsaved files on stash
  • Strip "git clone" from pasted clone command
  • Show author and committer info for commits in Interactive Rebase view
  • Show rebase result status text in red for all failure states
  • Make clean command available on projects under Team > Advanced
  • In 'Search Git Repositories' wizard resolve variables in repository path

Performance Improvements

  • In EGit operations that change resources, only process resource change events at the end (not during the operation). This should improve performance for switching branches, replacing files, merging, rebasing and others.
  • Several patches to improve performance of Git Staging view with a large set of dirty files
  • Fixed refresh loop in History view

GitHub Connector

  • Fix duplicate URL encoding of repository search query

Build and Release Engineering

  • Update Kepler target platform to use Kepler SR2 orbit R-build
  • Update Luna target platform to use Luna M5 orbit repository

Bug Fixes

33 Bugs and 4 enhancement requests were closed

Contributors

The following 11 developers worked on this release:

Ben Hammen, Gerd Zanker, Jan Koops, Konrad Kügler, Maik Schreiber, Matthias Sohn, Michael Keppler, Robin Stocker, Robin Rosenberg, Sascha Vogt, Stefan Lay, Tomasz Zarna

Back to the top