Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
9e22e20c 2021-04-01 19:41 David Friesecký

Re #8471 - Implemented filter of certificates
- Implemented filter by certificate type using index (id) from CertificateTypes table
- No multiple types supported

805077f5 2021-04-01 12:25 David Friesecký

Re #8471 - Error correction after review

9d3eded8 2021-04-01 10:56 David Friesecký

Re #8471 - Simplification of CRUD functions
- conversion source of private key repository to one file
- added comments

f8b23532 2021-04-01 10:56 David Friesecký

Re #8471 - Simplification of CRUD functions
- conversion source of certificate repository to one file
- added comments

bcdb15bd 2021-04-01 10:54 David Friesecký

Re #8471 - Added name of tables to constants
- TAB_CERTIFICATE_TYPES for CertificateTypes table
- TAB_USAGE_TYPES for UsageTypes table

c7214bba 2021-04-01 10:45 David Friesecký

Re #8471 - Modified source
- deleted redundat files
- deleted '_impl' from repositories filename

a0602bad 2021-03-31 22:12 David Friesecký

Re #8471 - Added comments for CRUD functions

b2a9b83d 2021-03-31 21:06 David Friesecký

Re #8471 - Tested direct DB communication
- implemented tests for Certificates and PrivateKeys tables via DBManager

47e0e828 2021-03-31 11:35 David Friesecký

Re #8471 - Added FK of parent certificate

1636aefe 2021-03-31 10:29 David Friesecký

Re #8471 - Edited files for DB communication

dbd44a51 2021-03-31 10:28 David Friesecký

Re #8471 - Edited Certificate object
- due to database modification

993ee5a1 2021-03-31 10:26 David Friesecký

Re #8471 - Edited constants

25053504 2021-03-31 07:01 David Friesecký

Re #8471 - Corrected stylistics and warnings

e9e55282 2021-03-30 14:10 David Friesecký

Re #8471 - Implemented DB communication
- Implementation of communication with specific tables (Certificate, PrivateKey)

61db0634 2021-03-30 14:07 David Friesecký

Re #8471 - Edited arguments in headers of functions

b5114e4e 2021-03-30 14:06 David Friesecký

Re #8471 - Created constants of DB names
- Constant for each of names in DB (table, column)

2c96b4a5 2021-03-30 13:27 David Friesecký

Re #8471 - Implemented DB communication
- implemented operations create, read, update, delete
- created file with constants contains name of DB file and default values in DB

d79d1369 2021-03-30 13:15 David Friesecký

Re #8471 - Initialization of DAO implementation
- created data class according to DB tables (Certificate, PrivateKey)
- created abstract class for DB communication