|
|
a15a9dc735
|
added get_job_list to interface
|
2013-10-21 02:24:18 +02:00 |
|
|
|
1ae16ec44a
|
added TODO to job.py
|
2013-10-21 02:13:20 +02:00 |
|
|
|
00ddcac305
|
removed old code from linspector
|
2013-10-21 02:12:54 +02:00 |
|
|
|
877ece76a1
|
added some testing stuff to json client; works!
|
2013-10-21 02:03:43 +02:00 |
|
|
|
caf37aec89
|
added get job and enable/disable method to jsonrpc
|
2013-10-21 02:03:17 +02:00 |
|
|
|
27cdfd5e32
|
just some cleanups
|
2013-10-21 02:01:50 +02:00 |
|
RafTim
|
7a8ddc332f
|
corrected backend-check
|
2013-10-21 01:14:52 +02:00 |
|
RafTim
|
a0e69d859d
|
test of static interface
|
2013-10-21 01:09:41 +02:00 |
|
|
|
fa4dd2229c
|
uhhm, missed something... sorry!
|
2013-10-20 23:55:48 +02:00 |
|
|
|
2b635275de
|
fixed KeyError
|
2013-10-20 23:53:16 +02:00 |
|
|
|
39beaee68b
|
just fixes
|
2013-10-20 23:20:58 +02:00 |
|
|
|
4d5381819f
|
small fix
|
2013-10-20 23:12:42 +02:00 |
|
|
|
af76908c75
|
added jsonrpc-client to bin for testing the jsonrpc backend
|
2013-10-20 23:08:35 +02:00 |
|
|
|
32d4179c1d
|
added some more stuff to jsonrpc backend
|
2013-10-20 23:08:08 +02:00 |
|
|
|
6c41c963a8
|
added core to jsonbackend and removed unneeded import
|
2013-10-20 23:07:16 +02:00 |
|
|
|
8be754aa31
|
start jsonrpc backend if configured
|
2013-10-20 22:46:49 +02:00 |
|
|
|
8678f5e4a6
|
added var to core an some design fixes
|
2013-10-20 22:45:44 +02:00 |
|
|
|
7de6a3717b
|
renamed icon file
|
2013-10-20 19:16:51 +02:00 |
|
|
|
6f62c8a6dd
|
many cleanups in lish
|
2013-10-20 17:13:53 +02:00 |
|
|
|
19f4f6f6f5
|
removed LogCommander
|
2013-10-20 17:10:49 +02:00 |
|
|
|
0f603ebf26
|
moved shell execution from ShellCommander to LishCommander
|
2013-10-20 17:09:41 +02:00 |
|
|
|
a8b380f79a
|
removed old hostgroup stuff from lish
|
2013-10-20 17:08:08 +02:00 |
|
|
|
3f788adc47
|
added an icon 16x16
|
2013-10-20 16:50:40 +02:00 |
|
|
|
1648a08a9d
|
added two icons to files/icons/
|
2013-10-20 16:05:36 +02:00 |
|
|
|
9cc1f93210
|
some more manpages and content
|
2013-10-20 15:57:25 +02:00 |
|
|
|
c3c7dc34fc
|
many syntax fixes in lish help commands
|
2013-10-20 15:40:14 +02:00 |
|
|
|
3aa231c429
|
added a manpage and edited man manpage
|
2013-10-20 15:30:45 +02:00 |
|
|
|
8340b1b73f
|
added files/images/ dir to repo
|
2013-10-20 15:25:28 +02:00 |
|
|
|
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 |
|