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"

(General)
(Dashboard)
Line 14: Line 14:
 
==Dashboard==
 
==Dashboard==
 
The dashboard shows all votes. Menus have been updated to allow users to vote.
 
The dashboard shows all votes. Menus have been updated to allow users to vote.
 +
 +
[[File:DashboardDynamicColumnsLabels.png]]
  
 
==Editor==
 
==Editor==

Revision as of 14:15, 25 May 2017

Features

General

When you checkout the last patch-set version of a commit, if you already have downloaded a previous version and the code has a perfect match with the new version you try to download, EGerrit will propose to modify the branch with the latest version. Ex: you have the branch "change/<review-id>/<ps#2>" and you try to checkout patch-set 3, if the code on the previous checkout of this commit is matching the new code, EGerrit will propose to rename your branch to "change/<review-id>/ps#3".

The end-user can rename the checkout branch when using the default naming.

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.

DashboardDynamicColumnsLabels.png

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