feat(myopencre): enable CSV download of all CREs#662
Open
PRAteek-singHWY wants to merge 15 commits intoOWASP:mainfrom
Open
feat(myopencre): enable CSV download of all CREs#662PRAteek-singHWY wants to merge 15 commits intoOWASP:mainfrom
PRAteek-singHWY wants to merge 15 commits intoOWASP:mainfrom
Conversation
d3c27f6 to
f2871f6
Compare
Contributor
Author
This was referenced Dec 18, 2025
Contributor
Author
Review focus (apologies for noisy diff)Apologies for the larger diff than expected — the functional changes in this PR are limited to the following files:
All other changes are incidental (lockfiles / generated assets) from syncing branches during development and do not affect the CSV download behavior. Thanks for your patience, and please let me know if you’d prefer me to split or clean up the incidental changes in a follow-up PR. |
Contributor
Author
|
This PR is part of the MyOpenCRE frontend flow resolving #584. Full context and next steps are summarized on the issue. |
f2871f6 to
fcb23cf
Compare
fcb23cf to
2a5f295
Compare
2a5f295 to
d87f709
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is stacked on top of PR #661 and depends on it.
Please review and merge #661 first.
Summary
This PR implements the first step of the MyOpenCRE flow by enabling users to download a CSV containing all existing CREs via the UI.
Context
The earlier MyOpenCRE work introduced the page and template.
This PR completes the download requirement by returning a CSV populated with all CREs from the database.
Scope
/rest/v1/cre_csvand downloads a valid CSV fileOut of scope
These will be handled in follow-up PRs.
How to test
Closes #584 (partial)