Commit Graph
1132 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 6bc83cfa80 Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3)

Updates `MSTest.TestFramework` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 09:55:46 +00:00
Jordan Dominion 79410b5d27 Version bump to 6.15.1 2025-03-17 20:10:42 -04:00
Jordan Dominion 115d9a7407 Webpanel version bump 2025-03-17 19:58:55 -04:00
Jordan Dominion bc5c7c4209 Bump webpanel version 2025-03-15 23:45:03 -04:00
Jordan Dominion da0323e1d1 Bump swarm protocol version 2025-03-15 11:42:16 -04:00
Jordan Dominion 2e75125860 OIDC First Implementation 2025-03-09 17:53:43 -04:00
tgstation-server-ci[bot]andGitHub 04e74b09f9 Merge pull request #2138 from tgstation/dependabot/nuget/mstest-8e179c146c
Bump the mstest group with 2 updates
2025-02-23 02:55:33 +00:00
Jordan Dominion 15510b3213 Version bump to 6.14.1 2025-02-22 12:38:52 -05:00
Jordan Dominion 63ad720f53 WAS THIS ALWAYS HERE? 2025-02-22 12:34:23 -05:00
Jordan Dominion 756730cc48 Do not start container health checks until 1 minute has passed 2025-02-22 12:00:02 -05:00
dependabot[bot]andGitHub 25c73c6cb3 Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.2)

Updates `MSTest.TestFramework` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.2)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 10:23:37 +00:00
Jordan Dominion 963f4087a5 Version bump to 6.14.0 2025-02-16 17:38:49 -05:00
Jordan Dominion e7d2a23450 Handle Nuget Updates
Remove `System.Text.Encodings.Web` from API because why did we have it?
2025-02-16 17:38:26 -05:00
Jordan Dominion d61cd57125 Setup AspNetCore health checks and Prometheus metrics
Closes #2001
2025-02-16 17:38:26 -05:00
dependabot[bot]andGitHub 83bc9a10cd Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.7.3 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0)

Updates `MSTest.TestFramework` from 3.7.3 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 10:02:48 +00:00
LorwpandGitHub 724704b50c Fix sha256 of nix serverconsole fixed deviation 2025-02-10 15:54:47 +11:00
Jordan Dominion 6fd12f9293 Version bump to 6.13.0 2025-02-09 15:26:38 -05:00
Jordan Dominion 7a072cb3b5 Patch rest version 2025-02-08 12:13:32 -05:00
Jordan Dominion 1eddb9727f Merge branch 'dev' of https://github.com/tgstation/tgstation-server into PreLaunchEvent 2025-02-08 12:13:13 -05:00
Jordan DominionandGitHub 2ff53c37d2 Merge pull request #2087 from LetterN/doc-stuff
document updates
2025-02-08 12:03:49 -05:00
Jordan Dominion e93f41d888 Add missing semicolon 2025-02-08 07:38:32 -05:00
LetterN 108cd65673 thingies 2025-02-08 15:51:19 +08:00
Jordan Dominion 4e7b982b1a Test adding manual wants to nix
Closes #2104
2025-02-07 19:18:47 -05:00
Jordan Dominion be6e0628c9 Bump MSTest 2025-02-07 19:18:47 -05:00
Jordan Dominion 69978ba498 Switch a bunch of nix options to non-empty strings 2025-02-07 18:55:58 -05:00
tgstation-server-ci[bot] e0eb59c5b5 Merge branch 'master' into dev 2025-01-27 02:18:54 +00:00
Lorwp 07dfdd961d Add After entries to Nix Module's service for the various dependant databases 2025-01-26 10:24:13 +11:00
Lorwp 854c8048a8 Set restartIfChanged on the TGS nix module's service, to ensure it doesn't get restarted and boots players 2025-01-23 10:30:37 +11:00
dependabot[bot]andGitHub eaba979abc Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2)

Updates `MSTest.TestFramework` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 09:49:00 +00:00
Lorwp 8a5a13718e Use a path for appsettings instead of a string 2025-01-21 12:45:39 +11:00
Jordan Dominion 5a0f6fea02 Try this 2025-01-20 20:25:23 -05:00
Lorwp 2dc0455147 Add EnvironmentFile option to nix package 2025-01-21 10:52:21 +11:00
Jordan DominionandGitHub 3877267e67 Reload instead of restart the service if only the config changes 2025-01-20 17:53:34 -05:00
dependabot[bot]andGitHub d9b07aed17 Bump coverlet.collector from 6.0.3 to 6.0.4
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 12:18:44 +00:00
LetterN a6e4fc8b93 <example>s 2025-01-19 17:44:52 +08:00
dependabot[bot]andGitHub a0621c9a50 Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1)

Updates `MSTest.TestFramework` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 11:02:51 +00:00
tgstation-server-ci[bot] 7e5ad85d07 Merge branch 'master' into dev 2025-01-04 15:09:19 +00:00
Jordan Dominion 5f3f78ed23 Update nix SHA256 for TGS v6.12.3 2025-01-04 10:07:03 -05:00
tgstation-server-ci[bot] 4a2a7531a0 Merge branch 'master' into dev 2025-01-04 01:55:29 +00:00
Jordan Dominion db8459915d Version bump to 6.12.3 2025-01-03 18:59:27 -05:00
dependabot[bot]andGitHub a117e1f759 Bump coverlet.collector from 6.0.2 to 6.0.3
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-31 10:00:31 +00:00
dependabot[bot]andGitHub a9f651a416 Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0)

Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 10:00:53 +00:00
Jordan Dominion d9dcbba795 Compatibility with SpacemanDMM's redefined_proc lint
Closes #2056
2024-12-21 11:13:04 -05:00
Jordan Dominion 779510734f Version bump to 6.12.2 2024-12-19 18:19:09 -05:00
Jordan Dominion bd5b721045 Version bump to 6.12.1 2024-12-18 19:24:33 -05:00
Jordan Dominion eb817e6223 Fix nix versioning 2024-12-17 17:33:54 -05:00
tgstation-server-ci[bot] 21f98c089d Update nix SHA256 for [TGSRelease] v6.12.0 2024-12-16 23:10:24 +00:00
Jordan Dominion 416a1278a0 Update webpanel 2024-12-13 12:14:47 -05:00
dependabot[bot]andGitHub 11a0001688 Bump the mstest group with 2 updates
Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.6.4)

Updates `MSTest.TestFramework` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.6.4)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 10:09:34 +00:00
Jordan Dominion a64c0c278f Revert "Fuckify this for a moment"
This reverts commit c54e8b8c79.
2024-11-26 21:34:56 -05:00