Commit graph

711 commits

Author SHA1 Message Date
22c54bb46c added man manpage...;) 2013-10-20 15:21:34 +02:00
f77e44491d added man command to lish and a man/ dir for manual pages which can be accessed in less style from within lish 2013-10-20 15:10:14 +02:00
061bc22691 added license using less as a pager. maybe needs to be implemented using urwid for cross platform compatibility 2013-10-20 14:47:51 +02:00
3870ca7c50 added todo to linspector 2013-10-20 06:08:35 +02:00
c58141a9fc just added license to about dialog in lish 2013-10-20 06:05:56 +02:00
a0577c66ff some more threading stuff for backends. 2013-10-20 04:09:46 +02:00
1c08909c94 added about command to lish... colors, colors, colors... ! 2013-10-20 04:08:58 +02:00
3a4c4c412e added some stubs for backend threading 2013-10-20 03:19:21 +02:00
RafTim
ddd7c5be09 begin of abstracting linpector commands 2013-10-20 03:18:57 +02:00
RafTim
9fb7e956b0 added linspectorInterface functions 2013-10-20 02:33:11 +02:00
ff6fbf8507 made job id's unique 2013-10-20 01:55:19 +02:00
RafTim
a230d8c647 added colors 2013-10-20 01:22:09 +02:00
RafTim
4d7ded5e51 abstracted lish job printing 2013-10-20 01:20:27 +02:00
c9c7e7296d removed EOF foo 2013-10-20 00:42:56 +02:00
Rafael.Timmerberg
8d67ed7d1e fixed lish job runtime and interval 2013-10-20 00:04:34 +02:00
1df978c0f2 just some more colors... :D 2013-10-19 23:22:07 +02:00
0f6ab3d333 some more coloring 2013-10-19 21:46:36 +02:00
325e585db3 make use of color constants 2013-10-19 21:41:58 +02:00
8ea765c3db added hostname to lish prompt and some fixes 2013-10-19 21:28:26 +02:00
e4306ee73a just some style fix 2013-10-19 21:26:41 +02:00
4255657de4 added color constants, version 0.2 of lish 2013-10-19 21:16:24 +02:00
0fc449019f 0.9 and reverted versioning structure 2013-10-19 21:15:35 +02:00
6764db13f8 fixed the help output AND: Lish got colors... :) 2013-10-19 20:58:06 +02:00
49bf87f254 more eye candy in lish output of job details 2013-10-19 20:47:19 +02:00
c2275e8e63 added __str__ to service and made the output look nicer in lishs jobs list 2013-10-19 20:22:57 +02:00
a7312cb37e renamed function 2013-10-19 02:10:38 +02:00
ea10f91bf8 uncommented EOF command. do we need it? 2013-10-19 02:07:05 +02:00
c92683940f version 0.1.8 2013-10-19 01:47:19 +02:00
0d0ee69313 added linspector.yaml to show the new config file format 2013-10-19 01:38:10 +02:00
Rafael.Timmerberg
16a5a09bf5 added yaml support 2013-10-19 00:55:24 +02:00
cb676249ac cleanups and small fix 2013-10-18 12:15:11 +02:00
Rafael.Timmerberg
240dc8b04a extended the job function and added completion
started to implement LinspectorInterface and passed it to Frontend and LishCommander as general Linspector accessor
2013-10-17 23:36:57 +02:00
Rafael.Timmerberg
9de9af9921 Merge remote-tracking branch 'origin/master'
Conflicts:
	.gitignore
	bin/linspector
	examples/linspector.json
	linspector/core/job.py
	linspector/frontends/lish.py
	linspector/services/tcpconnect.py
2013-10-17 21:08:30 +02:00
c08b5a1b13 changed version from 0.7 to 0.1.7; we are really just 0.1.* currently 2013-10-17 08:20:11 +02:00
e524bf3797 deleted the abstracted daemon and moved class over to daemon.py 2013-10-12 02:34:39 +02:00
f3aa26cc15 just some new ideas 2013-10-12 02:31:41 +02:00
2522755595 yeah 2013-10-11 04:22:32 +02:00
dd1c6958c3 some housekeeping 2013-10-11 02:48:27 +02:00
68f8cbadc9 shutting logging down after the scheduler... makes sense i think 2013-10-11 02:43:14 +02:00
e6741b0db9 added udpconnect service. should be tested! think it is not working like it is... ;) 2013-10-11 02:30:22 +02:00
5ecee5b069 some doc fixes in header 2013-10-11 02:29:25 +02:00
1de3fd29e2 version bump to 0.7 2013-10-11 02:20:23 +02:00
ee5245eccb added threshold handling to job.py and config 2013-10-11 02:07:55 +02:00
7886e6f677 just enabled debug level logging... 2013-10-11 00:59:43 +02:00
0cb05861b0 added some more logging 2013-10-11 00:19:53 +02:00
494454c4e7 a lot of new stuff in lish 2013-10-11 00:05:40 +02:00
e12e05dbc7 added job enable/disble stuff 2013-10-11 00:03:18 +02:00
1e04d58e5a new msg output with hex id 2013-10-10 23:44:20 +02:00
90d8e81775 typo fix 2013-10-10 23:43:40 +02:00
0767965fb5 added hex_string to JobInfo instead of the raw hex 2013-10-10 23:19:24 +02:00