|
dd0a6a01b9
|
refactor(settings): Remove old test suites no longer required model UserSettings
ref: #942 closes #941
|
2025-08-05 13:56:07 +09:30 |
|
|
c294f9c8f5
|
refactor(settings): ViewSet Unit Test Suite re-written to Pytest for model UserSettings
ref: #942 #941
|
2025-08-05 13:55:58 +09:30 |
|
|
71a510170d
|
refactor(settings): Serializer Unit Test Suite re-written to Pytest for model UserSettings
ref: #942 #941
|
2025-08-05 13:55:49 +09:30 |
|
|
d577b12a33
|
refactor(settings): API Fields render Functional Test Suite re-written to Pytest for model UserSettings
ref: #942 #941
|
2025-08-05 13:43:49 +09:30 |
|
|
fb090b6f63
|
refactor(settings): Model Functional Test Suite re-written to Pytest for model UserSettings
ref: #942 #941
|
2025-08-05 13:43:13 +09:30 |
|
|
75cda05579
|
refactor(settings): API Metadata Functional Test Suite re-written to Pytest for model UserSettings
ref: #942 #941
|
2025-08-05 13:43:01 +09:30 |
|
|
97e63f1daa
|
refactor(settings): Remove old test suites no longer required model ExternalLink
ref: #942 closes #940
|
2025-08-05 13:18:07 +09:30 |
|
|
dce169109c
|
refactor(settings): ViewSet Unit Test Suite re-written to Pytest for model ExternalLink
ref: #942 #940
|
2025-08-05 13:17:33 +09:30 |
|
|
4c6473a7b0
|
refactor(settings): Serializer Unit Test Suite re-written to Pytest for model ExternalLink
ref: #942 #940
|
2025-08-05 13:17:23 +09:30 |
|
|
204a20b793
|
refactor(settings): API Fields render Functional Test Suite re-written to Pytest for model ExternalLink
ref: #942 #940
|
2025-08-05 13:17:08 +09:30 |
|
|
bf1a60439f
|
refactor(settings): Model Functional Test Suite re-written to Pytest for model ExternalLink
ref: #942 #940
|
2025-08-05 13:16:56 +09:30 |
|
|
006d7ab0c2
|
refactor(settings): API Metadata Functional Test Suite re-written to Pytest for model ExternalLink
ref: #942 #940
|
2025-08-05 13:16:36 +09:30 |
|
|
cca693d02d
|
refactor(settings): Remove old test suites no longer required model AppSettings
ref: #942 closes #939
|
2025-08-05 12:51:24 +09:30 |
|
|
bb88a7025d
|
refactor(settings): ViewSet Unit Test Suite re-written to Pytest for model AppSettings
ref: #942 #939
|
2025-08-05 12:50:50 +09:30 |
|
|
8da10a147b
|
refactor(settings): Serializer Unit Test Suite re-written to Pytest for model AppSettings
ref: #942 #939
|
2025-08-05 12:50:30 +09:30 |
|
|
653e29ffe5
|
refactor(settings): API Fields render Functional Test Suite re-written to Pytest for model AppSettings
ref: #942 #939
|
2025-08-05 12:50:10 +09:30 |
|
|
b13610ef0e
|
refactor(settings): Model Functional Test Suite re-written to Pytest for model AppSettings
ref: #942 #939
|
2025-08-05 12:49:53 +09:30 |
|
|
8739eba655
|
refactor(settings): API Metadata Functional Test Suite re-written to Pytest for model AppSettings
ref: #942 #939
|
2025-08-05 12:49:16 +09:30 |
|
|
f525411ace
|
refactor(test): remove xfail during pytest_generate_tests before parameterizing
ref: #938
|
2025-08-04 16:58:17 +09:30 |
|
|
c252717bb7
|
chore(api): mark ALL ViewSet Unit Test Suites to skip
Viewset tests being refactored
ref: #893 #876 #895
|
2025-07-26 08:22:39 +09:30 |
|
|
22ad79386e
|
chore(settings): Remove old AppSettings model permission tests
ref: #855 #834
|
2025-07-06 20:59:03 +09:30 |
|
|
baabf84234
|
fix(settings): AppSettings requires super user perms
ref: #855 #834
|
2025-07-06 20:55:18 +09:30 |
|
|
b5f55c1eea
|
test(settings): Model UserSettings does not allowing adding rows, skip test
ref: #855 #836
|
2025-07-06 19:06:57 +09:30 |
|
|
888fc68180
|
test(settings): Model AppSettings does not allowing adding rows, skip test
ref: #855 #834
|
2025-07-06 19:06:20 +09:30 |
|
|
37a69888b6
|
test(api): when testing create object, remove the actual created object prior to testing the add
ref: #849
|
2025-07-04 13:26:07 +09:30 |
|
|
ea88076d7f
|
test(settings): UserSettings perms tests are for the user that is accessing them
ref: #849 #836
|
2025-07-04 09:45:50 +09:30 |
|
|
6e925e8456
|
test(settings): UserSettings perms tests are not org based, skip those tests
ref: #849 #836
|
2025-07-04 09:38:34 +09:30 |
|
|
b282162a86
|
test(settings): AppSettings perms tests are not org based, skip those tests
ref: #849 #834
|
2025-07-04 09:38:07 +09:30 |
|
|
fefb7e67a0
|
test(settings): for api checks for model AppSettings, make user super_user
required so that tests can run
ref: #839
|
2025-07-04 08:40:36 +09:30 |
|
|
41da9fb6a0
|
test(settings): Exclude inter-org tests for model AppSettings
perms for appsettings are global
ref: #839 #834
|
2025-07-04 08:40:36 +09:30 |
|
|
ebea2da906
|
test(settings): Remove old API Permission tests no longer required
ref: #833 #836
|
2025-07-04 08:40:36 +09:30 |
|
|
e233bf4487
|
test(settings): Ensure ExternalLink model hasrequired field template added
ref: #833 #835
|
2025-07-04 08:40:36 +09:30 |
|
|
164aa21fad
|
feat(settings): Add model tag for ExtrnalLink model
ref: #833 #835 closes #584
|
2025-07-04 08:40:35 +09:30 |
|
|
78539f2551
|
refactor(settings): Update URL route name for UserSettings model
ref: #833 closes #836
|
2025-07-04 08:40:35 +09:30 |
|
|
095239f199
|
refactor(settings): Update Test Suite for ExternalLink model
ref: #833 #836
|
2025-07-04 08:40:35 +09:30 |
|
|
801bac9e6d
|
refactor(settings): Update URL route name for ExternalLink model
ref: #833 #835
|
2025-07-04 08:40:35 +09:30 |
|
|
4a3f2ae6db
|
refactor(settings): Update Test Suite for ExternalLink model
ref: #833 #835
|
2025-07-04 08:40:35 +09:30 |
|
|
c264ab2cd4
|
refactor(settings): Update URL route name for AppSettings model
ref: #833 #834
|
2025-07-04 08:40:35 +09:30 |
|
|
f023901dc4
|
refactor(settings): Update Test Suite for AppSettings model
ref: #833 #834
|
2025-07-04 08:40:35 +09:30 |
|
|
f8faa7f040
|
chore(settings): Remove no longer used Django UI
ref: #788 #757
|
2025-07-04 08:40:28 +09:30 |
|
|
cf5f43f33c
|
chore(settings): Remove old Notes Tests
ref: #783 #735 #759
|
2025-07-04 08:40:27 +09:30 |
|
|
d18c9006d2
|
chore(settings): Remove old History Tests
ref: #783 #735 #759
|
2025-07-04 08:40:27 +09:30 |
|
|
17c7980e03
|
refactor(base): rename app to centurion
ref: #764
|
2025-07-04 08:38:55 +09:30 |
|
|
2d7335ff85
|
refactor(access): Rename model Organization -> Tenant
ref: #756 #505
|
2025-05-15 02:44:53 +09:30 |
|
|
2e49de8573
|
refactor(settings): Update all references to User to use get_user_model()
ref: #756 closes #755
|
2025-05-14 19:57:56 +09:30 |
|
|
9c88c23bb3
|
test: Migrate models to use refactored model tests
ref: #719 closes #708
|
2025-04-13 16:35:48 +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 |
|
|
df2120ab85
|
test(settings): History Entry checks for App Settings History
ref: #605 #642
|
2025-02-20 22:34:26 +09:30 |
|
|
63400c9ab6
|
test(settings): API Field Checks for App Settings History
ref: #605 #642
|
2025-02-20 22:34:02 +09:30 |
|
|
3884253a2b
|
refactor(settings): Update access imports to new path
ref: #640 #641
|
2025-02-19 21:55:05 +09:30 |
|