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

Add started and finished times to Job #50

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 29, 2020

  1. Add started and finished times to Job

    * Add "started_on" and "finished_on" fields to the Job model.
    * Add the "Running Time" column to the project job list view.
    
    Other changes:
    
    * Remove the row number field from the project job list view:
      job ID should be sufficient for debugging.
    * Add full job ID tooltip.
    * Change submission time tooltip from short human-readable format
      to full date string in order to provide more information.
    emilmelnikov committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7de02a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47650e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0d2cc View commit details
    Browse the repository at this point in the history
  4. Allow multiple jobs submission

    Closes #55.
    emilmelnikov committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c6d9ee0 View commit details
    Browse the repository at this point in the history