Commit Graph

71 Commits

Author SHA1 Message Date
57fdb62a5c impl paratemers to requests, impl support of task modifications 2018-03-26 00:13:20 +03:00
9f57f9db88 try to use params (broken) 2018-03-25 01:03:03 +03:00
ba9a1c5cdd use 100 symbols (2) 2018-01-06 17:12:23 +03:00
2b885ebee5 use 100 symbols 2018-01-06 17:10:28 +03:00
4f9e3d6639 implement support of new commands to clients 2017-11-30 02:23:39 +03:00
5f229b8ade implement support of plugin supinfo 2017-11-27 23:12:37 +03:00
9dd63fc77e do not allow get user and task properties w\o auth 2017-11-26 15:30:59 +03:00
bb0a3c43be implement auth for get option methods to hide sensetive settings 2017-11-24 11:24:04 +03:00
bfea1635f9 implement priority supprt for users 2017-11-24 09:33:10 +03:00
881abd4c51 some improvements
* add plugin tree
* add emailnotify plugin template
2017-11-17 00:28:15 +03:00
3717d1426e implement usage of native cgroups instead of systemd-run
* allow server to be started w\o daemon
* handle process childs
2017-11-10 01:33:23 +03:00
2bd72344ba Pretty result usage, try to split Core class to several 2017-10-28 12:28:05 +03:00
bdb1dd0101 massive api changes: replace public method results to Result<T, E> 2017-10-27 02:35:04 +03:00
de0653f038 add ability to reload without reinitialization 2017-10-13 23:13:00 +03:00
0d5e9a328e add cgadaptor template 2017-10-06 10:11:19 +03:00
49299af761 code cleanup 2017-09-14 23:21:44 +03:00
cdb05844ae small renaming 2017-09-13 02:02:51 +03:00
f68d607da8 merge changes 2017-04-10 00:25:29 +03:00
f56c937651 more actions, improve process manager, fix bugs with datetime in dbus response 2017-04-10 00:21:37 +03:00
baa20af363 some improvements 2017-04-07 00:28:49 +03:00
e0833f22a5 some server implementations 2017-04-06 03:27:20 +03:00
80689782de some server template improvements 2017-04-05 02:41:04 +03:00
511de6e2d0 add server proto 2017-03-29 03:46:42 +03:00
505c1e2b93 fix merge conflicts 2017-03-24 19:03:51 +03:00
793d833d55 add plugin interaction 2017-03-23 23:11:05 +03:00
5f52ae9b05 implement work with plugins 2017-03-21 01:03:02 +03:00
3ed3973f4d add cmake adds 2017-03-20 03:29:44 +03:00
9094e6f450 add some reports 2017-03-17 02:30:17 +03:00
69fbab45b2 more improvements of queuedctl 2017-03-16 01:58:50 +03:00
f59095dbb0 add task helper 2017-03-15 02:31:25 +03:00
9931204837 some work on queuedctl 2017-03-14 05:51:53 +03:00
80c6f977d7 start on queuedctl realization 2017-03-13 03:37:52 +03:00
a2872e7c23 add sighup catch to daemon 2017-03-12 05:15:40 +03:00
8031e60355 add debug information 2017-03-12 04:54:31 +03:00
b5839051e9 add interface adaptor 2017-03-12 04:34:03 +03:00
b1821507dc doxygen fixes 2017-03-11 06:30:09 +03:00
57281bbb88 massive fixes in logic 2017-03-11 05:27:54 +03:00
9000bf08a4 add proto for task run 2017-03-10 07:28:51 +03:00
2d8d501f02 integrate plugin engine 2017-03-10 06:38:54 +03:00
d177aa81af add template for plugin system 2017-03-09 04:07:01 +03:00
01d5d99e16 forgotten fixes 2017-03-08 05:44:59 +03:00
2701e44119 add control processes and so on 2017-03-08 05:33:52 +03:00
20578996b7 add DATABASE_VERSION field for future migrations if any 2017-03-07 01:50:51 +03:00
bd62bc8777 improve settings and limits 2017-03-06 00:07:01 +03:00
84b8632ae8 add demo application 2017-03-05 03:20:09 +03:00
6646400027 replace unsigned int to uint, add coreinterface class 2017-03-02 22:01:04 +03:00
de3d7c10c3 add authorization structure to core methods 2017-03-01 23:12:17 +03:00
dc46039a53 change doxygen configuration a bit 2017-02-28 00:32:40 +03:00
58787dc543 Library code changes
* change documenting to better l&f
* add custom exceptions header
* QueuedCore::init will now throw exception on library opening error
* add database cleanup functions
* use sql query to filter data b4 upload to workers
* add custom auth structure
2017-02-28 00:22:56 +03:00
8ab4eb155c core and processanager improvements 2017-02-27 00:40:37 +03:00