Dominion
3c9f426823
Version bump to 5.12.1
2023-05-17 19:07:02 -04:00
Dominion
25a74c3234
Add missing events to DMAPI
2023-05-14 10:49:43 -04:00
Dominion
4793012413
Test resistance to rate limit issues
...
- Unsealed ApiClient to allow tests to override with rate limit aware client that waits for rate limits to clear.
- Allowed injecting into ServerClientFactory's static ApiClientFactory.
- Use Octokit provided function for calculating retry delays.
- Fixed a rogue newline semicolon.
- Moved downgrade migrations test out of live tests.
- Admin tests now check for V5 releases.
- Fixed not disposing a StringContent in ApiClient.
- Bump client patch version.
- Added missing .ConfigureAwait(false) to async ApiClient call.
2023-04-29 15:14:22 -04:00
Dominion
e1f471beb6
Add -map-threads parameter support
2023-04-28 21:24:01 -04:00
Dominion
bb6cec3456
Fix another bad API definition [APIDeploy]
2023-04-26 00:50:38 -04:00
Dominion
232b1a017a
Version bump to 5.12.0
2023-04-25 21:21:47 -04:00
Dominion
48214902fb
Minor API version fix
2023-04-25 21:21:25 -04:00
Dominion
c1f68d9243
Added error code for swarm integrity check failures
2023-04-22 11:40:01 -04:00
Dominion
c52cbcef31
Add configuration option to set expected number of nodes in swarm
2023-04-21 10:11:18 -04:00
Dominion
a1b5dbe6ac
Abstract HttpClient and FileDownloader
...
- Set all requests to use assemblyInformationProvider UserAgent by default.
- Removed DefaultIOManager's dependency on IAssemblyInformationProvider.
- Fixed bad Dispose scope for requests under construction in SwarmService.
2023-04-21 03:15:39 -04:00
Dominion
bdcc11673a
Minor update to Host Watchdog and Program.cs in Host
2023-04-21 00:54:38 -04:00
Dominion
a5a86bcd6d
Adds missing undef [DMDeploy]
2023-04-17 13:14:58 -04:00
Dominion
633b628f2d
Remove stray semi-colon from DMAPI [DMDeploy]
2023-04-17 11:26:17 -04:00
Dominion
5d6f207547
Version bump to 5.11.0
2023-04-16 23:52:09 -04:00
Dominion
70689d8036
The big topic chunking commit
...
- Implemented topic request and response chunking
- Removed GitHub workflows from .sln as they are auto-detected
- Interop version bump to 5.6.0
- DMAPI version bump to 6.4.0
- Split common chunking code into its own DMAPI/v5 file
- Added DMAPI/v5 file just for all the new topic handling methods
- Fixed runtime errors duing Topic calls not being reported to TGS
- Fixed certain topic requests returning lists instead of JSON
- Bridge and topic response chunk handling merged into `BridgeRequestChunker` now just `Chunker`
- `CombinedTopicResponse` is no longer used outside of SessionController
2023-04-16 17:31:48 -04:00
Dominion
082722690b
Version bump to 5.10.0
2023-04-14 14:22:03 -04:00
Dominion
915a52a3c2
Version bump to 5.9.0
2023-04-10 10:22:30 -04:00
Kyle Spier-Swenson and GitHub
a4a5b725dd
Update Version.props dmapi version
2023-04-07 12:11:56 -07:00
Dominion
ced7324657
Version bump to 5.8.0
2023-04-05 00:17:30 -04:00
Dominion
b60b6ffc3f
@MrStonedOne MitM requested changes.
2023-04-05 00:16:26 -04:00
Dominion
28571bd056
Support chat message queuing from chat commands.
2023-04-03 12:29:16 -04:00
Dominion
c4501940a5
Version bump to 5.7.3
2023-04-03 00:17:42 -04:00
Dominion
0a18905e16
Fix DMAPI embed footer serialization
2023-04-02 22:02:08 -04:00
Dominion
a5a8f9a2ab
Version bump to 5.7.2
2023-04-02 12:51:06 -04:00
Dominion
7f120c25af
Version bump to 5.7.1
2023-04-01 22:17:07 -04:00
Dominion
2440372118
Allow extending /datum/tgs_chat_commands
2023-03-31 20:46:48 -04:00
Dominion
d929ed6fec
Add support for reading DD output to file
2023-03-31 20:38:10 -04:00
Dominion
16205b138b
Version bump to 5.6.0
2023-03-31 11:36:15 -04:00
Dominion
c7b666646c
Add chat embed system
2023-03-28 02:20:05 -04:00
Dominion
6f58c1318d
Version bump to 5.5.0
2023-03-27 12:07:33 -04:00
Dominion
b44e141b78
Version bump to 5.4.0
2023-03-25 14:02:34 -04:00
Dominion
0c2b3e0f2c
Disable delayed autostart
2023-03-25 13:14:45 -04:00
Dominion
fdb3672e52
Version bump to 5.3.3
2023-03-24 14:26:59 -04:00
Dominion
bae65d6913
Fix login refreshing not working
...
Updated package info
Uploaded to nuget manually
2023-02-15 17:16:32 -05:00
Dominion
022b486e98
Fix Environment variables being overwritten by container script
2023-02-15 15:40:24 -05:00
Dominion
8e7fe89e42
Fix controller not accepting DreamDaemonRequests
2023-02-03 18:59:22 -05:00
Dominion
8f5755310f
Stringify chat channel Id in API.
...
This is to deal with JSON and u64 being shitty
2023-01-21 13:53:33 -05:00
Dominion
706de06608
Version bump to 5.3.0
2023-01-20 15:52:36 -05:00
tgstation-server
dcb520693e
Merge branch 'master' into dev
2023-01-03 23:57:20 +00:00
Dominion
1449276ba9
Version bump to 5.2.4
2022-12-20 13:31:22 -05:00
tgstation-server
3098c9547d
Merge branch 'master' into dev
2022-10-31 01:40:24 +00:00
Dominion
58711ecfbd
Version bump to 5.2.3
2022-10-30 21:03:19 -04:00
AffectedArc07
e346238472
DMAPI 515 compat for TGS3
2022-10-27 18:13:11 +01:00
Dominion
4ff2f78332
Version bump to 5.2.2
2022-10-10 14:37:52 -04:00
Dominion
a57f032ce4
Version bump to 5.2.1
2022-10-09 10:20:15 -04:00
Jordan Brown
54e31f0b23
Add option do disable branding on deployment embed
...
Closes #1332
2022-10-04 17:08:59 -04:00
Jordan Brown
78cac73564
Prep for next minor release
2022-09-29 09:45:54 -04:00
Jordan Brown
9b5002e483
Prep for next patch
2022-09-29 09:45:18 -04:00
Jordan Brown
a4484ec6d1
Bump TGS Migrator patch version
2022-09-28 16:41:22 -04:00
Jordan Brown
5e3b4372d0
Changes for a path proxyable webpanel
2022-09-28 15:00:38 -04:00