In ProjectAccessScreen add link to history of project.config in gitweb
Looking at the access rights of a project, a project owner might be
interested to understand why a certain access right was set as it is.
Since the access rights are now persisted as a file inside the git
repository (project.config in the refs/meta/config branch), looking at
the history of this file and the corresponding commits might help to
understand the current access rights. If the user is allowed to see
the refs/meta/config branch this change adds a link to the history of
the project.config file in gitweb to the ProjectAccessScreen, so that
it can be accessed by a single click.
Change-Id: Id1f30d1cb537c1e34c1a3e8d8420098b727b9076
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
6 files changed