Commit 4681067b authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '330969-feature-flag-by-default-runner_list_view_vue_ui' into 'master'

Enable runner_list_view_vue_ui by default

See merge request gitlab-org/gitlab!65901
parents 983e8506 f3ef2a32
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/330969 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/330969
milestone: '13.12' milestone: '13.12'
type: development type: development
group: group::runner group: group::runner
default_enabled: false default_enabled: true
...@@ -146,7 +146,7 @@ the GitLab instance. To determine this: ...@@ -146,7 +146,7 @@ the GitLab instance. To determine this:
1. On the left sidebar, select **Overview > Runners**. 1. On the left sidebar, select **Overview > Runners**.
1. Find the runner in the table and view the **IP Address** column. 1. Find the runner in the table and view the **IP Address** column.
![shared runner IP address](img/shared_runner_ip_address.png) ![shared runner IP address](img/shared_runner_ip_address_14_1.png)
### Determine the IP address of a specific runner ### Determine the IP address of a specific runner
......
...@@ -276,21 +276,22 @@ To search runners' descriptions: ...@@ -276,21 +276,22 @@ To search runners' descriptions:
You can also filter runners by status, type, and tag. To filter: You can also filter runners by status, type, and tag. To filter:
1. Click in the **Search or filter results...** field. 1. Click in the **Search or filter results...** field.
1. Select **status:**, **type:**, or **tag:**. 1. Select **Status**, **Type**, or **Tags**.
1. Select or enter your search criteria. 1. Select or enter your search criteria.
![Attributes of a runner, with the **Search or filter results...** field active](img/index_runners_search_or_filter.png) ![Attributes of a runner, with the **Search or filter results...** field active](img/index_runners_search_or_filter_v14_1.png)
For each runner, the following attributes are listed: For each runner, the following attributes are listed:
| Attribute | Description | | Attribute | Description |
|--------------|-------------| |--------------|-------------|
| Type | One or more of the following states: shared, group, specific, locked, or paused | | Type/State | One or more of the following states: shared, group, specific, locked, or paused |
| Runner token | Token used to identify the runner, and which the runner uses to communicate with the GitLab instance | | Runner token | Partial token used to identify the runner, and which the runner uses to communicate with the GitLab instance |
| Description | Description given to the runner when it was created | | Runner ID | Numerical ID of the runner |
| Description | Description given to the runner |
| Version | GitLab Runner version | | Version | GitLab Runner version |
| IP address | IP address of the host on which the runner is registered | | IP address | IP address of the host on which the runner is registered |
| Projects | Projects to which the runner is assigned | | Projects | Number of projects to which the runner is assigned |
| Jobs | Total of jobs run by the runner | | Jobs | Total of jobs run by the runner |
| Tags | Tags associated with the runner | | Tags | Tags associated with the runner |
| Last contact | Timestamp indicating when the runner last contacted the GitLab instance | | Last contact | Timestamp indicating when the runner last contacted the GitLab instance |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment