Skip to content

Drop old upcoming_reconciliations endpoint

Bishwa Hang Rai requested to merge 476217-drop-deprecated-endpoint into master

What does this MR do and why?

This MR drops the deprecated endpoint PUT /api/v4/internal/upcoming_reconciliations and DELETE /api/v4/internal/upcoming_reconciliations.

  1. These endpoints are internal endpoints and was only used by CustomersDot : for GitLab.com and authenticated via admin PAT
  2. These were deprecated and migrated to new endpoint: !158922 (merged)
  3. CustomersDot now uses new migrated internal endpoint for upcoming_reconciliations

Logs:

  1. New endpoint /api/v4/internal/gitlab_subscriptions/namespaces/:id/upcoming_reconciliations: https://log.gprd.gitlab.net/app/r/s/Nsih8
  2. Deprecated endpoint: /api/v4/internal/upcoming_reconciliations : https://log.gprd.gitlab.net/app/r/s/XOFPk (zero hits|)

Additionally, we have a confirmation from JiHu that they don't use this deprecated endpoint.

Related to #476217 (closed)

Previous MR: !165020 (merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Green CI build.

Edited by Bishwa Hang Rai

Merge request reports

Loading