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

Remove obsolete rake tasks #4999

Merged
merged 3 commits into from
Oct 4, 2022
Merged

Remove obsolete rake tasks #4999

merged 3 commits into from
Oct 4, 2022

Commits on Oct 2, 2022

  1. Remove tasks to upgrade to version 1.5.0

    These tasks are not needed for new installations, and in existing
    installations they've already been executed when upgrading to version
    1.5.0.
    javierm committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5719f32 View commit details
    Browse the repository at this point in the history
  2. Remove unused task to send dashboard notifications

    This task was "temporarily" removed in commit 7b66195. Since that was
    done three and a half years ago, right after the dashboard was
    introduced, I think it's time to make this "temporary" measure a bit
    more permanent ;).
    javierm committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e221c3c View commit details
    Browse the repository at this point in the history
  3. Remove unused task to reset the vote counters

    This task was added in commit 2b9b78e. According to the notes in the
    pull request introducing the change:
    
    > If you have had [map validations] in production, you might want to run
    > the rake task votes:reset_vote_counter to reset the cached votes
    > counter. Otherwise, until there is another vote for a proposal, the
    > counter will not be updated, and there might be some votes which are
    > not yet displayed
    
    In short, this was a task that was introduced for a specific release and
    had to be run manually. So we can remove it now.
    javierm committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    f15f250 View commit details
    Browse the repository at this point in the history