3d2d759d6b
build: bump version 1.17.1 -> 1.18.0
1.18.0
2025-07-03 22:55:51 +00:00
b73de03d27
Merge pull request #851 from nofusscomputing/850-fix-itim-validation-failure
2025-07-04 08:08:00 +09:30
a9e953812c
feat(python): upgrade django 5.1.9 -> 5.1.10
...
ref: #851
2025-07-04 07:47:21 +09:30
4344265ed5
fix(itim): Correct config that is in the incorrect format
...
Users can input config that contains bytecode chars which inturn, makes the config entered a str. convert any config that is a str to a dict, the correct format.
ref: #851 fixes #850
2025-07-04 07:42:05 +09:30
4fb94bdd6d
build: bump version 1.17.0 -> 1.17.1
1.17.1
2025-06-02 00:05:20 +00:00
e2582373ad
fix(base): Add python metrics to prometheus exporter
...
ref: #436
2025-06-02 08:25:37 +09:30
309483ea08
build: bump version 1.16.0 -> 1.17.0
1.17.0
2025-05-16 10:31:55 +00:00
b2bc200eb1
Merge pull request #740 from nofusscomputing/feature-next-release
2025-05-16 19:46:31 +09:30
a0ab0deb2a
chore: squash migrations to reduce amount
...
ref: #740
2025-05-16 19:29:02 +09:30
1f9491ce73
Merge pull request #761 from nofusscomputing/new-model-access-organization
2025-05-16 03:26:34 +09:30
1663f19b2a
refactor(human_resources): Update Functional ViewSet to use PyTest for Employee Model
...
ref: #761 #730
2025-05-16 03:10:00 +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
ae6b66b270
refactor(human_resources): Update Functional Serializer to use PyTest for Employee Model
...
ref: #761 #730
2025-05-16 02:16:57 +09:30
7a1aecebd5
refactor(human_resources): Update Functional Permissions to use PyTest for Employee Model
...
ref: #761 #730
2025-05-16 02:16:49 +09:30
387ffc9ade
refactor(human_resources): Update Functional Metadata to use PyTest for Employee Model
...
ref: #761 #730
2025-05-16 02:16:38 +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
c2a367bd28
refactor(human_resources): Update Model Employee to use PyTest for Model Test Suite
...
ref: #761 #730
2025-05-15 22:15:43 +09:30
3c19e9d4cf
fix(api): Dont try to access attribute if not exist in common viewset
...
ref: #761
2025-05-15 20:19:43 +09:30
e295e53f86
refactor(human_resources): Update Model Employee to use PyTest API Fields Render
...
ref: #761 #730
2025-05-15 20:03:19 +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
2e9fe29e99
fix(api): Correct ViewSet Sub-Model lookup
...
ref: #761
2025-05-15 19:45:04 +09:30
b0a6f207cd
docs(user): Add Conpany page
...
ref: #761 #760
2025-05-15 18:40:44 +09:30
a51a79a763
feat(access): model access.Company feature flag 2025-00008
...
ref: #761 #760
2025-05-15 18:34:51 +09:30
b2d1903009
feat(access): URL route for model access.Company
...
ref: #761 #760
2025-05-15 18:34:26 +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