Releases: openpolis/django-uwsgi-taskmanager
Hotfix for tasks with no results
v2.2.7 Bump version: 2.2.6 → 2.2.7
Improved tasks UI and locales
Tasks list readability improved.
locale
dir added, for string translations. Italian translations created.
LiveLogViewer - hotfix wrapper lines
Wrapped lines can be difficult to read. A button in the tools section has been added so that lines can be shown as non-wrapped,
and scrolled with the scrollbars within the message board.
LiveLogViewer - hotfix
Minor stylesheet adjustment in the live log viewer template.
The fixed-width font size, used for the metadata of the task in the sidebar has been reduced
from x-large
, to large
.
LiveLogViewer - hotfix
Link in slack message points to live log viewer, not to raw log messages.
Live log viewer - hotfixes
A bug related to html tag escaping in the log messages display was solved.
The links in the tasks list now points to the live log viewer, while previously pointing still to the raw, non-live logs page.
Live log viewer
The live log viewer windows allows the user to follow a task execution in almost-realtime,
by pulling from the log file periodically.
A long overdue bug regarding immediate flush to log files has been solved, rendering this feature possible.
Log messages can be filtered and searched.
Spring cleaning - hotfix
A hotfix was required for this release, for a bug that prevented the taskmanager to work properly.
Spring cleaning
Some refactoring and cleaning of code, settings for notifications refactored, uwsgidecorators requirement removed, types hints added.
v2.0.2
Major changes in 2.x release:
- It is now possible to enable notifications via Slack or email;
- The full documentation, createsd with Sphinx is available in the
docs
directory; - Important: All app settings are now prefixed with
UWSGI_TASKMANAGER_
.
Since the last change breaks the compatibility, the major version has been changed.