On Wed, Nov 25, 2020 at 12:21 AM Evgheni Dereveanchin
<ederevea(a)redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the following notable
features:
* PolyGerrit UI now used by default (old UI still available)
Nice change, but "Projects" link is still broken and the old UI
is needed.
In the past we got an error message that old ui is needed, now the link
does not do anything except fancy animation.
I found that it is possible to use:
https://gerrit.ovirt.org/#/admin/projects/
It redirects to:
https://gerrit.ovirt.org/admin/repos/
And this is available via Browse > Repositories
So we can just remove "Projects" from the menu.
* Drafts replaced by WIP/private changes (all existing drafts
migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14):
https://www.gerritcodereview.com/2.15.html#release-highlights
https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
git pull fails now:
$ git pull
fatal:
http://gerrit.ovirt.org/p/vdsm.git/info/refs not valid: is this
a git repository?
I found that the project ur was changed:
- url =
http://gerrit.ovirt.org/p/vdsm.git
+ url =
https://gerrit.ovirt.org/vdsm
Changing this in .git/config fixes the issue, but *all* developers with
the old config need to change this, so it can be nice to keep the server
configuration that works with the old config if possible.
Thanks!