Its been almost 2 full months since the first release of Gerrit 2.x.
Any administrator still running Gerrit 1.x on Google App Engine must
have converted by now to Gerrit2, and if they haven't, they really
need to consider doing it as soon as possible, as the upgrade path
is already very painful due to schema changes in Gerrit 2.x.
Signed-off-by: Shawn O. Pearce <sop@google.com>
The Makefile produces simple HTML files from the input,
by passing everything through the asciidoc tool chain.
Signed-off-by: Shawn O. Pearce <sop@google.com>
Gerrit can now be asked to give other JavaScript code a chance to
execute when it switches screens. This lets tools like Analytics
track how a user navigates through a site. Its entirely optional
and must be installed into the GerritSiteFooter.html if the site
operator wants this sort of functionality.
The callback is completely generic, so other tools can be used if
Google Analytics isn't the preferred choice of the site admin.
Signed-off-by: Shawn O. Pearce <sop@google.com>
The devdb project is now controlled by Maven, allowing Maven to
fetch the driver down and include it on our classpath. This way
we save some steps in the install document. Our mina_sshd fork
is also included in the appdist Maven project, ensuring it gets
built with the rest of Gerrit.
Signed-off-by: Shawn O. Pearce <sop@google.com>