Nightly2main-220925#94
Merged
Merged
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configures Rennovate (dependency updater)
…ore in runtime config feature request MrDrummer25
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added a check to prevent a world name with spaces
…ot shit files into the actual users Home
This reverts commit 86bb14b.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…annot write to workdir
Shifts Docker container from Rootless to Default Rooted behaviour
…ow running as root in docker container. Added getter and setter acordingly.
fix steamcmd writing to HOME dir & add sanitycheck
- refactored flag handling to allow using NoSanityCheck early in the process - changed "CreateSSUILogFile" flag to "LogToFiles"
…provements Feat sanity check cmdflag improvements
mitoskalandiel
commented
Sep 22, 2025
| build: | ||
| context: .. | ||
| dockerfile: ./.docker/Dockerfile | ||
| image: stationeersserverui:test |
Contributor
Author
There was a problem hiding this comment.
Should we be renaming the image, when the name/tags are already established?
mitoskalandiel
commented
Sep 22, 2025
mitoskalandiel
commented
Sep 22, 2025
Nightly general updates
mitoskalandiel
commented
Sep 22, 2025
mitoskalandiel
left a comment
Contributor
Author
There was a problem hiding this comment.
looks good
Closed
Contributor
Author
|
after having worked throught the changes with @JacksonTheMaster I'm happy enough with this, have tested on WSL2 |
JacksonTheMaster
previously approved these changes
Sep 22, 2025
JacksonTheMaster
left a comment
Member
There was a problem hiding this comment.
As per our lengthy discussion in VC, I approve this merge to main. 👍
@1Solon this will need to be re-implemented. according to error messages, necessary branches, were not created and config wasn't recognised. ``` INFO: Renovate is exiting with a non-zero code due to the following logged errors { "loggerErrors": [ { "name": "renovate", "level": 50, "logContext": "3N5djvaB4rzsByCJ5VNqS", "repository": "SteamServerUI/StationeersServerUI", "err": { "task": { "commands": [ "fetch", "origin", "renovate/configure" ], "format": "utf-8", "parser": "[function]" }, "message": "fatal: couldn't find remote ref renovate/configure\n", "stack": "Error: fatal: couldn't find remote ref renovate/configure\n\n at Object.action (/usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/plugins/error-detection.plugin.ts:42:29)\n at PluginStore.exec (/usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/plugins/plugin-store.ts:54:29)\n at /usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:124:42\n at new Promise (<anonymous>)\n at GitExecutorChain.handleTaskData (/usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:121:14)\n at GitExecutorChain.attemptRemoteTask (/usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:97:40)\n at GitExecutorChain.attemptTask (/usr/local/renovate/node_modules/.pnpm/simple-git@3.28.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:61:18)" }, "msg": "Repository has unknown error" } ] } ```
JacksonTheMaster
added a commit
that referenced
this pull request
Sep 23, 2025
…discussion_r2368759050 by reworking the SaveInfo field into two seperate fields. Initial testing confirms desired functionality, though way more testing for backwards compatibility and general functionality (also in preterrain) is required to harden this. The localization also needs to be updated.
Merged
JacksonTheMaster
added a commit
to SteamServerUI/SteamServerUI
that referenced
this pull request
Oct 28, 2025
…verUI/StationeersServerUI/pull/94#discussion_r2368759050 by reworking the SaveInfo field into two seperate fields. Initial testing confirms desired functionality, though way more testing for backwards compatibility and general functionality (also in preterrain) is required to harden this. The localization also needs to be updated.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Docker re-implementation to "rooted" environment
Current workaround for Worldnames: Worldnames can only consist of single word strings (no spaces)
Added renovate for Dependency Automation by Mend.io
Added checks for a "sane" environment before starting
Added new cmdline parameters: