ngxstat/scripts
ngxstat-bot fab91d2e04 Phase 1 UX + JS transforms: tabs, windowing, percent/grouping, smoothing, stacked series, metadata pass-through, top_n
- Replace tabs with Recent/Trends/Distribution/Tables/Analysis and add sticky controls (interval, domain, window [default 7d], percent, group small, exclude '-' -> Uncached, smoothing toggle).

- Client-side transforms: time-window slicing, percent mode, group others (3%), per-report exclusions; stackedBar multi-series; moving average for error_rate.

- Generator: pass through optional UX metadata (windows_supported, window_default, group_others_threshold, exclude_values, top_n, stacked, palette) and enforce top_n LIMIT for table reports.

- Reports: add status_classes_timeseries and cache_status_timeseries; apply top_n=50 to heavy tables.

- Chart manager: add helpers (sliceWindow, excludeValues, toPercent, groupOthers, movingAverage).

- URL state + localStorage for context; per-tab filtering for Trends/Distribution/Tables.
2025-08-18 23:01:00 -05:00
..
__init__.py Fix module imports in run-analysis 2025-07-19 02:55:15 -05:00
analyze.py lint: remove unused typing import; mark test pytest import as noqa F401 2025-08-16 05:19:48 -05:00
download_icons.py Fix duplicate icon assignment 2025-07-19 03:58:41 -05:00
generate_reports.py Phase 1 UX + JS transforms: tabs, windowing, percent/grouping, smoothing, stacked series, metadata pass-through, top_n 2025-08-18 23:01:00 -05:00
init_db.py fix: destroy charts when switching tabs 2025-07-19 17:03:48 -05:00
nginx_config.py fix: destroy charts when switching tabs 2025-07-19 17:03:48 -05:00