|
|
8b5b3a198f
|
Revert "Fixing coverage"
This reverts commit e5a3e6fdcf.
|
2025-03-23 20:19:31 +01:00 |
|
|
|
e5a3e6fdcf
|
Fixing coverage
|
2025-03-23 19:50:32 +01:00 |
|
|
|
61f7504e66
|
Fixing coverage
|
2025-03-23 19:34:32 +01:00 |
|
|
|
de2c914a0c
|
Fixing coverage
|
2025-03-23 19:17:01 +01:00 |
|
|
|
0e50393455
|
Revert "Tests with mock service"
This reverts commit b1ad6c942b.
|
2025-03-23 19:09:53 +01:00 |
|
|
|
d92d1c7de9
|
Revert "Finxing coverage"
This reverts commit ad9633ca8b.
|
2025-03-23 19:09:46 +01:00 |
|
|
|
ad9633ca8b
|
Finxing coverage
|
2025-03-23 19:02:05 +01:00 |
|
|
|
b1ad6c942b
|
Tests with mock service
|
2025-03-23 18:46:21 +01:00 |
|
|
|
fe010e2baa
|
Revert "Fixing coverage"
This reverts commit a8e51fa6b5.
|
2025-03-20 23:43:27 +01:00 |
|
|
|
a8e51fa6b5
|
Fixing coverage
|
2025-03-20 23:34:56 +01:00 |
|
|
|
764f0a1511
|
Restored role deletion in UserService_Tests
|
2025-03-20 23:10:50 +01:00 |
|
|
|
86cf6f2a27
|
Fixing coverage
|
2025-03-20 23:01:37 +01:00 |
|
|
|
8f98ee5954
|
Fixing coverage
|
2025-03-20 22:54:20 +01:00 |
|
|
|
cfe877a066
|
Fixing coverage
|
2025-03-20 22:42:19 +01:00 |
|
|
|
422bbf24fb
|
Fixing coverage
|
2025-03-20 22:32:10 +01:00 |
|
|
|
aefaefd64f
|
Fixing coverage
|
2025-03-20 22:18:31 +01:00 |
|
|
|
caa2cf2035
|
Fixing coverage
|
2025-03-20 22:14:09 +01:00 |
|
|
|
a4e3b0666b
|
Fixing coverage
|
2025-03-20 22:02:47 +01:00 |
|
|
|
ae6cb2b2a4
|
Fixing user service tests
|
2025-03-20 21:45:34 +01:00 |
|
|
|
fdf97c7c42
|
Fixing tests
|
2025-03-18 00:11:18 +01:00 |
|
|
|
f27f7733f8
|
Fixing issues
|
2025-03-17 23:52:02 +01:00 |
|
|
|
db37ebbdce
|
Adding tests for users and roles
|
2025-03-17 23:34:52 +01:00 |
|
|
|
e7b3acb91e
|
Fixing tests for UserController
|
2025-03-17 20:30:11 +01:00 |
|
|
|
5bc75de87c
|
Adding tests for UserController
|
2025-03-17 00:33:19 +01:00 |
|
|
|
18e713153b
|
Adding role creation during startup + minor fixes in tests
|
2025-03-16 22:41:44 +01:00 |
|
|
|
7f5178883d
|
Fixing issues
|
2025-03-15 17:44:39 +01:00 |
|
|
|
bd175da738
|
Fixed JwtAuthorizationAttribute + tests
|
2025-03-15 17:31:13 +01:00 |
|
|
|
962de4df9e
|
Adding index and max length to user tabel + minor fixes
|
2025-03-13 00:53:08 +01:00 |
|
|
|
61b9c732bc
|
Adding user CRUD methods and controller + automapper
|
2025-03-13 00:19:29 +01:00 |
|
|
|
0b354988fd
|
Adding SHA256 password encryption and password verify
|
2025-03-11 23:36:49 +01:00 |
|
|
|
f73fe748ed
|
Code refactoring + tests
|
2025-03-04 00:42:20 +01:00 |
|
|
|
a0c93ea587
|
Adding JwtService tests + fixed issues
|
2025-03-03 21:54:03 +01:00 |
|
|
|
433e97938d
|
Added UserService tests
|
2025-03-03 21:45:22 +01:00 |
|
|
|
67affa8b82
|
Added tests for AuthService
|
2025-03-03 20:27:17 +01:00 |
|
|
|
b2619f6acc
|
Adding tests on models
|
2025-03-02 23:36:21 +01:00 |
|
|
|
e105e4731d
|
Testing exception
|
2025-03-02 22:51:50 +01:00 |
|
|
|
98dbf0fdde
|
Testing invalid model
|
2025-03-02 22:34:10 +01:00 |
|
|
|
08182dc9ef
|
Added NotFound test
|
2025-03-02 20:54:32 +01:00 |
|
|
|
505a2cb6cc
|
Fixes + restored ModelState.IsValid
|
2025-03-02 20:19:15 +01:00 |
|
|
|
114e7c7c50
|
Improving code coverage - wip
|
2025-03-02 17:59:12 +01:00 |
|
|
|
1969852a2c
|
Minor fix
|
2025-03-01 21:29:05 +01:00 |
|
|
|
3858ec20c4
|
Fixing issues
|
2025-03-01 21:21:19 +01:00 |
|
|
|
c194a49170
|
Fixed failing test
|
2025-03-01 20:05:56 +01:00 |
|
|
|
5591f6516b
|
Adding AuthController tests - wip
|
2025-03-01 19:53:09 +01:00 |
|
|
|
fbf5ef8c16
|
Adding authentication and authorization flow
|
2025-02-27 00:12:41 +01:00 |
|
|
|
76779afd2e
|
Adding authentication and authorization flow
|
2025-02-26 22:23:15 +01:00 |
|
|
|
810f23f814
|
Adding new tests
|
2025-02-21 13:21:06 +01:00 |
|
|
|
ebf8237be6
|
Fixing dotnet coverage + minor fixes
|
2024-05-14 19:47:25 +02:00 |
|
|
|
6c34f3e380
|
Fixing coverage - 11
|
2024-05-14 00:27:25 +02:00 |
|
|
|
fb578026eb
|
Fixing coverage - 10
|
2024-05-13 21:43:49 +02:00 |
|