Sebastian Pravda
|
9957ea232f
|
refactor: code cleanup
|
2022-11-27 22:01:11 +01:00 |
|
Sebastian Pravda
|
d9f4090c6a
|
feat: set personal id number when user is created
|
2022-11-27 12:08:35 +01:00 |
|
Sebastian Pravda
|
8a9b7a4ae4
|
refactor: reset password response
|
2022-11-27 11:44:08 +01:00 |
|
Sebastian Pravda
|
314138a111
|
feat: new create candidate response
|
2022-11-27 11:25:36 +01:00 |
|
Sebastian Pravda
|
6a3158d958
|
refactor: base candidate response
|
2022-11-27 11:19:15 +01:00 |
|
Sebastian Pravda
|
02303d4b31
|
feat: use reference as constructor parameter
|
2022-11-27 11:03:37 +01:00 |
|
Sebastian Pravda
|
6499c8ce96
|
refactor: personal_id_number in ApplicationDetails
|
2022-11-27 10:55:16 +01:00 |
|
Sebastian Pravda
|
492fc5618f
|
feat: logout only current session, admin logout endpoint
|
2022-11-25 23:02:25 +01:00 |
|
Sebastian Pravda
|
35f591fb67
|
feat: candidate logout endpoint
|
2022-11-24 20:11:57 +01:00 |
|
Sebastian Pravda
|
8f282febc8
|
fix: not deleting sessions
|
2022-11-24 20:11:56 +01:00 |
|
Sebastian Pravda
|
2b3fc2e274
|
fix: add missing files
|
2022-11-23 18:14:23 +01:00 |
|
Sebastian Pravda
|
13d66c719f
|
feat: package cli function
- exports all personal data into csv file
- exports all portfolios into specified directory
- exports PostgreSQL database if specified
|
2022-11-23 18:00:59 +01:00 |
|
Sebastian Pravda
|
be61af2b05
|
refactor: export csv in core/
- feat: export candidate's application id
|
2022-11-23 16:07:55 +01:00 |
|
Sebastian Pravda
|
b2cd902e98
|
feat: cli csv export
|
2022-11-23 11:46:28 +01:00 |
|
Sebastian Pravda
|
9a30f1ff8a
|
feat: list candidates improvements
- sorting
- pagination
|
2022-11-21 21:03:22 +01:00 |
|
Vojtěch Jungmann
|
c4092c3d29
|
Merge pull request #54 from EETagent/rework_api_tests
|
2022-11-21 18:15:33 +01:00 |
|
Sebastian Pravda
|
f84748fccb
|
feat: submission progress endpoint
|
2022-11-21 16:19:36 +01:00 |
|
Sebastian Pravda
|
b8ae1a898d
|
feat: candidate endpoints tests
|
2022-11-20 21:17:45 +01:00 |
|
Sebastian Pravda
|
1bfc8f68c2
|
feat: return 401 error instead of panicking
|
2022-11-20 21:17:08 +01:00 |
|
Sebastian Pravda
|
6d8319d784
|
feat: api tests setup
|
2022-11-20 15:43:49 +01:00 |
|
Sebastian Pravda
|
ce5703497e
|
feat: get_portfolio test
|
2022-11-18 15:20:21 +01:00 |
|
Sebastian Pravda
|
f8938e65f7
|
fixed: portfolio letter
|
2022-11-18 11:02:13 +01:00 |
|
Sebastian Pravda
|
64bbd3d946
|
refactor: method params
|
2022-11-18 01:07:28 +01:00 |
|
Sebastian Pravda
|
a545de458d
|
refactor: method order, comments
|
2022-11-18 00:56:54 +01:00 |
|
Sebastian Pravda
|
77d5dd7834
|
refactor: portfolio service
|
2022-11-18 00:49:43 +01:00 |
|
Sebastian Pravda
|
7a8affb9b1
|
feat: candidate details tests
|
2022-11-17 23:47:33 +01:00 |
|
Sebastian Pravda
|
139248dc4c
|
refactor: struct name
|
2022-11-17 20:47:11 +01:00 |
|
Sebastian Pravda
|
d8a269edd3
|
feat: do not encrypt field of study; list candidates filtering
|
2022-11-17 20:41:03 +01:00 |
|
Sebastian Pravda
|
315966acba
|
feat: revoke all candidate sessions on password reset
|
2022-11-17 20:00:40 +01:00 |
|
Sebastian Pravda
|
2ccbba4e11
|
feat: reencrypt candidate details on password reset
|
2022-11-17 19:55:04 +01:00 |
|
Sebastian Pravda
|
45187147d8
|
feat: password reset
|
2022-11-17 19:28:04 +01:00 |
|
Sebastian Pravda
|
55f06c9de1
|
style: remove commented code block
|
2022-11-17 18:48:26 +01:00 |
|
Sebastian Pravda
|
0ffe203c5a
|
feat: get candidate admin endpoint
|
2022-11-17 17:44:50 +01:00 |
|
Sebastian Pravda
|
4375b9d932
|
feat: list candidates with id, name, surname, study
|
2022-11-17 17:44:50 +01:00 |
|
Sebastian Pravda
|
b6e4af6ef7
|
refactor: methods order
|
2022-11-17 17:44:50 +01:00 |
|
Sebastian Pravda
|
8ef28a65c4
|
feat: admin login test, code cleanup
|
2022-11-17 17:42:19 +01:00 |
|
EETagent
|
aa1df5c74e
|
fix: reset env after test run
|
2022-11-17 12:50:19 +01:00 |
|
EETagent
|
f6a28aa226
|
feat: include custom errors in test coverage
|
2022-11-17 12:42:20 +01:00 |
|
EETagent
|
47e16ab48a
|
feat: candidate details tests
|
2022-11-17 12:37:44 +01:00 |
|
EETagent
|
fe1ddf9342
|
feat: sqlite memory connection test
|
2022-11-17 12:25:21 +01:00 |
|
EETagent
|
225583f552
|
feat: query/mutation tests, lint warnings removal
|
2022-11-17 00:10:56 +01:00 |
|
EETagent
|
e2e9546120
|
fix: fix tests, same APPLICATION_ID for all test cases
|
2022-11-16 20:29:59 +01:00 |
|
EETagent
|
5431335a2a
|
feat: add serial macro for tests, add more tests
|
2022-11-16 20:22:43 +01:00 |
|
EETagent
|
ee12ad3925
|
refactor: refactor write tests
|
2022-11-16 17:45:12 +01:00 |
|
EETagent
|
b9f842f258
|
feat: init file write tests
|
2022-11-16 17:08:53 +01:00 |
|
EETagent
|
e4dda4581d
|
feat: specify file root dir in env
|
2022-11-16 16:56:16 +01:00 |
|
EETagent
|
eb5fc405e2
|
refactor: are_candidate_details_complete name
|
2022-11-16 16:42:18 +01:00 |
|
EETagent
|
8560c0b3a6
|
fix: do not remove cache dir completely
|
2022-11-16 16:39:24 +01:00 |
|
EETagent
|
fc614eadb8
|
feat: add cache validation functions
|
2022-11-16 16:38:23 +01:00 |
|
EETagent
|
e9f3a8042c
|
refactor: refactor is_portfolio_prepared
|
2022-11-16 16:26:42 +01:00 |
|