|
537f167b9e
|
test(core): Correct model notes test suite
ref: #731
|
2025-04-22 22:22:58 +09:30 |
|
|
0a630cf51a
|
test(core): API Permission Test Cases for ticket_base model
ref: #731 #723
|
2025-04-22 22:21:42 +09:30 |
|
|
ddebf50e88
|
feat(core): migrations for TicketCommentBase
ref: #724 #726
|
2025-04-16 21:01:22 +09:30 |
|
|
64144ea76f
|
feat(core): New Model TicketCommentBase
ref: #724 #726
|
2025-04-16 21:01:09 +09:30 |
|
|
633df58964
|
feat(core): viewset for TicketBase
ref: #724 #723
|
2025-04-16 21:00:15 +09:30 |
|
|
f280f408ee
|
feat(core): serializer for TicketBase
ref: #724 #723
|
2025-04-16 21:00:01 +09:30 |
|
|
d1715f4457
|
feat(core): migrations for TicketBase
ref: #724 #723
|
2025-04-16 20:59:50 +09:30 |
|
|
e80647ffd1
|
feat(core): New Model TicketBase
ref: #724 #723
|
2025-04-16 20:59:36 +09:30 |
|
|
4872c6d1c8
|
refactor(core): rename ticket model filename in preparation for base ticket model
ref: #724 #723
|
2025-04-16 00:38:15 +09:30 |
|
|
9c88c23bb3
|
test: Migrate models to use refactored model tests
ref: #719 closes #708
|
2025-04-13 16:35:48 +09:30 |
|
|
e4588771e8
|
test: Consolidate All model tests to remove duplicates and to simplify
ref: #719 #708
|
2025-04-13 13:48:54 +09:30 |
|
|
32d97932d1
|
chore: squash migrations
reduces the amount required
ref: #702
|
2025-04-10 12:05:43 +09:30 |
|
|
8bc0b3338c
|
refactor(core): When saving history, ensure field _prefetched_objects_cache is not included
ref: #712 #683
|
2025-04-06 13:51:08 +09:30 |
|
|
8a8023f510
|
feat(core): Model tag for Access/Role
ref: #712 #683
|
2025-04-06 13:49:20 +09:30 |
|
|
9bbfbbba4b
|
feat(core): Add Entity model tag
ref: #707 #706
|
2025-04-04 07:46:08 +09:30 |
|
|
2998f48e33
|
fix(core): Dont attempt to fetch history related objects if no history exists
ref: #707
|
2025-04-03 18:25:08 +09:30 |
|
|
1d1c76e033
|
test: Refactor all ViewSet Unit Test cases to use new test cases class
ref: #696 closes #672
|
2025-03-25 02:22:47 +09:30 |
|
|
77e42db3c9
|
feat(devops): Add git_repository model tag migration
ref: #693 #515
|
2025-03-20 16:48:09 +09:30 |
|
|
25e0f6d950
|
feat(devops): Add git_repository as a model that can be linked to a ticket
ref: #693 #515
|
2025-03-20 16:47:39 +09:30 |
|
|
88d1abaef7
|
fix(core): Don't create an empty ticket comment if the body is empty when slash commands removed
ref: #691 #681
|
2025-03-19 15:36:13 +09:30 |
|
|
5804abc367
|
docs(core): Update slash command docs
ref: #691 #681
|
2025-03-19 14:51:37 +09:30 |
|
|
96f8949be2
|
feat(core): Enable slash command related ticket to have multiple ticket references
ref: #691 #681
|
2025-03-19 14:38:30 +09:30 |
|
|
cce802ea9e
|
test(core): un-mark tests as skipped so that multiple linked items per ticket can be tested
ref: #691 closes #681
|
2025-03-19 13:55:57 +09:30 |
|
|
c767a528eb
|
fix(core): when processing slash commands trim each line prior to processing
ref: #691 #681
|
2025-03-19 13:28:11 +09:30 |
|
|
895cfb8b22
|
test(core): correct ticket linked item to prevent duplicate creation
ref: #691 #681
|
2025-03-19 13:27:48 +09:30 |
|
|
8dfaec8df7
|
fix(core): slash command NL char is \r\n not \n , however support both
ref: #691 #681
|
2025-03-19 12:50:56 +09:30 |
|
|
69cabda78e
|
fix(core): When processing slash commands trim whitespace on return
ref: #691 #681
|
2025-03-19 12:50:34 +09:30 |
|
|
8abced87de
|
fix(core): Ensure linked ticket models are unique
ref: #691 #681
|
2025-03-19 12:00:05 +09:30 |
|
|
983311dda5
|
feat(core): Enable slash command linked model to have multiple models
ref: #691 #681
|
2025-03-19 12:00:05 +09:30 |
|
|
2becbeef87
|
feat(core): process ticket slash commands by line
ref: #691 #681
|
2025-03-19 12:00:05 +09:30 |
|
|
9583631473
|
feat(core): Migrations for new slash commands
ref: #690 #592 #598 #600
|
2025-03-17 15:59:04 +09:30 |
|
|
44e1461c6b
|
feat(project_management): Add project_state slash command
ref: #690 closes #592
|
2025-03-17 15:52:18 +09:30 |
|
|
105e6509b0
|
feat(core): Add ticket_comment_category slash command
ref: #690 closes #600
|
2025-03-17 15:51:30 +09:30 |
|
|
20d979963a
|
feat(core): Add ticket_category slash command
ref: #690 closes #598
|
2025-03-17 15:38:55 +09:30 |
|
|
bde2b2e758
|
feat(itam): Add markdown tag $software_version
ref: #690 closes #596
|
2025-03-17 15:22:53 +09:30 |
|
|
54b97b43ed
|
feat(itam): Enable ticket tab on software version page
ref: #690 #596
|
2025-03-17 15:22:07 +09:30 |
|
|
70978b9fdc
|
chore: squash migrations prior to release
ref: #679 #660
|
2025-03-16 11:18:02 +09:30 |
|
|
427584c8d9
|
feat(devops): Add support for if-modified-since header for Feature Flags public endpoint
ref: #673 #663
|
2025-03-08 21:05:44 +09:30 |
|
|
d09e649765
|
feat(devops): Add feature flag public ViewSet
ref: #673 #663
|
2025-03-08 16:43:34 +09:30 |
|
|
b63f6b7092
|
feat: Remove serializer caching from ALL viewsets
ref: #671 closes #668
|
2025-03-07 17:53:14 +09:30 |
|
|
2eafb88367
|
fix(core): disable of notes for models not requiring it
ref: #662 #665
|
2025-03-04 05:58:26 +09:30 |
|
|
124c96512a
|
feat(devops): Add model tag feature_flag to ticket linked item
ref: #662 #659
|
2025-03-04 03:56:57 +09:30 |
|
|
ddf3449b3f
|
feat(core): Migration for feature_flag model reference
ref: #662 #659
|
2025-03-04 03:30:59 +09:30 |
|
|
5f691748bc
|
feat(core): disable model notes for model notes
ref: #662 #666 #667
|
2025-03-04 03:24:57 +09:30 |
|
|
4876919015
|
feat(core): Migrations for adding notes to ticket category and ticket comment category
ref: #662 #666 #667
|
2025-03-04 03:24:20 +09:30 |
|
|
55e30ab4f5
|
test(core): Ticket Comment Category Notes checks
ref: #662 closes #666
|
2025-03-04 03:24:08 +09:30 |
|
|
4d6438833d
|
test(core): Ticket Category Notes checks
ref: #662 closes #667
|
2025-03-04 03:23:27 +09:30 |
|
|
5b97f5400f
|
fix(core): Add ability to add notes for ticket comment category
ref: #662 #666
|
2025-03-04 03:23:04 +09:30 |
|
|
8a787a516f
|
fix(core): Add ability to add notes for ticket category
ref: #662 #667
|
2025-03-04 03:22:04 +09:30 |
|
|
f833121c08
|
fix(core): Serializer _urls.notes URL generation now dynamic
ref: #662 #665
|
2025-03-04 03:17:31 +09:30 |
|