- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>
- Class: GitFusion::App
- — Documentation by YARD 0.8.7.6
- </title>
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
- <script type="text/javascript" charset="utf-8">
- hasFrames = window.top.frames.main ? true : false;
- relpath = '../';
- framesUrl = "../frames.html#!GitFusion/App.html";
- </script>
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
- </head>
- <body>
- <div id="header">
- <div id="menu">
- <a href="../_index.html">Index (A)</a> »
- <span class='title'><span class='object_link'><a href="../GitFusion.html" title="GitFusion (module)">GitFusion</a></span></span>
- »
- <span class="title">App</span>
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
- </div>
- <div id="search">
- <a class="full_list_link" id="class_list_link"
- href="../class_list.html">
- Class List
- </a>
- <a class="full_list_link" id="method_list_link"
- href="../method_list.html">
- Method List
- </a>
- <a class="full_list_link" id="file_list_link"
- href="../file_list.html">
- File List
- </a>
- </div>
- <div class="clear"></div>
- </div>
- <iframe id="search_frame"></iframe>
- <div id="content"><h1>Class: GitFusion::App
- </h1>
- <dl class="box">
- <dt class="r1">Inherits:</dt>
- <dd class="r1">
- <span class="inheritName">Sinatra::Base</span>
- <ul class="fullTree">
- <li>Object</li>
- <li class="next">Sinatra::Base</li>
- <li class="next">GitFusion::App</li>
- </ul>
- <a href="#" class="inheritanceTree">show all</a>
- </dd>
- <dt class="r2">Includes:</dt>
- <dd class="r2"><span class='object_link'><a href="ConfigParser.html" title="GitFusion::ConfigParser (module)">ConfigParser</a></span>, <span class='object_link'><a href="Util.html" title="GitFusion::Util (module)">Util</a></span></dd>
- <dt class="r1 last">Defined in:</dt>
- <dd class="r1 last">lib/git_fusion/app.rb</dd>
- </dl>
- <div class="clear"></div>
- <h2>Overview</h2><div class="docstring">
- <div class="discussion">
- <p>This web application is mostly an easy way to communicate with specified
- p4d and perform operations on git-fusion repos and SSH keys</p>
- </div>
- </div>
- <div class="tags">
- </div>
- <h2>Constant Summary</h2>
- <h2>Constant Summary</h2>
- <h3 class="inherited">Constants included
- from <span class='object_link'><a href="ConfigParser.html" title="GitFusion::ConfigParser (module)">ConfigParser</a></span></h3>
- <p class="inherited"><span class='object_link'><a href="ConfigParser.html#REPO_CONFIG_JSON_NOT_VALID-constant" title="GitFusion::ConfigParser::REPO_CONFIG_JSON_NOT_VALID (constant)">ConfigParser::REPO_CONFIG_JSON_NOT_VALID</a></span>, <span class='object_link'><a href="ConfigParser.html#REPO_MAPPING_NOT_MATCHING-constant" title="GitFusion::ConfigParser::REPO_MAPPING_NOT_MATCHING (constant)">ConfigParser::REPO_MAPPING_NOT_MATCHING</a></span></p>
- <h3 class="inherited">Constants included
- from <span class='object_link'><a href="Util.html" title="GitFusion::Util (module)">Util</a></span></h3>
- <p class="inherited"><span class='object_link'><a href="Util.html#DF_MATCH-constant" title="GitFusion::Util::DF_MATCH (constant)">Util::DF_MATCH</a></span>, <span class='object_link'><a href="Util.html#KEY_ALREADY_EXISTS-constant" title="GitFusion::Util::KEY_ALREADY_EXISTS (constant)">Util::KEY_ALREADY_EXISTS</a></span>, <span class='object_link'><a href="Util.html#PATCH_PARAMS_DONT_EXIST-constant" title="GitFusion::Util::PATCH_PARAMS_DONT_EXIST (constant)">Util::PATCH_PARAMS_DONT_EXIST</a></span>, <span class='object_link'><a href="Util.html#REPO_INITIALISED-constant" title="GitFusion::Util::REPO_INITIALISED (constant)">Util::REPO_INITIALISED</a></span>, <span class='object_link'><a href="Util.html#USER_NOT_MATCHING-constant" title="GitFusion::Util::USER_NOT_MATCHING (constant)">Util::USER_NOT_MATCHING</a></span></p>
- <h2>Method Summary</h2>
- <h3 class="inherited">Methods included from <span class='object_link'><a href="ConfigParser.html" title="GitFusion::ConfigParser (module)">ConfigParser</a></span></h3>
- <p class="inherited"><span class='object_link'><a href="ConfigParser.html#branch_config_section-instance_method" title="GitFusion::ConfigParser#branch_config_section (method)">#branch_config_section</a></span>, <span class='object_link'><a href="ConfigParser.html#config_line-instance_method" title="GitFusion::ConfigParser#config_line (method)">#config_line</a></span>, <span class='object_link'><a href="ConfigParser.html#deep_merge-instance_method" title="GitFusion::ConfigParser#deep_merge (method)">#deep_merge</a></span>, <span class='object_link'><a href="ConfigParser.html#get_branch_sections-instance_method" title="GitFusion::ConfigParser#get_branch_sections (method)">#get_branch_sections</a></span>, <span class='object_link'><a href="ConfigParser.html#get_config_sections-instance_method" title="GitFusion::ConfigParser#get_config_sections (method)">#get_config_sections</a></span>, <span class='object_link'><a href="ConfigParser.html#matching_branches%3F-instance_method" title="GitFusion::ConfigParser#matching_branches? (method)">#matching_branches?</a></span>, <span class='object_link'><a href="ConfigParser.html#modify_config-instance_method" title="GitFusion::ConfigParser#modify_config (method)">#modify_config</a></span>, <span class='object_link'><a href="ConfigParser.html#parse_from_json-instance_method" title="GitFusion::ConfigParser#parse_from_json (method)">#parse_from_json</a></span>, <span class='object_link'><a href="ConfigParser.html#parse_to_hash-instance_method" title="GitFusion::ConfigParser#parse_to_hash (method)">#parse_to_hash</a></span>, <span class='object_link'><a href="ConfigParser.html#sections_to_json-instance_method" title="GitFusion::ConfigParser#sections_to_json (method)">#sections_to_json</a></span>, <span class='object_link'><a href="ConfigParser.html#validate_json_config-instance_method" title="GitFusion::ConfigParser#validate_json_config (method)">#validate_json_config</a></span></p>
- <h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="GitFusion::Util (module)">Util</a></span></h3>
- <p class="inherited"><span class='object_link'><a href="Util.html#all_keys-instance_method" title="GitFusion::Util#all_keys (method)">#all_keys</a></span>, <span class='object_link'><a href="Util.html#check_if_key_exists-instance_method" title="GitFusion::Util#check_if_key_exists (method)">#check_if_key_exists</a></span>, <span class='object_link'><a href="Util.html#check_if_key_name_exists-instance_method" title="GitFusion::Util#check_if_key_name_exists (method)">#check_if_key_name_exists</a></span>, <span class='object_link'><a href="Util.html#decode_from_uri-instance_method" title="GitFusion::Util#decode_from_uri (method)">#decode_from_uri</a></span>, <span class='object_link'><a href="Util.html#encode_to_gf_format-instance_method" title="GitFusion::Util#encode_to_gf_format (method)">#encode_to_gf_format</a></span>, <span class='object_link'><a href="Util.html#error%3F-class_method" title="GitFusion::Util.error? (method)">error?</a></span>, <span class='object_link'><a href="Util.html#error_and_clean_up-instance_method" title="GitFusion::Util#error_and_clean_up (method)">#error_and_clean_up</a></span>, <span class='object_link'><a href="Util.html#get_by_key-instance_method" title="GitFusion::Util#get_by_key (method)">#get_by_key</a></span>, <span class='object_link'><a href="Util.html#keys_for_user-instance_method" title="GitFusion::Util#keys_for_user (method)">#keys_for_user</a></span>, <span class='object_link'><a href="Util.html#print_result-instance_method" title="GitFusion::Util#print_result (method)">#print_result</a></span>, <span class='object_link'><a href="Util.html#submit_file-instance_method" title="GitFusion::Util#submit_file (method)">#submit_file</a></span>, <span class='object_link'><a href="Util.html#temp_client-instance_method" title="GitFusion::Util#temp_client (method)">#temp_client</a></span>, <span class='object_link'><a href="Util.html#to_message-instance_method" title="GitFusion::Util#to_message (method)">#to_message</a></span></p>
- <h3 class="inherited">Methods included from <span class='object_link'><a href="../HelixVersioningEngine.html" title="HelixVersioningEngine (module)">HelixVersioningEngine</a></span></h3>
- <p class="inherited"><span class='object_link'><a href="../HelixVersioningEngine.html#invalid_user_email%3F-class_method" title="HelixVersioningEngine.invalid_user_email? (method)">invalid_user_email?</a></span></p>
- </div>
- <div id="footer">
- Generated on Mon Oct 12 22:20:52 2015 by
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.7.6 (ruby-2.2.3).
- </div>
- </body>
- </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#11 | 16275 | Doug Scheirer | Merge from main | 9 years ago | |
#10 | 16196 | Doug Scheirer | Merge from main | 9 years ago | |
#9 | 16148 | Doug Scheirer | Merge from main | 9 years ago | |
#8 | 16114 | Doug Scheirer | Merge from main | 9 years ago | |
#7 | 16079 | Doug Scheirer | Merge from main | 9 years ago | |
#6 | 16014 | Doug Scheirer | Merge down from main | 9 years ago | |
#5 | 15884 | Doug Scheirer | Merge from main | 9 years ago | |
#4 | 15868 | Doug Scheirer | Merge from main | 9 years ago | |
#3 | 15845 | Doug Scheirer | Integ from main | 9 years ago | |
#2 | 15715 | Doug Scheirer | merge changes from main | 10 years ago | |
#1 | 15688 | Doug Scheirer | Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-...web-services/.... « |
10 years ago | |
//guest/perforce_software/helix-web-services/main/build/doc/helix_web_services/GitFusion/App.html | |||||
#8 | 15676 | tjuricek | HWS/NOARCH/2015.1.main/201509092205 | 10 years ago | |
#7 | 15589 | tjuricek | Update path to test output and update docs. | 10 years ago | |
#6 | 15542 | tjuricek | Add spaces to our basic 'component encode' mechanism, and use it for HVE project IDs. I...n general, this will make the HVE IDs a bit more readable. « |
10 years ago | |
#5 | 15517 | tjuricek | Do not require changelist ID for submitting Helix Sync pending changelists. | 10 years ago | |
#4 | 15499 | tjuricek | Naive implementation of helix sync project submit for "helix versioning engine projects". | 10 years ago | |
#3 | 15487 | tjuricek | Add basic ability to create pending changelists for helix sync projects. | 10 years ago | |
#2 | 15479 | tjuricek | Added a basic "HVE project" implementation for creating clients. | 10 years ago | |
#1 | 15447 | tjuricek | Add simple Example application to list "projects" in a HVE instance. Qt's a little weir...d to follow, so I may have to find a different kind of example to write. It does work, however. « |
10 years ago |