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: stackb/rules_proto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: stackb/rules_proto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 6 commits
  • 24 files changed
  • 4 contributors

Commits on Feb 13, 2024

  1. Update README for v3.1.0 (#360)

    pcj authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e0b5d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update the strip prefix logic for python libraries (#361)

    * Fix imports directive for py_library when using stripPrefix
    
    Signed-off-by: Vihang Mehta <[email protected]>
    
    * Tests
    
    Signed-off-by: Vihang Mehta <[email protected]>
    
    ---------
    
    Signed-off-by: Vihang Mehta <[email protected]>
    vihangm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4da55f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    805e279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf2daa View commit details
    Browse the repository at this point in the history
  3. fix: don't depend on JAVA_HOME (#341)

    On my Mac, I don't have a Java installation, so I can't run Coursier in a repo rule.
    Error looks like the following:
    
    ```
    ERROR: An error occurred during the fetch of repository 'maven':
       Traceback (most recent call last):
    	File "/private/var/tmp/_bazel_alexeagle/ae0af0834eef79816f461fa88cebe300/external/rules_jvm_external/coursier.bzl", line 795, column 13, in _coursier_fe
    common --enable_platform_specific_config
    tch_impl
    		fail("Unable to run coursier: " + hasher_exec_result.stderr)
    Error in fail: Unable to run coursier: The operation couldn’t be completed. Unable to locate a Java Runtime.
    ```
    alexeagle authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8296592 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. feat: introduce bufbuild/connect-es (#338)

    * feat: add bufbuild es-connect
    * show working example again
    * feat: add gazelle extension plugin for bufbuild
    * fix: gazelle extension creates both plugins
    * chore: set options on generated bufbuild rules
    * chore: restore original example which conflicts with bufbuild/connect usage
    * chore: minify delta
    alexeagle authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9fffedb View commit details
    Browse the repository at this point in the history
Loading