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: hub4j/github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodexCoder21Organization/GithubApiEmbedded
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 231 files changed
  • 3 contributors

Commits on Feb 12, 2026

  1. Implement interfaces from GithubApi for all public classes

    Each public class in org.kohsuke.github now implements its corresponding
    interface from community.kotlin.conrib.github, extracted into the GithubApi
    project. This enables programming against stable interfaces rather than
    concrete implementations.
    
    Key changes:
    - ~150 classes now implement their extracted interfaces (e.g. GHApp
      implements community.kotlin.conrib.github.GHApp)
    - Enums (GHEvent, GHCommitState, GHDirection, etc.), exceptions
      (GHException, GHIOException, HttpException, etc.), and existing
      interfaces (Reactable, Refreshable, TrafficInfo, etc.) have been
      removed from this project as they now live in GithubApi
    - Added community.kotlin.conrib:github-api:1.0.0-SNAPSHOT as a Maven
      dependency in pom.xml
    - Updated all test files to import enums, exceptions, and interfaces
      from the new community.kotlin.conrib.github package
    - All 537 tests pass
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    leslie and claude committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    15e6829 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from codexcoder21/feature/implement-interfaces

    Implement interfaces from GithubApi for all public classes
    codexcoder21 authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    2787f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

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