* no-op commit
* Migrate Vault Reporting Dashboard from shared package into Vault Enterprise (#14892)
* Migrate Vault Reporting Dashboard from shared package into Vault Enterprise
* Add click interactions for export toggle in usage reporting dashboard tests
* feat(reporting): enhance external link security with rel attributes
* feat(reporting): migrate Vault Reporting Dashboard components and integrate meter chart visualization
* feat(reporting): remove deprecated meter.js and migration instructions for Vault Reporting Dashboard
* Migrate Vault Reporting Dashboard from shared package into Vault Enterprise
* Add click interactions for export toggle in usage reporting dashboard tests
* feat(reporting): enhance external link security with rel attributes
* feat(reporting): migrate Vault Reporting Dashboard components and integrate meter chart visualization
* feat(reporting): remove deprecated meter.js and migration instructions for Vault Reporting Dashboard
* feat(reporting): migrate horizontal bar chart to new viz-card component and remove deprecated files
* feat(reporting): remove horizontal bar chart component and associated files
* feat(reporting): update dashboard to force remount of chart layers on namespace refresh and improve data fetching logic
* feat(reporting): remove usage reporting handler and associated imports
* feat(reporting): refactor route handling and remove safeRoute utility; update data download methods- copilot recommendation
* feat(reporting): enhance tooltip interaction by replacing mouse events with pointer events for better responsiveness
* feat(reporting): remove reporting analytics service and associated tracking logic from dashboard components
* feat(reporting): standardize text casing in dashboard and export components
* feat(reporting): standardize text casing in usage reporting tests
* feat(reporting): add padding to carbon chart for improved layout
* feat(reporting): implement toSentenceCase utility and update chart labels for consistency
* feat(reporting): enhance toSentenceCase utility to handle acronyms and branded names
* feat(reporting): migrate vault-reporting module from shared package to Vault Enterprise
* feat(reporting): enhance tooltip functionality and styling for usage reporting charts
* Fix formatting in pnpm-lock.yaml
* Refactor CSV export to use sentence case for labels and enhance toSentenceCase utility
* Refactor CSV download test to simplify URL handling and assert sentence case labels
* Enhance destination name formatting to use sentence case in reporting dashboard
* Add RabbitMQ branding override and update tests for sentence case handling
---------
Co-authored-by: Aravind VM <aravind.vm@ibm.com>
* convert to typescript
* move getOptions to namespace service
* delete unneeded ts file
* add test coverage and cleanup getOptions method
* use new admin const
Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
* license: update headers to IBM Corp.
* `make proto`
* update offset because source file changed
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
* updates api client vars to snake_case for custom messages
* updates api client vars to snake_case for tools
* updates api client vars to snake_case for sync
* updates api client vars to snake_case for secrets engine
* updates api client vars to snake_case for auth
* updates api client vars to snake_case for usage
* updates api client dep to point to gh repo
* fixes custom-messages service unit tests
* fixes configure-ssh test
* fixes configure-ssh test...again
* Update reporting addon
* Update usage page data mappings
Remove display name mapping per design review
* Update after feedback from design
Copywrite headers
* Remove the old name mapping test from the usage page
* Update tooltips to have periods
Update namespaces tooltip
* regenerates api client
* updates systemReadUtilizationReport api method to generateUtilizationReport
* updates VoidResponse interface to camelCase keys
* fixes issue in api-client VoidApiResponse
* updates tools components and tests to camel api response keys
* test fixes
* fixes more tests
* Reporting generated files
* Update vault reporting addon (#30264)
* Update yarn.lock based on main
* Update vault-reporting addon
* Mount reporting components
* Rename route and page component based on review feedback
Add docs to component
* Add page style to import vault-reporting style
* Add header to new page style