Projekt

Obecné

Profil

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

# Datum Autor Komentář
f6bfad7a 2021-04-17 15:11 Jan Pašek

Re #8572 - resolved conflicts

  1. Conflicts:
  2. src/controllers/certificates_controller.py l254-261
5aa1b476 2021-04-16 20:09 Michal Seják

Re #8574 - Added tests for the new filtering functionality.

fc874c36 2021-04-16 17:58 Michal Seják

Re #8572 - Added tests for certificate deletion.

9e6f791a 2021-04-15 16:19 Jan Pašek

Re #8571 - Fixed problems during walk-through code review

9c704fb1 2021-04-15 09:39 Jan Pašek

Re #8571 - RestAPI testing

dd53033e 2021-04-14 11:12 Michal Seják

Re #8573 - Minor test bugfix (review)

322a7621 2021-04-14 09:51 Stanislav Král

Re #8573 - Fixed an invalid test_get_cert_private_key_incorrect_id test

753e6b34 2021-04-14 09:46 Stanislav Král

Re #8573 - Fixed an invalid test_get_cert_private_key test

ce8b9aaf 2021-04-12 22:15 Stanislav Král

Re #8573 - Implemented get_private_key_of_a_certificate method in CertController and added /api/certificates/<id>/private_key endpoint

cfda1725 2021-04-12 21:28 Stanislav Král

Re #8573 - Implemented get_public_key_of_a_certificate method in CertController and added /api/certificates/<id>/public_key endpoint

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

Re #8475 - Applied FlaskInjector to REST API tests

2f38462f 2021-04-09 19:24 Jan Pašek

Re #8569 Fixed failing pipeline

3195e946 2021-04-09 18:46 Jan Pašek

Re #8569 Fixed broken tests after injection implementation

ed55c677 2021-04-07 13:17 Jan Pašek

Re #8475 - Fixed minor bug in GET /api/certificates endpoint with filtering

2e646e3b 2021-04-07 11:38 Jan Pašek

Re #8475 - Added redirect from "/" to "/static/index.html"

8ceb3f79 2021-04-07 09:48 Jan Pašek

Re #8476 - Changed structure of tests
- Renamed DAO integration tests so that they are found by pytest
- Moved RestAPI tests from UnitTests to IntegrationTests