Skip to content

Releases: and-sm/testgr

1.14.2

08 May 14:57
390b9af
Compare
Choose a tag to compare

Fix: Without prefetch it takes O(n) (n = test number) requests to database to render /job/* page. With this PR it takes 7 queries constantly.
Author: @avbasov

1.14.1

25 Apr 15:34
8133732
Compare
Choose a tag to compare

Fix: Shared nginx configuration.

1.14.0

24 Apr 10:07
806c252
Compare
Choose a tag to compare

Components update:
Nginx 1.21.6 (http)
Nginx 1.20 (https)
Django 4.0.4
Redis 6.0.16
Python 3.10.4

Modules update:
django-anymail 8.5
channels-redis 3.4.0
requests 2.27.1
mysqlclient 2.1.0
redis 4.2.2
djangorestframework 3.13.1
argon2-cffi 21.3.0
Pillow 9.1.0
python-magic 0.4.25
celery 5.2.6

Other:
Datatables 1.11.5
Chart.js 3.7.1

1.13.6

01 Nov 16:22
3ed2923
Compare
Choose a tag to compare

Fix: Correct version

1.13.5

01 Nov 16:13
2b30207
Compare
Choose a tag to compare

Fix: Broken views for non-admin user.

1.13.4

07 Oct 07:31
26e08c3
Compare
Choose a tag to compare

Fix: "Stop date" wasn't applied for stopped jobs after task execution.

1.13.3

05 Oct 12:55
46c4ada
Compare
Choose a tag to compare

Fix: Correct CSS version for Fomantic-UI.
Fix: Tooltip was fixed for "Test Method" in tests list page.

Components update:
Django 3.2.8

Modules update:
channels-redis 3.3.1

1.13.2

22 Sep 09:48
5662d27
Compare
Choose a tag to compare

Fix: Redis wasn't correctly cleaned after job cleaning task.

1.13.1

15 Sep 07:44
d407946
Compare
Choose a tag to compare

Fix: Settings values in UI.

1.13.0

14 Sep 16:29
0b74098
Compare
Choose a tag to compare

New: "Running" jobs cleaner as background task. Celery was added to handle it. Settings were placed to Management -> Settings page.