-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix alert name representation #108
Conversation
…tiple choices field Config.filtered_alerts_types
…lert.name "shorter version"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ti ho lasciato due commenti (proprio di numero). Il resto mi sembra tutto ok
@lucaCigarini ti segnalo l'aggiunta del campo Mi era sfuggito nel modello, l'avevo messo solo nella Enum, scusami |
No problem, poi lo aggiungo anche al portale 💪 |
* Cleaned venv from useless packages (#103) * Cleaned venv from useless packages * Added pytz required in celery_beat * fix * Updated CHANGELOG.md * Registered UserAdmin for authentication app in admin.py * Configuration panel (#104) * [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 * Alerts fields utilities (#105) * 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 * Version 1.3.0 * Force one config object (#107) * Forced only 1 Config object presence * Set always Config.id=1 * Updated CHANGELOG.md * Fix alert name representation (#108) * 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 CHANGELOG.md * Version 1.3.1 * Updated some Python dapendencies (#110) * Updated some Python dapendencies * fix * Version 1.3.1 fixed
No description provided.