Kristóf Tóth
|
e80cce00f3
|
Add sphinx API documentation
|
2018-06-01 16:20:20 +02:00 |
|
Kristóf Tóth
|
28c16e1127
|
Rework log deletion – use log_tail arguments instead
|
2018-05-29 17:59:16 +02:00 |
|
Kristóf Tóth
|
780d6a9b3c
|
Avoid pylint stupidity ¯\_(ツ)_/¯
|
2018-05-29 16:40:58 +02:00 |
|
Kristóf Tóth
|
9723f98950
|
Rework ProcessManagingEH log API
|
2018-05-28 16:36:59 +02:00 |
|
Kristóf Tóth
|
1a93dad562
|
Separate log clearing from reading
|
2018-05-28 15:02:53 +02:00 |
|
Kristóf Tóth
|
44df95a434
|
Refactor supervisor logging logic to separate mixin
|
2018-05-28 14:32:11 +02:00 |
|
Kristóf Tóth
|
6489e4452e
|
Remove ambigous API for log reading (actions always reply with logs included)
|
2018-05-24 11:22:39 +02:00 |
|
Kristóf Tóth
|
bfd1efa9f9
|
Append deployment logs to every response of ProcessManagingEventHandler
|
2018-05-24 11:20:00 +02:00 |
|
Kristóf Tóth
|
addd517ba7
|
Add a huge bunch of docstrings
|
2018-04-18 19:44:26 +02:00 |
|
Kristóf Tóth
|
690f9bb190
|
Move TriggerlessEventHandler logic to base class EventHandlerBase
|
2018-04-18 18:47:51 +02:00 |
|
Kristóf Tóth
|
1c29b700c2
|
Move mixins and decorators to tfw module from tfw.components
|
2018-04-14 21:15:30 +02:00 |
|
Kristóf Tóth
|
ecec1cde59
|
Root out remaining ambiguous key arguments in EventHandlers
|
2018-04-14 10:45:23 +02:00 |
|
Kristóf Tóth
|
1f2e1f0489
|
Refactor whole importing hell into a nice and clean API
|
2018-04-06 15:31:16 +02:00 |
|
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
|
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
|
095c818a36
|
Move @with_monitor_paused decoartor to directory_monitor.py
|
2018-03-21 17:18:16 +01:00 |
|
Kristóf Tóth
|
491bbe5df6
|
Remove ambiguous log (already logged in networking)
|
2018-03-08 16:41:43 +01:00 |
|
Kristóf Tóth
|
af1a6261cc
|
Refactor naming conventions: data_json -> message in TFW EventHandlers
|
2018-03-08 16:11:43 +01:00 |
|
Kristóf Tóth
|
f874deff6e
|
Implement stderr feedback on deployment failure (ProcessManagingEventHandler)
|
2018-03-08 16:04:35 +01:00 |
|
Kristóf Tóth
|
8588328a8f
|
Improve handling of supervisor errors in ProcessManagingEventHandler
|
2018-03-07 16:35:55 +01:00 |
|
Kristóf Tóth
|
9b550f724d
|
Extend ProcessManagingEventHander with deployment failure detection
|
2018-03-07 15:14:33 +01:00 |
|
Kristóf Tóth
|
d11d9a70cb
|
Remove TFW antipattern I wrote without thinking
|
2018-03-07 14:47:24 +01:00 |
|
Kristóf Tóth
|
2c816d5a38
|
Implement error handling on EventHandler exposing APIs
|
2018-03-07 14:45:43 +01:00 |
|
Kristóf Tóth
|
e451de2179
|
Implement DirectoryMonitor support in ProcessManagingEventHandler
|
2018-03-02 10:21:56 +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
|
9eaced9f02
|
Remove unused __init__ attributes from pmgeh related classes
|
2018-02-27 16:51:10 +01:00 |
|
Kristóf Tóth
|
a6bbe6df55
|
Update SupervisorMixin users to support stateless API
|
2018-02-27 15:54:31 +01:00 |
|
Kristóf Tóth
|
57bd2aec45
|
Implement uplink notifications in ProcessManagingEventHandler
|
2018-02-27 15:26:16 +01:00 |
|
Kristóf Tóth
|
b50a2e401f
|
Update ProcessManagingEventHandler to support new architecture
|
2018-02-27 14:39:54 +01:00 |
|
Kristóf Tóth
|
3341e97ef6
|
Fix anchor->key refactor conflicts after rebase
|
2018-02-27 14:39:40 +01:00 |
|
Kristóf Tóth
|
387d07bc4a
|
Remove SupervisorMixin from ProcessManagingEventHandler
|
2018-02-27 14:10:00 +01:00 |
|
Kristóf Tóth
|
3506f5abb4
|
Fix ProcessMonitor not being compatible with SupervisorMixin
|
2018-02-27 14:10:00 +01:00 |
|
Kristóf Tóth
|
69c998bfde
|
Rename ProcessManager.__init__() arguments to be more specific
|
2018-02-27 14:10:00 +01:00 |
|
Kristóf Tóth
|
8d8b60d143
|
Refactor ProcessManagingEventHandler
|
2018-02-27 14:10:00 +01:00 |
|
Kristóf Tóth
|
a50a173f54
|
Implement ProcessManagingEventHandler
|
2018-02-27 14:10:00 +01:00 |
|