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

[#186091347] Create endpoints to clean up a run #13

Merged
merged 8 commits into from
Oct 27, 2023

Conversation

Sean-DNAstack
Copy link
Contributor

@Sean-DNAstack Sean-DNAstack commented Oct 16, 2023

  • Created endpoint to retrieve all of the generated files for a specified run, including the final, secondary, and log files from the metadata and sub-workflow metadata.
  • Created endpoint to delete the generated files labelled as secondary from the applicable storage client.
  • Added e2e tests to WesE2ETest and LocalBlobStorageClientTest

Copy link
Collaborator

@patmagee patmagee left a comment

Choose a reason for hiding this comment

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

@Sean-DNAstack this is really great work and I am thoroughly impressed. There are a number of challenges that you encountered here and non trivial blocks of code. I have left a number of suggestions to improve readability and scalability.

src/main/java/com/dnastack/wes/api/RunFile.java Outdated Show resolved Hide resolved
Copy link
Collaborator

@patmagee patmagee left a comment

Choose a reason for hiding this comment

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

@Sean-DNAstack This is really coming along! Great work, I have left a few comments and have requested just a few changes

Copy link
Collaborator

@patmagee patmagee left a comment

Choose a reason for hiding this comment

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

@Sean-DNAstack you are almost there! I left a few comments and requested a few changes :)

Copy link
Collaborator

@patmagee patmagee left a comment

Choose a reason for hiding this comment

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

@Sean-DNAstack LGTM! Great work!

@Sean-DNAstack Sean-DNAstack merged commit 7a68da7 into master Oct 27, 2023
1 check passed
@Sean-DNAstack Sean-DNAstack deleted the 186091347-create-endpoint-to-cleanup-run branch October 27, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants