Commit Graph
9876 Commits
Author SHA1 Message Date
Jordan Brown 2b298ddd21 Remove more unused usings 2020-03-28 12:59:03 -04:00
Jordan Brown 32bbcf546e Update repo docs 2020-03-28 12:58:55 -04:00
Jordan Brown ecbb27bf32 Add a message to indicate npm restore is happening 2020-03-28 12:54:54 -04:00
Jordan Brown 64cb53114c Migrate frameworks to .NET Core 2.2 2020-03-28 12:53:48 -04:00
Jordan Brown 4c5e76627e Remove waffle badge 2020-03-28 12:40:50 -04:00
Jordan Brown 0654910b77 Minor CONTRIBUTING.md update 2020-03-28 12:28:20 -04:00
Jordan Brown 5c055dc727 Add a workflow to merge master to dev 2020-03-28 12:24:55 -04:00
Jordan Brown 5ce49dfb4d Remove an unused using 2020-03-28 12:13:36 -04:00
Jordan Brown c12855fb53 Bump travis BYOND version 2020-03-28 12:12:11 -04:00
Jordan Brown 15fab24fa2 Add the dev branch to appveyor and travis 2020-03-28 12:10:55 -04:00
Jordan Brown f39834bdaa Temporarily hide the existence of the WindowsWatchdog for the 4.0.2.0 release 2020-03-28 12:07:28 -04:00
Jordan Brown fb4dfa532d Update a selection of nuget packages 2020-03-28 11:54:19 -04:00
Jordan BrownandGitHub 8c00e72d2c Merge pull request #909 from tgstation/896-ChatReconnection
Adds Chat Reconnection System
2020-03-25 15:22:33 -04:00
Jordan Brown 2c980aab2f Add a basic chat bot integration test 2020-03-25 14:06:12 -04:00
Jordan Brown d804c1fb2d Actually use that IServerControl.Die fix 2020-03-25 14:05:56 -04:00
Jordan Brown 5825b407ba Set a default chat bot reconnection interval 2020-03-25 14:05:08 -04:00
Jordan Brown 1c6b1975c5 Update CONTRIBUTING.md with Sqlite info 2020-03-25 14:04:48 -04:00
Jordan Brown 24cdec0fdf Fix a bunch of namespace/doc issues 2020-03-25 13:49:40 -04:00
Jordan Brown ec0364a848 Merge branch 'master' of https://github.com/tgstation/tgstation-server into 896-ChatReconnection 2020-03-25 13:41:08 -04:00
Jordan Brown e9fecb37ad Suppress CA1506 in Sqlite migration 2020-03-25 13:34:33 -04:00
Jordan Brown 084e48f9f6 Fix IServerControl.Die() requiring a host watchdog 2020-03-25 13:28:37 -04:00
Jordan Brown 4fd9d9d228 Merge master 2020-03-25 13:28:11 -04:00
Jordan BrownandGitHub 25e92f83bc Merge pull request #904 from tgstation/885-SqliteSupport
Add SQLite support
2020-03-25 00:24:17 -04:00
Jordan Brown 9c4ea96d93 Merge branch 'master' of https://github.com/tgstation/tgstation-server into 885-SqliteSupport 2020-03-24 23:46:10 -04:00
Jordan Brown 010cc45289 Hide and disable Sqlite support 2020-03-24 23:46:03 -04:00
Jordan Brown 9c687e3bf0 Whitespace cleanup 2020-03-24 23:45:20 -04:00
Jordan Brown b6862feac0 Adds right and controller validation 2020-03-24 23:31:11 -04:00
Jordan Brown 7a5890aea1 Remove unused using 2020-03-24 23:19:01 -04:00
Jordan Brown 925b48683d Adds TGS4_TEST_DISCORD_TOKEN env var to appveyor 2020-03-24 22:53:35 -04:00
Jordan Brown bc67ad28bf Adds a Discord reconnection test 2020-03-24 22:53:20 -04:00
Jordan Brown 26c5632289 Hack automatic reconnection into the chat system 2020-03-24 17:08:44 -04:00
Jordan Brown 55b4834126 Merge branch 'master' of https://github.com/tgstation/tgstation-server into 896-ChatReconnection 2020-03-24 15:35:29 -04:00
Jordan BrownandGitHub 2e7ddfe66a Merge pull request #901 from AffectedArc07/linux-ordering
Maybe fixes linux pathing
2020-03-24 11:04:39 -04:00
Jordan Brown b3292e82ca Add missing integration test failure retries 2020-03-23 00:10:28 -04:00
Jordan Brown f5589b02a1 Adds a user spam integration test.
This is mainly to test server load as well as SQLite async support.
2020-03-22 20:38:35 -04:00
Jordan Brown 6a474239ea Test SQLite in travis 2020-03-22 17:40:08 -04:00
Jordan Brown 75e4e49f60 Add SQLite migration 2020-03-22 17:37:03 -04:00
Jordan Brown cd0148cc2d Minor warning cleanup 2020-03-22 17:36:53 -04:00
Jordan Brown 80aecc914d Reduce setup wizard complexity 2020-03-22 17:34:44 -04:00
Jordan Brown 90d66396f1 Minor indentation cleanup 2020-03-22 17:14:02 -04:00
Jordan Brown 49bf4463ab Rename Models.Migrations -> Database.Migrations 2020-03-22 17:13:47 -04:00
Jordan Brown 49b740b4b6 Add SQLite Setup Wizard support 2020-03-22 16:59:21 -04:00
Jordan Brown e13e66b161 Make default DB SQLite 2020-03-22 16:59:01 -04:00
Jordan Brown e352741a8b Add SQLite connection support (no migrations) 2020-03-22 16:58:38 -04:00
Jordan Brown 2c64c01bf8 Minor indentation cleanup 2020-03-22 15:58:20 -04:00
Jordan Brown 5730291017 Use DatabaseType instead of UseMySQLMigrations 2020-03-22 15:47:09 -04:00
Jordan Brown 01af820925 Change UseMySQLMigrations into a property 2020-03-22 15:25:22 -04:00
Jordan BrownandGitHub 99c7c68d13 Merge branch 'master' into linux-ordering 2020-01-22 11:44:12 -05:00
AffectedArc07 38d4c8103a Maybe fixes linux pathing 2020-01-21 17:24:43 +00:00
Jordan Brown f0eddb91cf Adds Api.Models.Internal.ChatBot.ReconnectionInterval and migration.
Default value of 5.
2020-01-21 12:19:11 -05:00