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: googleapis/java-docfx-doclet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: googleapis/java-docfx-doclet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 28 files changed
  • 3 contributors

Commits on May 28, 2025

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

Commits on May 30, 2025

  1. fix: remove (includes samples) from overview link

    b/404600681
    The samples inside the GitHub repositories are not meant for user consumption and are better portrayed in https://cloud.google.com/docs/samples
    diegomarquezp authored May 30, 2025
    Configuration menu
    Copy the full SHA
    0d5d714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9497395 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix: remove (includes samples) from overview link (#282)

    * fix: remove `(includes samples)` from overview link
    
    b/404600681
    The samples inside the GitHub repositories are not meant for user consumption and are better portrayed in https://cloud.google.com/docs/samples
    
    * test: adjust golden file
    diegomarquezp authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    4a2acc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. fix: add wrapping for package summary (#284)

    * fix: add wrapping for package summary
    
    * chore: use regex matcher instead
    
    * chore: handle no match edge case
    
    * chore: simplify logic
    
    * chore: update goldens
    diegomarquezp authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    53bc72b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. chore: replace old java team with cloud-sdk-java-team (#286)

    Replace old teams with new ones.
    b/479542582
    suztomo authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    77d7d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix: allow overriding source directory per class in GitHub links (#285)

    Currently, the doclet assumes the source directory name matches the
    artifact ID when generating GitHub links. This leads to broken links
    for libraries where they differ, such as Firestore (artifact:
    `google-cloud-firestore`, directory: `google-cloud-firestore-admin`
    for `FirestoreAdminClient`).
    
    This change adds an optional `library_path_overrides` map to
    `RepoMetadata` and updates `ClassBuilder` to check this map using the
    simple class name before falling back to the artifact ID.
    
    Fixes: b/442875200
    jinseopkim0 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    239d067 View commit details
    Browse the repository at this point in the history
Loading