Skip to content

Nightly2main-220925#94

Merged
mitoskalandiel merged 52 commits into
mainfrom
nightly
Sep 22, 2025
Merged

Nightly2main-220925#94
mitoskalandiel merged 52 commits into
mainfrom
nightly

Conversation

@mitoskalandiel

@mitoskalandiel mitoskalandiel commented Sep 22, 2025

Copy link
Copy Markdown
Contributor
  • Docker re-implementation to "rooted" environment

    • (Also fixes some permission issues)
  • Current workaround for Worldnames: Worldnames can only consist of single word strings (no spaces)

    • Will be addressed in the next release.
  • Added renovate for Dependency Automation by Mend.io

  • Added checks for a "sane" environment before starting

  • Added new cmdline parameters:

    • "NoSteamCMD" (Skip SteamCMD initialization in Setup, for debugging purposes)
    • "NoSanityCheck" (Skips the check for a sane environment not recommended )

1Solon and others added 30 commits September 16, 2025 18:18
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
This reverts commit 86bb14b.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Comment thread .docker/compose.yml Outdated
build:
context: ..
dockerfile: ./.docker/Dockerfile
image: stationeersserverui:test

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be renaming the image, when the name/tags are already established?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely!

Comment thread UIMod/onboard_bundled/twoboxform/twoboxform.js
Comment thread src/core/loader/helpers.go Outdated

@mitoskalandiel mitoskalandiel left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@mitoskalandiel

Copy link
Copy Markdown
Contributor Author

after having worked throught the changes with @JacksonTheMaster I'm happy enough with this, have tested on WSL2

@JacksonTheMaster JacksonTheMaster left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per our lengthy discussion in VC, I approve this merge to main. 👍

JacksonTheMaster and others added 2 commits September 22, 2025 19:50
@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"
    }
  ]
}
```
@mitoskalandiel mitoskalandiel merged commit 550448e into main Sep 22, 2025
9 checks passed
@mitoskalandiel mitoskalandiel deleted the nightly branch September 22, 2025 18:03
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.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants