Commit Graph
488 Commits
Author SHA1 Message Date
Jordan Brown 9594a21722 Merge branch 'master' into dev 2022-09-28 14:24:44 -04:00
Jordan Brown cf83e8e250 We're on 5.0.4 2022-09-28 06:15:40 -04:00
Jordan Brown e9008e74a1 Add a way to skip the BYOND firewall exemption step with config 2022-09-28 06:08:28 -04:00
Jordan Brown 28b54570d7 Minor version bump 2022-09-27 21:07:49 -04:00
Jordan DominionandGitHub 9c258a8f96 Merge branch 'dev' into TGS3Migrator 2022-09-27 21:06:20 -04:00
Jordan Brown 875ed029f2 Add TGS3 -> TGS5 migrator 2022-09-27 01:48:59 -04:00
Jordan Brown 891591703b Remove another tgstation-server 4 reference 2022-09-26 15:26:54 -04:00
Jordan Brown fe0523b551 Remove version number from TGS service [TGSDeploy] 2022-09-25 12:57:38 -04:00
Jordan Brown dfc286b3fc Set Cache-Control: no-cache for API responses 2022-09-25 01:59:33 -04:00
Jordan Brown 9c5bc17961 Version bump to 5.0.1 2022-09-21 09:45:27 -04:00
Jordan Brown b15bcd9fa0 More project standardization 2022-09-19 10:09:53 -04:00
Jordan Brown 6960525688 Update to .net-6.0. Fix errors and warnings
- Address various IDE messages
- Additional logging
- Do not access DB in Watchdog's actual Dispose
- Fix issue with legacy behaviour in PGSQL
- Remove obsolete dotnet workaround
- Update to v3 actions checkout/upload-artifact/download-artifact
2022-09-13 18:41:18 -04:00
AffectedArc07 3ef746379a Fix DD response model 2022-08-24 20:12:59 +01:00
Jordan Brown 49228ed6da Add Profiler Option to DD 2022-08-21 23:05:00 -04:00
Jordan Brown 5f4c368a10 Add optional dumping on heartbeat restart
- Tied to CreateDumps permission
- Adds migration
- Adds tests
- Fix API library and client versions
2022-08-11 13:07:01 -04:00
Jordan DominionandGitHub a640956d79 Bump core version to 4.18.0 2022-07-28 15:18:45 -04:00
AffectedArc07andGitHub e51cf2b695 Merge branch 'dev' into aa/invision-auth 2022-07-28 17:42:03 +01:00
AffectedArc07 d1a3812664 Cyber tweaks 2022-07-28 17:36:22 +01:00
AffectedArc07 c52afdf88e Version bump to 4.17.1 2022-07-18 23:37:31 +01:00
Jordan DominionandGitHub 30d4ccf7f9 Bump core and client version 2022-04-18 21:25:07 -04:00
spookydonut 103ee7d749 Bump api version 2022-04-19 07:23:46 +08:00
Jordan Brown bf9832d98c Bump DMAPI version 2022-02-26 17:32:38 -05:00
Jordan Brown 8f27f2f9de Make the DMAPI didn't validate error more descriptive 2022-02-15 16:19:08 -05:00
Jordan Brown d4edf27ea9 Version bump to 4.16.1 2022-02-02 21:10:35 -05:00
Jordan Brown d7c2a364ac Version bump to 4.16.0 2022-01-28 19:13:27 -05:00
Jordan BrownandGitHub af642b6d1d Merge branch 'master' into dev 2021-12-16 18:46:48 -05:00
Jordan Brown 43b1d9bc34 Version bump to 4.15.7 2021-11-02 15:15:56 -04:00
Jordan Brown 29f505ee29 Make process priorities a configuration option 2021-10-27 13:23:51 -04:00
Jordan Brown 5ea9617b70 Version bump to 4.15.6 2021-10-18 14:12:43 -04:00
Jordan Brown 839c767f1c Version bump to 4.15.5 2021-10-14 10:28:49 -04:00
Jordan Brown d0e3ae5c55 Version bump to 4.15.4 2021-10-08 17:17:27 -04:00
Jordan Brown d08719ffd0 Fix client versions [NugetDeploy] 2021-10-08 14:52:01 -04:00
Jordan Brown cd71d77841 Added OAuth login methods to client[NugetDeploy][TGSDeploy] 2021-10-07 15:13:18 -04:00
Jordan Brown 40a6ad8d63 Version bump to 4.15.3 2021-10-05 14:58:57 -04:00
Jordan Brown 33ef2c52f8 Version bump to 4.15.2 2021-10-01 10:38:06 -04:00
Jordan Brown 17bcdc1714 Version bump to 4.15.1 2021-09-27 19:18:32 -04:00
Jordan Brown b9565185ac Support for describing a job's current stage 2021-09-01 10:28:04 -04:00
Jordan Brown ad75c3444c Version bump to 4.14.1 2021-08-30 18:58:54 -04:00
Jordan Brown 831f2d539f Bump control panel versions [APIDeploy][NugetDeploy] 2021-08-28 21:00:08 -04:00
Jordan Brown 686a1694c6 Adds option to change DreamDaemon visibility
- API Version bump to 9.2.0.
- Add DreamDaemonVisibility enum.
- Add DreamDaemonLaunchParameters.Visibility, requires relaunch to adjust.
- Add DreamDaemonResponse.CurrentVisibility.
- Add ReattachInformation.LaunchVisibility.
- Add DreamDaemonRights.SetVisibility.
- Fix DreamDaemonRights.SetAdditionalParameters not giving POST access to /DreamDaemon.
- Add migrations.
- Add permissions tests.
- SessionControllerFactory now handles setting visibility parameter.
2021-08-25 14:54:00 -04:00
Jordan Brown 5a5c7fafef Version bump to 4.14.0 2021-08-18 15:25:28 -04:00
Jordan BrownandGitHub 9c6a5bf85b Merge branch 'dev' into 1278-InstanceProperty 2021-08-11 06:07:11 -04:00
Jordan Brown 06c1c8d827 Adds the accessible property to InstanceResponse 2021-08-11 04:30:21 -04:00
Jordan Brown a2fb0bbe45 Graceful shutdowns on POSIX
- Sending `SIGUSR1` on POSIX will now attempt to gracefully shutdown the watchdog with a timeout
- Added `General:ShutdownTimeoutMinutes` config to support this.
- Renamed `General:RestartTimeout` to `General:RestartTimeoutMinutes`
- Config version bump to `4.0.0`
- Core version bump to `4.13.0`
- Added unit tests for new `PosixSignalHandler` class.
2021-08-04 12:34:56 -04:00
Jordan Brown b1d7822ac5 Merge branch 'master' into dev 2021-06-14 23:45:59 -04:00
Jordan Brown 04c07c5c00 Version bump to 4.12.1 2021-06-14 22:32:17 -04:00
AffectedArc07 f1f1f0b312 Tweaks Round #1 2021-06-08 16:41:43 +01:00
AffectedArc07 c4cd4aace5 Elasticsearch log ingest support 2021-06-08 13:34:08 +01:00
Jordan BrownandGitHub 7e5397aa2f Version bump to 4.12.0 2021-06-06 22:46:36 -04:00
Jordan BrownandGitHub c325f9d2f7 Version bump to 4.11.1 [TGSDeploy] 2021-05-11 10:59:30 -04:00