You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/08/24 14:55:11 UTC

[allura] branch master updated (1fe8e6c -> cc27dbe)

This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.


    from 1fe8e6c  Minor version update to latest Ming
     add a6d4a85  [#8374] enhance task retry and related commands with filter options
     add 1dcc9e2  [#8374] script/task for clearing old notifications
     add cc27dbe  [#8374] document these commands, related minor doc cleanup

No new revisions were added by this update.

Summary of changes:
 Allura/allura/command/taskd.py                     | 48 +++++++++++++++++++---
 Allura/allura/model/monq_model.py                  | 14 -------
 ...notifications.py => clear_old_notifications.py} | 35 ++++++++--------
 .../allura/tests/scripts/test_misc_scripts.py      | 39 +++++++++---------
 Allura/allura/tests/test_commands.py               |  8 ++++
 Allura/docs/getting_started/administration.rst     | 24 ++++++++---
 requirements-dev.txt                               |  2 +-
 7 files changed, 104 insertions(+), 66 deletions(-)
 copy Allura/allura/scripts/{set_default_user_notifications.py => clear_old_notifications.py} (53%)
 copy ForgeLink/forgelink/tests/test_app.py => Allura/allura/tests/scripts/test_misc_scripts.py (58%)