Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from ILogger to LoggerInterface in lib/private #31609

Merged
merged 10 commits into from
Mar 29, 2022

Commits on Mar 24, 2022

  1. Migrate from ILogger to LoggerInterface in lib/private

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6be7aa1 View commit details
    Browse the repository at this point in the history
  2. Adapted Server to logger migration in constructors

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    eb961e4 View commit details
    Browse the repository at this point in the history
  3. Adapt more code to migration to LoggerInterface

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    ea23523 View commit details
    Browse the repository at this point in the history
  4. Fixing psalm errors

    Encryption constructor is problematic and should still be fixed later.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e8c1f75 View commit details
    Browse the repository at this point in the history
  5. Migrate from ILogger to LoggerInterface where needed in the tests

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    61f7f13 View commit details
    Browse the repository at this point in the history
  6. Fix codestyle

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1809386 View commit details
    Browse the repository at this point in the history
  7. Fix ILogger instances in application tests for core parameters

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    25e7374 View commit details
    Browse the repository at this point in the history
  8. Fix more ILogger related problems from tests

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3546cfb View commit details
    Browse the repository at this point in the history
  9. Fix log level for exception in QueryBuilder

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f1febfe View commit details
    Browse the repository at this point in the history
  10. Prepare for ILogger drop in RootCollectionTest

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6d35459 View commit details
    Browse the repository at this point in the history