Skip to content

Draft: Drop old upcoming_reconciliations endpoint

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|)

Related to #476217 (closed)

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.

Edited by Bishwa Hang Rai

Merge request reports

Loading