Clemens Schwaighofer
2b8240c156
v0.18.1: bug fix for find_in_array_from_list search key check
v0.18.1
2025-07-25 15:58:59 +09:00
Clemens Schwaighofer
abf4b7ac89
Bug fix for find_in_array_from_list because of keys order
2025-07-25 15:57:48 +09:00
Clemens Schwaighofer
9c49f83c16
v0.18.0: array_search deprecation in change for find_in_array_from_list with correct parameter order
v0.18.0
2025-07-25 15:50:58 +09:00
Clemens Schwaighofer
3a625ed0ee
Merge branch 'master' into development
2025-07-25 15:49:58 +09:00
Clemens Schwaighofer
2cfbf4bb90
Update data search for iterators
...
array_search name is deprecated
use find_in_array_from_list
- change parameter order
data (search in) comes before search_params list
- created a TypedDict for the array search params dict entry
2025-07-25 15:48:37 +09:00
Clemens Schwaighofer
5767533668
v0.17.0: exceptions handling added for csv file reading
v0.17.0
2025-07-25 10:25:44 +09:00
Clemens Schwaighofer
24798f19ca
Add CSV Exceptions
2025-07-25 10:23:52 +09:00
Clemens Schwaighofer
26f8249187
v0.16.0: trackeback call stack reader method fix
v0.16.0
2025-07-24 10:53:44 +09:00
Clemens Schwaighofer
dcefa564da
Fix stack stack traceback call
...
It now works correct with start and skip_last settings, the method is now called "call_stack"
Also added auto reset if no output (start too hight) and optional stack separator
2025-07-24 10:52:39 +09:00
Clemens Schwaighofer
edd35dccea
Comment update for log class
2025-07-22 19:32:21 +09:00
Clemens Schwaighofer
ea527ea60c
v0.15.0: Log class update with split up class with Logger sub class for pool/fork/thread worker setup
v0.15.0
2025-07-18 14:18:19 +09:00
Clemens Schwaighofer
fd5e1db22b
Change Log class and add simple Logger class without the init work
...
This Logger class can be used after the main Log class has been setup, eg in workers
inside pool/fork/thread runs
A new parent class holds all the public methods
init Logger class with "get_logger_settings" or with a dictionary Type LoggerInit that has
logger with type logging.Logger as mandatory and optional Queue entry
2025-07-18 14:15:00 +09:00
Clemens Schwaighofer
39e23faf7f
dict mask helper test code update
2025-07-17 15:29:49 +09:00
Clemens Schwaighofer
de285b531a
ToDo list update
2025-07-17 15:22:12 +09:00
Clemens Schwaighofer
0a29a592f9
v0.14.1: mask update to also work recusrive
2025-07-17 15:20:38 +09:00
Clemens Schwaighofer
e045b1d3b5
Add docstring for pytest file dict helpers
2025-07-17 15:19:05 +09:00
Clemens Schwaighofer
280e5fa861
Update the mask dict helper
...
It now goes recursive, is case insenstivie for keys and mask keys requests
Checks not for equal but for start/end or inside with edge character set
pytests added
2025-07-17 15:17:57 +09:00
Clemens Schwaighofer
472d3495b5
Add missing typedefs for regex constants
2025-07-17 13:32:35 +09:00
Clemens Schwaighofer
2778ac6870
in Log use the defined default levels for console and file
2025-07-16 11:06:38 +09:00
Clemens Schwaighofer
743a0a8ac9
v0.14.0: logging exception automatically writes to error for console output
v0.14.0
2025-07-15 17:57:49 +09:00
Clemens Schwaighofer
694712ed2e
logging update for exceptions with special error log to console
...
When calling log.exception it automatically writes a short message to the console as error
This error message is tagged <=EXCEPTION> and contains only the message without the stack trace
2025-07-15 17:56:56 +09:00
Clemens Schwaighofer
ea3b4f1790
v0.13.2: move domain regex to the regex constant file
2025-07-15 11:16:01 +09:00
Clemens Schwaighofer
da68818d4f
Move the domain regex to the regex constant file
v0.13.2
2025-07-15 11:13:23 +09:00
Clemens Schwaighofer
db6a3b53c5
v0.13.1: settings loader check additions
v0.13.1
2025-07-15 10:33:38 +09:00
Clemens Schwaighofer
82b089498e
Merge branch 'development'
2025-07-15 10:33:02 +09:00
Clemens Schwaighofer
948b0dd5e7
Settings loader add more checks
...
string.domain.with-localhost
string.domain.with-localhost.port
string.domain
string.date
2025-07-15 10:32:19 +09:00
Clemens Schwaighofer
4acc0b51b1
v0.13.0: move the dump data method from the iterator folder to the debug folder
v0.13.0
2025-07-15 09:55:25 +09:00
Clemens Schwaighofer
a626b738a9
Move dump_data from iterator folder to debug folder
2025-07-15 09:54:23 +09:00
Clemens Schwaighofer
7119844313
v0.12.6: Settings: exception raised on error point, stacklevel increased for all sub functions in log/settings loader
v0.12.6
2025-07-15 09:51:23 +09:00
Clemens Schwaighofer
5763f57830
In settings loader do the raise ValueRror on the error, fix stack level, loggin fix stack level
...
Settings loader: all errors are thrown where the error happens and not in the print function
The print function if to log will add +1 to the stack level so the error is shown
In the log class in the log wrapper calls add +1 to the stack level to have the error line in the correct place
-> this fixes the stack trace part for now but we still want to have an auto full stack trace simple added
2025-07-15 09:44:29 +09:00
Clemens Schwaighofer
70e8ceecce
v0.12.5: settings loader allow empty block
v0.12.5
2025-07-14 18:15:59 +09:00
Clemens Schwaighofer
acbe1ac692
Settings load add info for future settings/options argument
2025-07-14 18:15:07 +09:00
Clemens Schwaighofer
99bca2c467
Allow settings block to not exist via call setting
2025-07-14 18:14:33 +09:00
Clemens Schwaighofer
b74ed1f30e
v0.12.4: settings loader add set default value for empty
v0.12.4
2025-07-14 17:22:03 +09:00
Clemens Schwaighofer
8082ab78a1
Merge branch 'development'
2025-07-14 17:21:28 +09:00
Clemens Schwaighofer
c69076f517
Add set default if empty/not set in settings
...
With new empty: block if just like this set to None if not set (empty), can also be any value,
if list, skip setting default
2025-07-14 17:21:04 +09:00
Clemens Schwaighofer
648ab001b6
Settings loader fix for not set range check entries
...
If we have a range or length check and the value is not set, skip, and do not convert either
Not set is None
2025-07-14 17:00:25 +09:00
Clemens Schwaighofer
447034046e
v0.12.3: settings loader error message improvement
v0.12.3
2025-07-14 16:50:36 +09:00
Clemens Schwaighofer
0770ac0bb4
Better error handling in the settings loader for entry not found in block
2025-07-14 16:49:37 +09:00
Clemens Schwaighofer
aa2fbd4f70
v0.12.2: Fix mandatory for settings loader
v0.12.2
2025-07-14 16:25:21 +09:00
Clemens Schwaighofer
58c8447531
Settings loader mandatory fixes
...
- mandatory empty check if empty list ([''])
- skip regex check if replace value is None -> allowed empty as empty if not mandatory
2025-07-14 16:23:55 +09:00
Clemens Schwaighofer
bcca43d774
v0.12.1: settings loader update, regex constants added
2025-07-14 16:01:54 +09:00
Clemens Schwaighofer
e9ccfe7ad2
Rebame the regex constants file name to not have compiled inside the name
v0.12.1
2025-07-14 15:59:34 +09:00
Clemens Schwaighofer
6c2637ad34
Settings loader update with basic email check, and on check abort if not valid
...
In the settings checker, if a regex_clean is set as None then we will abort the script with error
if the regex is not matching
Add regex check for email basic
Also add a regex_constants list with regex entries (not compiled and compiled)
2025-07-14 15:57:19 +09:00
Clemens Schwaighofer
7183d05dd6
Update log method documentation
2025-07-14 14:29:42 +09:00
Clemens Schwaighofer
b45ca85cd3
v0.12.0: log updates, traceback helper
v0.12.0
2025-07-11 19:10:10 +09:00
Clemens Schwaighofer
4ca45ebc73
Move var helpers into their own file, log update with additional levels
...
Add levels for ALERT, EMERGENCY to be syslog compatible
Add direct wrappers for all, but they are not yet fully usable because the stack fix is not yet implemented
Add a new debug helepr to get the stack as a string
2025-07-11 19:09:22 +09:00
Clemens Schwaighofer
6902768fed
Make sure in log that adding handlers only works before logging is initialized
...
For future: if we add handlers later, the queue / logger must be re-intialized
2025-07-11 15:50:17 +09:00
Clemens Schwaighofer
3f9f2ceaac
Log level setter now uses LoggingLevel for levels, set/get log level
...
Add flush for queue flushing
Add set/get level for handler
Allow adding handlers during launch, handlers cannot be added afterwards at the moment
Add testing for LoggingLevel enum
2025-07-11 15:35:34 +09:00
Clemens Schwaighofer
2a248bd249
v0.11.0 Release
v0.11.0
2025-07-11 11:15:05 +09:00