Allow to propagate private-by-defaut configuration value. It also avoids
unnecessary requests, when invoked from the change view, because the
project configuration was already retrieved and can be just re-used.
Bug: Issue 8601
Change-Id: I5cdb3f0e12c53bf656653b0821c94317ba7fbb2d
Re-use create-change-dialog to create follow-up change in change
screen. There are two enhancements to the create change dialog:
branch section can be hidden and base change can be passed in.
In addition the REST API is extended to accept base change id.
Feature: Issue 8213
Change-Id: Ib39f73e6b88513ed12bba42405b6320d33f16f87
This also includes backwards compatibility with the old /projects/ url.
This only renames it for the admin interface. It does not rename it for
changes or anything else.
Bug: Issue 7754
Change-Id: Ia31d3f26871556729fb3c5b5b28ceca12da1ec7c
Since change I6fea9f8d55c7a38ac293057681874e9b480341ed,
it has added support for per project private config instead of doing
it globally.
Change-Id: I72767ae5be0344d5275da1c41253f3284978c10a
* This adds a new page called Project Command accessed by navigating to
<url>/projects/<project>,commands
* This supports creating a change through the new dialog (though note
you can't edit any files, will have to switch to gwtui to do that)
* Supports creating the change as a private and wip or one or the other.
* Supports the Run GC button allowing you to run gc on projects.
Feature: Issue 5232
Change-Id: Ibd3507c0fdb84303c8a978e3ea87f251582b13e8