Class: SystemCheck::RakeTask::Orphans::NamespaceTask

Inherits:
Object
  • Object
show all
Extended by:
RakeTaskHelpers
Defined in:
lib/system_check/rake_task/orphans/namespace_task.rb

Overview

Used by gitlab:orphans:check_namespaces rake task

Class Method Summary collapse

Methods included from RakeTaskHelpers

checks, name, run!, run_checks!

Methods included from Helpers

#finished_checking, #fix_and_rerun, #for_more_information, #omnibus_gitlab?, #sanitized_message, #see_installation_guide_section, #should_sanitize?, #start_checking, #sudo_gitlab, #try_fixing_it

Methods included from Gitlab::TaskHelpers

#ask_to_continue, #checkout_or_clone_version, #checkout_version, #clone_repo, #get_version, #gid_for, #gitlab_user, #gitlab_user?, #invoke_and_time_task, #os_name, #prompt, #prompt_for_password, #repository_storage_paths_args, #run_and_match, #run_command, #run_command!, #uid_for, #user_home, #warn_user_is_not_gitlab

Class Method Details

.checksObject



14
15
16
# File 'lib/system_check/rake_task/orphans/namespace_task.rb', line 14

def self.checks
  [SystemCheck::Orphans::NamespaceCheck]
end

.nameObject



10
11
12
# File 'lib/system_check/rake_task/orphans/namespace_task.rb', line 10

def self.name
  'Orphans'
end