2699 Commits

Author SHA1 Message Date
DavidVadnais
9c8ca60f3c Use locale for last_followup 2025-03-19 23:29:43 +00:00
DavidVadnais
01c28a4d62 faster query for followup_date 2025-03-19 23:09:54 +00:00
DavidVadnais
8c27f74605 back off ci/dc for django 5 2025-03-18 23:16:27 +00:00
DavidVadnais
acccec47a3 check if asserEqual is backward compatible 2025-03-18 23:04:42 +00:00
DavidVadnais
fc53e31769 fix indentation 2025-03-18 23:01:23 +00:00
DavidVadnais
1eae15bb0f include python 3.8/3.9 only with django 4 2025-03-18 22:57:23 +00:00
DavidVadnais
1da3178a70 swapping python 3.8 and 3.9 for 3.12 2025-03-18 22:53:08 +00:00
DavidVadnais
86752d57e0 add constraints-Django5.txt 2025-03-18 22:47:12 +00:00
DavidVadnais
0de74082a3 Try adding django 5 to ci/cd 2025-03-18 22:44:37 +00:00
DavidVadnais
a939d2ff3d humanize last_followup date 2025-03-18 22:42:26 +00:00
DavidVadnais
b2375381a1 Remove filter and uneeded render code 2025-03-18 22:32:46 +00:00
DavidVadnais
f128c79856 removing 3.2 django builds from ci/cd 2025-03-18 22:24:58 +00:00
DavidVadnais
753b053074 removing caching to see if new libs replicate test failures 2025-03-18 22:22:29 +00:00
DavidVadnais
57fe30ca00 test fix: the field last_followup now defaults to an empty string instead of none 2025-03-18 19:38:18 +00:00
DavidVadnais
f6277382aa query speedups in query and serializers 2025-03-18 19:26:00 +00:00
DavidVadnais
8233c0fc45 fx lib error and unit test query add followup 2025-03-12 03:24:02 +00:00
DavidVadnais
81340d1049 add last_followup to unit tests 2025-03-12 03:13:23 +00:00
DavidVadnais
92c5ef6ff8 Merge branch 'main' of github.com:DavidVadnais/django-helpdesk 2025-03-12 03:02:10 +00:00
DavidVadnais
0e3d450e94 Merge branch 'main' of github.com:DavidVadnais/django-helpdesk 2025-03-12 03:00:36 +00:00
DavidVadnais
e5906184df Removed filtering for last followup 2025-03-12 02:59:54 +00:00
DavidVadnais
b7b04166fc sorting on Last Followup works 2025-03-12 02:46:08 +00:00
DavidVadnais
921d424239 last followups show in all tickets but cant be sorted by 2025-03-11 23:01:38 +00:00
Christopher Broderick
3078f93b32
Merge pull request #1242 from DavidVadnais/BUG-1230-postgresql-version-django-missmatch
BUG-1230 standalone postgresql v12-->v13
2025-03-11 18:42:09 +00:00
DavidVadnais
888e59228f Update docs to use docker compose and document env var POSTGRES_MAJOR_VERSION 2025-03-11 08:29:22 -10:00
David Vadnais
88b23058e9
Merge branch 'django-helpdesk:main' into BUG-1230-postgresql-version-django-missmatch 2025-03-11 08:13:54 -10:00
David Vadnais
f52512d3fe
Merge pull request #1237 from DavidVadnais/ENHANCEMENT-escalation-notify-only
Issue #1235 - Escalation only notify users
2025-03-11 08:12:06 -10:00
DavidVadnais
2786e41e41 Allow docker builds in non empty directories and fix packaging missing for python 2025-03-10 15:23:18 -10:00
DavidVadnais
db5e67c726 upgrade yaml version to 3 and change postgresql version 2025-03-10 12:07:32 -10:00
DavidVadnais
61e06b154c Documentation improvements for notify-only 2025-03-10 21:46:19 +00:00
DavidVadnais
4fc4e3b02d Merge branch 'ENHANCEMENT-escalation-notify-only' of github.com:DavidVadnais/django-helpdesk into ENHANCEMENT-escalation-notify-only 2025-03-08 00:39:08 +00:00
DavidVadnais
b7a88d8305 adding documentation for escalate_tickets --notify-only 2025-03-08 00:38:50 +00:00
DavidVadnais
07e5eff73e standalone postgresql v12-->v13 2025-03-07 14:09:38 -10:00
David Vadnais
3a59dfb846
Merge branch 'django-helpdesk:main' into ENHANCEMENT-escalation-notify-only 2025-03-07 10:03:34 -10:00
Christopher Broderick
3a33f7fef9
Merge pull request #1241 from django-helpdesk/ticket_query_fixes
Ticket query fixes
v1.3.1
2025-03-07 13:45:08 +00:00
Christopher Broderick
fb898af207 Fix spelling 2025-03-07 13:33:41 +00:00
David Vadnais
2085e3ad68
Merge branch 'django-helpdesk:main' into ENHANCEMENT-escalation-notify-only 2025-03-06 20:42:00 +00:00
Christopher Broderick
abdd750e2a REvert status to not support unassigned since it is a required field. 2025-03-06 12:18:30 +00:00
Christopher Broderick
e64490e20f Bump version for a release 2025-03-06 03:12:41 +00:00
Christopher Broderick
165adf5230 Change to support the query fixes so that unassigned option works for
persisting visibility of filters
2025-03-06 02:42:07 +00:00
Christopher Broderick
4ca1ec24dc Fix isnull test 2025-03-06 02:39:49 +00:00
Christopher Broderick
c30bf866df Fix multiple problems with search filters and query building 2025-03-06 02:38:42 +00:00
Christopher Broderick
3fab1def95 Fix setting the unassigned (-1) option as selected 2025-03-06 02:37:53 +00:00
Christopher Broderick
836dc6c5be
Merge pull request #1232 from DavidVadnais/BUG-1231-my-tickets
Fix for my-tickets div not appending to DOM
2025-03-04 20:49:14 +00:00
David Vadnais
0b5b166905
Merge branch 'django-helpdesk:main' into BUG-1231-my-tickets 2025-03-03 23:10:45 +00:00
Christopher Broderick
be7ecfe6c0
Merge pull request #1239 from DavidVadnais/BUG-Workflow-Ubuntu-latest-deprecated
BUG - Bug workflow ubuntu latest deprecated
2025-03-03 23:04:49 +00:00
DavidVadnais
f03fdd1c95 Use ubuntu latest in workflows instead of 24.04 2025-03-03 22:48:52 +00:00
David Vadnais
b1dcd40fcd
Update release_to_pypi.yml to use workflow v4 standards 2025-03-03 22:12:47 +00:00
David Vadnais
e63763c0e1
Update pythonpackage.yml to use workflow v4 standards 2025-03-03 22:12:16 +00:00
David Vadnais
b0bf8da8ea
Update build-standalone-docker-image.yml for worflow v4 2025-03-03 22:11:08 +00:00
David Vadnais
c489bbecbd
Merge branch 'django-helpdesk:main' into BUG-1231-my-tickets 2025-03-03 22:03:20 +00:00