Piotr Surowiec
Piotr Surowiec
## Description As a part of the ModuleSystem removal, we want to get rid of its remaining attributes: - `track_function`, - `publish`. ## Supporting information Sandbox instance: https://pr30046.sandbox.opencraft.hosting/ Use `[email protected]:edx`...
## Description Most of the methods in `XmlMixin` act as wrappers for the official API for serialization and deserialization (`parse_xml()` and `add_xml_to_node()`). `XmlParserMixin` contains the code which does the actual...
## Description When an individual extension is created through the `Instructor Dashboard` -> `Extensions`, the change is not immediately visible for students because `edx-when` caches it. This makes the following...
Enabling the rounding in #16837 has been causing noticeable (up to 1 percentage point) differences between non-rounded subsection grades and a total grade for a course. This increases the grade...
[MongoDB version 4.4 will reach End of Life (EOL) in February 2024](https://endoflife.date/mongodb). The [Support Windows spreadsheet](https://docs.google.com/spreadsheets/d/11DheEtMDGrbA9hsUvZ2SEd4Cc8CaC4mAfoV8SVaLBGI/edit#gid=195838733&range=G28:AX28) does not list newer MongoDB versions. ```[tasklist] ### Tasks - [ ] https://github.com/openedx/edx-platform/pull/34213 ```
Rendering blocks directly in the MFE was developed for the Library Authoring MFE. The solution was then ported to the Learning MFE. This commit includes backend changes required to retrieve...
We used two decimal digits to match the experience from the edx-platform. However, https://github.com/openedx/edx-platform/pull/27788 increased the precision to reduce the impact of double rounding. See the details and testing instructions...
## Description This fixes the typo in the `ManualEnrollmentAudit.state_transition`. ## Testing instructions 1. Go to the Instructor Dashboard -> Membership. 2. Enroll and then unenroll `[email protected]` in the course. 3....