Alan Buscaglia
3ca3432250
fix: conditionally pass href prop only when asLink is truthy
2025-10-22 18:16:10 +02:00
Alan Buscaglia
822b85dcdc
Merge branch 'master' into refactor/graph-components-kebab-case
2025-10-22 18:15:11 +02:00
César Arroba
6184de52d9
chore(github): fix pr merged action ( #8988 )
2025-10-22 18:05:31 +02:00
César Arroba
fdf45ea777
chore(github): improve pr merged action ( #8987 )
2025-10-22 17:52:00 +02:00
César Arroba
b7ce9ae5f3
chore(github): improve mcp container action ( #8986 )
2025-10-22 17:35:38 +02:00
César Arroba
2039a5005c
chore(github): rename prepare release action ( #8985 )
2025-10-22 17:29:22 +02:00
César Arroba
52ed92ac6a
chore(github): improve check changelog action ( #8983 )
2025-10-22 17:17:22 +02:00
César Arroba
f5cccecac6
chore(github): improve prepare release action ( #8981 )
2025-10-22 17:02:51 +02:00
César Arroba
a47f6444f8
chore(github): improve conflicts checker action ( #8980 )
2025-10-22 16:45:38 +02:00
lydiavilchez
f8c8dee2b3
feat(gcp): add cloudstorage_bucket_lifecycle_management_enabled check ( #8936 )
...
Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com >
2025-10-22 16:45:26 +02:00
Andoni Alonso
6656629391
docs: include docker platform warning in App installation too ( #8979 )
2025-10-22 16:07:28 +02:00
Pedro Martín
9f372902ad
feat(threatscore): support compliance pdf reporting ( #8867 )
...
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com >
Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com >
Co-authored-by: Víctor Fernández Poyatos <victor@prowler.com >
2025-10-22 15:59:56 +02:00
Alan Buscaglia
b4ff1dcc75
refactor(graphs): graph components kebab case ( #8966 )
...
Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com >
2025-10-22 15:51:43 +02:00
Alan Buscaglia
219d3ea9c2
fix: adjust map region filter layout to fit content width
...
- Changed SelectTrigger from w-full to min-w-[200px]
- Filter now only takes space it needs instead of stretching full width
- Updated import path for Select component
2025-10-22 15:28:08 +02:00
Alan Buscaglia
124d2db9f1
refactor(ui): rename graph components to kebab-case naming convention
...
- Rename threat-map.tsx to map-chart.tsx
- Add map-region-filter component
- Update component exports in graphs and ui indices
2025-10-22 15:11:25 +02:00
alejandrobailo
6fb6bebe59
Merge remote-tracking branch 'origin/master' into refactor/graph-components-kebab-case
2025-10-22 14:38:23 +02:00
alejandrobailo
0985e45ddf
chore: update package-lock.json with dependency version changes
2025-10-22 14:33:30 +02:00
alejandrobailo
c8e096ca7c
refactor: revert changes in /ui
2025-10-22 14:28:19 +02:00
César Arroba
f596907223
chore(github): improve labeler action ( #8978 )
2025-10-22 12:50:19 +02:00
Alan Buscaglia
409331804b
fix: update data-table-pagination select import path
...
Fixed import path from @/components/shared/shadcn to @/components/ui/select
after removing the shadcn folder from shared directory.
2025-10-22 12:49:42 +02:00
Alan Buscaglia
9506c95965
feat: use shadcn select in threat-map component
...
Replaced native select element with shadcn Select component from
@/components/ui/select. Maintains all theme color support via CHART_COLORS.
2025-10-22 12:49:35 +02:00
Alan Buscaglia
d01df2a729
refactor: remove shadcn select folder from shared
...
Removed the shadcn select component folder from shared directory.
Select component moved back to ui/components/ui/select/.
2025-10-22 12:45:29 +02:00
César Arroba
fe768c0a3e
chore(github): improve trufflehog action ( #8977 )
2025-10-22 12:39:39 +02:00
Alan Buscaglia
672c41bdfb
refactor: revert threat-map select to native element
...
Reverted from shadcn Select back to native <select> element with custom
ChevronDown icon. Maintains full theme color support and functionality.
2025-10-22 12:35:27 +02:00
Alan Buscaglia
d6589e807b
style: format alert-pill component
2025-10-22 10:21:33 +02:00
Alan Buscaglia
62735ed4e9
refactor: remove deleted component exports from overview index
2025-10-22 10:20:23 +02:00
Alan Buscaglia
e5364911bb
feat: implement comprehensive light/dark theme support for all chart components
...
- Add CSS variables to all chart tooltips and components for dynamic theme switching
- Update AlertPill component to use theme-aware colors (--chart-alert-bg, --chart-alert-text)
- Change all alert icons to use red color (--chart-fail) consistently across charts
- Add ScatterDataPoint type to centralized types.ts
- Fix scatter-plot-with-selection component type definitions and imports
- Migrate shadcn Select component to shared folder structure
- Update ThreatMap to use shadcn Select instead of native select element
- Ensure all graph components dynamically update colors when theme toggles
This enables seamless light/dark theme support across:
- ChartTooltip and MultiSeriesChartTooltip
- LineChart, RadarChart, ScatterPlot custom tooltips
- AlertPill and icon coloring
- All form elements now use shadcn components
2025-10-22 10:19:12 +02:00
César Arroba
18f3bc098c
chore(github): trigger only if repository is prowler ( #8974 )
2025-10-22 09:27:33 +02:00
César Arroba
67b1983d85
chore(github): fix action ( #8973 )
2025-10-22 09:10:47 +02:00
César Arroba
a3db23af7d
chore(github): improve conventional commits action ( #8969 )
2025-10-21 17:57:29 +02:00
César Arroba
3eaa21f06f
chore(github): improve backport label action ( #8970 )
2025-10-21 17:57:04 +02:00
Rubén De la Torre Vico
5d5c109067
chore(aws): enhance metadata for dlm service ( #8860 )
...
Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com >
2025-10-21 17:40:19 +02:00
César Arroba
c6cb4e4814
chore(github): improve backport action ( #8968 )
2025-10-21 17:14:40 +02:00
César Arroba
ab06a09173
chore(api): improve pull request action ( #8963 )
2025-10-21 17:10:48 +02:00
Alan Buscaglia
17a841a86d
feat: add comprehensive light/dark theme support for all graph components
...
- Add complete CSS variables for both light and dark themes in globals.css
- Light theme: dark text on light backgrounds (primary: #1f2937, bg: #f9fafb)
- Dark theme: white text on dark backgrounds (primary: #ffffff, bg: #1e293b)
- Update all chart components to use CSS variables instead of hardcoded colors
- Tooltips, legends, titles, and text automatically adapt to theme changes
- Fix SankeyChart text to properly display in light mode (was hardcoded white)
- Update DonutChart center label to use theme-aware text colors
- All components now dynamically respond to theme toggle via next-themes
2025-10-21 17:07:23 +02:00
Rubén De la Torre Vico
9c6c007f73
fix(mcp): add missing argument to health check ( #8967 )
2025-10-21 16:45:05 +02:00
Alan Buscaglia
f223b24060
Revert "feat: add light theme support for graph components"
...
This reverts commit bbad5b79a6 .
2025-10-21 16:33:50 +02:00
Alan Buscaglia
bbad5b79a6
feat: add light theme support for graph components
2025-10-21 16:32:40 +02:00
Rubén De la Torre Vico
206f23b5a5
chore(aws): enhance metadata for dms service ( #8861 )
...
Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com >
2025-10-21 16:31:18 +02:00
Alan Buscaglia
53497721f3
fix: add sample data to RadarChartWithSelection component
2025-10-21 16:24:32 +02:00
Alan Buscaglia
5758487584
feat: add missing RadarChartWithSelection and ScatterPlotWithSelection components
2025-10-21 16:20:57 +02:00
Alan Buscaglia
9b98fa12c5
fix: add missing graph component imports (RadarChart, ScatterPlot)
2025-10-21 16:18:56 +02:00
Andoni Alonso
5c9e9bc86a
docs: fix security heading ( #8965 )
2025-10-21 16:13:55 +02:00
Alan Buscaglia
1ee54eeb1a
refactor: rename graph components to kebab-case
2025-10-21 16:04:11 +02:00
Rubén De la Torre Vico
34554d6123
feat(mcp): add support for production deployment with uvicorn ( #8958 )
2025-10-21 16:03:24 +02:00
Pepe Fagoaga
000cb93157
chore: remove security template as it's already there ( #8964 )
2025-10-21 19:34:42 +05:45
Adrián Jesús Peña Rodríguez
524209bdf2
feat(api): add provider_id__in filter for ScanSummary queries ( #8951 )
2025-10-21 15:24:09 +02:00
César Arroba
c4a0da8204
chore(github): review and update issue templates ( #8961 )
2025-10-21 13:40:25 +02:00
César Arroba
f0cba0321c
chore(codeql): improve API CodeQL action and settings ( #8962 )
2025-10-21 13:40:07 +02:00
dependabot[bot]
79888c9312
chore(deps): bump playwright and @playwright/test in /ui ( #8956 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 13:22:21 +02:00