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

Clean up native auth msal logging #2071

Merged
merged 21 commits into from
May 31, 2024
Merged

Clean up native auth msal logging #2071

merged 21 commits into from
May 31, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    7f12ec7 View commit details
    Browse the repository at this point in the history
  2. Remove one Logger.verbose

    Yuki-YuXin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9cfb22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4d8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a12f4d5 View commit details
    Browse the repository at this point in the history
  5. Revert changes on NativeAuthPublicClientApplicationConfiguration.kt. …

    …Leave it to the ticket on Exception wrapper.
    Yuki-YuXin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    aa97764 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Rules applied:

    1. Only log unexpected error using Logger.
    2. User LogSession in Kotlin coroutines variant for every interface method.
    Yuki-YuXin committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    23e7ae0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    c4e6b5d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Revert changes on NativeAuthPublicClientApplicationConfigurationFacto…

    …ry since it will provide us SDK process info
    Yuki-YuXin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    76a458f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfb652 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    e20c55b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    d7d9032 View commit details
    Browse the repository at this point in the history
  2. Fixing

    Yuki-YuXin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c448b88 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Revert "Fixing"

    This reverts commit c448b88.
    Yuki-YuXin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    740f5b7 View commit details
    Browse the repository at this point in the history
  2. Revert "Sample for logging attributes checking test"

    This reverts commit d7d9032.
    Yuki-YuXin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8e6d9a0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into yuki/log-cleaning

    # Conflicts:
    #	msal/src/main/java/com/microsoft/identity/nativeauth/NativeAuthPublicClientApplication.kt
    #	msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/ResetPasswordStates.kt
    #	msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/SignUpStates.kt
    Yuki-YuXin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    32231ee View commit details
    Browse the repository at this point in the history
  4. Use new log methods

    Yuki-YuXin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ad0e0ba View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c70e29b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge branch 'dev' into yuki/log-cleaning

    # Conflicts:
    #	msal/src/main/java/com/microsoft/identity/nativeauth/NativeAuthPublicClientApplication.kt
    #	msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/AccountState.kt
    #	msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/SignInStates.kt
    Yuki-YuXin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e6eb835 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    6688506 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Address comments

    Yuki-YuXin committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9eea339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c484724 View commit details
    Browse the repository at this point in the history