Kristóf Tóth
|
eaa0eee4ca
|
Add LICENSE file and include copyright notice in source files
|
2018-04-03 14:49:14 +02:00 |
|
Kristóf Tóth
|
d850f55b86
|
Add pylint local excludes to silence false positives
|
2018-03-30 18:11:38 +02:00 |
|
Kristóf Tóth
|
3ae0995b95
|
Make project comply new coding standards and pylint
|
2018-03-30 17:50:20 +02:00 |
|
Kristóf Tóth
|
8eded8cbac
|
Make use of format string optimization in logging calls
|
2018-03-25 16:38:32 +02:00 |
|
Kristóf Tóth
|
aacdbcb0d1
|
Standardize log constant naming and declaration placement
|
2018-03-25 16:06:59 +02:00 |
|
Kristóf Tóth
|
1e2ea0ed17
|
Standardize imports: standard newline package newline tfw
|
2018-03-25 15:43:59 +02:00 |
|
Kristóf Tóth
|
abcf490019
|
Strip controller from TFW
|
2018-03-23 11:37:01 +01:00 |
|
Kristóf Tóth
|
6a6236e704
|
Refactor callback subscription stuff to a mixin
|
2018-03-07 11:45:57 +01:00 |
|
Bokros Bálint
|
feb946a1bb
|
Merge pull request #15 from avatao-content/pmgeh
Rework TFW process management capabilities
|
2018-02-28 17:57:27 +01:00 |
|
Kristóf Tóth
|
e29b300925
|
Refactor ServerUplinkConnector to avoid passing redundant data
|
2018-02-28 15:57:44 +01:00 |
|
Kristóf Tóth
|
f21036091c
|
Expose TFWServer.fsm_manager as a property
|
2018-02-27 13:39:31 +01:00 |
|
Kristóf Tóth
|
770123310a
|
Refactor FSMManager.(un)?subscribe() family of methods to accept lists
|
2018-02-26 17:52:34 +01:00 |
|
Kristóf Tóth
|
5d7223779a
|
Rework FSMManager predicate contract
|
2018-02-26 17:47:35 +01:00 |
|
Kristóf Tóth
|
250b9da6d6
|
Fix FSMManager.unsubscribe_predicate()
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
78b689f650
|
Rename FSMManager handler -> predicate so it actually makes some sense
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
7e8ea0c7ac
|
Make FSM triggering dependent on FSMManager
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
50c940b21d
|
FSMManager no longer owns the managed FSM
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
5776400990
|
Make FSMManager.fsm a property
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
25fd71a2b8
|
Add message argument to FSMManager.trigger()
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
47a4e078de
|
Replace homemade hacky defaultdict with defaultdict ¯\_(ツ)_/¯
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
5e9eb88bfc
|
Implement crude FSMManager – wip
|
2018-02-26 17:24:56 +01:00 |
|
Kristóf Tóth
|
76456b36de
|
Enable proxying of Triggerless messages in TFWServer
|
2018-02-23 15:14:23 +01:00 |
|
Kristóf Tóth
|
cf4a5bc09d
|
Refactor FSMUpdate message sending logic to class FSMUpdater
|
2018-02-23 14:55:58 +01:00 |
|
Kristóf Tóth
|
fd1cb100ad
|
Unify (key, response) ordering
|
2018-02-23 12:13:19 +01:00 |
|
Kristóf Tóth
|
38ca56fa9d
|
Fix generate_fsm_update() not listing valid transitions properly
|
2018-02-23 12:08:14 +01:00 |
|
Kristóf Tóth
|
ecbb61a862
|
Overhaul WS->ZMQ proxying
|
2018-02-23 12:07:30 +01:00 |
|
Bálint Bokros
|
86aecd18a8
|
Move responding-to-controller related stuff to its own class
|
2018-02-12 13:22:55 +01:00 |
|
Bálint Bokros
|
6f785b3ca7
|
Refactor solvable responses
|
2018-02-12 11:28:35 +01:00 |
|
Bálint Bokros
|
e04cc08dd6
|
Remove unnecessary autoreload
As running the project outside a Docker container has become unfeasible,
having this feature doesn't make sense anymore.
|
2018-02-12 11:09:30 +01:00 |
|
Kristóf Tóth
|
4fe9d58681
|
Move TFWServer to tfw.networking.server package
|
2018-02-11 12:32:30 +01:00 |
|