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 job execution detail page #62

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

Commits on Apr 19, 2018

  1. Add the ability to specify feed params in config.

    Feed params are sent to scrapy and used in spider:
    - FEED_URI
    - FEED_FORMAT
    
    Additional param EXPORT_URI is used for getting feed export link if it
     differs from FEED_URI.
    DaryaDoronina committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    3e99732 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Fix hardcoded project id in job_dashboard.html

    DaryaDoronina committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ddf5e62 View commit details
    Browse the repository at this point in the history
  2. Add job detail page with optional Export button

    Export button is displayed if FEED_URI is defined
    DaryaDoronina committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    a9c3682 View commit details
    Browse the repository at this point in the history
  3. Fix job_detail for not existing job_execution_id

    DaryaDoronina committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    d035273 View commit details
    Browse the repository at this point in the history