Commit Graph

29 Commits

Author SHA1 Message Date
760cab58e2 reformat fix for #1259 for ruff 2025-04-18 21:17:57 -07:00
4610416553 fix for #1259 2025-04-18 15:49:09 -07:00
75bd375c6b Fix formatting errors after doing app wide instead of only the heldesk
folder
2025-04-01 11:09:34 +01:00
2462f8f426 search was broken by ruff 2025-03-25 00:46:11 +00:00
091670179b run ruff formatter 2025-03-22 15:29:19 -10:00
01c28a4d62 faster query for followup_date 2025-03-19 23:09:54 +00:00
f6277382aa query speedups in query and serializers 2025-03-18 19:26:00 +00:00
b7b04166fc sorting on Last Followup works 2025-03-12 02:46:08 +00:00
921d424239 last followups show in all tickets but cant be sorted by 2025-03-11 23:01:38 +00:00
fb898af207 Fix spelling 2025-03-07 13:33:41 +00:00
c30bf866df Fix multiple problems with search filters and query building 2025-03-06 02:38:42 +00:00
2cca51085f Removes unused function query_to_dict 2023-01-05 22:30:57 +00:00
25542f929e Initial isort configuration
Will fail build if imports are not sorted correctly
2022-07-22 03:26:41 +02:00
aa876f8016 pycodestyle formatting 2022-07-12 12:34:19 +02:00
358080926c Added Django 4 support. 2022-03-16 22:29:09 -04:00
63bb949d63 Don't use redis cache at all for ticket querysets as this breaks pagination 2021-07-07 20:40:34 +02:00
c90811418a chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
d3cb9fdf23 Corrected date_created field to current created field as it exists in models.py 2020-10-13 11:20:58 -06:00
d80c70735a Remove unused imports and fix errors like variables which were removed or renamed or call to function apply_query which doesn't exist anymore. 2020-10-08 22:07:49 +02:00
3d7860b5a3 pycodestyle fixes 2020-02-11 16:47:33 +01:00
bb9d886eea Fix query by uncatigorized 2020-02-11 16:44:18 +01:00
f8c652d506 Better filtering + optional columns in ticket list view 2020-02-03 14:17:19 +01:00
aea091b30c Remove duplicate entries from django ticket query 2020-01-20 13:23:31 +01:00
d32d23e4e2 Add OR syntax to search 2020-01-20 13:03:44 +01:00
2fbd4818c1 filtering should not be mandatory 2020-01-20 13:03:44 +01:00
b96d725239 Refactor query code into customizable class 2020-01-20 13:03:44 +01:00
0573bc37f8 PEP-8 codestyle improvements to pass tests 2019-10-12 19:05:00 -04:00
8a57f72349 Further refactor datatables code 2019-10-11 17:12:39 +02:00
4ca6adbe39 Move query helper functions out of lib to special query file 2019-10-11 16:31:52 +02:00