Skip to content
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.2.8 #89

Merged
merged 28 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
eedd2bf
Setup config (#70)
Lorygold Sep 28, 2023
590728f
Removed comments
Lorygold Sep 28, 2023
b7b3b76
buffalogs_1_2_2
Lorygold Sep 28, 2023
a2de2db
Merge branch 'main' into develop
Lorygold Sep 28, 2023
a3175e1
72 exception keyerror ip in process user (#73)
Lorygold Sep 29, 2023
ab14576
Merge branch 'main' into develop
Lorygold Sep 29, 2023
f9298fe
Merge branch 'develop' of github.com:certego/BuffaLogs into develop
Lorygold Sep 29, 2023
4620651
Version 1.2.3
Lorygold Sep 29, 2023
2dc780c
Added new screenshots (#75)
Lorygold Oct 5, 2023
e140926
Fixed ValueError('make_aware expects a naive datetime) (#77)
Lorygold Oct 6, 2023
a243533
Updated CHANGELOG.md
Lorygold Oct 6, 2023
33ed1f7
Merge branch 'main' into develop
Lorygold Oct 6, 2023
6ae551d
Version 1.2.4
Lorygold Oct 6, 2023
f19d7a8
Merge branch 'main' into develop
Lorygold Oct 9, 2023
ca3ac12
Fix fw index name (#79)
Lorygold Oct 9, 2023
c5e2575
Update README.md (#80)
Lorygold Oct 9, 2023
a65a7e4
Version 1.2.5
Lorygold Oct 9, 2023
062e80a
Fix linters requirements (#82)
Lorygold Oct 12, 2023
16d1566
Version 1.2.6
Lorygold Oct 12, 2023
0596b70
Resolved merge conflicts
Lorygold Oct 12, 2023
bf65cd5
Fix
Lorygold Oct 20, 2023
08842ea
revert
Lorygold Oct 20, 2023
76f38ad
Fixed alert description format (#84)
Lorygold Oct 20, 2023
080510a
Version 1.2.7
Lorygold Oct 20, 2023
a1c692d
Merge branch 'main' into develop
Lorygold Oct 20, 2023
de48087
Cleaned requirements (#88)
ManofWax Nov 6, 2023
d7606bc
Version 1.2.8
Lorygold Nov 6, 2023
9b1ef4a
Merge branch 'main' into develop
Lorygold Nov 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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