Skip to content

Commit

Permalink
1.2.8 (#89)
Browse files Browse the repository at this point in the history
* 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
3 people authored Nov 6, 2023
1 parent 45cd85f commit 905ad82
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 82 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ BuffaLogs is an Open Source project and was developed in order to allow enrichme
1. If needed, update the requirements in the `requirements.txt` and also into the `setup.cfg` file
2. Add a new entry in `CHANGELOG.md` containing all the features, changes and bugfix developed
3. Modify the **version** in the `setup.cfg`
4. Remove the previous version of the reusable app into `django-buffalogs/dist` and create the new version running `python3 setup.py sdist`
4. Remove the previous version of the reusable app into `django-buffalogs/dist` and create the new version running `python3 setup.py sdist` from `django-buffalogs/`
5. Commit a PR from the develop to the main branch with the version as a Title and the changes as a comment
6. Now you can export BuffaLogs copying the `buffalogs-x.y.z.tar.gz` package into your project

Expand Down
27 changes: 5 additions & 22 deletions buffalogs/requirements.txt
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
5 changes: 4 additions & 1 deletion buffalogs/requirements_dev.txt
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
2 changes: 0 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY buffalogs/requirements.txt requirements.txt
RUN sed -i 's/main/main non-free/g' /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y install \
python3-dev \
libpq-dev \
gcc

RUN pip install --no-cache-dir -r requirements.txt \
Expand Down
2 changes: 1 addition & 1 deletion django-buffalogs/buffalogs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: buffalogs
Version: 1.2.7
Version: 1.2.8
Summary: A Django app to detect anomaly logins.
Home-page: UNKNOWN
Author: Lorena Goldoni
Expand Down
38 changes: 11 additions & 27 deletions django-buffalogs/buffalogs.egg-info/requires.txt
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
40 changes: 12 additions & 28 deletions django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalogs
version = 1.2.7
version = 1.2.8
description = A Django app to detect anomaly logins.
long_description = file: README.rst
author = Lorena Goldoni
Expand All @@ -16,49 +16,33 @@ include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
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>=8.1.3
click-didyoumean>=0.3.0
click-plugins>=1.1.1
click-repl>=0.2.0
distlib>=0.3.6
Django>=4.2.5
Django>=4.1.4
djangorestframework>=3.14.0
djangorestframework-simplejwt>=5.2.2
django-cors-headers>=4.1.0
djangorestframework-simplejwt>=5.3.0
django-cors-headers>=4.3.0
django-environ>=0.9.0
elasticsearch~=7.17.9
elasticsearch-dsl>=7.4.1
djangorestframework>=3.14.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
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>=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
uWSGI>=2.0.21
virtualenv>=20.17.1
wcwidth>=0.2.5

0 comments on commit 905ad82

Please sign in to comment.