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 clearsource history command #268

Merged
merged 13 commits into from
Nov 23, 2016

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    e8570b9 View commit details
    Browse the repository at this point in the history
  2. Changed filter query for reading harvest sources

    Changed filter query for reading harvest sources in according to the code in /ckanext/harvest/plugin.py.
    seitenbau-govdata committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    af0e171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1acab98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1cfcc View commit details
    Browse the repository at this point in the history
  5. Fixed harvest_sources_job_history_clear test

    Fixed harvest_sources_job_history_clear test by creating different harvest sources.
    seitenbau-govdata authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    8d5ff4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    096e746 View commit details
    Browse the repository at this point in the history
  7. Fix creating different harvest sources

    Fix creating different harvest sources. Different harvest sources can't be created with factory.
    seitenbau-govdata authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    d01a866 View commit details
    Browse the repository at this point in the history
  8. Using test class wide unique harvest source url

    Using test class wide unique harvest source url, because in a test created objects are still present in following tests.
    seitenbau-govdata authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    f68bf32 View commit details
    Browse the repository at this point in the history
  9. Ignoring not existent harvest sources in harvest_sources_job_history_…

    …clear
    
    Ignoring not existent harvest sources harvest_sources_job_history_clear because of a possibly corrupt search index.
    seitenbau-govdata authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    95d0c1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d511663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f76f60 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Avoid the "# dont use factory because it looks for the existing sourc…

    …e" by copying the SOURCE_DICT each time, rather than letting tests edit the master copy.
    David Read authored and seitenbau-govdata committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    e7c0385 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Added note with the limit of 1000 harvest sources
    seitenbau-govdata committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    ff1b861 View commit details
    Browse the repository at this point in the history