-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Nix Support #2000
Merged
Merged
Nix Support #2000
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
Cyberboss
added
Fix
Fixes incorrect functionality
Feature
New functionality
Area: Engine
With regard to managing engine installations
Configuration
Regarding the server setup JSON
Host Watchdog Change
A change to one of the Host./<Watchdog/Service/Console> projects which do not receive auto updates
Posix Only
Issue only applies to non-Windows deployments
labels
Nov 9, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2000 +/- ##
==========================================
- Coverage 95.70% 95.64% -0.06%
==========================================
Files 810 811 +1
Lines 175103 175245 +142
Branches 3526 3549 +23
==========================================
+ Hits 167583 167616 +33
- Misses 6969 7060 +91
- Partials 551 569 +18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Engine
With regard to managing engine installations
Configuration
Regarding the server setup JSON
Feature
New functionality
Fix
Fixes incorrect functionality
Host Watchdog Change
A change to one of the Host./<Watchdog/Service/Console> projects which do not receive auto updates
Posix Only
Issue only applies to non-Windows deployments
size/XL
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.
🆑
Added Nix support.
Added the
--bootstrap
parameter to the host watchdog, which will cause it to look for TGS binaries in~/.tgstation-server/lib
instead of its local directory. This also causes it to read and save which TGS version should be used/was in use in~/.tgstation-server/bootstrap.json
Fixed issues with engine installation jobs if the
EngineInstallComplete
script errored.Fixed incomplete engine installations lingering if the
EngineInstallComplete
script errored.The
EngineInstallFail
event will no longer run if theEngineInstallComplete
script errored.Fixed an issue where aborting a zip file upload for a TGS update would prevent the server from updating without a restart.
Added support for global
EventScripts
directories.Released artifacts are now attested.
/🆑
🆑 Configuration
Added
General:AdditionalEventScriptsDirectories
array which can be used to specify EventScript directories that are used by all instances./:cl: