=_('Email from GitLab - email users right from the Admin Area. %{link_start}Learn more%{link_end}.').html_safe%{link_start: email_from_gitlab_link,link_end: link_end}
%li
=_('Limit project size at a global, group and project level. %{link_start}Learn more%{link_end}.').html_safe%{link_start: repo_size_limit_link,link_end: link_end}
%li
=_('Restrict group access by IP address. %{link_start}Learn more%{link_end}.').html_safe%{link_start: restrict_ip_link,link_end: link_end}
@@ -5180,6 +5180,7 @@ The edge type for [`CiRunner`](#cirunner).
| ---- | ---- | ----------- |
| <aid="cirunneredgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="cirunneredgenode"></a>`node` | [`CiRunner`](#cirunner) | The item at the end of the edge. |
| <aid="cirunneredgeweburl"></a>`webUrl` | [`String`](#string) | Web URL of the runner. The value depends on where you put this field in the query. You can use it for projects or groups. |
#### `CiStageConnection`
...
...
@@ -8399,6 +8400,7 @@ Represents the total number of issues and their weights for a particular day.
| ---- | ---- | ----------- |
| <aid="cirunneraccesslevel"></a>`accessLevel` | [`CiRunnerAccessLevel!`](#cirunneraccesslevel) | Access level of the runner. |
| <aid="cirunneractive"></a>`active` | [`Boolean!`](#boolean) | Indicates the runner is allowed to receive jobs. |
| <aid="cirunneradminurl"></a>`adminUrl` | [`String`](#string) | Admin URL of the runner. Only available for adminstrators. |
| <aid="cirunnercontactedat"></a>`contactedAt` | [`Time`](#time) | Last contact from the runner. |
| <aid="cirunnerdescription"></a>`description` | [`String`](#string) | Description of the runner. |
| <aid="cirunnerid"></a>`id` | [`CiRunnerID!`](#cirunnerid) | ID of the runner. |