Commit Graph

2061 Commits

Author SHA1 Message Date
Jon
aa33ccc099 Merge pull request #423 from nofusscomputing/fix-422-to-many-redirects 2024-12-17 16:46:10 +09:30
Jon
26ac825673 fix(docker): Correct nginx proxy headers passed to gunicorn
ref: #423 fixes #422
2024-12-12 14:03:31 +09:30
Jon
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
Jon
eb59985909 fix(core): organization field set to write_only=True
ref: #424
2024-12-11 16:47:08 +09:30
Jon
6582905319 chore(core): Add dummy ticket comment serializer so drf html api browser works
ref: #424
2024-12-11 15:02:42 +09:30
Jon
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
Jon
66498ce917 refactor(core): Add ticket comment organization post validation
ref: #422
2024-12-11 14:56:05 +09:30
Jon
0731efb039 refactor(docker): gunicorn config moved to con file
ref: #422
2024-12-10 10:37:22 +09:30
Jon
391dbe80c3 docs(admin): fluff the install instructions
ref: #422
2024-12-10 10:21:41 +09:30
Jon
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
Jon
b76168b149 Merge pull request #420 from nofusscomputing/development 2024-12-10 00:40:05 +09:30
Jon
0ceb5a512e Merge pull request #411 from nofusscomputing/feat-next-release 2024-12-10 00:28:06 +09:30
Jon
51a2fe1141 Merge pull request #418 from nofusscomputing/2024-12-08 2024-12-09 23:55:44 +09:30
Jon
8332b31a1a docs(release): added next release version
ref: #418
2024-12-09 23:43:58 +09:30
Jon
c03b7e7d49 feat(python): update django 5.1.2 -> 5.1.4
ref: #408 #418
2024-12-09 23:28:44 +09:30
Jon
ed6cdaef8b docs(pr): add migrations task
ref: #408 #418
2024-12-09 23:26:42 +09:30
Jon
5335758c70 docs(admin): Include new UI
ref: #408 #418
2024-12-09 23:21:36 +09:30
Jon
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
Jon
b51ce7d513 docs(api): add test info for nav menu
ref: #409 #418
2024-12-08 18:43:52 +09:30
Jon
03c39d2e2f test(api): Nav menu permission checks for settings
ref: #418 closes #409
2024-12-08 18:38:38 +09:30
Jon
10285bedef feat(api): Add nav menu permission checks for settings
ref: #409 #418
2024-12-08 18:38:16 +09:30
Jon
b9e8caecc1 test(api): Nav menu permission checks
ref: #409 #418
2024-12-08 17:30:11 +09:30
Jon
afc0c66602 Merge pull request #417 from nofusscomputing/2024-12-06 2024-12-06 17:26:22 +09:30
Jon
41ffe5b3bc refactor(access): Settings must be an available permissions when setting team permissions
ref: #408 #417
2024-12-06 17:06:38 +09:30
Jon
e158f49a21 refactor(itam): set deviceoperatingsystem model, device field to be type onetoone
ref: #417
2024-12-06 16:40:58 +09:30
Jon
18bb2909a5 docs: update release notes re migration squash
ref: #408 #417
2024-12-06 16:34:13 +09:30
Jon
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
Jon
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
Jon
c5faf3115d fix(settings): Add missing get_url function to app_settings model
ref: #410 #412 #417
2024-12-06 15:57:11 +09:30
Jon
3cdd8adf38 test(core): Correct url.selfchecks to use list view
history uses curtom view and has no detail

ref: #410 #412 #417
2024-12-06 15:30:23 +09:30
Jon
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
Jon
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
Jon
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
Jon
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
Jon
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
Jon
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
Jon
00bebbd8f4 fix(core): Remove requirement that ticket be specified for related tickets get_url
ref: #412 #417
2024-12-06 14:19:04 +09:30
Jon
cebb02de99 feat(api): When fething an items url dueing metadata creation, used named parameters
ref: #412
2024-12-06 14:15:47 +09:30
Jon
ebeea4f526 feat(access): Modify Admin User panel by removing perms and adding teams
ref: #408
2024-12-05 14:30:59 +09:30
Jon
c91bc6ee10 fix(access): Add missing table_fields attribute to team users model
ref: nofusscomputing/centurion_erp_ui#29
2024-12-05 07:23:42 +09:30
Jon
625cb52dd2 Merge pull request #415 from nofusscomputing/2024-12-01 2024-12-05 00:04:47 +09:30
Jon
497adc68f4 fix(api): during metadata navigation permission checks, cater for non-existant keys
ref: #410 #412 #415
2024-12-04 23:37:09 +09:30
Jon
a10f1b3694 test(settings): API Metadata checks for user settings
ref: #410 #412 #415
2024-12-04 23:22:52 +09:30
Jon
11abf177ab test(settings): API Metadata checks for external links
ref: #410 #412 #415
2024-12-04 23:22:34 +09:30
Jon
becf55e22f test(settings): API Metadata checks for app settings
ref: #410 #412 #415
2024-12-04 23:22:22 +09:30
Jon
c57d465c5b test(project_management): API Metadata checks for project type
ref: #410 #412 #415
2024-12-04 23:22:05 +09:30
Jon
741a149f33 test(project_management): API Metadata checks for project task
ref: #410 #412 #415
2024-12-04 23:21:57 +09:30
Jon
f85cc0fd3d test(project_management): API Metadata checks for project state
ref: #410 #412 #415
2024-12-04 23:21:49 +09:30