-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat: Extend MFE Config API for frontend-app-catalog [FC-0086]
#37130
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
brian-smith-tcril
merged 14 commits into
openedx:master
from
raccoongang:nanai/axm-2658/extend-mfe-api
Aug 15, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b56efe6
feat: return response merged from base config, mfe config and mfe ove…
Serj-N f446786
test: adjust existing tests
Serj-N c76306e
test: add new test methods
Serj-N 4ab54d7
fix: add blank line
Serj-N f5d556a
fix: remove homepage_overlay_html
Serj-N ba5608b
fix: typo in a comment
Serj-N 0e24160
test: change dict merge order to follow the correct hierarchy
Serj-N c4e54e0
fix: change response keys to uppercase
Serj-N 371bd2f
fix: add enable_course_discovery
Serj-N 583ca93
fix: change COURSES_ARE_BROWSABLE to NON_BROWSABLE_COURSES
Serj-N 45cf21a
fix: remove show_homepage_promo_video
Serj-N ec6c307
fix: use None as default for promo video youtube id
Serj-N b0f0717
docs: expand docstrings, rename method/variables
Serj-N d0ea0ee
fix: remove is_cosmetic_price_enabled field
Serj-N 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Docstring added with a todo (add link)
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.
@Serj-N would you be willing to create the new DEPR ticket for this and link to it here and in #36785?
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.
@Serj-N I landed this PR with the todo, and created an issue to track splitting up the DEPR and adding the link. #37210