Skip to content

Move ErrorTrackingOpenAPI gem from vendor/gems to gems/

Rémy Coutable requested to merge rc-pl-error-tracking-gems into master

What does this MR do and why?

This is a re-opening of !126351 (merged) which was reverted by !127578 (merged) due to #419752 (closed).

This MR moves ErrorTrackingOpenAPI gem from vendor/gems to gems/

  • Adjust path in Gemfile and doc/

Implements https://docs.gitlab.com/ee/development/gems.html#in-the-same-repo.

No RSpec?

Because this gem is generated by rake gems:error_tracking_open_api:generate this gem is missing:

  • RSpec examples because the generated specs are stubs and don't test anything

It has a no-op RuboCop configuration because the generated code won't apply standards (gitlab-styles), but we need a valid job for the child pipeline to be generated.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vitali Tatarintev

Merge request reports