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

[RKOTLIN-1038] Implement new log category for RealmLogger #1692

Merged
merged 60 commits into from
May 17, 2024

Commits on Mar 15, 2024

  1. Update to Core 14.0.1

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b7ecb4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b83ad2 View commit details
    Browse the repository at this point in the history
  3. Additional GHA debug info

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    06c75b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f02b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fdd84e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8232d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6364d2 View commit details
    Browse the repository at this point in the history
  8. Clean up debug output

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7f2257c View commit details
    Browse the repository at this point in the history
  9. More clean up

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d74df61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a9933b View commit details
    Browse the repository at this point in the history
  11. More debug info

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2afec66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85781aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bf3895 View commit details
    Browse the repository at this point in the history
  14. Cleanup CHANGELOG

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dceaf9d View commit details
    Browse the repository at this point in the history
  15. Upgrade to Core 14.2.0

    rorbech committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    408fe19 View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    Co-authored-by: clementetb <[email protected]>
    rorbech and clementetb authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5d1e739 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    496cf2c View commit details
    Browse the repository at this point in the history
  18. Add tests

    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8950932 View commit details
    Browse the repository at this point in the history
  19. Add setters/getters

    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f797f60 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ea211de View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b75cd9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    668a618 View commit details
    Browse the repository at this point in the history
  23. Restore default log level

    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    57682c9 View commit details
    Browse the repository at this point in the history
  24. Add documentation

    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a708d6f View commit details
    Browse the repository at this point in the history
  25. Contains support

    Deprecated method validation
    Changelog
    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7739e2a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    76b51bb View commit details
    Browse the repository at this point in the history
  27. Clean up

    clementetb committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    121597e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: Nabil Hachicha <[email protected]>
    rorbech and nhachicha authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8910455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbcf89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e223b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Bump core

    clementetb committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1dfc39b View commit details
    Browse the repository at this point in the history
  2. cleanup

    clementetb committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    93ec563 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cr/core-upgrade' into ct/loging-categories

    # Conflicts:
    #	packages/gradle-plugin/build.gradle.kts
    clementetb committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bfcc800 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge branch 'main' into ct/loging-categories

    # Conflicts:
    #	CHANGELOG.md
    #	packages/cinterop/src/commonMain/kotlin/io/realm/kotlin/internal/interop/Callback.kt
    #	packages/cinterop/src/jvm/kotlin/io/realm/kotlin/internal/interop/RealmInterop.kt
    #	packages/cinterop/src/nativeDarwin/kotlin/io/realm/kotlin/internal/interop/RealmInterop.kt
    #	packages/jni-swig-stub/src/main/jni/realm_api_helpers.cpp
    #	packages/jni-swig-stub/src/main/jni/realm_api_helpers.h
    #	packages/library-base/src/commonMain/kotlin/io/realm/kotlin/log/RealmLog.kt
    clementetb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6a82b18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into ct/loging-categories

    # Conflicts:
    #	packages/cinterop/src/commonMain/kotlin/io/realm/kotlin/internal/interop/RealmInterop.kt
    #	packages/cinterop/src/jvm/kotlin/io/realm/kotlin/internal/interop/RealmInterop.kt
    #	packages/cinterop/src/nativeDarwin/kotlin/io/realm/kotlin/internal/interop/RealmInterop.kt
    clementetb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c3c5b3b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix changelog merge issue

    clementetb committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c6384fa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. defaults

    clementetb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1cbecdc View commit details
    Browse the repository at this point in the history
  2. Update test

    clementetb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6d3c84d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e434e90 View commit details
    Browse the repository at this point in the history
  4. Fix cycle in Logger.log

    clementetb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    86f48ed View commit details
    Browse the repository at this point in the history
  5. Clean up

    clementetb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b935051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b31baba View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. refactor interface

    clementetb committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9442e73 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. filter sdk messages

    clementetb committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a6863cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450d6cb View commit details
    Browse the repository at this point in the history
  3. move to internal

    clementetb committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8c01bbf View commit details
    Browse the repository at this point in the history
  4. ktlint

    clementetb committed May 14, 2024
    Configuration menu
    Copy the full SHA
    510c946 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Clean up

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6f4d1e3 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    67bd60c View commit details
    Browse the repository at this point in the history
  3. Test fixes

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f669ee8 View commit details
    Browse the repository at this point in the history
  4. Remove leftovers

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8640eb1 View commit details
    Browse the repository at this point in the history
  5. Remove redundant code

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    469e233 View commit details
    Browse the repository at this point in the history
  6. Remove obsolete code

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    acf8f57 View commit details
    Browse the repository at this point in the history
  7. Update test cases

    clementetb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    52c2921 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9874107 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Remove obsolete code

    clementetb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b1923ad View commit details
    Browse the repository at this point in the history
  2. Linting

    clementetb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2153043 View commit details
    Browse the repository at this point in the history
  3. Pr review changes

    clementetb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    123d59d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    718d042 View commit details
    Browse the repository at this point in the history