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

feat: DEPR EdxRestApiClient #303

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

Yagnesh1998
Copy link

Description:

As Per this DEPR: openedx/public-engineering#218

This ticket is to clean-up some remaining usages, and ultimately to remove the deprecated EdxRestApiClient so the code no longer lives in the platform.

Move EdxRestApiClient into a location near where it is used in edx-platform and rename it to DeprecatedRestApiClient

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Nov 6, 2023
@openedx-webhooks
Copy link

openedx-webhooks commented Nov 6, 2023

Thanks for the pull request, @Yagnesh1998!

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

🔘 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/openedx-unmaintained. 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.

@dianakhuang
Copy link
Contributor

Another note: you will want to bump the version number for this library (in the version file) to a new major version (so 6.0.0) and add a note to the README that there is a breaking change here.

@mphilbrick211 mphilbrick211 added the needs test run Author's first PR to this repository, awaiting test authorization from Axim label Nov 6, 2023
@e0d e0d removed the needs test run Author's first PR to this repository, awaiting test authorization from Axim label Nov 9, 2023
@e0d
Copy link

e0d commented Nov 9, 2023

Hi @Yagnesh1998 looks like there are some CI failures, can you have a look?

@Yagnesh1998
Copy link
Author

Yagnesh1998 commented Nov 15, 2023

@mphilbrick211 two workflows awaiting approval.

@mphilbrick211
Copy link

Hi @Yagnesh1998! I'm seeing that the workflows are enabled. Would you mind looking into the failing checks?

@Yagnesh1998
Copy link
Author

Yagnesh1998 commented Nov 16, 2023

@mphilbrick211 After adding a commit on this repo it always gives me 2 workflows waiting for approval. can I approve it myself?

@mphilbrick211
Copy link

@Yagnesh1998 - it looks like you should be able to rebase and have the tests run again. Let me know if that doesn't work.

@Yagnesh1998
Copy link
Author

Yagnesh1998 commented Nov 16, 2023

@mphilbrick211 doesn't work. my question is in my local system I can see the failing test but when I push commit here it always gives me 2 workflows waiting for approval. But when I worked on the commits in the edx-platform repo in the past, I did not see this type of problem, and all the tests were passed.

@Yagnesh1998
Copy link
Author

Yagnesh1998 commented Nov 17, 2023

@mphilbrick211 can u please approve the workflow so the tests are starting to run?

@mphilbrick211
Copy link

@Yagnesh1998 - looks like all the tests ran and are passing.

@openedx/arch-bom - this is ready for review!

@mphilbrick211 mphilbrick211 requested a review from a team November 17, 2023 21:32

import crum
import requests
import requests.utils
import slumber
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

@Yagnesh1998: A reminder to update CHANGELOG.rst. See https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0051-bp-conventional-commits.html for handling backward incompatible changes like this one.

@Yagnesh1998
Copy link
Author

@robrap I think it's done. Any suggestions or any feedback.

@robrap
Copy link
Contributor

robrap commented Nov 27, 2023

@dianakhuang: Do we want to add a local version to edx-platform, which will also require adding slumber to edx-platform directly, or is it possible to repeat the fixes that were done in the first place to retire the client?

UPDATE: I moved this comment to openedx/edx-platform#33603 (comment)

Copy link
Contributor

@dianakhuang dianakhuang left a comment

Choose a reason for hiding this comment

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

Could you also update CHANGELOG.rst for version 6.0.0 mentioning that we are removing EdxRestApiClient and that it's a breaking change?

@mphilbrick211
Copy link

@dianakhuang - would you mind enabling tests on this again? Thanks!

@mphilbrick211
Copy link

@robrap - is this something you can review / merge?

@dianakhuang
Copy link
Contributor

@Yagnesh1998 could you rebase and resolve conflicts? I can re-review it once that's done.

@mphilbrick211
Copy link

Hi @Yagnesh1998 - checking in on this. Are you planning to pursue this pull request? If so, there's branch conflicts that need to be resolved before the pull request can be merged. Thanks!

@Yagnesh1998
Copy link
Author

Yagnesh1998 commented May 1, 2024

I will do that currently I am on holiday but I will finish that soon.Thanks for reminding and commenting :) @mphilbrick211

@mphilbrick211
Copy link

Hi @Yagnesh1998 - friendly check in on this :)

@mphilbrick211 mphilbrick211 added the inactive PR author has been unresponsive for several months label Jul 16, 2024
@mphilbrick211
Copy link

Closing for now. Can reopen in the future if needed.

@mphilbrick211 mphilbrick211 added closed inactivity PR was closed because the author abandoned it and removed inactive PR author has been unresponsive for several months labels Aug 22, 2024
@feanil
Copy link
Contributor

feanil commented Sep 5, 2024

Gonna re-open and see if DEPR WG can get it over the line.

@feanil feanil reopened this Sep 5, 2024
@feanil feanil force-pushed the edx-depr218 branch 2 times, most recently from 8453c73 to 16def69 Compare September 5, 2024 15:42
@feanil
Copy link
Contributor

feanil commented Sep 5, 2024

@robrap @dianakhuang this is good to go now I think, also, while doing this I noticed other maintenance that needs to be done so I made a PR for that here: #362

I'd love to land both before the major version bump.

@feanil feanil merged commit f3a7cd0 into openedx:master Sep 6, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed inactivity PR was closed because the author abandoned it open-source-contribution PR author is not from Axim or 2U
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

7 participants