Commit Graph
58 Commits
Author SHA1 Message Date
bendtherules a43aa5f68c Revert window pos set to start + add tmpl_name to all fake_app_gui 2016-01-23 23:14:38 +05:30
bendtherules fb536c9931 Remove unused import 2016-01-23 22:48:28 +05:30
bendtherules 73a9af6e78 Add minimal template+ add --gui_minimal + update docs
Custom templates wont be possible with this design
2016-01-23 22:35:42 +05:30
bendtherules aa45463ebc Merge branch 'docs_to_add' into dev 2016-01-21 20:49:59 +05:30
bendtherules 75e2746d8d Update todo, with tests for proxy of no real gui 2016-01-21 16:44:14 +05:30
bendtherules 5aab7984ae Use option "--show_status_gui" 2016-01-20 23:58:47 +05:30
bendtherules dd8586a2ea Docs- Add CI badges + update todo completed[ci skip] 2016-01-20 23:44:26 +05:30
bendtherules abd8e25987 Update todo 2016-01-20 20:15:07 +05:30
bendtherules 8484a89b89 Add tox.ini, remove funcsigs, fix setup.py adding submodule names and update docs, update travis for using tox 2016-01-14 02:50:59 +05:30
bendtherules 69036e649c Moved appveyor.yml to root 2016-01-11 20:36:44 +05:30
bendtherules 4ad6a4a2f2 First try with appveyor.yml, taken from pontoon + chocolatey redis 2016-01-11 20:32:06 +05:30
bendtherules ceca24e6b8 periodic update todo 2016-01-11 03:08:55 +05:30
bendtherules a56600ee45 @nd redis_state test with pass/fail + empty collect fix in plugin 2016-01-11 02:54:27 +05:30
bendtherules a56e517534 In redis state loading, use s whenever needed 2016-01-11 02:10:33 +05:30
bendtherules 07d6df5d84 move test_gui and update todo 2016-01-09 23:07:15 +05:30
bendtherules fede89fa7a Periodic update todo + complete branch 2016-01-09 23:00:20 +05:30
bendtherules 2a4c3fe0fe Move loading options from env code to utils 2016-01-09 22:50:44 +05:30
bendtherules 72fb9b3182 Cleanup + update todo 2016-01-09 12:40:18 +05:30
bendtherules 14fffc1b49 Use s in test_gui + put it in utils + rename utils in gui 2016-01-07 22:31:33 +05:30
bendtherules c565ec7027 Use caps PYTEST_STATUS_PORT in gui_backend.py, causing errors on linux 2016-01-07 19:56:10 +05:30
bendtherules 19219f48f5 Relative import + todo update [no ci] 2016-01-07 14:20:33 +05:30
bendtherules 86c7117076 Redis fail tests in gui test + todo update 2016-01-03 11:29:34 +05:30
bendtherules 1e8203a92d Small fixes in doc + missing app_gui.stop on error 2016-01-03 11:27:40 +05:30
bendtherules 66894ac12b Periodic update todo 2015-12-30 08:56:28 +05:30
bendtherules 67441b2fde Update todo 2015-12-29 22:48:16 +05:30
bendtherules 3351b20194 Ignore self as plugin while self test + minor cleanup 2015-12-29 22:46:14 +05:30
bendtherules 1533bce400 env config test passing, update todo - add to pytest.ini 2015-12-29 11:39:06 +05:30
bendtherules 275e34388d Periodic update todo 2015-12-29 10:38:13 +05:30
bendtherules c1f366a269 Clean gui_frontend 2015-12-29 10:37:47 +05:30
bendtherules cb2b86933f Update todo with redis + others 2015-12-25 18:40:49 +05:30
bendtherules dff21fce37 Use env REDIS_ARGS, REDIS_PATH and port in caps 2015-12-25 18:26:27 +05:30
bendtherules 10f29b3872 Update todo with release + win testing 2015-12-25 17:00:50 +05:30
bendtherules 58f2554eb2 Periodic update todo [ci skip] 2015-12-25 13:36:23 +05:30
bendtherules 43d3e63ac5 Fix looping for s 2015-12-24 12:55:10 +05:30
bendtherules 9d3283ce5e Fix py3 fix 2015-12-24 12:52:33 +05:30
bendtherules 43f875e18c Non travis env and py3 no-unicode fix 2015-12-24 12:49:59 +05:30
bendtherules b735e4fe5c Use s to convert from bytes to str everywhere 2015-12-24 12:43:28 +05:30
bendtherules 288ef9e7ef Add more debug message on redis not found 2015-12-24 09:16:25 +05:30
bendtherules 8ddb6f36e6 In travis, directly apt-get redis and start command changed 2015-12-23 22:41:56 +05:30
bendtherules 0a2979bc94 Add blank readme + modify todo 2015-12-23 11:57:56 +05:30
bendtherules 98c856a532 Update todo after last additions 2015-12-23 11:50:49 +05:30
bendtherules 26ecc00f2f add plugin test to check intermediate steps
still need to move them to folder such that pytest tracks it automatically
2015-12-23 11:12:02 +05:30
bendtherules 24df167f52 Remove unused stuff rom template 2015-12-23 11:08:13 +05:30
bendtherules 09aae4a189 Stop gui when cant connect to redis 2015-12-23 11:07:01 +05:30
bendtherules bc06862a7f Added redis pipeline, cmd arg for gui, register plugin
1. Used redis pipeline for consecutive writes when possible

2. Add --status_gui option for py.test. So, removed explicit plugin from self test as it creates conflict.

3. Register as plugin in setup.py using pytest11

4. Update todo
2015-12-21 20:48:57 +05:30
bendtherules 2494bc9923 Update todo - now that its working, fix prints and error reporting 2015-12-20 10:07:34 +05:30
bendtherules b7f7f22d89 More connection tests + check if hash is not None on gui start 2015-12-20 10:05:12 +05:30
bendtherules 3377884900 Launch one gui mistakes fixed + gui_arg added 2015-12-20 10:04:00 +05:30
bendtherules 8446ef78fc Make gui executable and plugin func to call it on start
New requirement added:
	psutil - to check if pid is running on unix + windows

plugin still doesnt start gui on start, test the func first
2015-12-19 22:33:25 +05:30
bendtherules 34b3b7d3d5 Periodic update todo 2015-12-19 22:11:29 +05:30