-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Setup config (#70) * Updated setup_config mgmt command * Updated CHANGELOG.md * Added cover * Update README.md * Managed values as a list * Refactoring * Removed comments * buffalogs_1_2_2 * 72 exception keyerror ip in process user (#73) * Fixed KeyError('ip') * Updated CHANGELOG.md * Added user.name exists in Elastic query * Version 1.2.3 * Added new screenshots (#75) * Fixed ValueError('make_aware expects a naive datetime) (#77) * Fixed ValueError('make_aware expects a naive datetime) * fix * Set USE_TZ = True * Updated CHANGELOG.md * Updated CHANGELOG.md * Version 1.2.4 * Fix fw index name (#79) * Fixed fw-proxy index name * Updated CHANGELOG.md * Update README.md (#80) * Version 1.2.5 * Fix linters requirements (#82) * Removed linters requirements from setup * Updated CHANGELOG.md * Updated requirements * Version 1.2.6 * Fix * revert * Fixed alert description format (#84) * Fixed alert description format * fixed test * Version 1.2.7 * Cleaned requirements (#88) * Cleaned requirements * Fixing requirements --------- Co-authored-by: Federico Foschini <[email protected]> * Version 1.2.8 --------- Co-authored-by: Federico <[email protected]> Co-authored-by: Federico Foschini <[email protected]>
- Loading branch information
1 parent
45cd85f
commit 905ad82
Showing
8 changed files
with
37 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
## 1.2.x | ||
### 1.2.8 | ||
#### Bugfix | ||
* Cleared requirements | ||
### 1.2.7 | ||
#### Bugfix | ||
* Fixed alert description format | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,30 @@ | ||
amqp>=5.1.1 | ||
asgiref>=3.5.2 | ||
billiard>=3.6.4.0 | ||
celery>=5.2.7 | ||
certifi>=2022.9.24 | ||
cfgv>=3.3.1 | ||
click>=8.1.3 | ||
click-didyoumean>=0.3.0 | ||
click-plugins>=1.1.1 | ||
click-repl>=0.2.0 | ||
distlib>=0.3.6 | ||
Django>=4.1.4 | ||
djangorestframework | ||
djangorestframework-simplejwt | ||
django-cors-headers | ||
djangorestframework>=3.14.0 | ||
djangorestframework-simplejwt>=5.3.0 | ||
django-cors-headers>=4.3.0 | ||
django-environ>=0.9.0 | ||
djangorestframework>=3.14.0 | ||
elasticsearch>=7.17.7 | ||
elasticsearch-dsl>=7.4.0 | ||
filelock>=3.9.0 | ||
geographiclib>=2.0 | ||
geopy>=2.3.0 | ||
identify>=2.5.11 | ||
kombu>=5.2.4 | ||
mccabe>=0.7.0 | ||
mypy-extensions>=0.4.3 | ||
nodeenv>=1.7.0 | ||
pathspec>=0.10.3 | ||
platformdirs>=2.6.0 | ||
prompt-toolkit>=3.0.33 | ||
psycopg2>=2.9.3 | ||
pycodestyle>=2.9.1 | ||
pyflakes>=2.5.0 | ||
psycopg>=3.1.12 | ||
psycopg-binary>=3.1.12 | ||
pygal>=3.0.0 | ||
pygal-maps-world>=1.0.2 | ||
python-dateutil>=2.8.2 | ||
python-dotenv>=0.21.0 | ||
pytz>=2022.6 | ||
PyYAML>=6.0 | ||
six>=1.16.0 | ||
sqlparse>=0.4.3 | ||
tomli>=2.0.1 | ||
urllib3>=1.26.12 | ||
uWSGI>=2.0.21 | ||
vine>=5.0.0 | ||
virtualenv>=20.17.1 | ||
wcwidth>=0.2.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
pre-commit==2.21.0 | ||
pre-commit==2.21.0 | ||
mypy-extensions>=0.4.3 | ||
flake8>=3.8.4 | ||
flake8-django>=1.1.5 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,30 @@ | ||
Django>=4.2.5 | ||
Django>=4.1.4 | ||
PyYAML>=6.0 | ||
amqp>=5.1.1 | ||
asgiref>=3.5.2 | ||
billiard>=3.6.4.0 | ||
celery~=5.3.4 | ||
celery>=5.2.7 | ||
certifi>=2022.9.24 | ||
cfgv>=3.3.1 | ||
click-didyoumean>=0.3.0 | ||
click-plugins>=1.1.1 | ||
click-repl>=0.2.0 | ||
click>=8.1.3 | ||
distlib>=0.3.6 | ||
django-cors-headers>=4.1.0 | ||
django-cors-headers>=4.3.0 | ||
django-environ>=0.9.0 | ||
djangorestframework-simplejwt>=5.2.2 | ||
djangorestframework-simplejwt>=5.3.0 | ||
djangorestframework>=3.14.0 | ||
elasticsearch-dsl>=7.4.1 | ||
elasticsearch~=7.17.9 | ||
djangorestframework>=3.14.0 | ||
elasticsearch-dsl>=7.4.0 | ||
elasticsearch>=7.17.7 | ||
filelock>=3.9.0 | ||
geographiclib>=2.0 | ||
geopy>=2.4.0 | ||
identify>=2.5.11 | ||
geopy>=2.3.0 | ||
kombu>=5.2.4 | ||
mccabe>=0.7.0 | ||
mypy-extensions>=0.4.3 | ||
nodeenv>=1.7.0 | ||
pathspec>=0.10.3 | ||
platformdirs>=2.6.0 | ||
prompt-toolkit>=3.0.33 | ||
psycopg2>=2.9.3 | ||
pycodestyle>=2.9.1 | ||
pyflakes>=2.5.0 | ||
psycopg-binary>=3.1.12 | ||
psycopg>=3.1.12 | ||
pygal-maps-world>=1.0.2 | ||
pygal>=3.0.0 | ||
python-dateutil>=2.8.2 | ||
python-dotenv>=0.21.0 | ||
pytz>=2022.6 | ||
six>=1.16.0 | ||
sqlparse>=0.4.3 | ||
tomli>=2.0.1 | ||
uWSGI~=2.0.21 | ||
uWSGI>=2.0.21 | ||
urllib3>=1.26.12 | ||
vine>=5.0.0 | ||
virtualenv>=20.17.1 | ||
wcwidth>=0.2.5 |
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