-
Notifications
You must be signed in to change notification settings - Fork 4k
fix/248-depr-karma-selenium-webdriver-launcher #36578
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
fix/248-depr-karma-selenium-webdriver-launcher #36578
Conversation
Thanks for the pull request, @tonybusa! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
Iframe reload optimizations for various xblock related actions. Added some improvements related to scrolling to the current xblock. Fixed behavior of the xblock action dropdown list.
Attaching jira ticket for reference: https://2u-internal.atlassian.net/browse/TNL-11731 - compile_sass script was generating the `studio-main-v1.scss` file but it wasn't correct and wasn't picking the changes from paragon. As a result, `edx.org-next` theme wasn't being applied to the studio. And the reason was this line: https://github.com/openedx/edx-platform/pull/35233/files#:~:text=//%20%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D-,%40import%20%27_builtin%2Dblock%2Dvariables%27%3B,-%40import%20%27bourbon. - This PR fixes the studio theme as I have rearranged `studio-main-v1.scss` file so that theme changes can be applied correctly.
…nedx#36226) * fix: always define a student_data_store to prevent errors on XBlock load * chore: bump xblock version to 5.1.2
version bump Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
* Adds padding to the text of the competition block editor. * Fix the style of the Save and Cancel buttons of the PDF block editor. * Moves the Save and Cancel buttons to the bottom of the modal. * Moves the Save and Cancel button to the right. * Which edX user roles will this change impact? "Course Author"
…ibrary content [FC-0076] (openedx#36228) When deleting an upstream library block, ensure that any tags that may have been copied to downstream blocks are made editable again. This is achieved by un-setting the `is_copied` flag on the downstream tags.
Updates the requirements for using the latest version of xblock-poll. Changes are generated by make compile-requirements
* fix: fix tests with new version of edx-proctoring * feat: Upgrade Python dependency edx-proctoring (openedx#36255) chore: update edx-proctoring version Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: UsamaSadiq <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: upgrade faker package version Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: UsamaSadiq <[email protected]> Co-authored-by: Usama Sadiq <[email protected]>
Co-authored-by: Hassan Raza <[email protected]>
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: UsamaSadiq <[email protected]> Co-authored-by: Usama Sadiq <[email protected]>
Adds api for listing upstream entity links for a given course.
chore: Update xblocks-contrib pypi package Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
…x#35612) * feat!: upgrading api to DRF
A new application has been created, described in this ADR: openedx#36545 have been created, as well as related models for mapping original content and new content created during the import process. Python and Django APIs, as well as a Django admin interface, will soon follow.
…enedx#36534) - Fix bug where we were overwriting `remote_emsg` with None, and add test that would have caught it. - Suppress differences due solely to the codejail sandbox directory name differing (in stack traces), and add test for this. Configurable because we'll need to add an additional search/replace pair for the sandbox venv paths. - Add a variety of custom attributes, replacing existing ones. The attrs now have a prefixed naming scheme to simplify searching. - Add slug to log output so we can more readily correlate traces and logs, as well as logs across services. - Fix typo in error message. - Fix existing import sort order lint.
…enedx#36543) * feat: REST API to publish the changes to a container * fix: trigger LIBRARY_CONTAINER_UPDATED when component published for components in containers. --------- Co-authored-by: Jillian Vogel <[email protected]>
chore: added logs for debuging Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
This reverts commit 0a05dc2.
We need to make globals JSON-friendly before sending them across the network. Addresses edx/edx-arch-experiments#1016
…penedx#36554) This reverts commit 447cd79.
…6550)" (openedx#36554)" (openedx#36569) This reverts commit 51a48b4.
* Added publish_display_name and last_published on container search document. * This change is used in feat: Add unit from library in course [FC-0083] frontend-app-authoring#1829 to show only published units in the unit picker, also to show the published_display_name in the picker, and avoid empty titles. * Which edX user roles will this change impact? "Developer".
* It was this error 'Uncaught TypeError: el.timepicker is not a function' while rendering the editor. It's fixed adding the timepicker pluging in xblock_v2/xblock_iframe.html * Added '.openassessment_cancel_button' and '.openassessment_save_button' as action buttons. * Use openassessment manifest.json to load css from dist
This is needed by several aspects of the Teak Libraries Overhaul (https://github.com/orgs/openedx/projects/66) including: * copy-paste of containers between courses and V2 libraries * syncing of containers in courses from V2 libraries * the import_from_modulestore API
…her changes are reflected
44b2cfe
to
3f17a94
Compare
…commented out the webpack test from the LMS karma config
Description
This change request address the issue: openedx/public-engineering#248 by removing the reference to
karma-selenium-webdriver-launcher
in the package.json and the karma configs. I also took it a step further to comment out the tests in thelms/static/karma_lms.conf.js
that reference webpack:so that we could potentially have more code coverage if deemed useful. Otherwise, we may want to go through and delete all spec files within the LMS folder since they aren't being run, and/or maintained.
Useful information to include:
Supporting information
Original issue: openedx/public-engineering#248
Follow up issue: #35956
Testing instructions
These affect tests that run in the CI on a linux machine. Unable to run the npm commands locally on my mac machine.
Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.