Skip to content

Make experiments API a filter of features API

Doug Stull requested to merge modify-experiments-api into master

What does this MR do?

  • Currently, API is only consumed manually in the browser by team members.
  • Makes experiments API emulating most of the features API list function
  • Specifically:
    • Adds gates information like percentage_of_actors and the percentage, where before it merely showed state of conditional
    • Adds structure of
      • key
        • definition
        • current_status

Screenshots or Screencasts (strongly suggested)

before after
Screen_Shot_2021-07-20_at_4.40.28_PM Screen_Shot_2021-07-22_at_1.42.01_PM

With project-specific enabling

Screen_Shot_2021-07-22_at_1.42.19_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Doug Stull

Merge request reports

Loading