WIP: [BB-2935] Ignore - For testing OCIM stage - #253
Closed
aayushagrawal9 wants to merge 5588 commits into
Closed
Conversation
PROD-2014
PROD-2018
PROD-2011
PROD-2015
PROD-2019
PROD-2024
…s-7813850 Python Requirements Update
Ratelimit the registration endpoint
…b, which ran python -m edx_repo_tools.modernize_openedx_yaml --path=openedx.yaml The following packages were installed: git+https://github.com/edx/repo-tools.git@4ac2ffde02b6df4bf633f7b88966137d71233bb1.
This fixes a bug where the video transcripts panel would be open on page load even when no transcripts were present. It also cleans up the code a bit to remove unused cookies and tries to reduce flickering of the transcript panel.
disable xsslint on program_header_view
Allow entitlements to be used past the course has ended but upgrade deadline is still in future for already enrolled learners. PROD-1497
This fixes the execption in lms when accessing a blank course via the front-end-learning MFE.
[BD-05] [TNL-7308] Add ORA Zipped File Download for Submission Text + Attached Files
AA-368: Surface resume_block in Outline Tab API
bumping enterprise version 3.8.9
* Add CSRF tokens to demographics modal PATCH We have temporarilly copied over the CSRF code from frontend-platform to use with the demographics modal. This code is most likely temporary and is not maintained like frontend-platform.
…es instead of setting it to null (#25001)
* Add CSRF to post requests to demographics * Reorganize code
Previously, we'd been avoiding PLS due dates for ORA *sections*. That is, if a section had only ORA content, we'd not set a PLS due date for anything in that section. If any content in that section had non-ORA graded content however, we would set dates on all subsections, including the ORA one. This resulted in some ORA-only subsections showing up twice on the dates tab. So this patch simply brings down the ORA-only check to a *subsection* level, not a section one.
AA-335: Avoid due dates for ORA subsections
[BD-21] Document feature toggles
disable xsslint
…h edx-django-utils (#25010) This uses the new names introduced in edx-django-utils 3.8.0 (openedx/edx-django-utils#59), which we're already using, as well as updating a few other locations where we incorrectly refer to New Relic custom metrics instead of custom attributes. Includes a couple of unrelated lint fixes in a file I modified.
… the header user-menu. Also, guard against no branding config when getting learner portal data.
tecoholic
pushed a commit
that referenced
this pull request
Dec 5, 2022
fix: Fix retiring user auth models on disable event
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 just to create a stage OCIM instance to test BB-2935. Please ignore it.
Settings