Backend stats endpoints: - GET /api/v1/project/:project/packages/:package/stats - per-package stats - GET /api/v1/artifact/:id/stats - artifact reference statistics - GET /api/v1/stats/cross-project - cross-project deduplication detection - GET /api/v1/stats/timeline - time-based metrics (daily/weekly/monthly) - GET /api/v1/stats/export - CSV/JSON export - GET /api/v1/stats/report - markdown/JSON summary report generation Enhanced existing endpoints: - Added storage_saved_bytes and deduplication_ratio to project stats - Added date range filtering via from_date/to_date params New schemas: - PackageStatsResponse - ArtifactStatsResponse - CrossProjectDeduplicationResponse - TimeBasedStatsResponse - StatsReportResponse
94 KiB
94 KiB