Skip to content
Snippets Groups Projects

WIP: Unleash PoC

Closed Jason Goodman requested to merge unleash-poc into master
1 unresolved thread

What does this MR do?

PoC for Unleash on gitlab.com.

Screen_Shot_2019-08-27_at_5.23.17_PM

Relevant Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57943

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance 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 Jason Goodman

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 # frozen_string_literal: true
2
3 class FeatureFlagClient
4 def self.enabled?(key, user: nil, thing: nil, default_enabled: false)
5 if Feature.enabled?(:gitlab_feature_flag_client) && client
  • Author Maintainer

    @dosuken123 I feature flagged our work here to bring the PoC in line with what we've been discussing.

    I've been keeping in mind moving the configuration into gitlab.yml too, just haven't gotten to it yet.

  • Please register or sign in to reply
  • closed

  • Please register or sign in to reply
    Loading