-
Notifications
You must be signed in to change notification settings - Fork 198
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
Enabled download of dot files from Download icon #279
Conversation
Thanks, @KenSuenobu. I merged this into my branch locally and tried it out. The href link is correct, and it downloads a file with the correct filename, but unfortunately, it is downloading an HTML page and not hitting the API endpoint. This seems to be because the accept header is not set to |
I'm open to adding another endpoint that doesn't require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @KenSuenobu! I tested this locally, and it worked perfectly. I will merge this once my PR is approved and merged.
@KenSuenobu CI is failing on a formatting issue |
Which issue does this PR close?
Closes #276.
Builds on #242 so we need to merge that first.
Rationale for this change
Adds an anchor link around the
GrDocumentDownload
link from the ActionsCell to enable downloading of the DOT file generated from a job run.What changes are included in this PR?
Modifies the
ActionsCell
code inQueriesList.tsx
by passing in the job ID to the ActionsCell. Anid
field had to be assigned along side to avoid duplicate keys. Additionally, added a snippet of documentation to theREADME.md
file to indicate solutions to common problems when trying to run the server viayarn start
.Are there any user-facing changes?
Only the noted change to README.md