David Vadnais
|
2085e3ad68
|
Merge branch 'django-helpdesk:main' into ENHANCEMENT-escalation-notify-only
|
2025-03-06 20:42:00 +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 |
|
DavidVadnais
|
f43e0474a7
|
Issue #1235 - Escalation only notify users
|
2025-02-03 20:59:39 +00: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 |
|
Sam Splunks
|
93f6123545
|
Reverting to TestCase client
|
2024-12-06 10:07:08 +00:00 |
|
Sam Splunks
|
f7ca446bc9
|
Fixed url pattern
|
2024-12-06 10:03:57 +00:00 |
|
Sam Splunks
|
af2fac038c
|
Update votes with POST method and CSRF token
|
2024-12-06 09:19:06 +00:00 |
|
Sam Splunks
|
8d2b09bb11
|
Update kb vote function
|
2024-12-05 09:47:23 +00:00 |
|
Sam Splunks
|
f710c07927
|
Escape html entities for followup title in ticket view
|
2024-12-05 09:35:26 +00:00 |
|
Sam Splunks
|
e0a04b5040
|
Javascript escape of html entities in ticket title for the My Tickets view
|
2024-12-05 09:33:17 +00:00 |
|
Christopher Broderick
|
b02e8d4162
|
Merge pull request #1213 from Benbb96/fix-commands
Refactor custom commands with modern syntax
|
2024-10-20 15:18:12 +01:00 |
|
Benbb96
|
2c24fa9cae
|
Improve help texts
|
2024-10-19 16:50:17 +02:00 |
|