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

Fix for enhancement#1003: Google Code-in Task to add a command for di… #256

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2020

  1. Fix for enhancement#1003: Google Code-in Task to add a command for di…

    …splaying the text from stderr file generated during submission in terminal
    
    Fix for enhancement#1003: Google Code-in Task to add a command for displaying the text from stderr file generated during submission in terminal.
    
    ======
    
    This is for Google Code-in Task. Google Code-in Task to add a command for displaying the text from stderr file generated during submission in terminal. I followed with the same feedback provided by mentor Mr. Kartik Verma for the task to display stdout file from the remote host, i.e. where the EvalAI has stored the file. request is to make a API call to EvalAI server to get submission details.
    
    Following are the modifications:
    
    modified/added :
    modified: main.py to include the submission_error command
    modiifed: evalai/utils/submissions.py to display the stderror message
    added: submission_error.py file to support the above functionality.
    Rithi-21 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    6cc751d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. 1003: Google Code in - Updated Based on Mentor Feedback

    Added the stderr function in nested under submission command as suggested by Mr. Karthik Verma. Also reverted the changes to main.py and removed the new file submission_error.py
    Rithi-21 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4e0ca29 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Fixed failing build on PR#256

    Fixed failing build on PR#256. Google code-in task #1003
    Siva Neelakantan committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    d61f216 View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed failing build on PR#256"

    This reverts commit d61f216.
    Rithi-21 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    8297d3f View commit details
    Browse the repository at this point in the history
  3. Fixed failed PR#256

    Fixed faile PR#256 for google codein task#1003
    Rithi-21 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    ce52984 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. PR#256 - Test case added

    PR#256 - Adding Test case for the stderr file output to terminal window. This is for Google code-in task #1003
    Rithi-21 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    1b3966c View commit details
    Browse the repository at this point in the history
  2. Updated version

    Rithi-21 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    7aabe6e View commit details
    Browse the repository at this point in the history
  3. fixed PR build failure

    Rithi-21 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    82ed9b2 View commit details
    Browse the repository at this point in the history
  4. fixed code coverage for stderr file

    fixed code coverage for stderr file and updated the exception to common error.
    Rithi-21 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    4536430 View commit details
    Browse the repository at this point in the history
  5. updated version to fix code coverage

    updated version to fix code coverage to improve 0.9%. Removed exception since it retrieve straight forward URL from s3 bucket. and moreover we are priniting the error message to the terminal and hence removed the exception.
    Rithi-21 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d491836 View commit details
    Browse the repository at this point in the history