From 57fa179fcf618652b3496f3b0420c33093a9947d Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 27 Mar 2013 10:43:41 +0100 Subject: [PATCH] Add 'Dev' section to Gerrit 2.6 release notes Change-Id: Ib01785b259c0e94af493b68d3fe85058ae1be589 Signed-off-by: Edwin Kempin --- Documentation/dev-readme.txt | 1 + ReleaseNotes/ReleaseNotes-2.6.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt index 7bacbbd3cb..12eb1a7c46 100644 --- a/Documentation/dev-readme.txt +++ b/Documentation/dev-readme.txt @@ -130,6 +130,7 @@ using an administrator user account: ---- +[[debug-javascript]] Debugging JavaScript ~~~~~~~~~~~~~~~~~~~~ diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt index c1a95e6063..1a51e13385 100644 --- a/ReleaseNotes/ReleaseNotes-2.6.txt +++ b/ReleaseNotes/ReleaseNotes-2.6.txt @@ -526,6 +526,37 @@ Labels link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/config-labels.html[ projects may define their own labels], with inheritance. +Dev +~~~ + +* link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/dev-readme.html#debug-javascript[ + Support loading debug JavaScript] + +* Gerrit acceptance tests ++ +An infrastructure for testing the Gerrit daemon via REST and/or SSH +protocols has been added. Gerrit daemon is run in the headless mode and +in the same JVM where the tests run. Besides using REST/SSH, the tests +can also access Gerrit server internals to prepare the test environment +and to perform assertions. ++ +A new review site is created for each test and the Gerrit daemon is +started on that site. When the test has finished the Gerrit daemon is +shutdown. + +* Lightweight LDAP server for debugging + +* Add asciidoc checks in the documentation makefile ++ +Exit with error if the asciidoc executable is not available or has +version lower than 8.6.3. ++ +The release script is aborted if asciidoc is missing. + +* Added sublime project files to `.gitignore` + +* Exclude all `pom.xml` files that are archetype resources in `version.sh` + Performance ~~~~~~~~~~~ * Bitmap Optimizations