|
bff1049414
|
chore: correct pylint errors
ref: #765
|
2025-07-04 08:40:23 +09:30 |
|
|
17c7980e03
|
refactor(base): rename app to centurion
ref: #764
|
2025-07-04 08:38:55 +09:30 |
|
|
a0ab0deb2a
|
chore: squash migrations to reduce amount
ref: #740
|
2025-05-16 19:29:02 +09:30 |
|
|
07277862cf
|
refactor(Access): Update Functional ViewSet to use PyTest for Person Model
ref: #761 #730
|
2025-05-16 03:09:49 +09:30 |
|
|
f1016bd9cc
|
refactor(Access): Update Functional ViewSet to use PyTest for Entity Model
ref: #761 #730
|
2025-05-16 03:07:57 +09:30 |
|
|
c39f479b96
|
refactor(Access): Update Functional ViewSet to use PyTest for Contact Model
ref: #761 #730
|
2025-05-16 03:07:46 +09:30 |
|
|
a4d1a2bf76
|
test(access): Functional ViewSet Test Suite Company model
ref: #761 #760
|
2025-05-16 03:07:28 +09:30 |
|
|
8bba04305f
|
refactor(Access): Update Functional Permission to use PyTest for Person Model
ref: #761 #730
|
2025-05-16 02:18:00 +09:30 |
|
|
516d6fc136
|
refactor(Access): Update Functional Permission to use PyTest for Entity Model
ref: #761 #730
|
2025-05-16 02:17:52 +09:30 |
|
|
2e096cb495
|
refactor(Access): Update Functional Permission to use PyTest for Contact Model
ref: #761 #730
|
2025-05-16 02:17:44 +09:30 |
|
|
3505f915c5
|
refactor(Access): Update Functional Serializer to use PyTest for Contact Model
ref: #761 #730
|
2025-05-16 02:17:31 +09:30 |
|
|
254cd02649
|
refactor(Access): Update Functional Serializer to use PyTest for Entity Model
ref: #761 #730
|
2025-05-16 02:17:21 +09:30 |
|
|
97e37f34a1
|
refactor(Access): Update Functional Serializer to use PyTest for Person Model
ref: #761 #730
|
2025-05-16 02:17:10 +09:30 |
|
|
d0c3537753
|
refactor(access): Update Functional Metadata to use PyTest for Person Model
ref: #761 #730
|
2025-05-16 02:16:19 +09:30 |
|
|
eb97bfbeeb
|
refactor(access): Update Functional Metadata to use PyTest for Entity Model
ref: #761 #730
|
2025-05-16 02:16:09 +09:30 |
|
|
7fee33999f
|
refactor(access): Update Functional Metadata to use PyTest for Contact Model
ref: #761 #730
|
2025-05-16 02:15:56 +09:30 |
|
|
99c0e92336
|
test(access): Functional Serializer Test Suite Company model
ref: #761 #760
|
2025-05-16 02:14:50 +09:30 |
|
|
46494c033c
|
test(access): Functional Permissions Test Suite Company model
ref: #761 #760
|
2025-05-16 02:14:34 +09:30 |
|
|
85986ce13e
|
test(access): Functional MetaData Test Suite Company model
ref: #761 #760
|
2025-05-16 02:14:23 +09:30 |
|
|
bdeae5b38b
|
test(access): ViewSet Test Suite Company model
ref: #761 #760
|
2025-05-15 23:07:08 +09:30 |
|
|
edc7aedbe0
|
fix(api): Dont try to access attribute if not exist in common viewset
ref: #761
|
2025-05-15 23:03:49 +09:30 |
|
|
900e03791a
|
test(access): API field render Test Suite Company model
ref: #761 #760
|
2025-05-15 22:18:45 +09:30 |
|
|
2a977bbf47
|
test(access): Model Test Suite Company model
ref: #761 #760
|
2025-05-15 22:18:29 +09:30 |
|
|
d29df73d05
|
refactor(access): Update Model Entity to use PyTest for Model Test Suite
ref: #761 #730
|
2025-05-15 22:17:36 +09:30 |
|
|
1150e1b047
|
refactor(access): Update Model Contact to use PyTest for Model Test Suite
ref: #761 #730
|
2025-05-15 22:16:56 +09:30 |
|
|
cf7eeb5bde
|
refactor(access): Update Model Person to use PyTest for Model Test Suite
ref: #761 #730
|
2025-05-15 22:16:45 +09:30 |
|
|
be02061b94
|
refactor(access): Update Model Person to use PyTest API Fields Render
ref: #761 #730
|
2025-05-15 20:03:02 +09:30 |
|
|
08dbe1e35b
|
refactor(access): Update Model Contact to use PyTest API Fields Render
ref: #761 #730
|
2025-05-15 20:02:50 +09:30 |
|
|
8e9dca56bc
|
refactor(access): Update Model Entity to use PyTest API Fields Render
ref: #761 #730
|
2025-05-15 20:02:39 +09:30 |
|
|
53f99f620c
|
feat(access): Migration for model access.Company
ref: #761 #760
|
2025-05-15 18:34:03 +09:30 |
|
|
312267567f
|
feat(access): Serializer for model access.Company
ref: #761 #760
|
2025-05-15 18:33:52 +09:30 |
|
|
34b2571a2e
|
feat(access): New model access.Company
ref: #761 #760
|
2025-05-15 18:33:21 +09:30 |
|
|
bb8c6378bc
|
chore: Add some tests to aid in planning
ref: #756 #758
|
2025-05-15 04:59:06 +09:30 |
|
|
59b4b5ff39
|
feat(access): Organization -> Tenant Permission Migration
ref: #756 #505
|
2025-05-15 02:45:03 +09:30 |
|
|
2d7335ff85
|
refactor(access): Rename model Organization -> Tenant
ref: #756 #505
|
2025-05-15 02:44:53 +09:30 |
|
|
6d92c484cd
|
refactor(access): Update all references to User to use get_user_model()
ref: #754 #704 #755
|
2025-05-14 03:45:40 +09:30 |
|
|
969b4d22fc
|
feat(core): Remove add, change and delete permissions for model TicketCommentAction from permission selector
ref: #754 #736
|
2025-05-13 19:42:31 +09:30 |
|
|
1bff76c637
|
feat(access): Add Logging function to Tenancy model
ref: #744 #436 #752
|
2025-05-10 23:38:58 +09:30 |
|
|
626a5ccb11
|
refactor(access): when fetching parent object, use the parent_model get function
ref: #744
|
2025-05-09 20:06:45 +09:30 |
|
|
95aba2b44b
|
chore(accounting): Add permissions to permissions selector
ref: #741 #737
|
2025-05-05 00:58:08 +09:30 |
|
|
677cc55e04
|
test: correct serializer imports from recent file renames
ref: #732 #726
|
2025-04-26 06:08:37 +09:30 |
|
|
b6146b7d14
|
feat: Add field Meta.sub_model_type to sub-models
ref: #732 #564
|
2025-04-26 06:00:34 +09:30 |
|
|
daf30de835
|
chore: correct tests so they function and cleanup correctly
ref: #731
|
2025-04-23 18:33:10 +09:30 |
|
|
1a5f328a24
|
fix(access): Ensure related model is a sub-model
ref: #724 #723
|
2025-04-16 20:54:30 +09:30 |
|
|
a695b4563d
|
refactor(access): migrate sub-model viewset logic to common
ref: #724 #723
|
2025-04-15 20:13:39 +09:30 |
|
|
8f69e6ec79
|
test(access): Correct history link test cases
ref: #722 #684
|
2025-04-15 17:09:38 +09:30 |
|
|
d131d2499b
|
feat(access): add missing nav menu entries for entities
ref: #722
|
2025-04-15 15:08:38 +09:30 |
|
|
4e03c2bf31
|
feat(human_resources): add module to perms selector
ref: #722
|
2025-04-15 15:07:50 +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 |
|