Commit Graph
4584 Commits
Author SHA1 Message Date
Jordan BrownandGitHub 59effd07fd Merge pull request #1146 from tgstation/dev [APIDeploy][NugetDeploy][DMDeploy][TGSDeploy]
v4.6.0
api-v7.4.0 dmapi-v5.2.8
2020-11-06 22:43:12 -05:00
Jordan Brown a32162d29c Version bump to 4.6.0 2020-11-06 20:25:37 -05:00
Jordan BrownandGitHub b710f2f4bb Merge pull request #1145 from tgstation/949-CustomDDParams
Custom DreamDaemon Parameters
2020-11-06 14:50:33 -05:00
Jordan Brown 61dd33fe78 Fix SQLite migration 2020-11-06 14:17:56 -05:00
Jordan Brown b1ca333c2b Fix a fatal flaw with the port allocator 2020-11-06 13:19:49 -05:00
Jordan Brown ad75600890 Custom DreamDaemon Parameters
Closes #949
2020-11-06 13:02:09 -05:00
Jordan Brown bf390840c5 Merge branch 'master' into dev 2020-11-06 02:56:48 -05:00
Jordan BrownandGitHub 6cef32c4ad Merge pull request #1144 from tgstation/MinorCleanups
Minor Improvements
2020-11-05 20:57:20 -05:00
Jordan Brown f473d11fd5 Cleanup solution items
- Add all missing items
- Rename a DMAPI file
- Add a missing DMAPI README.md
- Removes TGS.postman_collection.json
- Delete rogue dev config file
- Fix bug with initial setup in Docker
- Minor README.md update
2020-11-05 20:18:14 -05:00
tgstation-server 5b3d79ddfe Merge branch 'master' into dev 2020-11-05 20:38:13 +00:00
Jordan BrownandGitHub bad632cbe8 Merge pull request #1142 from tgstation/APIDocFix
Fix that annoying Docker startup bug
2020-11-05 15:37:25 -05:00
Jordan BrownandGitHub 00aadc9075 Merge branch 'master' into APIDocFix 2020-11-05 14:59:19 -05:00
Jordan Brown 9922c8f5a8 Docker cleanup
- Add container script to master version list
- Setup wizard now waits for a guaranteed config reload

Fixes #1138
2020-11-05 14:57:36 -05:00
tgstation-server 83f92c1b7a Merge branch 'master' into dev 2020-11-04 17:05:49 +00:00
Jordan BrownandGitHub 82811ef787 Merge pull request #1139 from tgstation/APIDocFix
Fix hosting API documentation in production
2020-11-04 12:05:01 -05:00
Jordan Brown 1309e8aa43 Fix StyleCop warning 2020-11-04 09:56:23 -05:00
Jordan Brown 207f749c07 Reposition some code 2020-11-03 16:42:06 -05:00
Jordan Brown 5284615c69 Improve master version handling 2020-11-03 14:30:22 -05:00
Jordan Brown 2360bcbe0f Adding a safety CancellationToken check 2020-11-03 14:25:02 -05:00
Jordan Brown 526107a785 Suppress yet another CA1506 2020-11-03 13:12:39 -05:00
Jordan Brown ad36b98d40 Fix potential deadlock in job startup 2020-11-03 12:45:35 -05:00
Jordan Brown 49bfa5e665 Add a small amount of logging to ServerFactory 2020-11-03 12:33:54 -05:00
Jordan Brown b0f9e2f348 Fix ServerFactory ignoring SetupWizardMode.Only 2020-11-03 11:58:02 -05:00
Jordan Brown 11538986aa Move SetupWizardMode to Setup namespace 2020-11-03 11:44:23 -05:00
Jordan Brown bb1c5c4d98 Cleanup unecessary double call 2020-11-03 11:42:26 -05:00
Jordan Brown 7b98acdf96 Fixed typo in HostApiDocumentation setting
- Config version patch bump (Yes, it is technically a breaking change
but I think it's forgivable as this is how it was spelt in the
changelog).
2020-11-03 11:36:52 -05:00
Jordan Brown 5d20fa76c0 Fix hosting API documentation in production
- Actually inject the swagger service if the config is set.
- This setting is no longer overridden by launching in development mode.
2020-11-03 11:35:49 -05:00
tgstation-server e707d353d0 Merge branch 'master' into dev 2020-10-20 18:03:35 +00:00
Jordan Brown 0ea4b12abf Fix UTF-8 specifiers [DMDeploy] dmapi-v5.2.7 2020-10-20 14:02:30 -04:00
tgstation-server 40e740a0f8 Merge branch 'master' into dev 2020-10-20 17:37:11 +00:00
Jordan Brown 8b189d9fd3 Minor integration test timeout buff [DMDeploy] 2020-10-20 13:36:09 -04:00
tgstation-server 060eddff49 Merge branch 'master' into dev 2020-10-20 17:07:46 +00:00
Jordan Brown 6775168c7f Fix CI powershell env updates [DMDeploy] 2020-10-20 13:06:25 -04:00
Jordan Brown 5a4e1a232d Minor whitespace cleanup 2020-10-20 13:05:43 -04:00
Jordan Brown 0674f78c46 Merge branch 'master' into dev 2020-10-20 12:58:20 -04:00
Jordan BrownandGitHub 76b5e03d3f Merge pull request #1137 from tgstation/MinorDMAPIOpt [DMDeploy]
Small DMAPI v3 Optimization
2020-10-20 11:01:08 -04:00
Jordan Brown 1a0ddd3a7e Just use the TGS_DMAPI_VERSION here
ODR, it'll work, and if we make v6 CI will tell us to change it.
2020-10-19 22:41:12 -04:00
Jordan Brown d3bfa091ce Generate code for DMAPI version
So it doesn't need to be remebered that it's in 3 places
2020-10-19 22:31:46 -04:00
Jordan Brown bb72c51234 Micro-optimization 2020-10-19 21:25:57 -04:00
tgstation-server 7acca8c50d Merge branch 'master' into dev 2020-10-15 20:04:42 +00:00
Jordan BrownandGitHub 97640665a2 Merge pull request #1136 from tgstation/1126-SmartPortAssignment
Adds better port allocation
2020-10-15 16:03:54 -04:00
Jordan Brown 65a6bc48fc Adds better port allocation 2020-10-15 15:35:12 -04:00
Jordan BrownandGitHub 96840c712c Merge pull request #1135 from tgstation/1114-WeExistAndYouArentAllowed
403 instead of 404 on foreign bridge request
2020-10-13 12:17:22 -04:00
Jordan Brown ea58b9af01 403 instead of 404 on foreign bridge request
Closes #1114
2020-10-13 11:21:50 -04:00
Jordan BrownandGitHub f18fa829a1 Merge pull request #1134 from tgstation/1113-EasiestShitIveEverSeen
Adds X-Powered-By response header
2020-10-13 11:19:30 -04:00
Jordan Brown 3c3d737518 Adds X-Powered-By response header 2020-10-12 22:00:51 -04:00
Jordan BrownandGitHub 29da447aae Merge pull request #1133 from tgstation/WebPanel
Adds webpanel v1.0.1 to the project
2020-10-12 21:51:55 -04:00
Jordan Brown f9e83c7aab Fix Docker build for real this time 2020-10-12 21:14:57 -04:00
Jordan Brown e6fffdde39 Fix some versions XML navigation issues 2020-10-12 20:49:19 -04:00
Jordan Brown 3e9b75a48f Add ControlPanelVersion.props to Docker build 2020-10-12 20:49:00 -04:00