Class: Deployinator::Views::Maintenance

Inherits:
Layout show all
Defined in:
lib/deployinator/views/maintenance.rb

Constant Summary

Constants included from Helpers::StackTailHelpers

Helpers::StackTailHelpers::STACK_TAIL_VERSION

Constants included from Helpers

Helpers::RUN_LOG_PATH

Instance Attribute Summary

Attributes included from Helpers::PluginHelpers

#plugins

Instance Method Summary collapse

Methods inherited from Layout

#additional_bottom_body_html, #additional_top_body_html, #disabled_override, partial, #set_stack, #tailer_loading_message

Methods included from Helpers::GitHelpers

#build_git_cmd, #get_git_head_rev, #git_bump_version, #git_checkout_path, #git_clone, #git_filter_shas, #git_freshen_clone, #git_freshen_or_clone, #git_head_rev, #git_info_for_stack, #git_show_changed_files, #git_url, #github_list_committers, #is_git_repo, #use_github_diff, #which_github_host

Methods included from Helpers::StackTailHelpers

get_stack_tail_version, #stack_tail_version, #stack_tail_websocket_port

Methods included from Helpers::VersionHelpers

curl_get_url, get_build, get_version, get_version_by_url

Methods included from Helpers

#announce, #average_duration, #can_remove_stack_lock?, #clean, #deploy_host?, #dev_context?, #diff, #diff_url, #environments, #get_deploy_target_status, #get_from_cache, #get_log, #get_run_logs, #get_stack_select, #head_build, #http_host, #hyperlink, #init, #is_admin?, #link_stack_logfile, #lock_pushes, #log, #log_and_shout, #log_and_stream, #log_entries, #log_error, #log_string_to_file, #move_stack_logfile, #nice_time, #nicify_env, #not_dev?, #now, #push_lock_info, #push_lock_path, #pushes_locked?, #run_cmd, #run_cmd_with_retries, #run_log_path, #run_log_url, #runlog_filename, #runlog_thread_filename, #send_email, #stack, #strip_ws_to_nil, #timing_log, #unlock_pushes, #with_timeout, #write_file, #write_to_cache

Methods included from Helpers::PluginHelpers

#notify_plugins, #raise_event, #register_plugins

Methods included from Helpers::ViewHelpers

#allowed_to_push_to_prod?, #groups, #log_lines, #log_to_hash, #logout_url, #my_entries, #my_url, #username

Instance Method Details

#additional_header_htmlObject



4
5
6
7
8
9
# File 'lib/deployinator/views/maintenance.rb', line 4

def additional_header_html
  "    \#{super}\n    <link rel=\"stylesheet\" href=\"/css/maintenance.css\" type=\"text/css\" media=\"screen\">\n  EOS\nend\n"

#maintenance_contactObject



11
12
13
# File 'lib/deployinator/views/maintenance.rb', line 11

def maintenance_contact
  Deployinator.maintenance_contact
end