Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add central interface for defining feature flags #640

Merged
merged 8 commits into from
May 31, 2024

Commits on Apr 18, 2024

  1. Add central interface for defining feature flags

    The intended use for colcon feature flags is to ship pre-production and
    prototype features in a disabled state, which can be enabled by
    specifying a particular environment variable value. By using an
    environment variable, these possibly dangerous or unstable features are
    hidden from common users but are enabled in a way which can be audited.
    cottsay committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d940985 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    545b4c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c309fa View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6566fa5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c58ea45 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    9add57c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Revert an inadvertant change

    cottsay committed May 31, 2024
    Configuration menu
    Copy the full SHA
    360024c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6edd2b5 View commit details
    Browse the repository at this point in the history