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

Enable experimental features through features.scalar=experimental #484

Merged
merged 9 commits into from
Feb 5, 2021

Commits on Feb 2, 2021

  1. GitVersion: parse "extra" string at the end

    The Git version string looks like this:
    
    	v2.X.Y.vfs.Z.W[.stuff]
    
    Usually ".stuff" only exists if we build Git with a version that isn't
    tagged. However, we will create experimental releases that end with
    ".exp". Use this to indicate whether or not the builtin FS Monitor
    feature is available.
    
    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    12f294e View commit details
    Browse the repository at this point in the history
  2. ConfigStep: get local config better

    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    3d565b6 View commit details
    Browse the repository at this point in the history
  3. GitVersion: move feature flag code

    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6576e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a379bc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. ConfigStep: use StringComparer.OrdinalIgnoreCase

    Co-authored-by: Matthew John Cheetham <[email protected]>
    derrickstolee and mjcheetham authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    49ae452 View commit details
    Browse the repository at this point in the history
  2. ConfigStep: clean up GetConfigSettings()

    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    aada58a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a9dde View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. GitProcess: make prefix const

    Co-authored-by: Matthew John Cheetham <[email protected]>
    derrickstolee and mjcheetham authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    8503178 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. GitHelper: ignore curl error output

    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    969e63b View commit details
    Browse the repository at this point in the history