Class: API::GoProxy

Inherits:
Base
  • Object
show all
Defined in:
lib/api/go_proxy.rb

Constant Summary collapse

GO_PROXY_TAGS =
%w[go_proxy].freeze
MODULE_VERSION_REGEX =

basic semver, except case encoded (A => !a)

/v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-([-.!a-z0-9]+))?(?:\+([-.!a-z0-9]+))?/
MODULE_VERSION_REQUIREMENTS =
{ module_version: MODULE_VERSION_REGEX }.freeze

Constants included from Gitlab::EndpointAttributes

Gitlab::EndpointAttributes::DEFAULT_URGENCY

Method Summary

Methods inherited from Base

endpoint_id_for_route, feature_category_for_app, path_for_app, route, urgency_for_app