Commit Graph

7 Commits

Author SHA1 Message Date
Ian Wienand 234ed85a92 Retire repo
Change-Id: I7d68f82c75cbc4dc7e843198593846e19cf88f14
2022-04-05 13:20:00 +10:00
Shawn O. Pearce e86cb93d36 Remove Gerrit 1.x to 2.x import tools
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>
2009-03-27 20:20:10 -07:00
Shawn O. Pearce 3fc4d82bc5 Added documentation on how to import from Gerrit1
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-01-09 13:36:23 -08:00
Shawn O. Pearce d2b73dbcb1 Move documentation into Documentation/ and format with asciidoc
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>
2009-01-09 13:15:18 -08:00
Shawn O. Pearce 3ad45f7d77 Facilitate integration with Google Analytics page tracking
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>
2009-01-07 12:42:38 -08:00
Shawn O. Pearce 7dd1a44389 Document that CreateSchema can be used on the command line during install
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-01-07 08:34:07 -08:00
Shawn O. Pearce 8bc4014b82 Make developer setup and user installation easier
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>
2009-01-06 16:12:13 -08:00