-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple service interfaces in a gRPC service (#75)
* Add support for multiple service interfaces in a gRPC service * Minor fixes * Rework findings * Update README * Test integration tests * Remove .velocitas.json * Fix protoIncludeDir * Add correct AppManifest * Fix download location * Change protoIncludeDir in tests * Fix protoIncludeDir in tests 2 * Add multiple proto files correctly * Revert common AppManifest * Fix import & remove test dependencies for python * Use correct names of service * Test * Test2 * Generate imports correctly * Give the right path to imports * Exclude sdv.databroker.v1 build because its in vehicla app SDK * Fix import in door proto * Chnage assert check to check for the right ones * Fix assert * Fix comments * Rework findings * initialize test repo as git * fix renaming * Add examples in README * Table in README & fixes for archive * Add DOWNLOAD_PATH & fix ARCHIVE_PATH * Delete ARCHIVE_PATH since structure of zip is the root cause * Rework findings * Fix if else * Update README * Use extend instead of append * Extend unit tests * Change import to right formatting in unit test * Use isabs in proto_include path * Fix proto include path * Rework findings 2 * Adopt changes on python and cpp side * Try to search and place in right directory * Fix gRPC code extractor * extract functions to lib & rework findings * Fix output cpp * First try extending integration tests * Adapt python tests to strucutur of nested zip * Fix directory names * Remove bcm door which is not generated * fix multiple services directories location * Fix Hornservice names * Make proto dir independent of service gen * Adapt Integration application * Minor fix * Minor fix * Adapt includes to camel case * Fix server Launcher * Use reference * Remove reference client code * Add missing colon * Use join instead of detach * Use own grpc context for every client * Change back to versioning and put proto files in right directory * update README * Move the service definition respective to the usage * Formatting * Remove commented lines --------- Co-authored-by: Markus Petke <[email protected]>
- Loading branch information
1 parent
0199f54
commit 9913179
Showing
27 changed files
with
1,333 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
velocitas-lib==0.0.10 | ||
velocitas-lib==0.0.11 | ||
proto-schema-parser==1.3.4 |
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.