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: cludden/protoc-gen-go-temporal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Choose a base ref
...
head repository: cludden/protoc-gen-go-temporal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 111 files changed
  • 2 contributors

Commits on Feb 20, 2025

  1. Support initialism POC

    cory-miller committed Feb 20, 2025
    Copy the full SHA
    3e592fe View commit details
  2. Undo some temp changes

    cory-miller committed Feb 20, 2025
    Copy the full SHA
    e827808 View commit details

Commits on Feb 21, 2025

  1. Remove JetBrains config

    cory-miller committed Feb 21, 2025
    Copy the full SHA
    9b43ead View commit details
  2. Copy the full SHA
    e330e8e View commit details
  3. Copy the full SHA
    1420d48 View commit details
  4. Fix options, regen

    cory-miller committed Feb 21, 2025
    Copy the full SHA
    54af553 View commit details

Commits on Feb 27, 2025

  1. Merge pull request #89 from cory-miller/main

    Proof-of-concept to allow initialisms to be set through flags.
    cludden authored Feb 27, 2025
    Copy the full SHA
    b70ae5b View commit details

Commits on Feb 28, 2025

  1. Improve strcase behavior, expand cli options

    This builds on top of #89 by replacing the existing usage of the
    `iancoleman/strcase` third-party library with a local strcase package
    that better supports the new ignore-acronyms plugin option and also
    changes the flags behavior to use semicolon delimiters for better
    ergonomics.
    
    In order to prevent backwards incompatible changes to generated code,
    the protobuf options have been expanded to support custom overrides to
    various cli command and field names, aliases, and usage.
    cludden committed Feb 28, 2025
    Copy the full SHA
    f30762a View commit details
  2. Merge pull request #94 from cludden/cludden/ignore-acronym

    Improve strcase behavior, expand cli options
    cludden authored Feb 28, 2025
    Copy the full SHA
    4311aac View commit details

Commits on Mar 2, 2025

  1. Add support for opaque, hybrid apis

    closes: #88
    cludden committed Mar 2, 2025
    Copy the full SHA
    992eb1b View commit details
  2. Merge pull request #95 from cludden/cludden/opaque

    Add support for opaque, hybrid apis
    cludden authored Mar 2, 2025
    Copy the full SHA
    f3351d4 View commit details
  3. Replace just with omni

    cludden committed Mar 2, 2025
    Copy the full SHA
    b5ccd4b View commit details
  4. Merge pull request #96 from cludden/cludden/omni

    Replace just with omni
    cludden authored Mar 2, 2025
    Copy the full SHA
    5d9e9b5 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.15.0...main