Skip to content
Snippets Groups Projects

Admin runner filtering by version

Merged Markus Ferrell requested to merge markus.ferrell/gitlab:admin_runner_sorting into master
All threads resolved!
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -43,7 +43,9 @@ class RunnersResolver < BaseResolver
argument :version_prefix, GraphQL::Types::String,
required: false,
description: 'Filter runners by version. Matches results that start with the search term.'
description: "Filter runners by version. Runners that contain runner managers with the version at
the start of the search term are returned. For example, the search term '14.' returns
runner managers with versions '14.11.1' and '14.2.3'."
def resolve_with_lookahead(**args)
apply_lookahead(
Loading