Commit graph

127 commits

Author SHA1 Message Date
67d34c6295
Implemented new methods + updates 2022-07-21 21:44:27 +02:00
a7dc8e6a0b
Update 2022-07-21 21:42:36 +02:00
daa7f6267f
Added new Crapview module DbQuery
Performs database queries to retrieve data to be used for the stats
2022-07-21 21:41:35 +02:00
f0fd0bfb4a
Improvements 2022-07-21 21:39:02 +02:00
a21dac101e
Improvements 2022-07-20 23:02:26 +02:00
e38a520899
Code improvements 2022-07-20 23:01:41 +02:00
b40508f403
Added alternative 'Contains' method 2022-07-20 23:00:13 +02:00
3001713ce5
Design improvements for statistics' tab 2022-07-20 22:27:03 +02:00
8a1ef89804
Code improvements 2022-07-20 21:43:38 +02:00
2291ae5211
Added new tool CrapView 2022-07-20 21:43:19 +02:00
8ad8890e93
Finished designing statistics' tab 2022-07-20 21:42:30 +02:00
d0ae85bf22
Updated resources file 2022-07-20 21:40:25 +02:00
7c9b262015
Updated TimeOfDay stats icon 2022-07-20 21:39:09 +02:00
331746baf3
Added new icon for StatsTabs 2022-07-20 21:38:03 +02:00
e1f24860a0
Code fixes and improvements 2022-07-20 19:07:47 +02:00
ad786302fe
Updated icons + started designing statistics' tab 2022-07-19 20:45:51 +02:00
e24347f319
Update 2022-07-19 20:44:11 +02:00
c82d69bbec
Added statistics' tabs icons 2022-07-19 20:43:52 +02:00
5302e1944b
Added main tabs icons 2022-07-19 20:42:50 +02:00
919f74072f
Started designing CrapView interface 2022-07-10 21:56:57 +02:00
28a7cf4e2e
Code improvements 2022-07-10 21:55:57 +02:00
b37a31d75c
Improvements 2022-07-10 19:58:03 +02:00
78357e5f57
Added new chart 'LogsTrafficEnsemble' 2022-07-10 19:57:17 +02:00
5426e7c422
Code improvements 2022-07-10 18:14:24 +02:00
0e75c08314
Updates 2022-07-10 18:14:00 +02:00
21246a0063
Added new methods
Added 'printableSize', cloned from MainWindow.
Added 'makeGraphs' to show an overview of access/error logs parse
details.
2022-07-10 18:13:31 +02:00
ea65257f8b
Added new chart DonutBreakdown 2022-07-10 18:09:02 +02:00
20cf1da8b7
Added new module Charts 2022-07-10 18:07:51 +02:00
81b1440d79
Code improvements and updates 2022-07-09 18:26:27 +02:00
b58431838d
Code improvements and updates
Implemented new hashes-related methods newHashesDatabase +
checkHashesDatabase.
Extracted checkDatabaseTablesNames from other methods to reduce code.
2022-07-09 18:25:45 +02:00
9628ac24e1
Added new methods
Added dialog_leel variable and relative setter method.
Morphed readList into loadUsedHashesLists and implemented to read from
SQLite database.
Improved insertUsedHash/es to store them into the database.
2022-07-09 18:21:46 +02:00
2f3e39256d
Added new initial checks methods 2022-07-09 18:16:09 +02:00
8303aedeb4
Code improvements + Added new Dialogs
Disabled overrides
2022-07-09 18:12:04 +02:00
8472e8ce97
Improvements 2022-07-09 18:09:19 +02:00
e6bb8105af
Added new database-related dialogs 2022-07-08 21:42:11 +02:00
3018da107c
Code improvements and updates 2022-07-08 21:40:58 +02:00
8d656d4f4a
Code improvements and updates
Splitted 'joinLogLines' into self and new 'checkFiles' method.
2022-07-08 21:40:19 +02:00
9e2f4b720d
Updates and code improvements 2022-07-08 21:35:50 +02:00
fd7e4cc05e
Replaced 'sqlite3' library with 'QSql' plugin
Issues linking sqlite library to project and makefile, replaced with Qt
plugin.
New method 'newStatsDatabase' to create a new database file for the
statistics.
Updated 'checkStatsDatabase' method.
2022-07-08 21:34:41 +02:00
0e80bbddcc
Added SQL plugin 2022-07-08 21:29:08 +02:00
f1d8884d54
Added new method 'renameAsCopy' 2022-07-08 21:28:41 +02:00
11f0525586
Code improvements 2022-07-08 21:27:47 +02:00
e5b3986cb1
Added database-related dialogs 2022-07-06 21:07:23 +02:00
92f6470fea
Code improvements and updates 2022-07-06 21:06:34 +02:00
7d7e314219
Improved database queries
Structure and error handling
2022-07-06 21:05:29 +02:00
483bca74ca
Updates 2022-07-06 21:03:58 +02:00
47f83c75ae
Added new module CheckSec
Performs integrity checks on variables and files/folders
2022-07-06 21:02:36 +02:00
2ad2231e81
Added new DB-related Dialogs 2022-07-05 22:02:25 +02:00
570a896bc9
Implemented storeData method 2022-07-05 22:01:26 +02:00
2ad16daa20
Updated storeLogLines, perf-related, blacklist/warnlist
Added blacklist (ex whitelist) for log fields: Clients, ErrorLevels.
Added warnlist (ex blacklist) for log fields: Clients, RequestsMethods,
RequestsUri, ErrorLevels.
Edited Performance-related stuff.
Improved storeLogLines method with SQLite functionalities.
2022-07-05 22:00:09 +02:00