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 "EGerrit/New and Noteworthy/1.1"

 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
==Dashboard==
 
==Dashboard==
* Add context menu to perform the most common operations (submit, download, rebase, ...) against the most recent patchset. [[File:ContextMenuInDashboard.png]]
+
* Add context menu to perform the most common operations (submit, download, rebase, ...) against the most recent patchset.  
* Completion for gerrit queries in the search area
+
[[File:ContextMenuInDashboard.png]]
 +
* Completion for gerrit queries in the search area  
 +
[[File:SearchCompletion.png]]
  
 
==Editor==
 
==Editor==
Line 16: Line 18:
  
 
==Compare editor==
 
==Compare editor==
* Allow for comparison of binaries (and images)
+
* Allow for comparison of binaries (and images)  
* Display successive comments with on a different background color
+
[[File:CompareImages.png]]
* Add a button to open the review editor from the compare editor
+
* Display successive comments with on a different background color  
 +
[[File:MultipleCommenters.png]]
 +
* Add a button to open the review editor from the compare editor  
 
* Add a button to go to the Next comment in the right editor
 
* Add a button to go to the Next comment in the right editor
 
* Add context menu in files list
 
* Add context menu in files list

Latest revision as of 13:42, 27 September 2016

EGerrit 1.1 has been released as part of Neon.1 in September 2016. You can either obtain it from the Neon release repository, from the Eclipse MarketPlace https://marketplace.eclipse.org/content/egerrit or from http://download.eclipse.org/egerrit/updates/release. The exact build number of this release is 1.1.0.657.

Features

General

  • Add keybindings and accelerators
  • Honor proxy settings of Eclipse
  • Checkout logic now searches for existing branches using the commit id and the change id improving the logic to find an existing branch

Dashboard

  • Add context menu to perform the most common operations (submit, download, rebase, ...) against the most recent patchset.
ContextMenuInDashboard.png
  • Completion for gerrit queries in the search area
SearchCompletion.png

Editor

  • Allow multiselect files in the files list
  • Completion in cherry-pick dialog

Compare editor

  • Allow for comparison of binaries (and images)
CompareImages.png
  • Display successive comments with on a different background color
MultipleCommenters.png
  • Add a button to open the review editor from the compare editor
  • Add a button to go to the Next comment in the right editor
  • Add context menu in files list

Some of the bugs fixed

  • Proper UTF-8 support
  • Fix order of "related changes" table
  • Reply dialog wraps text
  • Improve review deletion
  • Draft comment still shows as draft after replying to review
  • Unable to add a new server with anonymous user (detail)
  • Fix problem when review is draft patchset

Back to the top