Projekt

Obecné

Profil

Stáhnout (1.91 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
a766e644 2021-04-14 16:00 Jan Pašek

Re #8571 - Added necessary configuration

79fcd90e 2021-04-14 14:51 Stanislav Král

Merge branch '8578_Implement_database_changes'

  1. Conflicts:
  2. src/dao/certificate_repository.py
  3. src/dao/private_key_repository.py
  4. tests/integration_tests/dao/certificate_repository/conftest.py
163f57d0 2021-04-12 23:01 David Friesecký

Re #8578 - Remaked tests files
- created tests for new functions
- set_certificate_revoked, clear_certificate_revocation, get_all_revoked_by, get_all_issued_by

1f75a8f5 2021-04-12 14:25 David Friesecký

Re #8578 - Applied changes of the database

d2b0ef43 2021-04-11 14:15 Stanislav Král

Re #8475 - Applied FlaskInjector to REST API tests

c073a0fc 2021-04-09 19:22 Jan Pašek

Re #8569 Added support for handling configuration files

493022a0 2021-04-07 11:07 Jan Pašek

Re #8475 - Connection to the RestAPI

1e07432d 2021-04-06 20:19 Michal Seják

Re #8476 - Implemented `list_certificates` with unit tests.

fa03de5c 2021-04-06 17:23 Michal Seják

Re #8476 - Auxiliary script for database initialization, FileAnchor

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

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

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

Re #8471 - Edited constants

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