coder999o opened a new pull request, #2622:
URL: https://github.com/apache/rocketmq-dashboard/pull/2622

   ## What is the purpose of the change
   
   Add CSV export for Studio data source settings so operators can download 
data sources matching the active search and type filters without exporting 
credentials.
   
   ## Brief changelog
   
   - Add a paged data source export helper.
   - Add an export action to the Data Source settings tab.
   - Export name, type, URL, applicable instances, authentication mode, and 
status.
   - Keep username, password, and bearer token out of exported CSV data.
   - Add regression coverage for filtered export and paged export loading.
   
   ## Verifying this change
   
   - npm test -- src/api/settings.test.ts 
src/pages/settings/__tests__/DataSourceTab.test.tsx
   - npm run build
   - npm run lint
   - npx prettier --check src/api/settings.ts src/api/settings.test.ts 
src/pages/settings/DataSourceTab.tsx 
src/pages/settings/__tests__/DataSourceTab.test.tsx src/i18n/translations.ts
   - git diff --check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to