Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/gh-actions-importer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: github/gh-actions-importer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Apr 5, 2023

  1. Update configure command to support configuring feature flags (#96)

    * Update configure command to support configuring feature flags
    
    This uses the changes from github/valet#5879 to fetch available flags
    via the list-features --json flag. It parses out the possible env vars
    and walks the customer through setting any feature flags they desire.
    
    If there are any issues getting the available feature flags JSON, we
    don't ask the customer to configure feature flags, as it won't cause any
    breaking issues and we don't want to break the configure command.
    
    * Move feature configuration to its own flag
    
    * Add unit tests
    
    * Undo changes to ConfigurationServiceTests
    
    * Code review fixes
    Chaseshak authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e3c8e96 View commit details
    Browse the repository at this point in the history
Loading