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

fix: Remove duplicated (unclosed) section tag #35301

Closed

Conversation

rediris
Copy link

@rediris rediris commented Aug 12, 2024

Description

This PR removes some bad (duplicated) markup in the static tab file. The current behavior leads to an unclosed HTML tag, which can be confirmed by viewing the document source.

@openedx-webhooks
Copy link

Thanks for the pull request, @rediris!

What's next?

Please work through the following steps to get your changes ready for engineering review:

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.

🔘 Provide context

To 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:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads

🔘 Submit a signed contributor agreement (CLA)

⚠️ We ask all contributors to the Open edX project to submit a signed contributor agreement or indicate their institutional affiliation.
Please see the CONTRIBUTING file for more information.

If you've signed an agreement in the past, you may need to re-sign.
See The New Home of the Open edX Codebase for details.

Once you've signed the CLA, please allow 1 business day for it to be processed.
After this time, you can re-run the CLA check by adding a comment below that you have signed it.
If the CLA check continues to fail, you can tag the @openedx/cla-problems team in a comment for further assistance.

🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

🔘 Let us know that your PR is ready for review:

Who will review my changes?

This repository is currently maintained by @openedx/wg-maintenance-edx-platform. Tag them in a comment and let them know that your changes are ready for review.

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:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Aug 12, 2024
@mphilbrick211
Copy link

Hi @rediris! Thank you for this contribution! Please let us know if you have any questions regarding submitting a CLA form. Thank you!

@mphilbrick211 mphilbrick211 added the needs test run Author's first PR to this repository, awaiting test authorization from Axim label Aug 12, 2024
Copy link
Member

@kdmccormick kdmccormick left a comment

Choose a reason for hiding this comment

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

Thanks for the fix @rediris . Once you sign the CLA, I'll merge this.

@e0d
Copy link
Contributor

e0d commented Aug 22, 2024

@rediris I notice there are some commit-lint failures. Please note that we use conventional commits across Open edX projects. You can read about the details here. Can you please amend your commit messages to follow our standard?

@mphilbrick211 mphilbrick211 removed the needs test run Author's first PR to this repository, awaiting test authorization from Axim label Aug 23, 2024
rediris and others added 23 commits August 27, 2024 15:57
added logs for data dog inspection for permission check in handler function.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
feat: added migration for model updateroleassignmentswithcustomersconfig

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
* Revert "fix: change settings config to empty list not dict"

This reverts commit b65550c.

* Revert "fix: dependencies again"

This reverts commit c06416b.

* Revert "feat: updated user retirement docs"

This reverts commit c9641b3.

* Revert "fix: install dependencies"

This reverts commit a5442b2.

* Revert "Revert "fix: dependencies""

This reverts commit 4cde950.

* Revert "fix: dependencies"

This reverts commit 8a1c30e.

* Revert "fix: Add CI update for tests"

This reverts commit 64098b6.

* Revert "fix: tests"

This reverts commit 5e636de.

* Revert "fix: generalize internal services"

This reverts commit e8f9db4.

* Revert "fix: quality"

This reverts commit 77ca0f7.

* Revert "feat: Commerce Coordinator step in retirement pipeline"

This reverts commit c24c874.
…api (openedx#35084)

* feat: upgrading simple api to drf compatible.
iamsobanjaved and others added 19 commits August 27, 2024 16:00
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
…ontent (openedx#35111)

* feat: upgrading simple api to drf compatible.
)

* fix: Respect the authsource kwarg for MongoDB connections

The changes for upgrading to PyMongo 4.4 introduced an authentication
bug in Mongo connections. The `authSource` parameter was being
hard-coded to use the database being connected to. In Mongo the `admin`
db is typically the source of authentication, so unless the user was
explicitly created in the target db then any attempts to connect would
result in authentication failures.

This restores the behavior of allowing for the lowercased `authsource`
kwarg to be used for the `authSource` connection parameter, while
otherwise respecting the operator's configuration parameters.

* fix: Respect the authsource kwarg for MongoDB connections

The changes for upgrading to PyMongo 4.4 introduced an authentication
bug in Mongo connections. The `authSource` parameter was being
hard-coded to use the database being connected to. In Mongo the `admin`
db is typically the source of authentication, so unless the user was
explicitly created in the target db then any attempts to connect would
result in authentication failures.

This restores the behavior of allowing for the lowercased `authsource`
kwarg to be used for the `authSource` connection parameter, while
otherwise respecting the operator's configuration parameters.
I'm about to make a bunch of changes to this file, and before I do I'm
saving it and letting the linter reformatted to our current code style
standards, so that code reviewers won't have to read a mix of lint and
code changes.

FIXES: APER-3554
…edx#35138)

* chore: provide logo url from backend for batch enrollment email
Editing this file is going to cause a lot of automatic linting, so lint-only commit for nicer code review.
This commits adds a VerificationAttempt model to store implementation and provider agnostic information about identity verification attempts in the platform.
added encrypted columns for user credentials for SAP config

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
This PR fixes the accessibility issues associated with only visually treating the current transcript line. The current implementation for the transcript panel bolds the text that is actively being spoken or skipped to. However, there is no aria attribute present to convey this change to assistive technology. This change impacts learners and course authors.
@kdmccormick
Copy link
Member

@rediris Were you able to sign the CLA? That's the only thing blocking me from merging your contribution.

No need to worry about the committlint failures. Those are happening because of the Merge commits, but when I merge your PR I will squash those all away.

@rediris rediris force-pushed the fix/duplicated-unclosed-markup branch from 443bcec to 2c66cf0 Compare August 27, 2024 20:01
@rediris rediris requested a review from a team as a code owner August 27, 2024 20:01
@rediris
Copy link
Author

rediris commented Aug 27, 2024

Hi @kdmccormick I did send a CLA request, but I don't know where I am in the process. I'm going to scrap this PR and start over - this rebasing is turning into too much of a headache.

@rediris
Copy link
Author

rediris commented Aug 27, 2024

Closing to redo the PR.

@rediris rediris closed this Aug 27, 2024
@openedx-webhooks
Copy link

@rediris Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future.

@rediris rediris deleted the fix/duplicated-unclosed-markup branch August 27, 2024 20:07
rediris added a commit to rediris/edx-platform that referenced this pull request Oct 21, 2024
## Description

This PR removes some bad (duplicated) markup in the static tab file. The current behavior leads to an unclosed HTML tag, which can be confirmed by viewing the document source.

---
See original, abandoned PR here: openedx#35301

See a 2nd abandoned PR here:
openedx#35382
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.