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/sdk-platform-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.10
Choose a base ref
...
head repository: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.11
Choose a head ref
  • 7 commits
  • 80 files changed
  • 4 contributors

Commits on Jun 2, 2021

  1. fix(tests): Ensure deterministic field ordering in test classes [ggj] (

    …#743)
    
    * fix(tests): Ensure deterministic field ordering in test classes
    
    * fix(bazel): fix recursive integration test file diffs (#744)
    miraleung authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fdb705b View commit details
    Browse the repository at this point in the history
  2. fix(bazel): ensure integration tests diff files recursively [ggj] (#745)

    * fix(tests): Ensure deterministic field ordering in test classes
    
    * fix(bazel): fix recursive integration test file diffs
    miraleung authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ddc75f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. fix(tests): handle Java 11 set ordering differences for RPCs and fiel…

    …ds in test/mock classes [ggj] (#750)
    
    * chore: add context to diff
    
    * fix: Sort services and methods by name
    
    * fix: add more context
    
    * fix: more service ordering
    
    * fix: test
    
    * fix: test
    
    * fix: test
    
    * fix: test
    
    * fix: test
    
    * fix: test ordering again
    
    * fix: cleanup
    miraleung authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    eaf4592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fa76f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. feat: DIREGAPIC initial implementation (#746)

    ntegration tests (compute_small) are not present in this commit, as they depend on #743 and #744. Also, as a prerequisite, at least a basic implementation of DIREGAPIC must be merged in gapic-generator-java, to integrate it with [googleapis-discovery](https://github.com/googleapis/googleapis-discovery) first (since integration test infra depends on the actual googleapis/googleapis-discovery targets). Please check vam-google@8983e23 to see how it would look like with compute integration tests not excluded.
    
    
    `compliance.proto` is used as a basis for the REST composer tests. It was copied as is from [showcase/compliance.proto](https://github.com/googleapis/gapic-showcase/blob/master/schema/google/showcase/v1beta1/compliance.proto).
    
    Changes in `WORKSPACE` and `repositories.bzl` are necessary to make this repo work with gax-java `1.63.0` and above (`gax-java` vs `gapic-generator-java` java dependencies imports precedence). The other dependencies changes are either to bring deps in sync with the actual ones in googleapis, or to fix a specific import precedence issue.
    
    I also added (in a form of bazel rules) a proto descriptor dumper and a runner from the dumped file (for debugging purposes). Not technically required here (but was very helpful for debugging purposes, so hopefully we can preserve it).
    vam-google authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    81f6737 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.0.11

    Release-As: 1.0.11
    miraleung committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    626cb51 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. chore: release 1.0.11 (#756)

    * chore: release 1.0.11
    
    * Update CHANGELOG.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Mira Leung <miraleung@users.noreply.github.com>
    release-please[bot] and miraleung authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9591f8d View commit details
    Browse the repository at this point in the history
Loading