-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #897: Configuration overhaul: version 2 for the configuration t…
…oml file (breaking changes) 06ad5da feat!: [#878] remove enabled fields in config (Jose Celano) 50bef25 feat: remove ambiguous log entry (Jose Celano) c5cc9fd feat: [#878] extract tsl_config in toml config (Jose Celano) 7b2f757 feat!: [#878] extract tracker_policy section in core config section (Jose Celano) fc046e0 feat!: [#878] extract announce_policy section in core config section (Jose Celano) edc706c feat!: [#878] extract net section in core config section (Jose Celano) 2f94f6c feat!: [#878] extract database section in core config section (Jose Celano) 77dd938 feat!: [#878] make log_level config value mandatory (Jose Celano) ef9461a feat!: [#878] extract logging and core section in toml config files (Jose Celano) Pull request description: Configuration overhaul: version 2 for the configuration TOML file (breaking changes). See the [issue](#878) for a full description of changes. ### Subtasks - [x] make `log_level` mandatory with default `info` value. - [x] extract `logging` and `core` sections. - [x] extract `database` subsection in `core` section. - [x] extract `net` subsection in `core` section. - [x] extract `announce_policy` subsection in `core` section. - [x] extract `tracker_policy` subsection in `core` section. - [x] extract `tsl_config` subsection for `http_trackers` and `http_api`. - [x] remove `enabled` field from services. If the configuration is present, the service is enabled. ACKs for top commit: josecelano: ACK 06ad5da Tree-SHA512: 406a848a6a8dc70d6aef19702823db8304bdddd869b045ac303520962f04918b06de4d8247e409f65869a2aafcef79217b64e4c05c305073e3403e0a824f2f7f
- Loading branch information
Showing
41 changed files
with
569 additions
and
513 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
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
Oops, something went wrong.