Skip to content
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

Bump Paragon to v22.2.1, fix some bugs that turned up #933

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

bradenmacdonald
Copy link
Contributor

@bradenmacdonald bradenmacdonald commented Apr 3, 2024

Description

This bumps Paragon to v22.2.1, which includes:

Supporting information

I have tried to update everything to resolve the breaking changes. But some things (like the video uploads page) I do not know how to test (they aren't working on my devstack).

Private ref: came from work on FAL-3696

@bradenmacdonald bradenmacdonald requested a review from a team as a code owner April 3, 2024 17:51
@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Apr 3, 2024
@openedx-webhooks
Copy link

Thanks for the pull request, @bradenmacdonald! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.93%. Comparing base (99a144a) to head (1f58aac).
Report is 9 commits behind head on master.

❗ Current head 1f58aac differs from pull request most recent head 98b8deb. Consider uploading reports for the commit 98b8deb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #933      +/-   ##
==========================================
- Coverage   92.00%   91.93%   -0.07%     
==========================================
  Files         612      571      -41     
  Lines       10746    10233     -513     
  Branches     2305     2230      -75     
==========================================
- Hits         9887     9408     -479     
+ Misses        830      798      -32     
+ Partials       29       27       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -421,7 +421,7 @@ describe('Videos page', () => {
fireEvent.click(screen.getByText(messages.applySortButton.defaultMessage));
});

const imageFilterChip = screen.getByTestId('icon-after');
const imageFilterChip = screen.getByRole('button', { name: 'Remove this filter' });
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The testid was removed from the "after" button in upstream Paragon. And anyways testid should be avoided. So I added an explicit alt text using the new iconAfterAlt attribute, and updated the test to use that.

@bradenmacdonald
Copy link
Contributor Author

@KristinAoki Would you be able to review this?

@mphilbrick211 mphilbrick211 added the waiting for eng review PR is ready for review. Review and merge it, or suggest changes. label Apr 3, 2024
@bradenmacdonald
Copy link
Contributor Author

Thanks @KristinAoki! I rebased this just now, and fixed one more snapshot test that needed updating. Could you please merge? I don't have permission.

@KristinAoki KristinAoki merged commit 2fda48f into openedx:master Apr 12, 2024
4 checks passed
@openedx-webhooks
Copy link

@bradenmacdonald 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

@bradenmacdonald bradenmacdonald deleted the paragon-bump branch July 12, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U waiting for eng review PR is ready for review. Review and merge it, or suggest changes.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants