1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 22:25:13 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
89103f7c31 Rename exceptions.py to avoid shadowing built-in module 2018-05-03 14:39:25 +02:00
99b19a80da Refactor webservice db stuff to use a single sessionmaker 2018-05-03 14:24:30 +02:00
3203f3af84 Refactor get_url to a lambda 2018-05-03 14:11:02 +02:00
9ec0132e06 Add docstrings to webservice UserOps class 2018-04-28 19:24:15 +02:00
0e83c31587 Make webide display webservice authentication module 2018-04-28 19:12:19 +02:00
511e16c514 Perform mercilless separation of bussiness logic from request handling 2018-04-28 19:08:29 +02:00
fbd7bff85a Fix form validation in webservice 2018-04-28 18:37:49 +02:00
cf464c1987 Refactor messy global scoped_session from webservice 2018-04-28 18:25:23 +02:00
42ce7ca511 Make webservice registration layout nicer 2018-04-28 18:25:03 +02:00
bb4745ed47 Use best practices for password hashing in webservice 2018-04-28 17:40:36 +02:00
db9e2c055f Refactor webservice to use SQLAlchemy and other good stuff 2018-04-28 15:51:04 +02:00
1f1a1149c6 Symlink webservice server.py to webide workdir 2018-04-26 11:04:00 +02:00
b897ec449c Rename TerminadoEventHandler 2018-04-26 10:12:47 +02:00
1a295d5fd6 Strip old sqli example app and replace it with a simple login service 2018-04-25 11:52:42 +02:00
89cd7638d5 Rename webide -> ide 2018-04-20 17:33:59 +02:00
31c1391726 Make seppuku command trigger frontend reload 2018-04-20 14:51:08 +02:00
41d6fa7417 Implement command to change layout from cli 2018-04-20 14:42:32 +02:00
d39a861e1d Implement seppuku command 2018-04-19 16:23:46 +02:00
d79664cf0c Silence unjust pylint warnings 2018-04-19 11:22:43 +02:00
101ecae37b Remove logging calls that noone ever used 2018-04-19 11:21:42 +02:00
1040882254 Use new f-strings where possible 2018-04-19 09:19:32 +02:00
f79235fe22 Silence unjust pylint warnings 2018-04-18 20:45:17 +02:00
5a672ada5f Comply new TFWServerConnector API 2018-04-14 10:45:51 +02:00
7952ca7e54 Add .bashrc path to TestCommands instance 2018-04-12 11:08:58 +02:00
36d4054147 Move Commands class to TFW library as TerminalCommands 2018-04-12 10:55:33 +02:00
b718f960f7 Rename stuff in Command class to be more expressive 2018-04-12 10:46:54 +02:00
93f211c410 Refactor command implementation boilerplate into Command class 2018-04-11 17:35:18 +02:00
31a385fced Merge pull request #2 from avatao-content/linearfsm
Add LinearFSM example to test project
2018-04-10 17:37:12 +02:00
7a22dc96f5 Make TestFSM.__init__ argument binding more explicit 2018-04-10 17:32:47 +02:00
7331858055 Add LinearFSM example to test project 2018-04-10 11:19:53 +02:00
8519479ebd Fix indentation ruined by renamings 2018-04-07 22:41:18 +02:00
07e57681c5 Follow renamings in baseimage 2018-04-07 14:18:41 +02:00
4fa9895854 Use ServerUplinkConnector with new name TFWServerConnector 2018-04-06 16:23:20 +02:00
de4c534568 Make use of new import API 2018-04-06 16:05:52 +02:00
d44515c3d1 Comply new import API 2018-04-06 15:22:14 +02:00
0aea0010c8 Add whitelist to SourceCodeEH 2018-04-05 17:37:38 +02:00
b96af45af8 Comply with new contract (add TFWServer starter to supervisor) 2018-04-04 17:49:18 +02:00
9509ea88e1 Refactor event_handler_main according to pylint suggestions 2018-04-01 00:45:15 +02:00
f9c87d9a31 Remove extra folder from demo path 2018-03-31 22:05:48 +02:00
c9196dda75 Initialize HistoryMonitor in TerminadoEventHandler callee 2018-03-29 11:34:53 +02:00
5edb203fed Make app.py comply pylint 2018-03-27 17:09:14 +02:00
8169f5e220 Group imports in app.py 2018-03-27 17:05:27 +02:00
557ccfc2db Update event_handler_main to pre-baseimage split version 2018-03-27 16:04:33 +02:00
5a5045ff3b Rename TFWENV constant to use capital letters 2018-03-25 16:34:31 +02:00
6d6262b220 Initial commit, first version of test TFW project 2018-03-23 15:27:42 +01:00