-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autismo Feature Saturday #1855
Merged
Merged
Autismo Feature Saturday #1855
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9140c59
to
79fcf9c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1855 +/- ##
==========================================
- Coverage 95.96% 95.94% -0.03%
==========================================
Files 713 713
Lines 163391 163502 +111
Branches 3226 3237 +11
==========================================
+ Hits 156796 156869 +73
- Misses 6105 6141 +36
- Partials 490 492 +2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Repository
With regard to managing the git repository
Area: Watchdog
With regard to managing DreamDaemon servers
Client
Issue with the .NET client library
Configuration
Regarding the server setup JSON
Feature
New functionality
REST
The JSON REST API for server control
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🆑 HTTP API
Added the
immediateMemoryUsage
byte count field to the DreamDaemon response model. This field will only be populated if the game server is running.Added PATCH
/api/Repository
action which performs a reclone, deleting the old repository and re-cloning it from its origin. Added repository rights flag 16384 for this action.The GitHub API calls made by GET
/api/Administration
are now cached for 30 minutes. This can be forcefully refreshed with the?fresh=true
query param./🆑
🆑 Configuration
The new configuration version is 5.2.0.
Added
Session:ForceUseDreamDaemonExe
which allows forcing the use ofdreamdaemon.exe
overdd.exe
on Windows./:cl:
🆑
Fixed a potential
NullReferenceException
caused by a race condition inOpenDreamInstaller
./🆑
🆑 Nuget: API
Added
ImmediateMemoryUsage
toDreamDaemonResponse
model./🆑
🆑 Nuget: Client
Updated
Tgstation.Server.Api
dependency to version 10.7.0.BREAKING: Added
fresh
parameter toIAdministrationClient.Read
./:cl:
Closes #1831
Closes #1016
Closes #611
Merging with
[APIDeploy][NugetDeploy]