Skip to content
Snippets Groups Projects

Move Receptive Agents feature to Ultimate

Merged Timo Furrer requested to merge move-receptive-agents-to-ultimate into master
1 unresolved thread
Files
60
@@ -66,16 +66,6 @@ class AgentType < BaseObject
null: true,
description: 'User access config for the cluster agent.'
field :is_receptive,
GraphQL::Types::Boolean,
null: true,
description: 'Whether the cluster agent is receptive or not.'
field :url_configurations,
AgentUrlConfigurationType.connection_type,
null: true,
description: 'URL configurations for the cluster agent in case it is a receptive agent.'
def project
Gitlab::Graphql::Loaders::BatchModelLoader.new(Project, object.project_id).find
end
@@ -83,10 +73,6 @@ def project
def web_path
::Gitlab::Routing.url_helpers.project_cluster_agent_path(object.project, object.name)
end
def url_configurations
[object.agent_url_configuration]
end
end
end
end
Loading