Files
gerrit/java/com
Patrick Hiesel dc8f96a069 Make project state check in UPDATE explicit
The majority of code in {Project,Ref,Change}Control is now about
permissions, but not all. Exceptions include checks for a project's
state. This is confusing, because users are presented with an exception
telling them that they lack some kind of permission while the real
reason for the failed operation is that the project's current state
doesn't permit the operation.

This is part of a series of commits to remove all project state checks
from *Control classes and make explicit checks instead.

Change-Id: Ie50735695b0eaefc0ba3d6508504b05daefebc7e
2018-01-12 10:10:39 +00:00
..