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

refactor: various tweaks to comment and table format for CI/CLI #2499

Merged
merged 5 commits into from
Jun 19, 2023

Conversation

hugorut
Copy link
Contributor

@hugorut hugorut commented Jun 15, 2023

  • refactors markdown templates into tmpl files
  • changes CI comment format, including table column change.
  • adds new flags to comment to support new formatting for CI comment
  • changes CLI diff summary to be inline with CI comment changes
  • adds summary table to breakdown

@hugorut hugorut self-assigned this Jun 15, 2023
@hugorut hugorut force-pushed the refactor/comment branch 2 times, most recently from 98424d9 to 305b220 Compare June 16, 2023 13:04
Copy link
Member

@aliscott aliscott left a comment

Choose a reason for hiding this comment

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

Looks good. Have discussed the --dashboard-url change separately.
Thanks for splitting out the templates into separate files.

Comment on lines +316 to +318
project.Name = strings.ReplaceAll(project.Name, tfdir, t.Name())
project.Name = strings.ReplaceAll(project.Name, "/Terraform_CLI", "")
project.Name = strings.ReplaceAll(project.Name, "/HCL", "")
Copy link
Member

Choose a reason for hiding this comment

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

What is this needed for?

@hugorut hugorut merged commit 9c93263 into master Jun 19, 2023
9 of 10 checks passed
@hugorut hugorut deleted the refactor/comment branch June 19, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants