Commit Graph

  • bfa1bffbc5 Refactor YamlFSM Kristóf Tóth 2018-07-04 16:22:03 +0200
  • 7a92d88b73 Refactor FSMBase to subclass transitions.Machine Kristóf Tóth 2018-07-04 15:48:16 +0200
  • 91c257554f Simplify callback monkeypatching logic in YamlFSM Kristóf Tóth 2018-07-03 20:09:47 +0200
  • 022a997dc2 Implement monkey patching callbacks in YamlFSM config Kristóf Tóth 2018-07-03 19:06:54 +0200
  • f575a80bd4 Implement optional delay in bash history command appending bombay-20180703 Kristóf Tóth 2018-07-03 15:22:29 +0200
  • 5e4303ac06 Add first version of YamlFSM Kristóf Tóth 2018-07-03 15:14:00 +0200
  • 7c0e6d49bc Handle starting TFWServer in baseimage Kristóf Tóth 2018-06-29 22:53:44 +0200
  • 708c920784 Move FSM handling logic to an event handler Kristóf Tóth 2018-06-29 22:03:19 +0200
  • a6563bcd89 Implement event handler base class that broadcasts everything Kristóf Tóth 2018-06-29 22:02:26 +0200
  • 196e753fb9 Fix typo in comment Kristóf Tóth 2018-06-29 15:59:03 +0200
  • 427694623f Rename file to harmonize with new networking code structure Kristóf Tóth 2018-06-29 15:40:07 +0200
  • 7ed0715f4c Reorder stuff to follow the teachings of Uncle Bob Kristóf Tóth 2018-06-29 15:33:45 +0200
  • b217ac59c8 Move message validation code to where it belongs Kristóf Tóth 2018-06-29 12:06:08 +0200
  • 36a86b0454 Hide ZMQ serialization magic from EHConnector clients Kristóf Tóth 2018-06-29 11:58:05 +0200
  • 934f8ec74c Hide ZMQ serialization magic from ServerConnector clients Kristóf Tóth 2018-06-29 11:50:36 +0200
  • 1b65bd4d3d Implement message broadcasting Kristóf Tóth 2018-06-29 10:54:08 +0200
  • f8233d51a9 Completely rework TFWServer networking 🍰 Kristóf Tóth 2018-06-28 17:33:20 +0200
  • 3ba56a8096 Implement batch callback subscription in CallbackMixin Kristóf Tóth 2018-06-28 17:31:55 +0200
  • 9eacf3f79c Add message queueing capabilities to MessageSender bombay-20180627 Kristóf Tóth 2018-06-27 15:48:32 +0200
  • 83dd6ae836 Fix IdeEventHandler not working with arbitrary keys bombay-20180618 Kristóf Tóth 2018-06-18 15:13:39 +0200
  • 20f8cdb00c
    Merge pull request #36 from avatao-content/sphinx-static therealkrispet 2018-06-15 11:16:47 +0200
  • 26adada2db
    Merge pull request #34 from avatao-content/docs-dep therealkrispet 2018-06-15 11:16:03 +0200
  • fa3bd1334a Fix a Sphinx warning message Paul-Emmanuel Raoul 2018-06-14 16:28:30 +0100
  • cd2b732b8f Add Sphinx as an extra requirement to 'setup.py' Paul-Emmanuel Raoul 2018-06-14 15:52:38 +0100
  • 2fc54832f3 Include new docs building method in readme Kristóf Tóth 2018-06-08 14:15:44 +0200
  • 24780a9285 Strip ANSI color sequences from supervisor logs bombay-20180608 Kristóf Tóth 2018-06-08 11:07:29 +0200
  • 2e3b49f8b5 Use update_wrapper in lazy_property update attribute info Kristóf Tóth 2018-06-05 00:15:43 +0200
  • ab966f6d27
    Merge pull request #33 from avatao-content/message-types bombay-20180604 therealkrispet 2018-06-04 22:18:25 +0200
  • d0667253c2 Harmonize code formatting style across project Kristóf Tóth 2018-06-04 22:16:44 +0200
  • afc84e1d1a Conciliate FileManager attribute names and formatting Kristóf Tóth 2018-06-04 21:47:10 +0200
  • 92e9812776 Remove unnecessary additional_dirs IdeEH.__init__ argument Kristóf Tóth 2018-06-04 21:20:36 +0200
  • edc46a8ae6 Rename LazyInitialise to make IDEs recognise it as a property Kristóf Tóth 2018-06-02 11:48:34 +0200
  • d5b0bb4d32 Avoid potential TypeErrors using LazyInitialise Kristóf Tóth 2018-06-02 11:25:48 +0200
  • a743b01bcf Reduce line length to 120 Kristóf Tóth 2018-06-01 17:19:58 +0200
  • 7a67b68cba Add info on Sphinx-docs to README.md Kristóf Tóth 2018-06-01 16:23:44 +0200
  • e80cce00f3 Add sphinx API documentation Kristóf Tóth 2018-06-01 16:20:20 +0200
  • c0fb28c46c Stop LogMonitor on EventHandler.cleanup() in LogMonitoringEH Kristóf Tóth 2018-06-01 15:15:07 +0200
  • 469c1e7217 Name new TFW version due to API breaking Kristóf Tóth 2018-06-01 14:24:00 +0200
  • 6f3db18146 Use power of LazyInitialise to replace CallbackMixin.__init__() Kristóf Tóth 2018-06-01 14:21:32 +0200
  • cebacb15e6 Use power of LazyInitialise to replace ObserverMixin.__init__() Kristóf Tóth 2018-06-01 14:06:40 +0200
  • 9f3a3b501f Initialise supervisor xmlrpc client lazily to avoid globals Kristóf Tóth 2018-06-01 14:01:32 +0200
  • 8817f991a5 Use power of LazyInitialise to murder TFW/TAOENV global state Kristóf Tóth 2018-06-01 14:00:44 +0200
  • 06c2fc97ad Implement decorator to lazy initialise a property Kristóf Tóth 2018-06-01 13:58:50 +0200
  • e98c41d3cf Comply new API style in TerminalEH Kristóf Tóth 2018-05-31 14:08:29 +0200
  • ea251ef474 Document LogMonitoringEventHandler Kristóf Tóth 2018-05-31 14:03:11 +0200
  • b68ceeb394 Rework LogMonitoringEH API to adhere new conventions Kristóf Tóth 2018-05-31 13:53:11 +0200
  • 9abd5b72f4 Hotfix supervisor infinite log recursion if no LogMonitor egyptianmau-20180530 Kristóf Tóth 2018-05-30 16:23:58 +0200
  • 2e953ea098 Implement LogMonitorEH API Kristóf Tóth 2018-05-30 15:21:36 +0200
  • 211ae1e2d9 Allow changing MonitorManagerMixin.monitor_args dynamically Kristóf Tóth 2018-05-30 15:19:59 +0200
  • 84ea46ae76
    Merge pull request #32 from avatao-content/console therealkrispet 2018-05-30 14:30:17 +0200
  • 73f6c6635b Rename my bootiful threadlocalise.. SupervisorBaseMixin method Kristóf Tóth 2018-05-30 14:07:40 +0200
  • babb14288c Use contextlib.suppress() to suppress stuff in SupervisorLogMixin Kristóf Tóth 2018-05-30 14:03:59 +0200
  • 3bb97a6dcc Implement LogMonitoringEventHandler to manage a LogMonitor via API Kristóf Tóth 2018-05-30 13:14:25 +0200
  • 9e6cd57532 Refactor MonitorManagerMixin to allow arbitrary Monitor arguments Kristóf Tóth 2018-05-30 13:06:09 +0200
  • 28c16e1127 Rework log deletion – use log_tail arguments instead Kristóf Tóth 2018-05-29 17:59:16 +0200
  • 4815b97200 Fix shared xmlrpc client raising HTTP errors in LogMonitor Kristóf Tóth 2018-05-29 16:11:28 +0200
  • 9f6418bf60 Support creating thread-local xmlrpc clients in SupervisorBaseMixin Kristóf Tóth 2018-05-29 16:09:41 +0200
  • 780d6a9b3c Avoid pylint stupidity ¯\_(ツ)_/¯ Kristóf Tóth 2018-05-29 11:05:45 +0200
  • 32e3c2860d Fix inotify event logs triggering themselves (infinite log recursion) Kristóf Tóth 2018-05-29 10:55:55 +0200
  • 029f4a9eb2 Implement watchdog observer to watch the logs of a supervisor process Kristóf Tóth 2018-05-29 10:26:15 +0200
  • a6d9b50b93 Log everything from supervisor to stdout to avoid log recursion Kristóf Tóth 2018-05-29 10:12:59 +0200
  • 9723f98950 Rework ProcessManagingEH log API Kristóf Tóth 2018-05-28 16:36:59 +0200
  • 1a93dad562 Separate log clearing from reading Kristóf Tóth 2018-05-28 15:02:53 +0200
  • 44df95a434 Refactor supervisor logging logic to separate mixin Kristóf Tóth 2018-05-28 14:32:11 +0200
  • fd56f8ca63 Make it impossible for TerminalCommands commands to kill TFW egyptianmau-20180526 Kristóf Tóth 2018-05-26 22:48:28 +0200
  • 77fabf28f6 Fix TerminalCommands parsing unix-style arguments incorrectly Kristóf Tóth 2018-05-26 22:39:27 +0200
  • 0038663bc6 Allow listening to inotify events in additional directories using IdeEH egyptianmau-20180524 Kristóf Tóth 2018-05-24 16:19:04 +0200
  • 6489e4452e Remove ambigous API for log reading (actions always reply with logs included) Kristóf Tóth 2018-05-24 11:22:39 +0200
  • bfd1efa9f9 Append deployment logs to every response of ProcessManagingEventHandler Kristóf Tóth 2018-05-24 11:20:00 +0200
  • 293d7972f1 Document serialization module Kristóf Tóth 2018-05-11 14:36:56 +0200
  • d30226d55b Extend docstrings in server_connector Kristóf Tóth 2018-05-11 14:07:59 +0200
  • 9e454a83d0 Make setup.py comply import conventions Kristóf Tóth 2018-05-10 17:09:34 +0200
  • 34cadcf9b1 Extend .pylintrc disable bouquet Kristóf Tóth 2018-05-10 17:08:40 +0200
  • a9d6794c4d Make setup.py parse requirements.txt Kristóf Tóth 2018-05-10 16:51:47 +0200
  • 1fb13fefff Add setup.py to allow local pip installs of tfw Kristóf Tóth 2018-05-10 15:57:36 +0200
  • d67d2c6bc9 Fix nginx redirecting to port 8888 on platform on /webservice (no trailing slash) egyptianmau-20180509 Kristóf Tóth 2018-05-09 17:01:29 +0200
  • d1305bc879 Add step_next trigger to LinearFSM allowing stateless stepping egyptianmau-20180504 Kristóf Tóth 2018-05-04 17:45:16 +0200
  • 06e17a6591 Raise comprehendable exception from webide when no files are present egyptianmau-20180426 Kristóf Tóth 2018-04-26 11:09:31 +0200
  • 8396c10a7b Rename TerminadoEventHandler Kristóf Tóth 2018-04-26 10:13:02 +0200
  • 17c5ade3ce Fix broken HISTFILE due to bash and sh incompabilities Kristóf Tóth 2018-04-26 10:04:56 +0200
  • f4310c855f Review README with Zsuuuuuzsi Kristóf Tóth 2018-04-25 16:10:12 +0200
  • c831ba5ca4 Fix permissions on Python libraries besides TFW egyptianmau-20180425 Kristóf Tóth 2018-04-25 11:18:49 +0200
  • 3b30b333e5 Rename webide -> ide egyptianmau-20180420 Kristóf Tóth 2018-04-20 17:33:06 +0200
  • 9b85c19d40 Make messaging format defined as text to avoid JSON handcuffs Kristóf Tóth 2018-04-19 11:15:19 +0200
  • 0b651abb7d Nicen some EventHandler API docstrings Kristóf Tóth 2018-04-19 10:47:20 +0200
  • b1592e8ebb Use new f-strings where possible Kristóf Tóth 2018-04-19 09:21:41 +0200
  • 3f36826597 Document TFW message format in README egyptianmau-20180418 Kristóf Tóth 2018-04-18 20:41:16 +0200
  • db1b008fc9 Fix EventHandlerBase.event_handler_callback broken logic Kristóf Tóth 2018-04-18 20:16:56 +0200
  • 9d93d055b8 Refactor EventHandlerBase to be more general Kristóf Tóth 2018-04-18 20:07:41 +0200
  • addd517ba7 Add a huge bunch of docstrings Kristóf Tóth 2018-04-18 19:44:26 +0200
  • 690f9bb190 Move TriggerlessEventHandler logic to base class EventHandlerBase Kristóf Tóth 2018-04-18 18:47:51 +0200
  • c909317ca0 Make TerminalCommands alias nonexistent commands only Kristóf Tóth 2018-04-18 16:22:01 +0200
  • 25d039e84e Include LICENSE in image Kristóf Tóth 2018-04-18 13:38:31 +0200
  • 117e7ffc18 Force bash history to be flushed before executing commands Kristóf Tóth 2018-04-18 13:19:51 +0200
  • 8e8963b0f8 Simplify TFW baseimage contract egyptianmau-20180417 Kristóf Tóth 2018-04-17 17:44:38 +0200
  • b592a1625a Unify nginx configuration style Kristóf Tóth 2018-04-17 15:14:02 +0200
  • 13e90dde41 Fix terminado not being included in nginx config Kristóf Tóth 2018-04-17 15:13:27 +0200
  • 63c235bb41 Remove nginx component belonging to test repo Kristóf Tóth 2018-04-17 15:00:43 +0200
  • 1061220f82 Add 'where to go next' section to README Kristóf Tóth 2018-04-17 13:57:52 +0200
  • ca1278e0b4 Improve documentation Kristóf Tóth 2018-04-17 13:46:32 +0200