perf: added teak support#38
Merged
Merged
Conversation
magajh
requested changes
Jun 23, 2025
magajh
left a comment
Contributor
There was a problem hiding this comment.
@Asespinel please remember to update the CHANGELOG
Also, have we checked that all the dependencies of the workflows are up to date?
| The settings can be changed in ``mindmap/settings/common.py`` or, for example, in tutor configurations. | ||
|
|
||
| **NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood and Sumac versions. | ||
| **NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood, Sumac and Teak versions. |
Contributor
There was a problem hiding this comment.
Same comment as eduNEXT/xblock-filesmanager#46 (comment)
Contributor
Author
There was a problem hiding this comment.
I updated the change log and the readme file.
| urllib3<2.0.0 | ||
| # Cause: https://github.com/openedx/edx-lint/issues/475 | ||
| # This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved. | ||
| urllib3<2.3.0 |
Contributor
There was a problem hiding this comment.
Do the xblocks have problems if we remove this constraint?
magajh
approved these changes
Jun 23, 2025
magajh
left a comment
Contributor
There was a problem hiding this comment.
LGTM, just a small comment regarding the changelog entry
| Changed | ||
| ======= | ||
|
|
||
| * Updated dependency versions in requirements |
Contributor
There was a problem hiding this comment.
I think we should improve this entry
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.
Description
This PR aims to support the Teak release.
Testing instructions
1, Create a Teak environment using Tutor or TVM.

2. Install xblock-mindmap using this branch you can follow the official tutor documentation.
3. In a course of study:
Navigate to Settings -> Advanced Settings and go to Advanced Module List settings.
Add: "mindmap"
4. Add the component under the "advanced" section
5.