This is an automated email from the ASF dual-hosted git repository.
yasithdev pushed a change to branch modernization
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
from fbbb378d0 docs(modernization): branch strategy for the umbrella
add a9f16eb76 docs(track-d): python hygiene design spec
add 378e82ccd docs(track-d): python hygiene implementation plan
add 316625c8f chore(track-d): add pin audit and smoke helper
add 9a25c4f4b refactor(portal): python hygiene
new 902b8e052 merge: Track D (Python hygiene)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../django_airavata/apps/api/helpers.py | 2 -
.../apps/api/tests/test_ssh_manager.py | 1 -
.../django_airavata/apps/api/view_utils.py | 5 +-
airavata-django-portal/django_airavata/urls.py | 1 -
.../wagtailapps/base/fixtures/tests/default.json | 19 +-
.../2026-04-21-track-d-python-hygiene-plan.md | 1003 ++++++++++++++++++++
.../2026-04-21-track-d-python-hygiene-design.md | 276 ++++++
airavata-django-portal/pyproject.toml | 14 +-
airavata-django-portal/scripts/pin_audit.py | 52 +
airavata-django-portal/scripts/smoke.sh | 80 ++
.../scripts/tests}/__init__.py | 0
.../scripts/tests/test_pin_audit.py | 105 ++
airavata-django-portal/uv.lock | 98 +-
13 files changed, 1604 insertions(+), 52 deletions(-)
create mode 100644
airavata-django-portal/docs/superpowers/plans/2026-04-21-track-d-python-hygiene-plan.md
create mode 100644
airavata-django-portal/docs/superpowers/specs/2026-04-21-track-d-python-hygiene-design.md
create mode 100644 airavata-django-portal/scripts/pin_audit.py
create mode 100755 airavata-django-portal/scripts/smoke.sh
copy {airavata-custos-portal/airavata_custos_portal =>
airavata-django-portal/scripts/tests}/__init__.py (100%)
create mode 100644 airavata-django-portal/scripts/tests/test_pin_audit.py