mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
1137 lines
256 KiB
HTML
1137 lines
256 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>tgstation-server: src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">tgstation-server<span id="projectnumber"> 6.19.3</span>
|
|
</div>
|
|
<div id="projectbrief">The /tg/station 13 server suite</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_7a3fd032a1362a6005a1fc9227a8dd86.html">Components</a></li><li class="navelem"><a class="el" href="dir_e2f0549e5ba528b36fd9348e214a8e4f.html">Deployment</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">DreamMaker.cs</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_dream_maker_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>System.Collections.Generic;</div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Linq;</div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span>System.Text;</div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span>System.Threading;</div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span>System.Threading.Tasks;</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span>Microsoft.EntityFrameworkCore;</div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span>Microsoft.Extensions.Logging;</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">using </span>Microsoft.Extensions.Options;</div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">using </span>Prometheus;</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a>;</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal.html">Tgstation.Server.Api.Models.Internal</a>;</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a>;</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat.html">Tgstation.Server.Host.Components.Chat</a>;</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote.html">Tgstation.Server.Host.Components.Deployment.Remote</a>;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine.html">Tgstation.Server.Host.Components.Engine</a>;</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html">Tgstation.Server.Host.Components.Events</a>;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository.html">Tgstation.Server.Host.Components.Repository</a>;</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html">Tgstation.Server.Host.Components.Session</a>;</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a>;</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_database.html">Tgstation.Server.Host.Database</a>;</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">Tgstation.Server.Host.IO</a>;</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_jobs.html">Tgstation.Server.Host.Jobs</a>;</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_models.html">Tgstation.Server.Host.Models</a>;</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a>;</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a>;</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment.html">Tgstation.Server.Host.Components.Deployment</a></div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>{</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#pragma warning disable CA1506 </span><span class="comment">// TODO: Decomplexify</span></div>
|
|
<div class="foldopen" id="foldopen00035" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html"> 35</a></span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html">DreamMaker</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_dream_maker.html">IDreamMaker</a></div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#pragma warning restore CA1506</span></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> {</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f"> 41</a></span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f">DmeExtension</a> = <span class="stringliteral">"dme"</span>;</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968"> 46</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager.html">IEngineManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">engineManager</a>;</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c"> 51</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">IIOManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>;</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b"> 56</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_i_configuration.html">StaticFiles.IConfiguration</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">configuration</a>;</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e"> 61</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html">IEventConsumer</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>;</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df"> 66</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html">IChatManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">chatManager</a>;</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9"> 71</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_executor.html">IProcessExecutor</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9">processExecutor</a>;</div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39"> 76</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager.html">IRepositoryManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">repositoryManager</a>;</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a"> 81</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink.html">ICompileJobSink</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a>;</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b"> 86</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory.html">IRemoteDeploymentManagerFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">remoteDeploymentManagerFactory</a>;</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde"> 91</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer.html">IAsyncDelayer</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde">asyncDelayer</a>;</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc"> 96</a></span> readonly IOptionsMonitor<SessionConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc">sessionConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf"> 101</a></span> readonly ILogger<DreamMaker> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>;</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6"> 106</a></span> readonly <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance.html">Api.Models.Instance</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>;</div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7d851b19e54c63b2298a7510cdbe25dc"> 111</a></span> readonly Counter <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7d851b19e54c63b2298a7510cdbe25dc">attemptedDeployments</a>;</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> </div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7bc8863bee957edada2da93870ce86f4"> 116</a></span> readonly Counter <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7bc8863bee957edada2da93870ce86f4">successfulDeployments</a>;</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> </div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a870ada202174ecaef325583cd626f3df"> 121</a></span> readonly Counter <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a870ada202174ecaef325583cd626f3df">failedDeployments</a>;</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ae7ed5b30d84ba3a1f88262ccd524f280"> 126</a></span> readonly <span class="keywordtype">object</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ae7ed5b30d84ba3a1f88262ccd524f280">deploymentLock</a>;</div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e"> 131</a></span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory.html">ISessionControllerFactory</a>? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e">sessionControllerFactory</a>;</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96"> 136</a></span> Func<string?, string, Action<bool>>? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a>;</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a3f7e6c6cababdc46b11bfab6e53ab9a5"> 141</a></span> <span class="keywordtype">string</span>? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a3f7e6c6cababdc46b11bfab6e53ab9a5">currentDreamMakerOutput</a>;</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8"> 146</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8">deploying</a>;</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> </div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8cdce0ecb73a635564b1eafc0fc0372f"> 153</a></span> <span class="keyword">static</span> <span class="keywordtype">string</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8cdce0ecb73a635564b1eafc0fc0372f">FormatExceptionForUsers</a>(<a class="code hl_class" href="class_exception.html">Exception</a> exception)</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> => exception is OperationCanceledException</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> ? <span class="stringliteral">"The job was cancelled!"</span></div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> : exception.Message;</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
|
|
<div class="foldopen" id="foldopen00175" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a01829fb7e435b802c37fd50f9a0a9bf8"> 175</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a01829fb7e435b802c37fd50f9a0a9bf8">DreamMaker</a>(</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager.html">IEngineManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">engineManager</a>,</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">IIOManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>,</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> StaticFiles.IConfiguration <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">configuration</a>,</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html">IEventConsumer</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>,</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html">IChatManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">chatManager</a>,</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_executor.html">IProcessExecutor</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9">processExecutor</a>,</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink.html">ICompileJobSink</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a>,</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager.html">IRepositoryManager</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">repositoryManager</a>,</div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory.html">IRemoteDeploymentManagerFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">remoteDeploymentManagerFactory</a>,</div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer.html">IAsyncDelayer</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde">asyncDelayer</a>,</div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> IMetricFactory metricFactory,</div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> IOptionsMonitor<SessionConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc">sessionConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> ILogger<DreamMaker> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>,</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> Api.Models.Instance <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>)</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> {</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> this.engineManager = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">engineManager</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">engineManager</a>));</div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> this.ioManager = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>));</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> this.configuration = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">configuration</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">configuration</a>));</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> this.eventConsumer = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>));</div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> this.chatManager = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">chatManager</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">chatManager</a>));</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> this.processExecutor = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9">processExecutor</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9">processExecutor</a>));</div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> this.compileJobConsumer = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a>));</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> this.repositoryManager = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">repositoryManager</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">repositoryManager</a>));</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> this.remoteDeploymentManagerFactory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">remoteDeploymentManagerFactory</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">remoteDeploymentManagerFactory</a>));</div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> this.asyncDelayer = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde">asyncDelayer</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde">asyncDelayer</a>));</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> ArgumentNullException.ThrowIfNull(metricFactory);</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> this.sessionConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc">sessionConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc">sessionConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> this.logger = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>));</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> this.metadata = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>));</div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7bc8863bee957edada2da93870ce86f4">successfulDeployments</a> = metricFactory.CreateCounter(<span class="stringliteral">"tgs_successful_deployments"</span>, <span class="stringliteral">"The number of deployments that have completed successfully"</span>);</div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a870ada202174ecaef325583cd626f3df">failedDeployments</a> = metricFactory.CreateCounter(<span class="stringliteral">"tgs_failed_deployments"</span>, <span class="stringliteral">"The number of deployments that have failed"</span>);</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7d851b19e54c63b2298a7510cdbe25dc">attemptedDeployments</a> = metricFactory.CreateCounter(<span class="stringliteral">"tgs_total_deployments"</span>, <span class="stringliteral">"The number of deployments that have been attempted"</span>);</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ae7ed5b30d84ba3a1f88262ccd524f280">deploymentLock</a> = <span class="keyword">new</span> object();</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><span class="preprocessor">#pragma warning disable CA1506</span></div>
|
|
<div class="foldopen" id="foldopen00215" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a38ea1632011a37a072e9d1c9e3d04c13"> 215</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a38ea1632011a37a072e9d1c9e3d04c13">DeploymentProcess</a>(</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> Models.Job job,</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html">IDatabaseContextFactory</a> databaseContextFactory,</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">JobProgressReporter</a> progressReporter,</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> {</div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> ArgumentNullException.ThrowIfNull(job);</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> ArgumentNullException.ThrowIfNull(databaseContextFactory);</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> ArgumentNullException.ThrowIfNull(progressReporter);</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> </div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ae7ed5b30d84ba3a1f88262ccd524f280">deploymentLock</a>)</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> {</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8">deploying</a>)</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentInProgress);</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8">deploying</a> = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> }</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> </div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7d851b19e54c63b2298a7510cdbe25dc">attemptedDeployments</a>.Inc();</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> </div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a> = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a3f7e6c6cababdc46b11bfab6e53ab9a5">currentDreamMakerOutput</a> = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> Models.CompileJob? compileJob = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <span class="keywordtype">bool</span> success = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> {</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <span class="keywordtype">string</span>? repoOwner = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <span class="keywordtype">string</span>? repoName = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> TimeSpan? averageSpan = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> Models.RepositorySettings? repositorySettings = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> Models.DreamDaemonSettings? ddSettings = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> Models.DreamMakerSettings? dreamMakerSettings = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html">IRepository</a>? repo = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html">IRemoteDeploymentManager</a>? remoteDeploymentManager = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> Models.RevisionInformation? revInfo = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> await databaseContextFactory.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html#a1da664d7237dbec5a6cb9ce04b79ccc1">UseContext</a>(</div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> async databaseContext =></div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> {</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> averageSpan = await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a4d28d2170dd121e9e09135a02ec05b51">CalculateExpectedDeploymentTime</a>(databaseContext, cancellationToken);</div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> </div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> ddSettings = await databaseContext</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> .DreamDaemonSettings</div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> .Where(x => x.InstanceId == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id)</div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> .Select(x => <span class="keyword">new</span> Models.DreamDaemonSettings</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> {</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> StartupTimeout = x.StartupTimeout,</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> LogOutput = x.LogOutput,</div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> })</div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> .FirstOrDefaultAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <span class="keywordflow">if</span> (ddSettings == <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.InstanceMissingDreamDaemonSettings);</div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> dreamMakerSettings = await databaseContext</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> .DreamMakerSettings</div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> .Where(x => x.InstanceId == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id)</div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> .FirstAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keywordflow">if</span> (dreamMakerSettings == <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.InstanceMissingDreamMakerSettings);</div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> repositorySettings = await databaseContext</div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> .RepositorySettings</div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> .Where(x => x.InstanceId == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id)</div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> .Select(x => <span class="keyword">new</span> Models.RepositorySettings</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> {</div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> AccessToken = x.AccessToken,</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> AccessUser = x.AccessUser,</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> ShowTestMergeCommitters = x.ShowTestMergeCommitters,</div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> PushTestMergeCommits = x.PushTestMergeCommits,</div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> PostTestMergeComment = x.PostTestMergeComment,</div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> })</div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> .FirstOrDefaultAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <span class="keywordflow">if</span> (repositorySettings == <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.InstanceMissingRepositorySettings);</div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> </div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> repo = await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">repositoryManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager.html#a5e58009c7d92a55634a7ddd80ca60b1b">LoadRepository</a>(cancellationToken);</div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> {</div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="keywordflow">if</span> (repo == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.RepoMissing);</div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> </div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> remoteDeploymentManager = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">remoteDeploymentManagerFactory</a></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> .<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory.html#a4115cea1f220c4fdaede74566aa848d3">CreateRemoteDeploymentManager</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>, repo.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a32fb980a5c8ad960b2674e62a06f8724">RemoteGitProvider</a>!.Value);</div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> </div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> var repoSha = repo.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#aaf4a631e6d2aa45a1b6887152f1d13f0">Head</a>;</div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> repoOwner = repo.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a337342e3a22ef245c1744c32ef313ec0">RemoteRepositoryOwner</a>;</div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> repoName = repo.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a16b1a16989886b7fe3beab0a46b83a4b">RemoteRepositoryName</a>;</div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> revInfo = await databaseContext</div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> .RevisionInformations</div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> .Where(x => x.CommitSha == repoSha && x.InstanceId == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id)</div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> .Include(x => x.ActiveTestMerges!)</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> .ThenInclude(x => x.TestMerge!)</div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> .ThenInclude(x => x.MergedBy)</div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> .FirstOrDefaultAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> </div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> <span class="keywordflow">if</span> (revInfo == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> {</div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> revInfo = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_revision_information.html">Models.RevisionInformation</a></div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> {</div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> CommitSha = repoSha,</div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> Timestamp = await repo.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a242e53e0f353e3ca1597acec0441c05a">TimestampCommit</a>(repoSha, cancellationToken),</div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> OriginCommitSha = repoSha,</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_instance.html">Instance</a> = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_instance.html">Models.Instance</a></div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> {</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> Id = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id,</div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> },</div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> ActiveTestMerges = <span class="keyword">new</span> List<RevInfoTestMerge>(),</div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> };</div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> </div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogInformation(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository.html">Repository</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository.html#a29c6da1254fba9de583975a67d36ebad">Repository</a>.OriginTrackingErrorTemplate, repoSha);</div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> databaseContext.RevisionInformations.Add(revInfo);</div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> databaseContext.Instances.Attach(revInfo.Instance);</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> await databaseContext.Save(cancellationToken);</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> }</div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> }</div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <span class="keywordflow">catch</span></div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> {</div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> repo?.Dispose();</div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> }</div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> });</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> </div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> Models.CompileJob? oldCompileJob;</div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="keyword">using</span> (repo)</div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> {</div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> var likelyPushedTestMergeCommit =</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> repositorySettings!.PushTestMergeCommits!.Value</div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> && repositorySettings.AccessToken != <span class="keyword">null</span></div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> && repositorySettings.AccessUser != <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> oldCompileJob = await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_latest_compile_job_provider.html#aaaa6e44e65fa8c56c8d163976fbbc14e">LatestCompileJob</a>();</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> compileJob = await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a06dba3c351744dea4044270664675ed9">Compile</a>(</div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> job,</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> oldCompileJob,</div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> revInfo!,</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> dreamMakerSettings!,</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> ddSettings!,</div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> repo!,</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> remoteDeploymentManager!,</div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> progressReporter,</div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> averageSpan,</div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> likelyPushedTestMergeCommit,</div>
|
|
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> }</div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> </div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> {</div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> await databaseContextFactory.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html#a1da664d7237dbec5a6cb9ce04b79ccc1">UseContext</a>(</div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> async databaseContext =></div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> {</div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> var fullJob = compileJob.Job;</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> compileJob.Job = <span class="keyword">new</span> Models.Job(job.Require(x => x.Id));</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> var fullRevInfo = compileJob.RevisionInformation;</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> compileJob.RevisionInformation = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_revision_information.html">Models.RevisionInformation</a></div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> {</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> Id = revInfo!.Id,</div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> };</div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> </div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> databaseContext.Jobs.Attach(compileJob.Job);</div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> databaseContext.RevisionInformations.Attach(compileJob.RevisionInformation);</div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> databaseContext.CompileJobs.Add(compileJob);</div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> </div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="comment">// The difficulty with compile jobs is they have a two part commit</span></div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> await databaseContext.Save(cancellationToken);</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Created CompileJob {compileJobId}"</span>, compileJob.Id);</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> {</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> var chatNotificationAction = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a>!(<span class="keyword">null</span>, compileJob.Output!);</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">compileJobConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink.html#a8de753bacca634eab0b0c7f506472a97">LoadCompileJob</a>(compileJob, chatNotificationAction, cancellationToken);</div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> success = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> }</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <span class="keywordflow">catch</span></div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> {</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="comment">// So we need to un-commit the compile job if the above throws</span></div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> databaseContext.CompileJobs.Remove(compileJob);</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> </div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> <span class="comment">// DCT: Cancellation token is for job, operation must run regardless</span></div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> await databaseContext.Save(CancellationToken.None);</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> }</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> </div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> compileJob.Job = fullJob;</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> compileJob.RevisionInformation = fullRevInfo;</div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> });</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> }</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> {</div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a10266c7acfc715ffec0cb0189d39c6a4">CleanupFailedCompile</a>(compileJob, remoteDeploymentManager!, ex);</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> }</div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> </div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> var commentsTask = remoteDeploymentManager!.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a647f962a385f1ea126bb9c2a842fd4eb">PostDeploymentComments</a>(</div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> compileJob,</div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> oldCompileJob?.<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_revision_information.html">RevisionInformation</a>,</div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> repositorySettings,</div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> repoOwner,</div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> repoName,</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> </div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> var eventTask = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.DeploymentComplete, Enumerable.Empty<<span class="keywordtype">string</span>>(), <span class="keyword">false</span>, <span class="keyword">false</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> </div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> {</div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(commentsTask, eventTask);</div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> }</div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> {</div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.PostDeployFailure, ex);</div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> }</div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> {</div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a> = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> }</div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> }</div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> {</div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a>?.Invoke(</div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8cdce0ecb73a635564b1eafc0fc0372f">FormatExceptionForUsers</a>(ex),</div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a3f7e6c6cababdc46b11bfab6e53ab9a5">currentDreamMakerOutput</a>!);</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> </div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> }</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> {</div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8">deploying</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <span class="keywordflow">if</span> (success)</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7bc8863bee957edada2da93870ce86f4">successfulDeployments</a>.Inc();</div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a870ada202174ecaef325583cd626f3df">failedDeployments</a>.Inc();</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> }</div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="preprocessor">#pragma warning restore CA1506</span></div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> </div>
|
|
<div class="foldopen" id="foldopen00449" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a92bf9f97a30983460d0256ee80a57bbb"> 449</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a92bf9f97a30983460d0256ee80a57bbb">SetSessionControllerFactory</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory.html">ISessionControllerFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e">sessionControllerFactory</a>)</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> {</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> ArgumentNullException.ThrowIfNull(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e">sessionControllerFactory</a>);</div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> <span class="keywordflow">if</span> (Interlocked.CompareExchange(ref <span class="keyword">this</span>.sessionControllerFactory, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e">sessionControllerFactory</a>, <span class="keyword">null</span>) != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException($<span class="stringliteral">"{nameof(SetSessionControllerFactory)} called multiple times!"</span>);</div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> </div>
|
|
<div class="foldopen" id="foldopen00462" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a4d28d2170dd121e9e09135a02ec05b51"> 462</a></span> async ValueTask<TimeSpan?> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a4d28d2170dd121e9e09135a02ec05b51">CalculateExpectedDeploymentTime</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html">IDatabaseContext</a> databaseContext, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> {</div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> var previousCompileJobs = await databaseContext</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> .<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a9f93949abe42bddbbf9134946c7f5be5">CompileJobs</a></div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> .Where(x => x.Job.Instance!.Id == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">metadata</a>.Id)</div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span> .OrderByDescending(x => x.Job.StoppedAt)</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> .Take(10)</div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> .Select(x => <span class="keyword">new</span></div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> {</div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> StoppedAt = x.Job.StoppedAt!.Value,</div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> StartedAt = x.Job.StartedAt!.Value,</div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> })</div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> .ToListAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> TimeSpan? averageSpan = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="keywordflow">if</span> (previousCompileJobs.Count != 0)</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> {</div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> var totalSpan = TimeSpan.Zero;</div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> <span class="keywordflow">foreach</span> (var previousCompileJob <span class="keywordflow">in</span> previousCompileJobs)</div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> totalSpan += previousCompileJob.StoppedAt - previousCompileJob.StartedAt;</div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> averageSpan = totalSpan / previousCompileJobs.Count;</div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> }</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> </div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> <span class="keywordflow">return</span> averageSpan;</div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> </div>
|
|
<div class="foldopen" id="foldopen00503" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a06dba3c351744dea4044270664675ed9"> 503</a></span> async ValueTask<Models.CompileJob> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a06dba3c351744dea4044270664675ed9">Compile</a>(</div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> Models.Job job,</div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> Models.CompileJob? oldCompileJob,</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> Models.RevisionInformation revisionInformation,</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span> Api.Models.Internal.DreamMakerSettings dreamMakerSettings,</div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html">DreamDaemonLaunchParameters</a> launchParameters,</div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html">IRepository</a> repository,</div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html">IRemoteDeploymentManager</a> remoteDeploymentManager,</div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">JobProgressReporter</a> progressReporter,</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> TimeSpan? estimatedDuration,</div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> <span class="keywordtype">bool</span> localCommitExistsOnRemote,</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> {</div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Begin Compile"</span>);</div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> </div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> <span class="keyword">using </span>var progressCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> </div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> progressReporter.StageName = <span class="stringliteral">"Reserving BYOND version"</span>;</div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> var progressTask = <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a143fbc68ad876ca7e7ce4145d97d9278">ProgressTask</a>(progressReporter, estimatedDuration, progressCts.Token);</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> {</div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> <span class="keyword">using </span>var engineLock = await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">engineManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager.html#ac21fb8c8df8b40c14944282d86c32a66">UseExecutables</a>(<span class="keyword">null</span>, <span class="keyword">null</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">currentChatCallback</a> = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">chatManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html#af57dca6c1e1af2dc810e731ce106c719">QueueDeploymentMessage</a>(</div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> revisionInformation,</div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> oldCompileJob?.<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_revision_information.html">RevisionInformation</a>,</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> engineLock.Version,</div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> DateTimeOffset.UtcNow + estimatedDuration,</div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> repository.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a337342e3a22ef245c1744c32ef313ec0">RemoteRepositoryOwner</a>,</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> repository.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a16b1a16989886b7fe3beab0a46b83a4b">RemoteRepositoryName</a>,</div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> localCommitExistsOnRemote);</div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> </div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> var compileJob = <span class="keyword">new</span> Models.CompileJob(job, revisionInformation, engineLock.Version.ToString())</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> {</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> DirectoryName = Guid.NewGuid(),</div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> DmeName = dreamMakerSettings.ProjectName,</div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> RepositoryOrigin = repository.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#ae8ac73c5a625a5c20ee4b25dcb3b04ba">Origin</a>.ToString(),</div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> };</div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> </div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> progressReporter.StageName = <span class="stringliteral">"Creating remote deployment notification"</span>;</div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> await remoteDeploymentManager.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a8029ccdc07f945286c14972dfd4ae3a3">StartDeployment</a>(</div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> repository,</div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> compileJob,</div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> </div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Deployment will timeout at {timeoutTime}"</span>, DateTimeOffset.UtcNow + dreamMakerSettings.Timeout!.Value);</div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> <span class="keyword">using </span>var timeoutTokenSource = <span class="keyword">new</span> CancellationTokenSource(dreamMakerSettings.Timeout.Value);</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> var timeoutToken = timeoutTokenSource.Token;</div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> <span class="keyword">using</span> (timeoutToken.Register(() => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogWarning(<span class="stringliteral">"Deployment timed out!"</span>)))</div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> {</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <span class="keyword">using </span>var combinedTokenSource = CancellationTokenSource.CreateLinkedTokenSource(timeoutToken, cancellationToken);</div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> {</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2394e942cf255412fe358bef742b580c">RunCompileJob</a>(</div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> progressReporter,</div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> compileJob,</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> dreamMakerSettings,</div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> launchParameters,</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> engineLock,</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> repository,</div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> remoteDeploymentManager,</div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> combinedTokenSource.Token);</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> }</div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> <span class="keywordflow">catch</span> (OperationCanceledException) when (timeoutToken.IsCancellationRequested)</div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> {</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentTimeout);</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> }</div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> }</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> </div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> <span class="keywordflow">return</span> compileJob;</div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> }</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> <span class="keywordflow">catch</span> (OperationCanceledException)</div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> {</div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="comment">// DCT: Cancellation token is for job, delaying here is fine</span></div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> progressReporter.StageName = <span class="stringliteral">"Running CompileCancelled event"</span>;</div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.CompileCancelled, Enumerable.Empty<<span class="keywordtype">string</span>>(), <span class="keyword">false</span>, <span class="keyword">true</span>, CancellationToken.None);</div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> }</div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> {</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> progressCts.Cancel();</div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> await progressTask;</div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> }</div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> </div>
|
|
<div class="foldopen" id="foldopen00599" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2394e942cf255412fe358bef742b580c"> 599</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2394e942cf255412fe358bef742b580c">RunCompileJob</a>(</div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">JobProgressReporter</a> progressReporter,</div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> Models.CompileJob job,</div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> Api.Models.Internal.DreamMakerSettings dreamMakerSettings,</div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html">DreamDaemonLaunchParameters</a> launchParameters,</div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_executable_lock.html">IEngineExecutableLock</a> engineLock,</div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html">IRepository</a> repository,</div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html">IRemoteDeploymentManager</a> remoteDeploymentManager,</div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> {</div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> var outputDirectory = job.DirectoryName!.Value.ToString();</div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Compile output GUID: {dirGuid}"</span>, outputDirectory);</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> </div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> {</div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> <span class="comment">// copy the repository</span></div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Copying repository to game directory"</span>);</div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> progressReporter.StageName = <span class="stringliteral">"Copying repository"</span>;</div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> var resolvedOutputDirectory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a18a442b5dff16f5e7a730ec354e81d78">ResolvePath</a>(outputDirectory);</div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> var repoOrigin = repository.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#ae8ac73c5a625a5c20ee4b25dcb3b04ba">Origin</a>;</div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> var repoReference = repository.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a36f1520633eca12a57b6ed52c60c5257">Reference</a>;</div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> <span class="keyword">using</span> (repository)</div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> await repository.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a551ace4a402d31944fbd16eabdcf0d7e">CopyTo</a>(resolvedOutputDirectory, cancellationToken);</div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> </div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> <span class="comment">// repository closed now</span></div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> </div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> <span class="comment">// run precompile scripts</span></div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> progressReporter.StageName = <span class="stringliteral">"Running PreCompile event"</span>;</div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(</div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.CompileStart,</div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <span class="keyword">new</span> List<string></div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> {</div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> resolvedOutputDirectory,</div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> repoOrigin.ToString(),</div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> engineLock.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#abbb2a923bbadea5d57d2d6420c4a15d3">Version</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version.html#a5576a2503f8e4371139e9abe80df44d2">ToString</a>(),</div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> repoReference,</div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> },</div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> </div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> <span class="comment">// determine the dme</span></div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> progressReporter.StageName = <span class="stringliteral">"Determining .dme"</span>;</div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> <span class="keywordflow">if</span> (job.DmeName == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> {</div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Searching for available .dmes"</span>);</div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> var foundPaths = await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#ad71a483a00641af2838418f677801df5">GetFilesWithExtension</a>(resolvedOutputDirectory, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f">DmeExtension</a>, <span class="keyword">true</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> var foundPath = foundPaths.FirstOrDefault();</div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> <span class="keywordflow">if</span> (foundPath == <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentNoDme);</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> job.DmeName = foundPath.Substring(</div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> resolvedOutputDirectory.Length + 1,</div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> foundPath.Length - resolvedOutputDirectory.Length - <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f">DmeExtension</a>.Length - 2); <span class="comment">// +1 for . in extension</span></div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> }</div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> {</div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> var targetDme = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a286f4eb5c679683b7e519847a6c3574e">ConcatPath</a>(outputDirectory, String.Join(<span class="charliteral">'.'</span>, job.DmeName, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f">DmeExtension</a>));</div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span> <span class="keywordflow">if</span> (!await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a0d9526a8d840f2c00cb203bdebdcb994">PathIsChildOf</a>(outputDirectory, targetDme, cancellationToken))</div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentWrongDme);</div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> </div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> var targetDmeExists = await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">ioManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#ad4de873180481f7afa206b6282158d62">FileExists</a>(targetDme, cancellationToken);</div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> <span class="keywordflow">if</span> (!targetDmeExists)</div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentMissingDme);</div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> }</div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span> </div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"> 664</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogDebug(<span class="stringliteral">"Selected \"{dmeName}.dme\" for compilation!"</span>, job.DmeName);</div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> </div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> progressReporter.StageName = <span class="stringliteral">"Modifying .dme"</span>;</div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#acd0b61739ab535d67d9081d8071b8f0b">ModifyDme</a>(job, cancellationToken);</div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> </div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span> <span class="comment">// run precompile scripts</span></div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> progressReporter.StageName = <span class="stringliteral">"Running PreDreamMaker event"</span>;</div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(</div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.PreDreamMaker,</div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> <span class="keyword">new</span> List<string></div>
|
|
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"> 674</span> {</div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> resolvedOutputDirectory,</div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> repoOrigin.ToString(),</div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> engineLock.Version.ToString(),</div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> },</div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span> <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> </div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"> 683</span> <span class="comment">// run compiler</span></div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> progressReporter.StageName = <span class="stringliteral">"Running Compiler"</span>;</div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> var compileSuceeded = await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#adf43fc4a80b8b41e1d3030ba446971c6">RunDreamMaker</a>(engineLock, job, dreamMakerSettings.CompilerAdditionalArguments, cancellationToken);</div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> </div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> <span class="comment">// Session takes ownership of the lock and Disposes it so save this for later</span></div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span> var engineVersion = engineLock.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#abbb2a923bbadea5d57d2d6420c4a15d3">Version</a>;</div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span> </div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> <span class="comment">// verify api</span></div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> {</div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> <span class="keywordflow">if</span> (!compileSuceeded)</div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(</div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentExitCode,</div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>($<span class="stringliteral">"Compilation failed:{Environment.NewLine}{Environment.NewLine}{job.Output}"</span>));</div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> </div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a188d9b663c305c1ed438b5ca1494652c">VerifyApi</a>(</div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> launchParameters.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html#aa3ac63088b89bf67dd5fdbe67970b03d">StartupTimeout</a>!.Value,</div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> dreamMakerSettings.ApiValidationSecurityLevel!.Value,</div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> job,</div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span> progressReporter,</div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> engineLock,</div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> dreamMakerSettings.ApiValidationPort!.Value,</div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> dreamMakerSettings.DMApiValidationMode!.Value,</div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> launchParameters.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html#a3dbd92d8284bf7837808be9499105682">LogOutput</a>!.Value,</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span> }</div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>)</div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span> {</div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> <span class="comment">// DD never validated or compile failed</span></div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> progressReporter.StageName = <span class="stringliteral">"Running CompileFailure event"</span>;</div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(</div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.CompileFailure,</div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> <span class="keyword">new</span> List<string></div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> {</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> resolvedOutputDirectory,</div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> compileSuceeded ? <span class="stringliteral">"1"</span> : <span class="stringliteral">"0"</span>,</div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> engineVersion.ToString(),</div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span> },</div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span> <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> }</div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> </div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> progressReporter.StageName = <span class="stringliteral">"Running CompileComplete event"</span>;</div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">eventConsumer</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">HandleEvent</a>(</div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.CompileComplete,</div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> <span class="keyword">new</span> List<string></div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> {</div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> resolvedOutputDirectory,</div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> engineVersion.ToString(),</div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> },</div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span> </div>
|
|
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogTrace(<span class="stringliteral">"Applying static game file symlinks..."</span>);</div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span> progressReporter.StageName = <span class="stringliteral">"Symlinking GameStaticFiles"</span>;</div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> </div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> <span class="comment">// symlink in the static data</span></div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">configuration</a>.SymlinkStaticFilesTo(resolvedOutputDirectory, cancellationToken);</div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> </div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">logger</a>.LogDebug(<span class="stringliteral">"Compile complete!"</span>);</div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> }</div>
|
|
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> {</div>
|
|
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> progressReporter.StageName = <span class="stringliteral">"Cleaning output directory"</span>;</div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a10266c7acfc715ffec0cb0189d39c6a4">CleanupFailedCompile</a>(job, remoteDeploymentManager, ex);</div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> <span class="keywordflow">throw</span>;</div>
|
|
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> }</div>
|
|
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> </div>
|
|
<div class="foldopen" id="foldopen00762" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a143fbc68ad876ca7e7ce4145d97d9278"> 762</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a143fbc68ad876ca7e7ce4145d97d9278">ProgressTask</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">JobProgressReporter</a> progressReporter, TimeSpan? estimatedDuration, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> {</div>
|
|
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> <span class="keywordtype">double</span>? lastReport = estimatedDuration.HasValue ? 0 : <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span> progressReporter.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html#ac736a80d9d56a20711468d9b8e27e3c1">ReportProgress</a>(lastReport);</div>
|
|
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> </div>
|
|
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span> var minimumSleepInterval = TimeSpan.FromMilliseconds(250);</div>
|
|
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span> var sleepInterval = estimatedDuration.HasValue ? estimatedDuration.Value / 100 : minimumSleepInterval;</div>
|
|
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span> </div>
|
|
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span> <span class="keywordflow">if</span> (estimatedDuration.HasValue)</div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span> {</div>
|
|
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span> logger.LogDebug(<span class="stringliteral">"Compile is expected to take: {estimatedDuration}"</span>, estimatedDuration);</div>
|
|
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"> 773</span> }</div>
|
|
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"> 774</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> {</div>
|
|
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"> 776</span> logger.LogTrace(<span class="stringliteral">"No metric to estimate compile time."</span>);</div>
|
|
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"> 777</span> }</div>
|
|
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> </div>
|
|
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"> 780</span> {</div>
|
|
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span> <span class="keywordflow">for</span> (var iteration = 0; iteration < (estimatedDuration.HasValue ? 99 : Int32.MaxValue); ++iteration)</div>
|
|
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> {</div>
|
|
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span> <span class="keywordflow">if</span> (estimatedDuration.HasValue)</div>
|
|
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> {</div>
|
|
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"> 785</span> var nextInterval = DateTimeOffset.UtcNow + sleepInterval;</div>
|
|
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"> 786</span> <span class="keywordflow">do</span></div>
|
|
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span> {</div>
|
|
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"> 788</span> var remainingSleepThisInterval = nextInterval - DateTimeOffset.UtcNow;</div>
|
|
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"> 789</span> var nextSleepSpan = remainingSleepThisInterval < minimumSleepInterval ? minimumSleepInterval : remainingSleepThisInterval;</div>
|
|
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span> </div>
|
|
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"> 791</span> await asyncDelayer.Delay(nextSleepSpan, cancellationToken);</div>
|
|
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> progressReporter.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html#ac736a80d9d56a20711468d9b8e27e3c1">ReportProgress</a>(lastReport);</div>
|
|
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span> }</div>
|
|
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span> <span class="keywordflow">while</span> (DateTimeOffset.UtcNow < nextInterval);</div>
|
|
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span> }</div>
|
|
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> await asyncDelayer.Delay(minimumSleepInterval, cancellationToken);</div>
|
|
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span> </div>
|
|
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"> 799</span> lastReport = estimatedDuration.HasValue ? sleepInterval * (iteration + 1) / estimatedDuration.Value : <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span> progressReporter.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html#ac736a80d9d56a20711468d9b8e27e3c1">ReportProgress</a>(lastReport);</div>
|
|
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span> }</div>
|
|
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span> }</div>
|
|
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> <span class="keywordflow">catch</span> (OperationCanceledException ex)</div>
|
|
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span> {</div>
|
|
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span> logger.LogTrace(ex, <span class="stringliteral">"ProgressTask aborted."</span>);</div>
|
|
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span> }</div>
|
|
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"> 808</span> {</div>
|
|
<div class="line"><a id="l00809" name="l00809"></a><span class="lineno"> 809</span> logger.LogError(ex, <span class="stringliteral">"ProgressTask crashed!"</span>);</div>
|
|
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span> }</div>
|
|
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00812" name="l00812"></a><span class="lineno"> 812</span> </div>
|
|
<div class="foldopen" id="foldopen00826" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a188d9b663c305c1ed438b5ca1494652c"> 826</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a188d9b663c305c1ed438b5ca1494652c">VerifyApi</a>(</div>
|
|
<div class="line"><a id="l00827" name="l00827"></a><span class="lineno"> 827</span> uint timeout,</div>
|
|
<div class="line"><a id="l00828" name="l00828"></a><span class="lineno"> 828</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a> securityLevel,</div>
|
|
<div class="line"><a id="l00829" name="l00829"></a><span class="lineno"> 829</span> Models.CompileJob job,</div>
|
|
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">JobProgressReporter</a> progressReporter,</div>
|
|
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_executable_lock.html">IEngineExecutableLock</a> engineLock,</div>
|
|
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"> 832</span> ushort portToUse,</div>
|
|
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ae758c5cd6d61f61a7dc4b6f3c7000b52">DMApiValidationMode</a> validationMode,</div>
|
|
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span> <span class="keywordtype">bool</span> logOutput,</div>
|
|
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span> CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"> 836</span> {</div>
|
|
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> <span class="keywordflow">if</span> (validationMode == <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ae758c5cd6d61f61a7dc4b6f3c7000b52">DMApiValidationMode</a>.Skipped)</div>
|
|
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> {</div>
|
|
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"> 839</span> logger.LogDebug(<span class="stringliteral">"Skipping DMAPI validation"</span>);</div>
|
|
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> job.MinimumSecurityLevel = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a>.Ultrasafe;</div>
|
|
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span> }</div>
|
|
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span> </div>
|
|
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> progressReporter.StageName = <span class="stringliteral">"Validating DMAPI"</span>;</div>
|
|
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span> </div>
|
|
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span> var requireValidate = validationMode == <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ae758c5cd6d61f61a7dc4b6f3c7000b52">DMApiValidationMode</a>.Required;</div>
|
|
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span> logger.LogTrace(<span class="stringliteral">"Verifying {possiblyRequired}DMAPI..."</span>, requireValidate ? <span class="stringliteral">"required "</span> : String.Empty);</div>
|
|
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span> var launchParameters = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html">DreamDaemonLaunchParameters</a></div>
|
|
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span> {</div>
|
|
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> AllowWebClient = <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> Port = portToUse,</div>
|
|
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span> OpenDreamTopicPort = 0,</div>
|
|
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span> SecurityLevel = securityLevel,</div>
|
|
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span> Visibility = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a2ca30004669a0f022b39b67d21ac976c">DreamDaemonVisibility</a>.Invisible,</div>
|
|
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> StartupTimeout = timeout,</div>
|
|
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> TopicRequestTimeout = 0, <span class="comment">// not used</span></div>
|
|
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span> HealthCheckSeconds = 0, <span class="comment">// not used</span></div>
|
|
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> StartProfiler = <span class="keyword">false</span>,</div>
|
|
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno"> 859</span> LogOutput = logOutput,</div>
|
|
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"> 860</span> MapThreads = 1, <span class="comment">// lowest possible amount</span></div>
|
|
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"> 861</span> };</div>
|
|
<div class="line"><a id="l00862" name="l00862"></a><span class="lineno"> 862</span> </div>
|
|
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"> 863</span> job.MinimumSecurityLevel = securityLevel; <span class="comment">// needed for the TempDmbProvider</span></div>
|
|
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> </div>
|
|
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno"> 865</span> <span class="keywordflow">if</span> (sessionControllerFactory == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"> 866</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException($<span class="stringliteral">"{nameof(SetSessionControllerFactory)} was not called!"</span>);</div>
|
|
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span> </div>
|
|
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a> validationStatus;</div>
|
|
<div class="line"><a id="l00869" name="l00869"></a><span class="lineno"> 869</span> await <span class="keyword">using</span> (var provider = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_temporary_dmb_provider.html">TemporaryDmbProvider</a>(</div>
|
|
<div class="line"><a id="l00870" name="l00870"></a><span class="lineno"> 870</span> ioManager.ResolvePath(job.DirectoryName!.Value.ToString()),</div>
|
|
<div class="line"><a id="l00871" name="l00871"></a><span class="lineno"> 871</span> job,</div>
|
|
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno"> 872</span> engineLock.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#abbb2a923bbadea5d57d2d6420c4a15d3">Version</a>))</div>
|
|
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"> 873</span> await <span class="keyword">using</span> (var controller = await sessionControllerFactory.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory.html#a1ed439b268b2fae3ff0075c7698d6932">LaunchNew</a>(provider, engineLock, launchParameters, <span class="keyword">true</span>, cancellationToken))</div>
|
|
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"> 874</span> {</div>
|
|
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"> 875</span> var launchResult = await controller.LaunchResult.WaitAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> </div>
|
|
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> <span class="keywordflow">if</span> (launchResult.StartupTime.HasValue)</div>
|
|
<div class="line"><a id="l00878" name="l00878"></a><span class="lineno"> 878</span> await controller.Lifetime.WaitAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno"> 879</span> </div>
|
|
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno"> 880</span> <span class="keywordflow">if</span> (!controller.Lifetime.IsCompleted)</div>
|
|
<div class="line"><a id="l00881" name="l00881"></a><span class="lineno"> 881</span> await controller.DisposeAsync();</div>
|
|
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"> 882</span> </div>
|
|
<div class="line"><a id="l00883" name="l00883"></a><span class="lineno"> 883</span> validationStatus = controller.ApiValidationStatus;</div>
|
|
<div class="line"><a id="l00884" name="l00884"></a><span class="lineno"> 884</span> </div>
|
|
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno"> 885</span> logger.LogTrace(<span class="stringliteral">"API validation status: {validationStatus}"</span>, validationStatus);</div>
|
|
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno"> 886</span> </div>
|
|
<div class="line"><a id="l00887" name="l00887"></a><span class="lineno"> 887</span> job.DMApiVersion = controller.DMApiVersion;</div>
|
|
<div class="line"><a id="l00888" name="l00888"></a><span class="lineno"> 888</span> }</div>
|
|
<div class="line"><a id="l00889" name="l00889"></a><span class="lineno"> 889</span> </div>
|
|
<div class="line"><a id="l00890" name="l00890"></a><span class="lineno"> 890</span> <span class="keywordflow">switch</span> (validationStatus)</div>
|
|
<div class="line"><a id="l00891" name="l00891"></a><span class="lineno"> 891</span> {</div>
|
|
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno"> 892</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.RequiresUltrasafe:</div>
|
|
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"> 893</span> job.MinimumSecurityLevel = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a>.Ultrasafe;</div>
|
|
<div class="line"><a id="l00894" name="l00894"></a><span class="lineno"> 894</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"> 895</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.RequiresSafe:</div>
|
|
<div class="line"><a id="l00896" name="l00896"></a><span class="lineno"> 896</span> job.MinimumSecurityLevel = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a>.Safe;</div>
|
|
<div class="line"><a id="l00897" name="l00897"></a><span class="lineno"> 897</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00898" name="l00898"></a><span class="lineno"> 898</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.RequiresTrusted:</div>
|
|
<div class="line"><a id="l00899" name="l00899"></a><span class="lineno"> 899</span> job.MinimumSecurityLevel = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a>.Trusted;</div>
|
|
<div class="line"><a id="l00900" name="l00900"></a><span class="lineno"> 900</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00901" name="l00901"></a><span class="lineno"> 901</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.NeverValidated:</div>
|
|
<div class="line"><a id="l00902" name="l00902"></a><span class="lineno"> 902</span> <span class="keywordflow">if</span> (requireValidate)</div>
|
|
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"> 903</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentNeverValidated);</div>
|
|
<div class="line"><a id="l00904" name="l00904"></a><span class="lineno"> 904</span> job.MinimumSecurityLevel = <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">DreamDaemonSecurity</a>.Ultrasafe;</div>
|
|
<div class="line"><a id="l00905" name="l00905"></a><span class="lineno"> 905</span> <span class="keywordflow">break</span>;</div>
|
|
<div class="line"><a id="l00906" name="l00906"></a><span class="lineno"> 906</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.BadValidationRequest:</div>
|
|
<div class="line"><a id="l00907" name="l00907"></a><span class="lineno"> 907</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.Incompatible:</div>
|
|
<div class="line"><a id="l00908" name="l00908"></a><span class="lineno"> 908</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">JobException</a>(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">ErrorCode</a>.DeploymentInvalidValidation);</div>
|
|
<div class="line"><a id="l00909" name="l00909"></a><span class="lineno"> 909</span> <span class="keywordflow">case</span> <a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">ApiValidationStatus</a>.UnaskedValidationRequest:</div>
|
|
<div class="line"><a id="l00910" name="l00910"></a><span class="lineno"> 910</span> <span class="keywordflow">default</span>:</div>
|
|
<div class="line"><a id="l00911" name="l00911"></a><span class="lineno"> 911</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException(</div>
|
|
<div class="line"><a id="l00912" name="l00912"></a><span class="lineno"> 912</span> $<span class="stringliteral">"Session controller returned unexpected ApiValidationStatus: {validationStatus}"</span>);</div>
|
|
<div class="line"><a id="l00913" name="l00913"></a><span class="lineno"> 913</span> }</div>
|
|
<div class="line"><a id="l00914" name="l00914"></a><span class="lineno"> 914</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span> </div>
|
|
<div class="foldopen" id="foldopen00924" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#adf43fc4a80b8b41e1d3030ba446971c6"> 924</a></span> async ValueTask<bool> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#adf43fc4a80b8b41e1d3030ba446971c6">RunDreamMaker</a>(</div>
|
|
<div class="line"><a id="l00925" name="l00925"></a><span class="lineno"> 925</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_executable_lock.html">IEngineExecutableLock</a> engineLock,</div>
|
|
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"> 926</span> Models.CompileJob job,</div>
|
|
<div class="line"><a id="l00927" name="l00927"></a><span class="lineno"> 927</span> <span class="keywordtype">string</span>? additionalCompilerArguments,</div>
|
|
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span> CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno"> 929</span> {</div>
|
|
<div class="line"><a id="l00930" name="l00930"></a><span class="lineno"> 930</span> var environment = await engineLock.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#a1f08236db634210e10291a4ffddd0df8">LoadEnv</a>(logger, <span class="keyword">true</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00931" name="l00931"></a><span class="lineno"> 931</span> var arguments = engineLock.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#a18af4979c4f16687cb4891d0cbb9b668">FormatCompilerArguments</a>($<span class="stringliteral">"{job.DmeName}.{DmeExtension}"</span>, additionalCompilerArguments);</div>
|
|
<div class="line"><a id="l00932" name="l00932"></a><span class="lineno"> 932</span> </div>
|
|
<div class="line"><a id="l00933" name="l00933"></a><span class="lineno"> 933</span> await <span class="keyword">using </span>var dm = await processExecutor.LaunchProcess(</div>
|
|
<div class="line"><a id="l00934" name="l00934"></a><span class="lineno"> 934</span> engineLock.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#ae9f4dcfec0f9392282f9065f72dfafdd">CompilerExePath</a>,</div>
|
|
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"> 935</span> ioManager.ResolvePath(</div>
|
|
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno"> 936</span> job.DirectoryName!.Value.ToString()),</div>
|
|
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span> arguments,</div>
|
|
<div class="line"><a id="l00938" name="l00938"></a><span class="lineno"> 938</span> cancellationToken,</div>
|
|
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span> environment,</div>
|
|
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> readStandardHandles: <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> noShellExecute: <span class="keyword">true</span>);</div>
|
|
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"> 942</span> </div>
|
|
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"> 943</span> <span class="keywordflow">if</span> (sessionConfigurationOptions.CurrentValue.LowPriorityDeploymentProcesses)</div>
|
|
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> dm.AdjustPriority(<span class="keyword">false</span>);</div>
|
|
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span> </div>
|
|
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span> <span class="keywordtype">int</span> exitCode;</div>
|
|
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span> <span class="keyword">using</span> (cancellationToken.Register(() => dm.Terminate()))</div>
|
|
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span> exitCode = (await dm.Lifetime).Value;</div>
|
|
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> cancellationToken.ThrowIfCancellationRequested();</div>
|
|
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> </div>
|
|
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> logger.LogDebug(<span class="stringliteral">"DreamMaker exit code: {exitCode}"</span>, exitCode);</div>
|
|
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> job.Output = $<span class="stringliteral">"{await dm.GetCombinedOutput(cancellationToken)}{Environment.NewLine}{Environment.NewLine}Exit Code: {exitCode}"</span>;</div>
|
|
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> logger.LogDebug(<span class="stringliteral">"DreamMaker output: {newLine}{output}"</span>, Environment.NewLine, job.Output);</div>
|
|
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> </div>
|
|
<div class="line"><a id="l00955" name="l00955"></a><span class="lineno"> 955</span> currentDreamMakerOutput = job.Output;</div>
|
|
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"> 956</span> <span class="keywordflow">return</span> exitCode == 0;</div>
|
|
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span> </div>
|
|
<div class="foldopen" id="foldopen00965" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#acd0b61739ab535d67d9081d8071b8f0b"> 965</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#acd0b61739ab535d67d9081d8071b8f0b">ModifyDme</a>(Models.CompileJob job, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno"> 966</span> {</div>
|
|
<div class="line"><a id="l00967" name="l00967"></a><span class="lineno"> 967</span> var dmeFileName = String.Join(<span class="charliteral">'.'</span>, job.DmeName, DmeExtension);</div>
|
|
<div class="line"><a id="l00968" name="l00968"></a><span class="lineno"> 968</span> var stringDirectoryName = job.DirectoryName!.Value.ToString();</div>
|
|
<div class="line"><a id="l00969" name="l00969"></a><span class="lineno"> 969</span> var dmePath = ioManager.ConcatPath(stringDirectoryName, dmeFileName);</div>
|
|
<div class="line"><a id="l00970" name="l00970"></a><span class="lineno"> 970</span> var dmeReadTask = ioManager.ReadAllBytes(dmePath, cancellationToken);</div>
|
|
<div class="line"><a id="l00971" name="l00971"></a><span class="lineno"> 971</span> </div>
|
|
<div class="line"><a id="l00972" name="l00972"></a><span class="lineno"> 972</span> var dmeModificationsTask = configuration.CopyDMFilesTo(</div>
|
|
<div class="line"><a id="l00973" name="l00973"></a><span class="lineno"> 973</span> dmeFileName,</div>
|
|
<div class="line"><a id="l00974" name="l00974"></a><span class="lineno"> 974</span> ioManager.ResolvePath(</div>
|
|
<div class="line"><a id="l00975" name="l00975"></a><span class="lineno"> 975</span> ioManager.ConcatPath(</div>
|
|
<div class="line"><a id="l00976" name="l00976"></a><span class="lineno"> 976</span> stringDirectoryName,</div>
|
|
<div class="line"><a id="l00977" name="l00977"></a><span class="lineno"> 977</span> ioManager.GetDirectoryName(dmeFileName))),</div>
|
|
<div class="line"><a id="l00978" name="l00978"></a><span class="lineno"> 978</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00979" name="l00979"></a><span class="lineno"> 979</span> </div>
|
|
<div class="line"><a id="l00980" name="l00980"></a><span class="lineno"> 980</span> var dmeBytes = await dmeReadTask;</div>
|
|
<div class="line"><a id="l00981" name="l00981"></a><span class="lineno"> 981</span> var dme = Encoding.UTF8.GetString(dmeBytes);</div>
|
|
<div class="line"><a id="l00982" name="l00982"></a><span class="lineno"> 982</span> </div>
|
|
<div class="line"><a id="l00983" name="l00983"></a><span class="lineno"> 983</span> var dmeModifications = await dmeModificationsTask;</div>
|
|
<div class="line"><a id="l00984" name="l00984"></a><span class="lineno"> 984</span> </div>
|
|
<div class="line"><a id="l00985" name="l00985"></a><span class="lineno"> 985</span> <span class="keywordflow">if</span> (dmeModifications == <span class="keyword">null</span> || dmeModifications.TotalDmeOverwrite)</div>
|
|
<div class="line"><a id="l00986" name="l00986"></a><span class="lineno"> 986</span> {</div>
|
|
<div class="line"><a id="l00987" name="l00987"></a><span class="lineno"> 987</span> <span class="keywordflow">if</span> (dmeModifications != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00988" name="l00988"></a><span class="lineno"> 988</span> logger.LogDebug(<span class="stringliteral">".dme replacement configured!"</span>);</div>
|
|
<div class="line"><a id="l00989" name="l00989"></a><span class="lineno"> 989</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00990" name="l00990"></a><span class="lineno"> 990</span> logger.LogTrace(<span class="stringliteral">"No .dme modifications required."</span>);</div>
|
|
<div class="line"><a id="l00991" name="l00991"></a><span class="lineno"> 991</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00992" name="l00992"></a><span class="lineno"> 992</span> }</div>
|
|
<div class="line"><a id="l00993" name="l00993"></a><span class="lineno"> 993</span> </div>
|
|
<div class="line"><a id="l00994" name="l00994"></a><span class="lineno"> 994</span> var dmeLines = <span class="keyword">new</span> List<string>(dme.Split(<span class="charliteral">'\n'</span>, StringSplitOptions.None));</div>
|
|
<div class="line"><a id="l00995" name="l00995"></a><span class="lineno"> 995</span> <span class="keywordflow">for</span> (var dmeLineIndex = 0; dmeLineIndex < dmeLines.Count; ++dmeLineIndex)</div>
|
|
<div class="line"><a id="l00996" name="l00996"></a><span class="lineno"> 996</span> {</div>
|
|
<div class="line"><a id="l00997" name="l00997"></a><span class="lineno"> 997</span> var line = dmeLines[dmeLineIndex];</div>
|
|
<div class="line"><a id="l00998" name="l00998"></a><span class="lineno"> 998</span> <span class="keywordflow">if</span> (line.Contains(<span class="stringliteral">"BEGIN_INCLUDE"</span>, StringComparison.Ordinal) && dmeModifications.HeadIncludeLine != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00999" name="l00999"></a><span class="lineno"> 999</span> {</div>
|
|
<div class="line"><a id="l01000" name="l01000"></a><span class="lineno"> 1000</span> var headIncludeLineNumber = dmeLineIndex + 1;</div>
|
|
<div class="line"><a id="l01001" name="l01001"></a><span class="lineno"> 1001</span> logger.LogDebug(</div>
|
|
<div class="line"><a id="l01002" name="l01002"></a><span class="lineno"> 1002</span> <span class="stringliteral">"Inserting HeadInclude.dm at line {lineNumber}: {includeLine}"</span>,</div>
|
|
<div class="line"><a id="l01003" name="l01003"></a><span class="lineno"> 1003</span> headIncludeLineNumber,</div>
|
|
<div class="line"><a id="l01004" name="l01004"></a><span class="lineno"> 1004</span> dmeModifications.HeadIncludeLine);</div>
|
|
<div class="line"><a id="l01005" name="l01005"></a><span class="lineno"> 1005</span> dmeLines.Insert(headIncludeLineNumber, dmeModifications.HeadIncludeLine);</div>
|
|
<div class="line"><a id="l01006" name="l01006"></a><span class="lineno"> 1006</span> ++dmeLineIndex;</div>
|
|
<div class="line"><a id="l01007" name="l01007"></a><span class="lineno"> 1007</span> }</div>
|
|
<div class="line"><a id="l01008" name="l01008"></a><span class="lineno"> 1008</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (line.Contains(<span class="stringliteral">"END_INCLUDE"</span>, StringComparison.Ordinal) && dmeModifications.TailIncludeLine != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l01009" name="l01009"></a><span class="lineno"> 1009</span> {</div>
|
|
<div class="line"><a id="l01010" name="l01010"></a><span class="lineno"> 1010</span> logger.LogDebug(</div>
|
|
<div class="line"><a id="l01011" name="l01011"></a><span class="lineno"> 1011</span> <span class="stringliteral">"Inserting TailInclude.dm at line {lineNumber}: {includeLine}"</span>,</div>
|
|
<div class="line"><a id="l01012" name="l01012"></a><span class="lineno"> 1012</span> dmeLineIndex,</div>
|
|
<div class="line"><a id="l01013" name="l01013"></a><span class="lineno"> 1013</span> dmeModifications.TailIncludeLine);</div>
|
|
<div class="line"><a id="l01014" name="l01014"></a><span class="lineno"> 1014</span> dmeLines.Insert(dmeLineIndex, dmeModifications.TailIncludeLine);</div>
|
|
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span> <span class="keywordflow">break</span>;</div>
|
|
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"> 1016</span> }</div>
|
|
<div class="line"><a id="l01017" name="l01017"></a><span class="lineno"> 1017</span> }</div>
|
|
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"> 1018</span> </div>
|
|
<div class="line"><a id="l01019" name="l01019"></a><span class="lineno"> 1019</span> dmeBytes = Encoding.UTF8.GetBytes(String.Join(<span class="charliteral">'\n'</span>, dmeLines));</div>
|
|
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span> await ioManager.WriteAllBytes(dmePath, dmeBytes, cancellationToken);</div>
|
|
<div class="line"><a id="l01021" name="l01021"></a><span class="lineno"> 1021</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01022" name="l01022"></a><span class="lineno"> 1022</span> </div>
|
|
<div class="foldopen" id="foldopen01030" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01030" name="l01030"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a10266c7acfc715ffec0cb0189d39c6a4"> 1030</a></span> ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a10266c7acfc715ffec0cb0189d39c6a4">CleanupFailedCompile</a>(Models.CompileJob job, <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html">IRemoteDeploymentManager</a> remoteDeploymentManager, <a class="code hl_class" href="class_exception.html">Exception</a> exception)</div>
|
|
<div class="line"><a id="l01031" name="l01031"></a><span class="lineno"> 1031</span> {</div>
|
|
<div class="line"><a id="l01032" name="l01032"></a><span class="lineno"> 1032</span> async ValueTask CleanDir()</div>
|
|
<div class="line"><a id="l01033" name="l01033"></a><span class="lineno"> 1033</span> {</div>
|
|
<div class="line"><a id="l01034" name="l01034"></a><span class="lineno"> 1034</span> <span class="keywordflow">if</span> (sessionConfigurationOptions.CurrentValue.DelayCleaningFailedDeployments)</div>
|
|
<div class="line"><a id="l01035" name="l01035"></a><span class="lineno"> 1035</span> {</div>
|
|
<div class="line"><a id="l01036" name="l01036"></a><span class="lineno"> 1036</span> logger.LogDebug(<span class="stringliteral">"Not cleaning up errored deployment directory {guid} due to config."</span>, job.DirectoryName);</div>
|
|
<div class="line"><a id="l01037" name="l01037"></a><span class="lineno"> 1037</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l01038" name="l01038"></a><span class="lineno"> 1038</span> }</div>
|
|
<div class="line"><a id="l01039" name="l01039"></a><span class="lineno"> 1039</span> </div>
|
|
<div class="line"><a id="l01040" name="l01040"></a><span class="lineno"> 1040</span> logger.LogTrace(<span class="stringliteral">"Cleaning compile directory..."</span>);</div>
|
|
<div class="line"><a id="l01041" name="l01041"></a><span class="lineno"> 1041</span> var jobPath = job.DirectoryName!.Value.ToString();</div>
|
|
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"> 1042</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span> {</div>
|
|
<div class="line"><a id="l01044" name="l01044"></a><span class="lineno"> 1044</span> <span class="comment">// DCT: None available</span></div>
|
|
<div class="line"><a id="l01045" name="l01045"></a><span class="lineno"> 1045</span> await eventConsumer.HandleEvent(<a class="code hl_enumeration" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">EventType</a>.DeploymentCleanup, <span class="keyword">new</span> List<string> { jobPath }, <span class="keyword">false</span>, <span class="keyword">true</span>, CancellationToken.None);</div>
|
|
<div class="line"><a id="l01046" name="l01046"></a><span class="lineno"> 1046</span> await ioManager.DeleteDirectory(jobPath, CancellationToken.None);</div>
|
|
<div class="line"><a id="l01047" name="l01047"></a><span class="lineno"> 1047</span> }</div>
|
|
<div class="line"><a id="l01048" name="l01048"></a><span class="lineno"> 1048</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
|
|
<div class="line"><a id="l01049" name="l01049"></a><span class="lineno"> 1049</span> {</div>
|
|
<div class="line"><a id="l01050" name="l01050"></a><span class="lineno"> 1050</span> logger.LogWarning(e, <span class="stringliteral">"Error cleaning up compile directory {path}!"</span>, ioManager.ResolvePath(jobPath));</div>
|
|
<div class="line"><a id="l01051" name="l01051"></a><span class="lineno"> 1051</span> }</div>
|
|
<div class="line"><a id="l01052" name="l01052"></a><span class="lineno"> 1052</span> }</div>
|
|
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"> 1053</span> </div>
|
|
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"> 1054</span> var dirCleanTask = CleanDir();</div>
|
|
<div class="line"><a id="l01055" name="l01055"></a><span class="lineno"> 1055</span> </div>
|
|
<div class="line"><a id="l01056" name="l01056"></a><span class="lineno"> 1056</span> var failRemoteDeployTask = remoteDeploymentManager.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a8708c84547cd4960182ff067c36bc044">FailDeployment</a>(</div>
|
|
<div class="line"><a id="l01057" name="l01057"></a><span class="lineno"> 1057</span> job,</div>
|
|
<div class="line"><a id="l01058" name="l01058"></a><span class="lineno"> 1058</span> FormatExceptionForUsers(exception),</div>
|
|
<div class="line"><a id="l01059" name="l01059"></a><span class="lineno"> 1059</span> CancellationToken.None); <span class="comment">// DCT: None available</span></div>
|
|
<div class="line"><a id="l01060" name="l01060"></a><span class="lineno"> 1060</span> </div>
|
|
<div class="line"><a id="l01061" name="l01061"></a><span class="lineno"> 1061</span> <span class="keywordflow">return</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(</div>
|
|
<div class="line"><a id="l01062" name="l01062"></a><span class="lineno"> 1062</span> dirCleanTask,</div>
|
|
<div class="line"><a id="l01063" name="l01063"></a><span class="lineno"> 1063</span> failRemoteDeployTask);</div>
|
|
<div class="line"><a id="l01064" name="l01064"></a><span class="lineno"> 1064</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01065" name="l01065"></a><span class="lineno"> 1065</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01066" name="l01066"></a><span class="lineno"> 1066</span>}</div>
|
|
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version_html_a5576a2503f8e4371139e9abe80df44d2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version.html#a5576a2503f8e4371139e9abe80df44d2">Tgstation.Server.Api.Models.EngineVersion.ToString</a></div><div class="ttdeci">override string ToString()</div><div class="ttdef"><b>Definition</b> <a href="_engine_version_8cs_source.html#l00179">EngineVersion.cs:179</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance.html">Tgstation.Server.Api.Models.Instance</a></div><div class="ttdoc">Metadata about a server instance.</div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_instance_8cs_source.html#l00008">Instance.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html">Tgstation.Server.Api.Models.Internal.DreamDaemonLaunchParameters</a></div><div class="ttdoc">Launch settings for DreamDaemon.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_launch_parameters_8cs_source.html#l00009">DreamDaemonLaunchParameters.cs:10</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters_html_a3dbd92d8284bf7837808be9499105682"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html#a3dbd92d8284bf7837808be9499105682">Tgstation.Server.Api.Models.Internal.DreamDaemonLaunchParameters.LogOutput</a></div><div class="ttdeci">bool? LogOutput</div><div class="ttdoc">If process output/error text should be logged.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_launch_parameters_8cs_source.html#l00107">DreamDaemonLaunchParameters.cs:107</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters_html_aa3ac63088b89bf67dd5fdbe67970b03d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_dream_daemon_launch_parameters.html#aa3ac63088b89bf67dd5fdbe67970b03d">Tgstation.Server.Api.Models.Internal.DreamDaemonLaunchParameters.StartupTimeout</a></div><div class="ttdeci">uint? StartupTimeout</div><div class="ttdoc">The DreamDaemon startup timeout in seconds.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_launch_parameters_8cs_source.html#l00068">DreamDaemonLaunchParameters.cs:68</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_revision_information_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_revision_information.html">Tgstation.Server.Api.Models.Internal.RevisionInformation</a></div><div class="ttdoc">Represents information about a current git revison.</div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_internal_2_revision_information_8cs_source.html#l00009">RevisionInformation.cs:10</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">Tgstation.Server.Common.Extensions.ValueTaskExtensions</a></div><div class="ttdoc">Extension methods for the ValueTask and ValueTask<TResult> classes.</div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00011">ValueTaskExtensions.cs:12</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions_html_a58adbd94d764754bd3e6c566a5fe7fe3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">Tgstation.Server.Common.Extensions.ValueTaskExtensions.WhenAll</a></div><div class="ttdeci">static async ValueTask WhenAll(IEnumerable< ValueTask > tasks)</div><div class="ttdoc">Fully await a given list of tasks .</div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00099">ValueTaskExtensions.cs:99</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html">Tgstation.Server.Host.Components.Deployment.DreamMaker</a></div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00035">DreamMaker.cs:37</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a01829fb7e435b802c37fd50f9a0a9bf8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a01829fb7e435b802c37fd50f9a0a9bf8">Tgstation.Server.Host.Components.Deployment.DreamMaker.DreamMaker</a></div><div class="ttdeci">DreamMaker(IEngineManager engineManager, IIOManager ioManager, StaticFiles.IConfiguration configuration, IEventConsumer eventConsumer, IChatManager chatManager, IProcessExecutor processExecutor, ICompileJobSink compileJobConsumer, IRepositoryManager repositoryManager, IRemoteDeploymentManagerFactory remoteDeploymentManagerFactory, IAsyncDelayer asyncDelayer, IMetricFactory metricFactory, IOptionsMonitor< SessionConfiguration > sessionConfigurationOptions, ILogger< DreamMaker > logger, Api.Models.Instance metadata)</div><div class="ttdoc">Initializes a new instance of the DreamMaker class.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00175">DreamMaker.cs:175</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a0585a8e7178f4b9fd4e82bba4e0aba96"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0585a8e7178f4b9fd4e82bba4e0aba96">Tgstation.Server.Host.Components.Deployment.DreamMaker.currentChatCallback</a></div><div class="ttdeci">Func< string?, string, Action< bool > >? currentChatCallback</div><div class="ttdoc">The active callback from IChatManager.QueueDeploymentMessage.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00136">DreamMaker.cs:136</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a06dba3c351744dea4044270664675ed9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a06dba3c351744dea4044270664675ed9">Tgstation.Server.Host.Components.Deployment.DreamMaker.Compile</a></div><div class="ttdeci">async ValueTask< Models.CompileJob > Compile(Models.Job job, Models.CompileJob? oldCompileJob, Models.RevisionInformation revisionInformation, Api.Models.Internal.DreamMakerSettings dreamMakerSettings, DreamDaemonLaunchParameters launchParameters, IRepository repository, IRemoteDeploymentManager remoteDeploymentManager, JobProgressReporter progressReporter, TimeSpan? estimatedDuration, bool localCommitExistsOnRemote, CancellationToken cancellationToken)</div><div class="ttdoc">Run the compile implementation.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00503">DreamMaker.cs:503</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a0cfc680dd4fa5908a6ae164d14530f39"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a0cfc680dd4fa5908a6ae164d14530f39">Tgstation.Server.Host.Components.Deployment.DreamMaker.repositoryManager</a></div><div class="ttdeci">readonly IRepositoryManager repositoryManager</div><div class="ttdoc">The IRepositoryManager for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00076">DreamMaker.cs:76</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a10266c7acfc715ffec0cb0189d39c6a4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a10266c7acfc715ffec0cb0189d39c6a4">Tgstation.Server.Host.Components.Deployment.DreamMaker.CleanupFailedCompile</a></div><div class="ttdeci">ValueTask CleanupFailedCompile(Models.CompileJob job, IRemoteDeploymentManager remoteDeploymentManager, Exception exception)</div><div class="ttdoc">Cleans up a failed compile job .</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l01030">DreamMaker.cs:1030</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a143fbc68ad876ca7e7ce4145d97d9278"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a143fbc68ad876ca7e7ce4145d97d9278">Tgstation.Server.Host.Components.Deployment.DreamMaker.ProgressTask</a></div><div class="ttdeci">async ValueTask ProgressTask(JobProgressReporter progressReporter, TimeSpan? estimatedDuration, CancellationToken cancellationToken)</div><div class="ttdoc">Gradually triggers a given progressReporter over a given estimatedDuration .</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00762">DreamMaker.cs:762</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a188d9b663c305c1ed438b5ca1494652c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a188d9b663c305c1ed438b5ca1494652c">Tgstation.Server.Host.Components.Deployment.DreamMaker.VerifyApi</a></div><div class="ttdeci">async ValueTask VerifyApi(uint timeout, DreamDaemonSecurity securityLevel, Models.CompileJob job, JobProgressReporter progressReporter, IEngineExecutableLock engineLock, ushort portToUse, DMApiValidationMode validationMode, bool logOutput, CancellationToken cancellationToken)</div><div class="ttdoc">Run a quick DD instance to test the DMAPI is installed on the target code.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00826">DreamMaker.cs:826</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a1d5a133d669af1e14db0104b67103ccf"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a1d5a133d669af1e14db0104b67103ccf">Tgstation.Server.Host.Components.Deployment.DreamMaker.logger</a></div><div class="ttdeci">readonly ILogger< DreamMaker > logger</div><div class="ttdoc">The ILogger for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00101">DreamMaker.cs:101</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a2394e942cf255412fe358bef742b580c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2394e942cf255412fe358bef742b580c">Tgstation.Server.Host.Components.Deployment.DreamMaker.RunCompileJob</a></div><div class="ttdeci">async ValueTask RunCompileJob(JobProgressReporter progressReporter, Models.CompileJob job, Api.Models.Internal.DreamMakerSettings dreamMakerSettings, DreamDaemonLaunchParameters launchParameters, IEngineExecutableLock engineLock, IRepository repository, IRemoteDeploymentManager remoteDeploymentManager, CancellationToken cancellationToken)</div><div class="ttdoc">Executes and populate a given job .</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00599">DreamMaker.cs:599</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a2fe7ecccab0b5b1be9fdda8cbf097d9b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a2fe7ecccab0b5b1be9fdda8cbf097d9b">Tgstation.Server.Host.Components.Deployment.DreamMaker.configuration</a></div><div class="ttdeci">readonly StaticFiles.IConfiguration configuration</div><div class="ttdoc">The StaticFiles.IConfiguration for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00056">DreamMaker.cs:56</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a373e2cd0c56f6826367b9aebf150040f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a373e2cd0c56f6826367b9aebf150040f">Tgstation.Server.Host.Components.Deployment.DreamMaker.DmeExtension</a></div><div class="ttdeci">const string DmeExtension</div><div class="ttdoc">Extension for .dmes.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00041">DreamMaker.cs:41</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a38ea1632011a37a072e9d1c9e3d04c13"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a38ea1632011a37a072e9d1c9e3d04c13">Tgstation.Server.Host.Components.Deployment.DreamMaker.DeploymentProcess</a></div><div class="ttdeci">async ValueTask DeploymentProcess(Models.Job job, IDatabaseContextFactory databaseContextFactory, JobProgressReporter progressReporter, CancellationToken cancellationToken)</div><div class="ttdoc">Create and a compile job and insert it into the database. Meant to be called by a IJobManager....</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00215">DreamMaker.cs:215</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a3f7e6c6cababdc46b11bfab6e53ab9a5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a3f7e6c6cababdc46b11bfab6e53ab9a5">Tgstation.Server.Host.Components.Deployment.DreamMaker.currentDreamMakerOutput</a></div><div class="ttdeci">string? currentDreamMakerOutput</div><div class="ttdoc">Cached for currentChatCallback.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00141">DreamMaker.cs:141</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a4d28d2170dd121e9e09135a02ec05b51"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a4d28d2170dd121e9e09135a02ec05b51">Tgstation.Server.Host.Components.Deployment.DreamMaker.CalculateExpectedDeploymentTime</a></div><div class="ttdeci">async ValueTask< TimeSpan?> CalculateExpectedDeploymentTime(IDatabaseContext databaseContext, CancellationToken cancellationToken)</div><div class="ttdoc">Calculate the average length of a deployment using a given databaseContext .</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00462">DreamMaker.cs:462</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a5f0da2a044d1b9df7e85492cb58c076c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a5f0da2a044d1b9df7e85492cb58c076c">Tgstation.Server.Host.Components.Deployment.DreamMaker.ioManager</a></div><div class="ttdeci">readonly IIOManager ioManager</div><div class="ttdoc">The IIOManager for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00051">DreamMaker.cs:51</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a753ddaadb407331cf9d140c96fe5374b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a753ddaadb407331cf9d140c96fe5374b">Tgstation.Server.Host.Components.Deployment.DreamMaker.remoteDeploymentManagerFactory</a></div><div class="ttdeci">readonly IRemoteDeploymentManagerFactory remoteDeploymentManagerFactory</div><div class="ttdoc">The IRemoteDeploymentManagerFactory for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00086">DreamMaker.cs:86</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a7bc8863bee957edada2da93870ce86f4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7bc8863bee957edada2da93870ce86f4">Tgstation.Server.Host.Components.Deployment.DreamMaker.successfulDeployments</a></div><div class="ttdeci">readonly Counter successfulDeployments</div><div class="ttdoc">The number of successful deployments.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00116">DreamMaker.cs:116</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a7d851b19e54c63b2298a7510cdbe25dc"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a7d851b19e54c63b2298a7510cdbe25dc">Tgstation.Server.Host.Components.Deployment.DreamMaker.attemptedDeployments</a></div><div class="ttdeci">readonly Counter attemptedDeployments</div><div class="ttdoc">The number of attempted deployments.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00111">DreamMaker.cs:111</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a870ada202174ecaef325583cd626f3df"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a870ada202174ecaef325583cd626f3df">Tgstation.Server.Host.Components.Deployment.DreamMaker.failedDeployments</a></div><div class="ttdeci">readonly Counter failedDeployments</div><div class="ttdoc">The number of failed deployments.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00121">DreamMaker.cs:121</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a8cdce0ecb73a635564b1eafc0fc0372f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8cdce0ecb73a635564b1eafc0fc0372f">Tgstation.Server.Host.Components.Deployment.DreamMaker.FormatExceptionForUsers</a></div><div class="ttdeci">static string FormatExceptionForUsers(Exception exception)</div><div class="ttdoc">Format a given Exception for display to users.</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a8d40fb1d02610364e59b9feedb4e75d9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a8d40fb1d02610364e59b9feedb4e75d9">Tgstation.Server.Host.Components.Deployment.DreamMaker.processExecutor</a></div><div class="ttdeci">readonly IProcessExecutor processExecutor</div><div class="ttdoc">The IProcessExecutor for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00071">DreamMaker.cs:71</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a92bf9f97a30983460d0256ee80a57bbb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a92bf9f97a30983460d0256ee80a57bbb">Tgstation.Server.Host.Components.Deployment.DreamMaker.SetSessionControllerFactory</a></div><div class="ttdeci">void SetSessionControllerFactory(ISessionControllerFactory sessionControllerFactory)</div><div class="ttdoc">Set the sessionControllerFactory for the DreamMaker. Must be called exactly once after construction b...</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00449">DreamMaker.cs:449</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_a95745246c0a960bdec751c0e7f9559c8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#a95745246c0a960bdec751c0e7f9559c8">Tgstation.Server.Host.Components.Deployment.DreamMaker.deploying</a></div><div class="ttdeci">bool deploying</div><div class="ttdoc">If a compile job is running.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00146">DreamMaker.cs:146</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_aa71af19173e2a9edb56655c7eeb75968"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#aa71af19173e2a9edb56655c7eeb75968">Tgstation.Server.Host.Components.Deployment.DreamMaker.engineManager</a></div><div class="ttdeci">readonly IEngineManager engineManager</div><div class="ttdoc">The IEngineManager for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00046">DreamMaker.cs:46</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ab01d9cb0fcd270eea9ec47a4e0684f4a"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ab01d9cb0fcd270eea9ec47a4e0684f4a">Tgstation.Server.Host.Components.Deployment.DreamMaker.compileJobConsumer</a></div><div class="ttdeci">readonly ICompileJobSink compileJobConsumer</div><div class="ttdoc">The ICompileJobSink for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00081">DreamMaker.cs:81</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_abfcbd4e2f809faa445f7ea56fe4e5f0e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#abfcbd4e2f809faa445f7ea56fe4e5f0e">Tgstation.Server.Host.Components.Deployment.DreamMaker.eventConsumer</a></div><div class="ttdeci">readonly IEventConsumer eventConsumer</div><div class="ttdoc">The IEventConsumer for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00061">DreamMaker.cs:61</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ac5b667aa89c476c9cb0cf71cb5add8a6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac5b667aa89c476c9cb0cf71cb5add8a6">Tgstation.Server.Host.Components.Deployment.DreamMaker.metadata</a></div><div class="ttdeci">readonly Api.Models.Instance metadata</div><div class="ttdoc">The Instance DreamMaker belongs to.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00106">DreamMaker.cs:106</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ac955c823a5edbf48d2dc747cb304f50e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ac955c823a5edbf48d2dc747cb304f50e">Tgstation.Server.Host.Components.Deployment.DreamMaker.sessionControllerFactory</a></div><div class="ttdeci">ISessionControllerFactory? sessionControllerFactory</div><div class="ttdoc">The ISessionControllerFactory for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00131">DreamMaker.cs:131</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_acd0b61739ab535d67d9081d8071b8f0b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#acd0b61739ab535d67d9081d8071b8f0b">Tgstation.Server.Host.Components.Deployment.DreamMaker.ModifyDme</a></div><div class="ttdeci">async ValueTask ModifyDme(Models.CompileJob job, CancellationToken cancellationToken)</div><div class="ttdoc">Adds server side includes to the .dme being compiled.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00965">DreamMaker.cs:965</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ad55bd2d971c2be8939b0ab344f843abc"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad55bd2d971c2be8939b0ab344f843abc">Tgstation.Server.Host.Components.Deployment.DreamMaker.sessionConfigurationOptions</a></div><div class="ttdeci">readonly IOptionsMonitor< SessionConfiguration > sessionConfigurationOptions</div><div class="ttdoc">The IOptionsMonitor<TOptions> of SessionConfiguration for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00096">DreamMaker.cs:96</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ad8f8e86f9e52a3f5e027b9570c5f32df"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ad8f8e86f9e52a3f5e027b9570c5f32df">Tgstation.Server.Host.Components.Deployment.DreamMaker.chatManager</a></div><div class="ttdeci">readonly IChatManager chatManager</div><div class="ttdoc">The IChatManager for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00066">DreamMaker.cs:66</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_adf43fc4a80b8b41e1d3030ba446971c6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#adf43fc4a80b8b41e1d3030ba446971c6">Tgstation.Server.Host.Components.Deployment.DreamMaker.RunDreamMaker</a></div><div class="ttdeci">async ValueTask< bool > RunDreamMaker(IEngineExecutableLock engineLock, Models.CompileJob job, string? additionalCompilerArguments, CancellationToken cancellationToken)</div><div class="ttdoc">Compiles a .dme with DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00924">DreamMaker.cs:924</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_ae7ed5b30d84ba3a1f88262ccd524f280"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#ae7ed5b30d84ba3a1f88262ccd524f280">Tgstation.Server.Host.Components.Deployment.DreamMaker.deploymentLock</a></div><div class="ttdeci">readonly object deploymentLock</div><div class="ttdoc">lock object for deploying.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00126">DreamMaker.cs:126</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker_html_af28269cbf6ac69ab9cde83fe1f117fde"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_dream_maker.html#af28269cbf6ac69ab9cde83fe1f117fde">Tgstation.Server.Host.Components.Deployment.DreamMaker.asyncDelayer</a></div><div class="ttdeci">readonly IAsyncDelayer asyncDelayer</div><div class="ttdoc">The IAsyncDelayer for DreamMaker.</div><div class="ttdef"><b>Definition</b> <a href="_dream_maker_8cs_source.html#l00091">DreamMaker.cs:91</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_temporary_dmb_provider_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_temporary_dmb_provider.html">Tgstation.Server.Host.Components.Deployment.TemporaryDmbProvider</a></div><div class="ttdoc">Temporary IDmbProvider.</div><div class="ttdef"><b>Definition</b> <a href="_temporary_dmb_provider_8cs_source.html#l00011">TemporaryDmbProvider.cs:12</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_instance_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_instance.html">Tgstation.Server.Host.Components.Instance</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_host_2_components_2_instance_8cs_source.html#l00031">Instance.cs:32</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository.html">Tgstation.Server.Host.Components.Repository.Repository</a></div><div class="ttdef"><b>Definition</b> <a href="_repository_8cs_source.html#l00026">Repository.cs:27</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository_html_a29c6da1254fba9de583975a67d36ebad"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_repository.html#a29c6da1254fba9de583975a67d36ebad">Tgstation.Server.Host.Components.Repository.Repository.Repository</a></div><div class="ttdeci">Repository(LibGit2Sharp.IRepository libGitRepo, ILibGit2Commands commands, IIOManager ioManager, IEventConsumer eventConsumer, ICredentialsProvider credentialsProvider, IPostWriteHandler postWriteHandler, IGitRemoteFeaturesFactory gitRemoteFeaturesFactory, ILibGit2RepositoryFactory submoduleFactory, IOptionsMonitor< GeneralConfiguration > generalConfigurationOptions, ILogger< Repository > logger, Action disposeAction)</div><div class="ttdoc">Initializes a new instance of the Repository class.</div><div class="ttdef"><b>Definition</b> <a href="_repository_8cs_source.html#l00184">Repository.cs:184</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_exception.html">Tgstation.Server.Host.Jobs.JobException</a></div><div class="ttdoc">Operation exceptions thrown from the context of a Models.Job.</div><div class="ttdef"><b>Definition</b> <a href="_job_exception_8cs_source.html#l00010">JobException.cs:11</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html">Tgstation.Server.Host.Jobs.JobProgressReporter</a></div><div class="ttdoc">Progress reporter for a Job.</div><div class="ttdef"><b>Definition</b> <a href="_job_progress_reporter_8cs_source.html#l00013">JobProgressReporter.cs:14</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter_html_ac736a80d9d56a20711468d9b8e27e3c1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_job_progress_reporter.html#ac736a80d9d56a20711468d9b8e27e3c1">Tgstation.Server.Host.Jobs.JobProgressReporter.ReportProgress</a></div><div class="ttdeci">void ReportProgress(double? progress)</div><div class="ttdoc">Report progress.</div><div class="ttdef"><b>Definition</b> <a href="_job_progress_reporter_8cs_source.html#l00137">JobProgressReporter.cs:137</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_models_1_1_instance_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_instance.html">Tgstation.Server.Host.Models.Instance</a></div><div class="ttdoc">Represents an Api.Models.Instance in the database.</div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_host_2_models_2_instance_8cs_source.html#l00010">Instance.cs:11</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_models_1_1_revision_information_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_revision_information.html">Tgstation.Server.Host.Models.RevisionInformation</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_host_2_models_2_revision_information_8cs_source.html#l00009">RevisionInformation.cs:10</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information_html_a16b1a16989886b7fe3beab0a46b83a4b"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a16b1a16989886b7fe3beab0a46b83a4b">Tgstation.Server.Api.Models.Internal.IGitRemoteInformation.RemoteRepositoryName</a></div><div class="ttdeci">string? RemoteRepositoryName</div><div class="ttdoc">If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the name of the repositor...</div><div class="ttdef"><b>Definition</b> <a href="_i_git_remote_information_8cs_source.html#l00021">IGitRemoteInformation.cs:21</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information_html_a32fb980a5c8ad960b2674e62a06f8724"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a32fb980a5c8ad960b2674e62a06f8724">Tgstation.Server.Api.Models.Internal.IGitRemoteInformation.RemoteGitProvider</a></div><div class="ttdeci">RemoteGitProvider? RemoteGitProvider</div><div class="ttdoc">The Models.RemoteGitProvider in use by the repository.</div><div class="ttdef"><b>Definition</b> <a href="_i_git_remote_information_8cs_source.html#l00011">IGitRemoteInformation.cs:11</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information_html_a337342e3a22ef245c1744c32ef313ec0"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_i_git_remote_information.html#a337342e3a22ef245c1744c32ef313ec0">Tgstation.Server.Api.Models.Internal.IGitRemoteInformation.RemoteRepositoryOwner</a></div><div class="ttdeci">string? RemoteRepositoryOwner</div><div class="ttdoc">If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the owner of the reposito...</div><div class="ttdef"><b>Definition</b> <a href="_i_git_remote_information_8cs_source.html#l00016">IGitRemoteInformation.cs:16</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html">Tgstation.Server.Host.Components.Chat.IChatManager</a></div><div class="ttdoc">For managing connected chat services.</div><div class="ttdef"><b>Definition</b> <a href="_i_chat_manager_8cs_source.html#l00014">IChatManager.cs:15</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_html_af57dca6c1e1af2dc810e731ce106c719"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html#af57dca6c1e1af2dc810e731ce106c719">Tgstation.Server.Host.Components.Chat.IChatManager.QueueDeploymentMessage</a></div><div class="ttdeci">Func< string?, string, Action< bool > > QueueDeploymentMessage(Models.RevisionInformation revisionInformation, Models.RevisionInformation? previousRevisionInformation, Api.Models.EngineVersion engineVersion, DateTimeOffset? estimatedCompletionTime, string? gitHubOwner, string? gitHubRepo, bool localCommitPushed)</div><div class="ttdoc">Send the message for a deployment to configured deployment channels.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink.html">Tgstation.Server.Host.Components.Deployment.ICompileJobSink</a></div><div class="ttdoc">Sink for CompileJobs.</div><div class="ttdef"><b>Definition</b> <a href="_i_compile_job_sink_8cs_source.html#l00012">ICompileJobSink.cs:13</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink_html_a8de753bacca634eab0b0c7f506472a97"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_compile_job_sink.html#a8de753bacca634eab0b0c7f506472a97">Tgstation.Server.Host.Components.Deployment.ICompileJobSink.LoadCompileJob</a></div><div class="ttdeci">ValueTask LoadCompileJob(CompileJob job, Action< bool >? activationAction, CancellationToken cancellationToken)</div><div class="ttdoc">Load a new job into the ICompileJobSink.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_dream_maker_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_dream_maker.html">Tgstation.Server.Host.Components.Deployment.IDreamMaker</a></div><div class="ttdoc">For managing the compiler.</div><div class="ttdef"><b>Definition</b> <a href="_i_dream_maker_8cs_source.html#l00013">IDreamMaker.cs:14</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_latest_compile_job_provider_html_aaaa6e44e65fa8c56c8d163976fbbc14e"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_i_latest_compile_job_provider.html#aaaa6e44e65fa8c56c8d163976fbbc14e">Tgstation.Server.Host.Components.Deployment.ILatestCompileJobProvider.LatestCompileJob</a></div><div class="ttdeci">ValueTask< CompileJob?> LatestCompileJob()</div><div class="ttdoc">Gets the latest CompileJob.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory.html">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManagerFactory</a></div><div class="ttdoc">Factory for creating IRemoteDeploymentManagers.</div><div class="ttdef"><b>Definition</b> <a href="_i_remote_deployment_manager_factory_8cs_source.html#l00010">IRemoteDeploymentManagerFactory.cs:11</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory_html_a4115cea1f220c4fdaede74566aa848d3"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_factory.html#a4115cea1f220c4fdaede74566aa848d3">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManagerFactory.CreateRemoteDeploymentManager</a></div><div class="ttdeci">IRemoteDeploymentManager CreateRemoteDeploymentManager(Api.Models.Instance metadata, RemoteGitProvider remoteGitProvider)</div><div class="ttdoc">Creates a IRemoteDeploymentManager for a given remoteGitProvider .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManager</a></div><div class="ttdoc">Creates and updates remote deployments.</div><div class="ttdef"><b>Definition</b> <a href="_i_remote_deployment_manager_8cs_source.html#l00014">IRemoteDeploymentManager.cs:15</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_html_a647f962a385f1ea126bb9c2a842fd4eb"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a647f962a385f1ea126bb9c2a842fd4eb">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManager.PostDeploymentComments</a></div><div class="ttdeci">ValueTask PostDeploymentComments(CompileJob compileJob, RevisionInformation? previousRevisionInformation, RepositorySettings repositorySettings, string? repoOwner, string? repoName, CancellationToken cancellationToken)</div><div class="ttdoc">Post deployment comments to the test merge ticket.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_html_a8029ccdc07f945286c14972dfd4ae3a3"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a8029ccdc07f945286c14972dfd4ae3a3">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManager.StartDeployment</a></div><div class="ttdeci">ValueTask StartDeployment(Api.Models.Internal.IGitRemoteInformation remoteInformation, CompileJob compileJob, CancellationToken cancellationToken)</div><div class="ttdoc">Start a deployment for a given compileJob .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager_html_a8708c84547cd4960182ff067c36bc044"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_1_1_i_remote_deployment_manager.html#a8708c84547cd4960182ff067c36bc044">Tgstation.Server.Host.Components.Deployment.Remote.IRemoteDeploymentManager.FailDeployment</a></div><div class="ttdeci">ValueTask FailDeployment(CompileJob compileJob, string errorMessage, CancellationToken cancellationToken)</div><div class="ttdoc">Fail a deployment for a given compileJob .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_executable_lock_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_executable_lock.html">Tgstation.Server.Host.Components.Engine.IEngineExecutableLock</a></div><div class="ttdoc">Represents usage of the two primary BYOND server executables.</div><div class="ttdef"><b>Definition</b> <a href="_i_engine_executable_lock_8cs_source.html#l00008">IEngineExecutableLock.cs:9</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation_html_a18af4979c4f16687cb4891d0cbb9b668"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#a18af4979c4f16687cb4891d0cbb9b668">Tgstation.Server.Host.Components.Engine.IEngineInstallation.FormatCompilerArguments</a></div><div class="ttdeci">string FormatCompilerArguments(string dmePath, string? additionalArguments)</div><div class="ttdoc">Return the command line arguments for compiling a given dmePath if compilation is necessary.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation_html_a1f08236db634210e10291a4ffddd0df8"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#a1f08236db634210e10291a4ffddd0df8">Tgstation.Server.Host.Components.Engine.IEngineInstallation.LoadEnv</a></div><div class="ttdeci">ValueTask< Dictionary< string, string >?> LoadEnv(ILogger logger, bool forCompiler, CancellationToken cancellationToken)</div><div class="ttdoc">Loads the environment settings for either the server or compiler.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation_html_abbb2a923bbadea5d57d2d6420c4a15d3"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#abbb2a923bbadea5d57d2d6420c4a15d3">Tgstation.Server.Host.Components.Engine.IEngineInstallation.Version</a></div><div class="ttdeci">EngineVersion Version</div><div class="ttdoc">The EngineVersion of the IEngineInstallation.</div><div class="ttdef"><b>Definition</b> <a href="_i_engine_installation_8cs_source.html#l00022">IEngineInstallation.cs:22</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation_html_ae9f4dcfec0f9392282f9065f72dfafdd"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installation.html#ae9f4dcfec0f9392282f9065f72dfafdd">Tgstation.Server.Host.Components.Engine.IEngineInstallation.CompilerExePath</a></div><div class="ttdeci">string CompilerExePath</div><div class="ttdoc">The full path to the dm/DreamMaker executable.</div><div class="ttdef"><b>Definition</b> <a href="_i_engine_installation_8cs_source.html#l00032">IEngineInstallation.cs:32</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager.html">Tgstation.Server.Host.Components.Engine.IEngineManager</a></div><div class="ttdoc">For managing the engine installations.</div><div class="ttdef"><b>Definition</b> <a href="_i_engine_manager_8cs_source.html#l00016">IEngineManager.cs:17</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager_html_ac21fb8c8df8b40c14944282d86c32a66"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_manager.html#ac21fb8c8df8b40c14944282d86c32a66">Tgstation.Server.Host.Components.Engine.IEngineManager.UseExecutables</a></div><div class="ttdeci">ValueTask< IEngineExecutableLock > UseExecutables(EngineVersion? requiredVersion, string? trustDmbFullPath, CancellationToken cancellationToken)</div><div class="ttdoc">Lock the current installation's location and return a IEngineExecutableLock.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html">Tgstation.Server.Host.Components.Events.IEventConsumer</a></div><div class="ttdoc">Consumes EventTypes and takes the appropriate actions.</div><div class="ttdef"><b>Definition</b> <a href="_i_event_consumer_8cs_source.html#l00010">IEventConsumer.cs:11</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer_html_a3aa955c269e063d5db2f3f83d001c38c"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_1_1_i_event_consumer.html#a3aa955c269e063d5db2f3f83d001c38c">Tgstation.Server.Host.Components.Events.IEventConsumer.HandleEvent</a></div><div class="ttdeci">ValueTask HandleEvent(EventType eventType, IEnumerable< string?> parameters, bool sensitiveParameters, bool deploymentPipeline, CancellationToken cancellationToken)</div><div class="ttdoc">Handle a given eventType .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html">Tgstation.Server.Host.Components.Repository.IRepository</a></div><div class="ttdoc">Represents an on-disk git repository.</div><div class="ttdef"><b>Definition</b> <a href="_i_repository_8cs_source.html#l00013">IRepository.cs:14</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html_a242e53e0f353e3ca1597acec0441c05a"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a242e53e0f353e3ca1597acec0441c05a">Tgstation.Server.Host.Components.Repository.IRepository.TimestampCommit</a></div><div class="ttdeci">Task< DateTimeOffset > TimestampCommit(string sha, CancellationToken cancellationToken)</div><div class="ttdoc">Gets the DateTimeOffset a given sha was created on.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html_a36f1520633eca12a57b6ed52c60c5257"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a36f1520633eca12a57b6ed52c60c5257">Tgstation.Server.Host.Components.Repository.IRepository.Reference</a></div><div class="ttdeci">string Reference</div><div class="ttdoc">The current reference the IRepository HEAD is using. This can be a branch or tag.</div><div class="ttdef"><b>Definition</b> <a href="_i_repository_8cs_source.html#l00028">IRepository.cs:28</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html_a551ace4a402d31944fbd16eabdcf0d7e"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#a551ace4a402d31944fbd16eabdcf0d7e">Tgstation.Server.Host.Components.Repository.IRepository.CopyTo</a></div><div class="ttdeci">ValueTask CopyTo(string path, CancellationToken cancellationToken)</div><div class="ttdoc">Copies the current working directory to a given path .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html_aaf4a631e6d2aa45a1b6887152f1d13f0"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#aaf4a631e6d2aa45a1b6887152f1d13f0">Tgstation.Server.Host.Components.Repository.IRepository.Head</a></div><div class="ttdeci">string Head</div><div class="ttdoc">The SHA of the IRepository HEAD.</div><div class="ttdef"><b>Definition</b> <a href="_i_repository_8cs_source.html#l00023">IRepository.cs:23</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_html_ae8ac73c5a625a5c20ee4b25dcb3b04ba"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository.html#ae8ac73c5a625a5c20ee4b25dcb3b04ba">Tgstation.Server.Host.Components.Repository.IRepository.Origin</a></div><div class="ttdeci">Uri Origin</div><div class="ttdoc">The current origin remote the IRepository is using.</div><div class="ttdef"><b>Definition</b> <a href="_i_repository_8cs_source.html#l00033">IRepository.cs:33</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager.html">Tgstation.Server.Host.Components.Repository.IRepositoryManager</a></div><div class="ttdoc">Factory for creating and loading IRepositorys.</div><div class="ttdef"><b>Definition</b> <a href="_i_repository_manager_8cs_source.html#l00012">IRepositoryManager.cs:13</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager_html_a5e58009c7d92a55634a7ddd80ca60b1b"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_1_1_i_repository_manager.html#a5e58009c7d92a55634a7ddd80ca60b1b">Tgstation.Server.Host.Components.Repository.IRepositoryManager.LoadRepository</a></div><div class="ttdeci">ValueTask< IRepository?> LoadRepository(CancellationToken cancellationToken)</div><div class="ttdoc">Attempt to load the IRepository from the default location.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory.html">Tgstation.Server.Host.Components.Session.ISessionControllerFactory</a></div><div class="ttdoc">Factory for ISessionControllers.</div><div class="ttdef"><b>Definition</b> <a href="_i_session_controller_factory_8cs_source.html#l00013">ISessionControllerFactory.cs:14</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory_html_a1ed439b268b2fae3ff0075c7698d6932"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_i_session_controller_factory.html#a1ed439b268b2fae3ff0075c7698d6932">Tgstation.Server.Host.Components.Session.ISessionControllerFactory.LaunchNew</a></div><div class="ttdeci">ValueTask< ISessionController > LaunchNew(IDmbProvider dmbProvider, IEngineExecutableLock? currentByondLock, DreamDaemonLaunchParameters launchParameters, bool apiValidate, CancellationToken cancellationToken)</div><div class="ttdoc">Create a ISessionController from a freshly launch DreamDaemon instance.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_i_configuration_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_i_configuration.html">Tgstation.Server.Host.Components.StaticFiles.IConfiguration</a></div><div class="ttdoc">For managing the Configuration directory.</div><div class="ttdef"><b>Definition</b> <a href="_i_configuration_8cs_source.html#l00016">IConfiguration.cs:17</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html">Tgstation.Server.Host.Database.IDatabaseContextFactory</a></div><div class="ttdoc">Factory for scoping usage of IDatabaseContexts. Meant for use by Components.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_factory_8cs_source.html#l00009">IDatabaseContextFactory.cs:10</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory_html_a1da664d7237dbec5a6cb9ce04b79ccc1"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html#a1da664d7237dbec5a6cb9ce04b79ccc1">Tgstation.Server.Host.Database.IDatabaseContextFactory.UseContext</a></div><div class="ttdeci">ValueTask UseContext(Func< IDatabaseContext, ValueTask > operation)</div><div class="ttdoc">Run an operation in the scope of an IDatabaseContext.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html">Tgstation.Server.Host.Database.IDatabaseContext</a></div><div class="ttdoc">Represents the database.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_8cs_source.html#l00016">IDatabaseContext.cs:17</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_html_a9f93949abe42bddbbf9134946c7f5be5"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a9f93949abe42bddbbf9134946c7f5be5">Tgstation.Server.Host.Database.IDatabaseContext.CompileJobs</a></div><div class="ttdeci">IDatabaseCollection< CompileJob > CompileJobs</div><div class="ttdoc">The CompileJobs in the IDatabaseContext.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_8cs_source.html#l00041">IDatabaseContext.cs:41</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">Tgstation.Server.Host.IO.IIOManager</a></div><div class="ttdoc">Interface for using filesystems.</div><div class="ttdef"><b>Definition</b> <a href="_i_i_o_manager_8cs_source.html#l00013">IIOManager.cs:14</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html_a0d9526a8d840f2c00cb203bdebdcb994"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a0d9526a8d840f2c00cb203bdebdcb994">Tgstation.Server.Host.IO.IIOManager.PathIsChildOf</a></div><div class="ttdeci">Task< bool > PathIsChildOf(string parentPath, string childPath, CancellationToken cancellationToken)</div><div class="ttdoc">Check if a given parentPath is a parent of a given parentPath .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html_a18a442b5dff16f5e7a730ec354e81d78"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a18a442b5dff16f5e7a730ec354e81d78">Tgstation.Server.Host.IO.IIOManager.ResolvePath</a></div><div class="ttdeci">string ResolvePath()</div><div class="ttdoc">Retrieve the full path of the current working directory.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html_a286f4eb5c679683b7e519847a6c3574e"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#a286f4eb5c679683b7e519847a6c3574e">Tgstation.Server.Host.IO.IIOManager.ConcatPath</a></div><div class="ttdeci">string ConcatPath(params string[] paths)</div><div class="ttdoc">Combines an array of strings into a path.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html_ad4de873180481f7afa206b6282158d62"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#ad4de873180481f7afa206b6282158d62">Tgstation.Server.Host.IO.IIOManager.FileExists</a></div><div class="ttdeci">Task< bool > FileExists(string path, CancellationToken cancellationToken)</div><div class="ttdoc">Check that the file at path exists.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html_ad71a483a00641af2838418f677801df5"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html#ad71a483a00641af2838418f677801df5">Tgstation.Server.Host.IO.IIOManager.GetFilesWithExtension</a></div><div class="ttdeci">Task< List< string > > GetFilesWithExtension(string path, string extension, bool recursive, CancellationToken cancellationToken)</div><div class="ttdoc">Gets a list of files in path with the given extension .</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_executor_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_executor.html">Tgstation.Server.Host.System.IProcessExecutor</a></div><div class="ttdoc">For launching IProcess'.</div><div class="ttdef"><b>Definition</b> <a href="_i_process_executor_8cs_source.html#l00010">IProcessExecutor.cs:11</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_async_delayer.html">Tgstation.Server.Host.Utils.IAsyncDelayer</a></div><div class="ttdoc">For waiting asynchronously.</div><div class="ttdef"><b>Definition</b> <a href="_i_async_delayer_8cs_source.html#l00010">IAsyncDelayer.cs:11</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal.html">Tgstation.Server.Api.Models.Internal</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_bot_api_base_8cs_source.html#l00005">ChatBotApiBase.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_chat_channel_8cs_source.html#l00005">ChatChannel.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a1a6adb59dd51244efabf4e548e7075c8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8">Tgstation.Server.Api.Models.ErrorCode</a></div><div class="ttdeci">ErrorCode</div><div class="ttdoc">Types of Response.ErrorMessageResponses that the API may return.</div><div class="ttdef"><b>Definition</b> <a href="_error_code_8cs_source.html#l00011">ErrorCode.cs:12</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_a2ca30004669a0f022b39b67d21ac976c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a2ca30004669a0f022b39b67d21ac976c">Tgstation.Server.Api.Models.DreamDaemonVisibility</a></div><div class="ttdeci">DreamDaemonVisibility</div><div class="ttdoc">The visibility setting for DreamDaemon.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_visibility_8cs_source.html#l00006">DreamDaemonVisibility.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_ad4850e6b78816679602b13d63d2869b5"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ad4850e6b78816679602b13d63d2869b5">Tgstation.Server.Api.Models.DreamDaemonSecurity</a></div><div class="ttdeci">DreamDaemonSecurity</div><div class="ttdoc">DreamDaemon's security level.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_security_8cs_source.html#l00006">DreamDaemonSecurity.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html_ae758c5cd6d61f61a7dc4b6f3c7000b52"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#ae758c5cd6d61f61a7dc4b6f3c7000b52">Tgstation.Server.Api.Models.DMApiValidationMode</a></div><div class="ttdeci">DMApiValidationMode</div><div class="ttdoc">The DMAPI validation setting for deployments.</div><div class="ttdef"><b>Definition</b> <a href="_d_m_api_validation_mode_8cs_source.html#l00006">DMApiValidationMode.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_common_1_1_extensions_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a></div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00006">ValueTaskExtensions.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat.html">Tgstation.Server.Host.Components.Chat</a></div><div class="ttdef"><b>Definition</b> <a href="_channel_mapping_8cs_source.html#l00003">ChannelMapping.cs:4</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_1_1_remote.html">Tgstation.Server.Host.Components.Deployment.Remote</a></div><div class="ttdef"><b>Definition</b> <a href="_base_remote_deployment_manager_8cs_source.html#l00014">BaseRemoteDeploymentManager.cs:15</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_deployment.html">Tgstation.Server.Host.Components.Deployment</a></div><div class="ttdef"><b>Definition</b> <a href="_deployment_lock_manager_8cs_source.html#l00012">DeploymentLockManager.cs:13</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine.html">Tgstation.Server.Host.Components.Engine</a></div><div class="ttdef"><b>Definition</b> <a href="_byond_installation_8cs_source.html#l00011">ByondInstallation.cs:12</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html">Tgstation.Server.Host.Components.Events</a></div><div class="ttdef"><b>Definition</b> <a href="_event_consumer_8cs_source.html#l00009">EventConsumer.cs:10</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events_html_ac30c818717e92c8fb65f389adec739b7"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_events.html#ac30c818717e92c8fb65f389adec739b7">Tgstation.Server.Host.Components.Events.EventType</a></div><div class="ttdeci">EventType</div><div class="ttdoc">Types of events. Mirror in tgs.dm. Prefer last listed name for script.</div><div class="ttdef"><b>Definition</b> <a href="_event_type_8cs_source.html#l00006">EventType.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_repository.html">Tgstation.Server.Host.Components.Repository</a></div><div class="ttdef"><b>Definition</b> <a href="_default_git_remote_features_8cs_source.html#l00007">DefaultGitRemoteFeatures.cs:8</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html">Tgstation.Server.Host.Components.Session</a></div><div class="ttdef"><b>Definition</b> <a href="_api_validation_status_8cs_source.html#l00001">ApiValidationStatus.cs:2</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_html_a9dd0e3dfc87080e8c7a91665b79891b3"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_session.html#a9dd0e3dfc87080e8c7a91665b79891b3">Tgstation.Server.Host.Components.Session.ApiValidationStatus</a></div><div class="ttdeci">ApiValidationStatus</div><div class="ttdoc">Status of DMAPI validation.</div><div class="ttdef"><b>Definition</b> <a href="_api_validation_status_8cs_source.html#l00006">ApiValidationStatus.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:4</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_database_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_database.html">Tgstation.Server.Host.Database</a></div><div class="ttdef"><b>Definition</b> <a href="_database_collection_8cs_source.html#l00009">DatabaseCollection.cs:10</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_i_o_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">Tgstation.Server.Host.IO</a></div><div class="ttdef"><b>Definition</b> <a href="_buffered_file_stream_provider_8cs_source.html#l00008">BufferedFileStreamProvider.cs:9</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_jobs_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_jobs.html">Tgstation.Server.Host.Jobs</a></div><div class="ttdef"><b>Definition</b> <a href="_i_job_manager_8cs_source.html#l00007">IJobManager.cs:8</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_models.html">Tgstation.Server.Host.Models</a></div><div class="ttdef"><b>Definition</b> <a href="_models_2_chat_bot_8cs_source.html#l00008">ChatBot.cs:9</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_system_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a></div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00008">AssemblyInformationProvider.cs:9</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_utils_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a></div><div class="ttdef"><b>Definition</b> <a href="_graph_q_l_git_lab_client_8cs_source.html#l00006">GraphQLGitLabClient.cs:7</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|