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

Update project links to use 'project_view' instead of 'project_list' #3176

Merged

Conversation

JisanAR03
Copy link
Contributor

  • Changed the default project URL for better alignment with the new structure.
  • Added a refresh data feature for basic information in repo_detials page.
  • Planning to extend the refresh feature to other sections in future updates.
  • Keeping changes small and incremental to simplify PR review.

@DonnieBLT sir, can you please review this PR ?
another step for fix #2972

visual :

2025-01-01.23-15-32.mp4

…and enhance repository metrics update functionality
Copy link

sentry-io bot commented Jan 1, 2025

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: website/views/project.py

Function Unhandled Issue
get_context_data AttributeError: 'ProjectListView' object has no attribute 'object_list' ...
Event Count: 1

Did you find this useful? React with a 👍 or 👎

)

except Exception as e:
return JsonResponse({"status": "error", "message": str(e)}, status=500)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
)

except Exception as e:
return JsonResponse({"status": "error", "message": str(e)}, status=500)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@JisanAR03 JisanAR03 merged commit 5d54897 into OWASP-BLT:main Jan 1, 2025
9 checks passed
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.

create a csv to add all owasp projects to /projects
2 participants