-
-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor configuration get value (#665)
* refactor: configuration manager: bulk get * initial work for a better api, fix test * configuration manager: get values: refactor/cleanup + optimize mailjet mailer * configuration manager: get values new api: refactor: mailgun mailer * configuration manager: get values new api: refactor: smtp mailer + mark deprecated a configuration manager method * configuration manager: get values new api: refactor: passkit manager * configuration manager: get values: refactor/cleanup in LocationApiController, remove deprecated method * configuration manager: cleanup new api * config manager: cleanup api * configuration manager: additional cleanup/refactoring: try to move as much as possible to new api * configuration manager: move more use to new api, add note in test * fix tests/cleanup/clarify * fix TicketReservationManagerTest.lockFailed test * mark @deprecated some additional methods * configuration manager: move use to new api * configuration manager: refactor: better naming * configuration manager: refactor: better constructor for MaybeConfiguration, fix parameters * refactor: switch from configurationManager.getRequiredValue to configurationManager.for * refactor: switch from configurationManager.getRequiredValue to configurationManager.for * refactor: switch from configurationManager.getRequiredValue to configurationManager.for * refactor: switch from configurationManager.getRequiredValue/getStringConfigValue to configurationManager.for * refactor: switch from configurationManager.getRequiredValue/getStringConfigValue to configurationManager.for * refactor: switch from configurationManager.getBooleanConfigValue to configurationManager.for * cleanup: remove MustacheCustomTagInterceptor, remove unused mustache custom tags * cleanup: remove i18n tag use in index.ms for admin * refactor: switch from configurationManager.getStringConfigValue to configurationManager.getFor * refactor: switch from configurationManager.getStringConfigValue to configurationManager.getFor * configuration manager: getFor: handle case of EventAndOrganizationId as null -> we fetch only at system level
- Loading branch information
Showing
60 changed files
with
700 additions
and
631 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
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.