-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat: add bulk certificate exceptions CSV upload endpoint #38464
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
Merged
wgu-taylor-payne
merged 34 commits into
openedx:master
from
WGU-Open-edX:wgu-jesse-stewart/instructor_dashboard_certificates_bulk
May 1, 2026
Merged
Changes from 27 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1f6fb47
feat: add certificate management v2 API endpoints
wgu-jesse-stewart d2de81c
fix: linting
wgu-jesse-stewart 4a355f5
fix: linting
wgu-jesse-stewart ea687fe
fix: linting
wgu-jesse-stewart 5f7d3df
fix: linting
wgu-jesse-stewart 5d08560
feat: PR feedback
wgu-jesse-stewart a394008
fix: Removed the unused invalidated_user_ids
wgu-jesse-stewart 0d8809e
feat: update tests
wgu-jesse-stewart 33364c0
feat: update tests
wgu-jesse-stewart 2d2c62a
feat: update tests
wgu-jesse-stewart 6b9a2e9
feat: update tests
wgu-jesse-stewart 66e1243
feat: PR feedback
wgu-jesse-stewart 1b43fc5
fix: tests
wgu-jesse-stewart d8ff883
feat: PR feedback
wgu-jesse-stewart 684a245
fix: build
wgu-jesse-stewart 2902be9
fix: tests
wgu-jesse-stewart daf8ce0
feat: wrap create_certificate_invalidation_entry in atomic
wgu-jesse-stewart 397b8f8
Merge branch 'master' into wgu-jesse-stewart/instructor_dashboard_cer…
wgu-jesse-stewart 9e74963
feat: add logging and max_length
wgu-jesse-stewart 0592918
Merge branch 'wgu-jesse-stewart/instructor_dashboard_certificates_v2'…
wgu-jesse-stewart a317b19
feat: show all exceptions granted records
wgu-jesse-stewart 5736077
fix: tests
wgu-jesse-stewart a56b2c3
feat: PR feedback
wgu-jesse-stewart 7acb2a4
feat: adds bulk grant exception
wgu-jesse-stewart df144dd
Merge branch 'master' into wgu-jesse-stewart/instructor_dashboard_cer…
wgu-jesse-stewart 3634c66
fix: linting
wgu-jesse-stewart 472329e
fix: tests
wgu-jesse-stewart b2a9997
fix: PR feedback
wgu-jesse-stewart f8b4990
Merge branch 'master' into wgu-jesse-stewart/instructor_dashboard_cer…
wgu-jesse-stewart f98c3fb
fix: revert jwt test
wgu-jesse-stewart 20540b8
fix: revert jwt test
wgu-jesse-stewart 4e74557
fix: linting
wgu-jesse-stewart 23b2f9a
fix: remove unused variable to satisfy ruff F841
wgu-taylor-payne dea2589
fix: narrow exception handling in BulkCertificateExceptionsView
wgu-jesse-stewart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit:
_row_numis unused. Either drop theenumerateor use the row number in error messages (the latter would be more useful for users debugging a bad CSV).