Commit Graph

2205 Commits

Author SHA1 Message Date
chrisbroderick
eca2255f56 Test for filename using diaretics 2022-09-08 10:05:09 +01:00
chrisbroderick
357241e269 Refactor to make the methods more generic and able to be used to build
any kind of email
2022-09-07 08:48:32 +01:00
chrisbroderick
99b2ba5372 Remove the directory created for the test 2022-09-06 19:41:29 +01:00
chrisbroderick
96b985f8a6 Ignore tox created stuff 2022-09-06 19:40:46 +01:00
chrisbroderick
572ffd5acf Handle ignored emails explicitly using exceptions.
Support the flag on IgnoreEmail model to control deleting the email if
ignored.
2022-09-06 19:40:35 +01:00
chrisbroderick
23c3b72a43 Refactor object_from_message to make it more testable and fix some bugs.
Extract the from email using the email library instead of pre-decoding
which exposes the comma separator causing the email address to be
extracted incorrectly if the real name contains a comma.
Raise an exception when a message to be ignored is detected to process
ignored messages explicitly.
2022-09-04 22:01:32 +01:00
chrisbroderick
e1085cb370 Custom exception to handle ignored messages explicitly. 2022-09-04 21:53:08 +01:00
chrisbroderick
3c4c9ce533 Additional test libraries for more detailed testing of emails 2022-09-02 22:12:42 +01:00
chrisbroderick
4e001c7f15 test utility methods to simplify more complex tests 2022-09-02 22:11:19 +01:00
Garret Wassermann
cf25e5f714
Merge pull request #1048 from martin-marty/remove_azure
Remove azure and default to github actions on pull requests,opened/reopened
2022-08-09 11:01:39 -04:00
Martin Whitehouse
c70092e113
Remove restrictions
Signed-off-by: Martin Whitehouse <martin@umed.org>
2022-08-08 18:41:57 +02:00
Martin Whitehouse
b3051fb686
Merge branch 'unstable' into remove_azure 2022-08-08 18:23:42 +02:00
Martin Whitehouse
353bd699df
Remove azure and default to pull requests,opened/reopened 2022-08-08 18:19:58 +02:00
Garret Wassermann
a8d1ee194f
Merge pull request #1038 from IvanovIvan1900/correct_requirements
Fix for latest version of markdown library and add some markdown tests
2022-08-08 09:53:24 -04:00
Alex
8359a1e5ae Fix. Add test markdown and rewrite for last markdown is working 2022-08-08 20:29:43 +07:00
Alex
3a13bbfeef Fix. Add test markdown and rewrite for last markdown is working 2022-08-08 20:20:00 +07:00
Alex
8abf0ab8a8 Fix. Add test markdown and rewrite for last markdown is working 2022-08-08 18:16:18 +07:00
Garret Wassermann
c55c98bc3e
Merge pull request #1047 from martin-marty/workflow-cache
Workflow cache update to always run tests on push
2022-08-08 06:46:23 -04:00
Martin Whitehouse
eaf4a4124a
Merge branch 'unstable' of git@github.com:martin-marty/django-helpdesk.git into workflow-cache 2022-08-08 12:18:12 +02:00
Martin Whitehouse
5d06835c03
Run 'On push' 2022-08-08 11:13:13 +02:00
IvanovIvan1900
1d450c01db
Merge branch 'unstable' into correct_requirements 2022-08-08 15:48:34 +07:00
Alex
cf5be66fae Fix. Fix problem wich version package in requirements and add test markdown and rewrite for new markdown 2022-08-06 18:34:16 +07:00
Garret Wassermann
ce812a6525
Merge pull request #1046 from martin-marty/workflow-cache
Workflow cache improvement
2022-08-05 11:00:25 -04:00
Martin Whitehouse
8ab7599bea
Remove parallel constraint 2022-08-05 14:43:53 +02:00
Martin Whitehouse
cd480b2750
Add Djagno versions to test matrix
32 and 4 used for constraints
2022-08-05 14:27:29 +02:00
Martin Whitehouse
a51933f9bf
Bump django 2.2 -> 3.2 2022-08-05 10:28:31 +02:00
Martin Whitehouse
cb35578b70
Add python version to cache key
Prevents conflicts
2022-08-05 10:09:00 +02:00
Martin Whitehouse
6b0400dbcd
Add cache to workflow 2022-08-05 10:04:50 +02:00
Garret Wassermann
3a157c1f13
Merge pull request #1045 from spmzt/patch-1
Fix typo: Dissable to disable
2022-08-03 23:32:53 -04:00
Pouria Mousavizadeh Tehrani
318417f097
Merge branch 'unstable' into patch-1 2022-08-03 18:05:13 +04:30
Pouria Mousavizadeh Tehrani
47f0bf8df6
Dissable to disable 2022-08-01 16:13:59 +04:30
Alex
a28569a984 Fix. Fix problem wich version package in requirements and add test markdown 2022-07-27 19:58:39 +07:00
Garret Wassermann
e75e977911
Merge pull request #1041 from martin-marty/unstable
Refactoring to reduce complexity of several email-related functions
2022-07-25 01:47:40 -04:00
Martin Whitehouse
4a429f5498
Add flake8 exit failure to workflow 2022-07-25 04:47:59 +02:00
Martin Whitehouse
72392a3f50
Add update_summary_tables helper function
Reduces complexity of 'run_report' and handles updating summary table in
own function
2022-07-25 04:44:46 +02:00
Martin Whitehouse
205c69b539
Add get_report_table_and_totals helper function
Extracts a large portion of run_report handling
2022-07-25 04:41:01 +02:00
Martin Whitehouse
b1bf2cab46
Add get_report_queryset_or_redirect helper
Gets required objects or redirects
2022-07-25 04:35:49 +02:00
Martin Whitehouse
50bd72ac7a
Move import to top 2022-07-25 04:31:17 +02:00
Martin Whitehouse
d858c40416
Add check_redirect_on_user_query helper function
Extract the checking for a redirect to reduce complexity
2022-07-25 04:29:43 +02:00
Martin Whitehouse
f89f5b91da
Reinstate changes, fixed missing update 2022-07-25 04:23:03 +02:00
Martin Whitehouse
40a243c23b
Revert changes, updating objects missed somewhere 2022-07-25 04:15:53 +02:00
Martin Whitehouse
a248181857
Add redirect_from_chosen_ticket helper function
Moves the whole handling to own block, reducing complexity greatly.
2022-07-25 04:08:16 +02:00
Martin Whitehouse
eb11c4fe0e
Rename ticket_attriubtes to upper, module level constant. 2022-07-25 04:03:12 +02:00
Martin Whitehouse
a783156b61
Add merge_ticket_values helper
Extract a large portion of code from `merge_tickets`
2022-07-25 04:01:27 +02:00
Martin Whitehouse
bed7f0e493
Add default value property to TicketCustomField
Property of the model, so add it there to keep consistency
2022-07-25 04:00:57 +02:00
Martin Whitehouse
46f8e9d21f
Clear error
Use.objects.get causes undefined variable when using get_user_model
2022-07-25 03:52:58 +02:00
Martin Whitehouse
1468982043
Remove unused variables, extract correct index 2022-07-25 03:50:49 +02:00
Martin Whitehouse
b326103d82
Fix spacing 2022-07-25 03:48:06 +02:00
Martin Whitehouse
57cd2f1471
Remove annoation for py3.8 2022-07-25 03:47:57 +02:00
Martin Whitehouse
45e47846fe
py3.8 annotation fix 2022-07-25 03:45:36 +02:00