 Jordan BrownandGitHub
|
7dcdde4942
|
Merge pull request #616 from Cyberboss/URLChangeDoc
Web Server Hosting Documentation
|
2018-09-10 11:03:53 -04:00 |
|
Cyberboss
|
b366ad381f
|
Bump client preview version
|
2018-09-10 10:57:56 -04:00 |
|
Cyberboss
|
9facbea539
|
Bump API preview version
|
2018-09-10 10:57:32 -04:00 |
|
Cyberboss
|
4d2f4c1414
|
Repository API model now contains GitHub repo owner and name
|
2018-09-10 10:56:12 -04:00 |
|
Cyberboss
|
4377f1b096
|
Remove IGitHubClient from dependency container
|
2018-09-10 10:26:22 -04:00 |
|
Cyberboss
|
899c291123
|
Fix doc comments
|
2018-09-10 10:25:41 -04:00 |
|
Cyberboss
|
e70a4d9c0b
|
Test release mode as well
|
2018-09-10 10:21:17 -04:00 |
|
Cyberboss
|
e524bcbd36
|
Fix multiarch builds not running
|
2018-09-10 10:19:56 -04:00 |
|
 Jordan BrownandGitHub
|
78e162fcdc
|
Merge branch 'master' into URLChangeDoc
|
2018-09-10 10:12:21 -04:00 |
|
 Jordan BrownandGitHub
|
a8f54a1ea9
|
Merge pull request #617 from tgstation/609-ConfigReloadShit
Safe restart the server if config changes
|
2018-09-10 10:11:09 -04:00 |
|
 Jordan BrownandGitHub
|
d9ee3e73e3
|
Merge pull request #615 from Cyberboss/TestProjects
Fix kinks in watchdog auto start
|
2018-09-10 10:10:52 -04:00 |
|
Cyberboss
|
caa5ce9ebc
|
Add GitHubAccessToken support to appveyor
|
2018-09-10 10:01:27 -04:00 |
|
Cyberboss
|
b2ae012598
|
Add GitHubAccessToken support to the tests
|
2018-09-10 09:59:17 -04:00 |
|
Cyberboss
|
b12bc979cd
|
Add documentation about General:GitHubAccessToken
|
2018-09-10 09:57:07 -04:00 |
|
Cyberboss
|
992ab646d2
|
Use configured GitHubAccessToken when available for Octokit operations
|
2018-09-10 09:55:30 -04:00 |
|
Cyberboss
|
554627226f
|
Add GitHubAccessToken general configuration option
|
2018-09-10 09:31:12 -04:00 |
|
Jordan Brown
|
013a1c16ff
|
Prevent some null reference exceptions
|
2018-09-08 16:45:13 -04:00 |
|
Jordan Brown
|
2f1a52d931
|
Fixup instance watchdog handling
|
2018-09-08 16:06:49 -04:00 |
|
Jordan Brown
|
372cb75c28
|
More changes to make debugging Host Watchdog easier
|
2018-09-08 16:06:13 -04:00 |
|
 Jordan BrownandGitHub
|
e1fa1d3faf
|
Fix more null reattach info errors
|
2018-09-08 15:07:14 -04:00 |
|
Jordan Brown
|
ad29d65ced
|
Minor thing to make debugging with the host watchdog easier
|
2018-09-08 14:55:45 -04:00 |
|
Jordan Brown
|
d74a5ea80b
|
Fix release build
|
2018-09-08 14:54:40 -04:00 |
|
Jordan Brown
|
6c743e06ee
|
Remove unused using
|
2018-09-08 14:44:00 -04:00 |
|
Jordan Brown
|
aac185e51b
|
Add restart on config change if possible
|
2018-09-08 14:43:49 -04:00 |
|
Jordan Brown
|
4739a03e0a
|
Fix integration test
|
2018-09-08 14:35:28 -04:00 |
|
Jordan Brown
|
1d4c498861
|
Add documentation about setting hosting URL and reverse proxying
|
2018-09-08 14:16:00 -04:00 |
|
Jordan Brown
|
d947eb009b
|
Add some logging to ReattachInfoHandler. Fix crashing instance auto start.
|
2018-09-08 13:47:57 -04:00 |
|
Jordan Brown
|
66663fba2a
|
Add default listening URL
|
2018-09-08 13:34:15 -04:00 |
|
Jordan Brown
|
4068843f93
|
Add missing instance field to watchdog onlining job
|
2018-09-08 13:23:47 -04:00 |
|
Jordan Brown
|
d684886dcd
|
Start watchdog on startup onlining via a job. Clean up dependencies a little
|
2018-09-08 13:13:56 -04:00 |
|
Jordan Brown
|
d4389d3c33
|
Throw a JobException if watchdog startup fails from controller
|
2018-09-08 12:54:04 -04:00 |
|
Jordan Brown
|
24925f89cb
|
Add validation for incorrect committer names/emails
|
2018-09-08 12:52:06 -04:00 |
|
Jordan Brown
|
50e58782eb
|
Fix trusted mode prompt still showing on Windows
|
2018-09-08 12:39:36 -04:00 |
|
Jordan Brown
|
19e29e3340
|
Remove old command line test project
|
2018-09-08 12:37:23 -04:00 |
|
 Jordan BrownandGitHub
|
425da91690
|
Merge pull request #610 from Cyberboss/VariousFixes
Some chat fixes
|
2018-09-08 12:26:43 -04:00 |
|
Jordan Brown
|
90a785a9bd
|
Fix InvalidOperationException when updating chat bots without setting Provider property
|
2018-09-08 11:54:14 -04:00 |
|
Jordan Brown
|
ea066c2612
|
Fix IsUpdatesChannel missing from ToApi()
|
2018-09-08 11:53:46 -04:00 |
|
Cyberboss
|
1beb825600
|
[NugetDeploy]
|
2018-09-07 10:40:23 -04:00 |
|
 Jordan BrownandGitHub
|
08be0b23d9
|
Merge pull request #607 from tgstation/Cyberboss-patch-1
Make ClientException fields public
|
2018-09-07 10:37:40 -04:00 |
|
 Jordan BrownandGitHub
|
302a15df18
|
Bump client preview version
|
2018-09-07 09:48:16 -04:00 |
|
 Jordan BrownandGitHub
|
d0c1245877
|
Make ClientException fields public
|
2018-09-07 09:47:47 -04:00 |
|
 Jordan BrownandGitHub
|
e1d4a03d8d
|
Merge pull request #606 from Cyberboss/SomethingOrAnother
Fix using the full version for committer name by default
|
2018-09-07 00:29:28 -04:00 |
|
Jordan Brown
|
fe479a64d2
|
Prevent using CheckoutSha to checkout a reference and vice versa
|
2018-09-06 20:45:36 -04:00 |
|
Jordan Brown
|
f084df02dc
|
Adds IRepository.IsSha
|
2018-09-06 20:41:59 -04:00 |
|
Jordan Brown
|
76ca524299
|
Fix using the full version for committer name
|
2018-09-06 20:33:21 -04:00 |
|
 Jordan BrownandGitHub
|
ea475acad7
|
Merge pull request #605 from tgstation/Cyberboss-patch-1
Fix post clone job failure
|
2018-09-06 19:26:18 -04:00 |
|
 Jordan BrownandGitHub
|
328c048a0e
|
Fix compile error
|
2018-09-06 16:28:58 -04:00 |
|
 Jordan BrownandGitHub
|
84e729bde0
|
Fix post clone job failure
|
2018-09-06 16:21:36 -04:00 |
|
 Jordan BrownandGitHub
|
97f831c548
|
Merge pull request #603 from Cyberboss/StaticFilesDelete
Reduce token expiration clock skew to 1 minute
|
2018-09-06 13:44:41 -04:00 |
|
 Jordan BrownandGitHub
|
30b9fb50be
|
Readd watchdog to docker image
|
2018-09-06 13:03:13 -04:00 |
|