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)
1 week ago
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
1 week ago
Yax
dc776881e4
include property files in pyinstaller executable
2 months ago
Yax
fe21b9ac0e
Fix unicode messages
2 months ago
Yax
0f61666553
Upgrade upload-artifact action
2 months ago
Yax
45305cf234
Merge pull request #20 from kianby/feature-updates
...
Feature updates
2 months ago
Yax
8119845424
Upgrade dependencies
3 months ago
Yax
8b132a71b3
Improve code quality
3 months ago
Yax
467060e491
Use latest rye action version
6 months ago
Yax
a2863474de
Change rye action
6 months ago
Yax
8d663c7ee7
Merge pull request #19 from kianby/feature-improvements
...
Feature improvements
6 months ago
Yax
69f1c35ef5
externalize localized application messages
6 months ago
Yax
4d52229e4d
Add EN translations
6 months ago
Yax
708b84987c
Lint
6 months ago
Yax
d8a49f2be8
Lint
6 months ago
Yax
ac5345deec
Merge pull request #18 from kianby/feature-refactor-startup
...
Feature refactor startup
8 months ago
Yax
53316c2ce9
Black formatting
8 months ago
Yax
537e509027
Fix unit tests
8 months ago
Yax
a18eaf2237
Upgrade dependencies
8 months ago
Yax
477477edae
Refactor application startup.
...
Use Flask app config and remove package singletons
8 months ago
Yax
885593db5b
Improve code
9 months ago
Yax
83aa8b1ba2
Upgrade flask
9 months ago
Yax
f47eb73a5c
Sync upgrade
9 months ago
Yax
872cf06910
Update deps
10 months ago
Yax
4b51391a28
Update README: poetry replaced by rye
12 months ago
Yax
2fb6f85c4f
Upgrade deps
12 months ago
Yax
337a4f0faf
new rye requirement
12 months ago
Yax
687d05eea4
Update deps
1 year ago
Yax
9f1a408a7a
CQ
1 year ago
Yax
e2664310f3
fix pylintrc warnings
1 year ago
Yax
bed5eb0d11
Clean gitignore
1 year ago
Yax
1959bb4f7f
Development mode
1 year ago
Yax
22b7f83d82
Remove Vagrantfile
1 year ago
Yax
8ad46a798c
Add check target
1 year ago
Yax
6d53fdecac
Feature rye ( #17 )
...
Migrate from Poetry to Rye
Adaptat github actions
Group build targets in makefile
1 year ago
Yax
b57c4f1ae6
Init Vagrantfile to run pyinstaller on Debian 11
1 year ago
Yax
56b14b3dba
Update pyinstaller.yml
1 year ago
Yax
1cd0698ab0
Update pyinstaller.yml
1 year ago
Yax
59171d2778
Update pyinstaller.yml
1 year ago
Yax
c67c41a67d
Rename pyinstaller to pyinstaller.yml
1 year ago
Yax
cd707f8008
pyinstaller action
1 year ago
Yax
d126253354
Improve unit test
1 year ago
Yax
dbe6fd6b0c
Upgrade deps
1 year ago
Yax
cfe2da56c0
Revert "Code Quality"
...
This reverts commit 6e46eea814
.
1 year ago
Yax
6e46eea814
Code Quality
1 year ago
Yax
31ceded4b4
Poetry update
1 year ago
Yax
ddc05e0718
Poetry update
1 year ago
Yax
e3961e95c2
Update deps
1 year ago
Yax
d911d66e3f
Build py executable
1 year ago
Yax
b4c98a60b9
Update deps
1 year ago