Commit graph

427 commits

Author SHA1 Message Date
Yax
ee09cfaf40 Update README 2025-04-05 17:57:05 +02:00
Yax
ccfd5804b0 Fix README 2025-04-05 17:55:40 +02:00
Yax
fd6b9fa639 README update 2025-04-05 17:54:48 +02:00
Yax
59740dc5be Ad test badge 2025-04-05 17:53:10 +02:00
Yax
21e26e021d Fix badge link 2025-04-05 17:31:41 +02:00
Yax
1f347237be Fix coverage badge link 2025-04-05 17:30:08 +02:00
Yax
fe995baed6 Remove coveralls.io and generate coverage badge locally 2025-04-05 17:28:31 +02:00
Yax
030fd258d0 UTF-8 messages
Some checks failed
docker / build_docker (ubuntu-latest, 3.13.1) (push) Has been cancelled
pytest / test (ubuntu-latest, 3.13.1) (push) Has been cancelled
2025-04-04 20:00:17 +02:00
Yax
d4140bc83e Zaclys migration
Some checks failed
docker / build_docker (ubuntu-latest, 3.13.1) (push) Has been cancelled
pytest / test (ubuntu-latest, 3.13.1) (push) Has been cancelled
2025-03-29 19:48:29 +01:00
Yax
e429ee8030 Fix docker build 2025-03-28 20:34:45 +01:00
Yax
c28251a158 Update README 2025-03-23 17:51:19 +01:00
Yax
678271d80d Disable github docker action for time being 2024-12-14 14:54:49 +01:00
Yax
a5032ed440 Fix docker build 2024-12-14 14:21:19 +01:00
Yax
ce4e2b2b1b Debug 2024-12-14 14:10:47 +01:00
Yax
6becceeb61 Enable debug 2024-12-14 14:04:38 +01:00
Yax
c25ed334db Fix docker build 2024-12-12 19:33:01 +01:00
Yax
c151623a68 Merge branch 'upgrade-docker' 2024-12-12 19:25:06 +01:00
Yax
e527fad7f0 Fix build 2024-12-12 19:23:28 +01:00
Yax
06349b5153 Build issue 2024-12-12 19:13:58 +01:00
Yax
9bd8b8b594 Package resources 2024-12-09 17:18:23 +01:00
Yax
4455ef9a1b
Merge pull request #23 from kianby/upgrade-docker
Upgrade docker
2024-12-09 14:19:39 +01:00
Yax
f5fc48e909 update readme 2024-12-09 14:17:42 +01:00
Yax
a58b310998 Adapt git actions 2024-12-09 14:03:04 +01:00
Yax
5c51a18d0c Replace rye by uv and upgrade to python 3.13.1 2024-12-09 13:58:42 +01:00
Yax
0d144a683f
Merge pull request #22 from evidencebp/main
Pylint alerts corrections as part of an intervention experiment 21 (src\stacosys\service\mail.py broad-exception-caught)
2024-11-24 19:08:05 +01:00
evidencebp
25ed2f06e0 src\stacosys\service\mail.py broad-exception-caught
Catching Exception might hide unexpected exceptions, like those that might be raised due to future modification.
Therefore, it is recommended to narrow the exceptions.

The method send of the class Mailer catches Exception in line 57.
MIMEText does not raise exceptions (if not using attachments).
See
https://docs.python.org/3/library/email.mime.html

Most code is handled in an inner exception handling.
In order to catch exception from SMTP_SSL I used SMTPException
See
https://docs.python.org/3/library/smtplib.html
2024-11-24 19:05:23 +02:00
Yax
dc776881e4 include property files in pyinstaller executable 2024-09-22 19:42:53 +02:00
Yax
fe21b9ac0e Fix unicode messages 2024-09-22 19:42:29 +02:00
Yax
0f61666553 Upgrade upload-artifact action 2024-09-22 19:15:32 +02:00
Yax
45305cf234
Merge pull request #20 from kianby/feature-updates
Feature updates
2024-09-22 19:08:37 +02:00
Yax
8119845424 Upgrade dependencies 2024-09-15 14:50:13 +02:00
Yax
8b132a71b3 Improve code quality 2024-09-15 14:50:13 +02:00
Yax
467060e491 Use latest rye action version 2024-05-31 17:50:49 +02:00
Yax
a2863474de Change rye action 2024-05-31 17:47:53 +02:00
Yax
8d663c7ee7
Merge pull request #19 from kianby/feature-improvements
Feature improvements
2024-05-31 17:39:43 +02:00
Yax
69f1c35ef5 externalize localized application messages 2024-05-31 17:37:10 +02:00
Yax
4d52229e4d Add EN translations 2024-05-31 16:54:25 +02:00
Yax
708b84987c Lint 2024-05-31 16:54:11 +02:00
Yax
d8a49f2be8 Lint 2024-05-31 16:52:42 +02:00
Yax
ac5345deec
Merge pull request #18 from kianby/feature-refactor-startup
Feature refactor startup
2024-04-12 21:38:33 +02:00
Yax
53316c2ce9 Black formatting 2024-04-12 21:36:11 +02:00
Yax
537e509027 Fix unit tests 2024-04-12 21:35:15 +02:00
Yax
a18eaf2237 Upgrade dependencies 2024-04-12 21:26:16 +02:00
Yax
477477edae Refactor application startup.
Use Flask app config and remove package singletons
2024-04-12 21:25:27 +02:00
Yax
885593db5b Improve code 2024-03-23 21:51:28 +01:00
Yax
83aa8b1ba2 Upgrade flask 2024-02-28 18:12:50 +01:00
Yax
f47eb73a5c Sync upgrade 2024-02-28 18:02:53 +01:00
Yax
872cf06910 Update deps 2024-02-20 21:59:30 +01:00
Yax
4b51391a28 Update README: poetry replaced by rye 2023-12-17 17:35:32 +01:00
Yax
2fb6f85c4f Upgrade deps 2023-12-17 17:32:15 +01:00