Projekt

Obecné

Profil

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

# Datum Autor Komentář
02f63b07 2021-03-31 09:06 Stanislav Král

Re #8472 - Changed order of create_sscrt method parameters

87fd5afc 2021-03-31 09:02 Stanislav Král

Re #8472 - Changed some parameter names in create_csr method and renamed make_csr_test.py to create_csr_test.py

7444d4cb 2021-03-31 08:55 Stanislav Král

Re #8472 - Changed access modifier of run_for_output method to private (was protected previously)

57898b2f 2021-03-31 08:54 Stanislav Král

Re #8472 - Changed access modifier of subject_to_param method to private (was protected previously) and added docstring to it

87a7a4a5 2021-03-31 08:51 Stanislav Král

Re #8472 - Changed access modifier of sign_csr method to private (was protected previously)

2e99bad0 2021-03-31 08:48 Stanislav Král

Re #8472 - Changed access modifier of create_csr method to private (was protected previously)

032be8ad 2021-03-31 08:12 Stanislav Král

Re #8472 - Removed useless private key generation in verify_ca_test.py

dd03da19 2021-03-31 08:04 Stanislav Král

Re #8472 - Changed access modifiers of some methods and fixed verify_ca_test.py

4691a56f 2021-03-31 07:59 Stanislav Král

Re #8472 - Added new line to `_run_for_output` method's docstring

c4b2f4d2 2021-03-31 07:58 Stanislav Král

Re #8472 - Removed unused method parameters

61a42455 2021-03-31 07:57 Stanislav Král

Re #8472 - Renamed `verify_ca` method to `verify_cert` and improved its documentation

ad068f9d 2021-03-31 07:54 Stanislav Král

Re #8472 - Improved `create_crt` documentation

bdf9a46c 2021-03-31 07:47 Stanislav Král

Re #8472 - Renamed `make_csr` method to `create_csr`

7d0aa304 2021-03-30 22:13 Stanislav Král

Re #8472 - Added few unit tests that perform further testing of _run_for_output method

5fdd01a6 2021-03-30 21:51 Stanislav Král

Re #8472 - Added verify_ca method that verifies whether a certificate has expired

Added 3 unit tests that verify the added method.
Added "days" parameter to some methods in order to be able to specify the number of days after which the generated certificate will expire.

18588728 2021-03-30 18:52 Stanislav Král

Re #8472 - Small changes in the documentation

9dbbcdae 2021-03-30 18:47 Stanislav Král

Re #8472 - Added create_crt method that creates a certificate

Added 3 unit tests testing the added method.

fe647b46 2021-03-30 18:15 Stanislav Král

Re #8472 - Added sign_csr method that signs a CSR

Added 3 unit tests testing the added method.

6c098d6e 2021-03-30 16:29 Stanislav Král

Re #8472 - Added make_csr method that makes a CSR

Added 2 unit tests testing the added method.
Moved CryptographyService tests into a separate files

c0aed2f5 2021-03-30 15:07 Stanislav Král

Re #8472 - Added create_sscrt method that creates a self signed certificate

Added 5 unit tests verifying the validity of the certificate generation.

f16fb9e7 2021-03-29 13:02 Stanislav Král

Re #8472 - Added CryptographyService class and implemented a method to generate private keys

Added CryptographyException exception that is thrown when incorrect parameters are passed to openssl or when openssl process exits with non-zero return code.
Added 3 unit tests verifying the validity of the private key generation.

89f1aff3 2021-03-28 19:48 Stanislav Král

Fixed a typo

4165657b 2021-03-28 19:19 Michal Seják

Re #8429 - Updates resulting from the standard review.

f4f0474c 2021-03-28 15:33 Michal Seják

Re #8429 - Fixed minor issues discovered during Architecture Documentation updates.

3d0f0ae0 2021-03-28 14:33 Michal Seják

Re #8429 - Completed the contained artefacts according to discussion conclusion.

76ebf8d7 2021-03-28 11:29 Michal Seják

Re #8429 - Finished discussion-independent updates.

c474ddb7 2021-03-27 16:32 Jan Pašek

Re #8305 create era model
Merge branch '#8305_Create_ERA_model' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!5

0217ab3d 2021-03-27 16:25 David Friesecký

Re #8305 - Edited ERA model and script for generate database
- password column migrated from Certificate table to PrivateKey table

46867cf8 2021-03-26 12:53 David Friesecký

Re #8305 - Created ERA model and DB script
- ERA model
- script for generate DB
- script for insert default values into DB

4ef99c6f 2021-03-24 19:35 Jan Pašek

Re #8306 architecture merge
Merge branch '#8306_architecture' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!4

6b0823ab 2021-03-24 13:52 Michal Seják

Re #8306 - Removed a redundant, empty model.

6b5b8579 2021-03-24 12:40 Michal Seják

Re #8306 - Architecture overview saved.

7501b831 2021-03-24 12:38 Michal Seják

Re #8306 - Architecture overview added.

55954ac6 2021-03-24 12:14 Michal Seják

Re #8306 - Added sequence diagrams for OpenSSL calls

63d8e8fa 2021-03-19 19:19 Michal Seják

Re #8306 - Minor changes to the architecture design.

c0dc5fc5 2021-03-19 19:11 Michal Seják

Re #8306 - Created Class UML diagram, prepared the issue for reviewal.

f32b8de0 2021-03-19 16:17 Michal Seják

Re #8306 - Added a Main Sequence Diagram

f5645830 2021-03-19 15:26 Michal Seják

Re #8306 - Activity diagram created, Requirement model directory created

713585df 2021-03-19 09:07 Michal Seják

Re #8310 - Updated the use case diagram with accordance to new requirement specifications.

b0cb4003 2021-03-16 09:49 Jan Pašek

Re #8310 updated use case diagram

def6ebe0 2021-03-13 12:23 Stanislav Král

Changed README.md

9f021e9c 2021-03-13 11:17 Stanislav Král

Testing GitLab+MS Teams pipelines integration (this one should pass)

2a934a9a 2021-03-13 11:15 Stanislav Král

Testing GitLab+MS Teams pipelines integration (this one should fail)

7768c9d6 2021-03-13 11:08 Stanislav Král

changed README.md

e720f284 2021-03-11 16:45 Jan Pašek

#8224 - Merge branch '#8224_Create_requirements_model' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!2

afc1c117 2021-03-11 16:34 Jan Pašek

#8219 Update .gitlab-ci.yml
- missing space in `only` clause
- fixed failing pipeling

6d584431 2021-03-11 16:32 Jan Pašek

Merge branch '8219_CICD_Test' into 'master'

8219 cicd test

See merge request aswi/aswi-2021/aswi2021jmsd!1

bba6e93e 2021-03-11 16:30 Jan Pašek

#8219 Update .gitlab-ci.yml
- removed build step
- setup deploy on master only
- enable tests everywhere

12d8d554 2021-03-11 10:04 David Friesecký

#8224 - Create EAP project for diagrams

750d8afa 2021-03-10 16:36 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

62c3051a 2021-03-10 16:26 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

5079c333 2021-03-10 16:23 Stanislav Král

#8219 - Changed .gitlab-ci.yml

cf4fc539 2021-03-10 16:09 Stanislav Král

#8219 - Rollbacked timeout argument in pip3 install command in the gunicorn Dockerfile

10c038b9 2021-03-10 09:27 Stanislav Král

#8219 - Changed gunicorn Dockerfile

bba05d64 2021-03-10 08:44 Stanislav Král

#8219 - Change .gitlab-ci.yml

9832694f 2021-03-10 08:41 Stanislav Král

#8219 - Dockerization improvements and gunicorn WSGI implementation

- when using docker to run the application nginx proxy is now used (app is then available at localhost:80)

ba842d27 2021-03-05 18:45 Stanislav Král

#8219 - CI/CD progress

f6f17f0f 2021-03-05 18:41 Stanislav Král

#8219 - CI/CD progress

62d64d21 2021-03-05 18:40 Stanislav Král

#8219 - CI/CD progress

4f34cffb 2021-03-05 18:29 Stanislav Král

#8219 - CI/CD progress

1a046db5 2021-03-05 18:24 Stanislav Král

#8219 - CI/CD progress

0df5ad4d 2021-03-05 18:23 Stanislav Král

#8219 - CI/CD progress

a92baa2d 2021-03-05 18:21 Stanislav Král

#8219 - CI/CD progress

00e1e26e 2021-03-05 18:20 Stanislav Král

#8219 - CI/CD progress

2640ea75 2021-03-05 18:18 Stanislav Král

#8219 - CI/CD progress

509fc2c2 2021-03-05 18:15 Stanislav Král

#8219 - added CI/CD pytest stage

7c67b1e0 2021-03-05 00:17 Stanislav Král

#8219 - Updated README.md

f6947544 2021-03-04 23:53 Stanislav Král

#8219 - Updated README.md so it contains Docker deployment description

fc73f187 2021-03-04 23:48 Stanislav Král

#8219 - Basic project dockerization

- created docker/Dockerfile and docker-compose.yml

00163ec2 2021-03-04 23:00 Stanislav Král

#8219 - Added recommended Python interpreter version to README.md

63fc23ba 2021-03-04 22:55 Stanislav Král

#8219 - Removed a new line character

361901f7 2021-03-04 22:48 Stanislav Král

#8219 - Added "Testing" section to README.md

7065d97a 2021-03-04 22:40 Stanislav Král

#8219 - Added pytest dependency used for testing

- added a simple testcase that checks whether index page is being served correctly

6e333f54 2021-03-04 21:41 Stanislav Král

#8219 - Python & Flask project initialization with a simple index endpoint

- added auto-generated .gitignore for Python and PyCharm projects

02c4d11b 2021-03-01 13:25 Jan Pašek

Update README.md

fd2486c6 2021-03-01 12:46 Jan Pašek

Add .gitlab-ci.yml

e21bbef3 2021-02-22 19:42 Petr Pícha

Initial commit