Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list_item_shared.fragment.graphql « list « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a12ba7a751a81c8926324b7d15f1df0a43b51af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
fragment ListItemShared on CiRunner {
  id
  description
  runnerType
  shortSha
  version
  ipAddress
  active
  locked
  jobCount
  tagList
  createdAt
  contactedAt
  status(legacyMode: null)
  userPermissions {
    updateRunner
    deleteRunner
  }
}