Skip to content

Commit

Permalink
Merge pull request #1748 from tgstation/V6Release [TGSDeploy]
Browse files Browse the repository at this point in the history
TGS v6.0.0 Release

Closes #1674
  • Loading branch information
Cyberboss authored Dec 24, 2023
2 parents 0cfe87a + e5a7ec6 commit 41ee826
Show file tree
Hide file tree
Showing 529 changed files with 18,969 additions and 5,678 deletions.
7 changes: 2 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
appveyor.yml
omnisharp.json
README.md
build/package/**
build/package/deb
build/ci.runsettings
build/Dockerfile
build/GenerateMigrations.sh
Expand All @@ -26,9 +26,6 @@ src/Tgstation.Server.Host/appsettings.Development.json
src/Tgstation.Server.Host/appsettings.Development.yml
src/Tgstation.Server.Host/tgs.bat
src/Tgstation.Server.Host/tgs.sh
src/Tgstation.Server.Client
src/Tgstation.Server.Host.Service
tests
tools
tests/DMAPI
artifacts
packaging
5 changes: 4 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can of course, as always, ask for help at [#coderbus](irc://irc.rizon.net/co

### Development Environment

You need the .NET 6.0 SDK and npm>=v5.7 (in your PATH) to compile the server.
You need the .NET 8.0 SDK, node>=v20, and npm>=v5.7 (in your PATH) to compile the server.

The recommended IDE is Visual Studio 2022 or VSCode.

Expand All @@ -51,6 +51,9 @@ In order to run the integration tests you must have the following environment va
- `TGS_TEST_DISCORD_CHANNEL`: To a valid discord channel ID that the above bot can access.
- `TGS_TEST_IRC_CONNECTION_STRING`: To a valid IRC connection string. See the code for [IrcConnectionStringBuilder](../src/Tgstation.Server.Api/Models/IrcConnectionStringBuilder.cs) for details.
- `TGS_TEST_IRC_CHANNEL`: To a valid IRC channel accessible with the above connection.
- (Optional) `TGS_TEST_OD_ENGINE_VERSION`: Specify the full git commit SHA of the [OpenDream](https://github.com/OpenDreamProject/OpenDream) version to use in the main integration test, the default is the current HEAD of the default branch.
- (Optional) `TGS_TEST_OD_GIT_DIRECTORY`: Path to a local [OpenDream](https://github.com/OpenDreamProject/OpenDream) git repository to use as an upstream for testing.
- (Optional) `TGS_TEST_OD_EXCLUSIVE`: Set to `true` to enable the quicker integration test that only runs [OpenDream](https://github.com/OpenDreamProject/OpenDream) functionality. This is tested by default in the main integration test.

### Notes About Forks

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/auto-approve-dominions-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches:
- dev
- master
- V6

concurrency:
group: "approve-dominion-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-pr-has-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
- dev
- master
- V6

concurrency:
group: "check-pr-milestone-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
Expand Down
Loading

0 comments on commit 41ee826

Please sign in to comment.