Garret Wassermann
|
5f0d22a692
|
Merge brunotikami/master for user and email threading, for #385 and #375
|
2018-12-28 10:53:28 -05:00 |
|
Garret Wassermann
|
d18ce1f1d5
|
Bump version to 0.2.6 to fix remaining Django 2.0 warnings
|
2017-12-28 09:11:34 -05:00 |
|
Alex Barcelo
|
89a6ae01b8
|
Fixing style (according to branch 'autocodestyle') + quicktest
|
2016-10-24 08:04:31 +02:00 |
|
Alex Barcelo
|
179ceb2f82
|
fixing style on tests
|
2016-10-23 22:10:32 +02:00 |
|
Alex Barcelo
|
24d88be8d9
|
Initial general clean-up of stuff
|
2016-10-21 17:14:12 +02:00 |
|
Bruno Tikami
|
c5101a2873
|
UP: When multiple emails are used on the "To" field, subscribe them as well.
|
2016-03-23 13:16:49 -03:00 |
|
Bruno Tikami
|
978e6d5c9b
|
UPDATED: When notifying users about creation / updates on tickets, notify everybody using a single email message.
|
2016-03-17 01:12:42 -03:00 |
|
Bruno Tikami
|
4124677f10
|
ADDED: Test cases for the new enable_notifications_on_email_events flag
|
2016-03-03 13:47:15 -03:00 |
|
Bruno Tikami
|
26fc6cb1de
|
ADDED: Flag to enable notifications on every interaction that occurs over email.
|
2016-03-01 16:49:34 -03:00 |
|
Bruno Tikami
|
1511e0e72c
|
UPDATED: Better separation of HTTP and e-mail test cases
|
2016-02-28 15:19:08 -03:00 |
|
Bruno Tikami
|
45fbd605e5
|
UPDATED: Separate HTTP and e-mail TestCases
|
2016-02-28 15:00:15 -03:00 |
|
Bruno Tikami
|
b55eaabebd
|
UPDATED: Renaming methods after reading through the pull request
|
2016-02-22 10:17:28 -03:00 |
|
Bruno Tikami
|
5ed6e8c2ce
|
BUGFIX: assert statements against email count were doing the wrong math. Also, trying to explain get easier to understand comments
|
2016-02-20 12:38:06 -02:00 |
|
Bruno Tikami
|
6d890509a3
|
ADDED: docstrings
|
2016-02-19 12:40:18 -02:00 |
|
Bruno Tikami
|
99bfc340f9
|
ADDED: <tests.test_ticket_submission.test_create_ticket_from_email_without_message_id>
|
2016-02-17 21:43:33 -02:00 |
|
Bruno Tikami
|
be07fdff6c
|
UPDATED: Finished moving Message-Id field from <Ticket> to <FollowUp> model.
|
2016-02-16 17:10:13 -02:00 |
|
Bruno Tikami
|
5b46602b29
|
UPDATED: <helpdesk.tests.test_ticket_submission.test_create_ticket_instance_from_payload> now calls the right callable to ensure the message is parsed and the Ticket instance is created.
|
2016-02-15 16:15:46 -02:00 |
|
Bruno Tikami
|
cea4cb2c6a
|
UPDATED: Set "submitter_email_id" as the standard to reference the Message-Id email field.
|
2016-02-07 18:11:49 -02:00 |
|
Bruno Tikami
|
ff0ceefab4
|
ADDED: <tests.test_ticket_submisssion.test_create_ticket_from_email_with_message_id> to ensure that the RFC 2822 field "message-id" is stored on the <Ticket.submitter_email_id> field. Backwards-compatible test kept.
|
2016-02-07 16:54:05 -02:00 |
|
Bruno Tikami
|
703c0e3b66
|
ADDED: <tests.test_ticket_submission.test_create_ticket_from_email_with_carbon_copy> and <tests.test_ticket_submission.test_create_ticket_from_email_with_invalid_carbon_copy> to ensure <TicketCC> instances are created by the <Ticket> model when the respective RFC 2822 field is provided.
|
2016-02-07 15:50:03 -02:00 |
|
Bruno Tikami
|
4d00dd3d6e
|
UPDATED: Renamed test <tests.test_ticket_submission.test_create_ticket_direct> to <tests.test_ticket_submission.test_create_ticket_from_email> so the new upcoming test names (including CC, In-Reply etc) are easier to understand.
|
2016-02-07 12:06:07 -02:00 |
|
Alex Barcelo
|
3a0f08046e
|
using helpdesk app_name and droping helpdesk_ prefix
|
2015-12-22 10:27:03 +01:00 |
|
Alex Seeholzer
|
307e9446a2
|
ensure tests for ticket submission run correctly in django 1.9 (URI's no longer include the scheme and domain part of the URLs)
|
2015-11-16 16:08:52 +01:00 |
|
Alex Seeholzer
|
87225ce2ba
|
tests renamed for compliance
|
2015-06-12 15:27:49 +02:00 |
|