Class: API::DebianProjectPackages

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

Constant Summary collapse

PACKAGE_FILE_REQUIREMENTS =
{
  id: API::NO_SLASH_URL_PART_REGEX,
  distribution: ::Packages::Debian::DISTRIBUTION_REGEX,
  letter: ::Packages::Debian::LETTER_REGEX,
  package_name: API::NO_SLASH_URL_PART_REGEX,
  package_version: API::NO_SLASH_URL_PART_REGEX,
  file_name: API::NO_SLASH_URL_PART_REGEX
}.freeze
FILE_NAME_REQUIREMENTS =
{
  file_name: API::NO_SLASH_URL_PART_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