Skip to content

Feat(subscriptions/buy_minutes): add route [RUN ALL RSPEC] [RUN AS-IF-FOSS]

What does this MR do?

This MR adds the :new_route_ci_minutes_purchase feature flag and the /subscriptions/buy_minutes route

Screenshots (strongly suggested)

Feature flag disabled Feature flag enabled subscription/new
Screen_Shot_2021-02-23_at_14.52.39 Screen_Shot_2021-02-23_at_14.52.22 Screen_Shot_2021-03-01_at_12.12.46

Does this MR meet the acceptance criteria?

Conformity

Changelog and documentation not added, as this introduced behind the :new_route_ci_minutes_purchase feature flag.

Availability and Testing

  • Check this MR out
  • Navigate to http://localhost:3000/-/subscriptions/buy_minutes
  • You should see the 404 page
  • Run bin/rails c and then Feature.enable(:new_route_ci_minutes_purchase) to enable the feature flag
  • Reload the page and you should see the empty page

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #321639 (closed)

Edited by Michael Lunøe

Merge request reports