Commit graph

258 commits

Author SHA1 Message Date
57a67d26f5 requirements.txt update. (0.27.0) 2023-09-02 08:31:28 +02:00
362b1dfb7c Removed logging to stdout & stderr to be prepared for Lish. (0.27.0) 2023-09-01 17:05:15 +02:00
971ec6329f Fixed bug 0001 and added username to vendor.avm.is_connected service. (0.26.1) 2023-08-31 22:58:37 +02:00
83827e8070 Reverted databases back to be tasks again. This is more native to the API of Linspector. (0.26.0) 2023-08-31 22:30:05 +02:00
b5960331c4 requirements.txt update. (0.25.9) 2023-08-31 02:34:20 +02:00
54f55574eb Small cleanups. (0.25.9) 2023-08-24 14:44:45 +02:00
458816e57f Fixed loading of plugins if the selected plugin does not exist. (0.25.9) 2023-08-23 22:54:46 +02:00
d5bb4a962d Renamed column "message" to "log". (0.25.7) 2023-08-23 20:23:49 +02:00
294bb598f7 Syntax fix. (0.25.7) 2023-08-23 11:09:31 +02:00
55652d08a2 Small logical fix. (0.25.7) 2023-08-23 10:53:36 +02:00
369661794f Requirements update. (0.25.7) 2023-08-23 09:56:00 +02:00
e73115e786 Cleanups. (0.25.7) 2023-08-23 00:06:17 +02:00
a1df843994 More simplified and better defined logging in services. (0.25.7) 2023-08-22 21:38:33 +02:00
3a0f555dd3 Added port probing service. (0.25.6) 2023-08-22 19:16:13 +02:00
dfcdd07a84 Timezone fix in the scheduler. (0.25.5) 2023-08-22 15:56:01 +02:00
2aa8e9e7f1 Added jobid to each job in the scheduler and a small timezone fix. (0.25.4) 2023-08-22 15:33:43 +02:00
fb7afd0bb7 Small fixes. (0.25.3) 2023-08-22 11:05:38 +02:00
cd8b2c5093 Small fix. (0.25.3) 2023-08-22 10:09:47 +02:00
b50946b097 Renamed dummy database module to "none". (0.25.3) 2023-08-22 09:43:41 +02:00
3cb15dea3d Dummy database module fix. (0.25.2) 2023-08-22 05:59:45 +02:00
7bfaf84244 Some cleanups. (0.25.1) 2023-08-22 05:49:10 +02:00
c1241ccf43 Some cleanups. (0.25.1) 2023-08-22 05:15:09 +02:00
1b11cfdadc File header alignment. (0.25.1) 2023-08-22 02:53:50 +02:00
f6c42040bb Added developer configuration file. It contains a lot of ideas of future features. (0.25.1) 2023-08-22 01:26:01 +02:00
e71d7c088c TODO update. (0.25.1) 2023-08-22 00:42:51 +02:00
802ad69781 Added more fields to MySQL module. (0.25.1) 2023-08-22 00:31:44 +02:00
c429619040 Finished MySQL database module as early release. (0.25.0) 2023-08-22 00:00:16 +02:00
4491b6e455 README update. (0.24.1) 2023-08-21 19:18:50 +02:00
b035fe720c README update. (0.24.1) 2023-08-21 19:16:03 +02:00
430a34cda1 README update. (0.24.1) 2023-08-21 19:15:15 +02:00
ca8d26f98c README update. (0.24.1) 2023-08-21 19:12:17 +02:00
3042225ff9 Added MySQL support and first code for testing the connection. (0.24.1) 2023-08-21 19:08:19 +02:00
52b0c6b509 Moved databases from tasks to own concept because they need persistent connections. Tasks do now allow this. (0.24.0) 2023-08-21 15:05:42 +02:00
21c684bfbc Masses of deletions and cleanups. (0.23.2) 2023-08-21 01:48:57 +02:00
9500b91c2d Just small fixes. (0.23.1) 2023-08-21 00:27:35 +02:00
1ef835cfe6 Lot of task execution refactoring. (0.23.0) 2023-08-21 00:18:54 +02:00
681475f274 Tons of refactoring and implemented basic task execution. There are lot of bugs and features not working anymore. DO NOT USE!. (0.22.0) 2023-08-20 22:51:39 +02:00
33de0f8792 reverted parts of the last commit. (0.21.9) 2023-08-20 12:23:46 +02:00
61184b86ab Fixed a logging error in environment and some typo fixes in a log message. (0.21.9) 2023-08-20 12:16:49 +02:00
dbbe706961 Added an idea to a TODO comment. (0.21.8) 2023-08-20 12:11:49 +02:00
edaeceda69 Some normalizing and little more logging for monitors. (0.21.8) 2023-08-20 12:07:11 +02:00
9240012594 TODO.md. (0.21.7) 2023-08-20 07:08:39 +02:00
4c08639e27 Removed old TODO. (0.21.7) 2023-08-20 06:32:52 +02:00
5aa8fb72c6 Moved TODO to TODO.md and added some "next steps". (0.21.7) 2023-08-20 06:28:40 +02:00
ea95f1d990 Removed useless Super() inits in the constructor in services. (0.21.7) 2023-08-20 05:36:39 +02:00
e9f2d90836 requirements.txt update. (0.21.6) 2023-08-20 02:15:08 +02:00
d4ab58c04f requirements.txt update. (0.21.6) 2023-08-19 15:13:19 +02:00
f34d819b2c requirements.txt update. (0.21.6) 2023-08-05 23:47:04 +02:00
d53c08df89 requirements.txt update. (0.21.6) 2023-07-15 09:01:32 +02:00
01e5152d08 Added some idea to comments. (0.21.6) 2023-07-15 08:14:05 +02:00