connorhaugh

Results 14 issues of connorhaugh

In order to accomplish https://2u-internal.atlassian.net/browse/TNL-9975 I need to get the course authoring MFE on a sandbox. I anticipate we will also soon the the library authoring MFE for other BD-14...

Currently, Devstack and MYSQL interact poorly with newer Apple Machines which use "M1" Chips. An error causes provisioning to fail. A workaround is to specify ``platform: linux/amd64`` under the heading...

This ADR proposes a Paragon TextEditor component as a pass through of Tinymce, an existing WYSIWIG text editor, with standardization. This follows the suggested reverse process for engineers to submit...

## Description Conversation around a hasty fix for security reasons led to a fix-forward improvement. You can find that conversation here. https://github.com/openedx/edx-platform/pull/31221 . This fix has some open questions: -...

## Description This solves https://2u-internal.atlassian.net/browse/TNL-10162 for olive. Backport to Olive also coming. You can see the change in master here: https://github.com/openedx/edx-platform/pull/31218 It appears that it’s possible for a student with...

This solves https://2u-internal.atlassian.net/browse/TNL-10162 for olive. Backport to Nutmeg also coming. You can see the change in master here: https://github.com/openedx/edx-platform/pull/31218 It appears that it’s possible for a student with no special...

Configuration Pull Request based off of https://2u-internal.atlassian.net/wiki/spaces/FEDX/pages/11764240/How+To+Add+an+MFE+to+a+Sandbox: Step 1 was incomplete --- Make sure that the following steps are done before merging: - [ ] A SRE team member has...

## Description TODO: Include a detailed description of the changes in the body of the PR ## Author Comments, Concerns, and Open Questions ## Test Instructions TODO: Include detailed instructions...

Collections are the abstraction for a set of learning contexts or bundles. > The idea behind collections was that they can be used to apply permissions and other metadata to...

## Description this PR adds the ability for DD to gather traces in celery tasks, something NR does automatically. I know this is DD specific code, but a long-term solution...