Releases: openedx/edx-enterprise
Implement "move to completed" functionality for Enterprise Enrollments.
Implement "move to completed" functionality for Enterprise Enrollments.
Improved enterprise enrollment workflow logging
Improved enterprise enrollment workflow logging for easier querying in Splunk
Updated learner portal enrollments endpoint to require an enterprise id.
Updated learner portal enrollments endpoint to require an enterprise id.
Corrected migration for Enterprise Reporting Configurations model
Merge pull request #559 from edx/aj/ENT-2191 Corrected issue with missing information in a migration.
Added additional Enterprise Reporting Configurations APIs
To support managing Reporting Configurations we are releasing APIs using our feature-based roles for authentication.
Added XAPILearnerDataTransmissionAudit model for xapi integrated channel.
Added XAPILearnerDataTransmissionAudit model for xapi integrated channel and more useful logging.
Another iteration on enterprise_learner_portal serializer
Once again prevent errors happen if certificate_info is None (#556) * Once again prevent errors happen if certificate_info is None * Bumping version * Changing declaration of certificate_info
Type check added, as well as quality fixes
Adding a type check to the CourseEnrollmentSerializer in the enterprise_learner_portal app to prevent 500s.
Also adding enterprise_learner_portal app to quality check commands.
Fix for update course description in SAP
Fix for include course run dates and pacing type in the course description sent to SAP. Prior release (1.9.2) did not include bumping the version in init.py.
Update course description in SAP
Include course run dates and pacing type in the course description sent to SAP.