Benjamin Renard
|
552c202fc4
|
SFTPClient::upload_file(): add remote_filename & remote_filepath arguments
Run tests / tests (push) Failing after 1m26s
|
2024-11-06 11:22:10 +01:00 |
|
Benjamin Renard
|
6ccea48b23
|
Db: allow to specify a list as a WHERE clause value and they will be combined as a IN clause
Run tests / tests (push) Failing after 1m22s
|
2024-10-14 19:03:37 +02:00 |
|
Benjamin Renard
|
601857a2d4
|
email: remove duplicated in file tester entrypoint
Run tests / tests (push) Failing after 1m30s
|
2024-06-12 14:04:11 +02:00 |
|
Benjamin Renard
|
4c51d0086f
|
email: add load_image_as_base64 helper function
|
2024-06-12 14:03:09 +02:00 |
|
Benjamin Renard
|
384e8a441d
|
ldap: add nocache parameter to LdapClient.get_objects method
Run tests / tests (push) Failing after 1m32s
|
2024-06-12 10:27:37 +02:00 |
|
Benjamin Renard
|
9e3faee819
|
report: fix checking attachments when checking if the report is empty
Run tests / tests (push) Failing after 1m4s
|
2024-05-02 15:56:41 +02:00 |
|
Benjamin Renard
|
296618a34e
|
config: allow to customize default config file mode
Run tests / tests (push) Failing after 1m0s
|
2024-04-16 10:39:55 +02:00 |
|
|
28103836ac
|
config: Add ask_value() helper to section & config objects
Run tests / tests (push) Failing after 57s
|
2024-04-13 18:30:15 +02:00 |
|
|
3cf6a2682c
|
opening_hours: global rework to make module more atomic and add somes new helper methods
Run tests / tests (push) Failing after 1m35s
|
2024-04-01 19:37:51 +02:00 |
|
|
85caf81ac2
|
Introduce some new pre-commit hooks
|
2024-03-15 10:23:21 +01:00 |
|
Benjamin Renard
|
e368521a96
|
config: add _set_option() method to ConfigurableObject
|
2024-01-03 15:12:52 +01:00 |
|
Benjamin Renard
|
25cdf9d4dc
|
config: Add logging sections in __init__() to allow to set their default values
|
2023-12-19 18:36:09 +01:00 |
|
Benjamin Renard
|
4962b16099
|
config: fix configure() method to validate configuration only if -V/--validate parameter is provided
|
2023-12-15 13:41:53 +01:00 |
|
Benjamin Renard
|
371d194728
|
PgDB: fix doSelect() method to retreive list of dicts instead of list of lists.
|
2023-12-15 12:12:48 +01:00 |
|
Benjamin Renard
|
dcaec24ea4
|
PgDB / MyDB / OracleDB: add limit parameter to select() method
|
2023-12-15 11:35:43 +01:00 |
|
Benjamin Renard
|
2736fc30ae
|
report: add add_logging_handler & send_at_exit parameters
|
2023-12-14 21:41:16 +01:00 |
|
Benjamin Renard
|
73795d27b8
|
config: add default_config_filename parameter
|
2023-12-14 21:25:00 +01:00 |
|
Benjamin Renard
|
07ab4490d2
|
config: Add OctalOption
|
2023-12-14 17:24:59 +01:00 |
|
Benjamin Renard
|
68c2103c58
|
config: add console log_level parameter
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-10-30 14:04:43 +01:00 |
|
Benjamin Renard
|
0064fa979c
|
config: fix python 3.9 compatibility
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-10-27 13:43:55 +02:00 |
|
Benjamin Renard
|
b92a814577
|
config: Add logfile feature
ci/woodpecker/push/woodpecker Pipeline failed
|
2023-10-27 13:36:32 +02:00 |
|
Benjamin Renard
|
8a0a65465d
|
Update pre-commit config and fix some pylint & bandit warnings
|
2023-10-27 13:35:59 +02:00 |
|
Benjamin Renard
|
44bd9a6446
|
Telltale: add check_entrypoint() to easily implement Icinga checker script
|
2023-07-10 11:56:03 +02:00 |
|
Benjamin Renard
|
f8602801d7
|
Fix some pylint warnings
|
2023-07-10 11:55:09 +02:00 |
|
Benjamin Renard
|
f597164305
|
Config: add stuff to handle just-try mode in ConfigurableObject class
|
2023-06-19 17:07:59 +02:00 |
|
Benjamin Renard
|
72877dd13e
|
LdapClient.get_changes(): properly handle attributes with empty value
|
2023-05-03 11:35:30 +02:00 |
|
Benjamin Renard
|
ebd73812bc
|
ldap.LdapServer: add format_modify_modlist() and factorize format_changes() & update_need()
|
2023-05-03 11:14:18 +02:00 |
|
Benjamin Renard
|
63d6a6e0ed
|
Intruce bandit pre-commit checks
|
2023-03-23 09:56:31 +01:00 |
|
Benjamin Renard
|
73735b378f
|
Email: add support for CC & BCC recipients
|
2023-03-14 17:12:50 +01:00 |
|
Benjamin Renard
|
c93b3508ed
|
Email: add possibility to specify more than one recipient
|
2023-03-14 16:55:36 +01:00 |
|
Benjamin Renard
|
d75a61b4e8
|
Email: fix handling templates_path default value
|
2023-03-13 19:13:52 +01:00 |
|
Benjamin Renard
|
93b06d6127
|
ConfigurableObject: add set_default() / set_defaults() methods
|
2023-03-13 19:12:47 +01:00 |
|
Benjamin Renard
|
e71fb28295
|
Email: add possibility to easily load templates from a directory
|
2023-03-13 18:58:20 +01:00 |
|
Benjamin Renard
|
b5df95a2dd
|
Config: add set_default() / set_defaults() methods
|
2023-03-13 18:53:29 +01:00 |
|
Benjamin Renard
|
5aa6a0cea4
|
LdapClient.update_object(): add relax parameter
|
2023-03-13 17:02:52 +01:00 |
|
Benjamin Renard
|
62c3fadf96
|
Introduce pyupgrade,isort,black and configure pre-commit hooks to run all testing tools before commit
ci/woodpecker/push/woodpecker Pipeline failed
|
2023-01-16 12:56:12 +01:00 |
|
Benjamin Renard
|
a83c3d635f
|
Add mylib.mapping.map_hash()
|
2023-01-16 12:23:50 +01:00 |
|
Benjamin Renard
|
3a43b8d07d
|
Config.parse_arguments_options(): add hardcoded_options argument
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-01-10 10:52:26 +01:00 |
|
Benjamin Renard
|
56162452ac
|
config: if option value was previously set, ignore from options value
|
2023-01-10 10:50:48 +01:00 |
|
Benjamin Renard
|
5fefc1ed84
|
Config: make the configparser always defined to allow to set options at any moment
|
2023-01-10 10:48:57 +01:00 |
|
Benjamin Renard
|
e9477b1566
|
config: add optional --reconfigure parameter
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-01-09 13:34:07 +01:00 |
|
Benjamin Renard
|
6a7368deb5
|
ConfigOption: add _get_user_input method to allow to mock it in tests
|
2023-01-09 13:32:25 +01:00 |
|
Benjamin Renard
|
014a0802f8
|
config: make sure to reload file after saving it
To ensure the configparser object is uptodate.
|
2023-01-09 13:27:52 +01:00 |
|
Benjamin Renard
|
135a742b6e
|
config: add --console-stderr parameter
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-01-09 11:25:58 +01:00 |
|
|
da63f533be
|
Abstract common DB methods in mysql.db.DB class and use it as base to implement PgDB, OracleDB and MyDB
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
|
2023-01-07 02:19:18 +01:00 |
|
|
b0fd2b1c6d
|
Code cleaning
|
2023-01-06 22:18:18 +01:00 |
|
Benjamin Renard
|
ad04357c6b
|
Code cleaning
|
2023-01-06 19:38:32 +01:00 |
|
Benjamin Renard
|
eb183b0d3b
|
config: split console logging between stdout & stderr base on level
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-01-06 18:19:48 +01:00 |
|
Benjamin Renard
|
55782df47c
|
config: code cleaning
|
2023-01-06 18:19:48 +01:00 |
|
Benjamin Renard
|
cb4b8d6974
|
ldap: add option to disable referral following
ci/woodpecker/push/woodpecker Pipeline was successful
|
2022-12-09 12:33:09 +01:00 |
|