-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix first run config validation and reload
Hasty refactoring lead to a broken first run experience due to config validation being blocked on first run. Unblock that, and also fix a couple other issues: * When validating path mappings, keep the default if there aren't any user- provided mappings, so we don't write empty mappings to the config file. * Soft-reloading the server after initial setup was broken because the action wasn't allowed in RunningWithoutConfig mode. * The server would be in a broken state if the user's initial setup didn't require a server reload (e.g. only changed the log level).
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters