Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Prune old rows in user_ips tables. #6098

Merged
merged 8 commits into from Sep 26, 2019
Merged

Commits on Sep 24, 2019

  1. Add wrap_as_background_process decorator.

    This does the same thing as `run_as_background_process` but means we
    don't need to create superfluous functions.
    erikjohnston committed Sep 24, 2019
    Copy the full SHA
    367158a View commit details
    Browse the repository at this point in the history
  2. Add has_completed_background_update

    This allows checking if a specific background update has completed.
    erikjohnston committed Sep 24, 2019
    1
    Copy the full SHA
    2135c19 View commit details
    Browse the repository at this point in the history
  3. Prune rows in user_ips older than configured period

    Defaults to pruning everything older than 28d.
    erikjohnston committed Sep 24, 2019
    2
    Copy the full SHA
    242017d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    faac453 View commit details
    Browse the repository at this point in the history
  5. Newsfile

    erikjohnston committed Sep 24, 2019
    Copy the full SHA
    f8b02c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Review comments

    erikjohnston committed Sep 25, 2019
    Copy the full SHA
    39b50ad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4fb3c12 View commit details
    Browse the repository at this point in the history
  3. Update comments and docstring

    richvdh committed Sep 25, 2019
    Copy the full SHA
    a963181 View commit details
    Browse the repository at this point in the history