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

176 fix json report download #177

Closed
wants to merge 14 commits into from
Closed

Conversation

charliecarlton
Copy link
Collaborator

No description provided.

@charliecarlton charliecarlton marked this pull request as ready for review August 8, 2024 17:15

// write json by hand to preserve streaming writes in case of big data
try {
os.write("[".getBytes(StandardCharsets.UTF_8));
Copy link
Member

Choose a reason for hiding this comment

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

Can resultsArr be final, and the for loop changes to iterate over final Object ...? Could push the results.toArray() into the for loop parens I suppose, but it doesn't make a lot of difference.

@vteague
Copy link
Member

vteague commented Aug 9, 2024

I'm closing this PR without merge - I cherrypicked the actually-important commit into a different PR: #178 to deal with the old unsigned commits,
and edited a couple of things based on @michelleblom 's review.

@vteague vteague closed this Aug 9, 2024
@vteague vteague deleted the 176-FixJSONReportDownload branch August 29, 2024 07:21
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.

3 participants