2666 Commits

Author SHA1 Message Date
DavidVadnais
db5e67c726 upgrade yaml version to 3 and change postgresql version 2025-03-10 12:07:32 -10:00
DavidVadnais
07e5eff73e standalone postgresql v12-->v13 2025-03-07 14:09:38 -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
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
Christopher Broderick
5e62a15274
Merge pull request #1195 from timthelion/main
Add ci workflow for building standalone docker image
2025-02-20 16:32:52 +00:00
Christopher Broderick
c986a3a3a8
Merge branch 'main' into main 2025-02-20 18:17:21 +02:00
Christopher Broderick
917e84c365
Merge pull request #1233 from DavidVadnais/BUG-1168-ticket-title-changes
Fix for titles not updating
2025-02-20 14:08:19 +02:00
Timothy Hobbs
32b577c1ff Document env vars 2025-01-21 20:36:13 +01:00
Timothy Hobbs
abe22b6dda Use proper docker volumes in docker compose 2025-01-21 20:36:13 +01:00
Timothy Hobbs
b8f4ba6d79 Update standalone docs 2025-01-21 20:36:13 +01:00
Timothy Hobbs
76a4319ed5 Remove deprecated entrypoint 2025-01-21 20:36:12 +01:00
Timothy Hobbs
e005db7521 Make dev docker-compose more useable 2025-01-21 20:35:59 +01:00
Timothy Hobbs
65b07e2863 Upgrade standalone python version 2025-01-21 20:35:59 +01:00
Timothy Hobbs
817cf75fd7 Fix path to extras requirements 2025-01-21 20:35:59 +01:00
Timothy Hobbs
5ad7e2ed00 Revert incorrect changes to Caddyfile 2025-01-21 20:35:59 +01:00
Timothy Hobbs
1c5cc13f86 Add extras docker image 2025-01-21 20:35:59 +01:00
Timothy Hobbs
a2b50919c2 Try copying full source tree before installing requirements 2025-01-21 20:35:59 +01:00
Timothy Hobbs
c0c0f2be5d Fix docker build invocation 2025-01-21 20:35:59 +01:00
Timothy Hobbs
e12459bd3f Remove insecure development Dockerfile in favor of "standalone" Dockerfile 2025-01-21 20:35:55 +01:00
Timothy Hobbs
325eaa6318 Improving standalone standalone-ness 2025-01-21 20:34:55 +01:00
Timothy Hobbs
ff3df683ad Update structure of installation docs 2025-01-21 20:34:55 +01:00
Timothy Hobbs
92513f4f3e Add ci workflow for building standalone docker image 2025-01-21 20:34:55 +01:00
DavidVadnais
6f3549eb5a Remove ticket_title in favor of title 2025-01-21 18:49:06 +00:00
DavidVadnais
9cbe8ebcfa Revert "temp fix for titles not updating"
This reverts commit 010f9fc7641c85f19445df706e3672a19b882207.
2025-01-21 18:38:27 +00:00
DavidVadnais
010f9fc764 temp fix for titles not updating 2025-01-18 02:51:15 +00:00
DavidVadnais
aa5c137a11 Fix for my-tickets div not appending to DOM 2025-01-18 02:07:14 +00:00
Christopher Broderick
43a71e89f7
Merge pull request #1227 from feroda/main
Entrypoint adapted to be run multiple times and --noreload arg added to runserver to stop the container with CTRL-C
2024-12-22 10:30:17 +00:00
Luca Ferroni
a92c3be3e2 Sets the --noreload argument for runserver so that container can be stopped with CTRL-C 2024-12-21 17:08:48 +01:00
Luca Ferroni
59282ab8b4 Moves Django runserver command in CMD instead of ENTRYPOINT in Dockerfile 2024-12-21 17:08:48 +01:00
Luca Ferroni
eb4a4cd7b7 Adapts docker container entrypoint to be launched more than once 2024-12-21 17:08:48 +01:00
Christopher Broderick
cc6e597840
Merge pull request #1225 from feroda/main
Fix issue #1224, install the python module 'packaging' in Dockerfile …
2024-12-18 10:11:10 +00:00
Luca Ferroni
12f4e828e4 Fix issue #1224, install the python module 'packaging' in Dockerfile to build the Docker image 2024-12-18 10:14:01 +01:00
Christopher Broderick
7247682307
Merge pull request #1221 from samsplunks/bug_fixes
Small bug fixes (ticket and followup title display, vote function)
v1.3.0
2024-12-07 00:01:22 +00:00
Sam Splunks
5ae1c1fdcb Forcing POST urls for votes 2024-12-06 10:16:14 +00:00
Sam Splunks
a2bf156d59 Bump helpdesk version \o/ 2024-12-06 10:14:08 +00:00
Sam Splunks
9ab10b93e1 Removing Test Client 2024-12-06 10:11:29 +00:00