Commit graph

77 commits

Author SHA1 Message Date
2e7e75e4ce Add run-analysis helper script and tests 2025-07-19 02:19:08 -05:00
b1658d28ba
Merge pull request #35 from wagesj45/codex/add-detect_threats-command-in-analyze.py
Add threat detection command
2025-07-19 02:12:51 -05:00
350445b167 Add threat detection analysis 2025-07-19 02:12:24 -05:00
0354185bb9
Merge pull request #34 from wagesj45/codex/add-suggest_cache-command-to-analyze.py
Add suggest_cache analysis command
2025-07-19 02:07:35 -05:00
7f996fe123 Add suggest_cache command and tests 2025-07-19 02:07:23 -05:00
e32a47843c
Merge pull request #33 from wagesj45/codex/add-check_missing_domains-command
Add missing domain check command
2025-07-19 02:01:14 -05:00
1a6e836631 Add check_missing_domains command and tests 2025-07-19 02:00:37 -05:00
4c80860b20
Merge pull request #32 from wagesj45/codex/create-analyze.py-for-nginx-stats
Add analyze script for simple DB queries
2025-07-19 01:53:56 -05:00
37fc898556 Add analyze utility for DB queries 2025-07-19 01:53:36 -05:00
9bd926ff06
Merge pull request #31 from wagesj45/codex/create-nginx_config-utility-module
Add nginx config parser utilities
2025-07-19 01:51:04 -05:00
97ad5bc998 Add nginx config parsing utilities 2025-07-19 01:50:27 -05:00
84e3e0e7de
Merge pull request #30 from wagesj45/codex/fix-data-loading-bug-on-per-domain-tab
Fix domain chart paths
2025-07-19 01:37:43 -05:00
315cdaf2ad Fix per-domain chart paths 2025-07-19 01:37:33 -05:00
ad9030a6fd
Merge pull request #29 from wagesj45/codex/remove-global-from-duration-options
Fix dropdown showing 'Global' interval
2025-07-19 01:00:31 -05:00
35c1a00feb Fix interval dropdown options 2025-07-19 00:58:25 -05:00
71b11721ab
Merge pull request #28 from wagesj45/codex/remove-global-option-from-duration-view
Fix dropdown intervals to exclude global reports
2025-07-19 00:46:15 -05:00
f6b04e7e2e Exclude global directory from interval dropdown 2025-07-19 00:43:25 -05:00
5de2aa4c66
Merge pull request #27 from wagesj45/codex/implement-tabbed-interface-for-reports
Add Bulma tabs to dashboard
2025-07-19 00:26:59 -05:00
b67266d3b3 Add tabbed interface to dashboard 2025-07-19 00:26:00 -05:00
207facedc2
Merge pull request #26 from wagesj45/codex/extend-reports.yml-syntax-for-per_domain
Support per_domain flag in report config
2025-07-19 00:21:52 -05:00
e03c7bc434 Add per_domain flag to report config 2025-07-19 00:21:42 -05:00
0bf67f6107
Merge pull request #25 from wagesj45/codex/implement-report-generation-and-rendering
Add global stats reporting
2025-07-19 00:16:22 -05:00
a1102952e9 Add global stats generation 2025-07-19 00:16:11 -05:00
9619888a3a
Merge pull request #24 from wagesj45/codex/add-global-report-command-and-tests
Add global report generation command
2025-07-19 00:10:30 -05:00
a3f06fd9e2 Add global report generation 2025-07-19 00:09:26 -05:00
11d6e5e4ba
Merge pull request #23 from wagesj45/codex/implement-report-snippet-template-and-updates
Add snippet-based report rendering
2025-07-18 23:20:26 -05:00
ab2af1015a Switch to snippet-based reports 2025-07-18 23:20:13 -05:00
da330a6058
Merge pull request #22 from wagesj45/codex/add-color-differentiation-to-charts
Improve chart color support
2025-07-18 23:03:24 -05:00
44ee039ca6 Add color support for charts 2025-07-18 23:03:04 -05:00
f0653f972f
Merge pull request #21 from wagesj45/codex/add-datatables-chart-type-and-update-definitions
Add DataTables table chart type
2025-07-18 22:34:32 -05:00
fc07dae549 Add DataTables table chart type 2025-07-18 22:29:52 -05:00
a2f11f25e4
Merge pull request #20 from wagesj45/codex/update-ui/ux-for-duration-and-server-selection
Refactor index page selectors
2025-07-18 22:25:37 -05:00
8abd5dedac Refactor UI with dropdown selectors 2025-07-18 22:25:25 -05:00
b79ceb5ee2
Merge pull request #19 from wagesj45/codex/style-duration-and-server-selectors-as-buttons
Improve button styling on landing page
2025-07-18 21:53:09 -05:00
a789fee69a Style interval and domain selectors as Bulma buttons 2025-07-18 21:51:30 -05:00
e0a070bafa Merge branch 'main' of https://github.com/wagesj45/ngxstat 2025-07-18 02:51:38 -05:00
0163d3ec90 Changed icon set 2025-07-18 02:50:54 -05:00
0d6d475c9f
Merge pull request #18 from wagesj45/codex/extend-tests/test_reports.py-with-test_generate_root_index
Add root index generation test
2025-07-18 02:50:27 -05:00
9d5dc7e9ad Add test for root index generation 2025-07-18 02:49:26 -05:00
a706601501
Merge pull request #17 from wagesj45/codex/create-index.html-with-bulma-and-feather-icons
Add root index generation
2025-07-18 02:46:39 -05:00
21762bf1bd Add root index generation 2025-07-18 02:46:26 -05:00
02f6b400ac
Merge pull request #16 from wagesj45/codex/organize-domain-reports-in-subdirectory
Organize domain report outputs
2025-07-18 02:25:49 -05:00
6b9219009d Organize domain reports under domains directory 2025-07-18 02:25:10 -05:00
77e7cae1cf
Merge pull request #15 from wagesj45/codex/fix-operational-error-in-report-generation
Fix view generation for domain reports
2025-07-18 02:16:25 -05:00
fb08fcaa07 Fix SQLite view creation and test domain filter 2025-07-18 02:16:14 -05:00
b87c76e8c9
Merge pull request #14 from wagesj45/codex/add-report-generation-for-domains
Add per-domain report generation to run-reports
2025-07-18 02:11:41 -05:00
27a73ec4e8 Update run-reports to generate per-domain reports 2025-07-18 02:10:46 -05:00
2ec9aac290
Merge pull request #13 from wagesj45/codex/update-reports.yaml-with-new-report-types
Add common reports
2025-07-18 01:54:24 -05:00
08e10a51ba Expand report presets 2025-07-18 01:54:14 -05:00
df9527cdc0
Merge pull request #12 from wagesj45/codex/fix-report-definition-paradigm
Simplify report definitions
2025-07-18 01:50:28 -05:00