Commit Graph
9876 Commits
Author SHA1 Message Date
Jordan Dominion 8699ad1620 Fix build warnings 2024-10-06 13:26:02 -04:00
Jordan Dominion 86a6971581 Reorganize GraphQL types and make OAuthProviders stronger 2024-10-06 13:24:59 -04:00
Jordan Dominion 8f734af210 Fix changelog.yml deserialization 2024-10-06 11:21:22 -04:00
Jordan Dominion 5e86d0c7a4 Fix some GraphQL holes in release notes 2024-10-06 10:59:11 -04:00
Jordan Dominion b2dcec3fdc Correct an actions step name 2024-10-06 10:54:53 -04:00
Jordan Dominion 09572f667e Merge branch 'dev' into GraphQLGitHub 2024-10-06 10:50:38 -04:00
Jordan Dominion e240d86429 Pull together all the metadata, documentation, tooling, etc to start pre-releasing the GraphQL API 2024-10-06 10:49:32 -04:00
Jordan Dominion 449e3ad282 Make authorized gateway information fields properly non-nullable 2024-10-06 10:09:23 -04:00
Jordan DominionandGitHub e82b1a6f39 Merge pull request #1935 from craftxbox/dev
Refactor IrcProvider just a little
2024-10-04 23:21:47 -04:00
tgstation-server-ci[bot]andGitHub 0e8e623299 Merge pull request #1947 from tgstation/dependabot/nuget/Swashbuckle.AspNetCore.Newtonsoft-6.8.1
Bump Swashbuckle.AspNetCore.Newtonsoft from 6.8.0 to 6.8.1
2024-10-05 02:33:11 +00:00
tgstation-server-ci[bot]andGitHub f764e3e394 Merge pull request #1952 from tgstation/dependabot/nuget/MSTest.TestFramework-3.6.1
Bump MSTest.TestFramework from 3.6.0 to 3.6.1
2024-10-05 00:34:32 +00:00
craftxboxandGitHub 59aba1f342 Merge branch 'dev' into dev 2024-10-04 19:56:59 -02:30
tgstation-server-ci[bot]andGitHub 6588066053 Merge pull request #1948 from tgstation/dependabot/nuget/StrawberryShake.Server-13.9.14
Bump StrawberryShake.Server from 13.9.12 to 13.9.14
2024-10-04 21:58:16 +00:00
dependabot[bot]andGitHub 36e711d896 Bump MSTest.TestFramework from 3.6.0 to 3.6.1
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.0 to 3.6.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.6.0...v3.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 17:04:14 +00:00
tgstation-server-ci[bot]andGitHub 91831b500a Merge pull request #1953 from tgstation/dependabot/nuget/MSTest.TestAdapter-3.6.1
Bump MSTest.TestAdapter from 3.6.0 to 3.6.1
2024-10-04 17:00:33 +00:00
tgstation-server-ci[bot]andGitHub 9fea6f8d7e Merge pull request #1951 from tgstation/dependabot/nuget/Elastic.CommonSchema.Serilog-8.12.1
Bump Elastic.CommonSchema.Serilog from 8.11.1 to 8.12.1
2024-10-04 11:59:48 +00:00
dependabot[bot]andGitHub 4bba2547d0 Bump MSTest.TestAdapter from 3.6.0 to 3.6.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.0 to 3.6.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.6.0...v3.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 10:04:12 +00:00
dependabot[bot]andGitHub 772554f74f Bump Swashbuckle.AspNetCore.Newtonsoft from 6.8.0 to 6.8.1
Bumps [Swashbuckle.AspNetCore.Newtonsoft](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.8.0 to 6.8.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 05:57:10 +00:00
tgstation-server-ci[bot]andGitHub 41711e33cb Merge pull request #1949 from tgstation/dependabot/nuget/Swashbuckle.AspNetCore-6.8.1
Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1
2024-10-04 05:53:49 +00:00
craftxbox 94aafc1f9a fix the tests (i forgot about them) 2024-10-04 01:11:25 -02:30
craftxbox 4123991fe5 bump the config version
also style fixes
2024-10-03 21:39:26 -02:30
craftxbox 16e035955f Update README.md 2024-10-03 21:39:18 -02:30
craftxbox 0efd4c400f debug var for irc provider 2024-10-03 21:39:06 -02:30
craftxbox 8e9cb0eb3a Changes from review 2024-10-03 21:38:34 -02:30
craftxbox 5c4f55850c Refactor IrcProvider just a little 2024-10-03 21:38:24 -02:30
tgstation-server-ci[bot] 726de9891e Merge branch 'master' into dev 2024-10-03 23:40:02 +00:00
tgstation-server-ci[bot]andGitHub dfd67e1226 Merge pull request #1950 from tgstation/dependabot/github_actions/master/elgohr/Publish-Docker-Github-Action-ec61b713af46c32efaa27ac2626c2acb82ce6435
Bump elgohr/Publish-Docker-Github-Action from 38987302af488ecaab9aa56003116c62436d7648 to ec61b713af46c32efaa27ac2626c2acb82ce6435
2024-10-03 23:37:55 +00:00
dependabot[bot]andGitHub cfa554d023 Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.8.0 to 6.8.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 22:23:09 +00:00
dependabot[bot]andGitHub c466187763 Bump StrawberryShake.Server from 13.9.12 to 13.9.14
Bumps [StrawberryShake.Server](https://github.com/ChilliCream/graphql-platform) from 13.9.12 to 13.9.14.
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](https://github.com/ChilliCream/graphql-platform/compare/13.9.12...13.9.14)

---
updated-dependencies:
- dependency-name: StrawberryShake.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 22:23:06 +00:00
dependabot[bot]andGitHub e040fcdec1 Bump Elastic.CommonSchema.Serilog from 8.11.1 to 8.12.1
Bumps [Elastic.CommonSchema.Serilog](https://github.com/elastic/ecs-dotnet) from 8.11.1 to 8.12.1.
- [Release notes](https://github.com/elastic/ecs-dotnet/releases)
- [Commits](https://github.com/elastic/ecs-dotnet/compare/8.11.1...8.12.1)

---
updated-dependencies:
- dependency-name: Elastic.CommonSchema.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 22:23:05 +00:00
Jordan DominionandGitHub 74860d7fb7 Merge pull request #1946 from tgstation/MillionthCIFix
Gorillionth CI Fix
2024-10-03 17:57:14 -04:00
Jordan Dominion 9d2b1d520a Increase subscription buffers 2024-10-02 20:43:00 -04:00
Jordan Dominion d24abb5920 Fix potential race conditions with user subscription test 2024-10-02 20:28:32 -04:00
Jordan Dominion 330fbdf08a Bro 2024-10-02 19:26:32 -04:00
Jordan Dominion fbb41a3e80 Merge branch 'dev' into MillionthCIFix 2024-10-02 17:11:06 -04:00
Jordan Dominion 564e903f98 Add some buffer time to allow subscriptions to catch up 2024-10-02 17:10:34 -04:00
dependabot[bot]andGitHub 278bb9d763 Bump elgohr/Publish-Docker-Github-Action
Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 38987302af488ecaab9aa56003116c62436d7648 to ec61b713af46c32efaa27ac2626c2acb82ce6435.
- [Release notes](https://github.com/elgohr/publish-docker-github-action/releases)
- [Commits](https://github.com/elgohr/publish-docker-github-action/compare/38987302af488ecaab9aa56003116c62436d7648...ec61b713af46c32efaa27ac2626c2acb82ce6435)

---
updated-dependencies:
- dependency-name: elgohr/Publish-Docker-Github-Action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 09:12:30 +00:00
Jordan Dominion 87e8896f96 Revert "Changing port allocation tactics for the millionth time"
This reverts commit a131fea124.
2024-09-30 15:52:38 -04:00
Jordan Dominion a9fc80b0fc Revert "Some code cleanup regarding port allocation"
This reverts commit 8e030eda38.
2024-09-30 15:52:19 -04:00
Jordan Dominion 02d3d162f0 Revert "Tweaking test port due to conflict in GitHub actions for the gorillionth time"
This reverts commit f8973b76fc.
2024-09-30 15:50:36 -04:00
tgstation-server-ci[bot]andGitHub fff6410b08 Merge pull request #1945 from tgstation/dependabot/nuget/Npgsql.EntityFrameworkCore.PostgreSQL-8.0.8
Bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8
2024-09-28 19:03:24 +00:00
tgstation-server-ci[bot]andGitHub 18eb5e9455 Merge pull request #1944 from tgstation/dependabot/nuget/YamlDotNet-16.1.3
Bump YamlDotNet from 16.1.2 to 16.1.3
2024-09-28 00:02:55 +00:00
Jordan Dominion f8973b76fc Tweaking test port due to conflict in GitHub actions for the gorillionth time 2024-09-27 17:08:37 -04:00
Jordan Dominion 97228e9893 Fix new PR comments sometimes not happening 2024-09-27 17:06:11 -04:00
dependabot[bot]andGitHub ad5445cdc3 Bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8
Bumps [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) from 8.0.4 to 8.0.8.
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](https://github.com/npgsql/efcore.pg/compare/v8.0.4...v8.0.8)

---
updated-dependencies:
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:43:40 +00:00
dependabot[bot]andGitHub 8f2f4a22d0 Bump YamlDotNet from 16.1.2 to 16.1.3
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.1.2 to 16.1.3.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v16.1.2...v16.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:42:47 +00:00
Jordan DominionandGitHub 61a784459c Merge pull request #1936 from tgstation/graphql
More GraphQL Work
2024-09-25 23:19:25 -04:00
Jordan Dominion a979c49ef9 Workaround for https://github.com/ChilliCream/graphql-platform/issues/6698 2024-09-25 20:43:57 -04:00
tgstation-server-ci[bot]andGitHub f5a44581d2 Merge pull request #1942 from tgstation/dependabot/nuget/Microsoft.Diagnostics.NETCore.Client-0.2.547301
Bump Microsoft.Diagnostics.NETCore.Client from 0.2.532401 to 0.2.547301
2024-09-25 21:31:59 +00:00
tgstation-server-ci[bot]andGitHub 12d5e552c8 Merge pull request #1941 from tgstation/dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-8.1.0
Bump Microsoft.IdentityModel.JsonWebTokens from 8.0.2 to 8.1.0
2024-09-25 13:56:39 +00:00