-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ng' of github.com:allegro/ralph into disable-vips-and-s…
…ecurity-scans # Conflicts: # src/ralph/admin/sitetrees.py # src/ralph/api/tests/test_rendering.py # src/ralph/assets/admin.py # src/ralph/configuration_management/api.py # src/ralph/data_center/admin.py # src/ralph/data_center/api/routers.py # src/ralph/security/api.py # src/ralph/urls/base.py # src/ralph/virtual/admin.py # src/ralph/virtual/api.py
- Loading branch information
Showing
692 changed files
with
28,984 additions
and
21,719 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
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,3 +1,103 @@ | ||
ralph (20250214.1) bionic; urgency=medium | ||
|
||
* Fix invoice report action missing because of changes in django 2.2 | ||
|
||
-- Paweł Szulc <[email protected]> Fri, 14 Feb 2025 11:56:16 +0000 | ||
|
||
ralph (20250214.1) bionic; urgency=medium | ||
|
||
* Fix invoice report action missing because of changes in django 2.2 | ||
|
||
-- Paweł Szulc <[email protected]> Fri, 14 Feb 2025 11:55:20 +0000 | ||
|
||
ralph (20250205.1) bionic; urgency=medium | ||
|
||
[ Olga Matyla ] | ||
* Django 2.1 | ||
* Bump drf | ||
* Fix tests_functional | ||
* Fix custom fields tests | ||
* Fix jQuery error in tabularFormset | ||
|
||
[ Paweł Szulc ] | ||
* Django 2.2 | ||
* Fix basename | ||
* Up Markdown to 3.0 - seems to be working fine | ||
* Add ruff to reqs | ||
* Remove ruff - available only in >=python3.8 | ||
* Bump pyflakes | ||
|
||
[ Olga Matyla ] | ||
* Fix Tags Filter value in GUI (#3879) | ||
|
||
-- Paweł Szulc <[email protected]> Wed, 05 Feb 2025 11:56:26 +0000 | ||
|
||
ralph (20250205.1) bionic; urgency=medium | ||
|
||
[ Olga Matyla ] | ||
* Django 2.1 | ||
* Bump drf | ||
* Fix tests_functional | ||
* Fix custom fields tests | ||
* Fix jQuery error in tabularFormset | ||
|
||
[ Paweł Szulc ] | ||
* Django 2.2 | ||
* Fix basename | ||
* Up Markdown to 3.0 - seems to be working fine | ||
* Add ruff to reqs | ||
* Remove ruff - available only in >=python3.8 | ||
* Bump pyflakes | ||
|
||
[ Olga Matyla ] | ||
* Fix Tags Filter value in GUI (#3879) | ||
|
||
-- Paweł Szulc <[email protected]> Wed, 05 Feb 2025 11:55:35 +0000 | ||
|
||
ralph (20250205.1) bionic; urgency=medium | ||
|
||
[ Olga Matyla ] | ||
* Django 2.1 | ||
* Bump drf | ||
* Fix tests_functional | ||
* Fix custom fields tests | ||
* Fix jQuery error in tabularFormset | ||
|
||
[ Paweł Szulc ] | ||
* Django 2.2 | ||
* Fix basename | ||
* Up Markdown to 3.0 - seems to be working fine | ||
* Add ruff to reqs | ||
* Remove ruff - available only in >=python3.8 | ||
* Bump pyflakes | ||
|
||
[ Olga Matyla ] | ||
* Fix Tags Filter value in GUI (#3879) | ||
|
||
-- Paweł Szulc <[email protected]> Wed, 05 Feb 2025 11:55:04 +0000 | ||
|
||
ralph (20250205.1) bionic; urgency=medium | ||
|
||
[ Olga Matyla ] | ||
* Django 2.1 | ||
* Bump drf | ||
* Fix tests_functional | ||
* Fix custom fields tests | ||
* Fix jQuery error in tabularFormset | ||
|
||
[ Paweł Szulc ] | ||
* Django 2.2 | ||
* Fix basename | ||
* Up Markdown to 3.0 - seems to be working fine | ||
* Add ruff to reqs | ||
* Remove ruff - available only in >=python3.8 | ||
* Bump pyflakes | ||
|
||
[ Olga Matyla ] | ||
* Fix Tags Filter value in GUI (#3879) | ||
|
||
-- Paweł Szulc <[email protected]> Wed, 05 Feb 2025 11:53:17 +0000 | ||
|
||
ralph (20241211.1) bionic; urgency=medium | ||
|
||
[ Olga Matyla ] | ||
|
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,3 +1,3 @@ | ||
flake8==3.0.4 | ||
flake8==3.7.9 | ||
isort==4.2.5 | ||
pyflakes==1.5.0 | ||
pyflakes==2.1.0 |
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,2 +1,2 @@ | ||
-r prod.txt | ||
django-auth-ldap==1.6.1 | ||
django-auth-ldap==2.1.0 |
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
Oops, something went wrong.