-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add BBEs related to the data.yaml module #5531
Add BBEs related to the data.yaml module #5531
Conversation
5ee8f1d
to
9bf5c25
Compare
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.bal
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
9bf5c25
to
1eb9b57
Compare
examples/anydata-to-yaml-string/any_data_to_yaml_string.metatags
Outdated
Show resolved
Hide resolved
@@ -4619,6 +4619,34 @@ | |||
} | |||
] | |||
}, | |||
{ | |||
"title": "YAML data", | |||
"column": 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This column may be too long now.
Also see https://github.com/ballerina-platform/ballerina-distribution/issues/5537
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to fix others, but can we at least make sure this is added okay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the Table to column 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed that this was being added under common libraries. If so, the table change isn't relevant?
Btw we have xmldata and jsondata examples under Language concepts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping on this.
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.bal
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Show resolved
Hide resolved
a7e6740
to
698181c
Compare
examples/anydata-to-yaml-string/any_data_to_yaml_string.metatags
Outdated
Show resolved
Hide resolved
examples/anydata-to-yaml-string/any_data_to_yaml_string.metatags
Outdated
Show resolved
Hide resolved
@@ -4619,6 +4619,34 @@ | |||
} | |||
] | |||
}, | |||
{ | |||
"title": "YAML data", | |||
"column": 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed that this was being added under common libraries. If so, the table change isn't relevant?
Btw we have xmldata and jsondata examples under Language concepts.
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
698181c
to
aee2f74
Compare
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Show resolved
Hide resolved
aee2f74
to
58f268d
Compare
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.bal
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Outdated
Show resolved
Hide resolved
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.md
Show resolved
Hide resolved
58f268d
to
0513c56
Compare
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.bal
Outdated
Show resolved
Hide resolved
c4e28ce
to
af93017
Compare
examples/index.json
Outdated
@@ -4614,11 +4614,39 @@ | |||
"name": "Record to XML conversion", | |||
"url": "xml-from-record-conversion", | |||
"verifyBuild": true, | |||
"verifyOutput": true, | |||
"verifyOutput": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test was failing due to its output cannot be verified. So decided to make it false.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why aren't we fixing output verification instead? Isn't the issue that the new xmldata version isn't updated in the distribution? Let's undo this change and send a separate PR for that (or get the library owner/RM to look into it) first.
examples/yaml-to-anydata-with-projection/yaml_to_anydata_with_projection.bal
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
189afcc
Purpose
$subject
This BBEs are related to the data.yaml module implementation.