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

feat!: templates v2 and tui stability upgrades #158

Merged
merged 12 commits into from
Sep 23, 2024
Merged

feat!: templates v2 and tui stability upgrades #158

merged 12 commits into from
Sep 23, 2024

Conversation

jahvon
Copy link
Owner

@jahvon jahvon commented Sep 7, 2024

Summary

Enhanced executable templates by adding many more configuration options include pre and post run executables, artifact source/destination configurations, etc.

Includes upgrade of tuikit which brings in major refactors to the Container model and introduction of huh forms + various bug fixes and test updates

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Other (please describe):

@jahvon jahvon changed the title (feat!) flow templates and tui improvements feat!: templates v2 and tui stability upgrades Sep 22, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 36.91275% with 564 lines in your changes missing coverage. Please review.

Project coverage is 36.29%. Comparing base (752d4e9) to head (f636d4d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/templates/artifacts.go 28.94% 45 Missing and 9 partials ⚠️
cmd/internal/exec.go 10.34% 51 Missing and 1 partial ⚠️
internal/io/executable/views.go 0.00% 49 Missing ⚠️
internal/templates/templates.go 62.71% 26 Missing and 18 partials ⚠️
types/executable/template.go 56.81% 31 Missing and 7 partials ⚠️
internal/io/secret/views.go 0.00% 36 Missing ⚠️
cmd/internal/helpers.go 41.37% 27 Missing and 7 partials ⚠️
internal/context/context.go 0.00% 26 Missing ⚠️
cmd/internal/list.go 45.65% 21 Missing and 4 partials ⚠️
internal/io/executable/output.go 33.33% 21 Missing and 3 partials ⚠️
... and 24 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   34.18%   36.29%   +2.11%     
==========================================
  Files          79       82       +3     
  Lines        5257     5686     +429     
==========================================
+ Hits         1797     2064     +267     
- Misses       3102     3218     +116     
- Partials      358      404      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jahvon jahvon merged commit 57bcd5a into main Sep 23, 2024
5 checks passed
@jahvon jahvon deleted the templatesv2 branch September 23, 2024 00:29
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.

1 participant