-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove schema and rule checker * add defaults module to store all logprep defaults * refactor get_versions_string and DEFAULT_LOCATION_CONFIG and move them to util module * write tests for get_versions_string which was only tested implicit * remove rule validation * reimplement logprep.util.configuration module * reimplement logprep.runner module * add reload method to configuration * add commandline option to print config as json or yaml * add reload successful an failure metric to runner * implement configuration equality -> equal version == equal configuration * remove MultiprocessingPipeline * update changelog * update architecture visualizations * move exception handling to configuration module to handle exceptions where they occur, the exception handling of the exceptions where moved to the util/configuration module. In `run_logprep` only the InvalidConfiguration has to be handled. The Configuration only raises the `InvalidConfigurationError` exception * add LogprepException and ensure InvalidConfigurationErrors adds errors only once --------- Co-authored-by: dtrai2 <[email protected]> Co-authored-by: djkhl <[email protected]>
- Loading branch information
1 parent
87e9e21
commit 3601d6d
Showing
85 changed files
with
3,034 additions
and
3,109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
252 changes: 128 additions & 124 deletions
252
doc/source/development/architecture/diagramms/logprep_start.drawio
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
doc/source/development/architecture/diagramms/logprep_start.drawio.html
Large diffs are not rendered by default.
Oops, something went wrong.
216 changes: 167 additions & 49 deletions
216
doc/source/development/architecture/diagramms/multiprocessing.drawio
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
doc/source/development/architecture/diagramms/multiprocessing.drawio.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
doc/source/development/architecture/diagramms/pipelineManager.drawio.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.