Projekt

Obecné

Profil

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

# Datum Autor Komentář
2d625493 2021-04-28 10:56 Jan Pašek

Hotfix - logpath definition

7eacb98d 2021-04-28 10:02 Jan Pašek

Merge branch 'master' into '8670_Enhance_revocation_logic'

  1. Conflicts:
  2. src/dao/certificate_repository.py
d78aa613 2021-04-28 06:24 Jan Pašek

Re #8707 - Enhanced logging to set log level based on config file

4beb92c2 2021-04-28 05:25 Jan Pašek

Re #8707 - Added necessary state constants

6425fa36 2021-04-27 12:49 David Friesecký

Re #8670 - Modified deletion for historical storage of certificates

ed35ce72 2021-04-26 10:02 David Friesecký

Re #8570 - Rotating file settings

ca436714 2021-04-23 06:30 David Friesecký

Re #8570 - Logger configuration
- implemented dictionary to string in utils
- implemented log functions with parameter message only (name of file, name of class and name of function
are getting automaticaly)

48517898 2021-04-22 07:24 David Friesecký

Merge branch 'master' into 8570_Implement_logging

  1. Conflicts:
  2. src/constants.py
dd91fb7a 2021-04-21 16:52 Jan Pašek

Re #8576 - openssl config template update, comment added

1bdc90c0 2021-04-21 09:55 David Friesecký

Re #8570 - Setted configuration of logging

94e89bb1 2021-04-20 18:37 Jan Pašek

Re #8576 - calling CryptographyService from CrlService, passphrase support

64cfca84 2021-04-20 18:05 Jan Pašek

Re #8576 - cryptography.py implemented generate_crl()

dbca269d 2021-04-19 21:17 David Friesecký

Re #8570 - Implemented logger
- implemented static functions (debug, info, warning, error, critical) (sorted by level)
- used configuration for setting logging library

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