Skip to content
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

Mark YamlTemplate as GA #1531

Merged
merged 1 commit into from May 23, 2024

Conversation

Polber
Copy link
Contributor

@Polber Polber commented May 7, 2024

No description provided.

@Polber Polber requested a review from damccorm May 7, 2024 19:02
@Polber Polber self-assigned this May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 40.93%. Comparing base (6f82814) to head (a96e8bc).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1531      +/-   ##
============================================
+ Coverage     40.80%   40.93%   +0.12%     
- Complexity     2832     2833       +1     
============================================
  Files           743      742       -1     
  Lines         43166    43072      -94     
  Branches       4609     4596      -13     
============================================
+ Hits          17615    17630      +15     
+ Misses        24044    23937     -107     
+ Partials       1507     1505       -2     
Components Coverage Δ
spanner-templates 59.60% <ø> (+0.02%) ⬆️
spanner-import-export 64.45% <ø> (+0.06%) ⬆️
spanner-live-forward-migration 73.64% <ø> (ø)
spanner-live-reverse-replication 48.66% <ø> (ø)
spanner-bulk-migration 78.07% <ø> (ø)
Files Coverage Δ
...oud/teleport/plugin/model/TemplateDefinitions.java 66.91% <0.00%> (+0.48%) ⬆️

... and 8 files with indirect coverage changes

@Polber Polber force-pushed the jkinard/yaml-docs branch 4 times, most recently from 84517c9 to a558465 Compare May 7, 2024 22:13
@@ -24,12 +24,21 @@
name = "Yaml_Template",
category = TemplateCategory.GET_STARTED,
type = Template.TemplateType.YAML,
displayName = "YAML Template (Experimental)",
displayName = "YAML Template",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid all the append logic by just making this YAML? Is there any reason not to do that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I just didn't like how it looked on the @Template tag, but idc that much - fixed.

@Polber Polber force-pushed the jkinard/yaml-docs branch 2 times, most recently from 2a9ae57 to 9b17e29 Compare May 22, 2024 21:34
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Copy link
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@damccorm damccorm added the Google LGTM Approval of a pull request to be merged into the repository label May 23, 2024
@copybara-service copybara-service bot merged commit b20548c into GoogleCloudPlatform:main May 23, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Google LGTM Approval of a pull request to be merged into the repository size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants