-
Notifications
You must be signed in to change notification settings - Fork 9
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
1.3.1 #111
Conversation
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
* Cleaned venv from useless packages * Added pytz required in celery_beat * fix * Updated CHANGELOG.md * Registered UserAdmin for authentication app in admin.py
* [refactor] Added enums in new costants.py file for "choices" fields in the models * [refactor] Added default config values in the django settings (certego.py file) * Added default configs in settings * Updated CHANGELOG.md * [test-view] Ignore alerts order for views return API * Fixed linters paths * Changed "null=True" to "blank=True" for Charfields * changes for flake8 linter * Revoed E231 flake8 rule for certego.py file * removed comment * Updated CHANGELOG.md * [CI] Updated to compose v2 * fix
* Added method to get the alert name label, for tagging * Added ipython for develop * Added new fields in login_raw_data for more info about previous login * Updated CHANGELOG.md
* Forced only 1 Config object presence * Set always Config.id=1 * Updated CHANGELOG.md
* Fixed alert.name representation enums * Cleaned enum * Set short_name to choose * Added forms for multiple choices array * fix * Added style in order to show the choices selected in django-admin multiple choices field Config.filtered_alerts_types * Added forms to handle multiple choice fields * Added constraints for multiple choices fields check * Fixed risk_score admin display * Added user.risk_Score choice constraint * Added timestamp representations for seconds * Fixed enums * Added test migration in order to convert data in Alert with the new Alert.name "shorter version" * Fix * Included again E231 flake8 rule, but removed in some code lines with: # noqa: E231 * Fixes * Added config.ignored_ISPs list field * Fixed Rabbit url * Added null=True for Config list fields * Completed test
* Updated some Python dapendencies * fix
eugenioseveri
approved these changes
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Bugfix