aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix and add tests for new certificate subscription.pageJ08nY2025-12-093-2/+64
* Fix notifications for vulns.J08nY2025-12-091-0/+2
* Bump deps in lockfile.J08nY2025-12-091-493/+581
* Merge pull request #531 from xvalec01/feat/page-dash-base-functionalityJán Jančár2025-12-0957-296/+8754
|\
| * refactor(collections): Update function signatures to use CollectionName enum ...David Valecký2025-12-092-9/+9
| * Refactor dashboard callbacks to use ComponentIDBuilder for consistencyDavid Valecký2025-12-0813-315/+355
| * refactor(callbacks): Update component ID handling for improved consistency an...David Valecký2025-12-087-34/+53
| * fix(dependencies): Remove numpy version constraintDavid Valecký2025-12-081-1/+0
| * refactor(data): Replace hardcoded collection names with CollectionName enum f...David Valecký2025-12-082-27/+10
| * refactor(dashboard): Replace dashboard creation logic in DashboardManager wit...David Valecký2025-12-082-17/+2
| * refactor(query_builder): Remove unused regex sanitization function and simpli...David Valecký2025-12-081-12/+1
| * fix(aggregation): Update aggregation options logic to handle numeric field av...David Valecký2025-12-081-8/+20
| * refactor(dashboard): Simplify collection name assignment and remove unused Fi...David Valecký2025-12-084-20/+4
| * refactor(dashboard): Remove unused LayoutConfig type definition and clean up ...David Valecký2025-12-082-10/+0
| * fix(chart): Enhance data aggregation handling and improve fallback logic for ...David Valecký2025-12-083-17/+23
| * feat(chart): Implement chart retrieval and creation logic for multi-worker se...David Valecký2025-12-085-68/+84
| * refactor(filter): Rename DashFilterComponentParams to FilterComponentParams f...David Valecký2025-12-084-21/+21
| * feat(modal): Add validation to prevent X-axis and Y-axis from using the same ...David Valecký2025-12-081-0/+5
| * refactor(chart): Replace AvailableChartTypes with ChartType for consistency a...David Valecký2025-12-088-55/+33
| * refactor(dashboard): Remove unused render_dashboard_content method from Dashb...David Valecký2025-12-081-105/+0
| * feat(security): Enhance chart config serialization for client safety and trus...David Valecký2025-12-086-20/+68
| * feat(chart): Rename graphs.py into chart.pyDavid Valecký2025-12-083-11/+9
| * refactor: Update imports to use new config module for ChartConfig and AxisConfigDavid Valecký2025-12-0811-13/+11
| * docs: Add system class diagram version 4David Valecký2025-12-082-2/+442
| * feat(dashboard): chart and filter functionality with derived fields and impro...David Valecký2025-12-0810-286/+113
| * feat: Add semantic logging variables for error handlingDavid Valecký2025-12-087-49/+112
| * refactor: Simplify BaseChart to use config.chart_id directlyDavid Valecký2025-12-086-70/+75
| * refactor: Rename Chart class to ChartConfig for clarityDavid Valecký2025-12-087-33/+26
| * feat: Add Flask logging configuration supportDavid Valecký2025-12-081-0/+4
| * feat(logging): Replace print statements with loggerDavid Valecký2025-12-083-11/+10
| * feat(chart): Add generate_custom_chart_name function for consistent chart namingDavid Valecký2025-12-082-2/+11
| * fix: remove no_update local importDavid Valecký2025-12-081-1/+1
| * refactor: simplify get_current_user_id function by removing unnecessary try-e...David Valecký2025-12-081-5/+2
| * feat(dashboard): Error hangling with ErrorChart and move DataService into ren...David Valecký2025-12-0812-43/+116
| * feat(dashboard): Introduce ComponentID and ComponentIDBuilder for consistent ...David Valecký2025-12-084-152/+391
| * feat(dashboard): Dashboard initialization and selection with better and reada...David Valecký2025-12-082-27/+113
| * refactor: simplify collection_name handling across dashboard componentsDavid Valecký2025-12-085-16/+16
| * refactor: remove unused dashboard and chart protocol filesDavid Valecký2025-12-083-46/+0
| * refactor: collection type renamed back to collection nameDavid Valecký2025-12-0822-386/+386
| * refactor(chart): Remove unused Plotly figure creation methods and importsDavid Valecký2025-12-081-99/+0
| * feat(dashboard): Enhance chart management with logging and improve callback d...David Valecký2025-12-081-22/+23
| * fix(dashboard): Make custom charts editable with a flag not by chart namingDavid Valecký2025-12-083-1/+7
| * refactor: Collection name references to collection typeDavid Valecký2025-12-0822-378/+376
| * refactor(dashboard): reorganize imports and extract aggregation utilitiesDavid Valecký2025-12-086-130/+60
| * refactor(dashboard): reorganize Dash import structureDavid Valecký2025-12-089-7/+7
| * refactor(dashboard): Change file where protect endpointsDavid Valecký2025-12-082-33/+41
| * fix(dashboard): missing support for stacked bar chartsDavid Valecký2025-12-083-6/+5
| * fix(dashboard): missing aggregation keys to withdraw from validatingDavid Valecký2025-12-081-2/+4
| * fix(dashboard): Use isoformat for dates everywhereDavid Valecký2025-12-081-3/+3
| * feat(dashboard): protection against NoSQL injectionDavid Valecký2025-12-083-39/+178