Skip to content

Commit

Permalink
Deploy code docs to GitHub Pages for workflow run 1898
Browse files Browse the repository at this point in the history
Commit: 5a0ffe5
  • Loading branch information
tgstation-server committed Dec 18, 2023
1 parent cf0178f commit a348dc2
Show file tree
Hide file tree
Showing 20 changed files with 1,096 additions and 1,083 deletions.
2 changes: 1 addition & 1 deletion _tgstation_8_server_8_api_8_assembly_info_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span>[assembly: System.Reflection.AssemblyCopyrightAttribute(<span class="stringliteral">&quot;Copyright (c) Jordan Brown 2018&quot;</span>)]</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>[assembly: System.Reflection.AssemblyDescriptionAttribute(<span class="stringliteral">&quot;API definitions for tgstation-server.&quot;</span>)]</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>[assembly: System.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;12.2.0.0&quot;</span>)]</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>[assembly: System.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;12.2.0+6ecada5ed55516c8762468b7424a61a50af383fa&quot;</span>)]</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>[assembly: System.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;12.2.0+5a0ffe563e5bf67cd8184c2749dad835eabf0a21&quot;</span>)]</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>[assembly: System.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span>[assembly: System.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span>[assembly: System.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;12.2.0.0&quot;</span>)]</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span>[assembly: System.Reflection.AssemblyCopyrightAttribute(<span class="stringliteral">&quot;Copyright (c) Jordan Brown 2018&quot;</span>)]</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>[assembly: System.Reflection.AssemblyDescriptionAttribute(<span class="stringliteral">&quot;Common functions for tgstation-server.&quot;</span>)]</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>[assembly: System.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;7.0.0.0&quot;</span>)]</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>[assembly: System.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;7.0.0+6ecada5ed55516c8762468b7424a61a50af383fa&quot;</span>)]</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>[assembly: System.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;7.0.0+5a0ffe563e5bf67cd8184c2749dad835eabf0a21&quot;</span>)]</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>[assembly: System.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Common&quot;</span>)]</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span>[assembly: System.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Common&quot;</span>)]</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span>[assembly: System.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;7.0.0.0&quot;</span>)]</div>
Expand Down
21 changes: 20 additions & 1 deletion changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,16 @@ Components:
PullRequest: 1070
Core:
- Version: 6.0.0
ComponentVersions: {}
ComponentVersions:
HttpApi: 10.0.0
DreamMakerApi: 7.0.0
Configuration: 5.0.0
InteropApi: 5.7.0
HostWatchdog: 1.4.1
NugetCommon: 7.0.0
NugetApi: 13.0.0
NugetClient: 15.0.0
WebControlPanel: 5.1.0
Changes:
- Descriptions:
- TGS now requires the ASP.NET 8 runtime.
Expand Down Expand Up @@ -168,6 +177,12 @@ Components:
- API documentation page moved to `/documentation`.
Author: Cyberboss
PullRequest: 1704
- Descriptions:
- 'Fixed changing launch-only watchdog settings with POST `/DreamDaemon` not immediately returning `"softRestart": true`.'
- Fixed an error that could happen if two requests to dump the game server process happened in the same second.
- Fixed setup wizard generating invalid connection strings for existing Sqlite databases.
Author: Cyberboss
PullRequest: 1728
Unreleased: true
- Version: 5.19.0
ComponentVersions: {}
Expand Down Expand Up @@ -3989,6 +4004,10 @@ Components:
- Renamed `Routes.Root` to `Routes.ApiRoot` and now reflects the new API path.
Author: Cyberboss
PullRequest: 1704
- Descriptions:
- Added `JobCode` extension method `IsServerStartupJob`.
Author: Cyberboss
PullRequest: 1728
Unreleased: true
- Version: 12.2.0
Changes:
Expand Down
6 changes: 3 additions & 3 deletions search/all_10.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a348dc2

Please sign in to comment.