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

Using POST /api/plugins endpoint instead of POST /api/ij-plugins/upload endpoint in publishPlugin() task for IDE Services uploads #1823

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Dr-Evans
Copy link

@Dr-Evans Dr-Evans commented Nov 7, 2024

Pull Request Details

Description

The purpose of this PR is to migrate the publishPlugin() from using the deprecated POST /api/ij-plugins/upload endpoint to the new path, POST /api/plugins. These two endpoints current share the same exact interface, so only the path needs to change.

Motivation and Context

IDE Services will be removing this deprecated endpoint in a future release.

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have included my change in the CHANGELOG.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@Dr-Evans Dr-Evans marked this pull request as ready for review November 7, 2024 12:20
@Dr-Evans Dr-Evans changed the title Ide services api plugins Using POST /api/plugins endpoint instead of POST /api/ij-plugins/upload endpoint in publishPlugin() when configured to upload to IDE Services Nov 7, 2024
@Dr-Evans Dr-Evans changed the title Using POST /api/plugins endpoint instead of POST /api/ij-plugins/upload endpoint in publishPlugin() when configured to upload to IDE Services Using POST /api/plugins endpoint instead of POST /api/ij-plugins/upload endpoint in publishPlugin() task for IDE Services uploads Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant