Skip to content

Commit

Permalink
1.2.6 (#83)
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
  • Loading branch information
Lorygold committed Oct 12, 2023
1 parent f9f033c commit 9f7879c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 34 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.6
#### Bugfix
* Removed linters from the setup app requirements
### 1.2.5
#### Bugfix
* Fixed index name from `fw` to `fw-proxy`
Expand Down
5 changes: 0 additions & 5 deletions buffalogs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
black>=22.12.0
celery>=5.2.7
certifi>=2022.9.24
cfgv>=3.3.1
Expand All @@ -19,19 +18,15 @@ djangorestframework>=3.14.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
filelock>=3.9.0
flake8>=5.0.4
flake8-django>=1.1.5
geographiclib>=2.0
geopy>=2.3.0
identify>=2.5.11
isort>=5.11.4
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
pre-commit>=2.21.0
prompt-toolkit>=3.0.33
psycopg2>=2.9.3
pycodestyle>=2.9.1
Expand Down
4 changes: 4 additions & 0 deletions django-buffalogs/buffalogs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Metadata-Version: 2.1
Name: buffalogs
<<<<<<< HEAD
Version: 1.2.6
=======
Version: 1.2.5
>>>>>>> f9f033cfd163c35cbf219f20806c3b4fb845860c
Summary: A Django app to detect anomaly logins.
Home-page: UNKNOWN
Author: Lorena Goldoni
Expand Down
22 changes: 8 additions & 14 deletions django-buffalogs/buffalogs.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,32 @@
Django>=4.1.4
Django>=4.2.5
PyYAML>=6.0
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
black>=22.12.0
celery>=5.2.7
celery~=5.3.4
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
django-cors-headers>=4.1.0
django-environ>=0.9.0
djangorestframework
djangorestframework-simplejwt
djangorestframework-simplejwt>=5.2.2
djangorestframework>=3.14.0
elasticsearch-dsl>=7.4.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.1
elasticsearch~=7.17.9
filelock>=3.9.0
flake8-django>=1.1.5
flake8>=5.0.4
geographiclib>=2.0
geopy>=2.3.0
geopy>=2.4.0
identify>=2.5.11
isort>=5.11.4
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
pre-commit>=2.21.0
prompt-toolkit>=3.0.33
psycopg2>=2.9.3
pycodestyle>=2.9.1
Expand All @@ -45,7 +39,7 @@ 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
Expand Down
28 changes: 13 additions & 15 deletions django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[metadata]
name = buffalogs
<<<<<<< HEAD
version = 1.2.6
=======
version = 1.2.5
>>>>>>> f9f033cfd163c35cbf219f20806c3b4fb845860c
description = A Django app to detect anomaly logins.
long_description = file: README.rst
author = Lorena Goldoni
Expand All @@ -19,37 +23,31 @@ install_requires =
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
black>=22.12.0
celery>=5.2.7
celery~=5.3.4
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
django-environ>=0.9.0
Django>=4.2.5
djangorestframework>=3.14.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
djangorestframework-simplejwt>=5.2.2
django-cors-headers>=4.1.0
django-environ>=0.9.0
elasticsearch~=7.17.9
elasticsearch-dsl>=7.4.1
filelock>=3.9.0
flake8>=5.0.4
flake8-django>=1.1.5
geographiclib>=2.0
geopy>=2.3.0
geopy>=2.4.0
identify>=2.5.11
isort>=5.11.4
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
pre-commit>=2.21.0
prompt-toolkit>=3.0.33
psycopg2>=2.9.3
pycodestyle>=2.9.1
Expand All @@ -64,7 +62,7 @@ install_requires =
sqlparse>=0.4.3
tomli>=2.0.1
urllib3>=1.26.12
uWSGI>=2.0.21
uWSGI~=2.0.21
vine>=5.0.0
virtualenv>=20.17.1
wcwidth>=0.2.5

0 comments on commit 9f7879c

Please sign in to comment.