Martin Whitehouse
|
08654bd9c4
|
Remove 3.10 from test matrix
Working through to error cause
|
2022-07-20 16:21:28 +02:00 |
|
Martin Whitehouse
|
70206b8f8f
|
Add django<4 constraint to workflow
|
2022-07-20 16:10:18 +02:00 |
|
Martin Whitehouse
|
f6caebc661
|
Add requirements-testing to workflow
|
2022-07-20 16:01:07 +02:00 |
|
Martin Whitehouse
|
3423627f2d
|
Add shebang to 'quicktest.py'
|
2022-07-20 15:59:28 +02:00 |
|
Martin Whitehouse
|
10fe26fd0e
|
Merge branch 'github-workflow' of git@github.com:martin-marty/django-helpdesk.git into HEAD
|
2022-07-20 15:54:24 +02:00 |
|
Martin Whitehouse
|
981cebfd84
|
Merge branch 'stable' of git@github.com:martin-marty/django-helpdesk.git
into HEAD
|
2022-07-20 15:53:36 +02:00 |
|
Martin Whitehouse
|
86d3e1cb4b
|
Initial github workflow
Basic template to run quicktest with python versions
- 3.8
- 3.9
- 3.10
|
2022-07-20 15:00:14 +02:00 |
|
Garret Wassermann
|
ce46383513
|
Merge pull request #1029 from martin-marty/formatting
Improved formatting using pycodestyle
|
2022-07-17 03:31:43 -04:00 |
|
Martin Whitehouse
|
f0109d7280
|
Merge branch 'formatting' of /home/martin/git/django-helpdesk into
formatting
|
2022-07-14 09:21:26 +02:00 |
|
Martin Whitehouse
|
844c317e19
|
Formatting fixes
|
2022-07-14 09:19:11 +02:00 |
|
Martin Whitehouse
|
b586442508
|
Merge branch 'stable' of
git@github.com:superuser-marty-me-uk/django-helpdesk.git into formatting
|
2022-07-13 10:22:11 +02:00 |
|
Martin Whitehouse
|
aa876f8016
|
pycodestyle formatting
|
2022-07-12 12:34:19 +02:00 |
|
Martin Whitehouse
|
d36cc7e381
|
Merge branch 'stable' of git@github.com:superuser-marty-me-uk/django-helpdesk.git into stable
|
2022-07-12 12:29:49 +02:00 |
|
Garret Wassermann
|
fbf022df96
|
Bump to version 0.4.1
|
2022-07-02 06:40:35 -04:00 |
|
Garret Wassermann
|
4f4f2c5687
|
Delete constraints-Django22.txt
|
2022-07-02 06:34:23 -04:00 |
|
Garret Wassermann
|
50835e6b51
|
Rename constraints-Django4 to constraints-Django4.txt
|
2022-07-02 06:33:56 -04:00 |
|
Garret Wassermann
|
4abc0f3418
|
Do testing with Django 4 and Python 3.10
|
2022-07-02 06:27:13 -04:00 |
|
Garret Wassermann
|
8e8a5f2d30
|
Create constraints-Django4
|
2022-07-02 06:25:41 -04:00 |
|
Garret Wassermann
|
de39b9847c
|
Azure pipelines config update
Add testing dependencies to azure pipelines config
|
2022-07-02 06:22:40 -04:00 |
|
Garret Wassermann
|
c996537cd5
|
Merge pull request #1024 from Benbb96/followup-api
API for FollowUp and FollowUpAttachment
|
2022-07-02 06:17:02 -04:00 |
|
Benbb96
|
a0be579091
|
Add more information + Reformat documentation
|
2022-07-01 00:05:01 +02:00 |
|
Benbb96
|
2e3f544cd8
|
Update API documentation
|
2022-07-01 00:00:34 +02:00 |
|
Benbb96
|
e47170858e
|
Create two new tests for ticket followups and followup attachments + adapt one test (needed to use freezegun)
|
2022-06-30 23:43:22 +02:00 |
|
Martin Whitehouse
|
94c597205e
|
Add USE_TZ = True
|
2022-06-28 16:08:13 +02:00 |
|
Garret Wassermann
|
315c5b2fa8
|
Merge pull request #1026 from bbrendon/patch-1
update install for noobs like me
|
2022-06-26 17:41:57 -04:00 |
|
bbrendon
|
c15c623205
|
update install for noobs like me
|
2022-06-25 15:09:14 -07:00 |
|
Benbb96
|
9dbe283dd4
|
Create FollowUpAttachment serializer + handle attachment in TicketSerializer and in FollowUpSerializer in order to attach directly one or multiple attachments to the created followup.
|
2022-06-24 23:45:26 +02:00 |
|
Benbb96
|
bd413837c2
|
Create FollowUp serializer with its Viewset and add it in urls
|
2022-06-24 22:22:08 +02:00 |
|
Garret Wassermann
|
091a2926fa
|
Merge pull request #1022 from superuser-marty-me-uk/fix_urls
Fix references to 'url'
|
2022-06-20 14:11:47 -04:00 |
|
Martin Whitehouse
|
6d1d5d82b3
|
Skip failing tests
Object not available for patching
|
2022-06-20 18:20:01 +02:00 |
|
Martin Whitehouse
|
2c1466e01e
|
Disable failing checks
Iterating over a cc_list and comparing to the outbox list will not work.
Need to re-work to ensure indexes match up
|
2022-06-20 18:19:44 +02:00 |
|
Martin Whitehouse
|
8118fd83b7
|
Fix autofill utf-8 test
|
2022-06-20 18:03:39 +02:00 |
|
Martin Whitehouse
|
dd7ef6f0ed
|
Fix autofill test
|
2022-06-20 17:50:49 +02:00 |
|
Martin Whitehouse
|
0e571ddebc
|
Fix url regex
|
2022-06-20 17:36:40 +02:00 |
|
Martin Whitehouse
|
670ae9d0a5
|
Fix password assignments
|
2022-06-20 17:36:32 +02:00 |
|
Martin Whitehouse
|
f18531acb0
|
Fix url check
|
2022-06-20 17:35:40 +02:00 |
|
Martin Whitehouse
|
db358ceeaf
|
Set due date as member and use throughout
|
2022-06-20 17:35:28 +02:00 |
|
Martin Whitehouse
|
437d5b81c4
|
Fix failing tests
|
2022-06-20 17:26:52 +02:00 |
|
Martin Whitehouse
|
93bb43bf1d
|
Remove mock
Can't import model until the test body
|
2022-06-20 16:58:43 +02:00 |
|
Martin Whitehouse
|
2910664950
|
Fix path for tests
|
2022-06-20 16:34:32 +02:00 |
|
Martin Whitehouse
|
6a1f430496
|
Missing import
|
2022-06-20 16:10:55 +02:00 |
|
Martin Whitehouse
|
41d7caace4
|
Fix spacing issues
{% if saved_query==q %} was causing a parse error. White space around
equality
|
2022-06-20 16:08:05 +02:00 |
|
Martin Whitehouse
|
c7b225617d
|
Fix missing import
|
2022-06-20 16:07:30 +02:00 |
|
Martin Whitehouse
|
e438f6b4db
|
Fix references to 'url'
Change to 're_path'
|
2022-06-20 14:39:04 +02:00 |
|
Garret Wassermann
|
e613c2107f
|
Add 3.2 LTS recommendation, 4 for early adopters
|
2022-06-12 03:27:52 -04:00 |
|
Garret Wassermann
|
5ad0416657
|
Unstable is now the 0.5.0 testing ground
|
2022-06-12 03:23:21 -04:00 |
|
Garret Wassermann
|
61f086a0ac
|
Bump to 0.4.0 release, add django 4 python metadata
|
2022-06-12 03:02:47 -04:00 |
|
Garret Wassermann
|
ee42ba48a3
|
Merge in bugfixes from 0.3.5
|
2022-06-12 03:00:25 -04:00 |
|
Garret Wassermann
|
55eae0cb73
|
bump version to 0.3.5
|
2022-06-12 02:57:04 -04:00 |
|
Garret Wassermann
|
f88603ab53
|
Merge pull request #1014 from Mte90/rest-create-user
Create user by REST endpoint
|
2022-05-25 07:41:50 -04:00 |
|