forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(server/config): Implement a proper configuration manager
This commit introduces a new `ServerConfiguration` handler object which duty is to deal with everything about handling of the configuration options the servers are started with. Previously, this was done by the `SessionManager` class since commit a5119f0 introduced non-authentication-related configuration options into the previously authentication-only configuration file. The new infrastructure aims to offer a generally more user-friendly and more type-safe way of dealing with configuration options in various parts of the `server` package. `Option`s are registered simply, akin to adding command-line options to an `argparse`-based parser.
- Loading branch information
1 parent
f85f771
commit c4e99a6
Showing
31 changed files
with
2,713 additions
and
670 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include tests/Makefile |
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
Oops, something went wrong.