|
15c3fdbcae
|
fix(core): Add Org, Team and KB article to ticket linked Item serializer
ref: #416 #421 #426
|
2024-12-19 16:24:17 +09:30 |
|
|
27c4a558bd
|
fix(core): Ticket Linked Item serializer removed from inheriting from common serializer.
see https://github.com/nofusscomputing/centurion_erp/issues/421#issuecomment-2552893083
ref: #421 #426
|
2024-12-19 16:00:43 +09:30 |
|
|
57522dc0de
|
fix(core): Ticket model serializer must inherit from common serializer
ref: #421 #426
|
2024-12-19 15:00:52 +09:30 |
|
|
042594dd5c
|
fix(core): Ticket Related Item model serializer must inherit from common serializer
ref: #421 #426
|
2024-12-19 15:00:42 +09:30 |
|
|
2ae78fdfa3
|
fix(core): Ticket Linked Item model serializer must inherit from common serializer
ref: #421 #426
|
2024-12-19 15:00:25 +09:30 |
|
|
1b223135e8
|
fix(core): Ticket Comment model serializer must inherit from common serializer
ref: #421 #426
|
2024-12-19 15:00:12 +09:30 |
|
|
f1fc5f27c7
|
fix(core): Notes model serializer must inherit from common serializer
ref: #421 #426
|
2024-12-19 14:59:53 +09:30 |
|
|
607fcb368f
|
docs(core): Add kb, org and team to slash command
ref: #274 #416 #426
|
2024-12-19 14:51:48 +09:30 |
|
|
88b79bf94f
|
feat(core): Link Team to ticket
ref: #274 #426
|
2024-12-19 14:20:37 +09:30 |
|
|
5c324af5d3
|
feat(core): Link Organization to ticket
ref: #274 #426
|
2024-12-19 14:19:55 +09:30 |
|
|
85914f4848
|
feat(core): Link KB to ticket
ref: #274 #426
|
2024-12-19 14:07:46 +09:30 |
|
|
cc98966a76
|
feat(access): Add project_management permissions to teams avail permissions
ref: #421
|
2024-12-19 13:40:27 +09:30 |
|
|
aa33ccc099
|
Merge pull request #423 from nofusscomputing/fix-422-to-many-redirects
|
2024-12-17 16:46:10 +09:30 |
|
|
26ac825673
|
fix(docker): Correct nginx proxy headers passed to gunicorn
ref: #423 fixes #422
|
2024-12-12 14:03:31 +09:30 |
|
|
34b075243a
|
fix(core): Generate the correct url for a ticket comment when it's a discussion
ref: #424
|
2024-12-11 16:50:49 +09:30 |
|
|
eb59985909
|
fix(core): organization field set to write_only=True
ref: #424
|
2024-12-11 16:47:08 +09:30 |
|
|
6582905319
|
chore(core): Add dummy ticket comment serializer so drf html api browser works
ref: #424
|
2024-12-11 15:02:42 +09:30 |
|
|
c788ead97a
|
fix(core): If ticket comment is a reply, add the parent id post validation
ref: #424 nofusscomputing/centurion_erp_ui#29
|
2024-12-11 14:58:54 +09:30 |
|
|
66498ce917
|
refactor(core): Add ticket comment organization post validation
ref: #422
|
2024-12-11 14:56:05 +09:30 |
|
|
0731efb039
|
refactor(docker): gunicorn config moved to con file
ref: #422
|
2024-12-10 10:37:22 +09:30 |
|
|
391dbe80c3
|
docs(admin): fluff the install instructions
ref: #422
|
2024-12-10 10:21:41 +09:30 |
|
|
c1db53e94a
|
docs: correct collection path
ref: #422
|
2024-12-10 10:20:59 +09:30 |
|
|
e982d65974
|
Merge branch 'development'
|
2024-12-09 15:10:30 +00:00 |
|
|
39e06a43a3
|
build: bump version 1.4.1 -> 1.5.0
1.5.0
|
2024-12-09 15:10:29 +00:00 |
|
|
b76168b149
|
Merge pull request #420 from nofusscomputing/development
|
2024-12-10 00:40:05 +09:30 |
|
|
0ceb5a512e
|
Merge pull request #411 from nofusscomputing/feat-next-release
|
2024-12-10 00:28:06 +09:30 |
|
|
51a2fe1141
|
Merge pull request #418 from nofusscomputing/2024-12-08
|
2024-12-09 23:55:44 +09:30 |
|
|
8332b31a1a
|
docs(release): added next release version
ref: #418
|
2024-12-09 23:43:58 +09:30 |
|
|
c03b7e7d49
|
feat(python): update django 5.1.2 -> 5.1.4
ref: #408 #418
|
2024-12-09 23:28:44 +09:30 |
|
|
ed6cdaef8b
|
docs(pr): add migrations task
ref: #408 #418
|
2024-12-09 23:26:42 +09:30 |
|
|
5335758c70
|
docs(admin): Include new UI
ref: #408 #418
|
2024-12-09 23:21:36 +09:30 |
|
|
c14ee4c4be
|
feat(api): If global organization defined, filter from ALL organization fields
This field is not intended to be selectable
ref: #418 closes #406
|
2024-12-09 22:29:57 +09:30 |
|
|
b51ce7d513
|
docs(api): add test info for nav menu
ref: #409 #418
|
2024-12-08 18:43:52 +09:30 |
|
|
03c39d2e2f
|
test(api): Nav menu permission checks for settings
ref: #418 closes #409
|
2024-12-08 18:38:38 +09:30 |
|
|
10285bedef
|
feat(api): Add nav menu permission checks for settings
ref: #409 #418
|
2024-12-08 18:38:16 +09:30 |
|
|
b9e8caecc1
|
test(api): Nav menu permission checks
ref: #409 #418
|
2024-12-08 17:30:11 +09:30 |
|
|
afc0c66602
|
Merge pull request #417 from nofusscomputing/2024-12-06
|
2024-12-06 17:26:22 +09:30 |
|
|
41ffe5b3bc
|
refactor(access): Settings must be an available permissions when setting team permissions
ref: #408 #417
|
2024-12-06 17:06:38 +09:30 |
|
|
e158f49a21
|
refactor(itam): set deviceoperatingsystem model, device field to be type onetoone
ref: #417
|
2024-12-06 16:40:58 +09:30 |
|
|
18bb2909a5
|
docs: update release notes re migration squash
ref: #408 #417
|
2024-12-06 16:34:13 +09:30 |
|
|
ca2da06d2c
|
chore: squash previous releases migrations
Every release that occurs is squash ALL migrations to limit the amount of migrations
ref: #408 #417
|
2024-12-06 16:33:13 +09:30 |
|
|
17f47040d6
|
fix(settings): Add missing get_url function to user_settings model
ref: #412 #417 closes #410
|
2024-12-06 15:57:36 +09:30 |
|
|
c5faf3115d
|
fix(settings): Add missing get_url function to app_settings model
ref: #410 #412 #417
|
2024-12-06 15:57:11 +09:30 |
|
|
3cdd8adf38
|
test(core): Correct url.self checks to use list view
history uses curtom view and has no detail
ref: #410 #412 #417
|
2024-12-06 15:30:23 +09:30 |
|
|
39539a4bae
|
test(core): Dont test History for table view
this view has a seperate view, History.
ref: #410 #412 #417
|
2024-12-06 15:04:46 +09:30 |
|
|
5de8893330
|
fix(core): correctr the required parameters for related ticket serializer when fetching own url
ref: #410 #412 #417
|
2024-12-06 14:49:47 +09:30 |
|
|
d9b9e32019
|
test(settings): Dont test user settings for table view
this view not expected to be
ref: #410 #417 closes #412
|
2024-12-06 14:28:38 +09:30 |
|
|
3bce54b495
|
test(steeings): Dont test app settings for table view
this view not expected to be
ref: #410 #412 #417
|
2024-12-06 14:27:58 +09:30 |
|
|
34c327b7b6
|
test(core): Dont test related ticket for table or detail view
this view not expected to be
ref: #410 #412 #417
|
2024-12-06 14:27:25 +09:30 |
|
|
8b790b451e
|
test(api): Refactor test so that endpoints not expected to have an endpoint or be rendered in a table wont be tested for it.
ref: #410 #412 #417
|
2024-12-06 14:24:54 +09:30 |
|