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

Feature flagging via the GitHub API #856

Merged
merged 6 commits into from
Dec 16, 2021
Merged

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    04671ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6499fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621e079 View commit details
    Browse the repository at this point in the history
  4. Explicitly pass repository to feature flags constructor

    As suggested in review: The `GITHUB_REPOSITORY` environment variable is
    only available on Actions. Passing it in explicitly avoids potentially
    crashing if this code is called from the runner.
    henrymercer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5e87034 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Represent feature flags using an enum

    Replaces the previous string literal type
    henrymercer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6d62c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254816c View commit details
    Browse the repository at this point in the history