Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • briar briar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 789
    • Issues 789
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briarbriar
  • briarbriar
  • Merge requests
  • !1140

Use injection to provide feature flags

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged akwizgran requested to merge inject-feature-flags into master Jun 18, 2019
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 6

This branch moves the feature flags into an injectable interface. This will make the flags accessible from the core. If flags are used in the core, integration tests and the headless app will need to provide implementations of the FeatureFlags interface to specify which features they want to enable.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: inject-feature-flags