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: theUniC/kcommand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: theUniC/kcommand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 13 commits
  • 23 files changed
  • 3 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    8b44432 View commit details
    Browse the repository at this point in the history
  2. Fix settings.gradle.kts

    theUniC committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    94539ef View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. First iteration

    theUniC committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    e3633d0 View commit details
    Browse the repository at this point in the history
  2. Fixes

    theUniC committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    a3eb765 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from theUniC/feature/kafka-transport

    Kafka transport
    theUniC authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    ba5dbff View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add stopable interface. Implement top-down stop mechanism for Default…

    …MessageBus. DefaultMessageBus now accepts more than one transport that can be configured per message
    theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    0efa355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ce39a View commit details
    Browse the repository at this point in the history
  3. Upgrade version to 0.3.0

    theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    a9adff5 View commit details
    Browse the repository at this point in the history
  4. Improve documentation

    theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    a743698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7fd563 View commit details
    Browse the repository at this point in the history
  6. Small refactor

    theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    733db37 View commit details
    Browse the repository at this point in the history
  7. Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.0 to 1.10.1

    Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.10.0...1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    b07a278 View commit details
    Browse the repository at this point in the history
  8. Bump org.gradle.toolchains.foojay-resolver-convention

    Bumps org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.gradle.toolchains.foojay-resolver-convention
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and theUniC committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    9df8bf1 View commit details
    Browse the repository at this point in the history
Loading