Projekt

Obecné

Profil

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

# Datum Autor Komentář
5678036c 2021-05-12 13:56 David Friesecký

Re #8880 - Edited config file (inserted RootDir)
- improved creating of logs and db directories

dce706e1 2021-04-27 13:12 Michal Seják

Merge branch '8570_Implement_logging'

  1. Conflicts:
  2. src/services/certificate_service.py
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
1bd093c5 2021-04-21 22:57 Stanislav Král

Re #8585 - Improved a code comment in usages_to_extensions.py

329216fe 2021-04-21 22:39 Stanislav Král

Re #8585 - Fixed an issue where required extensions based on cert. usages were not present in the generated certificate

Created an utility that converts usages to extension configuration lines
Defined which extension field flags are required for certain usages

2c645d25 2021-04-21 15:59 Michal Seják

Re #8577 - Minor adjustment to accept binary contents.

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

Re #8570 - Setted configuration of logging

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

5b57121e 2021-04-06 22:19 Michal Seják

Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.

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

Re #8476 - Auxiliary script for database initialization, FileAnchor

181e1196 2021-04-02 14:29 Jan Pašek

Re #8471 - Merge implement DAO - source code