-
Notifications
You must be signed in to change notification settings - Fork 458
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
feat: adds processing logic for bpmetadata to use protobuf #1705
Merged
Commits on Jul 10, 2023
-
feat: adds prcoessing logic for bpmetadata to use protobuf
In order to make metadata schema definition language independent, bpmetadata now processes metadata content using protobuf. Known issues: - BlueprintVariable.DefaultValue is changed from interface{} to string. This can cause error messages while running bpmetadata on existing blueprints. Solution: run bpmetadata with -f to force creation of proto compliant metadata. - Go docs will most likely have superfluous types and methods not directly related to metadata. Solution: use protos as the source of truth for metadata definition and specs.
Configuration menu - View commit details
-
Copy full SHA for 2ecf021 - Browse repository at this point
Copy the full SHA 2ecf021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a0a42 - Browse repository at this point
Copy the full SHA 51a0a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0397e9b - Browse repository at this point
Copy the full SHA 0397e9bView commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32e29dd - Browse repository at this point
Copy the full SHA 32e29ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79c47c - Browse repository at this point
Copy the full SHA a79c47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041261a - Browse repository at this point
Copy the full SHA 041261aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a532a5 - Browse repository at this point
Copy the full SHA 0a532a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71de7f0 - Browse repository at this point
Copy the full SHA 71de7f0View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5c742b - Browse repository at this point
Copy the full SHA b5c742bView commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35d15bc - Browse repository at this point
Copy the full SHA 35d15bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eac7a8 - Browse repository at this point
Copy the full SHA 4eac7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a91f11 - Browse repository at this point
Copy the full SHA 4a91f11View commit details
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.