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

(Bug fixes)
(Local automatic rebase)
Line 2: Line 2:
 
==General==
 
==General==
 
=== Local automatic rebase ===
 
=== Local automatic rebase ===
 +
This feature allow the end-user to rebase the current version of the software to the master remote branch  and create a new  patch-set or to rebase locally. The last feature, the user will have to push it to the remote server when done.
 +
 
[[File:AutorebaseDialog.png]]
 
[[File:AutorebaseDialog.png]]
  

Revision as of 14:00, 10 April 2017

Features

General

Local automatic rebase

This feature allow the end-user to rebase the current version of the software to the master remote branch and create a new patch-set or to rebase locally. The last feature, the user will have to push it to the remote server when done.

AutorebaseDialog.png

Detection of votes

EGerrit is now able to detect the different votes available for a given review and present those in the dashboard and in the editor.

Dashboard

The dashboard shows all votes. Menus have been updated to allow users to vote.

Editor

Period refresh of the opened reviews (every minute) The editor reply button shows all the possible votes

Compare Editor

Performance improvement to navigate from one file to the next.

Bug fixes

Improve detection of git repositories associated to EGerrit

Back to the top