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

Allow full clear of completed jobs #503

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

Commits on May 16, 2022

  1. Make job_id nullable, to allow job history clear

    CKAN User committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5042af9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Initial try at SQL logic

    CKAN User committed May 17, 2022
    Configuration menu
    Copy the full SHA
    36a6f93 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Update update.py

    bonnland committed May 18, 2022
    Configuration menu
    Copy the full SHA
    66daebf View commit details
    Browse the repository at this point in the history
  2. Remove flag that should always be true

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    843961f View commit details
    Browse the repository at this point in the history
  3. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5981be3 View commit details
    Browse the repository at this point in the history
  4. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    39d3551 View commit details
    Browse the repository at this point in the history
  5. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    60f7580 View commit details
    Browse the repository at this point in the history
  6. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1793585 View commit details
    Browse the repository at this point in the history
  7. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5d8a759 View commit details
    Browse the repository at this point in the history
  8. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    9bfd600 View commit details
    Browse the repository at this point in the history
  9. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    81c5305 View commit details
    Browse the repository at this point in the history
  10. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f1b6c68 View commit details
    Browse the repository at this point in the history
  11. Match tests to updated behavior

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    08252ea View commit details
    Browse the repository at this point in the history
  12. Clarify documentation/description

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    80fb8f6 View commit details
    Browse the repository at this point in the history
  13. Remove the possibility of --keep-curent==False, to avoid duplicate ha…

    …rvested datasets
    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    9f22820 View commit details
    Browse the repository at this point in the history
  14. Remove duplicate tests

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    95e5b48 View commit details
    Browse the repository at this point in the history
  15. Update comment

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2d31e13 View commit details
    Browse the repository at this point in the history
  16. Update comment

    CKAN User committed May 18, 2022
    Configuration menu
    Copy the full SHA
    fa17f7d View commit details
    Browse the repository at this point in the history