index
:
sec-certs.git
main
page
Tool for analysis of security certificates (Common Criteria, FIPS 140...).
crocs-muni
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and add tests for new certificate subscription.
page
J08nY
2025-12-09
3
-2
/
+64
*
Fix notifications for vulns.
J08nY
2025-12-09
1
-0
/
+2
*
Bump deps in lockfile.
J08nY
2025-12-09
1
-493
/
+581
*
Merge pull request #531 from xvalec01/feat/page-dash-base-functionality
Ján Jančár
2025-12-09
57
-296
/
+8754
|
\
|
*
refactor(collections): Update function signatures to use CollectionName enum ...
David Valecký
2025-12-09
2
-9
/
+9
|
*
Refactor dashboard callbacks to use ComponentIDBuilder for consistency
David Valecký
2025-12-08
13
-315
/
+355
|
*
refactor(callbacks): Update component ID handling for improved consistency an...
David Valecký
2025-12-08
7
-34
/
+53
|
*
fix(dependencies): Remove numpy version constraint
David Valecký
2025-12-08
1
-1
/
+0
|
*
refactor(data): Replace hardcoded collection names with CollectionName enum f...
David Valecký
2025-12-08
2
-27
/
+10
|
*
refactor(dashboard): Replace dashboard creation logic in DashboardManager wit...
David Valecký
2025-12-08
2
-17
/
+2
|
*
refactor(query_builder): Remove unused regex sanitization function and simpli...
David Valecký
2025-12-08
1
-12
/
+1
|
*
fix(aggregation): Update aggregation options logic to handle numeric field av...
David Valecký
2025-12-08
1
-8
/
+20
|
*
refactor(dashboard): Simplify collection name assignment and remove unused Fi...
David Valecký
2025-12-08
4
-20
/
+4
|
*
refactor(dashboard): Remove unused LayoutConfig type definition and clean up ...
David Valecký
2025-12-08
2
-10
/
+0
|
*
fix(chart): Enhance data aggregation handling and improve fallback logic for ...
David Valecký
2025-12-08
3
-17
/
+23
|
*
feat(chart): Implement chart retrieval and creation logic for multi-worker se...
David Valecký
2025-12-08
5
-68
/
+84
|
*
refactor(filter): Rename DashFilterComponentParams to FilterComponentParams f...
David Valecký
2025-12-08
4
-21
/
+21
|
*
feat(modal): Add validation to prevent X-axis and Y-axis from using the same ...
David Valecký
2025-12-08
1
-0
/
+5
|
*
refactor(chart): Replace AvailableChartTypes with ChartType for consistency a...
David Valecký
2025-12-08
8
-55
/
+33
|
*
refactor(dashboard): Remove unused render_dashboard_content method from Dashb...
David Valecký
2025-12-08
1
-105
/
+0
|
*
feat(security): Enhance chart config serialization for client safety and trus...
David Valecký
2025-12-08
6
-20
/
+68
|
*
feat(chart): Rename graphs.py into chart.py
David Valecký
2025-12-08
3
-11
/
+9
|
*
refactor: Update imports to use new config module for ChartConfig and AxisConfig
David Valecký
2025-12-08
11
-13
/
+11
|
*
docs: Add system class diagram version 4
David Valecký
2025-12-08
2
-2
/
+442
|
*
feat(dashboard): chart and filter functionality with derived fields and impro...
David Valecký
2025-12-08
10
-286
/
+113
|
*
feat: Add semantic logging variables for error handling
David Valecký
2025-12-08
7
-49
/
+112
|
*
refactor: Simplify BaseChart to use config.chart_id directly
David Valecký
2025-12-08
6
-70
/
+75
|
*
refactor: Rename Chart class to ChartConfig for clarity
David Valecký
2025-12-08
7
-33
/
+26
|
*
feat: Add Flask logging configuration support
David Valecký
2025-12-08
1
-0
/
+4
|
*
feat(logging): Replace print statements with logger
David Valecký
2025-12-08
3
-11
/
+10
|
*
feat(chart): Add generate_custom_chart_name function for consistent chart naming
David Valecký
2025-12-08
2
-2
/
+11
|
*
fix: remove no_update local import
David Valecký
2025-12-08
1
-1
/
+1
|
*
refactor: simplify get_current_user_id function by removing unnecessary try-e...
David Valecký
2025-12-08
1
-5
/
+2
|
*
feat(dashboard): Error hangling with ErrorChart and move DataService into ren...
David Valecký
2025-12-08
12
-43
/
+116
|
*
feat(dashboard): Introduce ComponentID and ComponentIDBuilder for consistent ...
David Valecký
2025-12-08
4
-152
/
+391
|
*
feat(dashboard): Dashboard initialization and selection with better and reada...
David Valecký
2025-12-08
2
-27
/
+113
|
*
refactor: simplify collection_name handling across dashboard components
David Valecký
2025-12-08
5
-16
/
+16
|
*
refactor: remove unused dashboard and chart protocol files
David Valecký
2025-12-08
3
-46
/
+0
|
*
refactor: collection type renamed back to collection name
David Valecký
2025-12-08
22
-386
/
+386
|
*
refactor(chart): Remove unused Plotly figure creation methods and imports
David Valecký
2025-12-08
1
-99
/
+0
|
*
feat(dashboard): Enhance chart management with logging and improve callback d...
David Valecký
2025-12-08
1
-22
/
+23
|
*
fix(dashboard): Make custom charts editable with a flag not by chart naming
David Valecký
2025-12-08
3
-1
/
+7
|
*
refactor: Collection name references to collection type
David Valecký
2025-12-08
22
-378
/
+376
|
*
refactor(dashboard): reorganize imports and extract aggregation utilities
David Valecký
2025-12-08
6
-130
/
+60
|
*
refactor(dashboard): reorganize Dash import structure
David Valecký
2025-12-08
9
-7
/
+7
|
*
refactor(dashboard): Change file where protect endpoints
David Valecký
2025-12-08
2
-33
/
+41
|
*
fix(dashboard): missing support for stacked bar charts
David Valecký
2025-12-08
3
-6
/
+5
|
*
fix(dashboard): missing aggregation keys to withdraw from validating
David Valecký
2025-12-08
1
-2
/
+4
|
*
fix(dashboard): Use isoformat for dates everywhere
David Valecký
2025-12-08
1
-3
/
+3
|
*
feat(dashboard): protection against NoSQL injection
David Valecký
2025-12-08
3
-39
/
+178
[next]