Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow viewing/downloading results across all batches #1095

Merged
merged 3 commits into from
Nov 23, 2024
Merged

Conversation

paustint
Copy link
Contributor

Allow viewing/downloading results across all batches

Allow user to stream all batch results from Salesforce in a single request to view combined results instead of having to view/download individual results, which is annoying when there are a lot of batches

resolves #1082

image

Allow user to stream all batch results from Salesforce in a single request to view combined results instead of having to view/download individual results, which is annoying when there are a lot of batches

resolves #1082
Omit trace and debug logs from log buffer to avoid potentially sensitive data from showing up in bug tracking reports in case of a fatal error

Improve http request logging to only show pertinent details
@paustint paustint changed the title Bug/1082 2 Allow viewing/downloading results across all batches Nov 23, 2024
@paustint paustint requested a review from Copilot November 23, 2024 19:01

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 13 changed files in this pull request and generated no suggestions.

Files not reviewed (8)
  • apps/docs/docs/load/load.mdx: Language not supported
  • apps/api/src/app/utils/response.handlers.ts: Evaluated as low risk
  • apps/jetstream/src/app/components/core/AppInitializer.tsx: Evaluated as low risk
  • libs/shared/data/src/lib/client-data-data-helper.ts: Evaluated as low risk
  • libs/shared/ui-core/src/load-records-results/LoadRecordsBulkApiResultsTable.tsx: Evaluated as low risk
  • libs/types/src/lib/ui/load-records-results-types.ts: Evaluated as low risk
  • libs/shared/ui-core/src/mass-update-records/MassUpdateRecordsDeploymentRow.tsx: Evaluated as low risk
  • libs/shared/client-logger/src/lib/client-logger.ts: Evaluated as low risk
Comments skipped due to low confidence (1)

libs/features/load-records/src/components/load-results/LoadRecordsBulkApiResults.tsx:429

  • The variable 'loadType' is used without being defined in the scope of the function 'handleDownloadOrViewRecords'. This could potentially cause a runtime error.
records = preparedData.data.filter((record) => (loadType !== 'DELETE' ? true : !!record.Id));
@paustint paustint merged commit 2a5105d into main Nov 23, 2024
6 checks passed
@paustint paustint deleted the bug/1082-2 branch November 23, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to consolidate all error/success results into one CSV each from Bulk load.
1 participant