-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-picking for 4.2 #740
Closed
Closed
Conversation
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
Node.js 16 actions are deprecated. Signed-off-by: Erik Jaegervall <[email protected]>
With recent changes in vss-tools some minor changes are needed: - vspec2graphql has nevered cared about --uuid, but now it does not accept it - The franca -v argument has been renamed to avoid conflcit with -vt Signed-off-by: Erik Jaegervall <[email protected]>
Signed-off-by: Erik Jaegervall <[email protected]>
This is a follow up to COVESA#635 Intention is to have them deprecated and remove them first in VSS 6.0 Until then anyone can create PRs with replacement signals as needed. This PR contains replacement signals for diagnostics. Signed-off-by: Erik Jaegervall <[email protected]>
Signed-off-by: Erik Jaegervall <[email protected]>
This is the last part of COVESA/vss-tools#121 Signed-off-by: Erik Jaegervall <[email protected]>
To make sure github-lingusit does not report Makefile and HTML as main languages, but instead reports YAML Signed-off-by: Erik Jaegervall <[email protected]>
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Partially solves COVESA#700 Fixes COVESA#662 Signed-off-by: Erik Jaegervall <[email protected]>
Signed-off-by: Erik Jaegervall <[email protected]>
This documents the agreed naming IF we are to add structs/datatype to std catalog. Fixes COVESA#617 Signed-off-by: Erik Jaegervall <[email protected]>
Signed-off-by: Erik Jaegervall <[email protected]>
* Restructured the coolant end engine oil into 2 branches Signed-off-by: Koen Deleij <[email protected]>
Also changing description of existing signal, but semantics should be the same. Signed-off-by: Erik Jaegervall <[email protected]>
Signed-off-by: Jonathan Force <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a PR for cherry-picking items from vss/vss-tools master to 4.X_branch. This PR shall not be merged "as is" but rather be added by a push directly to 4.X.
What I have done:
What I have not done:
What I would like you to do