Benjamin Renard
|
3efaceb823
|
Fix tests.sh exit code
|
3 weeks ago |
Benjamin Renard
|
56f66dcd6e
|
Run pytest only when at least one python file is changed
|
3 weeks ago |
Benjamin Renard
|
86e1d59b1d
|
Improve docker images and use brenard/mylib:dev-master to run tests quickly
|
3 weeks ago |
Benjamin Renard
|
62c3fadf96
|
Introduce pyupgrade,isort,black and configure pre-commit hooks to run all testing tools before commit
|
3 weeks ago |
Benjamin Renard
|
a83c3d635f
|
Add mylib.mapping.map_hash()
|
3 weeks ago |
Benjamin Renard
|
69d6a596a8
|
Docker: try to make images lighter
|
4 weeks ago |
Benjamin Renard
|
3a43b8d07d
|
Config.parse_arguments_options(): add hardcoded_options argument
|
4 weeks ago |
Benjamin Renard
|
56162452ac
|
config: if option value was previously set, ignore from options value
|
4 weeks ago |
Benjamin Renard
|
5fefc1ed84
|
Config: make the configparser always defined to allow to set options at any moment
|
4 weeks ago |
Benjamin Renard
|
e9477b1566
|
config: add optional --reconfigure parameter
|
4 weeks ago |
Benjamin Renard
|
508a28e5c8
|
tests: add some tests on BooleanOption
|
4 weeks ago |
Benjamin Renard
|
6a7368deb5
|
ConfigOption: add _get_user_input method to allow to mock it in tests
|
4 weeks ago |
Benjamin Renard
|
014a0802f8
|
config: make sure to reload file after saving it
To ensure the configparser object is uptodate.
|
4 weeks ago |
Benjamin Renard
|
135a742b6e
|
config: add --console-stderr parameter
|
4 weeks ago |
Benjamin Renard
|
da63f533be
|
Abstract common DB methods in mysql.db.DB class and use it as base to implement PgDB, OracleDB and MyDB
|
1 month ago |
Benjamin Renard
|
83ce6b9d1b
|
CI now run pylint & flake8
|
1 month ago |
Benjamin Renard
|
b0fd2b1c6d
|
Code cleaning
|
1 month ago |
Benjamin Renard
|
815081d544
|
PgDB: Fix tests
|
1 month ago |
Benjamin Renard
|
01d71fef89
|
Add doc about pip install method
|
1 month ago |
Benjamin Renard
|
ad04357c6b
|
Code cleaning
|
1 month ago |
Benjamin Renard
|
eb183b0d3b
|
config: split console logging between stdout & stderr base on level
|
1 month ago |
Benjamin Renard
|
55782df47c
|
config: code cleaning
|
1 month ago |
Benjamin Renard
|
7efacf04e4
|
Add the Dockerfile to build the docker brenard/mylib:dev-master image
|
1 month ago |
Benjamin Renard
|
a1118cc40a
|
Add the Dockerfile to build the docker brenard/mylib:latest image
|
1 month ago |
Benjamin Renard
|
cb4b8d6974
|
ldap: add option to disable referral following
|
2 months ago |
Benjamin Renard
|
c643fd30ac
|
oracle: fix closing cursors
|
2 months ago |
Benjamin Renard
|
651e1a1a6c
|
ldap: Work-arround with AD invalid return on searching objects
|
2 months ago |
Benjamin Renard
|
85d34b7b9a
|
Config: allow access/setting config options as with a dict
|
3 months ago |
Benjamin Renard
|
fd2911e810
|
CI: fix path of deb files in publish-apt job
|
6 months ago |
Benjamin Renard
|
cb9146f6e9
|
CI: fix release notes file path
|
6 months ago |
Benjamin Renard
|
d0676443d7
|
CI: use brenard/aptly-publish image for publish-apt job
|
6 months ago |
Benjamin Renard
|
68729f301f
|
CI: add release notes
|
6 months ago |
Benjamin Renard
|
31eeff367c
|
ldap.LdapClient.get_objects: add paged_search & pagesize parameters
|
7 months ago |
Benjamin Renard
|
86eae5dae5
|
ldap.LdapServer: make parameters accepted by search and paged_search methods identical
|
7 months ago |
Benjamin Renard
|
6adcc1eeed
|
SFTP client: add missing connect() call in get_file and open_file methods
|
7 months ago |
Benjamin Renard
|
e858cb3d71
|
SFTP client: add missing docstrings
|
7 months ago |
Benjamin Renard
|
54d6c6e0f3
|
SFTP client: add get_file and open_file methods
|
7 months ago |
Benjamin Renard
|
9511b31a79
|
Add SFTP client
|
7 months ago |
Benjamin Renard
|
b80cc3b3b6
|
Fix typo
|
8 months ago |
Benjamin Renard
|
f541630a63
|
ldap: code cleaning / fix pylint/flake8 warnings
|
8 months ago |
Benjamin Renard
|
2bc9964b12
|
ldap.LdapServer: Add encode/decode helpers and parameters
|
8 months ago |
Benjamin Renard
|
fe3e3ed5f4
|
ldap: fix DN spliting/escaping problems
|
8 months ago |
Benjamin Renard
|
cbb97ae726
|
LdapClient.update_need: fix handling None changes
|
8 months ago |
Benjamin Renard
|
025fd12dc4
|
ldap: add parameter to disable SSL certificate check
|
8 months ago |
Benjamin Renard
|
e8de509346
|
Report: add methods to attach file/payload
|
8 months ago |
Benjamin Renard
|
5a7a46355c
|
LdapClient.update_object: do not modify the provided changes parameter in case of renaming
|
8 months ago |
Benjamin Renard
|
a36ce4070b
|
LdapClient.add_object: ignore 'dn' attribute if provided
|
8 months ago |
Benjamin Renard
|
be80b1ed8c
|
report: make Report compatible with mylib.config.Config
|
8 months ago |
Benjamin Renard
|
6ac1216ed8
|
LdapClient: improve just-try mode detection
|
8 months ago |
Benjamin Renard
|
5f0527f0c3
|
config: add get_option() method
|
8 months ago |