Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oshai/kotlin-logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.10
Choose a base ref
...
head repository: oshai/kotlin-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.11
Choose a head ref
  • 17 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 1, 2025

  1. extract DarwinFormatter and add test (#394)

    * extract DarwinFormatter and add test
    * add gradle tests dependency
    oshai authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    327013b View commit details
    Browse the repository at this point in the history
  2. upgrade dokka to v2

    oshai committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    d20ac3c View commit details
    Browse the repository at this point in the history
  3. fix dokka workflow

    oshai committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    670a762 View commit details
    Browse the repository at this point in the history
  4. revert dokka to v1

    oshai committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    38ae57e View commit details
    Browse the repository at this point in the history
  5. build: Upgrade Dokka to v2

    oshai committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    c659812 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    476cb30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7418ca7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c704c09 View commit details
    Browse the repository at this point in the history
  9. back to dokka v1

    oshai committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    98c4dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. fix linux test (#542)

    it appears that the tests were not running. when adding to the build they failed and had to fix.
    also seems that original implementation was too naive and do not work for cases of logger outside of class, so added implementation for it.
    oshai authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    e9ec4a0 View commit details
    Browse the repository at this point in the history
  2. update Contributing guide

    oshai committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    5b0cab1 View commit details
    Browse the repository at this point in the history
  3. Bump junit from 5.9.2 to 5.13.4 (#536)

    * Bump junit from 5.9.2 to 5.13.4
    
    Bumps `junit` from 5.9.2 to 5.13.4.
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.13.4
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.9.2...r5.13.4)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.2 to 5.13.4
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.9.2...r5.13.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-version: 5.13.4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-version: 5.13.4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * add junit-platform-launcher dependency
    
    it's required now
    
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ohad Shai <oshai@google.com>
    dependabot[bot] and oshai authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    232abcc View commit details
    Browse the repository at this point in the history
  4. fix minor warnings

    oshai committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    be83279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aaf113 View commit details
    Browse the repository at this point in the history
  6. Bump com.android.library from 8.10.0 to 8.11.1

    Bumps com.android.library from 8.10.0 to 8.11.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.library
      dependency-version: 8.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and oshai committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    ce235d2 View commit details
    Browse the repository at this point in the history
  7. fix build warning

    oshai committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    b79c0cc View commit details
    Browse the repository at this point in the history
  8. add comment

    oshai committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    14f0241 View commit details
    Browse the repository at this point in the history
Loading