Skip to content

Add licenses helper

Angelo Gulina requested to merge ag-273028-confidential-issue into master

What does this MR do?

This MR moved towards the implementation of this Issue gitlab-org/gitlab#273028 by addressing an inconsistency in the template where the plan name was hard-coded. The solution develops in 2 steps (MRs):

Description MR
Add a helper to provide the view data 👈 you are here
Use the view data in the Vue app !57138 (merged)

Screenshots (strongly suggested)

There are no UI changes at this point.

How to test

If you want to check the feature, you can do the following:

  • In your Rails console, activate Cloud License by using
ApplicationSetting.current.update(cloud_license_enabled: true)

Conformity

Availability and Testing

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
Edited by Angelo Gulina

Merge request reports