irfanuddinahmad
irfanuddinahmad
Description: This PR creates tasks for a report of enterprise learner engagement in insights. Also creates a task for pushing course_block_records as insights.course_structure. JIRA: ENT-2664, ENT-2548 Status: A work in...
**Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production but edx-platform doesn't install...
## edX Internal Developers are expected to [release and monitor their changes](https://openedx.atlassian.net/wiki/spaces/RS/pages/1835106870/How+to+contribute+to+our+repositories) ## Description Describe what this pull request changes, and why these changes were made. How will these changes...
Description: This PR optimises MySQL offer_conditionaloffer select by indexing catalogue_productattributevalue. Newrelic recommends the following for this model:  ``` SELECT (`voucher_voucher_offers`.`voucher_id`) AS `_prefetch_related_val_voucher_id`, `offer_conditionaloffer`.`id`, `offer_conditionaloffer`.`name`, `offer_conditionaloffer`.`slug`, `offer_conditionaloffer`.`description`, `offer_conditionaloffer`.`offer_type`, `offer_conditionaloffer`.`exclusive`, `offer_conditionaloffer`.`status`,...
## Post-review * [ ] Squash commits into discrete sets of changes * [ ] Ensure that once the changes have been [deployed to stage](https://gocd.tools.edx.org/go/pipeline/activity/stage-enterprise_catalog), prod is manually deployed
**Description**: This PR fixes the query for the monthly impact report command. The table column names were updated. **JIRA**: [ENT-9584](https://2u-internal.atlassian.net/browse/ENT-9584) **Merge checklist:** - [ ] Any new requirements are in...
## Description This PR adds the authentication and permission classes for the auto auth view. This will enable executing critical smoke tests on the Production environment.
# For all changes - [ ] Ensure adequate tests are in place (or reviewed existing tests cover changes) # Only if submitting a visual change - [ ] Ensure...
This pull request introduces a new view to support IdP-initiated SSO login flows, specifically designed for Auth0's IdP-initiated SAML sign-on to OIDC applications. It adds a robust, well-tested endpoint for...