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

Add Department SVG cacheing #1165

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft

Conversation

michplunkett
Copy link
Collaborator

@michplunkett michplunkett commented Mar 11, 2025

Fixes issue

#1156

Description of Changes

Added SVG cacheing for the Department graph.

Tests and Linting

  • This branch is up-to-date with the develop branch.
  • Ran make create_db_diagram command.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

@michplunkett michplunkett self-assigned this Mar 11, 2025
@michplunkett michplunkett linked an issue Mar 11, 2025 that may be closed by this pull request
@@ -54,7 +54,7 @@ pytest-playwright==0.7.0
python-dateutil==2.8.2
PyYAML~=6.0
recommonmark==0.7.1
requests==2.32.0
requests==2.32.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

25.39   Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
25.50 WARNING: The candidate selected for download or install is a yanked version: 'requests' candidate (version 2.32.0 at https://files.pythonhosted.org/packages/24/e8/09e8d662a9675a4e4f5dd7a8e6127b463a091d2703ed931a64aa66d00065/requests-2.32.0-py3-none-any.whl (from https://pypi.org/simple/requests/) (requires-python:>=3.8))
25.50 Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add caching for SVG department map generation
1 participant