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

Feature - Download Log #274

Merged
merged 6 commits into from
Jun 21, 2024
Merged

Feature - Download Log #274

merged 6 commits into from
Jun 21, 2024

Conversation

shincap8
Copy link
Contributor

@shincap8 shincap8 commented Jun 17, 2024

Context

User needs to get logs easily through a button on the taskOwner page.

Changes Made

  1. Install paramiko and scp.
  • Install and include paramiko and scp into the requirements file, this in order to work with these dependencies.
  1. Create the endpoint on the backend to download the log of the task.
  • This should allow the user to make a get call to the backend and obtain the log of a task (nibbler in this case).
  1. Create the SecureCopyProtocol class.
  • This along with its methods would allow to connect through ssh to the server and create a secure copy of a file.
  1. Create button on the FrontEnd.
  • This will allow the Task Owner to download the logs from the webPage

@shincap8 shincap8 requested a review from a team as a code owner June 17, 2024 20:48
Copy link

github-actions bot commented Jun 17, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@shincap8 shincap8 merged commit 80d783b into main Jun 21, 2024
13 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2024
@shincap8 shincap8 deleted the Feature/Download_Log branch June 21, 2024 19:12
@shincap8 shincap8 restored the Feature/Download_Log branch June 21, 2024 21:15
@shincap8 shincap8 deleted the Feature/Download_Log branch June 21, 2024 21:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants