Commit graph

34 commits

Author SHA1 Message Date
Aidan Hahn
7b0184cbd3
all initialized service objects use the same processmanager now, added shutdown hook to deinitialize processmanager and processcontroller objects 2019-05-23 17:24:48 -07:00
Aidan Hahn
9eb18219cb
finished refactoring client for additions to protocol 2019-05-23 16:10:43 -07:00
Aidan Hahn
11d8516417
Refactored JobServClient into multiple modules 2019-05-23 16:06:07 -07:00
Aidan Hahn
d814ff74b0
plugged ProcessManager into ShellServerService 2019-05-23 14:30:37 -07:00
Aidan Hahn
eb15da6ae2
finished unit tests, better process status reporting 2019-05-23 14:21:40 -07:00
Aidan Hahn
7d8f8111c8
unit tests for ProcessManager 2019-05-23 14:00:15 -07:00
Aidan Hahn
d9beaff898
added unit tst for getProcessStatus(), fixed scoping issue in processmanager 2019-05-23 01:26:28 -07:00
Aidan Hahn
9754f23fd8
fix typoes, uncaught exceptions, started unit tests for ProcessManager 2019-05-22 23:51:37 -07:00
Aidan Hahn
7d90f1c87f
hashtable is much better for quick access in critical sections than iterating over a list of possibilities 2019-05-22 22:45:56 -07:00
Aidan Hahn
0433ead782
initial sketch for process manager 2019-05-22 22:25:44 -07:00
Aidan Hahn
622da2d238
Proces Controller Object 2019-05-22 16:23:33 -07:00
Aidan Hahn
37cd129b8b
oops! wrong argument 2019-05-22 01:01:12 -07:00
Aidan Hahn
ea3f84b830
refactored server for dependancy injection, combined tests to run correctly in a multithreaded build 2019-05-21 15:04:18 -07:00
Aidan Hahn
c599902ad5
refactored client constructor to support class dependancy injection 2019-05-21 13:56:37 -07:00
Aidan Hahn
77e0cb3450
added tests for TLS Authentication 2019-05-21 13:25:50 -07:00
Aidan Hahn
5724953e9d
refactored out re-entrant code in client 2019-05-21 01:37:41 -07:00
Aidan Hahn
75c3dcda61
updated README.md 2019-05-19 14:39:41 -07:00
Aidan Hahn
bfd5d40013
better client error messages 2019-05-19 14:16:09 -07:00
Aidan Hahn
b74741427c
refactor server side exception handling, better error messages in client 2019-05-19 13:26:15 -07:00
Aidan Hahn
a932852b2c
refactors to server tls code 2019-05-19 13:03:53 -07:00
Aidan Hahn
3021a1d405
added tls code to client 2019-05-19 12:21:00 -07:00
Aidan Hahn
f45a96c1e0
refactored out private module of JobServServer into its own module. got ssl code building 2019-05-18 16:40:58 -07:00
Aidan Hahn
c855151af8
server side tls code 2019-05-18 15:28:36 -07:00
Aidan Hahn
da6aa04f45
added class and file documentation to client class 2019-05-18 13:08:09 -07:00
Aidan Hahn
38e89d628b
class and file docs 2019-05-18 13:05:02 -07:00
Aidan Hahn
05eac44a4c
fixed my night crew typoes 2019-05-18 12:20:12 -07:00
Aidan Hahn
68eabf6510
refactor API based on design document feedback 2019-05-17 18:22:38 -07:00
Aidan Hahn
2497f848c4
refactored out reentrant code, dont break on bad input (client) 2019-05-17 12:19:51 -07:00
Aidan Hahn
e476438c8c
Server builds 2019-05-17 01:35:55 -07:00
Aidan Hahn
d6e73cf7ad
Client builds 2019-05-17 01:28:26 -07:00
Aidan Hahn
ee2b7f0b4c
implemented test server 2019-05-16 14:49:47 -07:00
Aidan Hahn
dbcbd4dbad
fixed typos in previous commit, added editor swapfiles to gitignore 2019-05-15 16:08:44 -07:00
Aidan Hahn
26fee4a242
add protobuf definitions 2019-05-15 15:54:52 -07:00
Aidan Hahn
0808f6288e
added gradle script, set up dependencies 2019-05-15 12:29:36 -07:00