Commit Graph
100 Commits
Author SHA1 Message Date
Bálint Bokros 14f3a4a153 Move SupervisorMixin to mixins 2018-02-13 17:51:19 +01:00
Bálint Bokros f5a8230d3b Move ZMQConnectorBase to networking 2018-02-13 17:44:48 +01:00
Bálint Bokros dbc2d1c0ea Add cenerator to enable testing 2018-02-13 17:35:30 +01:00
Bokros Bálint ddffb666be Merge pull request #8 from avatao-content/watchdog
Watchdog
2018-02-13 16:32:50 +01:00
Bálint Bokros dda470fc93 Validate token in controller's HTTP handlers 2018-02-13 13:39:27 +01:00
Bálint Bokros 019ce53b39 Share token with solvable upon starting 2018-02-13 13:38:13 +01:00
Bálint Bokros 0cd294d61f Create token in controller 2018-02-13 13:35:34 +01:00
Bálint Bokros cb46a8b80e Make controller async 2018-02-12 18:04:59 +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
Bokros Bálint de98ec3391 Merge pull request #6 from avatao-content/project_restructure
Project restructure
2018-02-12 10:55:19 +01:00
Bálint Bokros 1e9642912c Create initial implementation for solution check 2018-02-09 17:37:56 +01:00
Bálint Bokros 4f181b8f09 Separate the handling of envvars by prefix 2018-02-09 17:37:56 +01:00
Bálint Bokros 2499c4759e Fix envvar imports 2018-02-09 17:37:56 +01:00
Bálint Bokros 28e83de0d7 Create PoC of solvable with hardcoded responses 2018-02-09 17:37:56 +01:00
Bálint Bokros eed3006055 Add logging to controller 2018-02-09 17:37:56 +01:00
Bálint Bokros e39b8b9283 Make trailing slash optional in URLs 2018-02-09 17:37:56 +01:00
Bálint Bokros 1c3e946e29 Fix handlers' responses 2018-02-09 17:37:56 +01:00
Bálint Bokros f3d53c2b5b Fix handlers import 2018-02-09 17:37:56 +01:00
Bálint Bokros 9a33ed0624 Create supervisor entry for controller 2018-02-09 17:37:56 +01:00
Bálint Bokros 793fc45493 Add controller to Dockerfile
This is a temporary measure to ease development and testing. The final project
will contain a separate controller.
2018-02-09 17:37:56 +01:00
Bálint Bokros c015727153 Create initial version of controller 2018-02-09 17:37:56 +01:00
Bálint Bokros 95e1f907ee Make serialization methods' parameter names more generic 2018-02-09 17:37:56 +01:00
Bálint Bokros 27376ada22 Create initial version of SolvableConnector 2018-02-09 17:37:56 +01:00
Bálint Bokros 03d6f587e9 Create initial version of ControllerConnector 2018-02-09 17:37:56 +01:00
Bálint Bokros 55ef87e089 Add AVATAO_SECRET to envvars 2018-02-09 17:37:56 +01:00
Bokros Bálint a933248e90 Merge pull request #4 from avatao-content/webide_rework
Webide rework
2018-02-08 17:52:45 +01:00
Bálint Bokros 8b9f7e50cb Move FSM instantiation out of FSMManagingSocketHandler 2018-02-08 14:47:00 +01:00
Bálint Bokros 96762575ba Move JSON (de)serialization to socket boundaries 2018-02-02 18:39:06 +01:00
Bálint Bokros 31fea13a9a Move serialization in one place 2018-02-02 17:30:26 +01:00
Bálint Bokros 91d5e560eb Rework MessageSender to conform defined API 2018-02-02 16:51:06 +01:00
Bokros Bálint fde26fb0c8 Merge pull request #3 from avatao-content/project_restructure
Project restructure
2018-01-31 16:42:58 +01:00
Bálint Bokros 6facda3520 Update MessageSender to implement designed message format 2018-01-31 11:21:19 +01:00
Bálint Bokros 7b76afe232 Use common ZMQConnectorBase as base class 2018-01-30 14:31:00 +01:00
Bálint Bokros 16dad5e2cd Add initial version of MessageSender 2018-01-29 16:48:32 +01:00
Bálint Bokros cd5f7084da Split ServerConnector to single responsibility classes 2018-01-29 16:08:11 +01:00
Bokros Bálint 3fb29763f1 Merge pull request #2 from avatao-content/fsmupdate
Implement FSM status updates to frontend
2018-01-29 11:12:21 +01:00
Bálint Bokros 19798f19d3 Remove unused import 2018-01-26 15:48:55 +01:00
Bálint Bokros fae76b0c97 Remove unused old Messaging instance from main 2018-01-26 15:17:37 +01:00
Bálint Bokros 80ada91cec Rename Messaging to ServerConnector 2018-01-26 15:16:34 +01:00
Bálint Bokros 585cd35e48 Store all initial subscriptions 2018-01-25 17:04:34 +01:00
Bálint Bokros 8244e22479 Use fresh messaging instances for each event handler 2018-01-25 15:50:43 +01:00
Bálint Bokros 6246baa675 Move ioloop init to module level 2018-01-25 15:50:43 +01:00
Bálint Bokros 9ad2a53a51 Move ZMQ connection logic to a separate class 2018-01-25 11:14:59 +01:00
Bálint Bokros 352a04178b Use SSH remote for submodule instead of HTTPS 2018-01-23 17:28:33 +01:00
Bálint Bokros fa2b9ed6f3 Reorder Dockerfile to avoid unnecessary cache busts 2018-01-23 17:28:21 +01:00
Bálint Bokros 5f1233156d Update frontend 2018-01-23 16:50:28 +01:00
Bálint Bokros ce07c4d6ec Move commands to class variable 2018-01-18 15:51:08 +01:00
Bálint Bokros f713697a2e Fix /login location 2018-01-17 11:19:41 +01:00
Bálint Bokros a9701ba3fe Do not expose TFW_WEB_PORT, as it isn't needed publicly anymore 2018-01-12 14:11:40 +01:00
Bálint Bokros aabc042431 Use ARG instead of ENV for build-time variables 2018-01-12 14:10:57 +01:00
Bálint Bokros a30c0c3fff Reorder Dockerfile for better caching and less layers 2018-01-12 14:10:30 +01:00
Bálint Bokros bcdceb7d9d Make pyenv install MitM-resilient 2018-01-12 13:42:04 +01:00
Bálint Bokros b1d5a71c49 Use node 8 (LTS) instead of 9 (latest) 2018-01-11 18:17:17 +01:00
Bálint Bokros 0f73b093cc Automate frontend build 2018-01-11 17:47:47 +01:00
Bálint Bokros c26d3da98d Update readme 2018-01-10 16:56:03 +01:00
Bálint Bokros a4d101883e Use nginx to serve everything 2018-01-10 16:55:48 +01:00
Bálint Bokros 6436953eea Reorder layers in Dockerfile 2018-01-10 16:54:47 +01:00
Bálint Bokros c88c0aae19 Update Python version 2018-01-10 16:53:58 +01:00
Bálint Bokros 729ced323d Rename WEB_PORT to TFW_WEB_PORT 2018-01-10 16:52:03 +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 3e14b000b1 Expose supervisor to python clients 2018-01-10 16:31:36 +01:00
Bálint Bokros af3de243df Add linebreaks to FSM model 2018-01-10 16:26:40 +01:00
Bálint Bokros 7cc5268f9b Remove all frontend related stuff 2018-01-10 16:25:23 +01:00
Bálint Bokros 3a41423596 Revert "Make supervisor uncontrollable for now"
This reverts commit 9f8cc3764f.
2017-12-22 14:14:23 +01:00
Bálint Bokros 44bf8349c9 Print debug message when a client is connected 2017-12-20 11:37:22 +01:00
Bálint Bokros 7e79c22437 Implement frontend dependency management 2017-12-11 17:37:21 +01:00
Bálint Bokros e14946fcb9 Adapt CSS to Ace 2017-12-11 13:59:11 +01:00
Bálint Bokros cb625bf116 Replace roll-your-own basic WebIDE with Ace Editor 2017-12-11 13:59:11 +01:00
Bálint Bokros 642ca7f54c Implement watching static files 2017-12-11 13:59:11 +01:00
Bálint Bokros c1f867f97c Update readme 2017-12-11 13:59:11 +01:00
Bálint Bokros d3db21f26e Move common parts of FSM to a baseclass 2017-12-06 01:29:09 +01:00
Bálint Bokros 0a3c06109e Remove unnecessary hljs call 2017-12-06 01:02:50 +01:00
Bálint Bokros 5151a47490 Use source code as title instead of WebIDE as it's static 2017-12-05 20:37:42 +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 ae5e045173 Rename lib folder's envvar 2017-12-05 12:48:01 +01:00
Bálint Bokros 77c3259099 Remove unnecessary parentheses 2017-12-05 12:44:48 +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 3726ba7186 Don't autorestart event handlers 2017-12-04 21:39:47 +01:00
Bálint Bokros 9f8cc3764f Make supervisor uncontrollable for now
Enabling to stop and start services on a container the user will possibly gain
shell access isn't the best idea.
2017-12-04 21:38:16 +01:00
Bálint Bokros e2aa7c755c Switch hardcoded user to envvar 2017-12-04 17:12:18 +01:00
Bálint Bokros 44317ba76a Remove unnecessary PATH modification 2017-12-04 15:02:58 +01:00
Bálint Bokros 5e7e47d4a7 Clarify comment in Dockerfile 2017-12-04 14:55:08 +01:00
Bálint Bokros ca59787cd4 Expose WEB_PORT envvar instead of hardcoding the value directly after the envvar was defined 2017-12-04 14:04:22 +01:00
Bálint Bokros d916f5bc65 Give Button states boring names 2017-12-03 23:42:00 +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
Bálint Bokros acaf8899cc Rename database 2017-11-27 21:12:49 +01:00
Bálint Bokros 564369dd90 Replace 'Proof of Concept' with 'Demo' 2017-11-27 21:11:17 +01:00