-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Do not generate Service REST code if there are no matching RPC …
…in a Service (#1236) * feat: Add callable getter methods for REST * chore: Update showcase tests * chore: Update error message * feat: Move httpjson specific logic to sub composer * feat: Move method supported logic to Method * feat: Move method supported logic to Method * chore: Format the files * chore: Cleanup Abstract composer * chore: Move code to httpjson composer * chore: Resolve code smell * feat: Use generic error message * chore: Fix format issues * feat: Add tests for Method.isSupportedByTransport() * feat: Resolve PR comments * feat: Update back to private * feat: Update error message * feat: Update javadoc comment * feat: Do not generate Service REST code if there are no matching RPC in a Service * chore: Pull in latest part 1 changes * fix: Update Kind to NON_GENERATED * feat: Do not generate secondary Transport sample if no rest code is generated * feat: Do not generate httpjson tests if no matching RPCs * chore: Run mvn test -DupdateUnitGoldens * chore: Update formatting * chore: Add apigeeconnect to test REGAPIC * chore: Create directory for new modules * chore: Update googleapis commit to a later version for grpc+rest enabled APIs * chore Add in goldens for apigeeconnect * chore: Add comments for funcs * chore: Refactor ServiceClientClassComposer for GRPC_REST * chore: Remove unused import * chore: Remove unnecessary if/else check * chore: Fix transport sample name * chore: Update apigeeconnect IT goldens * chore: Update asset IT goldens * chore: Update asset goldens * chore: Update credentials IT goldens * chore: Update library IT goldens * chore: Update redis IT goldens * chore: Fix linting issues * chore: Add showcase extended proto framework * chore: Use seperate Bazel rules for showcase extended * chore: Seperate GRPC jar into separate jobs * chore: Update bazel build file * Apply suggestions from code review Co-authored-by: Burke Davison <40617934+burkedavison@users.noreply.github.com> * chore: Update showcase tests * chore: Resolve sonar comments * chore: Update unit tests for wicked proto * chore: Resolve format * chore: Update sonar comments * chore: Update PR comments * chore: Update golden test cases * chore: Revert back to original sample name * chore: Update showcase and goldens * chore: Leave framework but remove wicked proto from showcase extended * chore: Update showcase project with extended info * chore: Remove comment * chore: Use TransportContext instead of duplicate transportName() * chore: Fix formatting issues * chore: Remove the changed spacing in the file * chore: Use transportContext where possible * chore: Fix format issues * chore: Fix compile issue --------- Co-authored-by: Burke Davison <40617934+burkedavison@users.noreply.github.com>
- Loading branch information
1 parent
bdf12b0
commit 9c06bc9
Showing
82 changed files
with
6,445 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.