Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Refacto logger #96

Merged
merged 4 commits into from
Jul 12, 2024
Merged

[CHORE] Refacto logger #96

merged 4 commits into from
Jul 12, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

No description provided.

manu added 4 commits July 11, 2024 20:33
…e shell commands

The code was drastically refactored for project restructuring. The directory "integrations" was renamed to "modules" to make the purpose clearer. Ansible shell-related codes have been managed and encapsulated into the AnsibleShellCommandsManager class under the shell managers module. This redesign aimed to improve the readability and maintainability of the code.
# Conflicts:
#	server/src/core/startup/index.ts
In this commit, several changes have been made including the refactoring of module imports and naming structures, choosing more descriptive names for loggers and changing messages sent to logger for clarity. Methods within classes have also been renamed to provide a clearer understanding of their functions. A method to delete automations has been added.
This commit moves the api error handlers from core to middlewares. It also eliminates logger information from automation, settings, playbook services and more. These changes align with our aim to streamline codebase and improve the application's overall maintainability.
@SquirrelDeveloper SquirrelDeveloper linked an issue Jul 12, 2024 that may be closed by this pull request
@SquirrelDeveloper SquirrelDeveloper added this to the v0.1.16 milestone Jul 12, 2024
@SquirrelDeveloper SquirrelDeveloper added the chores Refactoring or small updates label Jul 12, 2024
@SquirrelDeveloper SquirrelDeveloper merged commit 981a1ca into master Jul 12, 2024
7 of 8 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the chore-refacto-logger branch July 12, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores Refactoring or small updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Refacto of logger for better filtering
1 participant