Skip to content

Releases: openpolis/django-uwsgi-taskmanager

Hotfix for tasks with no results

07 Sep 13:49
Compare
Choose a tag to compare
v2.2.7

Bump version: 2.2.6 → 2.2.7

Improved tasks UI and locales

06 Sep 08:44
Compare
Choose a tag to compare

Tasks list readability improved.
locale dir added, for string translations. Italian translations created.

LiveLogViewer - hotfix wrapper lines

31 Jul 11:49
Compare
Choose a tag to compare

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

15 Jul 09:36
Compare
Choose a tag to compare

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

09 Jul 15:02
Compare
Choose a tag to compare

Link in slack message points to live log viewer, not to raw log messages.

Live log viewer - hotfixes

30 Jun 13:24
Compare
Choose a tag to compare

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

30 Jun 12:29
Compare
Choose a tag to compare

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

18 Jun 16:47
Compare
Choose a tag to compare

A hotfix was required for this release, for a bug that prevented the taskmanager to work properly.

Spring cleaning

18 Jun 15:08
Compare
Choose a tag to compare

Some refactoring and cleaning of code, settings for notifications refactored, uwsgidecorators requirement removed, types hints added.

v2.0.2

10 Jan 13:49
Compare
Choose a tag to compare

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.