Skip to content

Deprecate GraphQL name field in CiMinutesProjectMonthlyUsage

GitLab customers with an active subscriptions can reach out to GitLab Support when encountering unexpected problems with this change.


Deprecation Summary

The field name in CiMinutesProjectMonthlyUsage is being replaced by the field project of type Project because we needed some extra fields from project as part of !95259 (comment 1072458728)

Product Usage

Customers could get the name of the project in the query, now we return the entire project type, so they can query project.name instead.

Breaking Change?

Yes: We'll use now project.name instead of name in the query.

Affected Customers

  • GitLab.com
  • Self-managed
  • Dedicated

Affected Tier

All tiers

Deprecation Milestone

%17.7 (The field has the deprecation note on it since %15.6 -> !95259 (merged))

Planned Removal Milestone

%18.0

Links

Checklists

Timeline

Communication Plan

DRIs: @sheldonled

  • Product Manager: @alex_martin
  • As soon as possible, but no later than the third milestone preceding the major release (for example, given the following release schedule: 17.8, 17.9, 17.10, 17.11, 18.017.9 is the third milestone preceding the major release):
  • On the major milestone:

Approvals

  • Product Manager @alex_martin
  • Engineering Manager @jameslopez
  • Senior Engineering Manager / Director @jeromezng
  • Group / Director of Product Management @ofernandez2

References

Edited by Sheldon Led