Skip to content

Feature flags from GitLab

Emiliano Balbuena requested to merge epic/feature-flags into master

Summary

Integrate GitLab onto feature flags management

Steps to test

Note: Ensure you sync with other testers because you might be flipping each other switches.

Estimated Regression Scope

Feature flags might not be correctly read or exported to frontend.

Deployment

New Settings

$CONFIG->set('unleash', [
    'apiUrl' => '', // URL to GitLab's Unleash server
    'instanceId' => '', // GitLab's Unleash instance ID
    'applicationName' => '', // GitLab Feature Flags environment
    'pollingIntervalSeconds' => 300, // Cache bust
    'metricsIntervalSeconds' => 15, // Metrics interval
]);
Edited by Emiliano Balbuena

Merge request reports