- Added settings into the Config model (instead of into the settings.py file)
- Fixed the connection to the buffalogs_postgres container
- Cleared requirements
- Fixed alert description format
- Removed linters from the setup app requirements
- Fixed index name from
fw
tofw-proxy
- Fixed ValueError('make_aware expects a naive datetime') in calc_distance function setting the timezone to True in the
Login.timestamp
model field
- Fixed KeyError('ip') in process_user function
- Updated setup_config management command in order to overwrite the configs
- Fixed Elasticsearch environment variable
- Renamed shared tasks
- Implemented Certego shared CI 1.3.5
- Renamed the Django settings constants and the environment variables
- Set manually the Elasticsearch port in the CI changing from 59200 to 9200
- Fixed symbolic link of the reusable app
- Added
ignored_users
andignored_ips
in the Config model in order to filter some useless logins - Added more details in the alerts
- Built the django reusable app for the impossible_travel app
- Creted the alerts fixture
- Added new GUI
- Developed some REST APIs