Add 'Dev' section to Gerrit 2.6 release notes

Change-Id: Ib01785b259c0e94af493b68d3fe85058ae1be589
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2013-03-27 10:43:41 +01:00 committed by Gerrit Code Review
parent 861d4e1b20
commit 57fa179fcf
2 changed files with 32 additions and 0 deletions

View File

@ -130,6 +130,7 @@ using an administrator user account:
----
[[debug-javascript]]
Debugging JavaScript
~~~~~~~~~~~~~~~~~~~~

View File

@ -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