Deploy code docs to GitHub Pages for workflow run 1495

Commit: 7cada26bdf
This commit is contained in:
tgstation-server
2023-11-11 15:14:47 +00:00
parent 7edfe1dd68
commit a987825dc8
3 changed files with 54 additions and 10 deletions
@@ -94,7 +94,7 @@ $(function() {
<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.0.1.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.0.1+aba587ae8001a2246b6a796358716c70b34d86fc&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.0.1+7cada26bdf3b5011b984b321e30cceb4e9725c95&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.0.1.0&quot;</span>)]</div>
@@ -94,7 +94,7 @@ $(function() {
<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+aba587ae8001a2246b6a796358716c70b34d86fc&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+7cada26bdf3b5011b984b321e30cceb4e9725c95&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>
+52 -8
View File
@@ -141,14 +141,14 @@ Components:
- Version: 6.0.0
ComponentVersions:
HttpApi: 10.0.0
DreamMakerApi: 6.5.2
DreamMakerApi: 6.6.2
Configuration: 5.0.0
InteropApi: 5.6.1
InteropApi: 5.7.0
HostWatchdog: 1.4.0
NugetCommon: 6.0.0
NugetApi: 12.0.0
NugetClient: 13.0.0
WebControlPanel: 4.23.1
NugetCommon: 7.0.0
NugetApi: 13.0.0
NugetClient: 15.0.0
WebControlPanel: 4.26.2
Changes:
- Descriptions:
- TGS now requires the ASP.NET 8 runtime.
@@ -160,14 +160,35 @@ Components:
- '"Based on what?" meme for Discord chat provider removed.'
Author: Cyberboss
PullRequest: 1628
- Descriptions:
- The `.deb` package now runs tgstation-server as the user `tgstation-server`. This user has minimal permissions. More may be granted manually by system administrators.
Author: Cyberboss
PullRequest: 1692
- Descriptions:
- API documentation page moved to `/documentation`.
Author: Cyberboss
PullRequest: 1704
Unreleased: true
- Version: 5.18.0
ComponentVersions: {}
Changes: []
Unreleased: true
- Version: 5.17.2
ComponentVersions: {}
Changes: []
ComponentVersions:
HttpApi: 9.13.0
DreamMakerApi: 6.6.2
Configuration: 4.7.1
InteropApi: 5.6.2
HostWatchdog: 1.4.0
NugetCommon: 7.0.0
NugetApi: 12.0.1
NugetClient: 14.1.0
WebControlPanel: 4.26.2
Changes:
- Descriptions:
- Fixed upgrading on Debian/Ubuntu via `apt` always running first install steps.
Author: Cyberboss
PullRequest: 1705
Unreleased: true
- Version: 5.17.1
ComponentVersions:
@@ -3173,6 +3194,15 @@ Components:
- The chat bot connection string flag previously for the Discord "Based on what?" meme is now unused but still required.
Author: Cyberboss
PullRequest: 1628
- Descriptions:
- HTTP 426 will now no longer be sent. HTTP 400 will be used in its place. The error code returned in the body remains unchanged.
Author: Cyberboss
PullRequest: 1699
- Descriptions:
- All API endpoints have been moved to the `/api` subpath.
- API documentation json is now hosted at `/api/doc/tgs_api.json`.
Author: Cyberboss
PullRequest: 1704
Unreleased: true
- Version: 9.13.0
Changes:
@@ -3783,6 +3813,13 @@ Components:
Author: Cyberboss
PullRequest: 987
InteropApi:
- Version: 5.7.0
Changes:
- Descriptions:
- Switch to using new `/api/Bridge` endpoint when available.
Author: Cyberboss
PullRequest: 1704
Unreleased: true
- Version: 5.6.2
Changes:
- Descriptions:
@@ -3804,6 +3841,13 @@ Components:
Author: Cyberboss
PullRequest: 1636
NugetApi:
- Version: 13.0.0
Changes:
- Descriptions:
- Renamed `Routes.Root` to `Routes.ApiRoot` and now reflects the new API path.
Author: Cyberboss
PullRequest: 1704
Unreleased: true
- Version: 12.0.1
Changes:
- Descriptions: