Kristóf Tóth
|
d7919255ec
|
Handling of xmlrpc exceptions is now done with contextlib.suppress()
|
2018-01-24 18:28:45 +01:00 |
|
Kristóf Tóth
|
fb597adf46
|
TerminalEventHandler.handle_event() now logs instead of raising
|
2018-01-24 16:36:32 +01:00 |
|
Kristóf Tóth
|
eedf589ab7
|
Implement setting working directory from ENV
|
2018-01-24 16:26:01 +01:00 |
|
Kristóf Tóth
|
c7bc588397
|
Refactor for handling xmlrpc exceptiions
|
2018-01-24 15:54:03 +01:00 |
|
Kristóf Tóth
|
83b66c47b5
|
Implement and integrate TerminadoEvendHandler to docker container
|
2018-01-24 15:10:59 +01:00 |
|
Kristóf Tóth
|
2b306efb04
|
Refactor EventHandles supervisord access to a mixin
|
2018-01-24 12:17:15 +01:00 |
|
Bálint Bokros
|
ce07c4d6ec
|
Move commands to class variable
|
2018-01-18 15:51:08 +01:00 |
|
Kristóf Tóth
|
677bd57ba4
|
EventHandlers now handle anchor 'reset' in a dedicated method
|
2018-01-18 15:51:08 +01:00 |
|
Kristóf Tóth
|
863cc304ad
|
Command -> handler mapping in SourceCodeEventHandler is now nicer
|
2018-01-18 15:50:48 +01:00 |
|
Kristóf Tóth
|
2793efeaf9
|
Refactor of writing/reading in SourceCodeEventHandler.handle_event()
|
2018-01-18 15:50:38 +01:00 |
|
Kristóf Tóth
|
70a2dd1de6
|
Refactor of EventHandler boilerplate ¯\_(ツ)_/¯
|
2018-01-18 15:50:31 +01:00 |
|
Bálint Bokros
|
0b8542fc39
|
Use initial version of SourceCodeEventHandler
|
2018-01-10 16:49:23 +01:00 |
|
Bálint Bokros
|
1d1cab228b
|
Create initial version of SourceCodeEventHandler
|
2018-01-10 16:47:25 +01:00 |
|
Bálint Bokros
|
895a387169
|
Remove passing self to event handler functions
|
2017-12-05 20:34:06 +01:00 |
|
Bálint Bokros
|
277ad85735
|
Remove unnecessary imports
|
2017-12-05 20:33:18 +01:00 |
|
Bálint Bokros
|
9d299a5f3e
|
Use subscribe method from super, instead of using duplicated code
|
2017-12-05 18:37:20 +01:00 |
|
Bálint Bokros
|
92394cac27
|
Fix handling exhausted generators
|
2017-12-05 18:36:26 +01:00 |
|
Bálint Bokros
|
ad89c8fb57
|
Refactor reset in StatefulEventHandler
|
2017-12-05 18:35:22 +01:00 |
|
Bálint Bokros
|
6f16a335db
|
Remove gratuitous None-check
|
2017-12-05 17:52:25 +01:00 |
|
Bálint Bokros
|
26ef730569
|
Make StatefulEventHandler's code clearer
|
2017-12-05 17:51:34 +01:00 |
|
Bálint Bokros
|
7479ef5639
|
Rename event_handler_example to event_handler_main
|
2017-12-04 21:50:41 +01:00 |
|
Bálint Bokros
|
23bef68f51
|
Remove passing self to handler functions in EventHandler
|
2017-12-03 19:51:52 +01:00 |
|
Bálint Bokros
|
3164a760a1
|
Remove unnecessary partial magic from EventHandler
|
2017-12-03 19:35:28 +01:00 |
|
Bálint Bokros
|
f995aae318
|
Use meaningful names in EventHandler
|
2017-12-03 18:59:35 +01:00 |
|
Bálint Bokros
|
6a5b83f406
|
Don't store event_handler_function in EventHandlerBase
|
2017-12-03 02:27:07 +01:00 |
|
Bálint Bokros
|
62a12c605c
|
Project-wide refactor of things named Component* to EventHandler*
|
2017-12-02 15:19:05 +01:00 |
|